Fix multiple-recipient handling of Gnus S/MIME.
[gnus] / lisp / ChangeLog
1 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2
3         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4         tag (Bug#6654).
5
6 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9         the article buffer, not the summary buffer.
10
11 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
14         Emacs 23 as well.
15
16 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
19         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
20
21 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
22
23         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
24         Patch applied by Karl Fogel.
25
26         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
27         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
28
29 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
30
31         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
32         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
33         C-w still not working correctly from Article buffers; Thierry's
34         patch to fix that will be applied after this.
35
36         * gnus-art.el (bookmark-make-record-function): New local variable.
37
38         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
39         article buffer.
40         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
41
42 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
43
44         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
45         on changes in bookmark.el.
46
47 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
50         `no-log' instead of message not to log prompt string.
51
52 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
53
54         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
55         the *other* type of HTML form submission.
56
57 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
58
59         * auth-source.el (auth-source-pick): If choice does not contain a
60         questioned keyword, set the check to t.
61
62 2010-06-12  Romain Francoise  <romain@orebokech.com>
63
64         * gnus-util.el (gnus-date-get-time): Move up before first use.
65
66 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
69         (gnus-article-edit-part): Bind it to make last part that is substituted
70         or deleted visible.
71         (gnus-mime-display-single): Buttonize part of which id equals to
72         gnus-mime-buttonized-part-id.
73
74 2010-06-10  Dan Christensen  <jdc@uwo.ca>
75
76         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
77         (gnus-dd-mmm): Use gnus-date-get-time.
78         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
79         simplify logic.
80         (gnus-summary-limit-to-age): Use gnus-date-get-time.
81         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
82
83 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
84
85         * auth-source.el (top): Autoload `secrets-list-collections',
86         `secrets-create-item', `secrets-delete-item'.
87         (auth-sources): Fix tag string.
88         (auth-get-source, auth-source-retrieve, auth-source-create)
89         (auth-source-delete): New defuns.
90         (auth-source-pick): Rewrite in order to avoid 2 passes.
91         (auth-source-forget-user-or-password): New parameter USERNAME.
92         (auth-source-user-or-password): New parameters CREATE-MISSING and
93         DELETE-EXISTING.  Retrieve password interactively, if needed.
94
95 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
96
97         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
98         deleting unused directories when gnus-expert-user is t.
99
100 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
103         for each temp file when gnus-article-browse-delete-temp is ask.
104
105 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
106
107         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
108         Lisp calls to delete-backward-char by calls to delete-char.
109
110 2010-05-20  Kevin Ryde  <user42@zip.com.au>
111
112         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
113
114 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
115
116         * password-cache.el (password-cache-remove): Fix docstring.
117
118 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
121         article unless decoding article to be saved.
122
123 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
124
125         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
126         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
127         generated within the mm-with-unibyte-current-buffer macro.
128
129 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
130
131         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
132         to nil when we're in a mml-preview buffer and no group is selected.
133
134 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
135
136         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
137         when catching the `C-g'.  Reported by "Leo".
138
139 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * message.el (message-forward-make-body-plain)
142         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
143         multibyte-string-p.
144
145         * lpath.el: Revert.
146
147 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
148
149         * message.el (message-forward-make-body-mml): Assume original message
150         is multibyte string; error on unibyte.
151         (message-forward-make-body-plain): Ditto; don't add excessive newline
152         in body end.
153
154         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
155
156 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
157
158         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
159         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
160
161 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
162
163         * mm-extern.el (mm-extern-url): Don't use
164         mm-with-unibyte-current-buffer.
165         (mm-extern-cache-contents): Use with-current-buffer instead of
166         save-excursion + set-buffer.
167
168 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
169
170         * mm-util.el (mm-emacs-mule): Remove.
171
172 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
173
174         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
175         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
176         change.
177
178 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
181         bind the default value of enable-multibyte-characters to nil.
182
183 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * message.el (message-forward-make-body-plain)
186         (message-forward-make-body-mml):
187         Don't use mm-with-unibyte-current-buffer.
188
189 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
190
191         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
192
193 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
194
195         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
196         (Bug#5592).
197
198 2010-05-07  Julien Danjou  <julien@danjou.info>
199
200         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
201         it to mm-pipe-part.
202
203         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
204         it is given.
205
206 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
207
208         * binhex.el (binhex-decode-region-internal)
209         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
210         (dns-query)
211         * nnweb.el (nnweb-gmane-search)
212         * pgg-parse.el (pgg-parse-armor)
213         * pgg.el (pgg-verify-region)
214         * sha1.el (sha1-string-external)
215         * uudecode.el (uudecode-decode-region-internal)
216         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
217         XEmacs.
218
219         * gnus-art.el (gnus-article-browse-html-parts)
220         * gnus-group.el (gnus-read-ephemeral-gmane-group)
221         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
222         make-temp-file.
223
224         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
225         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
226         compiling.
227
228         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
229         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
230         XEmacs when compiling.
231
232         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
233         gnus-pick-mode-off-hook for XEmacs when compiling.
234         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
235         gnus-binary-mode-off-hook for XEmacs when compiling.
236
237         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
238         nil if char-charset is not available.
239
240         * imap.el (imap-disable-multibyte)
241         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
242         macros.
243
244         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
245         instead of encode-coding-string.
246
247         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
248         'xemacs) instead of mm-emacs-mule to switch function definitions.
249         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
250
251         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
252         bind temporary-file-directory for XEmacs;
253         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
254         timer-set-function for XEmacs 21.4 and SXEmacs;
255         bind timer-list for XEmacs 21.4 and SXEmacs;
256         fbind char-charset and find-charset-region for non-Mule XEmacs;
257         fbind decode-coding-region, decode-coding-string, detect-coding-region,
258         encode-coding-region and encode-coding-string for XEmacs having no
259         file-coding feature.
260
261 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
262
263         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
264
265 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
268         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
269
270 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
271
272         * mm-util.el (mm-decompress-buffer): Use `delete-file';
273         alias `jka-compr-delete-temp-file' no longer exists.
274
275 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
276
277         Use define-minor-mode in Gnus where applicable.
278         * mml.el (mml-mode): Use define-minor-mode.
279         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
280         (gnus-undo-mode): Use define-minor-mode.
281         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
282         (gnus-dead-summary-mode): Use define-minor-mode.
283         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
284         Initialize in declaration.
285         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
286         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
287         (gnus-mailing-list-mode): Use define-minor-mode.
288         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
289         (gnus-draft-mode): Use define-minor-mode.
290         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
291         (gnus-dired-mode): Use define-minor-mode.
292
293 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
294
295         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
296         handles on recursive mml-to-mime translation and check them for
297         boundary delimiter collisions.  Reported by Greg Troxel.
298
299 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
302
303 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
304
305         * mm-util.el (mm-find-buffer-file-coding-system):
306         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
307
308 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
309
310         * message.el (message-generate-headers): Record insertion of optional
311         headers as well.  Otherwise the check to prevent repeated insertion of
312         optional headers is a no-op.
313
314 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
315
316         * smime.el: Don't mention CVS.
317
318         * nnrss.el (nnrss-fetch): Don't mention CVS.
319
320         * nnir.el: Don't mention CVS.
321
322 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
323
324         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
325
326 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * lpath.el: Fbind bookmark-default-handler,
329         bookmark-get-bookmark-record, bookmark-make-record-default,
330         bookmark-prop-get for Emacs <23 and XEmacs.
331
332 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
333
334         * gnus-sum.el: Add bookmark declarations to silence the compiler.
335         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
336         Use with-current-buffer to silence the byte-compiler.
337         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
338         bother to require `gnus'.
339         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
340
341 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
342
343         * gnus-sum.el (gnus-summary-bookmark-make-record)
344         (gnus-summary-bookmark-jump): New functions.
345         (gnus-summary-mode): Setup bookmark support.
346
347 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
348
349         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
350         if set.
351
352 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
355         gnus-article-browse-html-save-cid-image; make it work recursively for
356         forwarded messages as well.
357         (gnus-article-browse-html-parts): Work when prefix arg is given.
358         (gnus-article-browse-html-article): Doc fix.
359
360 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
361
362         * message.el (message-default-mail-headers):
363         (message-default-headers): Carry the value mail-default-headers over
364         into message-default-mail-headers, rather than message-default-headers.
365
366 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
367
368         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
369         charset.
370
371         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
372         charset into the <meta> tag when the article is encoded to utf-8.
373
374 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
375
376         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
377         directories as well.
378         (gnus-article-browse-html-parts): Work for images that do not specify
379         file names; delete temp directory when quitting; insert header at the
380         right place; use file: scheme for image files.
381
382 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
383
384         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
385         (gnus-article-browse-html-parts): Use it to make temporary cid image
386         files in addition to html file so that browser may display them.
387
388 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
391
392 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
393
394         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
395
396 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
397
398         * auth-source.el (auth-sources): Change default to be simpler.  Explain
399         about Secret Service API sources.  Improve Customize options.
400         (auth-source-pick): Change to accept any number of search parameters.
401         Implement fallbacks iteratively, not recursively.  Add scoring on the
402         second pass and sort by score.  Call Secret Service API when needed.
403         (auth-source-user-or-password): Use it.  Call Secret Service API
404         directly when needed to get the user name and the password.
405
406 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
407
408         * message.el (message-interactive): Doc fix.
409         (message-qmail-inject-args): Reflow.
410         (message-kill-to-signature): Fix typo in docstring.
411
412         * smiley.el (smiley-buffer): Fix typo in docstring.
413
414 2010-03-24  Glenn Morris  <rgm@gnu.org>
415
416         * mail-source.el (gnus-message): Declare.
417         (mail-source-delete-old-incoming): Require gnus-util.
418
419 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
422
423         * message.el (ecomplete-setup): Autoload it for Emacs <23.
424
425         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
426         password-cache's default if it is not bound.
427         (mml-secure-passphrase-cache-expiry): Default to 16 that is
428         password-cache-expiry's default if it is not bound.
429
430         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
431         available in Emacs 21.
432
433         * lpath.el: Suppress compiler warnings for:
434         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
435         XEmacs;
436         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
437         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
438         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
439
440 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
441
442         * auth-source.el (auth-sources): Fix up definition so extra parameters
443         are always inline.
444
445 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
446
447         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
448         wasn't updated after mismatch.  Clear cached mailbox info correctly
449         when uidvalidity changes.
450         (nnimap-group-prefixed-name): New function to avoid some code
451         duplication.
452         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
453         (nnimap-request-group): Use it.
454         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
455         (nnimap-update-unseen): Significantly improved speed of Gnus startup
456         with many imap folders.  This is done by caching the group status from
457         the imap server persistently in a group parameter `imap-status'.  (This
458         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
459         but not persistently, so every Gnus startup was still very slow.)
460
461 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
462
463         * assistant.el (assistant-render-text): Run `widget-setup' and don't
464         delete the extra newline.  Otherwise editing of :string and :number
465         types don't work.
466
467 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
468
469         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
470         secrets.el dependency.
471         (auth-sources): Add optional user name.  Add secrets.el configuration
472         choice (unused right now).
473
474 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
475
476         * gnus-sum.el (gnus-summary-make-menu-bar): Let
477         `gnus-registry-install-shortcuts' fill in the functions.
478
479         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
480         warnings.
481         (gnus-registry-misc-menus): Variable to hold registry mark menus.
482         (gnus-registry-install-shortcuts): Populate and use it in a
483         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
484
485 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
486
487         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
488         In-place substitutions for the group name encoding/decoding.
489         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
490         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
491         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
492         (nnimap-update-unseen, nnimap-request-list)
493         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
494         (nnimap-request-set-mark, nnimap-split-to-groups)
495         (nnimap-split-articles, nnimap-request-newgroups)
496         (nnimap-request-create-group, nnimap-request-accept-article)
497         (nnimap-request-delete-group, nnimap-request-rename-group)
498         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
499         `encoded-mbx' for consistency.
500         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
501         variable `imap-current-mailbox'.
502
503         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
504         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
505
506 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
507
508         * pop3.el (pop3-display-message-size-flag): Display message size byte
509         counts during POP3 download.
510         (pop3-movemail): Use it.
511         (pop3-list): Implement listing of available messages.
512
513 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
514
515         * nnir.el (nnir-get-article-nov-override-function): New function to
516         override the normal NOV retrieval.
517         (nnir-retrieve-headers): Use it.
518
519 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
520
521         * auth-source.el (netrc-machine-user-or-password): Autoload.
522
523 2010-03-19  Glenn Morris  <rgm@gnu.org>
524
525         Stop message.el from loading about 40 libraries it doesn't always need.
526         The general approach is to autoload rather than require, and to
527         require in the specific functions rather than the file.  (Bug#5642)
528
529         * gmm-utils.el: Don't require wid-edit.
530         (widget-create-child-value, widget-convert, widget-default-get):
531         Autoload.
532
533         * gnus-util.el: Don't require time-date, netrc.
534         (message-fetch-field, gnus-group-name-decode): Declare rather than
535         autoloading.
536         (gnus-fetch-field): Require message.
537         (gnus-decode-newsgroups): Require gnus-group.
538
539         * ietf-drums.el: Don't require time-date.
540
541         * message.el: Don't require hashcash, canlock, ecomplete.
542         Do require mail-utils.  Require nnheader only when compiling.
543         (smtpmail-default-smtp-server): Remove declaration.
544         (message-send-mail-function): Check smtpmail-default-smtp-server
545         is bound rather than requiring smtpmail.
546         (message-auto-save-directory, message-insert-signature): Use
547         expand-file-name rather than nnheader-concat.
548         (nnheader-insert-file-contents): Autoload.
549         (hashcash-wait-async): Declare.
550         (message-send-mail): Only call gnus-setup-posting-charset if
551         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
552         (message-send-mail-with-sendmail): Require sendmail.
553         (canlock-password, canlock-password-for-verify): Declare.
554         (message-canlock-password): Require canlock.
555         (nnheader-get-report): Autoload.
556         (gnus-setup-posting-charset): Declare.
557         (message-send-news): Require gnus-msg.
558         (message-make-references, message-make-in-reply-to): Use mail-header-id
559         rather than the alias mail-header-message-id.
560         (ecomplete-add-item, ecomplete-save): Declare.
561         (message-put-addresses-in-ecomplete): Require ecomplete.
562         (ecomplete-display-matches): Autoload.
563
564         * mm-decode.el: Don't require mailcap, gnus-util.
565         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
566         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
567         Autoload.
568         (mailcap-mime-extensions): Declare.
569
570         * mm-encode.el: Don't require mailcap.
571         (mailcap-extension-to-mime): Autoload.
572
573         * mml-sec.el: Don't require password-cache.
574
575         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
576         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
577         (mml-minibuffer-read-type): Require mailcap.
578         (mml-preview): Require gnus-msg.
579
580         * mml1991.el: Require password-cache.
581         (password-cache-expiry): Remove declaration.
582
583         * mml2015.el: Require password-cache.
584         (password-cache-expiry): Remove declaration.
585
586         * nneething.el (mailcap): Require mailcap.
587
588         * nnheader.el (declare-function): Add compatibility stub.
589         (message-remove-header): Declare rather than autoload.
590         (nnheader-replace-header): Require message.
591
592         * nnimap.el (declare-function): Add compatibility stub.
593         (netrc-parse, netrc-machine-user-or-password): Declare.
594         (nnimap-open-connection): Require netrc.
595
596         * nntp.el (declare-function): Add compatibility stub.
597         (netrc-parse, netrc-machine, netrc-get): Declare.
598         (nntp-send-authinfo): Require netrc.
599
600         * rfc2047.el: Don't require qp.
601         (quoted-printable-encode-region, quoted-printable-decode-string):
602         Autoload.
603
604         * sieve-mode.el: Don't require easymenu.
605         (easy-menu-add-item): Autoload it.
606
607         * spam-stat.el (time-to-number-of-days): Autoload it.
608
609 2010-03-19  Glenn Morris  <rgm@gnu.org>
610
611         * password-cache.el (password-cache, password-cache-expiry): Autoload.
612
613 2010-03-18  Glenn Morris  <rgm@gnu.org>
614
615         * hashcash.el (declare-function): Remove duplicate definition.
616
617 2010-03-17  Kevin Ryde  <user42@zip.com.au>
618
619         * mml.el (mml-read-tag): Unquote values with `read' to reverse
620         prin1 in mml-insert-tag (just stripping the quotes gave wrong
621         value if any backslash escapes).
622
623 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
624
625         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
626         if it is available.  (bug#5647)
627
628         * lpath.el: Suppress compiler warning for coding-system-from-name for
629         Emacs 21 and XEmacs.
630
631 2010-03-14  Juri Linkov  <juri@jurta.org>
632
633         * hmac-def.el:
634         * hmac-md5.el:
635         * netrc.el: Fix keywords.
636
637 2010-02-26  Glenn Morris  <rgm@gnu.org>
638
639         * message.el (message-send-mail-function): Change the default, so that
640         it inherits from a customized send-mail-function.  (Bug#5643)
641
642 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
643
644         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
645         shell-command-to-string signals an error (bug#5299).
646
647 2010-02-24  Glenn Morris  <rgm@gnu.org>
648
649         * message.el (message-smtpmail-send-it)
650         (message-send-mail-with-mailclient): Doc fixes.
651
652 2010-02-16  Glenn Morris  <rgm@gnu.org>
653
654         * message.el (message-default-mail-headers): Change the default value
655         to ease the transition from mail-mode to message-mode.  (Bug#5555)
656
657 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
660         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
661
662 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
663
664         * time-date.el (date-to-time): Doc fix (Bug#5408).
665
666 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
667
668         * message.el (message-mail): Just pass yank-action on to message-setup.
669         (message-setup): Handle (FUN . ARGS) form of yank-action.
670         (message-with-reply-buffer, message-widen-reply)
671         (message-yank-original): Handle non-buffer values of
672         message-reply-buffer (Bug#4080).
673         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
674
675 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
676
677         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
678         Fix typo in docstring.
679
680 2010-01-08  Jason Rumney  <jasonr@gnu.org>
681
682         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
683         response.
684
685 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
688
689         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
690
691         * message.el (message-check-news-header-syntax): Protect against a
692         string that `rfc822-addresses' returns when parsing fails.
693
694 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
697         (gnus-previous-char-property-change): New functions.
698
699         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
700
701 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
702
703         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
704         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
705
706 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
707
708         * message.el (message-exchange-point-and-mark): Rework last change to
709         avoid using optional arg of exchange-point-and-mark, for backward
710         compatibility.
711
712 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
713
714         * message.el (message-exchange-point-and-mark): Call
715         exchange-point-and-mark with an argument rather than setting
716         mark-active by hand (Bug#5175).
717
718 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
719
720         * nntp.el (nntp-service-to-port): Work for service expressed with
721         numeric string; replace [:digit:] with [0-9] for XEmacs.
722
723 2009-12-17  Glenn Morris  <rgm@gnu.org>
724
725         * gnus-group.el (gnus-bug-group-download-format-alist):
726         Change emacs entry to debbugs.gnu.org.  Bump :version.
727
728 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
729
730         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
731
732 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
733
734         * message.el (message-info): Explain why we use `Info-goto-node'.
735
736 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
739
740 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
741
742         * message.el (message-completion-in-region): New compatibility function.
743         (message-expand-group): Use it.
744
745 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
748         with no unread article should be listed if the 2nd arg `predicate' is
749         given.
750
751 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
754
755 2009-11-29  Juri Linkov  <juri@jurta.org>
756
757         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
758         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
759         on `gnus-recenter'. (Bug#4698, Bug#4981)
760
761 2009-11-26  Kevin Ryde  <user42@zip.com.au>
762
763         * sha1.el (sha1-string-external): default-directory "/" in case
764         otherwise non-existent.  process-connection-type pipe for touch of
765         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
766
767 2009-11-25  Kevin Ryde  <user42@zip.com.au>
768
769         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
770         it's comms related and sgml-mode.el has "comm" on that basis too.
771
772 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
775         containing tspecial characters if they have been already quoted.
776
777 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
778
779         * dns-mode.el (auto-mode-alist): Purecopy string.
780
781 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
782
783         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
784
785 2009-10-24  Glenn Morris  <rgm@gnu.org>
786
787         * gnus-art.el (help-xref-stack-item): Define for compiler.
788
789 2009-10-21  Kevin Ryde  <user42@zip.com.au>
790
791         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
792
793 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
796
797 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
798
799         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
800         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
801
802 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * gnus.el (gnus-overlay-get): New alias to overlay-get.
805         (gnus-overlays-in): New alias to overlays-in.
806
807         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
808         gnus-overlay-get, and gnus-delete-overlay.
809         (gnus-summary-show-thread): Make it work as well for systems in which
810         next-single-char-property-change is not available.
811         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
812
813         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
814         (gnus-overlay-get): New alias to extent-property.
815         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
816
817         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
818         SXEmacs.
819
820         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
821         SXEmacs.
822
823 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
824
825         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
826
827 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
828
829         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
830         and XEmacs that don't have `remove-overlays'.
831
832 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
833
834         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
835         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
836         selective display.  Use overlays instead.
837
838 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
839
840         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
841
842 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
843
844         * spam-stat.el (spam-stat-load): Fix typo in message.
845
846 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
847
848         * dig.el (dig-invoke): Fix typo in docstring.
849         (query-dig): Reflow docstring.
850
851 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
852
853         * gnus-art.el (gnus-article-encrypt-body):
854         * message.el (message-check-recipients):
855         * mm-util.el (mm-codepage-setup):
856         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
857         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
858
859 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
860
861         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
862         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
863         keys from the menu if mm-{sign,encrypt}-option is 'guided.
864         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
865         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
866
867 2009-09-21  Kevin Ryde  <user42@zip.com.au>
868
869         * dig.el: Add "Keywords: comm", as per net-utils.el.
870
871 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
872
873         * dig.el (dig-mode): Use define-derived-mode.
874
875 2009-09-19  Glenn Morris  <rgm@gnu.org>
876
877         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
878
879 2009-09-18  Glenn Morris  <rgm@gnu.org>
880
881         * gnus-diary.el (gnus-diary-check-message):
882         * message.el (message-insert-formatted-citation-line):
883         * nnbabyl.el (top-level):
884         * nndiary.el (nndiary-schedule):
885         Fix typos in condition-case handlers.
886
887 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * gnus-art.el (gnus-article-edit-part): Work for the buffer
890         configuration that provides the sole article window in a frame;
891         position point correctly after deleting a part.
892
893 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
894
895         * spam.el (spam-unregister-on-reregister): Add boolean variable.
896         (spam-resolve-registrations-routine): Use it to unregister articles
897         that change status.
898
899 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
900
901         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
902         with XEmacs.
903         (parse-time-string-chars): Use it.
904
905 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
906
907         * imap.el (imap-interactive-login): Better messages.
908         (imap-open): Fix bug with renamed buffer on reconnect.
909         (imap-authenticate): Add buffer-local imap-last-authenticator variable
910         for easier debugging and cleaner code.  On successful (guessed based on
911         server capabilities) secondary authentication, set imap-state
912         correctly.
913         (imap-last-authenticator): Define imap-last-authenticator as a variable
914         to avoid warnings.
915
916 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * nnrss.el (nnrss-request-article): Remove binding of
919         default-enable-multibyte-characters that has gotten needless by
920         the 2007-07-13 change in rfc2047-encode-message-header.
921
922         * mml.el (mml-insert-multipart): Error on the message header.
923         (mml-insert-part): Error on the message header; position point at
924         the end of a MIME tag.
925
926 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * time-date.el (autoload): Expand define-obsolete-function-alias into
929         defalias and make-obsolete for old Emacsen that Gnus supports.
930         (with-no-warnings): Define it for old Emacsen.
931         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
932         is available.
933         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
934         float-time is available; suppress compile warning for time-to-seconds.
935
936         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
937         (gnus-float-time): Alias to float-time if it exists.
938
939         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
940         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
941         float-time is available; suppress compile warning for time-to-seconds.
942
943         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
944         XEmacs.
945
946 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
947
948         * imap.el (imap-message-map): Docstring fix.
949
950 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
953         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
954         Add the optional argument `encoding' that overrides the default.
955
956         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
957         mm-encode-buffer.
958
959 2009-09-04  Glenn Morris  <rgm@gnu.org>
960
961         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
962         mm-disable-multibyte, rather than default-enable-multibyte-characters.
963         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
964         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
965         * mm-util.el (mm-with-unibyte-current-buffer)
966         (mm-find-buffer-file-coding-system):
967         * yenc.el (yenc-decode-region): Use default-value rather than
968         default-enable-multibyte-characters.
969
970 2009-09-03  Glenn Morris  <rgm@gnu.org>
971
972         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
973         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
974         than default-enable-multibyte-characters.
975
976 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
977
978         * gnus-art.el (gnus-article-read-summary-keys):
979         Fix gnus-buffer-configuration's value temporarily used.
980
981 2009-09-02  Glenn Morris  <rgm@gnu.org>
982
983         * gnus-util.el (gnus-float-time): New function.
984         * gnus-delay.el (gnus-delay-article):
985         * gnus-sum.el (gnus-thread-latest-date):
986         * gnus-util.el (gnus-user-date): Use gnus-float-time.
987         * nnspool.el (nnspool-request-newgroups):
988         Use gnus-float-time rather than time-to-seconds.
989         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
990
991         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
992         (gnus-header-subject-face, gnus-header-newsgroups-face)
993         (gnus-header-name-face, gnus-header-content-face):
994         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
995         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
996         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
997         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
998         (gnus-cite-face-11):
999         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1000         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1001         (gnus-server-closed-face, gnus-server-denied-face)
1002         (gnus-server-offline-face):
1003         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1004         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1005         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1006         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1007         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1008         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1009         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1010         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1011         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1012         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1013         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1014         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1015         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1016         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1017         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1018         (gnus-summary-high-undownloaded-face)
1019         (gnus-summary-low-undownloaded-face)
1020         (gnus-summary-normal-undownloaded-face)
1021         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1022         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1023         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1024         (gnus-splash-face):
1025         * message.el (message-header-to-face, message-header-cc-face)
1026         (message-header-subject-face, message-header-newsgroups-face)
1027         (message-header-other-face, message-header-name-face)
1028         (message-header-xheader-face, message-separator-face)
1029         (message-cited-text-face, message-mml-face):
1030         * sieve-mode.el (sieve-control-commands-face)
1031         (sieve-action-commands-face, sieve-test-commands-face)
1032         (sieve-tagged-arguments-face):
1033         * spam.el (spam-face):
1034         Mark face aliases with "-face" in the name as obsolete.
1035
1036 2009-09-01  Glenn Morris  <rgm@gnu.org>
1037
1038         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1039         than goto-line.
1040
1041 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1044         Don't move point if the command is invoked inside the message header.
1045
1046 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1047
1048         * imap.el (imap-send-command): Simplify.
1049         (imap-wait-for-tag): point-max -> buffer-size.
1050
1051 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1052
1053         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1054         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1055         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1056         * nnir.el (nnir-swish-e-index-file):
1057         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1058         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1059         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1060         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1061         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1062         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1063
1064 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1067         Don't save excursion.
1068
1069 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1070
1071         * nnheader.el (nnheader-find-file-noselect):
1072         * mm-util.el (mm-insert-file-contents):
1073         Use (default-value 'major-mode) instead of default-major-mode.
1074
1075 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1076
1077         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1078
1079 2009-08-26  Glenn Morris  <rgm@gnu.org>
1080
1081         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1082         than placing in files.el.
1083
1084 2009-08-25  Glenn Morris  <rgm@gnu.org>
1085
1086         * nnir.el (top-level): Don't require cl at run-time.
1087         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1088         Replace cl-function substitute with gnus-replace-in-string.
1089         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1090         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1091         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1092         simplified expansions.
1093
1094 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1095
1096         * dig.el (dig): Add autoload cookie.
1097
1098 2009-08-22  Glenn Morris  <rgm@gnu.org>
1099
1100         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1101         goto-line.
1102
1103 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1104
1105         * parse-time.el (parse-time-string-chars): Save match data.
1106
1107 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1108
1109         * parse-time.el (parse-time-string-chars): Compute using character
1110         classes, to handle non-ascii characters (Bug#3190).
1111
1112 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1115
1116         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1117         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1118         (gnus-mm-display-part, gnus-mime-display-single)
1119         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1120         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1121
1122         * gnus-sum.el
1123         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1124         (gnus-summary-move-article): Add expirable mark to articles copied or
1125         moved to group that has auto-expire turned on if the option is non-nil.
1126
1127 2009-07-24  Glenn Morris  <rgm@gnu.org>
1128
1129         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1130         Fix typo.  (Bug#3903)
1131
1132 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1135         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1136         that should not be used for draft articles.
1137         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1138         that has no concern in minor mode keys.
1139         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1140         Abolish.
1141
1142 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1145         article without making inquiry to a user for unknown encoding.
1146
1147         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1148         (nnmaildir--scan): Assume i-node and device number that file-attributes
1149         returns might be cons-cell.
1150
1151         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1152
1153         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1154
1155 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1156
1157         * auth-source.el: Remove docs now in auth.texi.  Don't use
1158         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1159         `auth-source-hide-passwords' and use them.
1160
1161 2009-07-15  Glenn Morris  <rgm@gnu.org>
1162
1163         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1164
1165 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1168         excessive whitespace from the default values of title and description.
1169
1170 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1173         mail-fetch-field to fetch Content-Description header in order to
1174         exclude newlines.
1175
1176 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1177
1178         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1179         format used by GnuPG 2.0.11.
1180
1181 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1184         to deleted part.
1185
1186 2009-05-30  David Engster  <dengste@eml.cc>
1187
1188         * nnmairix.el: Remove old documentation in the commentary block.
1189         (nnmairix-request-group): Do not update active file for nnml back ends.
1190         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1191         end so that overview files are ignored.
1192         (nnmairix-update-groups): Make updating the groups more robust by using
1193         marks.
1194         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1195         with dollar characters in message-id.
1196
1197 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1198
1199         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1200         2008-12-25 in dns.el.
1201
1202 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1203
1204         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1205         could happen if the text is only composed of spaces and/or tabs.
1206
1207 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1208
1209         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1210         when sending a queued message to avoid extra mml tags.
1211
1212 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1215
1216 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1219         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1220         rmail-toggle-header for XEmacs;
1221         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1222
1223 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1224
1225         * gnus-dired.el: Remove autoload for gnus-setup-message.
1226         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1227         displaying Gnus logo; always use compose-mail.
1228
1229 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1232
1233 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1234
1235         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1236         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1237         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1238         available.
1239         (gnus-nocem-epg-verify): New function.
1240
1241 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1242
1243         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1244
1245 2009-02-15  Glenn Morris  <rgm@gnu.org>
1246
1247         * gnus-util.el (rmail-insert-rmail-file-header)
1248         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1249         autoloads.
1250         (rmail-default-rmail-file): Remove unnecessary declaration.
1251         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1252
1253 2009-02-14  Glenn Morris  <rgm@gnu.org>
1254
1255         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1256         variable (only used in gnus-util, which declares it anyway).
1257         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1258         which was only needed by gnus-art (changed to not use it any more).
1259         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1260         only used in gnus-util, which autoloads it itself.
1261         (rmail-update-summary): Fix autoload.
1262
1263         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1264         rather than rmail-output-to-rmail-file.
1265
1266 2009-02-07  Glenn Morris  <rgm@gnu.org>
1267
1268         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1269         autoload of function that no longer exists.
1270         (rmail-toggle-header): Declare.
1271         (message-forward-rmail-make-body): Handle mbox Rmail.
1272
1273 2009-01-31  Glenn Morris  <rgm@gnu.org>
1274
1275         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1276         2009-01-09 change.
1277
1278 2009-01-31  Dave Love  <fx@gnu.org>
1279
1280         * imap.el (imap-fetch-safe): Bind debug-on-error.
1281         (imap-debug): Add imap-fetch-safe.
1282
1283 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1284
1285         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1286         (auth-source-forget-all-cached): New convenience function.
1287         (auth-source-user-or-password): Accept list of modes or a single mode.
1288
1289         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1290         auth-source modes.
1291
1292         * netrc.el (netrc-machine-user-or-password): Use list of
1293         auth-source modes.
1294
1295         * nnimap.el (nnimap-open-connection): Use list of
1296         auth-source modes.
1297
1298         * nntp.el (nntp-send-authinfo): Use list of
1299         auth-source modes.
1300
1301 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1302
1303         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1304         now.
1305
1306 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1309         coding system in XEmacs; add a workaround for XEmacs.
1310
1311         * lpath.el: Fbind coding-system-aliasee.
1312
1313 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1316         of current-language-environment.
1317
1318 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1319
1320         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1321         available at runtime.
1322
1323 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1326
1327 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1328
1329         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1330         the greatest positive fixnum value doesn't work under an XEmacs with
1331         bignum support; use the most-positive-fixnum constant instead,
1332         available since Emacs 21.1 with cl and XEmacs 21.1.
1333
1334 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1337         XEmacs gets not to work.
1338
1339 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * mm-util.el (mm-coding-system-priorities): Allow the value like
1342         "Japanese (UTF-8)" of current-language-environment.
1343
1344 2009-01-09  Glenn Morris  <rgm@gnu.org>
1345
1346         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1347         with last-command-event.
1348
1349 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1350
1351         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1352         in the doc string.
1353
1354         * message.el (message-fix-before-sending): Amend comment.
1355
1356 2009-01-08  Dave Love  <fx@gnu.org>
1357
1358         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1359
1360 2009-01-07  David Engster  <dengste@eml.cc>
1361
1362         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1363         simplified server definitions by converting it via
1364         gnus-server-to-method.
1365
1366 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1369         parameter's operands.
1370
1371 2009-01-06  David Engster  <dengste@eml.cc>
1372
1373         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1374         primary select method (for gnus-group-mark-article-as-read).
1375
1376 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1377
1378         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1379         `(gnus)Face', not `(gnus)X-Face'.
1380
1381 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * mm-util.el (mm-ucs-to-char): New function.
1384
1385         * mm-url.el (mm-url-decode-entities): Use it.
1386
1387         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1388         unicode-to-char.
1389
1390 2009-01-05  Dave Love  <fx@gnu.org>
1391
1392         * time-date.el: Require cl for `declare'.
1393
1394 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1395
1396         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1397         Dave Love.
1398
1399 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1400
1401         * message.el (message-fix-before-sending): Add `eight-bit' to
1402         illegible-text check.
1403
1404 2009-01-03  Michael Olson  <mwolson@gnu.org>
1405
1406         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1407         `headers' is nil.  This can occur if the IMAP server does not have
1408         permissions to read messages from a folder, but can write new messages
1409         to the folder.
1410         (nnimap-request-article-part): Do not insert `data' if it is nil.
1411
1412         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1413         characters which will confuse `read', so skip past them.
1414
1415 2009-01-01  Dave Love  <fx@gnu.org>
1416
1417         * imap.el (imap-string-to-integer): Fix typo.
1418         (imap-fetch-safe): New function.
1419         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1420
1421         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1422
1423         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1424         (imap-parse-greeting): Fix doc strings.
1425         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1426         (imap-parse-flag-list): Make messages unique.
1427         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1428
1429         * nnimap.el: Fix author email.
1430         (nnimap-split-rule): Add FIXME comment.
1431         (nnimap-debug): Fix doc string.
1432
1433 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1434
1435         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1436
1437 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1438
1439         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1440         nslookup if resolv.conf isn't available.
1441         (dns-query): Rename from query-dns.
1442         (dns-query-cached): Rename from query-dns-cached.
1443
1444 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1447         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1448         to check if those variables exist (first appeared in Emacs 18.50).
1449
1450 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1451
1452         * mm-util.el (mm-line-number-at-pos): New function.
1453
1454         * spam-report.el (spam-report-process-queue): Use it.
1455
1456 2008-12-24  David Engster  <dengste@eml.cc>
1457
1458         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1459         parameters that haven't existed as variables as buffer-local variables.
1460
1461 2008-12-23  Dave Love  <fx@gnu.org>
1462
1463         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1464         cadar.
1465
1466         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1467         imap-starttls-p.
1468         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1469
1470 2008-12-22  Dave Love  <fx@gnu.org>
1471
1472         * imap.el: Fix author email.  Doc fixes.
1473         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1474         reply.
1475
1476 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1477
1478         * spam-report.el (spam-report-gmane-max-requests): New constant.
1479         (spam-report-gmane-wait): New variable.
1480         (spam-report-gmane-ham, spam-report-gmane-spam)
1481         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1482         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1483         the server.
1484
1485         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1486         Add explanations.
1487
1488         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1489         nnheader-accept-process-output and nnheader-read-timeout if available.
1490         (pop3-movemail): Use it.
1491
1492         * message.el (message-check-news-body-syntax): Fix signature check if
1493         there's an attachment.
1494
1495 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1496
1497         * mm-util.el: Add comments to the mm- emulating functions.
1498
1499 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1500
1501         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1502         by Stephen Berman <stephen.berman@gmx.net>.
1503
1504 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * mm-util.el (mm-substring-no-properties): New function.
1507         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1508         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1509         (mm-string-to-multibyte): Doc fix.
1510
1511         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1512
1513 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1514
1515         * mml.el (mml-attach-file): Strip text properties from file name.
1516         (Bug#1574)
1517
1518 2008-12-16  Glenn Morris  <rgm@gnu.org>
1519
1520         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1521
1522 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1523
1524         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1525         knows since the charset specified might be a bogus alias that
1526         mm-charset-synonym-alist provides.
1527
1528 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1529
1530         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1531         "ISO_8859-1".
1532
1533         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1534
1535 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * mm-util.el (mm-charset-eval-alist):
1538         Define it before mm-charset-to-coding-system.
1539         (mm-charset-to-coding-system): Add optional argument `silent';
1540         define it before mm-charset-override-alist.
1541         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1542         default value if it can be used in Emacs currently running;
1543         silence mm-charset-to-coding-system.
1544
1545 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1548         `allow-override' which says whether to use `mm-charset-override-alist'.
1549         (rfc2047-decode-encoded-words): Use it.
1550
1551         * mm-util.el (mm-charset-override-alist): Fix custom type;
1552         add `(gb2312 . gbk)' to choices.
1553
1554 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1557         fast.
1558
1559         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1560
1561         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1562
1563 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1564
1565         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1566         on links.
1567
1568         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1569
1570 2008-12-03  Lute Kamstra  <lute@gnu.org>
1571
1572         * sha1.el: Remove leading * from docstrings of defcustoms,
1573         deffaces, defconsts and defuns.
1574
1575 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1576
1577         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1578         users' addresses that don't have domain parts.
1579         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1580         rather than message-narrow-to-head since there will be the message
1581         header separator.
1582
1583 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1584
1585         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1586         since the result is inserted in a unibyte buffer anyway.
1587         (nnimap-demule-use-string-to-multibyte): Remove.
1588         (nnimap-demule): Alias it to mm-string-to-multibyte.
1589
1590 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1591
1592         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1593         variable for debugging bug#464 and bug#1174.
1594         (nnimap-demule): Use it.
1595
1596 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1597
1598         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1599         score calculation correctly.
1600
1601 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1602
1603         * message.el (message-send-mail): Just set the buffer to unibyte
1604         rather than use mm-with-unibyte-current-buffer which does a lot more.
1605         (message-send-mail-partially): Don't bother with
1606         mm-with-unibyte-current-buffer since it's already been made unibyte by
1607         message-send-mail.
1608
1609 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1610
1611         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1612
1613 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1614
1615         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1616
1617 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1620         require itself and to remove `with-no-warnings'.
1621
1622 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1623
1624         * starttls.el (starttls-any-program-available): Get the name of the
1625         available TLS layer program.
1626         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1627         well as the host name in the "opening" message.
1628
1629         * auth-source.el (auth-source-cache, auth-source-do-cache)
1630         (auth-source-user-or-password): Cache passwords and logins by default,
1631         allow override with `auth-source-do-cache'.
1632         (auth-source-forget-user-or-password): Allow users to remove cache
1633         entries if needed.
1634
1635 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1636
1637         * md4.el (md4-buffer): Fix typo in docstring.
1638         (md4, md4-64): Doc fixes.
1639         (md4-pack-int32): Reflow docstring.
1640
1641 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1642
1643         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1644         condition-case to only the forward-sexp call.
1645
1646 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1647
1648         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1649         quotes contained.  Make it more robust regardless by an extra
1650         condition-case wrapper.
1651
1652 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1655
1656 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * nnml.el (nnml-request-expire-articles): Check if the function set to
1659         `nnmail-expiry-target' returns the symbol `delete'.
1660
1661         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1662
1663         * nnmail.el (nnmail-expiry-target): Fix custom type.
1664
1665 2008-10-02  Glenn Morris  <rgm@gnu.org>
1666
1667         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1668         Silence compiler warning.
1669
1670 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1671
1672         * tls.el (open-tls-stream): Show the actual command being
1673         executed, instead of the format string.
1674
1675 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * lpath.el: Fbind codepage-setup for Emacs 23.
1678
1679 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1680
1681         * mml.el (mml-menu): Don't assume mml2015 is bound.
1682
1683 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1686         exists.
1687
1688 2008-09-27  Glenn Morris  <rgm@gnu.org>
1689
1690         * gnus-util.el (mail-header-remove-comments): Autoload it.
1691
1692 2008-09-27  Andreas Schwab  <schwab@suse.de>
1693
1694         * gnus-util.el (gnus-split-references): Strip comments.
1695         (gnus-parent-id): Likewise.
1696
1697 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1698
1699         * message.el (message-confirm-send): Fix version.
1700
1701 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1702
1703         * message.el (message-idna-to-ascii-rhs-1): Use
1704         mail-extract-address-components rather than mail-header-parse-addresses
1705         that is an alias by default to ietf-drums-parse-addresses that does not
1706         support non-ASCII names in headers' contents.
1707
1708 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1709
1710         * message.el (message-confirm-send): Fixed variable documentation to
1711         avoid the "y/n" wording.
1712
1713 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1714
1715         * message.el (message-set-auto-save-file-name): Save to a different
1716         filename so multiple messages (especially drafts) can be recovered.
1717
1718 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1719
1720         * message.el (message-confirm-send): Add appropriate version.
1721
1722 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1723
1724         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1725         defvar.
1726
1727 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1728
1729         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1730         (mm-pkcs7-enveloped-magic): Ditto.
1731
1732 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1733
1734         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1735         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1736
1737 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1738
1739         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1740         default, it's better.
1741
1742 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1743
1744         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1745         summary line gnus-number property and ignore them (with a warning
1746         message).
1747
1748 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1749
1750         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1751         macro caddr in the interactive form since it won't be expanded.
1752
1753 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1756         `charset'; fix name of function called recursively.
1757         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1758
1759 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1762         (gnus-mime-set-charset-parameters): New function.
1763         (gnus-mime-view-part-as-charset): Use it to correctly display part
1764         specifying wrong charset.
1765
1766 2008-09-08  David Engster  <dengste@eml.cc>
1767
1768         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1769         in completing-read for back end server.
1770
1771 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1772
1773         * message.el (message-confirm-send): New variable to confirm sending a
1774         message.
1775         (message-send): Use it.
1776
1777 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1778
1779         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1780
1781 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1784
1785 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1786
1787         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1788         prevent tracking too many groups.
1789         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1790         Use it.
1791
1792 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1793
1794         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1795         moving point to the bottom of the window in order to avoid recentering.
1796
1797 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1800
1801         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1802         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1803         (gnus-article-beginning-of-window): Fix calculation.
1804
1805 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * gnus-msg.el (gnus-summary-supersede-article)
1808         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1809         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1810         message header.
1811
1812 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1813
1814         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1815         pending output coming after the status change.
1816
1817 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1818
1819         * message.el:
1820         * gnus-start.el:
1821         * gnus-registry.el: Remove VMS support.
1822
1823 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1824
1825         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1826         macro.
1827         (rfc2104-hash): Use it.
1828
1829 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1830
1831         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1832         (gnus-summary-sort-by-most-recent-date): New commands.
1833         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1834         and menu entries.
1835
1836 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1839         don't redisplay article for raw contents; remove plural articles stuff.
1840
1841         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1842         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1843         on gnus-summary-save-article; display results properly.
1844
1845 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * lpath.el: No need to fbind ns-focus-frame.
1848
1849 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1850
1851         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1852
1853 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1854
1855         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1856         gnus-save-all-headers.
1857
1858 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1859
1860         * gnus-util.el (ns-focus-frame): Remove declaration.
1861         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1862         like x.
1863
1864 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1865
1866         * rfc2104.el (rfc2104-zero): Delete defconst.
1867         (rfc2104-hex-alist): Likewise.
1868         (rfc2104-hex-to-int): Delete func.
1869         (rfc2104-hexstring-to-bitstring): Likewise.
1870         (rfc2104-nybbles): New defconst.
1871         (rfc2104-hash): Rewrite for speed.
1872
1873 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1874
1875         * tls.el (open-tls-stream): Make it work with the 2nd argument
1876         BUFFER that is a string but does not exist as a buffer object, as
1877         mentioned in the doc-string.
1878
1879 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1880
1881         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
1882         SXEmacs.
1883
1884 2008-07-16  Glenn Morris  <rgm@gnu.org>
1885
1886         * gnus-util.el (ns-focus-frame): Declare for compiler.
1887
1888 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1889
1890         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1891         set as a group parameter.
1892         (gnus-summary-save-in-pipe): Work when it is called independently.
1893         (gnus-summary-pipe-to-muttprint): Don't modify
1894         gnus-summary-pipe-output-default-command.
1895
1896 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1897
1898         * message.el (message-send-mail-with-sendmail):
1899         Display the error message.
1900
1901 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * gnus-art.el (gnus-default-article-saver):
1904         Add gnus-summary-save-in-pipe to choices.
1905         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1906         gnus-summary-pipe-output-default-command as the default command.
1907         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1908         instead of gnus-last-shell-command.
1909
1910         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1911         New user option.
1912         (gnus-summary-muttprint-program): Mention the value will be changed.
1913         (gnus-summary-save-article): Force showing of all headers.
1914         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1915
1916 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1917
1918         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1919
1920 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1921
1922         * nnimap.el (nnimap-id):
1923         * sieve-manage.el (sieve-manage-open): Doc fixes.
1924
1925 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1926
1927         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1928         if available.
1929
1930 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1931
1932         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1933
1934         * nnkiboze.el (nnkiboze-generate-group):
1935         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1936
1937         * nnmairix.el: Require CL.
1938
1939 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * dgnushack.el: Autoload get-display-table and put-display-table for
1942         XEmacs 21.5.
1943
1944         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
1945         21.4 and SXEmacs.
1946
1947 2008-06-15  David Engster  <dengste@eml.cc>
1948
1949         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1950
1951 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1952
1953         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1954         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1955         runtime choice under XEmacs.
1956
1957         * gnus-sum.el (gnus-summary-set-display-table):
1958         Use `gnus-put-display-table', `gnus-get-display-table',
1959         `gnus-set-display-table' for the display table, instead of `aset'.
1960
1961         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
1962         Use `gnus-put-display-table', `gnus-get-display-table',
1963         `gnus-set-display-table' for the display table.
1964
1965 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1966
1967         * nnmairix.el: Add autoloads.
1968
1969 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1970
1971         * nnmairix.el (nnmairix-delete-recreate-group)
1972         (nnmairix-update-and-clear-marks): Fix error messages.
1973
1974 2008-06-14  David Engster  <dengste@eml.cc>
1975
1976         * nnmairix.el: Upgrade to version 0.6.
1977         (nnmairix-group-toggle-propmarks-this-group)
1978         (nnmairix-group-toggle-readmarks-this-group)
1979         (nnmairix-group-delete-recreate-this-group)
1980         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1981         (nnmairix-remove-tick-mark-original-article): New commands.
1982         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1983         (nnmairix-propagate-marks-to-nnmairix-groups)
1984         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1985         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1986         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1987         functions needed for marks propagation and manipulation of read marks.
1988         (nnmairix-update-groups): New function.
1989         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1990         (nnmairix-determine-original-group-from-registry)
1991         (nnmairix-determine-original-group-from-path)
1992         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1993         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1994         New helper functions.
1995         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1996         keystrokes for new commands.
1997         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1998         (nnmairix-request-group): Check allow-fast group parameter.
1999         (nnmairix-request-create-group): Set allow-fast group parameter if
2000         nnmairix-allowfast-default is set.
2001         (nnmairix-close-group): Propagate marks upon closing if needed.
2002         (nnmairix-group-toggle-threads-this-group): Use new.
2003         nnmairix-group-toggle-parameter helper function.
2004         (nnmairix-search): Better check for empty search result.
2005         (nnmairix-goto-original-article): Use new helper functions for
2006         determining original article.
2007         (nnmairix-show-original-article): Make sure message-id is in brackets.
2008         (nnmairix-call-mairix-binary): Change variable name.
2009         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2010         helper function.
2011         (nnmairix-widget-toggle-activate): Fix doc string.
2012
2013 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * nnir.el: Require edmacro when compiling with XEmacs.
2016         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2017         available in Emacs 21.
2018
2019 2008-06-11  Glenn Morris  <rgm@gnu.org>
2020
2021         * gnus-util.el (x-focus-frame):
2022         * gnus.el (image-size):
2023         * mm-decode.el (image-size): Declare.
2024
2025         * gnus-picon.el (declare-function): Add compat definition.
2026         (image-size): Declare.
2027
2028         * gnus-group.el (tool-bar-map):
2029         * gnus-sum.el (tool-bar-map): Define for compiler.
2030
2031         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2032
2033         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2034
2035         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2036         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2037         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2038         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2039         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2040         * sieve-manage.el, spam-report.el, spam.el:
2041         Remove unnecessary eval-and-compile of autoloads.
2042
2043 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2044
2045         * auth-source.el: Precise Tramp doc.
2046
2047 2008-06-07  Glenn Morris  <rgm@gnu.org>
2048
2049         * nnmairix.el: Remove unnecessary eval-when-compile.
2050
2051 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * lpath.el: Fbind propertize for XEmacs 21.4.
2054
2055 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2056
2057         * nnir.el: Move here from ../contrib.
2058
2059 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2060
2061         * gnus-util.el (gnus-read-shell-command): New function.
2062         * mm-decode.el (mm-pipe-part):
2063         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2064
2065 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2068
2069 2008-06-03  Glenn Morris  <rgm@gnu.org>
2070
2071         * pop3.el (nnheader-accept-process-output): Autoload it.
2072
2073 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2076         are not 2-digit hexadecimal characters that follow `%'s.
2077
2078 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2079
2080         * message.el (message-bogus-recipient-p): Fix type in doc string.
2081         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2082         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2083         Improve custom options.
2084         (message-bogus-recipient-p): Adjust accordingly.
2085
2086 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2087
2088         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2089         long-form month and day names.
2090
2091 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * dgnushack.el: Autoload debug, eudc-expand-inline and
2094         pgg-snarf-keys-region for XEmacs.
2095
2096         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2097
2098         * nnmairix.el: Require edmacro when compiling with XEmacs.
2099
2100 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2101
2102         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2103         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2104
2105 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2106
2107         * auth-source.el: Add more docs.
2108
2109         * netrc.el (netrc-machine): Always match if the port is not given.
2110
2111 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2114         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2115         retrieval faster in some cases, but might make CPU usage larger.  If
2116         this has any bad side effects, we might revert this change.
2117
2118         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2119         seems to make mail retrieval much, much faster.
2120         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2121         unconditionally.
2122
2123         * gnus-draft.el (gnus-group-send-queue): Bind
2124         message-send-mail-partially-limit to nil to avoid being prompted.
2125
2126 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2127
2128         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2129
2130         * message.el (message-bogus-address-regexp): Fix and improve custom
2131         type.
2132         (message-setup-hook): Add message-check-recipients as custom option.
2133
2134 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2135
2136         * message.el (message-cite-function): Remove bogus autoload which crept
2137         in during merge from v5-10.
2138
2139 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2140
2141         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2142
2143         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2144
2145         * auth-source.el: Preliminary Tramp docs.
2146         (auth-sources): Change the default auth-sources to use
2147         EPA .gpg files.
2148
2149 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2150
2151         * nntp.el: Autoload `auth-source-user-or-password'.
2152         (nntp-send-authinfo): Use it.
2153
2154         * nnimap.el: Autoload `auth-source-user-or-password'.
2155         (nnimap-open-connection): Use it.
2156
2157         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2158         for the gnus-message function.
2159         (auth-source-user-or-password): Use it.
2160
2161 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2162
2163         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2164         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2165         (rfc2104-hash): Use it.
2166
2167 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2168
2169         * gnus-art.el (gnus-article-toggle-truncate-lines):
2170         Don't use `iff' in docstring.
2171
2172 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2173
2174         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2175
2176         * gnus-util.el (gnus-extract-address-component-name)
2177         (gnus-extract-address-component-email): Convenience functions around
2178         `gnus-extract-address-components'.
2179
2180         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2181         Use `gnus-extract-address-component-email' to fix bug of comparing full
2182         sender name to `user-mail-address'.
2183
2184 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2185
2186         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2187         catch/throw to optimize.
2188         (gnus-registry-find-keywords): Just use member to find a keyword.
2189
2190 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2191
2192         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2193         is current before calling gnus-server-prepare.
2194         (gnus-server-setup-buffer, gnus-server-update-server)
2195         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2196
2197 2008-05-04  Juri Linkov  <juri@jurta.org>
2198
2199         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2200         (mailcap-file-default-commands): Use mailcap-replace-in-string
2201         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2202         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2203
2204 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2205
2206         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2207
2208 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2209
2210         * gnus.el: Bump version to 0.11
2211
2212 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2213
2214         * gnus.el: No Gnus v0.10 is released.
2215
2216 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217
2218         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2219         hooks.
2220         (gnus-update-read-articles): Speed up non-marks-using users.
2221         (gnus-use-marks): Define gnus-use-marks.
2222         (gnus-propagate-marks): Rename variable to something more sensible.
2223
2224 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2225
2226         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2227         (gmm-image-load-path-for-library): Fix typos in docstrings.
2228         (gmm-message): Reflow docstring.
2229
2230 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2231
2232         * mail-source.el (mail-source-set-1, mail-source-bind):
2233         Move auth-source code out of the macro to clean it up and fix bugs.
2234
2235 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2236
2237         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2238         by sender if it's equal to user-mail-address, it's likely to be
2239         useless.
2240
2241         * mail-source.el (mail-source-bind): Don't use user or password if they
2242         are not bound.  Unintern them if they are nil.  Don't use server unless
2243         it's bound, and default it to empty string otherwise.
2244
2245 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2246
2247         * mail-source.el: Load auth-source.el.
2248         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2249         get user name or password, if auth-sources is set up.
2250
2251         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2252         strategy of splitting with parent.
2253         (gnus-registry-split-fancy-with-parent)
2254         (gnus-registry-post-process-groups): Use it and fix prior
2255         bug (returning a list as the split result).
2256
2257         * auth-source.el (auth-sources): Remove server parameter.
2258         (auth-source-pick, auth-source-user-or-password)
2259         (auth-source-user-or-password-imap)
2260         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2261         (auth-source-user-or-password-sftp)
2262         (auth-source-user-or-password-smtp): Remove server parameter.
2263
2264 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2265
2266         * smime.el (smime-sign-region, smime-encrypt-region)
2267         (smime-decrypt-region):
2268         Remove redundant calls to `generate-new-buffer-name'.
2269
2270 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2271
2272         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2273         Don't use QP for message/rfc822.
2274         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2275
2276 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2277
2278         * sieve-manage.el (sieve-string-bytes): Remove.
2279         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2280         correct byte-length only if the process's coding-system is the same as
2281         the one used internally by Emacs to represent strings.
2282
2283 2008-04-22  Juri Linkov  <juri@jurta.org>
2284
2285         * mailcap.el (mailcap-file-default-commands): New function.
2286
2287 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2288
2289         * message.el (message-signature-separator, message-cite-function):
2290         Change custom version.
2291
2292 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2293
2294         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2295         commands.
2296         (tls-checktrust): Ditto.
2297
2298 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2299
2300         * mm-decode.el (mm-display-external): Make temp file read-only.
2301
2302 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2303
2304         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2305         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2306         `C-c C-f d'.
2307
2308 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2309
2310         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2311
2312 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2313
2314         * gnus.el: Bump version to 0.9.
2315
2316 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2317
2318         * gnus.el: No Gnus v0.8 is released.
2319
2320 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2321
2322         * mail-source.el (mail-source-value):
2323         Prefer fboundp to functionp so it works with macros as well.
2324
2325 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2326
2327         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2328         Fix last change in case the element is not even a symbol.
2329
2330 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2331
2332         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2333         Prefer fboundp to functionp so it works with macros as well.
2334
2335 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2336
2337         * auth-source.el: Added docs.
2338         (auth-sources): Modify format to support server.
2339         (auth-source-pick, auth-source-user-or-password)
2340         (auth-source-user-or-password-imap)
2341         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2342         (auth-source-user-or-password-sftp)
2343         (auth-source-user-or-password-smtp): Add server parameter.
2344
2345 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2346
2347         * gnus-registry.el: Initialize the registry when gnus-registry-install
2348         is t.
2349
2350 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * compface.el (uncompface): Make buffer unibyte.
2353
2354 2008-04-05  Glenn Morris  <rgm@gnu.org>
2355
2356         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2357
2358 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2359
2360         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2361         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2362
2363         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2364         multibyteness after rather than before erasing it.
2365
2366         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2367         mm-with-multibyte.
2368         (gnus-request-article-this-buffer): Make sure the proper decoding is
2369         used if gnus-original-article-buffer happens to be unibyte.
2370
2371         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2372         default-enable-multibyte-characters.
2373
2374         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2375         default-enable-multibyte-characters.
2376
2377         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2378
2379         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2380
2381 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2382
2383         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2384         (imap-message-copyuid-1): Use it.
2385         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2386         J. Williams in
2387         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2388
2389         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2390         imap-enable-exchange-bug-workaround.
2391         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2392
2393 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2394
2395         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2396         a 100 byte status-checks into a 2-3MB transfer for each group.
2397         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2398         to enable bug workaround or not.
2399         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2400
2401 2008-03-31  Glenn Morris  <rgm@gnu.org>
2402
2403         * message.el (mml2015-use): Declare for compiler.
2404         (message-info): Require mml2015 when appropriate.
2405
2406 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2409         whitespace.
2410
2411 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2412
2413         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2414         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2415         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2416         (nntp-service-to-port): New function.
2417         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2418         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2419         (nntp-open-netcat-stream): New function.
2420         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2421
2422 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2423
2424         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2425
2426 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2427
2428         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2429
2430 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2431
2432         * dns.el (dns-write): Use set-buffer-multibyte.
2433
2434 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2435
2436         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2437
2438 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2439
2440         * message.el (message-signature-separator): Change default.
2441         Improve custom type.
2442         (message-cite-function): Change default to
2443         message-cite-original-without-signature.
2444
2445         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2446         toggle.
2447
2448         * message.el (message-check-news-body-syntax): Fix signature check.
2449         (message-setup-1): Mark buffer as unmodified _after_ running
2450         message-setup-hook and handling message-alternative-emails.
2451         (message-shorten-references): Be more strict when building list of
2452         valid references to comply with GNKSA.
2453
2454         * gnus-group.el (gnus-read-ephemeral-bug-group)
2455         (gnus-read-ephemeral-debian-bug-group)
2456         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2457
2458         * message.el (message-info): Don't use booleanp which isn't supported
2459         in Emacs 21 and XEmacs.
2460
2461 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2462
2463         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2464         gnus-group-gmane-group-download-format.
2465         (gnus-group-read-ephemeral-gmane-group): Rename from
2466         gnus-group-read-ephemeral-gmane-group.
2467         (gnus-read-ephemeral-gmane-group-url): Rename from
2468         gnus-group-read-ephemeral-gmane-group-url.
2469         (gnus-bug-group-download-format-alist): New variable.
2470         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2471         (gnus-read-ephemeral-emacs-bug-group): New commands.
2472
2473 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2474
2475         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2476         (gnus-visible-headers): Improve custom type.
2477
2478 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2479
2480         * mml.el (mml-menu): Add workarounds for XEmacs.
2481
2482         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2483         X-Boundary header.
2484
2485         * message.el (message-simplify-recipients): Fix previous commit.
2486
2487 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2488
2489         * mm-util.el (mm-set-buffer-multibyte): New function.
2490         * mm-decode.el (mm-copy-to-buffer): Use it.
2491
2492 2008-03-19  Glenn Morris  <rgm@gnu.org>
2493
2494         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2495         Accidentally removed in the sync process with Emacs.
2496
2497 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2498
2499         * message.el (message-alter-recipients-discard-bogus-full-name):
2500         New function.
2501         (message-alter-recipients-function): New variable.
2502         (message-get-reply-headers): Use it.
2503         (message-replace-header): New helper function.
2504         (message-recipients-without-full-name): New variable.
2505         (message-simplify-recipients): New command.
2506
2507         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2508
2509         * message.el (message-info): Handle EasyPG manual.
2510
2511         * mml.el (mml-menu): Add entry for EasyPG.
2512
2513 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2514
2515         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2516         parameter.
2517
2518         * message.el (message-disassociate-draft): Specify drafts group name
2519         fully.
2520
2521 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2522
2523         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2524         unnecessary duplicates from the match list.
2525
2526 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2529
2530         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2531
2532         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2533         args of `how-many' of which the XEmacs version doesn't take; declare
2534         Info-index-next as function.
2535
2536 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2537
2538         * gnus-score.el (gnus-score-headers): Fix handling of
2539         gnus-inhibit-slow-scoring.
2540
2541         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2542         string.
2543         (gnus-button-url-regexp): Improve handling of parenthesis.
2544         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2545         (gnus-button-handle-info-keystrokes): Handle index entries.
2546
2547 2008-03-15  Glenn Morris  <rgm@gnu.org>
2548
2549         * parse-time.el (parse-time-string): Simplify.
2550
2551 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2554         Incoming* files.
2555
2556 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2557
2558         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2559         (auth-source-pick): Use it.
2560
2561 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2562
2563         * binhex.el (binhex-decode-region-internal):
2564         * uudecode.el (uudecode-decode-region-internal):
2565         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2566         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2567         setting default-enable-multibyte-characters.
2568
2569 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2570
2571         * auth-source.el (auth-source-protocols)
2572         (auth-source-protocols-customize, auth-source-choices): Added and
2573         modified variable customizations and defaults.
2574         (auth-source-pick, auth-source-user-or-password)
2575         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2576         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2577         (auth-source-user-or-password-sftp)
2578         (auth-source-user-or-password-smtp): Use new variables and provide an
2579         interface to netrc.el.
2580
2581 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2584         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2585         Make sure the nntp port to specify is a string.
2586
2587 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2588
2589         * nntp.el: Use with-current-buffer.
2590         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2591         dubious mm-with-unibyte-current-buffer.
2592         (nntp-with-open-group-function): New function extracted from
2593         nntp-with-open-group macro.
2594         (nntp-with-open-group): Use the function, so it's easier to debug.
2595         Add indentation and debugging info.
2596         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2597         the use of the netcat alternatives.
2598
2599         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2600         Avoid mm-string-as-multibyte as well.
2601
2602         * nnweb.el (nnweb-insert-html):
2603         Remove use of nnheader-string-as-multibyte.
2604
2605         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2606         (nnheader-string-as-multibyte): Remove.
2607
2608         * mm-view.el: Use inhibit-read-only.
2609         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2610         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2611         or unibyte-string.
2612
2613         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2614         (mm-uu-yenc-extract): Use with-current-buffer.
2615
2616         * gnus-soup.el (gnus-soup-send-packet): Don't use
2617         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2618
2619         * nnmh.el: Use with-current-buffer.
2620         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2621         mm-string-as-multibyte on the output of mm-encode-coding-string.
2622
2623         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2624         (nnimap-request-move-article): Use with-current-buffer.
2625
2626         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2627         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2628         conversion uses string-make-unibyte rather than string-as-unibyte.
2629
2630         * gnus-msg.el: Use with-current-buffer.
2631
2632         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2633
2634 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2635
2636         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2637         string for caching if it is 'PIN.
2638
2639 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * lpath.el: Consider the case without Emacs/W3.
2642
2643 2008-03-08  Glenn Morris  <rgm@gnu.org>
2644
2645         * time-date.el (date-to-time, time-subtract, time-add)
2646         (safe-date-to-time): Doc fixes.
2647
2648 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2649
2650         * mail-source.el (mail-source-delete-old-incoming-confirm):
2651         Change default to nil.
2652         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2653
2654 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2655
2656         * lpath.el: Rearrange.
2657
2658         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2659         (gnus-article-goto-prev-page): Work for articles having ^L's.
2660
2661         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2662
2663         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2664
2665 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2666
2667         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2668         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2669         (gnus-bookmark-jump): Adjust some variable names.
2670
2671 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2672
2673         * auth-source.el: New package.
2674         (auth-source-choices): Add customization entry point variable.
2675
2676         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2677         bug.
2678
2679 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2680
2681         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2682         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2683         (gnus-registry-install-shortcuts): Rename from
2684         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2685         the `gnus-registry-mark-map' keymap dynamically from
2686         `gnus-registry-marks'.  The generated functions update the summary line
2687         when a registry mark is added or deleted, and will call
2688         `gnus-registry-install-p' (see the comments in the code).
2689         (gnus-registry-user-format-function-M): Use concat intelligently.
2690
2691         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2692         the registry mark functions.
2693
2694 2008-03-05  Glenn Morris  <rgm@gnu.org>
2695
2696         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2697         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2698         gnus-art.
2699         (top-level): No need to load own source when compiling.
2700
2701 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2702
2703         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2704         Suggested by <chris.anderton@zetnet.co.uk>.
2705
2706 2008-03-04  Glenn Morris  <rgm@gnu.org>
2707
2708         * gnus-sum.el (top-level): No need to require gnus when compiling,
2709         since unconditionally required near start of file.
2710         (gnus-summary-display-while-building): Move definition before use.
2711
2712 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2713
2714         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2715         formatting function.
2716
2717 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2718
2719         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2720         with plists.
2721         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2722         Use new format.
2723
2724 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2727         `where-is-internal' that returns a range of key sequences.
2728
2729 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2730
2731         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2732
2733         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2734         (gnus-summary-jump-to-group): Consider windows on other displayed
2735         frames as well.  Similar changes might be needed elsewhere, but that's
2736         the one I've bumped into during my use.
2737
2738         * nndoc.el (nndoc-oe-dbx-type-p):
2739         * gnus-msg.el (gnus-debug):
2740         * gnus-group.el (gnus-update-group-mark-positions):
2741         Use mm-string-to-multibyte.
2742
2743 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2744
2745         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2746         doesn't handle NotDashEscaped.
2747
2748         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2749         (mml-dnd-attach-options): Fix typo in custom choice.
2750
2751         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2752         nndoc-article-type to mbox.
2753         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2754
2755         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2756         to nil, instead of html2text.
2757
2758         * imap.el (imap-debug): Add `imap-ping-server'.
2759
2760         * gnus-bookmark.el: Add FIXMEs.
2761
2762         * message.el (message-form-letter-separator)
2763         (message-send-form-letter-delay): New variables.
2764         (message-send-form-letter): Use them.  New command to send form
2765         letters.  Requested by Uwe Siart.
2766         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2767
2768 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2769
2770         * Update copyright years.
2771
2772 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2773
2774         Sync from EMACS_22_BASE.
2775
2776         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2777
2778 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2779
2780         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2781         empty author.
2782
2783 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2784
2785         * gnus-registry.el (gnus-registry-marks): Add variable for
2786         customization of marks and their appearance.
2787         (gnus-registry-read-mark): Use it.
2788         (gnus-registry-do-marks): Add utility function to loop through
2789         `gnus-registry-marks'.
2790         (gnus-registry-install-shortcuts-and-menus): Add function to install
2791         shortcuts and menus.
2792         (gnus-registry-initialize): Use it.
2793         (gnus-registry-default-mark): Clarify documentation.
2794
2795 2008-02-29  Glenn Morris  <rgm@gnu.org>
2796
2797         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2798         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2799         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2800         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2801         Change defcustom :version from 23.0 to 23.1.
2802
2803 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2804
2805         * gnus-registry.el (gnus-registry-follow-group-p)
2806         (gnus-registry-post-process-groups): Add functions to aid registry
2807         splitting and improve logging.  Clarify behavior in function
2808         documentation.
2809         (gnus-registry-split-fancy-with-parent): Use them.
2810
2811 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2812
2813         * gnus-art.el: Use with-current-buffer.
2814
2815 2008-02-27  David Engster  <dengste@eml.cc>
2816
2817         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2818         Express real group name in the response.
2819
2820 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2823         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2824         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2825         autoload gnus-registry-fetch-group when compiling.
2826         (nnmairix-request-group-with-article-number-correction): Remove
2827         unreferenced argument passed to nnmairix-call-backend.
2828
2829 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2830
2831         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2832         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2833         Wilde.
2834
2835 2008-02-27  Glenn Morris  <rgm@gnu.org>
2836
2837         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2838         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2839         variables to defconsts.  Convert comments to doc-strings.
2840         (nnmairix-last-server, nnmairix-current-server): Convert from free
2841         variables to defvars.  Convert comments to doc-strings.
2842         (gnus-registry-fetch-group): Autoload.
2843         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2844         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2845         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2846         caddr.
2847         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2848         nnmairix-request-group-with-article-number-correction call.
2849         (nnmairix-fast, nnmairix-group): New, less general names, for free
2850         variables passed from nnmairix-request-group to
2851         nnmairix-request-group-with-article-number-correction.  Declare.
2852         (nnmairix-request-group-with-article-number-correction):
2853         Use nnmairix-fast, nnmairix-group rather than fast, group.
2854
2855 2008-02-26  David Engster  <dengste@eml.cc>
2856
2857         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2858         version 0.5.
2859
2860 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2861
2862         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2863         instead of making an extra function call.  Don't add the current group
2864         to articles only when they have the group.  Use
2865         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2866         Reported by David <de_bb@arcor.de>.
2867
2868 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
2871         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
2872
2873 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2874
2875         * mail-source.el (mail-source-delete-incoming): Change default.
2876         Supplement doc string.
2877
2878         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2879
2880 2008-02-14  Glenn Morris  <rgm@gnu.org>
2881
2882         * time-date.el (format-seconds): New function.
2883
2884 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2885
2886         * nnmail.el (nnmail-message-id-cache-file): Derive from
2887         `gnus-home-directory'.
2888
2889 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2890
2891         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2892         Document negative prefix.
2893
2894         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2895
2896 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2897
2898         * message.el (message-unsent-separator): Add the Exim bounce
2899         separator.
2900
2901 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2902
2903         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2904         list.
2905         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2906         recipient/signer list.
2907
2908 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * Makefile.in (datarootdir): Define.
2911         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
2912         name that might contain whitespace.
2913
2914 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2915
2916         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2917         fbound (Emacs 23 unicode), signal an error.
2918
2919 2008-02-08  Glenn Morris  <rgm@gnu.org>
2920
2921         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2922
2923 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2924
2925         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2926         ports to the calls to `netrc-machine-user-or-password' in addition to
2927         "imap" and "imaps".
2928
2929 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2930
2931         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2932
2933         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2934
2935 2008-02-01  Kenichi Handa  <handa@m17n.org>
2936
2937         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2938         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2939         (rfc2104-hash): Convert the result of concat to unibyte string.
2940
2941 2008-02-01  Dave Love  <fx@gnu.org>
2942
2943         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2944         coding-system-for-read.
2945         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2946
2947 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2948
2949         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2950         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2951         <hanche@math.ntnu.no>.
2952
2953 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2956
2957         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2958
2959 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
2960
2961         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2962         * message.el (message-beginning-of-line): Use featurep instead of bound
2963         tests in order to resolve conditionals at compile time.
2964
2965 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2966
2967         * mail-source.el (mail-sources): Add `group' choice.
2968
2969         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2970         parameter `in-group' to control into which group the articles go.
2971         Add treatment of `group' mail-source.
2972
2973 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2976
2977         * mm-decode.el (mm-dissect-buffer): Decode description.
2978
2979         * mml.el (mml-to-mime): Encode message header first.
2980
2981 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2982
2983         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2984         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2985
2986         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
2987         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
2988
2989 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2990
2991         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2992
2993 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2994
2995         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2996         prefix keys.
2997         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2998         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2999         gnus-xmas.el.
3000
3001         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3002         (gnus-xmas-article-describe-bindings): New function.
3003         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3004         gnus-xmas-article-describe-bindings.
3005
3006         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3007
3008 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3009
3010         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3011         Add new variables for article mark management.
3012         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3013         list of extra data entries which, when present, will indicate that the
3014         article ID should not be trimmed from the registry.
3015         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3016         functions.
3017         (gnus-registry-read-mark): New function to read a mark name from the
3018         user.
3019         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3020         (gnus-registry-set-article-mark-internal): New functions to add and
3021         remove marks.
3022         (gnus-registry-get-article-marks): New function to show the marks for
3023         an article, or retrieve them for further use.
3024
3025 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3028         keys when no argument is given.
3029
3030 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3031
3032         * imap.el (imap-ping-server): New variable.
3033         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3034         (imap-ping-server): Minor doc string fixes.
3035
3036 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3037
3038         * imap.el (imap-ping-server): New function.
3039         (imap-opened): Call imap-ping-server.
3040
3041 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3042
3043         * gnus-sum.el (gnus-article-sort-by-random)
3044         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3045         jidanni@jidanni.org.
3046
3047 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * gnus-art.el (gnus-article-describe-bindings): New function.
3050         (gnus-article-read-summary-keys): Use it.
3051         (gnus-article-mode-map): Bind `C-h b' to it.
3052
3053 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3056         XEmacs.
3057         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3058         against non-character events.
3059
3060         * lpath.el: Fbind map-keymap for Emacs 21.
3061
3062 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3063
3064         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3065         command.
3066         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3067         instead of END.  Change name of the temp file.
3068         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3069         customizable.
3070
3071 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3074         bind `S W' to gnus-article-wide-reply-with-original; set default
3075         binding to gnus-article-read-summary-send-keys.
3076         (gnus-article-read-summary-keys): Fix the order of keys; display
3077         continuation keys correctly in the echo area; describe bindings
3078         correctly when keys end with `C-h'.
3079         (gnus-article-read-summary-send-keys): New function.
3080         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3081         for gnus-article-read-summary-send-keys; display continuation keys
3082         correctly in the echo area.
3083         (gnus-article-reply-with-original): Ignore prefix argument.
3084         (gnus-article-wide-reply-with-original): New function.
3085
3086         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3087         Emacs 21.
3088
3089 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3092         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3093
3094 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3095
3096         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3097         (gnus-group-read-ephemeral-gmane-group): New command.
3098
3099 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3100
3101         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3102
3103 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3104
3105         * message.el (message-send-mail-function): Increase custom version.
3106
3107         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3108         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3109
3110 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3111
3112         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3113         for the cases where imap-authenticate is called with a nil buffer
3114         parameter.
3115
3116 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3119         html parts correctly; support forwarded messages.
3120         (gnus-article-browse-html-article): Remove work buffers.
3121
3122         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3123         compiling.
3124         (netrc-bound-and-true-p): New macro.
3125         (netrc-parse): Use it instead of bound-and-true-p that is not available
3126         in XEmacs 21.4.
3127
3128 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3129
3130         * gnus-registry.el (gnus-registry-mark-article)
3131         (gnus-registry-article-marks): Add functionality to mark articles
3132         through the Gnus registry.
3133
3134         * encrypt.el: Clarify documentation for the new pgg method.
3135         (encrypt-file-alist): Add PGG option.
3136         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3137         functionality.  Abstract password key and messaging to external
3138         functions.
3139         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3140         (encrypt-message-method-and-cipher): Add new convenience external
3141         functions.
3142         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3143         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3144
3145         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3146         (netrc-parse): Use encrypt-file-alist to determine if
3147         encrypt-find-model or encrypt-insert-file-contents should be used.
3148
3149         * encrypt.el: Clarify documentation.  Load password-cache or
3150         password, whichever one is found first, instead of autoloading.
3151
3152 2007-12-19  Glenn Morris  <rgm@gnu.org>
3153
3154         * mml.el (message-options-set, message-narrow-to-head)
3155         (message-in-body-p, message-mail-p, message-encode-message-body):
3156         Autoload.
3157         (message-remove-header, message-narrow-to-headers-or-head)
3158         (message-subscribed-p, message-make-mail-followup-to)
3159         (message-position-on-field, message-news-p)
3160         (message-options-set-recipient, message-generate-headers)
3161         (message-sort-headers): Declare as functions.
3162
3163 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3164
3165         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3166         convention in doc string.
3167
3168 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3171         title to html parts.
3172         (gnus-article-browse-html-article): Pass message header to it.
3173
3174         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3175
3176 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3177
3178         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3179         or password compatible with XEmacs.
3180
3181 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3182
3183         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3184         format document.
3185         (gnus-mime-delete-part): Don't write description line if empty.
3186         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3187
3188 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3189
3190         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3191         (gnus-summary-mark-read-and-unread-as-read)
3192         (gnus-summary-mark-current-read-and-unread-as-read)
3193         (gnus-summary-mark-unread-as-ticked): Doc fix.
3194         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3195
3196 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3197
3198         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3199         Christoph Conrad <christoph.conrad@gmx.de>.
3200
3201 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3202
3203         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3204         yes-or-no-p.
3205
3206 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * mm-decode.el (mm-add-meta-html-tag): New function.
3209         (mm-save-part-to-file, mm-pipe-part): Use it.
3210
3211         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3212         gnus-y-or-n-p instead of y-or-n-p.
3213         (gnus-article-browse-html-parts): Work with message/external-body; use
3214         mm-add-meta-html-tag.
3215
3216 2007-12-11  Glenn Morris  <rgm@gnu.org>
3217
3218         * gnus-cache.el: Require gnus-sum not just when compiling.
3219
3220         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3221
3222         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3223         definitions before use.
3224
3225         * mm-decode.el: Require gnus-util.
3226         (mm-remove-part): Only call delete-annotation on XEmacs.
3227
3228         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3229
3230         * nnmail.el: Require gnus-int.
3231
3232         * spam.el: Move `require's before `eval-when-compile's.
3233
3234         * gnus-ems.el (gnus-alive-p):
3235         * gnus-fun.el (message-goto-eoh):
3236         * gnus-util.el (gnus-group-name-decode):
3237         * mail-source.el (gnus-compress-sequence):
3238         * message.el (Info-goto-node, format-spec):
3239         * mm-bodies.el (message-options-get):
3240         * mm-decode.el (mm-view-pkcs7):
3241         * mm-util.el (gmm-write-region):
3242         * mml-smime.el (mml-compute-boundary)
3243         (gnus-completing-read-with-default):
3244         * mml.el (widget-button-press, gnus-make-hashtable):
3245         * mml1991.el (mm-decode-content-transfer-encoding)
3246         (mm-encode-content-transfer-encoding)
3247         (message-options-get, message-options-set):
3248         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3249         * nnfolder.el (gnus-request-group):
3250         * nnheader.el (ietf-drums-unfold-fws):
3251         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3252         * smime.el (gnus-run-mode-hooks):
3253         * spam-stat.el (gnus-message): Autoload.
3254
3255         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3256         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3257         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3258         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3259         Add declare-function compatibility definition.
3260
3261         * gnus-cache.el (nnvirtual-find-group-art):
3262         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3263         (gnus-add-image, gnus-add-wash-type):
3264         * gnus-group.el (nnkiboze-score-file):
3265         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3266         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3267         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3268         (message-tokenize-header, gnus-get-buffer-create)
3269         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3270         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3271         * gnus.el (gnus-group-decoded-name):
3272         * mail-source.el (imap-capability):
3273         * mm-bodies.el (message-options-set):
3274         * mm-decode.el (gnus-configure-windows):
3275         * mm-extern.el (message-goto-body):
3276         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3277         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3278         (epg-sub-key-validity, message-options-set):
3279         * mml.el (widget-event-point, gnus-configure-windows):
3280         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3281         * mml2015.el (epg-check-configuration, epg-configuration)
3282         (message-options-set):
3283         * nndb.el (nndb-request-article):
3284         * nnfolder.el (gnus-request-create-group):
3285         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3286         * nnmaildir.el (gnus-group-mark-article-read):
3287         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3288         * rfc1843.el (message-fetch-field):
3289         * spam.el (gnus-extract-address-components):
3290         Declare as functions.
3291
3292 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3295
3296         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3297
3298         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3299         bind show-trailing-whitespace for XEmacs.
3300
3301 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3302
3303         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3304         new no-op macro for backward compatibility.
3305
3306         * imap.el (imap-string-to-integer): New function.
3307
3308 2007-12-09  Glenn Morris  <rgm@gnu.org>
3309
3310         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3311
3312         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3313         * message.el, mm-view.el, sieve-manage.el, smime.el:
3314         Add declare-function compatibility definition.
3315
3316         * gnus-art.el (w3-region, w3m-region, Info-menu):
3317         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3318         * gnus-sum.el (gnus-get-predicate):
3319         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3320         * message.el (mail-abbrev-in-expansion-header-p):
3321         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3322         (w3m-detect-meta-charset, w3m-region):
3323         * sieve-manage.el (password-read, password-cache-add)
3324         (password-cache-remove):
3325         * smime.el (password-read-and-add): Declare as functions.
3326
3327 2007-12-08  David Kastrup  <dak@gnu.org>
3328
3329         * gnus-sum.el (gnus-summary-simplify-subject-query):
3330         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3331         `message'.
3332
3333 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3336         it to bind idna-program, installation-directory, defined-colors, and
3337         face-attribute for XEmacs of the version that compiles defcustom forms.
3338
3339 2007-12-07  Glenn Morris  <rgm@gnu.org>
3340
3341         * gnus-art.el (article-make-date-line): Revert previous change.
3342
3343 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3344
3345         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3346
3347 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3348
3349         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3350         Call gnus-add-to-range ranges only once with a prepared article-list.
3351
3352 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3353
3354         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3355         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3356         group names with backslashes.  Reported by Tassilo Horn
3357         <tassilo@member.fsf.org>.
3358
3359 2007-12-06  Deepak Goel  <deego3@gmail.com>
3360
3361         * gnus-art.el (article-make-date-line):
3362         * gnus-start.el (gnus-load):
3363         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3364
3365 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * gnus-art.el (gnus-use-idna)
3368         * gnus-start.el (gnus-site-init-file)
3369         * message.el (message-use-idna)
3370         * mm-uu.el (mm-uu-hide-markers)
3371         * smiley.el (smiley-style): Revert changes that suppress warnings.
3372
3373 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3376         specify charset to html source.  Reported by Christoph Conrad
3377         <christoph.conrad@gmx.de>.
3378
3379 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3382         idna-program in order to suppress byte compile warning issued by XEmacs
3383         that came to byte compile the default value section of defcustom forms
3384         recently.
3385
3386         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3387         value of installation-directory.
3388
3389         * message.el (message-use-idna): Don't directly refer to the value of
3390         idna-program.
3391
3392         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3393
3394         * smiley.el (smiley-style): Don't directly call face-attribute.
3395
3396 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3397
3398         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3399
3400         * gnus-dired.el: Reduce Gnus dependencies.
3401         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3402         require.  Use autoloads instead.
3403         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3404         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3405         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3406         (gnus-dired-mode): Adjust doc string.
3407         (gnus-dired-mail-mode): New variable.
3408         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3409         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3410         (gnus-dired-mail-buffers): New function.  Return mail or message
3411         composition buffers.
3412         (gnus-dired-attach): Use it.
3413         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3414         NO-DECODE.
3415         (gnus-dired-print): Use `gnus-print-buffer' depending on
3416         `gnus-dired-mail-mode'.
3417
3418 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * rfc2047.el (rfc2047-encoded-word-regexp)
3421         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3422         explaining what regexp patterns are for.
3423
3424 2007-12-04  Glenn Morris  <rgm@gnu.org>
3425
3426         * password.el: Move to password-cache.el.
3427
3428         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3429         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3430         * mml-smime.el (password-read, password-cache-add)
3431         (password-cache-remove):
3432         No need to autoload, since mml-sec requires password.
3433
3434         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3435         * message.el (gnus-extract-address-components):
3436         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3437
3438         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3439         password.
3440
3441 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3442
3443         * mailcap.el: Reduce dependencies.
3444         (mail-header-parse-content-type): Autoload.
3445         (mailcap-delete-duplicates): New alias.
3446         (mailcap-mime-info): Add optional argument NO-DECODE.
3447         (mailcap-mime-types): Use mailcap-delete-duplicates.
3448
3449         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3450
3451 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3452
3453         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3454         (imap-parse-status): Upcase status-att for servers that sends them
3455         lower-case (e.g., MS Exchange 2007).
3456
3457 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3460         function.
3461
3462         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3463         (gnus-uu-yenc-article): New function.
3464
3465         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3466
3467         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3468         buffer.
3469
3470 2007-12-02  Glenn Morris  <rgm@gnu.org>
3471
3472         * binhex.el (binhex): New custom group.
3473         (binhex-decoder-program, binhex-decoder-switches)
3474         (binhex-use-external): Move to the binhex custom group.
3475
3476         * uudecode.el (uudecode): New custom group.
3477         (uudecode-decoder-program, uudecode-decoder-switches)
3478         (uudecode-use-external): Move to the uudecode custom group.
3479
3480         * netrc.el (top-level): Don't load `encrypt' features.
3481         (netrc-parse): Don't use encrypt.
3482         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3483
3484         * encrypt.el: Remove file.
3485
3486 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3487
3488         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3489         matches on patches.
3490
3491         * gnus-art.el (gnus-article-browse-html-article): Mention
3492         `mm-text-html-renderer' in the doc string.
3493
3494         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3495         string.  Add comments.
3496
3497         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3498         if rhs is ASCII.
3499
3500 2007-12-01  Glenn Morris  <rgm@gnu.org>
3501
3502         * mail-source.el (top-level): Require format-spec before
3503         eval-when-compile.
3504
3505 2007-11-30  Glenn Morris  <rgm@gnu.org>
3506
3507         * encrypt.el: Require password, rather than autoloading password-read.
3508
3509 2007-11-29  Glenn Morris  <rgm@gnu.org>
3510
3511         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3512         (sasl-make-client, sasl-next-step, sasl-step-data)
3513         (sasl-step-set-data): Declare as functions.
3514
3515 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3516
3517         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3518
3519 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3520
3521         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3522         certs should be verified and what is to be done in the event of a
3523         verification failure.
3524
3525         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3526         caller can indicate whether the cache should be disregarded for this
3527         call.  This way the result of the call is reproducible at all times and
3528         can be considered a canonical server name for the supplied method.
3529         (gnus-agent-method-p): Canonicalize server names by pushing their
3530         method through `gnus-method-to-server' using the no-cache argument.
3531
3532         * gnus-srvr.el (gnus-server-insert-server-line): Call
3533         `gnus-method-to-server' with `no-cache' argument.
3534
3535         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3536         gnus-agent-possibly-synchronize-flags as this should be called when the
3537         server is actually being opened.
3538         (gnus-agent-possibly-synchronize-flags)
3539         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3540         flags file of an agentized server to the latter function.
3541
3542         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3543         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3544         after a connection has been established successfully.
3545
3546 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * gnus-art.el (article-display-face): Force to display face if called
3549         interactively; check if gnus-article-x-face-too-ugly matches author.
3550         (article-display-x-face): Display face even if From header is missing
3551         as article-display-face does.
3552
3553 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3554
3555         * hashcash.el (message-narrow-to-headers-or-head)
3556         (message-fetch-field, message-goto-eoh)
3557         (message-narrow-to-headers): Declare as functions.
3558
3559 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3560
3561         * mail-source.el (mail-sources): Default to fetch from file for
3562         compatibility with default of nnmail-spool-file.
3563
3564 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3567         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3568         to look for encoded word that should be encoded again.
3569         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3570         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3571         encoding pattern.
3572         (rfc2047-decode-region): Switch strict regexp and loose one according
3573         to rfc2047-allow-irregular-q-encoded-words.
3574
3575 2007-11-25  Romain Francoise  <romain@orebokech.com>
3576
3577         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3578
3579 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3580
3581         * tls.el (tls-program): Provide more custom choices from
3582         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3583         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3584
3585 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3586
3587         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3588         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3589
3590         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3591         `nnmail-spool-file'.
3592
3593         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3594         `nnmail-spool-file'.
3595
3596         * gnus-move.el (gnus-change-server): Ditto.
3597
3598         * gnus-kill.el (gnus-batch-score): Ditto.
3599
3600         * gnus-cache.el (gnus-jog-cache): Ditto.
3601
3602         * gnus-msg.el (gnus-summary-reply):
3603         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3604
3605 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3606
3607         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3608         version.  Minor improvement to doc strings.
3609         (tls-program): Add comment.
3610
3611 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3612
3613         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3614         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3615         mismatch between the hostname provided in the certificate and the name
3616         of the host connnecting to.
3617         (open-tls-stream): Use them.  Check certificates against trusted root
3618         certificates.
3619
3620 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3621
3622         * gnus-cache.el (gnus-cache-generate-nov-databases):
3623         Use nnml-generate-nov-databases-directory instead of
3624         nnml-generate-nov-databases-1.
3625
3626 2007-11-24  Glenn Morris  <rgm@gnu.org>
3627
3628         * message.el (message-tool-bar-retro): Update for rename
3629         mail_send.xpm->mail-send.xpm.
3630
3631 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3632
3633         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3634         `smime-ldap-search' for Emacs 22 and up.
3635
3636 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3637
3638         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3639
3640         * message.el (message-send-mail-function): Fix error convention.
3641         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3642         (message-widen-reply, message-send-mail, message-talkative-question)
3643         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3644         (message-clone-locals, message-send-news): Use with-current-buffer.
3645         (message-insert-or-toggle-importance): Remove unused var `valid'.
3646         (message-make-references): Remove unused var `new-references'.
3647         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3648
3649 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3650
3651         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3652         (spam-split-symbolic-return-positive): Reflow docstring.
3653         (spam-backends, spam-summary-exit-behavior)
3654         (spam-mark-ham-unread-before-move-from-spam-group)
3655         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3656         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3657         (spam-clear-cache, spam-backend-check, spam-install-backend)
3658         (spam-install-statistical-backend, spam-list-of-processors)
3659         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3660         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3661         (spam-check-crm114, spam-initialize, spam-unload-hook):
3662         Fix typos in docstrings.
3663
3664 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3665
3666         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3667         been checked if they have never been read and those group levels are
3668         higher than the one that a user specified.
3669
3670 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3673         foreign groups unless a group level is specified by a user.
3674         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3675
3676 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3677
3678         * message.el (message-send-mail-function): Require sendmail.
3679
3680 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3681
3682         * message.el (message-send-mail-function): Check for smtpmail too.
3683
3684         * utf7.el (utf7-encode, utf7-decode): Use coding system
3685         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3686
3687         * message.el (message-send-mail-function): New function.
3688         (message-send-mail-function): Set default using
3689         message-send-mail-function.  Adjust doc string.
3690         (message-send-mail-with-mailclient): New function.
3691
3692 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3693
3694         * smime.el (from):
3695         * rfc2047.el (message-posting-charset):
3696         * qp.el (mm-use-ultra-safe-encoding):
3697         * pop3.el (parse-time-months):
3698         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3699         * nnml.el (files):
3700         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3701         (jka-compr-compression-info-list, ange-ftp-path-format)
3702         (efs-path-regexp):
3703         * nndiary.el (files):
3704         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3705         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3706         (epg-digest-algorithm-alist, inhibit-redisplay)
3707         (password-cache-expiry):
3708         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3709         (pgg-output-buffer, password-cache-expiry):
3710         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3711         (efs-path-regexp):
3712         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3713         (inhibit-redisplay):
3714         * mm-uu.el (file-name, start-point, end-point, entry)
3715         (gnus-newsgroup-name, gnus-newsgroup-charset):
3716         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3717         (latin-unity-ucs-list):
3718         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3719         (mm-uu-binhex-decode-function):
3720         * message.el (gnus-message-group-art, gnus-list-identifiers)
3721         (rmail-enable-mime-composing, gnus-local-organization)
3722         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3723         (gnus-read-active-file, facemenu-add-face-function)
3724         (facemenu-remove-face-function, gnus-article-decoded-p)
3725         (tool-bar-mode):
3726         * mail-source.el (display-time-mail-function):
3727         * gnus-util.el (nnmail-pathname-coding-system)
3728         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3729         (gnus-original-article-buffer, gnus-user-agent)
3730         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3731         (xemacs-codename, sxemacs-codename, emacs-program-version):
3732         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3733         * gnus-start.el (gnus-agent-covered-methods)
3734         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3735         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3736         (gnus-newsgroup-headers, gnus-group-list-mode)
3737         (gnus-group-mark-positions, gnus-newsgroup-data)
3738         (gnus-newsgroup-unreads, nnoo-state-alist)
3739         (gnus-current-select-method, mail-sources)
3740         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3741         (nnmail-spool-file, gnus-cache-active-hashtb):
3742         * gnus-mh.el (mh-lib-progs):
3743         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3744         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3745         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3746         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3747         (gnus-group-buffer):
3748         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3749         (font-lock-set-defaults):
3750         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3751         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3752         (gnus-summary-post-menu, total-parts, type, condition, length):
3753         * gnus-agent.el (gnus-agent-read-agentview):
3754         * flow-fill.el (show-trailing-whitespace):
3755         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3756         eval-and-compile wrappers for byte compiler pacifiers.
3757
3758         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3759         (mm-display-inline-fontify): Check for featurep 'xemacs not
3760         extent-list.
3761
3762         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3763         itimer-list.
3764         (mm-create-image-xemacs): Only do something for XEmacs.
3765         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3766
3767         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3768
3769         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3770         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3771
3772 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3773
3774         * nnimap.el (nnimap-split-download-body):
3775         * gnus-demon.el (gnus-demon):
3776         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3777
3778 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3781         macros.
3782         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3783         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3784         copy data from unibyte buffer to multibyte current buffer.
3785         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3786         to copy data from unibyte current buffer to multibyte buffer.
3787         (nntp-make-process-buffer): Make process buffer unibyte.
3788
3789         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3790
3791 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3792
3793         * pop3.el (pop3-open-server): Accept and process data more robustly at
3794         connexion start to avoid spurious "POP SSL connexion failed" errors.
3795
3796 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3799         read group names.
3800
3801 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3802
3803         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3804
3805 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3808         (nnmail-save-active): Use a unibyte buffer when saving active file,
3809         which may contain non-ASCII group names.
3810
3811         * nnml.el (nnml-request-group): Decode group names in messages.
3812
3813 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3814
3815         * message.el (message-citation-line-function)
3816         (message-insert-formatted-citation-line): Fix spelling of
3817         `message-insert-formated-citation-line'.
3818
3819 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3820
3821         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3822
3823 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3824
3825         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3826         nnmail-pathname-coding-system.
3827
3828         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3829         that a user enters; decode group names in messages.
3830
3831         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3832
3833 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3834
3835         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3836
3837         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3838
3839         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3840         risky local variable.
3841
3842         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3843
3844 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3845
3846         * encrypt.el: Improve documentation to fix function name typo.
3847         Reported by Daiki Ueno <ueno@unixuser.org>.
3848
3849 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3850
3851         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3852         even if the point is not in the last page of an article.
3853         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3854         back to the previous page.
3855
3856 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3857
3858         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3859
3860 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3863
3864 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3865
3866         * message.el (message-check-news-body-syntax): Avoid
3867         mm-string-as-multibyte.
3868         (message-hide-headers): Don't assume (point-min)==1.
3869
3870 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3871
3872         * message.el (message-remove-blank-cited-lines): Fix if remove is
3873         given.
3874         (message-bogus-address-regexp): New variable.
3875         (message-bogus-recipient-p): New function.
3876         (message-check-recipients): New command.
3877         (message-syntax-checks): Add `bogus-recipient'.
3878         (message-fix-before-sending): Add `bogus-recipient'.
3879
3880         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3881         (gnus-treat-body-boundary): Don't test window-system.
3882
3883 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3884
3885         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3886
3887 2007-10-28  Miles Bader  <miles@gnu.org>
3888
3889         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3890         at compile-time too.
3891
3892 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3893
3894         * gnus-msg.el (gnus-message-setup-hook): Add
3895         `message-remove-blank-cited-lines' to options.
3896
3897 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3898
3899         * message.el (message-remove-blank-cited-lines): New function.
3900         Suggested by Karl Plästerer.
3901
3902 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3905         mapc.
3906
3907         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3908         (top-level): Use mapc to set functions to be traced for debugging.
3909
3910         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3911         called for effect with while loop.
3912
3913         * message.el (message-talkative-question): Replace mapcar called for
3914         effect with mapc.
3915
3916         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3917         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3918         called for effect with dolist.
3919
3920         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3921
3922         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3923         gnus-extra-headers and nnmail-extra-headers.
3924
3925         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3926         called for effect with dolist.
3927         (top-level): Use mapc to set functions to be traced for debugging.
3928
3929         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3930         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3931         dolist.
3932
3933         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3934         Replace mapcar called for effect with mapc.
3935         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3936         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3937         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3938         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3939
3940         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3941         remove-if that's a cl function.
3942
3943         * webmail.el (webmail-debug): Replace mapcar called for effect with
3944         dolist.
3945
3946         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
3947         with mapc.
3948
3949 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3952         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3953         with while loop.
3954
3955         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3956         functions from article-* functions.
3957         (gnus-multi-decode-header): Replace mapcar called for effect with
3958         dolist.
3959
3960         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3961         (gnus-bookmark-show-details): Replace mapcar called for effect with
3962         while loop.
3963
3964         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3965         called for effect with while loop.
3966
3967         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3968         with dolist.
3969
3970         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3971         mapcar called for effect with dolist.
3972
3973         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3974
3975         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3976         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3977         Replace mapcar called for effect with dolist.
3978         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3979         mapc.
3980
3981         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3982         Replace mapcar called for effect with dolist.
3983         (gnus-topic-list): Replace mapcar called for effect with mapc.
3984
3985         * gnus.el: Use mapc instead of mapcar to add autoloads.
3986
3987 2007-10-23  Richard Stallman  <rms@gnu.org>
3988
3989         * gnus-group.el (gnus-group-highlight): Mark as risky.
3990
3991 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * gnus.el (gnus-server-to-method): Return method found first in
3994         gnus-newsrc-alist.
3995
3996         * gnus-art.el (gnus-article-highlight-signature)
3997         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3998         button overlay without the front stickiness.
3999
4000 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4001
4002         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4003         overview buffer needed a catch to receive its throw.
4004         (gnus-agent-flush-cache): Declared as interactive to make this function
4005         easier to use.
4006
4007 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4008
4009         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4010         `next-line'.
4011
4012 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4015         exclude address matching message-dont-reply-to-names.
4016
4017 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * gnus-util.el (gnus-string<): New function.
4020
4021         * gnus-sum.el (gnus-article-sort-by-author)
4022         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4023
4024 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4025
4026         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4027         the frame-focus tag is set in gnus-buffer-configuration.
4028
4029 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4032         the front stickiness.
4033
4034 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4037         url pattern; remove duplicate one.
4038         (gnus-article-extend-url-button): New function.
4039         (gnus-article-add-buttons): Use it.
4040         (gnus-button-push): Use concatenated url that it makes.
4041
4042 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4043
4044         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4045
4046 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4047
4048         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4049         Don't hardcode point-min==1.
4050
4051 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4052
4053         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4054         Fix comment about "iso8859-1".
4055
4056 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4057
4058         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4059         ones returned from the verify-function.
4060
4061         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4062         mml2015-extract-cleartext-signature if extraction failed.
4063
4064 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4065
4066         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4067         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4068         failed.
4069
4070 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4071
4072         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4073
4074 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4075
4076         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4077         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4078         recommends to use EasyPG instead of PGG.
4079
4080         * pgg.el: Revert to revision 6.23.2.16
4081
4082         * pgg-def.el: Revert to revision 6.6.2.14.
4083
4084         * pgg-gpg.el: Revert to revision 6.23.2.34.
4085
4086 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4087
4088         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4089         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4090         thread for both the null and zero (kill/expire thread) universal prefix
4091         cases.
4092         (gnus-summary-expire-thread): Add new function to expire a thread,
4093         using gnus-summary-kill-thread.
4094         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4095         shortcuts for gnus-summary-expire-thread.
4096         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4097         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4098
4099 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4100
4101         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4102         extras value, so an extras entry can be deleted.
4103         (gnus-registry-delete-extra-entry): Use it.
4104         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4105         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4106         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4107         storage through the gnus-registry, and provide an appropriate API for
4108         it.
4109
4110 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4113         Suggested by Leo <sdl.web@gmail.com>.
4114
4115         * gnus.el: Do.
4116
4117 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4118
4119         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4120         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4121
4122         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4123
4124         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4125         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4126
4127 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4130         newline.
4131         (nnmbox-request-accept-article): Don't change article in source buffer;
4132         narrow to header to use message-fetch-field rather than
4133         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4134         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4135         as delimiters; make sure article ends with newline.
4136         (nnmbox-delete-mail): Correct last position of article to be deleted;
4137         ignore X-Gnus-Newsgroup header in article body.
4138         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4139         positions; make sure article ends with newline.
4140
4141         * message.el (message-display-abbrev): Don't infloop when a user
4142         inserts SPC in the beginning of header.
4143
4144         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4145         coding-system-for-read and coding-system-for-write for XEmacs having no
4146         file-coding feature.
4147
4148         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4149
4150 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4151
4152         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4153         list of groups not followed by default.  Fix type to be regexp.
4154         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4155
4156 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4157
4158         * hmac-def.el (define-hmac-function): Switch from old-style to
4159         new-style backquotes.
4160
4161         * md4.el (md4-make-step): Likewise.
4162
4163 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4166         raw-text coding system when saving .newsrc file, which may contain
4167         non-ASCII group names.
4168
4169 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * gnus-cus.el (gnus-score-extra): New widget.
4172         (gnus-score-extra-convert): New function.
4173         (gnus-score-customize): Use it for Extra.
4174
4175 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4176
4177         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4178         (mml2015-mailcrypt-clear-verify): Use it.
4179         (mml2015-gpg-clear-verify): Use it.
4180         (mml2015-pgg-clear-verify): Use it.
4181         (mml2015-epg-clear-verify): Replace the current part with the output
4182         from GnuPG; don't extract the plaintext by itself.
4183
4184         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4185         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4186         mml2015-clear-verify-function; don't touch the armor headers or
4187         dash-escaped text here.
4188
4189 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4192         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4193         parts, or application/octet-stream as a last resort.
4194         (gnus-mime-view-part-as-type): Don't toggle display.
4195         (gnus-mime-view-part-as-charset): Don't turn off display before
4196         querying charset.
4197
4198         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4199         stuff to undisplayer function in Emacs.
4200         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4201
4202         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4203         text/calendar parts.
4204
4205 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4208         decoding text/calendar parts.
4209
4210         * message.el (message-forward-make-body-mime): Always mark body as
4211         having no illegible text; remove signed-or-encrypted argument.
4212         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4213
4214         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4215         (mml-generate-mime-1): Don't encode body if it is specified to be in
4216         raw form; don't make buffer be unibyte when inserting multibyte string.
4217
4218 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4219
4220         * sha1.el: Fix up comment style.
4221         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4222         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4223
4224         * hex-util.el: Fix up comment style.
4225         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4226
4227         * gnus-salt.el: Use with-current-buffer.
4228         (gnus-pick-setup-message): Fix long-standing typo.
4229
4230 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * imap.el (imap-logout-timeout): New variable.
4233         (imap-logout, imap-logout-wait): New functions.
4234         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4235
4236         * nnimap.el (nnimap-logout-timeout): New server variable.
4237         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4238         nnimap-logout-timeout.
4239
4240         * gnus-art.el (gnus-article-summary-command-nosave)
4241         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4242
4243 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * gnus.el (gnus-maximum-newsgroup): New variable.
4246
4247         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4248         according to gnus-maximum-newsgroup.
4249
4250         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4251         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4252         Limit the range of articles according to gnus-maximum-newsgroup.
4253
4254 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4255
4256         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4257         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4258         Don't perform gnus-configure-windows here; reuse existing sticky
4259         article buffer.
4260
4261         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4262         it doesn't exist in gnus-article-mode.
4263
4264 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4267         (gnus-agent-decoded-group-name): New function.
4268         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4269         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4270
4271 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4272
4273         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4274         Add binding for gnus-sticky-article.
4275         (gnus-summary-exit): Don't kill sticky article buffers.
4276
4277         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4278         article buffer.
4279         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4280         (gnus-kill-sticky-article-buffers): New commands.
4281
4282 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * nntp.el (nntp-xref-number-is-evil): New server variable.
4285         (nntp-find-group-and-number): If it is non-nil, don't trust article
4286         numbers in the Xref header.
4287
4288 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4289
4290         * gnus-agent.el (gnus-agent-read-group): New function.
4291         (gnus-agent-flush-group, gnus-agent-expire-group)
4292         (gnus-agent-regenerate-group): Use it.
4293         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4294         nnmail-pathname-coding-system.
4295
4296 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4299
4300         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4301         that are unread as unread, and also as selected so that information of
4302         marks having been changed by a user may be updated when exiting group.
4303
4304 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4307         calculated ignoring signature parts to gnus-treat-article.
4308
4309 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4312         a point here in order to keep the window start.
4313         (gnus-insert-mime-security-button): Make a button overlay without the
4314         front stickiness.
4315         (gnus-mime-display-security): Goto the end of a button.
4316
4317         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4318
4319 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4322         group-name-at-point.
4323         (gnus-group-completing-read): New function that offers decoded
4324         non-ASCII group names for completion.
4325         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4326         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4327         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4328         (gnus-group-fetch-control): Use it.
4329         (gnus-fetch-group): Use group-name-at-point for the initial value
4330         rather than the default value; use gnus-alive-p.
4331
4332         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4333         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4334         (gnus-summary-post-news): Use gnus-group-completing-read.
4335
4336         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4337         (gnus-read-move-group-name): Decode group name for completion.
4338
4339 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4340
4341         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4342         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4343         Yamaoka slightly modified the code).
4344
4345 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4348         (nnmail-split-incoming): Bind it.
4349
4350         * nnml.el (nnml-group-name-charset): New function.
4351         (nnml-decoded-group-name): Use it; don't decode group name if
4352         nnmail-group-names-not-encoded-p is non-nil.
4353         (nnml-encoded-group-name): New function.
4354         (nnml-group-pathname): Inline nnml-decoded-group-name.
4355         (nnml-request-expire-articles): Decode group name in message.
4356         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4357         nnmail-pathname-coding-system.
4358         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4359         not decoded ones according to nnmail-group-names-not-encoded-p.
4360         (nnml-generate-active-info): Use nnml-encoded-group-name.
4361
4362 2007-08-08  Glenn Morris  <rgm@gnu.org>
4363
4364         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4365         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4366         doc-strings and comments.
4367
4368 2007-07-25  Glenn Morris  <rgm@gnu.org>
4369
4370         * Relicense all FSF files to GPLv3 or later.
4371
4372 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * gnus-sum.el (gnus-summary-move-article): Make
4375         gnus-summary-respool-article work.
4376
4377 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4378
4379         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4380         string.
4381
4382 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4383
4384         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4385         that should be ignored when comparing distant RSS articles with local
4386         ones.
4387         (nnrss-make-hash-index): New function.  Create a hash index according
4388         to the ignored fields.
4389         (nnrss-check-group): Use it.
4390
4391 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4394
4395         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4396
4397         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4398         the new optional argument ENCODED is non-nil.
4399         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4400         coding system for encoding group name.
4401         (gnus-group-make-rss-group): Pass un-encoded group name to
4402         gnus-group-make-group.
4403         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4404         encoded.
4405
4406         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4407         Encode group name to which articles are moved or copied.
4408         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4409         coding system for encoding Newsgroup, Followup-To and Xref headers.
4410
4411         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4412         marks; use nnheader-file-coding-system to write a file.
4413         (nnagent-retrieve-headers): Bind file-name-coding-system to
4414         nnmail-pathname-coding-system.
4415
4416         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4417
4418         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4419         (nnml-request-article, nnml-request-create-group)
4420         (nnml-request-rename-group, nnml-find-id)
4421         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4422         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4423         (nnml-save-marks): Use nnml-group-pathname instead of
4424         nnmail-group-pathname.
4425
4426         (nnml-request-create-group, nnml-request-expire-articles)
4427         (nnml-request-move-article, nnml-request-delete-group)
4428         (nnml-deletable-article-p, nnml-possibly-create-directory)
4429         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4430         (nnml-open-marks): Bind file-name-coding-system to
4431         nnmail-pathname-coding-system.
4432
4433         (nnml-request-article): Pass server argument to nnml-find-group-number.
4434         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4435         server argument to nnml-possibly-create-directory.
4436         (nnml-request-accept-article): Pass server argument to
4437         nnml-active-number and nnml-save-mail.
4438         (nnml-find-group-number): Pass server argument to nnml-find-id.
4439         (nnml-request-update-info): Pass server argument to
4440         nnml-marks-changed-p.
4441
4442         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4443         (nnml-save-mail, nnml-active-number): Add server argument.
4444
4445         (nnml-request-delete-group): Warn if group is missing.
4446         (nnml-get-nov-buffer): Decode group name.
4447         (nnml-generate-active-info): Encode group name.
4448         (nnml-open-marks): Decode group name in messages.
4449
4450 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4453         if it is not specified.
4454         (gnus-article-pipe-part, gnus-article-save-part)
4455         (gnus-article-interactively-view-part, gnus-article-copy-part)
4456         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4457         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4458         (gnus-article-replace-part, gnus-article-delete-part)
4459         (gnus-article-view-part-as-type): Pass raw prefix argument to
4460         gnus-article-part-wrapper.
4461
4462 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * gnus-agent.el (gnus-agent-save-active): Bind
4465         nnheader-file-coding-system to gnus-agent-file-coding-system.
4466
4467         * gnus-cache.el (gnus-cache-save-buffers)
4468         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4469         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4470         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4471         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4472         (gnus-cache-generate-active, gnus-cache-rename-group)
4473         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4474         (gnus-cache-update-overview-total-fetched-for): Bind
4475         file-name-coding-system to nnmail-pathname-coding-system.
4476         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4477         variables.
4478         (gnus-cache-decoded-group-name): New function.
4479         (gnus-cache-file-name): Use it.
4480         (gnus-cache-generate-active): Use non-decoded group name for active.
4481
4482         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4483         right place.
4484         (gnus-write-active-file): Don't break non-ASCII group names.
4485
4486         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4487         nnmail-pathname-coding-system.
4488
4489         * lpath.el: Bind default-file-name-coding-system,
4490         file-name-coding-system and language-info-alist for XEmacs.
4491
4492         * gnus-uu.el (gnus-uu-decode-save): Typo.
4493
4494 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4497
4498 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4501         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4502         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4503         (gnus-agent-flush-group, gnus-agent-flush-cache)
4504         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4505         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4506         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4507         (gnus-agent-regenerate-group)
4508         (gnus-agent-update-files-total-fetched-for)
4509         (gnus-agent-update-view-total-fetched-for): Bind
4510         file-name-coding-system to nnmail-pathname-coding-system.
4511         (gnus-agent-group-pathname): Don't encode file names by
4512         nnmail-pathname-coding-system.
4513         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4514         coding-system-for-write instead of buffer-file-coding-system to
4515         gnus-agent-file-coding-system.
4516
4517         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4518         Decode group name.
4519
4520         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4521
4522         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4523         (gnus-read-newsrc-el-file): Make group names unibyte.
4524
4525         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4526         nnmail-pathname-coding-system.
4527
4528         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4529         (nnrss-request-delete-group): Bind file-name-coding-system to
4530         nnmail-pathname-coding-system.
4531         (nnrss-read-server-data, nnrss-read-group-data): Bind
4532         file-name-coding-system correctly.
4533         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4534
4535         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4536         (nntp-server-to-method-cache): New variable.
4537         (nntp-group-pathname): New function that decodes non-ASCII group names.
4538         (nntp-possibly-create-directory, nntp-marks-changed-p)
4539         (nntp-save-marks, nntp-open-marks): Use it.
4540         (nntp-possibly-create-directory, nntp-open-marks):
4541         Bind file-name-coding-system to nnmail-pathname-coding-system.
4542         (nntp-open-marks): Decode group names when bootstrapping marks.
4543
4544         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4545         Newsgroups and Folowup-To headers.
4546
4547 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4550         (gnus-server-closed-face, gnus-server-denied-face)
4551         (gnus-server-offline-face): Remove variable.
4552         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4553
4554         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4555         of modifying message-stack directly for XEmacs.
4556
4557         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4558         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4559         if the coding-system argument is nil for XEmacs.
4560
4561         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4562         mm-charset-override-alist.
4563
4564         * rfc2047.el: Don't require base64; require rfc2045 for the function
4565         rfc2045-encode-string.
4566         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4567         to quote the parameter value.
4568
4569 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4572         form in gnus-group-name-charset-method-alist.
4573
4574         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4575         overrides the default layout edit-form.
4576
4577         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4578
4579         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4580
4581 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4584         as unfetched articles.
4585
4586 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4587
4588         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4589
4590 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4593         original back end that keeps marks in the local system.
4594
4595 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4598         arg of pop-to-buffer for XEmacs.
4599         (gnus-article-read-summary-keys): Ditto; don't restore window
4600         configuration if summary command ends up with neither article buffer
4601         nor summary buffer; describe bindings if summary keys end with C-h.
4602
4603 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * message.el (message-fix-before-sending): Skip raw message part to be
4606         forwarded while checking illegible text.
4607         (message-forward-make-body-mime, message-forward-make-body): Mark
4608         signed or encrypted raw message as having no illegible text.
4609
4610 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4613         (gnus-message-with-timestamp-1): New macro.
4614         (gnus-message-with-timestamp): New function.
4615         (gnus-message): Use them.
4616
4617         * nnheader.el (nnheader-message): Use them.
4618
4619 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4620
4621         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4622         .newsrc.eld file.
4623
4624 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * gnus-agent.el (gnus-agent-fetch-headers)
4627         (gnus-agent-retrieve-headers): Bind
4628         gnus-decode-encoded-address-function to identity.
4629
4630         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4631         available also when the server returns simply a dot.
4632
4633         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4634
4635 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4638
4639 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * gnus-ems.el (gnus-x-splash): Make it work.
4642
4643         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4644         from being used.
4645
4646         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4647
4648 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4651         4th and the 5th arguments.
4652
4653         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4654         the front stickiness.
4655         (gnus-article-summary-command-nosave): Correct the order of the
4656         arguments passed to pop-to-buffer.
4657         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4658         summary command ends up with the article buffer.
4659
4660         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4661         the same faces.
4662
4663 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4664
4665         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4666
4667 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4668
4669         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4670         * gnus-sum.el (gnus-summary-highlight):
4671         * pgg.el (pgg-sign-region, pgg-sign):
4672         * mail-source.el (mail-source-delete-old-incoming-confirm):
4673         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4674
4675 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * gnus-art.el (gnus-mime-view-part-externally)
4678         (gnus-mime-view-part-internally): Fix predicate function passed to
4679         completing-read.
4680
4681         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4682
4683         * gnus.el (gnus-update-message-archive-method): Add :version.
4684
4685 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * gnus.el (gnus-update-message-archive-method): New variable.
4688
4689         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4690         according to gnus-message-archive-method if
4691         gnus-update-message-archive-method is non-nil.
4692
4693 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4696         by Loic Dachary <loic@dachary.org>.
4697         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4698
4699 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * message.el (message-pop-to-buffer): Add switch-function argument.
4702         (message-mail): Pass switch-function argument to it.
4703
4704 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4705
4706         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4707         Improve doc string.
4708
4709 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4712         (gnus-header-content)
4713         * gnus-cite.el (gnus-cite-10)
4714         * gnus-srvr.el (gnus-server-closed)
4715         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4716         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4717         (gnus-group-mail-3-empty, gnus-group-mail-low)
4718         (gnus-group-mail-low-empty, gnus-splash)
4719         * message.el (message-header-to, message-header-cc)
4720         (message-header-subject, message-header-other, message-header-name)
4721         (message-header-xheader, message-separator, message-cited-text)
4722         (message-mml): Lighten colors of faces used for dark background.
4723
4724 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4725
4726         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4727         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4728
4729 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * message.el (message-narrow-to-headers-or-head):
4732         Ignore mail-header-separator in the body.
4733
4734 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4737         same as window size.
4738
4739 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4740
4741         * message.el (message-font-lock-keywords): Use message-header-xheader
4742         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4743         ahead of the anything pattern, to get it recognised.
4744
4745 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4748         spam.el loads uses it in the compiled defadvice form.
4749
4750 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4751
4752         * gnus-sum.el (gnus-articles-to-read)
4753         (gnus-summary-insert-old-articles): Don't truncate group name for
4754         `read-string'.
4755
4756         * gnus-util.el (gnus-limit-string): Delete this function.
4757
4758         * gnus-sum.el (gnus-simplify-subject-fully): Use
4759         `truncate-string-to-width' instead.
4760
4761 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4762
4763         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4764         if, on summary exit, the next group has to be selected.
4765         (gnus-summary-exit): Use it.
4766
4767 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4768
4769         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4770         non-break space.
4771
4772 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4773
4774         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4775         Check if group is not a directory.
4776         (nnfolder-request-expire-articles): Don't delete articles if the target
4777         group is not available.
4778
4779         * nnml.el (nnml-request-create-group): Properly check if group is not a
4780         file.
4781         (nnml-request-expire-articles): Don't delete articles if the target
4782         group is not available.
4783
4784         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4785         Don't quote characters that are within parentheses.
4786
4787 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4790         (gnus-handle-ephemeral-exit): Select article according to it.
4791
4792 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4793
4794         * message.el (message-insert-formated-citation-line): Remove newline.
4795         (message-citation-line-format): Add final \n here so that the user can
4796         avoid a blank line.
4797
4798 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4799
4800         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4801         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4802         Update lanl/arXiv support.
4803
4804 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4805
4806         * gnus.el: Bump version number.
4807
4808 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809
4810         * gnus.el (gnus-version-number): Bump version.
4811
4812 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4813
4814         * gnus.el: No Gnus v0.6 is released.
4815
4816 2007-04-27  Didier Verna  <didier@xemacs.org>
4817
4818         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4819         * gmm-utils.el (gmm-regexp-concat): here.
4820         * message.el: Don't require 'gnus-util.
4821         (message-dont-reply-to-names): Handle name change above.
4822         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4823
4824 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4827         since the initial value varies according to the system.
4828
4829 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4832
4833 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4834
4835         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4836
4837 2007-04-24  Didier Verna  <didier@xemacs.org>
4838
4839         Improve the type of gnus-ignored-from-addresses.
4840         * gnus-util.el (gnus-orify-regexp): New function.
4841         * message.el (gnus-util): Require it.
4842         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4843         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4844         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4845
4846 2007-04-24  Didier Verna  <didier@xemacs.org>
4847
4848         * gnus-sum.el:
4849         * gnus-utils.el: Fix some trailing whitespaces.
4850
4851 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4854         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4855         article's Message-ID; refer parent article in summary buffer.
4856
4857         * message.el (message-bounce): Call mime-to-mml.
4858
4859         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
4860         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
4861         optimize and/or forms properly.
4862
4863 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
4866         URL.
4867
4868 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4871
4872 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4875         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4876         displayed of multipart/alternative part if it is invoked from summary
4877         buffer.
4878
4879         * mm-view.el (mm-inline-text-html-render-with-w3m)
4880         (mm-inline-text-html-render-with-w3m-standalone)
4881         (mm-inline-render-with-function): Use mail-parse-charset by default.
4882
4883 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4884
4885         * parse-time.el (parse-time-string-chars): Check if CHAR
4886         is less than the length of parse-time-syntax.
4887
4888 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4891         from gnus-newsgroup-processable.
4892
4893 2007-04-16  Didier Verna  <didier@xemacs.org>
4894
4895         * gnus-msg.el (gnus-configure-posting-styles): Handle
4896         message-signature-directory properly with :file syntax.  Reported by
4897         "Leo".
4898
4899 2007-04-11  Didier Verna  <didier@xemacs.org>
4900
4901         New user option: message-signature-directory.
4902         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4903         * message.el (message-insert-signature): Ditto.
4904         * message.el (message-signature-file): Doc update.
4905         * message.el (message-signature-directory): New.
4906
4907 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * gnus-msg.el (gnus-inews-yank-articles): Use
4910         message-exchange-point-and-mark instead of exchange-point-and-mark.
4911
4912 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * message.el (message-yank-original): Make sure cited text ends with
4915         newline; don't exchange point and mark.
4916
4917 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4918
4919         * tls.el (open-tls-stream): Properly handle case where there
4920         is no associated buffer.
4921
4922 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4923
4924         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4925         message-yank-original, make sure (< mark TEXT point).
4926
4927 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4928
4929         * message.el (message-fill-column): New variable.
4930         (message-mode): Use it.  Add comment on a possible new hook.
4931
4932         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4933         (nnmail-get-new-mail): Reformat.
4934
4935         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4936
4937         * gmm-utils.el: Fix Commentary.
4938         (gmm-tool-bar-from-list): Fix typo in doc string.
4939
4940 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4941
4942         * message.el (message-yank-original): Don't switch point and mark
4943         unnecessarily to put point and mark as documented.
4944
4945 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4946
4947         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4948         from the message heads.
4949
4950 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4951
4952         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4953         article buffer does not have a window.  This may not be the best
4954         solution but is certainly better than setting the start of the null,
4955         that is the current, window.
4956
4957 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4958
4959         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4960         (gnus-draft-setup): Run it.
4961
4962         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4963         gnus-score-fast-scoring.  Allow regexp.
4964         (gnus-score-headers): Use it.
4965
4966         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4967         XEmacs.
4968
4969         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4970         string.
4971         (gnus-button-alist): Also catch `<f1> k ...'.
4972         (gnus-treat-display-x-face): Fix doc string.
4973
4974 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4975
4976         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4977         evaluation of gnus-extended-version to ensure correct generation of the
4978         User-Agent header when message-generate-headers-first is used.
4979
4980 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4981
4982         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4983         hashcash-path is nil.  Don't call callback with incorrect number of
4984         parameters if val is 0.
4985
4986 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4987
4988         * message.el (message-required-news-headers):
4989         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4990
4991 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
4992
4993         * tls.el (open-tls-stream): In handshake-waiting loop,
4994         don't wait more if there is output available to process.
4995
4996 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
4997
4998         * tls.el (tls-program): Doc fix.
4999
5000 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5001
5002         * message.el (message-generate-new-buffers): Change the meaning of the
5003         nil value; add `standard' to the choices; treat t as `unique'; improve
5004         doc string.
5005         (gnus-select-frame-set-input-focus): Autoload.
5006         (message-buffer-name): Search for the existing message buffer if
5007         message-generate-new-buffers is nil or `standard'; treat the value t of
5008         message-generate-new-buffers as `unique'.
5009         (message-pop-to-buffer): Raise the frame already displaying the message
5010         buffer; clear the echo area after querying.
5011         (message-setup): Pass the `continue' argument to compose-mail.
5012         (message-mail): Prefer `switch-function' if it is given; search for the
5013         existing message buffer if the `continue' argument is non-nil; pass
5014         continue and switch-function arguments to compose-mail by way of
5015         message-setup.
5016         (message-mail-other-window): Adjust argument of message-setup.
5017         (message-mail-other-frame): Ditto.
5018
5019 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5020
5021         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5022         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5023         to turn font-lock on when turning gnus-message-citation-mode on.
5024
5025 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5026
5027         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5028         (mml-smime-function-alist): New variable; add epg as the backend.
5029         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5030         mml-smime- functions instead.
5031         * mm-view.el: Require smime.
5032
5033 2007-03-05  Didier Verna  <didier@xemacs.org>
5034
5035         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5036         instead of just inheritance for posting styles.
5037         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5038
5039 2007-02-24  Chris Moore  <dooglus@gmail.com>
5040
5041         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5042         * pgg-pgp.el (pgg-pgp-encrypt-region):
5043         * pgg-gpg.el (pgg-gpg-encrypt-region):
5044         Check pgg-encrypt-for-me if no other recipients.
5045
5046 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5047
5048         * tls.el (tls-certtool-program): Fix custom type.
5049
5050 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5053         and point-at-eol instead of line-(beginning|end)-position.
5054
5055         * assistant.el (assistant-parse-buffer): Ditto.
5056
5057         * netrc.el (netrc-parse-services): Ditto.
5058
5059 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5060
5061         * mml2015.el (mml2015-epg-find-usable-key): New function.
5062         (mml2015-epg-sign): Use it.
5063         (mml2015-epg-encrypt): Use it.
5064
5065 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * message.el (message-make-in-reply-to): Quote name containing
5068         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5069         if there are special characters.  Reported by NAKAJI Hiroyuki
5070         <nakaji@jp.freebsd.org>.
5071
5072 2007-02-27  Didier Verna  <didier@xemacs.org>
5073
5074         Include the group parameters as well as the topic ones in the
5075         inheritance filter process.
5076         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5077         argument GROUP-PARAMS-LIST.
5078         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5079
5080 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * nntp.el (nntp-never-echoes-commands)
5083         (nntp-open-connection-functions-never-echo-commands): New variables.
5084         (nntp-send-command): Use them.
5085
5086 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5087
5088         * mml2015.el (mml2015-epg-verify): Simplified.
5089
5090 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * mml.el (mml-content-disposition-alist): New user option.
5093         (mml-content-disposition): New function.
5094         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5095         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5096
5097 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5098
5099         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5100         verification.
5101
5102 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5103
5104         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5105         articles posted in the last 24 hours.
5106
5107 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5108
5109         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5110
5111 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5112
5113         * nntp.el (nntp-send-command): Don't wait for echoes when
5114         nntp-open-ssl-stream is used.
5115
5116 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5117
5118         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5119         (gnus-message-add-citation-keywords)
5120         (gnus-message-remove-citation-keywords): Remove.
5121         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5122         directly, make the variables in font-lock-defaults buffer-local, add
5123         gnus-message-citation-keywords to them and then update the value of
5124         font-lock-keywords.
5125
5126 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * message.el (message-cite-original-1): Don't call
5129         gnus-article-highlight-citation.
5130
5131         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5132         citations; fix line count.
5133
5134 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5137         (gnus-message-add-citation-keywords)
5138         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5139         versions of font-lock-add-keywords and font-lock-remove-keywords to
5140         work with XEmacs correctly.
5141
5142 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * gnus-cite.el (gnus-cite-face-list): Set the values of
5145         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5146         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5147         (gnus-message-cite-prefix-regexp): New variable.
5148         (gnus-message-search-citation-line): Use it; protect against long
5149         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5150         the 0th match data for Emacs.
5151         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5152         (gnus-message-add-citation-keywords): Append keywords rather than
5153         prepending; emulate font-lock-add-keywords if it is not available.
5154         (gnus-message-remove-citation-keywords): Emulate
5155         font-lock-remove-keywords if it is not available.
5156
5157         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5158
5159         * message.el (message-cite-prefix-regexp): Set the value of
5160         gnus-message-cite-prefix-regexp.
5161
5162 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5163
5164         * nnweb.el (nnweb-google-parse-1): Update parser.
5165
5166 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5167
5168         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5169
5170 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5171
5172         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5173         regexp.
5174
5175 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5178         string-to-multibyte.
5179         (uudecode-decode-region-internal): Use it.
5180
5181         * lpath.el: Fbind string-as-multibyte for XEmacs.
5182
5183 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5184
5185         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5186         custom choice.
5187
5188         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5189
5190 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5191
5192         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5193
5194         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5195         `write-region' to respect `mm-inhibit-file-name-handlers'.
5196
5197 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5198
5199         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5200         Use gnus-home-directory instead of "~/" or "$HOME".
5201
5202 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5203
5204         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5205         to mention filename.
5206         Add comments at beginning regarding usage.
5207         (encrypt-write-file-contents): Change interactive so a string is
5208         acceptable.  If the file has no associated model, show an error instead
5209         of a nonsense prompt.
5210
5211 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5212
5213         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5214         Thanks to Yoshihiko Yamada for kind notification of this typo.
5215
5216 2007-01-12  Kenichi Handa  <handa@m17n.org>
5217
5218         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5219         multibyte buffer.
5220
5221 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5222
5223         * gnus-score.el (gnus-score-fast-scoring): New variable.
5224         (gnus-score-headers): Use it.
5225
5226         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5227
5228         * message.el (message-cite-original-1): Call
5229         gnus-article-highlight-citation if requested.
5230         (message-make-from): Allow name and address as optional arguments.
5231
5232         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5233
5234         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5235         bugs to doc string.
5236         (gnus-button-alist): Add mid\\|message-id.
5237         (gnus-button-fetch-group): Extend for use in
5238         `browse-url-browser-function'.
5239         (gnus-button-url-regexp): Try to catch paired parentheses like in
5240         Wikipedia URLs.
5241
5242         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5243         Suggested by Simon Krahnke <overlord@gmx.li>.
5244
5245 2007-01-13  Romain Francoise  <romain@orebokech.com>
5246
5247         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5248         Update copyright.
5249
5250 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5251
5252         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5253
5254 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5255
5256         * gnus-registry.el (gnus-registry-unfollowed-groups)
5257         (gnus-registry-split-fancy-with-parent): Fix documentation.
5258
5259 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5262         from nnweb groups.
5263
5264 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265
5266         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5267         Xref urls.  Erase buffer before requesting head.
5268
5269 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5270
5271         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5272         customizable.
5273
5274 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5275
5276         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5277         no signing key is found.
5278         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5279         no encrypting and/or signing key is found.
5280
5281 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5282
5283         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5284
5285 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5286
5287         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5288         headers read from disk with the ones newly found in the current search.
5289         This should no longer cause problems, because the article numbers in
5290         Gmane's `nov.php' output are ignored since the previous change.
5291
5292 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5293
5294         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5295
5296 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5299         replace-regexp-in-string; bind url-version; fbind display-images-p and
5300         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5301         find-face and set-itimer-function for Emacs; bind itimer-list for
5302         Emacs.
5303
5304         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5305
5306 2007-01-01  Romain Francoise  <romain@orebokech.com>
5307
5308         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5309
5310 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5311
5312         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5313         `define-minor-mode' macro definition expanded properly.
5314         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5315         exclude it there.
5316
5317         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5318         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5319         `fboundp' test.
5320         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5321         This is OK to autoload in (S)XEmacs now.
5322
5323 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5324
5325         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5326         keystroke.
5327         (gnus-summary-limit-to-singletons): Fix typo.
5328
5329         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5330         else fails.
5331
5332 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5333
5334         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5335         docstring.
5336
5337         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5338         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5339         (gnus-summary-insert-dormant-articles): Fix typo in message.
5340
5341 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5342
5343         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5344         nil for XEmacs.
5345         (gnus-message-citation-mode): Don't autoload in XEmacs.
5346
5347         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5348
5349 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5350
5351         * nnimap.el (nnimap-expunge-search-string): Mention
5352         nnimap-search-uids-not-since-is-evil in docstring.
5353
5354 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5355
5356         * spam.el: Revert to make-obsolete-variable because
5357         define-obsolete-variable-alias is not supported in Emacs 21.
5358
5359         * spam.el (spam-ifile-path, spam-ifile-database-path)
5360         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5361         make-obsolete-variable.
5362         (spam-bsfilter-path, spam-bsfilter-program)
5363         (spam-spamassassin-path, spam-spamassassin-program)
5364         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5365         use "path" inappropriately.
5366         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5367         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5368         variable names.
5369
5370 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5371
5372         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5373         summary buffer.
5374
5375         * password.el (password-cache-remove): Use clear-string to burn
5376         password, if available.
5377
5378 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5379
5380         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5381
5382         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5383
5384         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5385         (gnus-message-highlight-citation): Move defcustom here from
5386         gnus-cite.el.
5387         (gnus-message-citation-mode): Autoload.
5388
5389         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5390         checks to make it compile with XEmacs.
5391         (gnus-message-citation-mode): New minor mode.
5392         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5393         (gnus-message-highlight-citation): New variables.
5394         (gnus-message-search-citation-line)
5395         (gnus-message-add-citation-keywords)
5396         (gnus-message-remove-citation-keywords)
5397         (turn-on-gnus-message-citation-mode)
5398         (turn-off-gnus-message-citation-mode): New functions.
5399
5400 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5401
5402         * gnus-cite.el: Enable highlighting of different citation levels in
5403         message-mode.
5404
5405 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5406
5407         * message.el (message-make-fqdn): Fix comment.
5408         (message-bogus-system-names): Add ".local".
5409
5410         * spam.el (spam-ifile-path, spam-ifile-program)
5411         (spam-ifile-database-path, spam-ifile-database)
5412         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5413         Don't use "path" inappropriately.
5414         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5415         strings.
5416         (spam-check-ifile, spam-ifile-register-with-ifile)
5417         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5418         new variable names.
5419
5420         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5421         (gnus-treat-display-smileys): Simplify using
5422         gnus-image-type-available-p.
5423
5424         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5425         available.
5426
5427         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5428         `display-images-p' if available.
5429
5430 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5433         one after turning on the buffer's multibyteness instead of decoding
5434         them directly in the unibyte buffer that causes unexpected conversion
5435         in Emacs 23 (unicode).
5436
5437 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5438
5439         * message.el (message-generate-hashcash): Fix custom type.
5440
5441 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5442
5443         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5444
5445 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5446
5447         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5448         disconnect icons.  Add help text.
5449
5450 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5451
5452         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5453         negated to be consistent with the others we handle.
5454
5455 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5456
5457         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5458         version of gnus-summary-buffer to something, so that we can use two
5459         article buffers at the same time.
5460
5461 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5462
5463         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5464         trigger all the extra headers.
5465         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5466         sorting.
5467
5468 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5469
5470         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5471         solid groups.
5472
5473 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5474
5475         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5476
5477 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5478
5479         * legacy-gnus-agent.el: Add Copyright notice.
5480
5481 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5482
5483         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5484
5485 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5488
5489         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5490         to make it work reliably in CVS Emacs.
5491         (gnus-summary-limit-strange-charsets-predicate)
5492         (gnus-summary-limit-to-predicate): New functions.
5493
5494 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5495
5496         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5497         specifying array size.
5498         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5499         array if it is too small.
5500         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5501         (gnus-sort-threads-loop): New function.
5502
5503 2006-12-06  Chris Moore  <dooglus@gmail.com>
5504
5505         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5506         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5507
5508 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5509
5510         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5511         options.
5512
5513 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5516         DOS-ing the recipient.
5517
5518         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5519         the headers when creating the mapping to avoid mismappings.
5520         (nnweb-gmane-create-mapping): Always nix out old mapping.
5521
5522 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5525         and mm-verify-option to never.
5526
5527 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * message.el (message-signed-or-encrypted-p): New function.
5530         (message-forward-make-body): Use it.
5531
5532         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5533         Replace encode-coding-string with mm-encode-coding-string.
5534
5535 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * nneething.el (nneething-decode-file-name): Replace
5538         decode-coding-string with mm-decode-coding-string.
5539
5540         * gnus-int.el (gnus-open-server): Say failed server's name.
5541
5542 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5543
5544         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5545         strings to a single string.  Quote `errors-file-name'.
5546         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5547         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5548         Adjust calls.  Use `shell-quote-argument'.
5549
5550 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5551
5552         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5553         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5554
5555         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5556         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5557         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5558         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5559         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5560         (gnus-subscribe-newsgroup, gnus-1):
5561         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5562         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5563         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5564         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5565
5566 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5567
5568         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5569         keystroke.
5570         (gnus-summary-limit-to-bodies): Implement headersp.
5571
5572 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5573
5574         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5575
5576 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5579
5580 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5581
5582         * message.el (message-generate-hashcash): Expand range of values to
5583         include `opportunistic'.
5584         (message-send-mail): Use it.
5585
5586 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5587
5588         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5589         and comment it.
5590
5591         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5592
5593 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5594
5595         * gnus-util.el (gnus-extract-address-components): Improve comment.
5596
5597 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * gnus-util.el (gnus-extract-address-components): Work with address in
5600         which the name portion contains @.
5601
5602         * lpath.el: Fbind custom-autoload.
5603
5604 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5605
5606         * gnus.el (gnus-start): Move custom group up.
5607         (gnus-select-method): Don't autoload, but make it available for
5608         `customize-variable'.
5609         (gnus-getenv-nntpserver): Don't autoload.
5610
5611 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5612
5613         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5614
5615 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5616
5617         * message.el (message-sendmail-extra-arguments): New variable.
5618         (message-send-mail-with-sendmail): Use it.
5619
5620 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5623         mm-with-unibyte-current-buffer to make string unibyte.
5624
5625         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5626         mm-string-as-multibyte.
5627
5628 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5629
5630         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5631         Reported by Werner Koch <wk@gnupg.org>.
5632
5633 2006-11-14  Daiki Ueno  <ueno@p360>
5634
5635         * mml2015.el: Autoload epa-select-keys when compiling.
5636
5637 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5638
5639         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5640         message-options.
5641         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5642
5643 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5644
5645         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5646         EasyPG (< 0.0.6).
5647         (mml2015-always-trust): New user option.
5648         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5649         prompt.
5650
5651 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * nntp.el (nntp-authinfo-force): New variable.
5654         (nntp-send-authinfo): Use it.
5655
5656 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5657
5658         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5659         decode encoded words.  Improve prompt.  Add comment about forwarding.
5660         (message-replacement-char): Move up.
5661
5662 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5663
5664         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5665         instead of gnus-intersection because arguments of gnus-sorted-nunion
5666         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5667
5668 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5669
5670         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5671         (message-simplify-subject-functions): Enable
5672         message-strip-subject-encoded-words by default.
5673
5674 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5675
5676         * message.el (message-strip-subject-encoded-words): New function
5677         (message-simplify-subject-functions): New variable.
5678         (message-simplify-subject): Use it.  Fix typo in doc string.
5679         Support message-strip-subject-encoded-words.
5680
5681 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5682
5683         * gnus-diary.el (gnus-diary-delay-format-function):
5684         * nndiary.el (nndiary-reminders):
5685         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5686
5687 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5688
5689         * gnus-art.el (article-hide-boring-headers): Fetch date from
5690         gnus-original-article-buffer to avoid problems with localized date
5691         strings.
5692
5693 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5696
5697 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5698
5699         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5700         New variables.
5701         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5702         (mm-charset-synonym-alist): Move some entries to
5703         mm-codepage-iso-8859-list.
5704         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5705         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5706
5707 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5710
5711 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5712
5713         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5714         with Emacs 21 and XEmacs.
5715
5716 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5717
5718         * spam.el (spam-parse-address): New function for better parsing,
5719         catching errors, etc.
5720         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5721
5722 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5723
5724         * mm-view.el: Add interactive arg to html2text autoload.
5725
5726 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5729
5730 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5731
5732         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5733         variables.
5734         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5735         (mm-charset-synonym-alist): Move some entries to
5736         mm-codepage-iso-8859-list.
5737
5738         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5739
5740 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5741
5742         * message.el (message-citation-line-format)
5743         (message-insert-formated-citation-line): Fix implementation of %E, %N
5744         and %n according to the doc string.
5745
5746 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5747
5748         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5749         car-safe to avoid bad parses.
5750
5751 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5754         names.
5755
5756         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5757
5758 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5761         header.
5762
5763         * message.el (message-draft-headers): Add Date.
5764         (message-headers-to-generate): Fix typo in docstring.
5765
5766         * nndraft.el (nndraft-required-headers): New variable.
5767         (nndraft-generate-headers): Use it.
5768
5769         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5770
5771 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5772
5773         * gnus-registry.el (gnus-registry-wash-for-keywords)
5774         (gnus-registry-find-keywords): New functions to allow easy searching of
5775         articles that are in the registry.
5776
5777 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5778
5779         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5780         ietf-drums-parse-address instead of gnus-extract-address-components.
5781         Reported by Damien Elmes <damien@repose.cx>.
5782
5783 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5784
5785         * gnus.el (gnus-mime): Remove unused custom group.
5786
5787 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5788
5789         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5790         "blank line" when searching for end of armor headers.
5791
5792 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * gmm-utils.el (gmm-write-region): Fix variable name.
5795
5796 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5797
5798         * gmm-utils.el (gmm-write-region): New function based on compatibility
5799         code from `mm-make-temp-file'.
5800
5801         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5802
5803         * nnmaildir.el (nnmaildir--update-nov)
5804         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5805         Use `gmm-write-region'.
5806
5807 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5808
5809         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5810         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5811
5812         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5813
5814         * message.el (message-replacement-char): New variable.
5815         (message-fix-before-sending): Use it.
5816         (message-simplify-subject): New function to remove duplicate code.
5817         (message-reply, message-followup): Use it.
5818
5819         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5820         gnus-summary-limit-to-articles.
5821
5822 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * gnus-util.el (gnus-with-local-quit): New macro.
5825
5826         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5827
5828 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5829
5830         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5831         ignore non-string data.
5832
5833 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5834
5835         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5836         non-string data (needs to be done in the registry too).
5837
5838 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5839
5840         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5841         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5842         (gnus-registry-split-fancy-with-parent)
5843         (gnus-registry-fetch-simplified-message-subject-fast)
5844         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5845         Remove text properties on ingress into the registry and when it's saved.
5846         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5847         registry from entries with no groups.
5848
5849 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5850
5851         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5852         function to remove string properties.
5853
5854 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5855
5856         * gmm-utils.el (gmm): Adjust custom version.
5857
5858         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5859         custom version.
5860
5861         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5862
5863 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5864
5865         * gnus-art.el (gnus-insert-prev-page-button)
5866         (gnus-insert-next-page-button): Simplify.  Reformat.
5867
5868 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5869
5870         * gnus-art.el (gnus-insert-prev-page-button)
5871         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5872
5873 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5874
5875         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5876
5877 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5878
5879         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
5880         gnus-article-button-face to MIME and security buttons.
5881
5882 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5883
5884         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5885         readable.
5886
5887 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
5890
5891 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5892
5893         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5894         `browse-url-of-file' instead of `browse-url'.
5895
5896 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5897
5898         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5899         regexp.  Articles containing quotation were cut prematurely.
5900
5901 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5902
5903         * message.el (message-cite-original-1): Use nobody by default for the
5904         value of From header.
5905         (message-reply): Ditto.
5906
5907 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5908
5909         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5910         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5911         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5912
5913 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5914
5915         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5916         mails in the doc string.  Add some URLs in comment.
5917         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5918
5919 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5922         backslashes handling and the way to find boundaries of quoted strings.
5923
5924 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5925
5926         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5927         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5928         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5929         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5930
5931 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5932
5933         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5934         doc string.
5935         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5936
5937 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * lpath.el: Fbind epg-check-configuration.
5940
5941 2006-09-06  Simon Josefsson  <jas@extundo.com>
5942
5943         * mml2015.el (mml2015-use): Doc fix, mention epg.
5944
5945 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5946
5947         * mml2015.el (mml2015-use): Default to epg, if available.
5948
5949 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5950
5951         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5952         message-sender.
5953         (mml1991-epg-encrypt): Ditto.
5954         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5955         message-sender.
5956         (mml2015-epg-encrypt): Ditto.
5957
5958 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5959
5960         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5961         several common directories.
5962
5963 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5964
5965         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5966         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5967
5968 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-art.el (article-decode-encoded-words): Make it fast.
5971
5972 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5975
5976         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5977         in quoted string into `\'.
5978
5979 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5982         Use standard-syntax-table.
5983
5984 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * gnus-art.el (gnus-decode-address-function): New variable.
5987         (article-decode-encoded-words): Use it to decode headers which are
5988         assumed to contain addresses.
5989         (gnus-mime-delete-part): Remove useless `or'.
5990
5991         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5992         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5993         (gnus-nov-parse-line): Use it to decode From header.
5994         (gnus-get-newsgroup-headers): Ditto.
5995         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5996
5997         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5998         (mail-decode-encoded-address-string): New alias.
5999
6000         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6001         New function.
6002         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6003         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6004         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6005         (rfc2047-decode-string): Ditto.
6006         (rfc2047-decode-address-region): New function.
6007         (rfc2047-decode-address-string): New function.
6008
6009 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6010
6011         * message.el (message-caesar-buffer-body): Allow rotating headers.
6012
6013         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6014
6015         * message.el (message-insert-formated-citation-line): Fix %f.
6016         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6017
6018 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6021         (gnus-bookmark-mouse-available-p): New macro.
6022         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6023         (gnus-bookmark-bmenu-show-infos): Use it.
6024         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6025         (gnus-bookmark-bmenu-hide-infos): Ditto.
6026         (gnus-bookmark-remove-properties): New function.
6027         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6028         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6029         (gnus-bookmark-write-file): Bind coding-system-for-write.
6030         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6031         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6032         group before selecting it.
6033         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6034         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6035         quit-window if it is not available; use gnus-mouse-2 and bind it to
6036         gnus-bookmark-bmenu-select-by-mouse.
6037         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6038         (gnus-bookmark-bmenu-select-by-mouse): New function.
6039
6040 2006-08-13  Romain Francoise  <romain@orebokech.com>
6041
6042         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6043         space.
6044
6045 2006-08-10  Romain Francoise  <romain@orebokech.com>
6046
6047         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6048         (dns-mode-soa-auto-increment-serial): New user option.
6049         (dns-mode-soa-maybe-increment-serial): New function.
6050         (dns-mode): Add the latter to `write-contents-functions'.
6051
6052 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * compface.el (uncompface): Use binary rather than raw-text-unix.
6055
6056 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * compface.el (uncompface): Make sure the eol conversion doesn't take
6059         place when communicating with the external programs.  Reported by
6060         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6061
6062 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6065
6066 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6067
6068         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6069         Make it more robust by parsing author and date independently.
6070
6071 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6074
6075 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6076
6077         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6078         first matching secret key.
6079         (mml2015-epg-encrypt): Ditto.
6080
6081         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6082         first matching secret key.
6083         (mml1991-epg-encrypt): Ditto.
6084
6085         * mml2015.el (mml2015-encrypt-to-self): New user option.
6086         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6087         mml2015-epg-encrypt-to-self is set.
6088
6089         * mml1991.el (mml1991-encrypt-to-self): New variable.
6090         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6091         mml1991-epg-encrypt-to-self is set.
6092
6093         * mml2015.el (mml2015-signers): New user option.
6094         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6095         (mml2015-epg-encrypt): Allow to select signing keys.
6096
6097         * mml1991.el (mml1991-signers): New variable.
6098         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6099         (mml1991-epg-encrypt): Allow to select signing keys.
6100
6101 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * nnheader.el (nnheader-insert-head): Make it work even if the file
6104         uses CRLF for the line-break code.
6105
6106 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6107
6108         * mml2015.el: Require mml-sec instead of password.
6109         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6110         (mml2015-cache-passphrase): Inherit the default value from
6111         mml-secure-cache-passphrase.
6112         (mml2015-passphrase-cache-expiry): Inherit the default value from
6113         mml-secure-passphrase-cache-expiry.
6114
6115         * mml1991.el: Require mml-sec instead of password.
6116         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6117         (mml1991-cache-passphrase): Inherit the default value from
6118         mml-secure-cache-passphrase.
6119         (mml1991-passphrase-cache-expiry): Inherit the default value from
6120         mml-secure-passphrase-cache-expiry.
6121
6122         * mml-sec.el: Require password.
6123         (mml-secure-verbose): New user option.
6124         (mml-secure-cache-passphrase): New user option.
6125         (mml-secure-passphrase-cache-expiry): New user option.
6126
6127 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6128
6129         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6130         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6131         andreas@altroot.de (Andreas Vögele).
6132
6133         FIXME: Use `tiny change'?
6134
6135 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6136
6137         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6138         workaround for the url package included with Emacs.
6139
6140         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6141
6142 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6145         correctly.  This fixes a bug caused by the 2006-05-12 change.
6146
6147 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6148
6149         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6150         some information about the error when saying that the `bogus' mail
6151         group will be used.
6152
6153 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6154
6155         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6156         string.
6157
6158 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6159
6160         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6161
6162 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6163
6164         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6165
6166 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6167
6168         * mml1991.el (mml1991-function-alist): Add epg.
6169         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6170         (mml1991-epg-encrypt): New functions.
6171
6172 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6173
6174         * mml2015.el (mml2015-verbose): New variable.
6175         (mml2015-cache-passphrase): Ditto.
6176         (mml2015-passphrase-cache-expiry): Ditto.
6177         (mml2015-function-alist): Add epg.
6178         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6179         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6180         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6181         functions.
6182
6183 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6184
6185         * message.el (message-cite-original-1): Preserve region when removing
6186         quoted text due to X-No-Archive in order to avoid bogus attribution
6187         when citing multiple messages.
6188
6189 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6190
6191         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6192         Kenneth Jacker <khj@be.cs.appstate.edu>.
6193
6194 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6195
6196         * gnus-diary.el (gnus-user-format-function-d)
6197         (gnus-user-format-function-D): Autoload.
6198
6199         * imap.el (Commentary): Fix typo.
6200
6201         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6202         2006-04-22 contribution.
6203
6204 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6205
6206         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6207         It didn't really fix the bogosity I'm seeing with solid web groups.
6208
6209 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6210
6211         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6212         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6213         created using server names.  If we use the feature without declaring
6214         it, Gnus does not properly manage server and group state.
6215
6216         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6217         bound.
6218
6219 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6220
6221         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6222         looking up the method using GROUP's prefix before inventing a new one.
6223         It is used on killed/unknown groups in various places where returning
6224         an all-new method isn't expected by the caller.
6225
6226         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6227         and match semantics of gnus-group-real-prefix.
6228
6229 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6230
6231         * nnmail.el (nnmail-broken-references-mailers): New variable.
6232         (nnmail-ignore-broken-references): New function generalizing
6233         nnmail-fix-eudora-headers.
6234         (nnmail-fix-eudora-headers): Now obsolete.
6235
6236         * gnus-art.el (gnus-button-handle-custom): Support
6237         `customize-apropos*'.
6238
6239 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6240
6241         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6242
6243         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6244         articles.
6245
6246 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6247
6248         * message.el (message-cite-reply-above): New variable.
6249         (message-yank-original): Use it.
6250
6251 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6254
6255 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6256
6257         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6258         as read.
6259
6260         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6261
6262 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6263
6264         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6265         (gnus-bookmark-default-file): Use gnus-directory.
6266         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6267         Remove "*" in doc string.
6268         (gnus-bookmark-write-file): Simplify.
6269         (gnus-bookmark-maybe-sort-alist): Use `when'.
6270         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6271         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6272         FIXME about Emacs 21 and XEmacs compatibility.
6273         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6274         compatibility.
6275         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6276         compatibility.
6277         (gnus-bookmark-menu-heading): Fix version.
6278
6279 2006-06-19  Bastien Guerry  <bzg@altern.org>
6280
6281         * gnus-bookmark.el: New file.
6282
6283 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * message.el (message-syntax-checks): Doc fix.
6286
6287 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6288
6289         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6290         unsubscribed groups as if they were killed ones.  It causes duplicate
6291         entries in gnus-newsrc-alist.
6292
6293 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * message.el (message-syntax-checks): Doc fix.
6296         (message-send-mail): Add check for continuation headers.
6297         (message-check-news-header-syntax): Fix regexp used to check for
6298         continuation headers.
6299
6300 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6303
6304 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6305
6306         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6307
6308 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6311         default-truncate-lines.
6312
6313 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6316         to fill the utf-8 entry.
6317
6318         * lpath.el: Fbind unicode-precedence-list.
6319
6320 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6321
6322         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6323
6324 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6325
6326         * gnus-agent.el (directory-files-and-attributes): Move all the way
6327         forward (the third and final move).
6328         (gnus-agent-read-agentview): Trap reconstruction errors due to
6329         nonexistant directory.  Handle by returning nil.
6330
6331 2006-05-30  Didier Verna  <didier@xemacs.org>
6332
6333         * message.el (message-dont-reply-to-names): Update the custom type.
6334         * message.el (message-dont-reply-to-names): New defsubst: potentially
6335         convert a list of regexps into a single one.
6336         * message.el (message-get-reply-headers): Use it.
6337         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6338
6339 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * gnus-agent.el (directory-files-and-attributes): Move forward.
6342
6343 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6344
6345         * gnus-ml.el (gnus-mailing-list-subscribe)
6346         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6347         (gnus-mailing-list-message): Fix doc strings.
6348
6349 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6350
6351         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6352         of doing it manually.
6353
6354 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6355
6356         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6357         comment.
6358
6359 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6360
6361         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6362         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6363         (gnus-agent-read-local): All symbols allocated in my-obarray
6364         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6365         (gnus-agent-regenerate-group): Check numeric names to see if they are
6366         messages or groups.
6367         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6368         better way of do this...)
6369
6370         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6371         'dummy.group' (there should be a better way of do this...)
6372
6373 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6376         (gnus-saved-headers): Ditto.
6377         (gnus-default-article-saver): Mention functions may have properties.
6378         (gnus-article-save): Override gnus-save-all-headers and
6379         gnus-saved-headers by :headers property which saver function may have.
6380         (gnus-summary-save-in-file): Add :headers property.
6381         (gnus-summary-write-to-file): Ditto.
6382
6383         * gnus-sum.el (gnus-summary-save-article): Bind
6384         gnus-prompt-before-saving to t when saving many articles in a file;
6385         always show all headers.
6386
6387         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6388
6389 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6390
6391         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6392         marks.
6393
6394         * message.el (message-indent-citation): Add optional arguments to allow
6395         using it outside of message buffers.
6396
6397         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6398         (gnus-article-treat-unfold-headers): Use it.
6399         (gnus-article-truncate-lines): New variable.
6400         (gnus-article-mode): Use it.
6401         (gnus-article-toggle-truncate-lines): New function.
6402
6403         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6404         gnus-article-toggle-truncate-lines.
6405
6406         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6407         coding system in XEmacs, use binary.
6408
6409 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6412         after-load-alist.
6413
6414         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6415         this function should save decoded articles.
6416         (gnus-summary-write-to-file): Use property to specify this function
6417         should save decoded articles and specify gnus-summary-save-in-file
6418         should be used to save articles other than the first one when saving
6419         many articles.
6420         (gnus-summary-save-body-in-file): Use property to specify this
6421         function should save decoded articles.
6422         (gnus-summary-write-body-to-file): Use property to specify this
6423         function should save decoded articles and specify
6424         gnus-summary-save-body-in-file should be used to save articles other
6425         than the first one when saving many articles.
6426
6427         * gnus-sum.el (gnus-summary-save-article): Simplify.
6428
6429 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * gnus-art.el (gnus-default-article-saver): Add
6432         gnus-summary-write-body-to-file.
6433         (gnus-article-save-coding-system): Don't use coding system object
6434         in XEmacs.
6435         (gnus-read-save-file-name): Add optional `dir-var' argument which
6436         specifies directory in which files are saved; work even if optional
6437         `variable' argument is not specified.
6438         (gnus-summary-write-to-file): Read file name.
6439         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6440         (gnus-summary-write-body-to-file): New function.
6441
6442         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6443         (gnus-summary-local-variables): Add it.
6444         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6445         (gnus-summary-save-article): Remove optional `decode' argument;
6446         determine whether to decode articles by the value of
6447         gnus-default-article-saver; when saving many files using
6448         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6449         it first and use gnus-summary-save-in-file or
6450         gnus-summary-save-body-in-file thereafter unless
6451         gnus-prompt-before-saving is always; move point to article which
6452         will be saved.
6453         (gnus-summary-save-article-file): Revert.
6454         (gnus-summary-write-article-file): Revert.
6455         (gnus-summary-save-article-body-file): Revert.
6456         (gnus-summary-write-article-body-file): New function.
6457
6458 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * gnus-art.el (gnus-default-article-saver): Doc fix.
6461         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6462         from gnus-summary-save-article-coding-system, and default to a
6463         certain coding system.
6464         (gnus-output-to-file): Add coding cookie and encode text according
6465         to gnus-article-save-coding-system; don't use mm-append-to-file.
6466
6467         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6468         gnus-art.el and rename to gnus-article-save-coding-system.
6469         (gnus-summary-save-article): Require gnus-art; don't show all
6470         headers if it decodes articles; don't add coding cookie here;
6471         don't bind mm-text-coding-system-for-write.
6472         (gnus-summary-save-article-file): Save decoded articles.
6473         (gnus-summary-write-article-file): When saving many files, use
6474         gnus-summary-write-to-file first and gnus-summary-save-in-file
6475         thereafter unless gnus-prompt-before-saving is always.
6476         (gnus-summary-save-article-body-file): Save decoded articles.
6477
6478         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6479
6480 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * nnrss.el (nnrss-check-group): Bind hash-index.
6483
6484 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6485
6486         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6487         its hash index.  Store this hash in `nnrss-group-data'.
6488         (nnrss-read-group-data): Update accordingly.
6489
6490 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6491
6492         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6493         entry.
6494
6495         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6496         gnus-article-browse-html-article.
6497
6498 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6499
6500         * gnus-sum.el (gnus-summary-mime-map): Add
6501         gnus-article-browse-html-article.
6502
6503         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6504
6505 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6506
6507         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6508         suitable coding systems in customize.
6509
6510 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6511
6512         * mail-source.el (mail-sources): Fix custom type.
6513
6514 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6515
6516         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6517         (gnus-summary-expire-articles-now): Shorten prompt.
6518
6519         * gmm-utils.el (wid-edit): Require.
6520         (defun-gmm): Renamed from `gmm-defun-compat'.
6521         (gmm-image-search-load-path): Use it.
6522         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6523
6524 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6527         variable.
6528         (gnus-summary-save-article): Add optional `decode' argument.  If
6529         it is set and gnus-summary-save-article-coding-system is non-nil,
6530         save decoded article.
6531         (gnus-summary-write-article-file): Save decoded article if
6532         gnus-summary-save-article-coding-system is non-nil.
6533
6534         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6535         type.
6536
6537 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6540
6541 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6544         first to test gnus-single-article-buffer which may be buffer-local.
6545
6546         * gnus-sum.el (gnus-summary-setup-buffer): Make
6547         gnus-single-article-buffer buffer-local and nil in ephemeral
6548         group; make gnus-article-buffer, gnus-article-current, and
6549         gnus-original-article-buffer always buffer-local.
6550         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6551         group.
6552         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6553
6554 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6555
6556         * nnml.el (nnml-request-compact-group): Compressed files might not
6557         have .gz extension.
6558
6559 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6560
6561         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6562         (mm-copy-to-buffer): Use with-current-buffer.
6563         (mm-display-part): Simplify.
6564         (mm-inlinable-p): Add optional arg `type'.
6565
6566 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6567
6568         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6569         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6570         Try harder to show the attachment internally or externally using
6571         gnus-mime-view-part-as-type.
6572
6573 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6574
6575         * message.el (message-from-style, message-signature-separator)
6576         (message-user-organization-file, message-send-mail-function)
6577         (message-citation-line-function, message-yank-prefix)
6578         (message-indent-citation-function, message-signature)
6579         (message-signature-file, message-signature-insert-empty-line):
6580         Remove autoloads.
6581
6582         * gnus-art.el (gnus-buttonized-mime-types): Remove
6583         "multipart/signed".  Revert 2006-04-26 change.
6584
6585 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6586
6587         * gnus.el (gnus-version-number): Bump version.
6588
6589 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6590
6591         * gnus.el: No Gnus v0.5 is released.
6592
6593 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6594
6595         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6596         fetching articles by message-id.
6597
6598 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6599
6600         * message.el (hashcash): Require hashcash as normal.
6601
6602         * ecomplete.el (ecomplete-highlight-match-line): Use
6603         point-at-eol.
6604         (ecomplete-highlight-match-line): Use `highlight', because that
6605         face exists in both Emacs and XEmacs.
6606
6607         * message.el (message-display-abbrev): Use point-at-bol.
6608
6609         * mail-source.el: Don't require timer/timer-funcs.
6610
6611         * gnus-async.el: Ditto.
6612
6613         * password.el: Ditto.
6614
6615         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6616
6617         * mm-url.el: Ditto.
6618
6619         * gnus-xmas.el: Don't require timer-funcs.
6620
6621         * mm-util.el: Require timer/timer-funcs.
6622
6623 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6624
6625         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6626         Close.
6627
6628 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6631         unibyte after clear-decrypt function runs.
6632
6633         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6634         returns as a unibyte string.
6635
6636 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * lpath.el: Revert.
6639
6640         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6641         (pgg-gpg-process-sentinel): Revert.
6642
6643         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6644         (pgg-pgp-lookup-key): Revert.
6645
6646         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6647         (pgg-pgp5-lookup-key): Revert.
6648
6649         * pgg.el (pgg-fetch-key): Revert.
6650
6651 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * lpath.el: Fbind string-as-multibyte for XEmacs.
6654
6655         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6656         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6657         (mml1991-pgg-encrypt): Ditto.
6658
6659         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6660         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6661         a multibyte buffer.
6662
6663         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6664         (pgg-pgp-lookup-key): Ditto.
6665
6666         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6667         (pgg-pgp5-lookup-key): Ditto.
6668
6669         * pgg.el (pgg-fetch-key): Ditto.
6670
6671 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6672
6673         * message.el (message-user-organization-file): Check several
6674         locations of the organization file.
6675
6676         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6677         Add gnus-article-view-part-as-type.
6678
6679         * gnus-art.el (gnus-article-view-part-as-type): New function.
6680
6681         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6682         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6683
6684         * mml.el: Simplify autoload.
6685         (mml-mode): defvar dnd-protocol-alist instead of using
6686         symbol-value.
6687         (mml-default-directory): New variable.
6688         (mml-minibuffer-read-file): Use it.
6689         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6690
6691         * message.el (message-citation-line-format): New variable.
6692         (message-insert-formated-citation-line): New function.
6693         (message-citation-line-function): Add
6694         `message-insert-formated-citation-line' to custom type.
6695
6696         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6697         to doc string.
6698
6699         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6700         depending on mm-verify-option.
6701
6702 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6703
6704         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6705         binding pgg-* variables; reimplement the section which prevents
6706         MIME header from being signed.
6707         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6708         pgg-text-mode; remove a blank line at the top of body.
6709
6710         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6711         lines at the top of body; use gnus-newsgroup-charset if there's no
6712         Charset header.
6713
6714 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * message.el (message-self-insert-commands): Doc fix.
6717
6718         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6719         (mm-uu-pgp-encrypted-test): Ditto.
6720         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6721         between header and body; return application/pgp-encrypted handle
6722         if decryption failed; decode decrypted body by charset.
6723
6724         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6725         element match to application/pgp-*.
6726
6727 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6728
6729         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6730         HTML.
6731
6732 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * mail-source.el (mail-source-call-script): Message the error
6735         string.
6736
6737 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6738
6739         * gnus-util.el (gnus-byte-compile): Use it.
6740
6741 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6742
6743         * gnus-util.el (kill-empty-logs): New function.
6744
6745 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6746
6747         * message.el (message-mail-alias-type): Doc fix.
6748         (message-mail-alias-type-p): New function.
6749         (message-send): Use it.
6750         (message-mode): Ditto.
6751         (message-strip-forbidden-properties): Ditto.
6752
6753         * ecomplete.el (ecomplete-database-file-coding-system): New
6754         variable.
6755         (ecomplete-save): Use it.
6756         (ecomplete-setup): Use it.
6757
6758 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * message.el (message-self-insert-commands): New variable.
6761         (message-strip-forbidden-properties): Use it.
6762
6763 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6764
6765         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6766         that doesn't make XEmacs choke.
6767
6768 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6769
6770         * gnus-util.el (gnus-replace-in-string):
6771         Prefer replace-regexp-in-string over of replace-in-string.
6772
6773 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * gnus-util.el (gnus-select-frame-set-input-focus):
6776         Use select-frame-set-input-focus if it is available in XEmacs; use
6777         definition defined in Emacs 22 for old Emacsen.
6778
6779         * dgnushack.el: Autoload unmorse-region for XEmacs.
6780
6781         * lpath.el: Bind cursor-in-non-selected-windows and
6782         select-frame-set-input-focus for XEmacs.
6783
6784 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6787
6788 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6789
6790         * gnus-registry.el (gnus-registry-cache-save): Remove text
6791         properties when saving via the temp buffer.
6792
6793 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6794
6795         * message.el (message-generate-hashcash): Honor custom type.
6796
6797 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6798
6799         * message.el (message-generate-hashcash): Default to non-nil when
6800         hashcash is found.
6801
6802         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6803         (gnus-refer-thread-limit): Increase default to 500.
6804
6805         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6806
6807         * flow-fill.el (fill-flowed): Allow delete-space.
6808
6809 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6810
6811         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6812         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6813         Remove autoloads.
6814
6815 2006-04-18  Simon Josefsson  <jas@extundo.com>
6816
6817         * message.el (message-generate-hashcash): Default to.
6818
6819 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6822         concatenating segments rather than before concatenating them.
6823
6824 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6825
6826         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6827
6828 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6829
6830         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6831
6832         * message.el (message-forward-make-body-plain): Allow
6833         message-forward-ignored-headers to be a list.
6834         (message-remove-ignored-headers): Factor out into function.
6835         (message-forward-make-body-mml): Use it.
6836
6837         * imap.el (imap-quote-specials): New function.
6838         (imap-login-auth): Quote specials.
6839
6840         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6841         (rfc2231-parse-string): Allow concatanation of parameters that
6842         aren't contiguous.  The test case is
6843           (mail-header-parse-content-type "message/external-body;
6844             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6845             access-type=LOCAL-FILE;
6846             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6847
6848 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6849
6850         * nntp.el (nntp-accept-process-output): Return the value of
6851         `nnheader-accept-process-output'.
6852
6853 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6854
6855         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6856         (gnus-button-alist): Recognize more diff formats.
6857         (gnus-button-patch): Strip directory.
6858
6859 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6860
6861         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6862         Emacs 22 when setting focus.
6863
6864 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6865
6866         * gnus-art.el (gnus-article-treat-types): Do treatment of
6867         text/x-verbatim parts.
6868         (gnus-button-patch): New command.
6869
6870         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6871         addresses that contain invalid characters.
6872
6873 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6874
6875         * message.el (message-put-addresses-in-ecomplete): Use
6876         gnus-replace-in-string.
6877         (message-is-yours-p): Use the more correct
6878         mail-header-parse-address instead of
6879         mail-extract-address-components.
6880         (message-put-addresses-in-ecomplete): Fix typo.
6881
6882         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6883         keystroke.
6884
6885         * gnus-art.el (gnus-treatment-function-alist): Change order of
6886         newsgroups/generic header folding to avoid double-folding.
6887
6888         * message.el (message-hidden-headers): Add X-Draft-From.
6889
6890         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6891         command.
6892         (gnus-summary-repeat-search-article-backward): New command.
6893
6894         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6895         groups in the parent topic.
6896
6897 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6898
6899         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6900         (spam-extra-header-to-number): Return the CRM114 number as a
6901         number instead of a string.
6902
6903 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904
6905         * gnus-art.el (gnus-face-properties-alist): Moved here from
6906         gnus-fun.
6907
6908         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6909
6910 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6911
6912         * message.el (message-strip-forbidden-properties): Only display on
6913         self-insert-command.
6914
6915         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6916         reindent.
6917         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6918
6919 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6920
6921         * smiley.el (smiley-style): Fix typo.
6922
6923 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6924
6925         * hashcash.el (hashcash-insert-payment-async-2): Use
6926         message-goto-eoh instead of doing it manually.
6927         (mail-add-payment): Use message-narrow-to-header instead of trying
6928         to do the same itself.
6929
6930         * message.el (message-hidden-headers): Add Face.
6931
6932         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6933         reparenting code.
6934         (gnus-summary-reparent-children): Refactored out code.
6935         (gnus-summary-thread-map): New keystroke.
6936         (gnus-summary-reparent-children): Make into command.
6937
6938         * smiley.el (smiley-style): Default to `medium' if using a large
6939         font.
6940
6941         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6942         does it itself.
6943
6944         * message.el (message-point-in-header-p): Simplify definition.
6945
6946 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6947
6948         * nnagent.el (nnagent-request-set-mark): Silence log file
6949         writing.
6950         (nnagent-request-set-mark): Use write-region instead of
6951         append-to-file.
6952
6953         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6954         strange select method.
6955
6956         * ecomplete.el (ecomplete-display-matches): Get highlightling
6957         right.
6958         (ecomplete-display-matches): Use literals.
6959         (ecomplete-display-matches): Disable message logging.
6960
6961         * message.el (message-display-abbrev): Small optimization.
6962
6963         * ecomplete.el (ecomplete-display-matches): Allow automatic
6964         display.
6965
6966         * message.el (message-strip-forbidden-properties): Display
6967         abbrevs.
6968         (message-display-abbrev): Get automatic display right.
6969
6970         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6971         keystrokes.
6972
6973 2006-04-13  Romain Francoise  <romain@orebokech.com>
6974
6975         TODO: Backport to v5-10!
6976
6977         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6978         Moved here (and renamed) from gnus-registry.el.
6979
6980         * gnus-registry.el: Require gnus-util.
6981         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6982
6983 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6984
6985         * gnus-group.el (gnus-group-catchup-current): Change
6986         if-then-else-if-then-else into cond.
6987         (gnus-group-catchup): Indent.
6988         (group-name-at-point): New function.
6989         (gnus-fetch-group): Provide default from thing at point.
6990
6991 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6992
6993         * message.el (message-display-abbrev): Fix regexp.
6994
6995         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6996         choosing.
6997         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6998         dead variables.
6999
7000         * message.el (message-newline-and-indent): Remove debugging.
7001         (message-display-abbrev): Use new implementation.
7002
7003 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7004
7005         * gnus-art.el (gnus-article-mode): Set
7006         cursor-in-non-selected-windows to nil.
7007
7008         * smiley.el: Revert previous change.
7009         (smiley-data-directory): defvar it before using it in the
7010         defcustom of `smiley-style'.
7011
7012 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7013
7014         * message.el (message-newline-and-indent): New function.
7015
7016         * ecomplete.el: Implement more bits.
7017
7018         * message.el (message-put-addresses-in-ecomplete): Clean up the
7019         string.
7020
7021         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7022
7023         * gnus-sum.el (gnus-summary-save-parts): Bind
7024         gnus-summary-save-parts-counter and use it to make unique file
7025         names.
7026
7027         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7028
7029         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7030         parameter to say whether to actually parse the individual
7031         addresses.
7032
7033         * message.el (message-put-addresses-in-ecomplete): New function.
7034         (ecomplete): Require.
7035         (message-mail-alias-type): Add ecomplete as an option.
7036
7037 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7038
7039         * flow-fill.el (fill-flowed): Remove trailing space from blank
7040         quoted lines.
7041
7042 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7043
7044         * smiley.el (smiley-style): Move definition later to avoid a
7045         compilation warning.
7046
7047 2006-04-12  Kenichi Handa  <handa@m17n.org>
7048
7049         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7050         buffer and then decode the buffer text if necessary.
7051         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7052         first, and after mm-encode-body, change the buffer to unibyte.
7053         Use mm-disable-multibyte instead of set-buffer-multibyte.
7054
7055 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7058         Content-Type header instead of Content-Disposition header.
7059         (gnus-mime-inline-part): Ditto.
7060         (gnus-mime-view-part-as-charset): Ignore charset that the part
7061         specifies.
7062
7063         * mm-decode.el (mm-display-part): Work with external parts and
7064         usual parts similarly.
7065
7066         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7067         instead of gnus-display-mime.
7068
7069         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7070         instead of with-temp-buffer.
7071
7072         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7073         tag to summarized topics part in order to encode non-ASCII text.
7074
7075 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7076
7077         * smiley.el (smiley-style): New variable.
7078         (smiley-directory): New function.
7079         (smiley-data-directory): Derive from `smiley-style' using
7080         `smiley-directory'.
7081         (smiley-regexp-alist): Add new entries.
7082
7083         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7084         (gnus-article-browse-delete-temp): Add :version.
7085
7086 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7087
7088         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7089         the sieve region.
7090
7091 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7092
7093         * gnus.el (gnus-version-number): Bump version.
7094
7095 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7096
7097         * gnus.el: No Gnus v0.4 is released.
7098
7099 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7100
7101         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7102         layout.
7103
7104         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7105         unknown charset.
7106
7107         * message.el (message-header-synonyms): Add Original-To to the
7108         default.
7109
7110         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7111         optional parameter.
7112
7113 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * gnus-fun.el (gnus): Require it for gnus-directory.
7116
7117 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7120
7121 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7122
7123         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7124
7125 2006-04-05  Simon Josefsson  <jas@extundo.com>
7126
7127         * password.el (password-reset): New function.
7128
7129 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7130
7131         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7132         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7133
7134 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7135
7136         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7137         Some whitespace was matched into the url, which broke browsing hits
7138         > 100 when mm-url-use-external was nil.
7139
7140 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7141
7142         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7143         gnus-extra-headers for 'Newsgroups.
7144
7145         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7146         bound.
7147
7148 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7149
7150         * pgg-gpg.el: Clean up process buffers every time gpg processes
7151         complete.
7152
7153 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7154
7155         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7156         doc string.
7157
7158 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7159
7160         * pgg-gpg.el (pgg-gpg-process-filter)
7161         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7162
7163         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7164         lines, temporary fix.
7165
7166 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7167
7168         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7169
7170 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7171
7172         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7173         default-enable-multibyte-characters.  This reverts the change from
7174         revision 6.17 which is no longer necessary because the passphrase
7175         is sent separately now.  GnuPG messages are unreadable under
7176         multibyte locales with default-enable-multibyte-characters set to
7177         nil.
7178
7179 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * message.el (message-tool-bar-gnome): Move "spell".
7182
7183 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7184
7185         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7186         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7187         instead.
7188
7189 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7190
7191         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7192         newsgroups handling for NNTP overviews which don't include
7193         Newsgroups.
7194
7195 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7196
7197         * message.el (message-resend): Bind message-generate-hashcash to nil.
7198
7199 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7200
7201         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7202         when searching for already-paid recipients.
7203
7204 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7205
7206         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7207         passphrases when it is not needed.
7208         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7209         passphrase stuff from gpg, should only be necessary when you use
7210         gpg with a smartcard.
7211
7212 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * mml.el (mml-insert-mime): Ignore cached contents of
7215         message/external-body part.
7216
7217         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7218         (mm-insert-part): Ditto.
7219
7220 2006-03-23  Simon Josefsson  <jas@extundo.com>
7221
7222         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7223         Reiner.
7224         (pgg-gpg-use-agent-p): Use it again.
7225
7226 2006-03-23  Simon Josefsson  <jas@extundo.com>
7227
7228         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7229         older emacsen.
7230         (pgg-gpg-use-agent-p): Don't use it.
7231
7232 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7233
7234         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7235         if we can.
7236
7237 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7238
7239         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7240         (pgg-gpg-update-agent): New function.
7241         (pgg-gpg-use-agent-p): New function.
7242         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7243         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7244         (pgg-gpg-sign-region): Use it.
7245
7246 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7249         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7250
7251 2006-03-21  Simon Josefsson  <jas@extundo.com>
7252
7253         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7254         <wilde@sha-bang.de>.
7255         (pgg-gpg-use-agent): New variable.
7256         (pgg-gpg-process-region): Use it.
7257         (pgg-gpg-encrypt-region): Likewise.
7258         (pgg-gpg-encrypt-symmetric-region): Likewise.
7259         (pgg-gpg-decrypt-region): Likewise.
7260         (pgg-gpg-sign-region): Likewise.
7261         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7262
7263 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7264
7265         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7266
7267         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7268         Add comment on version.
7269
7270 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7271
7272         * smiley.el: Add missing test smiley.
7273
7274 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * mm-decode.el (mm-with-part): New macro.
7277         (mm-get-part): Use it; work with message/external-body as well.
7278         (mm-save-part): Treat name and filename equally.
7279
7280         * mm-extern.el (mm-extern-cache-contents): New function.
7281         (mm-inline-external-body): Use it; force the part to be displayed;
7282         move undisplayer added to the cached handle to the parent.
7283
7284         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7285         (gnus-mime-view-part-as-type): Work with message/external-body.
7286
7287         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7288
7289 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7290
7291         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7292         images in image-load-path.  [Sync with image.el, revision 1.60, in
7293         Emacs.]
7294
7295 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7296
7297         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7298         path rather than symbol.  Always return list of directories.
7299         Guarantee that image directory comes first.  [Sync with image.el,
7300         revision 1.59, in Emacs.]
7301
7302         * message.el (message-make-tool-bar): Adjust to new API of
7303         `gmm-image-load-path-for-library'.
7304
7305         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7306
7307         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7308
7309 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7310
7311         * gnus-art.el (gnus-article-only-boring-p):
7312         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7313         intangible text.
7314         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7315
7316 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7317
7318         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7319         `defun' instead of `gmm-defun-compat'.
7320
7321 2006-03-14  Simon Josefsson  <jas@extundo.com>
7322
7323         * message.el (message-unique-id): Don't use message-number-base36
7324         if (user-uid) is a float.
7325         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7326
7327 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7330
7331         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7332         empty line between a part and a message part.
7333
7334 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7335
7336         * smiley.el: Add more test smileys.
7337         (smiley-data-directory, smiley-regexp-alist)
7338         (gnus-smiley-file-types): Fix doc strings.
7339         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7340         adding new elements.
7341         (smiley-mouse-map): Unused code.  Make it a comment.
7342
7343 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7346         scan latest NoCeM messages instead of old ones.
7347         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7348         delimiters that are recently used.
7349         (gnus-nocem-load-cache): Add autoload cookie.
7350
7351         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7352
7353         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7354         level which is larger than gnus-use-nocem is specified.
7355
7356         * gnus-group.el (gnus-group-get-new-news): Ditto.
7357
7358 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7359
7360         * gnus-util.el (gnus-tool-bar-update): New function.
7361
7362         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7363         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7364
7365         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7366
7367         * gnus-group.el (gnus-group-redraw-when-idle)
7368         (gnus-group-redraw-check): Remove.
7369         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7370
7371 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7374         if optional last element is specified in splits (FIELD VALUE...).
7375
7376 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7377
7378         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7379         to gmm-image-load-path-for-library.  Call with no-error argument.
7380         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7381
7382         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7383
7384         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7385
7386         * gmm-utils.el (gmm-image-load-path): Remove alias.
7387
7388 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7389
7390         * gmm-utils.el (gmm-image-load-path): Add alias.
7391
7392         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7393         nnml-generate-nov-databases-1.
7394         (nnml-generate-nov-databases): Use it.
7395         (nnml-generate-nov-databases-directory): Document no-active
7396         argument.
7397
7398         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7399         directory if path is t.  Add no-error.
7400
7401         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7402         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7403
7404         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7405         resetting gnus-article-browse-html-temp-list.
7406
7407         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7408         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7409         Add example to docstring.  Rename local variables.  Move error
7410         checks to default case in cond and simplify.
7411
7412 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7415         handle is multipart when calling it recursively.
7416         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7417
7418 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7419
7420         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7421         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7422
7423 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7426         is loaded.
7427
7428         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7429         loaded.
7430
7431 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7434         to "Emacs 23 (unicode)" in doc string.
7435
7436         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7437         "Emacs 23 (unicode)" in comment.
7438
7439 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7442
7443         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7444         characters 160 through 255 in Emacs 23.
7445
7446 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7447
7448         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7449         gnus-article-browse-html-temp.
7450         (gnus-article-browse-delete-temp): Make it customizable.  Add
7451         `file'.  Adjust doc string.
7452         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7453         query for each file.  Adjust doc string.
7454         (gnus-article-browse-html-parts): Add
7455         `gnus-article-browse-delete-temp-files' to
7456         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7457
7458 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7459
7460         * gnus-art.el (gnus-article-browse-html-temp)
7461         (gnus-article-browse-delete-temp): New variables.
7462         (gnus-article-browse-delete-temp-files): New function.
7463         (gnus-article-browse-html-parts): Use it.
7464
7465 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7468
7469         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7470         string.
7471
7472         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7473         gnus-summary-insert-new-articles when unplugged.  Remove
7474         gnus-summary-search-article-forward.
7475
7476         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7477         display-visual-class instead of display-color-cells.
7478
7479 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * dgnushack.el: Autoload customize-group for XEmacs.
7482
7483         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7484         message/* containing non-ASCII text properly.
7485
7486 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7487
7488         * message.el: Require gmm-utils, remove autoloads.
7489         (message-tool-bar): Set default based on
7490         gmm-tool-bar-style.
7491         (message-tool-bar-gnome): Add gmm-customize-mode.
7492
7493         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7494         gmm-tool-bar-style.
7495         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7496
7497         * gnus-group.el (gnus-group-tool-bar): Set default based on
7498         gmm-tool-bar-style.
7499         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7500
7501         * gmm-utils.el (gmm-image-directory): Rename variable from
7502         gmm-image-load-path.
7503         (gmm-image-load-path): Use gmm-image-directory.
7504         (gmm-customize-mode): New function.
7505         (gmm-tool-bar-style): New variable.
7506
7507         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7508         gnus-group-redraw-line-number.
7509         (gnus-group-redraw-check): Simplify.
7510         (gnus-group-tool-bar-update): Remove redraw check.
7511         (gnus-group-make-tool-bar): Add redraw check.
7512
7513 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7514
7515         * gnus-art.el (gnus-button): Add missing parentheses.
7516
7517 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * lpath.el: Fbind line-number-at-pos.
7520
7521 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7524
7525 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7526
7527         * gnus-art.el (gnus-button): New face.
7528         (gnus-article-button-face): Use it.
7529
7530         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7531         gnus-summary-next-page.  Re-order.
7532
7533         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7534         next-node are now included.
7535         (gnus-group-redraw-line-number): New internal variable.
7536         (gnus-group-redraw-check): Helper function for updating the tool
7537         bar.
7538         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7539
7540         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7541
7542         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7543         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7544         Use it to match format of Spamassassin 3.0 and later.  Reported by
7545         IRIE Tetsuya <irie@t.email.ne.jp>.
7546         (spam-check-bogofilter)
7547         (spam-bogofilter-register-with-bogofilter): Fix args of
7548         `gnus-error' calls.
7549
7550 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7551
7552         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7553         unnecessary interaction when sending queued mails.  Reported by
7554         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7555
7556 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7557
7558         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7559         first or last are nil.
7560
7561 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7562
7563         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7564
7565 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7566
7567         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7568
7569 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7570
7571         * dns.el (query-dns): Protect more against buggy tcp output.
7572
7573 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7574
7575         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7576         nov.php.
7577
7578 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7579
7580         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7581         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7582         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7583         output on the server side.
7584         (nnweb-google-create-mapping): Update regexps and add some
7585         progress indication.
7586
7587 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7588
7589         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7590         gnus-agent-toggle-plugged.  Re-order icons.
7591         (gnus-group-tool-bar-gnome): Add
7592         gnus-group-{prev,next}-unread-group.
7593         (gnus-group-tool-bar-gnome): Re-order icons.
7594
7595         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7596         gnus-summary-insert-new-articles.
7597
7598         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7599         comments.
7600
7601         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7602         also available in Emacs 21.3.
7603
7604         * message.el (message-fix-before-sending): Change "Emacs 22" to
7605         "Emacs 23 (unicode)" in comment.
7606
7607         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7608         "Emacs 23 (unicode)" in comment.
7609
7610         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7611         comment.
7612         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7613
7614         * mm-view.el (mm-fill-flowed): Add :version.
7615
7616 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7619         and load-path.
7620
7621 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7622
7623         * message.el: Autoload gmm-image-load-path.
7624         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7625         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7626         consitency.
7627
7628         * gmm-utils.el (gmm-image-load-path): Also search in
7629         "../etc/images".  Don't set gmm-image-load-path if we don't find
7630         the image.
7631
7632 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * gmm-utils.el (gmm-image-load-path): Don't make
7635         `gmm-image-load-path' include subdirectories which the second arg
7636         `image' might specify.
7637
7638         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7639         subdirectory to icon file names.
7640
7641         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7642
7643 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7644
7645         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7646         gmm-image-load-path calls.
7647
7648         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7649
7650         * message.el (message-make-tool-bar): Ditto.
7651
7652         * mml.el (mml-preview): Added comment concerning tool bar icons.
7653
7654         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7655         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7656
7657         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7658         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7659
7660         * message.el (message-tool-bar-gnome): Use new icon names.
7661         (message-make-tool-bar): Use `gmm-image-load-path'.
7662
7663         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7664         functions from MH-E.
7665         (gmm-image-load-path): New variable from MH-E.
7666         (gmm-image-load-path): New function from MH-E.  Added arguments
7667         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7668         *-image-load-path-called-flag.
7669
7670 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7671
7672         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7673
7674 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7675
7676         * nnimap.el (nnimap-request-move-article): Change folder back to
7677         source group before deleting.
7678
7679 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7680
7681         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7682
7683         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7684         mm-url.
7685
7686         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7687
7688 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7691         coding system which mm-charset-to-coding-system returns for a
7692         given charset is valid.
7693
7694 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7695
7696         * html2text.el (html2text-remove-tag-list):
7697         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7698
7699 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7700
7701         * gnus-cus.el: Revert 2005-10-17 change.
7702
7703 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * gnus-art.el (article-strip-banner): Call
7706         article-really-strip-banner only when the regexp match is made.
7707
7708 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * gnus-art.el (article-strip-banner): Use
7711         gnus-extract-address-components instead of
7712         mail-header-parse-addresses to make it work with non-ASCII text;
7713         remove mail-encode-encoded-word-string.
7714
7715         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7716         values which are surrounded with \"...\"; make it never cause a
7717         Lisp error; give up parsing of parameters if it failed in
7718         extracting type.
7719
7720 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7721
7722         * smime.el (smime-cert-by-ldap-1): Fix bug where
7723         `smime-ldap-search' returns results without userCertificates.
7724
7725 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7728
7729 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7730
7731         * spam.el (spam-check-spamassassin-headers): Adapt format for
7732         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7733         <ari@mbf.ocn.ne.jp>.
7734         (spam-list-of-processors): Add spam-use-gmane.
7735
7736 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7737
7738         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7739         make-temp-file; make it work with XEmacs as well.
7740
7741         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7742         mm-make-temp-file.
7743
7744         * mm-decode.el (mm-display-external): Use the 3rd arg of
7745         mm-make-temp-file.
7746         (mm-create-image-xemacs): Ditto.
7747
7748 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7751         with message-narrow-to-headers.
7752         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7753         (gnus-draft-check-draft-articles): New function.
7754         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7755
7756 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7757
7758         * gnus-art.el (gnus-article-browse-html-parts):
7759         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7760         Don't use suffix argument for mm-make-temp-file for Emacs 21
7761         compatibility.  Remove useless `format'.
7762
7763 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7764
7765         * nnweb.el (nnweb-google-wash-article): Update regexps.
7766         (nnweb-group-alist): Use defvoo instead of defvar.
7767
7768 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7771         re-loading nn* modules.
7772
7773 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7774
7775         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7776         for `tool-bar-mode' and don't check it's default-value.
7777
7778         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7779
7780         * message.el (message-make-tool-bar): Ditto.
7781
7782         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7783         `substring'.  Shorten tmp-file name.
7784
7785         * gnus.el: Remove bogus comment.
7786
7787 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7788
7789         * gnus-art.el (gnus-article-browse-html-parts): New function.
7790         (gnus-article-browse-html-article): New function for viewing html
7791         articles with a browser.
7792
7793 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7794
7795         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7796         in elisp.
7797         (pgg-gpg-encrypt-symmetric-region): Ditto.
7798         (pgg-gpg-sign-region): Ditto.
7799
7800         * pgg-def.el (pgg-text-mode): New variable.
7801
7802         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7803         (mml2015-pgg-encrypt): Ditto.
7804
7805         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7806         (mml1991-pgg-encrypt): Ditto.
7807
7808 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7811         message-make-date instead of current-time-string.
7812
7813         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7814         to gnus-decoded which mm-uu might set.
7815
7816 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7819         don't decode quoted parameters; remove misimported Emacs code.
7820         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7821         (rfc2231-decode-encoded-string): Don't use split-string which
7822         behaves differently according to Emacs version; use
7823         mm-decode-coding-region to convert charset to coding-system.
7824         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7825         (rfc2231-encode-string): Remove misimported Emacs code.
7826
7827 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7830         when calling mail-header-parse-content-type.
7831         (article-de-quoted-unreadable): Ditto.
7832         (article-de-base64-unreadable): Ditto.
7833         (article-wash-html): Ditto.
7834
7835         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7836         calling mail-header-parse-content-type and
7837         mail-header-parse-content-disposition.
7838         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7839         mail-header-parse-content-type.
7840
7841         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7842         insert charset and format parameters; encode description after
7843         inserting it to buffer.
7844         (mml-insert-parameter): Fold lines properly even if a parameter is
7845         segmented into two or more lines; change the max column to 76.
7846
7847         * rfc1843.el (rfc1843-decode-article-body): Don't use
7848         ignore-errors when calling mail-header-parse-content-type.
7849
7850         * rfc2231.el (rfc2231-parse-string): Return at least type if
7851         possible; don't cause an error even if it fails in parsing of
7852         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7853         (rfc2231-encode-string): Don't break lines at the beginning, leave
7854         it to mml-insert-parameter.
7855
7856         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7857         calling mail-header-parse-content-type.
7858
7859 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * spam-report.el (spam-report-gmane-use-article-number):
7862         Improve doc string.
7863         (spam-report-gmane-internal): Check if a suitable header was found
7864         in the article.
7865
7866 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7869         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7870
7871 2006-02-05  Romain Francoise  <romain@orebokech.com>
7872
7873         Update copyright notices of all files in the gnus directory.
7874
7875 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7876
7877         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7878
7879 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7882         segmented lines of parameter value to cope with Thunderbird 1.5
7883         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7884         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7885         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7886
7887 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7888
7889         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7890         parts.
7891
7892 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7893
7894         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7895         there's only one active file for all servers.
7896         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7897         solid groups.  Gnus might have used a FAST request to select the group.
7898         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7899         and nnweb-search redundantly in the active file.
7900         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7901         (nnweb-request-create-group): Don't use ARGS.
7902         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7903         initialisations.  Let nnoo do the work.
7904
7905 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7908         Say the part has been decoded.
7909
7910         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7911
7912 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7913
7914         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7915         mailcap-viewer-test-cache when there's no 'test clause, since that
7916         will invert the meaning of a "nil" test previously determined by
7917         mailcap-mailcap-entry-passes-test.
7918
7919 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7922         compiling.
7923
7924         * gnus-sum.el: Ditto.
7925
7926         * message.el: Don't bind tool-bar-map when compiling.
7927
7928 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7931
7932 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7933
7934         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7935         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7936         current Google Groups.
7937
7938 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7939
7940         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7941         and tool-bar-mode.
7942
7943         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7944         and tool-bar-mode.
7945
7946         * message.el (message-tool-bar-update): Simplify.
7947         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7948
7949         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7950         gnus-summary-buffer.
7951         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7952         gnus-summary-reply.
7953
7954         * gmm-utils.el (gmm): Add :version.
7955
7956 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * Makefile.in (clean): New rule.
7959         (distclean): Use it.
7960
7961 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7962
7963         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7964         autoload.
7965
7966 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * gmm-utils.el (gmm-verbose): Add :group.
7969
7970 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7971
7972         * message.el: Change some comments WRT tool-bars.
7973
7974         * gnus-sum.el (gnus-summary-tool-bar)
7975         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7976         (gnus-summary-tool-bar-zap-list): New variables.
7977         (gnus-summary-make-tool-bar): Complete rewrite using
7978         `gmm-tool-bar-from-list'.
7979
7980         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7981         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7982         variables.
7983         (gnus-group-make-tool-bar): Complete rewrite using
7984         `gmm-tool-bar-from-list'.
7985         (gnus-group-tool-bar-update): New function.
7986
7987         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7988
7989 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7992         is dissected into a single part of which the type is the same as
7993         the given one; decode charset.
7994
7995 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7996
7997         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7998         into alists as symbol not string, since that's what
7999         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8000         look for.
8001
8002 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8005         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8006
8007         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8008
8009 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8012         (gnus-xmas-mime-security-button-menu): New function.
8013
8014         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8015         (gnus-mime-security-button-menu): New definition.
8016         (gnus-mime-security-button-map): Use them.
8017         (gnus-mime-security-button-menu): New function.
8018         (gnus-insert-mime-security-button): Addition to help echo.
8019         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8020         (gnus-mime-security-pipe-part): New functions.
8021
8022         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8023         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8024
8025         * mm-decode.el (mm-handle-set-disposition): Remove.
8026         (mm-handle-set-description): Remove.
8027
8028 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8029
8030         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8031         (mm-w3m-standalone-supports-m17n-p): New function.
8032         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8033         w3m usage.
8034
8035         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8036         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8037
8038 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8039
8040         * message.el (message-tool-bar-zap-list): Use
8041         gmm-tool-bar-zap-list as custom type.
8042         (message-tool-bar-update): New function.
8043         (message-tool-bar, message-tool-bar-gnome)
8044         (message-tool-bar-retro): Add message-tool-bar-update.
8045         (message-tool-bar-gnome): Add flyspell-buffer.
8046
8047         * gnus-util.el (gnus-error): Describe `args'.
8048
8049         * gmm-utils.el (gmm-error): Describe `args'.
8050         (gmm-tool-bar-zap-list): New widget.
8051         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8052
8053 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8056         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8057         the number of recursive calls.
8058
8059         * mm-decode.el (mm-handle-set-disposition): New macro.
8060         (mm-handle-set-description): New macro.
8061
8062 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8065         encoding.
8066
8067 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8068
8069         * message.el (message-tool-bar-zap-list, message-tool-bar)
8070         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8071         (message-tool-bar-local-item-from-menu): Remove.
8072         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8073         (message-make-tool-bar): New function.
8074         (message-mode): Use `message-make-tool-bar'.
8075
8076         * gmm-utils.el: New file.
8077         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8078         (gmm-lazy): New widget copied from `nnmail.el'.
8079         (gmm-tool-bar-from-list): New function for creating customizable
8080         tool bars.
8081         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8082         output.
8083         (gmm): Add :prefix to defgroup.
8084
8085 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8086
8087         * gmm-utils.el (gmm-widget-p): New function.
8088
8089 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8090
8091         * mml.el (mml-attach-file): Describe `description' in doc string.
8092         (mml-menu): Add Emacs MIME manual and PGG manual.
8093
8094 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8095
8096         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8097
8098 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8099
8100         * nntp.el (nntp-end-of-line): Doc fix.
8101
8102 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8103
8104         * imap.el (imap-open): Handle case where buffer is a buffer
8105         object.
8106
8107 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8108
8109         * gnus-delay.el (gnus-delay): Don't autoload.
8110         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8111         to be re-loaded when customizing the `gnus-delay' group.
8112
8113 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8114
8115         * message.el (message-insert-citation-line): Use newlines.
8116
8117 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8118
8119         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8120         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8121         these routines, so the passphrase can be managed externally and
8122         passed in to the system.
8123         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8124         pgg-add-passphrase-to-cache function.
8125
8126         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8127         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8128         these routines, so the passphrase can be managed externally and
8129         passed in to the system.
8130         (pgg-pgp5-sign-region): Use new name of
8131         pgg-add-passphrase-to-cache function.
8132
8133 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8134
8135         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8136         part of the decoded armor to find the key-identifier.
8137         (pgg-gpg-lookup-key-owner): New function to return the
8138         human-readable identifier of a key owner.
8139         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8140         itself.
8141         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8142         the key value) if we have a key and can match it against a secret
8143         key.  Also, added a note pointing out fact that the prompt only
8144         indicates the first matching key.
8145
8146         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8147         pgg-decrypt-region.
8148         (pgg-add-passphrase-to-cache): Rename from
8149         `pgg-add-passphrase-cache' to reduce confusion (all callers
8150         changed).
8151         (pgg-remove-passphrase-from-cache): Rename from
8152         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8153         changed).
8154         (pgg-read-passphrase, pgg-add-passphrase-cache)
8155         (pgg-remove-passphrase-cache): Add informative docstrings.
8156         (pgg-decrypt): Convey provided passphrase in subordinate call to
8157         pgg-decrypt-region.
8158
8159 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8160
8161         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8162         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8163         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8164         'passphrase' argument, so the passphrase can be managed externally
8165         and then passed in to the system.
8166
8167         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8168         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8169         so the passphrase cache can be used reliably with identifiers
8170         besides a pgp packet's key id.
8171
8172         * pgg-gpg.el (pgg-gpg-encrypt-region)
8173         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8174         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8175         these routines, so the passphrase can be managed externally and
8176         passed in to the system.
8177
8178         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8179         'notruncate' argument, so the passphrase cache can be used
8180         reliably with identifiers besides a pgp packet's key id.
8181
8182 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8183
8184         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8185         symmetric encryption.
8186         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8187         encrypted session key.
8188         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8189         message ask for the passphrase in a proper way.
8190
8191         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8192         New user commands for symmetric encryption.
8193
8194 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8197
8198         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8199
8200 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8201
8202         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8203
8204 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * mm-decode.el (mm-inlined-types): Add application/pgp.
8207         (mm-automatic-display): Ditto.
8208
8209         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8210         part as text.
8211
8212 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * nnrss.el: Update copyright.
8215         (nnrss-opml-import): Query whether to subscribe to each entry.
8216
8217         * gnus-art.el:
8218         * gnus-sum.el:
8219         * gnus-xmas.el:
8220         * messagexmas.el:
8221         * mm-uu.el:
8222         * mm-view.el: Update copyright.
8223
8224 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8225
8226         * message.el (message-info): New function.
8227         (message-mode-menu): Add it.
8228         Update copyright.
8229
8230         * ChangeLog: Fix and update copyright.
8231
8232 2006-01-13  Romain Francoise  <romain@orebokech.com>
8233
8234         * message.el (message-forward-subject-name-subject): Prefer the
8235         address to 'nowhere' if the sender has no name.
8236         Fix typo.  Update copyright year.
8237
8238 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * gnus-art.el (article-wash-html): Use
8241         gnus-summary-show-article-charset-alist if a numeric arg is given.
8242         (gnus-article-wash-html-with-w3m-standalone): New function.
8243
8244         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8245         mm-inline-text-html-render-with-w3m-standalone.
8246         (mm-text-html-washer-alist): Map w3m-standalone to
8247         gnus-article-wash-html-with-w3m-standalone.
8248         (mm-inline-text-html-render-with-w3m-standalone): New function.
8249
8250 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8251
8252         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8253         Improve LaTeX.
8254
8255 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8258         (nnrss-request-article): Render text/plain parts as HTML.
8259
8260         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8261         the buffer.
8262
8263 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8264
8265         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8266         custom definition of `gnus-posting-styles'.
8267
8268         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8269         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8270
8271 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8272
8273         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8274         Use nntp for bug archive.
8275
8276 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8279         parts.
8280         (nnrss-normalize-date): New function converts ISO 8601 date into
8281         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8282         (nnrss-check-group): Use it.
8283
8284 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8287
8288         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8289         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8290         (nnrss-insert-w3): Ditto.
8291
8292 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8295         the articles to be forwarded including the case where neither a
8296         number of articles nor a region is specified.
8297
8298 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * nnrss.el (nnrss-request-article): Fix last change; fill
8301         text/plain parts.
8302
8303 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8306         in text/plain part.
8307         (nnrss-check-group): Don't add excessive newline to dc:subject.
8308
8309 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8310
8311         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8312         article.
8313
8314 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8315
8316         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8317         (nnml-use-compressed-files, nnml-save-mail): Support other
8318         comression programs such as bzip2.
8319
8320 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8321
8322         * dns.el (query-dns): Make sure we check the buffer size before
8323         removing tcp headers.
8324
8325 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8326
8327         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8328         remove MIME buttons associated with multipart/alternative parts.
8329         (gnus-mime-display-alternative): Tag buttons using `article-type'
8330         text property.
8331
8332         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8333         associated with multipart/alternative parts.
8334
8335         * gnus-art.el (gnus-signature-separator): Fix custom type.
8336
8337         * mm-decode.el (mm-inlined-types): Fix custom type.
8338         (mm-keep-viewer-alive-types): Ditto.
8339         (mm-automatic-display): Ditto.
8340         (mm-attachment-override-types): Ditto.
8341         (mm-inline-override-types): Ditto.
8342         (mm-automatic-external-display): Ditto.
8343
8344 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * spam-report.el (spam-report-user-mail-address)
8347         (spam-report-user-agent): New variables.
8348         (spam-report-url-ping-plain): Use spam-report-user-agent.
8349
8350 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8351
8352         * gnus-art.el (gnus-button-handle-custom): Do not just use
8353         `customize-apropos' for any "M-x customize-*" button but the
8354         function called for.  Accept both the function name and its
8355         argument in order to achieve this.
8356         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8357         function name to `gnus-button-handle-custom' in case of "M-x
8358         customize-*" buttons.
8359
8360 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8363         multipart/alternative and add xref to mm-discouraged-alternatives
8364         in doc string.
8365
8366         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8367         gnus-buttonized-mime-types in doc string.
8368
8369 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8370
8371         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8372         Suggest image/.* in the doc string.
8373
8374 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8375
8376         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8377         message-marks (Debian bug #342521).
8378
8379 2005-12-12  Simon Josefsson  <jas@extundo.com>
8380
8381         * password.el (password-read-from-cache): Add.
8382         (password-read): Use it.
8383
8384 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8387         us-ascii as a MIME charset.
8388
8389         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8390         against the case where the 2nd arg TYPE is nil.
8391
8392 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8393
8394         * pop3.el (pop3-stream-type): Fix custom version.
8395
8396         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8397
8398 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8399
8400         * mm-decode.el (mm-display-external): Add missing cdr.
8401
8402 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8405         RFC1524) if it is in mailcap or add a suffix according to
8406         mailcap-mime-extensions when generating a temp filename; postpone
8407         deleting a temp file for 2 seconds for some wrappers, shell
8408         scripts, and so on, which might exit right after having started a
8409         viewer command as a background job.
8410
8411 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8412
8413         * nntp.el (nntp-marks-directory): Fix custom group.
8414
8415         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8416         steps when < 10.
8417
8418         * gnus-start.el (gnus-no-server-1): Mention
8419         `gnus-level-default-subscribed' in doc string.
8420
8421 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8422
8423         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8424         parens.
8425
8426 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * gnus-xmas.el (gnus-use-toolbar): Revert.
8429         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8430         gnus-use-toolbar is default.
8431
8432         * messagexmas.el (message-use-toolbar): Revert.
8433         (message-setup-toolbar): Use global default-toolbar if
8434         message-use-toolbar is default.
8435
8436 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8439         according to default-toolbar-visible-p.
8440
8441         * messagexmas.el (message-use-toolbar): Ditto.
8442
8443 2005-11-26  Dave Love  <fx@gnu.org>
8444
8445         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8446         (tls-program, tls-success): Provide openssl alternative.
8447
8448         * starttls.el: Doc fixes.
8449         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8450         SERVICE to PORT.
8451
8452         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8453         port null or service name.
8454         (starttls-negotiate): Autoload.
8455
8456 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * message.el (message-kill-to-signature): Fix interactive spec.
8459
8460 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * pop3.el (pop3-open-server): Recognize a string as a service name.
8463
8464 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8465
8466         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8467
8468 2005-11-23  Dave Love  <fx@gnu.org>
8469
8470         Add pop3s, pop3/starttls.
8471
8472         * pop3.el (pop3-authentication-scheme): Clarify doc.
8473         (open-tls-stream, starttls-open-stream): Autoload.
8474         (pop3-stream-type): New.
8475         (pop3-open-server): Use it.
8476
8477         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8478         for POP.
8479         (mail-source-keyword-map): Add :stream for POP.
8480         (mail-source-fetch-pop): Use pop3-stream-type.
8481
8482 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8485         of current-time-string.
8486
8487 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8488
8489         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8490         date header.
8491
8492 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8493
8494         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8495         it can seriously impact performance as it bypasses the agent's
8496         local caches.
8497
8498 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8499
8500         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8501         must be explicitly online rather than "not explicitly offline" for
8502         its flags to be synchronized.
8503
8504         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8505         that gnus-uu-unmark-thread will function correctly.
8506
8507         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8508         1024K is instead displayed as 1M.
8509
8510 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8511
8512         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8513
8514 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8515
8516         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8517
8518 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8519
8520         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8521         error message to display actual error condition.
8522         (gnus-agent-save-local): Avoid saving symbols that are bound to
8523         nil as they simply result in a warning message in
8524         gnus-agent-read-local.
8525
8526 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8529         rather than make-variable-buffer-local for file-precious-flag.
8530
8531 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8532
8533         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8534         for duplicates which are removed.  The invalid sort check then
8535         triggers a rescan after the sort as sorting may have moved
8536         duplicate entries such that they can be cheaply detected.
8537
8538 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8541
8542 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8543
8544         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8545         internal variable to a custom variable.  Changed default value
8546         from compressed(2) to uncompressed(1).
8547         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8548         support for uncompressed agentview files.  Taken together, reading
8549         the agentview file should now be 6-7 times faster.
8550
8551 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8552
8553         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8554         as a buffer-local variable.  This avoids creating truncated
8555         dribble files as a result of a hang up, eg.
8556
8557 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8558
8559         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8560         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8561         XEmacs.
8562
8563 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8564
8565         * gnus-start.el (gnus-start-draft-setup): Enforce
8566         `gnus-draft-mode' for nndraft:drafts at startup.
8567
8568         * gnus.el (gnus-splash): Change custom group.
8569         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8570         allow-list argument.
8571
8572         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8573         string.
8574
8575 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * gnus-art.el (gnus-default-article-saver): Add user-defined
8578         `function' to custom type.
8579
8580 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8581
8582         * imap.el (imap-open): Handle case where buffer is a buffer
8583         object.
8584
8585 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8586
8587         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8588         long lines.
8589         (gnus-cache-delete-group): Wrap doc strings.
8590
8591         * gnus-agent.el (gnus-agent-rename-group)
8592         (gnus-agent-delete-group): Wrap doc strings.
8593
8594 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * messagexmas.el (message-use-toolbar): Change the valid values
8597         into default, top, bottom, left, and right.
8598         (message-toolbar-thickness): New variable.
8599         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8600         well.
8601         (message-setup-toolbar): Make it work.
8602
8603         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8604         (gnus-use-toolbar): Change the valid values into default, top,
8605         bottom, left, and right.
8606         (gnus-toolbar-thickness): New variable.
8607         (gnus-xmas-setup-toolbar): New function.
8608         (gnus-xmas-setup-group-toolbar): Use it.
8609         (gnus-xmas-setup-summary-toolbar): Use it.
8610
8611 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8612
8613         * gnus-start.el (gnus-1): Add "native" to
8614         gnus-predefined-server-alist.
8615
8616         * gnus.el (gnus-method-to-server): Don't add "native" to the
8617         lists here, because that leads to problems when
8618         gnus-select-method is bound.
8619
8620 2005-11-09  Simon Josefsson  <jas@extundo.com>
8621
8622         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8623         use (not sort-by-date) instead.
8624
8625 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8626
8627         * gnus-delay.el (gnus-delay-group): Don't autoload.
8628         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8629         to be re-loaded when customizing the `gnus-delay' group.
8630
8631 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8632
8633         * message.el: Revert last changes.
8634         (message-insert-citation-line): Use newlines.
8635
8636 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8637
8638         * message.el (message-courtesy-message)
8639         (message-mark-insert-begin, message-mark-insert-end)
8640         (message-elide-ellipsis, message-cancel-message)
8641         (message-add-header, message-change-subject)
8642         (message-cross-post-followup-to-header)
8643         (message-cross-post-insert-note, message-reduce-to-to-cc)
8644         (message-widen-reply, message-delete-not-region)
8645         (message-kill-to-signature, message-insert-signature)
8646         (message-insert-importance-high, message-insert-importance-low)
8647         (message-insert-or-toggle-importance)
8648         (message-insert-disposition-notification-to)
8649         (message-indent-citation, message-yank-original)
8650         (message-cite-original-without-signature, message-cite-original)
8651         (message-insert-citation-line, message-position-on-field)
8652         (message-fix-before-sending, message-send-mail-partially)
8653         (message-send-mail, message-send-mail-with-sendmail)
8654         (message-send-mail-with-qmail, message-send-news)
8655         (message-check-news-header-syntax, message-generate-headers)
8656         (message-insert-courtesy-copy, message-fill-address)
8657         (message-fill-header, message-shorten-references)
8658         (message-setup-1, message-cancel-news)
8659         (message-forward-make-body-plain, message-forward-make-body-mime)
8660         (message-forward-make-body-mml, message-encode-message-body)
8661         (message-forward-make-body-digest-plain)
8662         (message-forward-make-body-digest-mime)
8663         (message-use-alternative-email-as-from): Insert `hard-newline'
8664         instead of ordinary newlines.
8665
8666 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8667
8668         * message.el (message-generate-headers): Downcase the argument
8669         given to message-check-element.
8670
8671 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8672
8673         * nntp.el (nntp-authinfo-rejected): New error condition.
8674         (nntp-wait-for): Use new error condition to signal authentication
8675         error.
8676         (nntp-retrieve-data): Rethrow new error condition to break out of
8677         recursive call to nntp-send-authinfo.
8678
8679 2005-11-08  Romain Francoise  <romain@orebokech.com>
8680
8681         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8682         (gnus-summary-exit-map): Bind to `Z p'.
8683         (gnus-summary-make-menu-bar): Add menu item.
8684
8685 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8686
8687         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8688         (gnus-treat-*): Add `first' in all doc strings.
8689
8690         * gnus-group.el (gnus-group-compact-group): Fix typo.
8691
8692 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * gnus.el (gnus-parameters-case-fold-search): New variable.
8695         (gnus-parameters-get-parameter): Use it.
8696
8697         * gnus-score.el (gnus-home-score-file): Doc fix.
8698
8699 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8700
8701         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8702
8703 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * mm-util.el (mm-special-display-p): New function.
8706
8707         * mml.el (mml-preview): Use it; doc fix.
8708
8709 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8710
8711         * imap.el (imap-open): Handle case where buffer is a buffer object.
8712
8713 2005-10-29  Romain Francoise  <romain@orebokech.com>
8714
8715         * message.el (message-fix-before-sending): Fix comment.
8716
8717 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8718
8719         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8720
8721 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8722
8723         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8724         Used in gnus-score.el.
8725
8726 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8727
8728         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8729
8730 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8731
8732         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8733         whitespace removed in revision 7.8.  Use concatenated string to
8734         protect trailing whitespace.
8735
8736 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8737
8738         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8739         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8740         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8741         Courier IMAP ("some version from 2004").  Mostly based on similar
8742         code in the same function.
8743
8744 2005-10-26  Didier Verna  <didier@xemacs.org>
8745
8746         * gnus-group.el (gnus-group-compact-group): Invalidate original
8747         article buffer.
8748         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8749         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8750         NOV database and in article itself.
8751         Invalidate article backlog.
8752
8753 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8754
8755         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8756
8757 2005-10-26  Simon Josefsson  <jas@extundo.com>
8758
8759         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8760         part of 2004-07-25 change.
8761
8762 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * message.el (message-display-completion-list): New function.
8765         (message-expand-group): Use it; make sure the Completions buffer
8766         is modifiable.
8767 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8768
8769         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8770         user-mail-name is an empty string.
8771
8772 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8773
8774         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8775         depending on gnus-score-decay-constant.
8776
8777         * encrypt.el (encrypt-insert-file-contents)
8778         (encrypt-write-file-contents): Don't use `gnus-message'.
8779
8780         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8781         arguments.
8782         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8783         arguments to mm-uu-verbatim-marks-extract.
8784         (mm-uu-hide-markers): New variable.
8785         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8786
8787         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8788         (gnus-convert-image-to-face-command): Use "convert" by default to
8789         allow other input image formats.
8790         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8791         accordingly.
8792
8793 2005-10-23  Simon Josefsson  <jas@extundo.com>
8794
8795         * imap.el (imap-gssapi-program): Align command line parameters
8796         with latest GNU SASL.
8797         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8798
8799 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8800
8801         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8802         HTML.
8803         (nnslashdot-request-article): Ditto.
8804
8805         * lpath.el (featurep): Add nobreak-char-display.
8806
8807 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8808
8809         * mail-source.el (mail-source-fetch-pop): Require pop3.
8810         (mail-source-check-pop): Ditto.
8811
8812 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8813
8814         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8815         errors.
8816
8817 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8820         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8821
8822         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8823
8824         * mm-bodies.el (mm-decode-string): Call
8825         `mm-charset-to-coding-system' with allow-override argument.
8826
8827 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8830         (rfc2047-charset-to-coding-system): New function.
8831         (rfc2047-decode-encoded-words): New function.
8832         (rfc2047-decode-region): Use them.
8833         (rfc2047-decode-cte): Remove.
8834         (rfc2047-parse-and-decode): Remove.
8835         (rfc2047-decode): Remove.
8836
8837 2005-10-15  Kenichi Handa  <handa@m17n.org>
8838
8839         * rfc2047.el (rfc2047-decode-cte): New function.
8840         (rfc2047-decode-region): Change the way to decode successive
8841         encoded-words: decode B- or Q-encoding in each encoded-word,
8842         concatenate them, and decode it as charset.
8843
8844 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * lpath.el: Fbind codepage-setup for XEmacs.
8847
8848 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8849
8850         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8851         widget-move-and-invoke.
8852         (gnus-custom-mode): Use gnus-custom-map.
8853
8854 2005-10-15  Bill Wohler  <wohler@newt.com>
8855
8856         * message.el (message-tool-bar-map): Renamed image file from
8857         mail_send to mail/send.
8858
8859 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8860
8861         * message.el (message-expand-group): Pass the common
8862         prefix substring of completion to `display-completion-list'.
8863
8864 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8865
8866         * mml-sec.el (mml-secure-method): New internal variable.
8867         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8868         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8869         functions using mml-secure-method.
8870
8871         * mml.el (mml-mode-map): Add key bindings for those functions.
8872         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8873         Harder <harder@myrealbox.com>.
8874         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8875         end of message if point is the headers of the message.
8876
8877         * message.el (message-in-body-p): New function.
8878
8879         * assistant.el: Autoload gnus-util and netrc.
8880
8881         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8882         Use `mm-charset-override-alist' only when decoding.
8883
8884         * mm-bodies.el (mm-decode-body): Call
8885         `mm-charset-to-coding-system' with allow-override argument.
8886
8887         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8888         `filename' from Content-Disposition if Content-Type doesn't
8889         provide `name'.
8890         (gnus-mime-view-part-as-type): Set default instead of
8891         initial-input.
8892
8893 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8894
8895         * format-spec.el (format-spec): Propagate text properties of % spec.
8896
8897 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * gnus-art.el (gnus-treat-predicate): Add `first'.
8900
8901 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8904         (mm-charset-override-alist): New variable.
8905         (mm-charset-to-coding-system): Use it.
8906         (mm-codepage-setup): New helper function.
8907         (mm-charset-eval-alist): New variable.
8908         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8909         about unknown charsets.
8910
8911         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
8912
8913 2005-10-04  David Hansen  <david.hansen@gmx.net>
8914
8915         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8916         (nnrss-check-group): Ditto.
8917
8918 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8919
8920         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8921         Rename x-gnus-verbatim to x-verbatim.
8922         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8923
8924         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8925         x-verbatim.
8926
8927         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8928
8929         * gnus-util.el (gnus-remove-duplicates): Remove.
8930
8931         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8932         instead of gnus-remove-duplicates.
8933
8934         * message.el (message-remove-duplicates): Remove.
8935         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8936         message-remove-duplicates.
8937
8938         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8939         available, else use implementation from `delete-dups'.
8940
8941         * message.el (message-insert-expires): New function.
8942         (message-mode-map): Add key binding.
8943         (message-mode-field-menu): Add menu entry.
8944         (message-mode): Document it.
8945         (message-make-expires-date): Use `message-make-date'.
8946
8947 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8948
8949         * message.el (message-make-expires-date): New function.
8950
8951 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * Makefile.in (list-installed-shadows): New entry.
8954         (install): Use it.
8955         (remove-installed-shadows): New entry.
8956
8957         * dgnushack.el (dgnushack-default-load-path): New variable.
8958         (dgnushack-find-lisp-shadows): New function.
8959         (dgnushack-remove-lisp-shadows): New function.
8960
8961 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * Makefile.in (install-el-elc): New entry.
8964         (install): Use it so that .el files are necessarily installed.
8965
8966 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8969
8970 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8971
8972         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8973         function rather than the diff-mode.el package.
8974         (mm-display-external): Use with-current-buffer.
8975         (mm-viewer-completion-map, mm-viewer-completion-map):
8976         Move initialization inside declaration.
8977
8978 2005-09-29  Simon Josefsson  <jas@extundo.com>
8979
8980         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8981         autoload mail-check-payment.
8982         (spam-check-hashcash): Define unconditionally, since hashcash.el
8983         is part of Gnus now.  Ignore errors from payment checking.
8984
8985 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8986
8987         * message.el (message-bold-region, message-unbold-region): Rename
8988         from `bold-region' and `unbold-region'.
8989
8990         * message.el: Remove useless autoloads.
8991
8992 2005-09-28  Simon Josefsson  <jas@extundo.com>
8993
8994         * message.el (message-use-idna): Default to t.
8995         (message-use-idna): Test whether encoding works too.  Doc fix.
8996
8997 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * nntp.el (nntp-warn-about-losing-connection): Remove.
9000
9001 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9002
9003         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9004         customizable.  Change default value.
9005         (mm-uu-diff-groups-regexp): Change default value.
9006         (mm-uu-type-alist): Add doc string.
9007         (mm-uu-configure): Add doc string.  Make it interactive.
9008         (mm-uu-tex-groups-regexp): New variable.
9009         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9010         (mm-uu-type-alist): Add LaTeX documents.
9011         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9012         of "text/verbatim".
9013         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9014
9015         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9016         instead of "text/verbatim".
9017
9018         * message.el (message-mark-inserted-region)
9019         (message-mark-insert-file): Use slrn style marks when called with
9020         prefix argument.
9021
9022 2005-09-27  Simon Josefsson  <jas@extundo.com>
9023
9024         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9025
9026 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9027
9028         * message.el (message-remove-duplicates): New function.
9029         Implementation borrowed from `gnus-remove-duplicates'.
9030         (message-idna-to-ascii-rhs): Also encode idna addresses in
9031         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9032         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9033         only ask about the same idna domain once per header and also tell
9034         in what header to replace the idna domain.
9035
9036         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9037         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9038         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9039         a header is decoded and not just the last one.
9040
9041 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9044         has been decoded.
9045
9046         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9047         (mm-insert-part): Don't modify text if it has been decoded.
9048
9049         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9050         decoded.
9051
9052         * mm-view.el (mm-inline-text): Don't strip text props unless
9053         decoding enriched or richtext parts.
9054
9055 2005-09-25  Romain Francoise  <romain@orebokech.com>
9056
9057         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9058         * gnus-start.el (gnus-subscribe-interactively):
9059         * gnus-uu.el (gnus-uu-grab-articles):
9060         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9061         space.
9062
9063 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9064
9065         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9066         * mm-view.el (mm-view-pkcs7-decrypt):
9067         * gnus-sum.el (gnus-summary-limit-to-extra)
9068         (gnus-summary-respool-article, gnus-read-move-group-name):
9069         * gnus-score.el (gnus-summary-increase-score):
9070         * gnus-util.el (gnus-completing-read-with-default):
9071         * gnus-art.el (gnus-read-save-file-name)
9072         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9073         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9074         * message.el (message-check-news-header-syntax):
9075         Follow convention for reading with the minibuffer.
9076
9077 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9078
9079         * spam-report.el (spam-report-url-ping-plain):
9080         Use gnus-extended-version as User-Agent.
9081
9082         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9083         default value is nil.
9084
9085         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9086         (mm-uu-verbatim-marks-extract): New function.
9087         (mm-uu-extract): New face.
9088         (mm-uu-copy-to-buffer): Use it.
9089
9090         * spam-report.el (spam-report-gmane-ham): Renamed from
9091         `spam-report-gmane-unspam'.
9092         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9093         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9094
9095         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9096         Autoload.
9097         (spam-report-gmane-unregister-routine): Renamed
9098         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9099
9100 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9101
9102         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9103         (spam-report-gmane-unregister-routine): Add support for gmane
9104         unregistration.
9105
9106         * spam-report.el (spam-report-gmane-unspam)
9107         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9108         (spam-report-gmane): Change to take a single article and do unspam
9109         registration.
9110
9111 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9112
9113         * mm-url.el (mm-url-decode-entities): Fix regexp.
9114
9115 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9116
9117         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9118         default to nil, to be able to use Gnus at all.  If the default
9119         switches to something else, then the function should be fixed not
9120         be exceedingly slow.
9121
9122 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9123
9124         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9125         fail hard.
9126
9127         * spam-report.el: Add better Keywords line.
9128
9129         * spam.el: Add Maintainer and better Keywords line.
9130
9131 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9132
9133         * gnus-art.el (gnus-article-replace-part)
9134         (gnus-mime-replace-part): New functions.
9135         (gnus-mime-action-alist, gnus-mime-button-commands)
9136         (gnus-mime-save-part-and-strip): Added file argument.
9137         (gnus-article-part-wrapper): Added interactive argument.
9138
9139         * gnus-sum.el (gnus-summary-mime-map): Add
9140         `gnus-article-replace-part'.
9141
9142 2005-09-19  Didier Verna  <didier@xemacs.org>
9143
9144         The nnml compaction feature:
9145         * nnml.el (nnml-request-compact-group): New function.
9146         * nnml.el (nnml-request-compact): New function.
9147         * gnus-int.el (gnus-request-compact-group): New function.
9148         * gnus-int.el (gnus-request-compact): New function.
9149         * gnus-group.el (gnus-group-compact-group): New function.
9150         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9151         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9152         * gnus-srvr.el (gnus-server-compact-server): New function.
9153         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9154         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9155
9156 2005-09-18  Deepak Goel  <deego@gnufans.org>
9157
9158         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9159         format spec.
9160
9161 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9164
9165 2005-09-15  Romain Francoise  <romain@orebokech.com>
9166
9167         * message.el (message-fill-paragraph): Clarify docstring.
9168
9169 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-art.el (gnus-mime-display-part): Protect against broken
9172         MIME messages.
9173
9174 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9177         before parsing header.
9178
9179 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9180
9181         * html2text.el (html2text-replace-list): Add new entities.
9182
9183 2005-09-11  Romain Francoise  <romain@orebokech.com>
9184
9185         * message.el (message-alternative-emails): Improve docstring.
9186         (message-setup-1): Call `message-use-alternative-email-as-from'
9187         after `message-setup-hook' to give it precedence over posting
9188         styles, etc.
9189         (message-use-alternative-email-as-from): Add docstring.  Remove
9190         the original From header if present.
9191
9192         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9193         (nnml-save-mail): Use it.
9194
9195         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9196         articles.  Add new argument `silent'.
9197         (gnus-uu-mark-all): Report the total number of marked articles.
9198
9199 2005-09-10  Romain Francoise  <romain@orebokech.com>
9200
9201         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9202         (gnus-uu-mark-series): Likewise.
9203
9204 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9205
9206         * spam-report.el (spam-report-gmane): Fix generation of spam
9207         report URL.
9208
9209 2005-09-10  Simon Josefsson  <jas@extundo.com>
9210
9211         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9212         t, based on discussion on the ding list with Robert Epprecht
9213         <epprecht@solnet.ch>.
9214
9215 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9216
9217         * spam-report.el (spam-report-gmane): Make it work without
9218         X-Report-Spam header.  Gmane now only provides Archived-At.
9219         This is only used if `spam-report-gmane-use-article-number' is nil.
9220         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9221
9222         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9223         make `gnus-summary-sort-by-recipient' work with threading.
9224
9225         * nnweb.el (nnweb-google-wash-article): Print a message if article
9226         is not available.
9227
9228 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9229
9230         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9231         change.  Decode text/* parts content before displaying.
9232
9233 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9236
9237 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9240
9241         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9242         url-package-name, url-package-version,
9243         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9244         w3m-display-inline-images, and w3m-minor-mode-map.
9245
9246 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9247
9248         * message.el (message-tab-body-function): Fix mismatched custom type.
9249
9250         * gnus.el (gnus-group-change-level-function): Ditto.
9251
9252         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9253
9254         * gnus-art.el (gnus-signature-limit)
9255         (gnus-article-mime-part-function): Ditto.
9256
9257 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * mml.el (mml-mode): Silence the byte compiler.
9260
9261         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9262         using `(sit-for 0)' before moving the point to the specified part;
9263         skip unbuttonized parts.
9264         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9265         return to the summary window if gnus-auto-select-part is non-nil.
9266
9267 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9268
9269         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9270         variables.
9271         (mml-dnd-attach-file, mml-mode): Use them.
9272
9273         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9274         Make fetching article by MID work again for Google Groups.  Added
9275         FIXME concerning gnus-group-make-web-group.
9276
9277         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9278         Don't depend on Gnus by using mail-extract-address-components if
9279         gnus-extract-address-components is not bound.
9280
9281 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9282
9283         * gnus-art.el (gnus-mime-display-security): Don't display the
9284         signature, but only the signed part.
9285
9286 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9289
9290         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9291         list, not listp.
9292
9293 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9294
9295         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9296         when encoding.
9297
9298         * mm-bodies.el (mm-decode-content-transfer-encoding):
9299         De-canonicalize CRLF for all text content types, not just
9300         text/plain.
9301
9302 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9305         valid article; point arrow and cursor at the MIME button.
9306
9307 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9310         Suggested by Dan Christensen <jdc@uwo.ca>.
9311
9312         * mm-decode.el (mm-save-part): Enable change of prompt.
9313
9314 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9315
9316         * gnus-msg.el (gnus-inews-add-send-actions): Made
9317         `message-post-method' lambda parameter ARG `&optional'.
9318
9319 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9320
9321         * gnus-sum.el (gnus-summary-mime-map): Added
9322         gnus-article-save-part-and-strip, gnus-article-delete-part and
9323         gnus-article-jump-to-part.
9324
9325         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9326         (gnus-article-edit-part): Use it.
9327         (gnus-article-part-wrapper): Added no-handle argument.
9328         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9329         functions.
9330
9331 2005-08-29  Romain Francoise  <romain@orebokech.com>
9332
9333         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9334         docstring.
9335         (gnus-face-from-file): Likewise.
9336
9337 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9338
9339         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9340         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9341         non-nil.
9342         (gnus-auto-select-part): New variable.
9343         (gnus-article-jump-to-part): New function.
9344         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9345         (gnus-mime-delete-part): Allow selecting specified part after
9346         deleting or stripping parts.
9347         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9348         part if argument is bogus.
9349
9350 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9351
9352         * gnus-art.el (w3m-minor-mode-map):
9353         * gnus-spec.el (gnus-newsrc-file-version):
9354         * gnus-util.el (nnmail-active-file-coding-system)
9355         (gnus-original-article-buffer, gnus-user-agent):
9356         * gnus.el (gnus-ham-process-destinations)
9357         (gnus-parameter-ham-marks-alist)
9358         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9359         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9360         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9361         * mm-decode.el (gnus-current-window-configuration):
9362         * mm-extern.el (gnus-article-mime-handles):
9363         * mm-url.el (url-current-object, url-package-name)
9364         (url-package-version):
9365         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9366         (smime-keys, w3m-cid-retrieve-function-alist)
9367         (w3m-current-buffer, w3m-display-inline-images)
9368         (w3m-minor-mode-map):
9369         * mml-smime.el (gnus-extract-address-components):
9370         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9371         (gnus-newsrc-hashtb, message-default-charset)
9372         (message-deletable-headers, message-options)
9373         (message-posting-charset, message-required-mail-headers)
9374         (message-required-news-headers):
9375         * mml1991.el (mc-pgp-always-sign):
9376         * mml2015.el (mc-pgp-always-sign):
9377         * nnheader.el (nnmail-extra-headers):
9378         * rfc1843.el (gnus-decode-encoded-word-function)
9379         (gnus-decode-header-function, gnus-newsgroup-name):
9380         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9381
9382 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9383
9384         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9385         the end of the date treatments.
9386
9387 2005-08-15  Simon Josefsson  <jas@extundo.com>
9388
9389         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9390         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9391         Capello and Romain Francoise.
9392         (pgg-fetch-key-function): Removed, not used?
9393         (pgg-insert-url-with-w3): Require url, to get
9394         url-insert-file-contents regardless of where it is defined.
9395
9396 2005-08-13  Romain Francoise  <romain@orebokech.com>
9397
9398         * message.el (message-cite-original-1): New function.
9399         (message-cite-original): Use it.
9400         (message-cite-original-without-signature): Ditto.
9401
9402 2005-08-08  Romain Francoise  <romain@orebokech.com>
9403
9404         * message.el (message-yank-empty-prefix): New variable.
9405         (message-indent-citation): Use it.
9406         (message-cite-original-without-signature): Respect X-No-Archive.
9407
9408 2005-08-08  Simon Josefsson  <jas@extundo.com>
9409
9410         * pgg.el: Autoload url-insert-file-contents instead of loading
9411         w3/url.
9412         (pgg-insert-url-with-w3): Don't load url here.
9413
9414 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9415
9416         * message.el (message-kill-to-signature): Don't insert newline at
9417         bol.
9418         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9419
9420 2005-08-06  Romain Francoise  <romain@orebokech.com>
9421
9422         * message.el (message-user-fqdn): Fix typo in docstring.
9423
9424 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9425
9426         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9427
9428         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9429
9430 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * mm-bodies.el (mm-encode-body): Use coding system rather than
9433         charset to encode text.
9434
9435         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9436         number of charsets if utf-8 is available (XEmacs).
9437
9438 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9439
9440         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9441         taken from `gnus-button-mid-or-mail-regexp'.
9442         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9443         (gnus-button-alist): Improve regexp for domain part of the MIDs
9444         for news:localpart@domain buttons.
9445         (gnus-button-ctan-directory-regexp): Update.
9446
9447 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * sieve-manage.el (sieve-manage-interactive-login): Use
9450         make-local-variable rather than make-variable-buffer-local.
9451         (sieve-manage-open): Ditto.
9452         (sieve-manage-authenticate): Ditto.
9453
9454         * mml.el (mml-generate-mime-1): Make the content type default to
9455         text/plain if the filename is not specified.
9456
9457 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9460         instead of insert-buffer.
9461
9462         * message.el (message-yank-original): Ditto; set the mark at the
9463         end of the yanked message.
9464
9465 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9468         lines to scroll rather than to stop it.
9469
9470         * mml.el (mml-generate-default-type): Add doc string.
9471         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9472         default to application/octet-stream when determining the content
9473         type if it is not specified for the part or the mml contents; add
9474         a comment about mml-generate-default-type.
9475
9476 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9479         make it default to application/octet-stream when determining the
9480         content type if it is not specified for the external contents.
9481
9482 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9483
9484         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9485         segmented parameter but also other parameters might be there.
9486
9487 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * mm-decode.el (mm-display-external): Delete temp file, directory
9490         and buffer immediately if the external process is exited.
9491
9492 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9495         fewer lines than that of scroll-margin.
9496         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9497
9498 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9499
9500         * gnus-art.el (gnus-article-next-page): Revert.
9501         (gnus-article-beginning-of-window): New macro.
9502         (gnus-article-next-page-1): Use it.
9503         (gnus-article-prev-page): Ditto.
9504         (gnus-article-edit-part): Use insert-buffer-substring instead of
9505         insert-buffer.
9506         (gnus-article-edit-exit): Ditto.
9507
9508         * gnus-util.el (gnus-beginning-of-window): Remove.
9509         (gnus-end-of-window): Remove.
9510
9511         * lpath.el: Don't bind header-line-format and scroll-margin.
9512
9513 2005-07-25  Simon Josefsson  <jas@extundo.com>
9514
9515         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9516         to have the url package without w3.  Reported by Daiki Ueno
9517         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9518
9519 2005-07-20  Didier Verna  <didier@xemacs.org>
9520
9521         * gnus-diary.el: Remove the description comment (nndiary is now
9522         properly documented in the Gnus manual).
9523         Fix the spelling of "Back End".
9524         * nndiary.el: Ditto.
9525         Fix the copyright notice.
9526
9527 2005-07-18  Romain Francoise  <romain@orebokech.com>
9528
9529         * gnus-sum.el (gnus-summary-to-prefix)
9530         (gnus-summary-newsgroup-prefix): New variables.
9531         (gnus-summary-from-or-to-or-newsgroups): Use them.
9532
9533 2005-07-17  Romain Francoise  <romain@orebokech.com>
9534
9535         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9536         space as it's generally not especially interesting to the user.
9537
9538 2005-07-16  Romain Francoise  <romain@orebokech.com>
9539
9540         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9541         nil to avoid prompting and file modification if one of the
9542         messages at the top of the nnfolder file contains a copyright
9543         notice.
9544         Update copyright notice.
9545
9546         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9547         instead of `current-time-string' as the latter creates a time
9548         string that is not RFC 2822 compliant (it lacks the zone).
9549         Update copyright notice.
9550
9551 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9552
9553         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9554         for text/rtf.  Display default in prompt.  Pass default for M-n.
9555
9556         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9557
9558 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9559
9560         * gnus-msg.el (gnus-button-mailto): Remove
9561         save-selected-window-window hackery because it relies on
9562         save-selected-window internals.
9563
9564 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9567         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9568         (gnus-article-prev-page): Ditto.
9569
9570         * gnus-util.el (gnus-beginning-of-window): New function.
9571         (gnus-end-of-window): New function.
9572
9573         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9574
9575 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9576
9577         * gnus-score.el (gnus-score-edit-all-score): Set
9578         gnus-score-edit-exit-function to gnus-score-edit-done and call
9579         gnus-message.
9580
9581 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9582
9583         * gnus-msg.el (gnus-button-mailto): Remove
9584         save-selected-window-window hackery because it relies on
9585         save-selected-window internals.
9586
9587 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9590         add-minor-mode.
9591         (gnus-binary-mode): Ditto.
9592
9593         * gnus-topic.el (gnus-topic-mode): Ditto.
9594
9595 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9596
9597         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9598         (gnus-article-prev-page): Take scroll-margin into consideration.
9599
9600 2005-07-04  Lute Kamstra  <lute@gnu.org>
9601
9602         Update FSF's address in GPL notices.
9603
9604 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9605
9606         * gnus.el (gnus-exit):
9607         * gnus-group.el (gnus-group-icons):
9608         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9609
9610         * gnus-nocem.el (gnus-nocem):
9611         * message.el (message-various, message-buffers, message-sending)
9612         (message-interface, message-forwarding, message-insertion)
9613         (message-headers, message-news, message-mail):
9614         * pgg-gpg.el (pgg-gpg):
9615         * pgg-parse.el (pgg-parse):
9616         * pgg-pgp.el (pgg-pgp):
9617         * pgg-pgp5.el (pgg-pgp5):
9618         * pop3.el (pop3): Finish `defgroup' description with period.
9619
9620 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * gnus-art.el (article-display-face): Improve the efficiency.
9623         (article-display-x-face): Ditto; remove grey x-face stuff.
9624
9625 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9626
9627         * gnus-art.el (article-display-face): Correct the position in
9628         which Faces are inserted.
9629
9630 2005-06-29  Didier Verna  <didier@xemacs.org>
9631
9632         * gnus-art.el (article-display-face): Display faces in correct
9633         order.
9634
9635 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9638         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9639         (gnus-nocem-check-article): Fetch the Type header.
9640         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9641         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9642         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9643         make sure gnus-nocem-hashtb is initialized.
9644         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9645         (gnus-nocem-unwanted-article-p): Ditto.
9646
9647         * pgg.el (pgg-verify): Return the verification result.
9648
9649 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9650
9651         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9652         is ascii.
9653
9654 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9655
9656         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9657         `show-nonbreak-escape'.
9658
9659 2005-06-23  Lute Kamstra  <lute@gnu.org>
9660
9661         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9662
9663         * dig.el (dig-mode):
9664         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9665
9666 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9667
9668         * nnimap.el (nnimap-split-download-body): Fix spellings.
9669
9670 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9671
9672         * gnus-art.el (gnus-article-encrypt-body):
9673         * gnus-cus.el (gnus-score-customize):
9674         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9675         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9676
9677 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9678
9679         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9680         header by looking for magic "MII" at the beginnig.
9681
9682 2005-06-16  Miles Bader  <miles@gnu.org>
9683
9684         * gnus-xmas.el (gnus-xmas-group-startup-message):
9685         Use renamed gnus-splash face.
9686
9687         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9688         (assistant-field-face): New backward-compatibility alias for renamed
9689         face.
9690         (assistant-render-text): Use renamed assistant-field face.
9691
9692         * spam.el (spam): Remove "-face" suffix from face name.
9693         (spam-face): New backward-compatibility alias for renamed face.
9694         (spam-face, spam-initialize): Use renamed spam face.
9695
9696         * message.el (message-header-to, message-header-cc)
9697         (message-header-subject, message-header-newsgroups)
9698         (message-header-other, message-header-name)
9699         (message-header-xheader, message-separator, message-cited-text)
9700         (message-mml): Remove "-face" suffix from face names.
9701         (message-header-to-face, message-header-cc-face)
9702         (message-header-subject-face, message-header-newsgroups-face)
9703         (message-header-other-face, message-header-name-face)
9704         (message-header-xheader-face, message-separator-face)
9705         (message-cited-text-face, message-mml-face):
9706         New backward-compatibility aliases for renamed faces.
9707         (message-font-lock-keywords): Use renamed message faces.
9708
9709         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9710         (sieve-test-commands, sieve-tagged-arguments):
9711         Remove "-face" suffix from face names.
9712         (sieve-control-commands-face, sieve-action-commands-face)
9713         (sieve-test-commands-face, sieve-tagged-arguments-face):
9714         New backward-compatibility aliases for renamed faces.
9715         (sieve-control-commands-face, sieve-action-commands-face)
9716         (sieve-test-commands-face, sieve-tagged-arguments-face):
9717         Use renamed sieve faces.
9718
9719         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9720         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9721         (gnus-group-news-3-empty, gnus-group-news-4)
9722         (gnus-group-news-4-empty, gnus-group-news-5)
9723         (gnus-group-news-5-empty, gnus-group-news-6)
9724         (gnus-group-news-6-empty, gnus-group-news-low)
9725         (gnus-group-news-low-empty, gnus-group-mail-1)
9726         (gnus-group-mail-1-empty, gnus-group-mail-2)
9727         (gnus-group-mail-2-empty, gnus-group-mail-3)
9728         (gnus-group-mail-3-empty, gnus-group-mail-low)
9729         (gnus-group-mail-low-empty, gnus-summary-selected)
9730         (gnus-summary-cancelled, gnus-summary-high-ticked)
9731         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9732         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9733         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9734         (gnus-summary-low-undownloaded)
9735         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9736         (gnus-summary-low-unread, gnus-summary-normal-unread)
9737         (gnus-summary-high-read, gnus-summary-low-read)
9738         (gnus-summary-normal-read, gnus-splash):
9739         Remove "-face" suffix from face names.
9740         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9741         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9742         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9743         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9744         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9745         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9746         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9747         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9748         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9749         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9750         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9751         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9752         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9753         (gnus-summary-normal-ticked-face)
9754         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9755         (gnus-summary-normal-ancient-face)
9756         (gnus-summary-high-undownloaded-face)
9757         (gnus-summary-low-undownloaded-face)
9758         (gnus-summary-normal-undownloaded-face)
9759         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9760         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9761         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9762         (gnus-splash-face):
9763         New backward-compatibility aliases for renamed faces.
9764         (gnus-group-startup-message): Use renamed gnus faces.
9765
9766         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9767         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9768         (gnus-server-agent): Remove "-face" suffix from face names.
9769         (gnus-server-agent-face, gnus-server-opened-face)
9770         (gnus-server-closed-face, gnus-server-denied-face)
9771         (gnus-server-offline-face):
9772         New backward-compatibility aliases for renamed faces.
9773         (gnus-server-agent-face, gnus-server-opened-face)
9774         (gnus-server-closed-face, gnus-server-denied-face)
9775         (gnus-server-offline-face): Use renamed gnus faces.
9776
9777         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9778         Remove "-face" suffix from face names.
9779         (gnus-picon-xbm-face, gnus-picon-face):
9780         New backward-compatibility aliases for renamed faces.
9781
9782         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9783         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9784         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9785         (gnus-cite-11): Remove "-face" suffix from face names.
9786         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9787         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9788         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9789         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9790         New backward-compatibility aliases for renamed faces.
9791         (gnus-cite-attribution-face, gnus-cite-face-list)
9792         (gnus-article-boring-faces): Use renamed gnus faces.
9793
9794         * gnus-art.el (gnus-signature, gnus-header-from)
9795         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9796         (gnus-header-content): Remove "-face" suffix from face names.
9797         (gnus-signature-face, gnus-header-from-face)
9798         (gnus-header-subject-face, gnus-header-newsgroups-face)
9799         (gnus-header-name-face, gnus-header-content-face):
9800         New backward-compatibility aliases for renamed faces.
9801         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9802
9803         * gnus-sum.el (gnus-summary-selected-face)
9804         (gnus-summary-highlight): Use renamed gnus faces.
9805         * gnus-group.el (gnus-group-highlight): Likewise.
9806
9807 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9808
9809         * gnus-sieve.el (gnus-sieve-article-add-rule):
9810         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9811         * spam-stat.el (spam-stat-buffer-change-to-spam)
9812         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9813
9814         * message.el (message-is-yours-p):
9815         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9816
9817 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * mm-view.el (mm-inline-text): Withdraw the last change.
9820
9821 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9824         executing enriched-decode.
9825
9826 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9829         charset of tar files.
9830
9831 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9832
9833         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9834
9835 2005-06-04  Lute Kamstra  <lute@gnu.org>
9836
9837         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9838         information is never recorded.
9839
9840 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9841
9842         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9843
9844 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9845
9846         * pop3.el (pop3-apop): Run md5 in the binary mode.
9847
9848         * starttls.el (starttls-set-process-query-on-exit-flag):
9849         Use eval-and-compile.
9850
9851 2005-05-31  Simon Josefsson  <jas@extundo.com>
9852
9853         * smime.el (smime-replace-in-string): Define.
9854         (smime-cert-by-ldap-1): Use it.
9855
9856 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * gnus-art.el (article-display-x-face): Replace
9859         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9860
9861         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9862         set-process-query-on-exit-flag or process-kill-without-query.
9863
9864         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9865         loop instead of replace-regexp.
9866
9867         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9868         instead of process-kill-without-query if it is available.
9869
9870         * lpath.el: Fbind ldap-search-entries.
9871
9872         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9873         instead of find-file-hooks if it is available.
9874
9875         * mml1991.el: Bind pgg-default-user-id when compiling.
9876
9877         * mml2015.el: Bind pgg-default-user-id when compiling.
9878
9879         * nndraft.el (nndraft-request-associate-buffer):
9880         Use write-contents-functions instead of write-contents-hooks if it is
9881         available.
9882
9883         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9884         instead of find-file-hooks if it is available.
9885
9886         * nntp.el (nntp-open-connection): Replace
9887         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9888         (nntp-open-ssl-stream): Ditto.
9889         (nntp-open-tls-stream): Ditto.
9890
9891         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9892         set-process-query-on-exit-flag or process-kill-without-query.
9893         (starttls-open-stream-gnutls): Use it instead of
9894         process-kill-without-query.
9895         (starttls-open-stream): Ditto.
9896
9897 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9898
9899         * smime.el (smime-cert-by-ldap-1): Don't use
9900         replace-regexp-in-string.
9901
9902 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9903
9904         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9905
9906         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9907         in PEM format.  Adjust to the XEmacs compability.
9908
9909 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9910
9911         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9912         by `string-to-number'.
9913         * gnus-agent.el (gnus-agent-regenerate-group)
9914         (gnus-agent-fetch-articles): Ditto.
9915         * gnus-art.el (gnus-button-fetch-group): Ditto.
9916         * gnus-cache.el (gnus-cache-generate-active)
9917         (gnus-cache-articles-in-group): Ditto.
9918         * gnus-group.el (gnus-group-set-current-level)
9919         (gnus-group-insert-group-line): Ditto.
9920         * gnus-score.el (gnus-score-set-expunge-below)
9921         (gnus-score-set-mark-below, gnus-summary-score-effect)
9922         (gnus-summary-score-entry): Ditto.
9923         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9924         (gnus-soup-pack): Ditto.
9925         * gnus-spec.el (gnus-xmas-format): Ditto.
9926         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9927         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9928         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9929         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9930         * nndb.el (nndb-get-remote-expire-response): Ditto.
9931         * nndiary.el (nndiary-parse-schedule-value)
9932         (nndiary-string-to-number, nndiary-request-replace-article)
9933         (nndiary-request-article): Ditto.
9934         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9935         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9936         * nneething.el (nneething-make-head): Ditto.
9937         * nnfolder.el (nnfolder-request-article)
9938         (nnfolder-retrieve-headers): Ditto.
9939         * nnheader.el (nnheader-file-to-number): Ditto.
9940         * nnkiboze.el (nnkiboze-request-article): Ditto.
9941         * nnmail.el (nnmail-process-unix-mail-format)
9942         (nnmail-process-babyl-mail-format): Ditto.
9943         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9944         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9945         (nnmh-request-create-group, nnmh-request-list-1)
9946         (nnmh-request-group, nnmh-request-article): Ditto.
9947         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9948         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9949         * nnsoup.el (nnsoup-make-active): Ditto.
9950         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9951         * nntp.el (nntp-find-group-and-number)
9952         (nntp-retrieve-headers-with-xover): Ditto.
9953         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9954         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9955         (pgg-format-key-identifier): Ditto.
9956         * pop3.el (pop3-last, pop3-stat): Ditto.
9957         * qp.el (quoted-printable-decode-region): Ditto.
9958
9959         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9960         of concat.
9961
9962 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9965
9966         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9967
9968         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9969
9970         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9971
9972         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9973
9974         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9975
9976         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9977         (gnus-carpal-mode): Ditto.
9978
9979         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9980         (gnus-browse-mode): Ditto.
9981
9982         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9983
9984         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9985
9986 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9987
9988         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9989
9990 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * gnus-util.el (gnus-run-mode-hooks): New function.
9993
9994         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9995
9996         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
9997         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
9998
9999 2005-05-27  Lute Kamstra  <lute@gnu.org>
10000
10001         * dns-mode.el (dns-mode): Specify customization group.
10002
10003 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10004
10005         * gnus-agent.el (gnus-agent-make-mode-line-string):
10006         Use mode-line-highlight as mouse-face.
10007
10008 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * canlock.el (canlock): Change the parent group to news.
10011
10012         * deuglify.el (gnus-outlook-deuglify): Add :group.
10013
10014         * dig.el (dig): Add :group.
10015
10016         * dns-mode.el (dns-mode): Add :group.
10017
10018         * encrypt.el (encrypt): Add :group.
10019
10020         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10021         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10022         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10023         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10024         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10025
10026         * gnus-diary.el (gnus-diary): Add :group.
10027
10028         * gnus.el (gnus-group-news-1-face): Add :group.
10029         (gnus-group-news-1-empty-face): Ditto.
10030         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10031         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10032         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10033         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10034         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10035         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10036         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10037         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10038         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10039         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10040         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10041         (gnus-summary-high-ticked-face): Ditto.
10042         (gnus-summary-low-ticked-face): Ditto.
10043         (gnus-summary-normal-ticked-face): Ditto.
10044         (gnus-summary-high-ancient-face): Ditto.
10045         (gnus-summary-low-ancient-face): Ditto.
10046         (gnus-summary-normal-ancient-face): Ditto.
10047         (gnus-summary-high-undownloaded-face): Ditto.
10048         (gnus-summary-low-undownloaded-face): Ditto.
10049         (gnus-summary-normal-undownloaded-face): Ditto.
10050         (gnus-summary-high-unread-face): Ditto.
10051         (gnus-summary-low-unread-face): Ditto.
10052         (gnus-summary-normal-unread-face): Ditto.
10053         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10054         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10055
10056         * hashcash.el (hashcash): New custom group.
10057         (hashcash-default-payment): Add :group.
10058         (hashcash-payment-alist): Ditto.
10059         (hashcash-default-accept-payment): Ditto.
10060         (hashcash-accept-resources): Ditto.
10061         (hashcash-path): Ditto.
10062         (hashcash-extra-generate-parameters): Ditto.
10063         (hashcash-double-spend-database): Ditto.
10064         (hashcash-in-news): Ditto.
10065
10066         * message.el (message-minibuffer-local-map): Add :group.
10067
10068         * netrc.el (netrc): Add :group.
10069
10070         * sieve-manage.el (sieve-manage-log): Add :group.
10071         (sieve-manage-default-user): Diito.
10072         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10073         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10074         (sieve-manage-authenticators): Ditto.
10075         (sieve-manage-authenticator-alist): Ditto.
10076         (sieve-manage-default-port): Ditto.
10077
10078         * sieve-mode.el (sieve-control-commands-face): Add :group.
10079         (sieve-action-commands-face): Ditto.
10080         (sieve-test-commands-face): Ditto.
10081         (sieve-tagged-arguments-face): Ditto.
10082
10083         * smime.el (smime): Add :group.
10084
10085         * spam-report.el (spam-report): Add :group.
10086
10087         * spam.el (spam, spam-face): Add :group.
10088
10089 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10090
10091         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10092         return \n.\n.\n at the end of articles.  Protect against that.
10093         (nntp-with-open-group): Allow debugging.
10094
10095         * nnheader.el (mail-header-set-extra): Make into a function
10096         because I just could't understand how to quote the list properly.
10097
10098         * dns.el (query-dns-cached): New function.
10099
10100 2005-05-26  Lute Kamstra  <lute@gnu.org>
10101
10102         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10103
10104 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10107
10108         * gnus-art.el: Don't autoload mail-extract-address-components.
10109
10110         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10111         eval-and-compile to evaluate it.
10112
10113         * hashcash.el: Don't autoload executable-find.
10114
10115         * nndb.el: Don't declare the nndb back end two or more times; don't
10116         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10117
10118         * nntp.el: Autoload format-spec instead of format; use
10119         eval-and-compile to evaluate autoload forms.
10120
10121 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10122
10123         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10124
10125 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10126
10127         * gnus.el (gnus-version-number): Bump version.
10128
10129 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10130
10131         * gnus.el: No Gnus v0.3 is released.
10132
10133 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10134
10135         * lpath.el (featurep): Bind show-nonbreak-escape.
10136
10137 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * gnus-art.el (gnus-article-edit-part): Disable undo.
10140
10141 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10142
10143         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10144         gnus-article-date-lapsed-new-header is t if date timer is active;
10145         skip headers in which the original date value is empty.
10146         (gnus-article-save-original-date): Redefine it as a macro.
10147         (gnus-display-mime): Use it.
10148
10149 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * gnus-art.el (article-date-ut): Support converting date in
10152         forwarded parts as well.
10153         (gnus-article-save-original-date): New function.
10154         (gnus-display-mime): Use it.
10155
10156 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10157
10158         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10159         enclosure element of <item>.
10160
10161 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * message.el (message-kill-buffer-query): Renamed from
10164         `message-kill-buffer-query-if-modified'.  Added :version.
10165
10166 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10169         window layout.
10170
10171 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * mml.el: Autoload dnd when compiling.
10174
10175 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10176
10177         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10178         x-dnd-*.
10179
10180 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * qp.el (quoted-printable-encode-region): Save excursion.
10183
10184 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10185
10186         * message.el (message-kill-buffer-query-if-modified): Add new variable
10187         so the user can kill a modified message buffer quickly.
10188         (message-kill-buffer): Use it.
10189
10190 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * lpath.el: Fbind display-time-event-handler; don't fbind
10193         string-to-multibyte.
10194
10195         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10196
10197 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10200         contained in text because xml.el decodes entities) with LFs.
10201
10202 2005-04-11  Lute Kamstra  <lute@gnu.org>
10203
10204         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10205         differently.
10206
10207 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10208
10209         * mm-util.el (mm-detect-coding-region): Typo.
10210
10211 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10214
10215 2005-04-06  Deepak Goel  <deego@gnufans.org>
10216
10217         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10218         user-function allow user modifications of the scores.
10219         (spam-stat-score-buffer-user): New function, to allow
10220         user-computed modifications to the score.
10221         (spam-stat-score-buffer-user-functions): List of additional
10222         scoring functions.
10223         (spam-stat-error-holder): Global temporary error holder.
10224         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10225         variable.
10226
10227 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10228
10229         * gnus-registry.el (gnus-registry-clean-empty-function)
10230         (gnus-registry-trim, gnus-registry-fetch-groups)
10231         (gnus-registry-delete-group): Groups that match
10232         `gnus-registry-ignored-groups' are removed from the registry
10233         entries, not just ignored for splitting.  This helps clean up the
10234         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10235         to get all the groups a message ID is in.
10236
10237         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10238         (spam-stat-split-fancy): Change "threshhold" to "threshold"
10239         (spam-stat-score-buffer-user-functions): Add :number custom type.
10240
10241 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10244         argument in XEmacs.
10245
10246         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10247         (nnrss-request-group): Decode group name first.
10248         (nnrss-request-article): Make a text/plain article if mml-to-mime
10249         failed.
10250         (nnrss-get-encoding): Return a compatible encoding according to
10251         nnrss-compatible-encoding-alist.
10252         (nnrss-find-el): Use consp instead of listp.
10253         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10254
10255 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10258         which Emacs 20 doesn't support.
10259         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10260
10261 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10262
10263         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10264         silence the byte compiler inside the defun.
10265
10266         * gnus-demon.el (parse-time-string): Add autoload.
10267
10268         * gnus-delay.el (parse-time-string): Add autoload.
10269
10270         * gnus-art.el (parse-time-string): Add autoload.
10271
10272         * nnultimate.el (parse-time): Require for `parse-time-string'.
10273
10274 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10275
10276         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10277
10278         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10279
10280         * smime.el (smime-ldap-host-list): Add :version.
10281
10282 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10283
10284         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10285         pass it to `gnus-browse-read-group'.
10286         (gnus-browse-read-group): Add NUMBER argument and pass it to
10287         `gnus-group-read-ephemeral-group'.
10288
10289         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10290         argument and pass it to `gnus-group-read-group'.
10291
10292 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10293
10294         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10295         mm-xemacs-find-mime-charset-1 if we have the mule feature
10296         available at runtime.
10297
10298 2005-03-25  Werner Lemberg  <wl@gnu.org>
10299
10300         * nnmaildir.el: Replace `illegal' with `invalid'.
10301
10302 2005-03-23  Lute Kamstra  <lute@gnu.org>
10303
10304         * time-date.el: Add comment on time value formats.
10305         Don't require parse-time.
10306         (with-decoded-time-value): New macro.
10307         (encode-time-value): New function.
10308         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10309         (days-to-time): Return a valid time value when arg is huge.
10310         (time-since): Use time-subtract.
10311         (time-to-number-of-days): Use time-to-seconds.
10312
10313 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10314
10315         * gnus-start.el (gnus-display-time-event-handler):
10316         Check display-time-timer at runtime rather than only at load time
10317         in case display-time-mode is turned off in the mean time.
10318
10319 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10320
10321         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10322         used.
10323
10324         * nneething.el (nneething-map-file-directory): Derive from
10325         `gnus-directory'.
10326
10327         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10328         the To/Cc button.
10329
10330 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10331
10332         * nnmaildir.el (nnmaildir-request-accept-article):
10333         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10334
10335 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10336
10337         * gnus-async.el: Require timer-funcs at compile time when in
10338         XEmacs for `run-with-idle-timer'.
10339
10340 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10341
10342         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10343         autoloaded function.
10344
10345 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10346
10347         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10348
10349 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10350
10351         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10352
10353 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10354
10355         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10356         gnus-expert-user to default.
10357
10358 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10359
10360         * nnimap.el (nnimap-open-server): Ditto.
10361
10362         * imap.el (imap-authenticate): Fix typo.
10363
10364 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10365
10366         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10367         buffer (since IMAP server might return FETCH response out of
10368         order, and the nntp buffer must be sorted).
10369
10370 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10371
10372         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10373         comparison on string.
10374
10375         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10376         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10377         (gnus-agent-summary-fetch-series): Modified to protect against
10378         gnus-agent-summary-fetch-group clearing processable flags.
10379         (gnus-agent-synchronize-group-flags): Update live group buffer as
10380         synchronization may occur due to the user toggle the plugged
10381         status.
10382         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10383         successfully downloaded.
10384         (gnus-agent-expire-group-1): Avoid using markers when the overview
10385         is in ascending order; greatly improves performance.
10386         (gnus-agent-regenerate-group): Use
10387         gnus-agent-synchronize-group-flags to reset read status in both
10388         gnus and server.
10389         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10390
10391 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10392
10393         * message.el: Don't autoload former message-utils variables.
10394         (message-strip-subject-trailing-was): Change doc string.
10395
10396         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10397         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10398         (nnweb-google-search): Add "hl=en" here.
10399         (nnweb-google-parse-1, nnweb-google-create-mapping):
10400         Don't hardcode URL.
10401
10402 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10403
10404         * message.el (message-get-reply-headers, message-followup):
10405         Mention related variables `message-use-followup-to' and
10406         `message-use-mail-followup-to', in the information buffer.
10407
10408         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10409         of broken groups(-beta).google.com.
10410
10411 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10412
10413         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10414         parameter to invoked gnus-request-move-article; remove the
10415         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10416         all at once instead of once per article.
10417         (gnus-summary-remove-process-mark): Accept a list of articles as
10418         well as a single article for processing.
10419
10420         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10421         parameter.
10422
10423         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10424
10425         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10426
10427         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10428         parameter.
10429
10430         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10431         parameter.
10432
10433         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10434         parameter and remove the gnus-sum-hint-move-is-internal variable.
10435
10436         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10437         parameter.
10438
10439         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10440         parameter.
10441
10442         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10443         parameter.
10444
10445         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10446
10447         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10448         parameter.
10449
10450         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10451         parameter.
10452
10453 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10454
10455         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10456         a more conservative way.
10457
10458 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10459
10460         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10461         buffer, so it moves the window's cursor.
10462
10463 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10464
10465         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10466         `mm-dissect-multipart' and receive the from field as an (optional)
10467         argument from `mm-dissect-multipart'.
10468         (mm-dissect-multipart): Receive the from field as an argument and
10469         pass it on when we call `mm-dissect-buffer' on MIME parts.
10470         Fixes verification/decryption of signed/encrypted MIME parts.
10471
10472 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10473
10474         * gnus-sum.el (gnus-summary-move-article): Set
10475         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10476         whatever it calls (right now, only nnimap-request-move article
10477         respects it).
10478
10479         * nnimap.el (nnimap-request-move-article): When
10480         gnus-sum-hint-move-is-internal is set, don't do the extra
10481         nnimap-request-article.
10482
10483 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10484
10485         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10486
10487         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10488         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10489
10490         * gnus-sum.el (gnus-summary-caesar-message):
10491         Apply `gnus-treat-article' after rotation.
10492
10493         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10494         doc string.
10495
10496 2005-02-22  Simon Josefsson  <jas@extundo.com>
10497
10498         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10499         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10500         <arne@arnested.dk>.
10501         (encrypt): Add password-cache and password-cache-expiry as group
10502         members.
10503
10504 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10505
10506         * smime.el (smime-ldap-host-list): Doc fix.
10507         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10508         cache) password.
10509         (smime-sign-region): Use it.
10510         (smime-decrypt-region): Use it.
10511         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10512         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10513         fails.
10514         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10515         certificate from DER to PEM format rather than calling openssl.
10516
10517         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10518
10519         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10520         for signing/encryption.
10521
10522         * mml.el (mml-parse-1): Use them.
10523
10524 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10525
10526         * nnrss.el (nnrss-verbose): Removed.
10527         (nnrss-request-group): Use `nnheader-message' instead.
10528
10529 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10530
10531         * nnrss.el (nnrss-verbose): New variable.
10532         (nnrss-request-group): Make it say nnrss is requesting a group.
10533
10534 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10535
10536         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10537         Handle news URL with given port correctly.
10538
10539 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10540
10541         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10542         containing special characters.
10543
10544         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10545
10546         * mml.el (mime-to-mml): Ditto.
10547
10548         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10549         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10550         (rfc2047-decode-region): Quote decoded words containing special
10551         characters when rfc2047-quote-decoded-words-containing-tspecials
10552         is non-nil.
10553
10554 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10555
10556         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10557
10558         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10559
10560 2005-02-15  Simon Josefsson  <jas@extundo.com>
10561
10562         * nnimap.el (nnimap-debug): Doc fix.
10563
10564         * imap.el (imap-debug): Doc fix.
10565
10566 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10569
10570 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10571
10572         * gnus.el (spam-contents): Improve docs for spam-contents
10573         parameter in its variable incarnation.
10574
10575 2005-02-14  Simon Josefsson  <jas@extundo.com>
10576
10577         * smime-ldap.el: Use require instead of load-library for ldap.
10578         (smime-ldap-search): Indent.
10579         (smime-ldap-search-internal): Shorten line.
10580
10581         * smime.el (smime-cert-by-dns): Add doc-string.
10582         (smime-cert-by-ldap-1): Indent.
10583
10584         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10585         mml-smime-get-dns-ldap.
10586         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10587
10588 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10589
10590         * smime.el: Require smime-ldap.
10591         (smime-ldap-host-list): New variable.
10592         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10593
10594         * mml-smime.el (mml-smime-encrypt-query): New function.
10595         (mml-smime-encrypt-query): Use it.
10596
10597         * smime-ldap.el: New file.
10598
10599 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10602
10603 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10604
10605         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10606         argument in doc string.  Make query for type more clear.
10607
10608 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10609
10610         * gnus.el (gnus-group-startup-message): Search for gnus images in
10611         etc/images/gnus.
10612         * mm-util.el (mm-image-load-path): Likewise.
10613         * smiley.el (smiley-data-directory): Search for smilies in
10614         etc/images/smilies.
10615
10616 2005-02-09  Kim F. Storm  <storm@cua.dk>
10617
10618         Change Emacs release version from 21.4 to 22.1 throughout.
10619         Change Emacs development version from 21.3.50 to 22.0.50.
10620
10621 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10622
10623         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10624
10625         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10626         non-Mule XEmacs as well.
10627         (mm-decompress-buffer): Signal an error intentionally if it does
10628         not decompress compressed data because auto-compression-mode is
10629         disabled.
10630
10631 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10632
10633         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10634         an ID in the registry even if it has no groups.
10635
10636 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10639         merge it into mm-decompress-buffer.
10640         (gnus-mime-copy-part): Use the MIME part charset, the value which
10641         a user specified or gnus-newsgroup-charset for decoding, like
10642         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10643         save-buffer what was used.  Suggested by Kevin Ryde
10644         <user42@zip.com.au>.
10645         (gnus-mime-inline-part): Allow the name parameter as well as the
10646         filename parameter; force decompressing of compressed data; always
10647         display contents being not decoded as unibyte.
10648
10649         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10650         as well as the filename parameter.
10651
10652         * mm-util.el (mm-decompress-buffer): Merge
10653         gnus-mime-jka-compr-maybe-uncompress.
10654         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10655         of compressed data.
10656
10657 2005-02-08  Simon Josefsson  <jas@extundo.com>
10658
10659         * imap.el (imap-log): Doc fix.
10660
10661 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10664         the coding cookies; decompress compressed parts.
10665
10666         * mml.el (mml-generate-mime-1): Add the charset parameter according
10667         to the value which a user specified manually or the coding cookie.
10668
10669         * mm-util.el (mm-string-to-multibyte): New function.
10670         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10671         (mm-coding-system-to-mime-charset): New function.
10672         (mm-decompress-buffer): New function.
10673         (mm-find-buffer-file-coding-system): New function.
10674
10675         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10676         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10677         parts.
10678
10679 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10680
10681         * mm-view.el (mm-display-inline-fontify): Decode a part according
10682         to the charset parameter.
10683
10684 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10687         prefix arg is neither nil nor a number, as info specifies.
10688
10689 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10692         timestamps.
10693
10694 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10695
10696         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10697         groups error checking and notify user.
10698
10699 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10700
10701         * message.el (message-send-mail-function): Check existence of
10702         sendmail-program first before using default value
10703         `message-send-mail-with-sendmail'.  Otherwise use more generic
10704         `smtpmail-send-it'.
10705
10706 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10707
10708         * nntp.el (nntp-request-update-info): Always return nil.
10709
10710 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10711
10712         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10713
10714 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10715
10716         * message.el (message-beginning-of-line): Change the behavior when
10717         invoked between BOL and : so that it first moves backward.
10718
10719 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10720
10721         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10722         article buffer when editing of the article is discarded.
10723         (gnus-article-prepare): Revert.
10724
10725 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10726
10727         * gnus-art.el (gnus-article-prepare):
10728         Remove message-strip-forbidden-properties from the local hook.
10729
10730 2005-01-27  Simon Josefsson  <jas@extundo.com>
10731
10732         * password.el (password-cache-add): Only start one timer per key.
10733         Reported by Derek Atkins <warlord@MIT.EDU>.
10734
10735 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10736
10737         * run-at-time.el: Removed.  It is no longer needed as
10738         timer-funcs.el in the xemacs-base package has a working version of
10739         `run-at-time'.
10740
10741         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10742
10743         * password.el: Require timer-funcs instead of run-at-time in
10744         XEmacs.
10745         Remove `password-run-at-time' macro.
10746         (password-cache-add): Use `run-at-time' instead of
10747         `password-run-at-time'.
10748
10749         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10750         Remove `nnheader-cancel-function-timers' alias,
10751         `cancel-function-timers' exists in XEmacs in timer-funcs.
10752
10753         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10754         for `run-with-idle-timer'.
10755
10756         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10757         for `run-at-time'.
10758
10759         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10760         for `with-timeout'.
10761
10762         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10763         the same as for XEmacs 21.4.
10764         No need to ignore `run-with-idle-timer', this function exists in
10765         XEmacs now in timer-funcs.el in the xemacs-base package.
10766         (dgnushack-compile): No need to delete
10767         run-at-time.el from the list of files to compile because it
10768         doesn't exist anymore.
10769
10770 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10773         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10774
10775 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10776
10777         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10778         sensitively.
10779
10780 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10781
10782         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10783
10784 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10787         which will be inserted according to the multibyteness of a buffer
10788         rather than the type of contents.  Suggested by ARISAWA Akihiro
10789         <ari@mbf.ocn.ne.jp>.
10790
10791         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10792         of string which old xml.el may return rather than a string.
10793
10794 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10795
10796         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10797
10798 2005-01-16  Simon Josefsson  <jas@extundo.com>
10799
10800         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10801         idn/idna.el isn't available.
10802         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10803         <michael@waxrat.com>.
10804
10805         * hashcash.el: Remove non-FSF copyright header.
10806
10807         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10808         (hashcash-generate-payment): Use it.
10809         (hashcash-generate-payment-async): Use it.
10810
10811 2005-01-15  Simon Josefsson  <jas@extundo.com>
10812
10813         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10814         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10815
10816         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10817         gnus-summary-idna-message.
10818         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10819         (gnus-summary-idna-message): New function.
10820
10821 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10824         gnus-novice-user.
10825
10826 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * nnrss.el (nnrss-request-delete-group): Delete entries in
10829         nnrss-group-alist as well.
10830         (nnrss-save-server-data): Insert newline.
10831
10832 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10833
10834         * gnus.el (gnus-user-agent): Use list of symbols instead of
10835         symbols.  Display full version number for (S)XEmacs.  Optionally
10836         display (S)XEmacs codename.
10837
10838         * gnus-util.el (gnus-emacs-version): Update for new
10839         `gnus-user-agent'.
10840
10841         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10842         Gnus version.
10843
10844 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10845
10846         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10847         which is unreadable in some setups.
10848
10849 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * gnus-spec.el (gnus-update-format-specifications): Flush the
10852         group format spec cache if it doesn't support decoded group names.
10853
10854 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10855
10856         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10857         Allow to apply decay on score files matching a regexp.
10858
10859 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10862         compatibility in %g and %c.
10863
10864 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10867         name for only %g and %c.
10868         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10869         of gnus-tmp-group to decoded group name.
10870         (gnus-group-make-rss-group): Exclude `/'s from group names.
10871
10872 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * nnrss.el (nnrss-get-encoding): Fix regexp.
10875
10876 2004-12-27  Simon Josefsson  <jas@extundo.com>
10877
10878         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10879         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10880         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10881
10882 2004-12-17  Kim F. Storm  <storm@cua.dk>
10883
10884         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10885
10886         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10887
10888 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10889
10890         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10891
10892 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * nnrss.el: Require rfc2047 and mml.
10895         (nnrss-file-coding-system): New variable.
10896         (nnrss-format-string): Redefine it as an inline function.
10897         (nnrss-decode-group-name): New function.
10898         (nnrss-string-as-multibyte): Remove.
10899         (nnrss-retrieve-headers): Decode group name; don't use
10900         nnrss-format-string.
10901         (nnrss-request-group): Decode group name.
10902         (nnrss-request-article): Decode group name; allow a Message-ID as
10903         well as an article number; don't use nnrss-format-string; encode a
10904         Message-ID string which may contain non-ASCII characters; use
10905         mml-to-mime to compose a MIME article.
10906         (nnrss-request-expire-articles): Decode group name.
10907         (nnrss-request-delete-group): Decode group name.
10908         (nnrss-fetch): Clarify error message.
10909         (nnrss-read-server-data): Use insert-file-contents instead of load;
10910         bind file-name-coding-system; use multibyte buffer.
10911         (nnrss-save-server-data): Bind coding-system-for-write to the
10912         value of nnrss-file-coding-system; bind file-name-coding-system;
10913         add coding cookie.
10914         (nnrss-read-group-data): Use insert-file-contents instead of load;
10915         bind file-name-coding-system; use multibyte buffer.
10916         (nnrss-save-group-data): Bind coding-system-for-write to the
10917         value of nnrss-file-coding-system; bind file-name-coding-system.
10918         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10919         make it work with non-ASCII text.
10920         (nnrss-find-el): Make it work with old xml.el as well.
10921
10922 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10923
10924         * nnrss.el (nnrss-get-encoding): New function.
10925         (nnrss-fetch): Use unibyte buffer initially; bind
10926         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10927         decode contents according to the encoding attribute.
10928         (nnrss-save-group-data): Add coding cookie.
10929         (nnrss-mime-encode-string): New function.
10930         (nnrss-check-group): Use it to encode subject and author.
10931
10932 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10933
10934         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10935         imaginary variable.
10936
10937 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10940         correctly even if there are wide characters.
10941
10942 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10943
10944         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10945         downcased symbol names; make a new cache instead of reusing
10946         bbdb-hashtable.
10947
10948 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10951         concatenating segments rather than before concatenating them.
10952         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10953
10954         * message.el (message-get-reply-headers): Bind `extra'.
10955
10956 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10957
10958         * message.el (message-extra-wide-headers): New variable.
10959         (message-get-reply-headers): Use it.
10960
10961 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10964         (gnus-agent-group-pathname): Ditto.
10965
10966         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10967
10968         * gnus-group.el (gnus-group-make-group): Decode group name.
10969         (gnus-group-make-rss-group): Register the group data after opening
10970         the nnrss group.
10971
10972 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10973
10974         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10975         by expiry now get marked as read.
10976
10977 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10980
10981 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10982
10983         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10984         unify Latin characters in XEmacs.
10985         (mm-find-mime-charset-region): Use it.
10986
10987 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * gnus-util.el (gnus-delete-directory): New function.
10990
10991         * gnus-agent.el (gnus-agent-delete-group): Use it.
10992
10993         * gnus-cache.el (gnus-cache-delete-group): Use it.
10994
10995 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10998         names.
10999
11000 2004-12-16  Simon Josefsson  <jas@extundo.com>
11001
11002         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11003
11004 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11007
11008         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11009         (gnus-group-set-current-level): Decode group name.
11010
11011 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11012
11013         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11014         failed.
11015
11016 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11017
11018         * gnus-group.el (gnus-group-delete-group): Decode group name.
11019         (gnus-group-make-rss-group): Encode group name.
11020         (gnus-group-catchup-current): Decode group name.
11021         (gnus-group-kill-group): Decode group name.
11022
11023 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11024
11025         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11026
11027 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * gnus-group.el (gnus-group-make-rss-group):
11030         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11031
11032         * gnus-start.el (gnus-setup-news): Honor user's setting to
11033         gnus-message-archive-method.  Suggested by Lute Kamstra
11034         <lute@gnu.org>.
11035
11036 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11037
11038         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11039         global counterparts of the buffer-local variables.
11040
11041 2004-11-16  Romain Francoise  <romain@orebokech.com>
11042
11043         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11044         counterparts of the buffer-local variables.
11045
11046 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11047
11048         * message.el (message-forbidden-properties): Fixed typo in doc
11049         string.
11050
11051 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * gnus-util.el (gnus-replace-in-string): Added doc string.
11054
11055         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11056         to avoid problems when splitting mails with many recipients.
11057
11058 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11059
11060         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11061         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11062
11063 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11064
11065         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11066         if there is no hashtable in memory or file modification time is
11067         newer than cached timestamp.
11068
11069 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11072         not-matching option.
11073
11074 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11075
11076         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11077         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11078         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11079         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11080         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11081         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11082
11083 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11084
11085         * message.el (message-forward-make-body-mml): Remove headers
11086         according to message-forward-ignored-headers if a message is decoded.
11087
11088 2004-12-02  Romain Francoise  <romain@orebokech.com>
11089
11090         * message.el (message-forward-make-body-plain): Always remove
11091         headers according to message-forward-ignored-headers.
11092
11093 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11094
11095         * spam.el (spam-summary-prepare-exit): Remove the
11096         gnus-summary-limit pop for now, it has problems with ham marks for
11097         me.
11098
11099 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11100
11101         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11102         correctly.
11103
11104 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11105
11106         * format-spec.el (format-spec): Message the char.
11107
11108 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11109
11110         * gnus-art.el (gnus-split-methods): Reformat comments.
11111
11112         * spam.el (spam-summary-prepare-exit): Remove article limits
11113         before exiting the summary buffer.
11114
11115 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11118         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11119
11120         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11121         order to silence the byte compiler.
11122
11123         * spam.el: Fix the way to silence the byte compiler, which
11124         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11125         bbdb-search-simple, spam-BBDB-register-routine,
11126         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11127         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11128         spam-stat-buffer-is-spam, spam-stat-load,
11129         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11130         spam-stat-save and spam-stat-split-fancy.
11131
11132 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11135         which may confuse users.
11136         (canlock-password-for-verify): Ditto.
11137
11138         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11139
11140         * gnus-art.el (gnus-emphasis-alist): Ditto.
11141
11142         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11143
11144         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11145
11146         * gnus-start.el (gnus-save-killed-list): Ditto.
11147
11148         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11149         (gnus-sum-thread-tree-root): Ditto.
11150         (gnus-sum-thread-tree-false-root): Ditto.
11151         (gnus-sum-thread-tree-single-indent): Ditto.
11152
11153         * message.el (message-courtesy-message): Ditto.
11154         (message-archive-note): Ditto.
11155         (message-subscribed-address-file): Ditto.
11156         (message-user-fqdn): Ditto.
11157
11158         * spam-report.el (spam-report-gmane-regex): Ditto.
11159
11160         * spam.el (spam-blackhole-good-server-regex): Ditto.
11161
11162 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * mml.el (mml-preview): Widen the message buffer before copying
11165         the contents to the preview buffer; sort headers before previewing.
11166
11167         * message.el (message-hidden-headers): Fix the way to avoid a bug
11168         in the `repeat' widget in Emacs 21.3 or earlier.
11169
11170 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11171
11172         * message.el (message-hidden-headers): Default to "^References:".
11173         Improve customization type.  Suggested by Reiner Steib
11174         <Reiner.Steib@gmx.de>.
11175
11176 2004-11-25  Romain Francoise  <romain@orebokech.com>
11177
11178         * message.el (message-strip-forbidden-properties): Remove check for
11179         obsolete `message-hidden' text property, hidden headers are not
11180         accessible in the buffer anymore.
11181
11182 2004-11-22  Romain Francoise  <romain@orebokech.com>
11183
11184         * message.el (message-header-format-alist): Add `From' in list
11185         so that it can be sorted.
11186         (message-fix-before-sending): Widen and sort headers before
11187         sending.
11188         (message-hide-headers): Use narrowing to hide headers by moving
11189         them to the top of the buffer and narrowing to the region
11190         underneath.
11191
11192 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11193
11194         * message.el (message-strip-forbidden-properties): Bind
11195         buffer-read-only (etc) to nil.
11196
11197 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11200         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11201
11202 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11203
11204         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11205
11206 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11207
11208         * dns.el (query-dns): Use sit-for to time instead of
11209         accept-process-output, since that doesn't seem to work on udp
11210         sockets.
11211
11212 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11215
11216 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11217
11218         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11219         doc string.  Improve doc string.
11220
11221 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * nntp.el (nntp-request-update-info): Return nil if
11224         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11225         may not call gnus-activate-group which uselessly issues the GROUP
11226         commands for all nntp groups and wastes time.  Reported by Romain
11227         Francoise <romain@orebokech.com>.
11228
11229         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11230
11231 2004-11-15  Simon Josefsson  <jas@extundo.com>
11232
11233         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11234         headers separately.
11235         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11236         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11237
11238 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * gnus-start.el (gnus-convert-old-newsrc):
11241         Assign legacy-gnus-agent to 5.10.7.
11242
11243 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11244
11245         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11246         start of the lines.
11247
11248 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11249
11250         * hashcash.el (hashcash-default-payment): Change default to 20
11251         (hashcash-default-accept-payment): Change default to 20
11252         (hashcash-process-alist): New variable
11253         (hashcash-generate-payment-async): Add
11254         (hashcash-already-paid-p): Add
11255         (hashcash-insert-payment): Don't generate payments twice
11256         (hashcash-insert-payment-async): Add
11257         (hashcash-insert-payment-async-2): Add
11258         (hashcash-cancel-async): Add
11259         (hashcash-wait-async): Add
11260         (hashcash-processes-running-p): Add
11261         (hashcash-wait-or-cancel): Add
11262         (mail-add-payment): New optional argument.  Conditionally start
11263         asynchronous calculation.
11264         (mail-add-payment-async): Add
11265
11266         * message.el (message-send-mail): Wait for asynchronous hashcash
11267         results.  Don't clobber existing X-Hashcash headers.
11268         (message-setup-1): Call mail-add-payment-async when
11269         message-generate-hashcash is non-nil.
11270
11271 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11272
11273         * message.el (message-use-alternative-email-as-from): Examine the
11274         From header as well; use message-make-from in order to include a
11275         user's full name.
11276
11277 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11280         default; improve customization type.
11281         (gnus-emphasis-custom-with-format): New macro.
11282         (gnus-emphasis-custom-value-to-external): New function.
11283         (gnus-emphasis-custom-value-to-internal): New function.
11284
11285 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11286
11287         * dns.el (query-dns): Resolve reverse addresses.
11288
11289 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11290
11291         * gnus-group.el (gnus-group-get-new-news): Use it.
11292
11293         * gnus-start.el (gnus-check-reasonable-setup): New function.
11294
11295 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11298         "Args out of range" error.  Reported by Arnaud Giersch
11299         <arnaud.giersch@free.fr>.
11300
11301 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11302
11303         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11304
11305 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11306
11307         * spam.el (spam group): Add :version.
11308
11309         * pgg-def.el (pgg group): Add :version.
11310
11311 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * gnus-art.el (gnus-article-edit-article): Don't associate the
11314         article buffer with a draft file.  This is a temporary measure
11315         against the 2004-08-22 change to gnus-article-edit-mode.
11316
11317 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11320         (html2text-format-tags): Remove unused variable `attr'.
11321
11322 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11323
11324         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11325
11326         * tls.el (tls-process-connection-type, tls-success)
11327         (tls-certtool-program): Add :version.
11328
11329         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11330         (starttls-extra-arguments, starttls-process-connection-type)
11331         (starttls-connect, starttls-failure, starttls-success): Add :version.
11332
11333         * spam-stat.el (spam-stat): Add :version.
11334
11335         * sieve.el (sieve): Add :version.
11336
11337         * sha1.el (sha1): Add :version.
11338         (sha1-use-external): Remove redundant version.
11339
11340         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11341         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11342         (nnmail-split-fancy-match-partial-words)
11343         (nnmail-split-lowercase-expanded): Add :version.
11344
11345         * nndiary.el (nndiary): Add :version.
11346
11347         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11348
11349         * mml-sec.el (mml-default-sign-method)
11350         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11351         Add :version.
11352
11353         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11354
11355         * mm-url.el (mm-url-use-external, mm-url-program)
11356         (mm-url-arguments): Add :version.
11357
11358         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11359         (mm-attachment-file-modes, mm-decrypt-option)
11360         (mm-w3m-safe-url-regexp): Add :version.
11361
11362         * message.el (message-cite-prefix-regexp)
11363         (message-sendmail-envelope-from, message-minibuffer-local-map)
11364         (message-user-fqdn, message-completion-alist): Add :version.
11365
11366         * gnus-win.el (gnus-configure-windows-hook)
11367         (gnus-use-frames-on-any-display): Add :version.
11368
11369         * gnus-art.el (gnus-article-address-banner-alist)
11370         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11371         (gnus-treat-from-picon, gnus-treat-mail-picon)
11372         (gnus-treat-x-pgp-sig): Add :version.
11373
11374         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11375         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11376         (gnus-summary-article-delete-hook)
11377         (gnus-summary-display-while-building): Add :version.
11378
11379         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11380         (gnus-get-top-new-news-hook): Add :version.
11381
11382         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11383         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11384
11385         * gnus-registry.el (gnus-registry): Add :version.
11386
11387         * gnus-spec.el (gnus-use-correct-string-widths)
11388         (gnus-make-format-preserve-properties): Add :version.
11389
11390         * gnus.el (gnus-group-charter-alist)
11391         (gnus-group-fetch-control-use-browse-url)
11392         (gnus-install-group-spam-parameters): Add :version.
11393
11394         * gnus-diary.el (gnus-diary): Add :version.
11395
11396         * gnus-delay.el (gnus-delay): Add :version.
11397
11398         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11399         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11400         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11401         Add :version.
11402
11403         * gnus-agent.el (gnus-agent-max-fetch-size)
11404         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11405         (gnus-agent-prompt-send-queue): Add :version.
11406
11407         * deuglify.el (gnus-outlook-deuglify): Add :version.
11408
11409         * html2text.el: Beautify code.  Improve doc strings.  Some
11410         checkdoc cleanup.
11411         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11412
11413 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11414
11415         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11416
11417 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11418
11419         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11420         when package is loaded.
11421
11422         * spam.el (spam-summary-score-preferred-header): Add global preference
11423         for people who want to override the default SpamAssassin over
11424         Bogofilter preference (when both are set).
11425         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11426         (spam-user-format-function-S): Check
11427         spam-summary-score-preferred-header.
11428         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11429         (spam-user-format-function-S): Format the score correctly.
11430
11431 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11434         signature file.  Suggested by Manoj Srivastava
11435         <srivasta@golden-gryphon.com>.
11436
11437         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11438         iso-2022-jp even in the Japanese language environment.
11439         Suggested by Jason Rumney <jasonr@gnu.org>.
11440
11441 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11444         use the same characters as the dummy marks; make it free from
11445         getting affected by the language environment.
11446         (gnus-summary-read-group-1): Update mark positions only when the
11447         format spec is updated.
11448
11449         * gnus-spec.el (gnus-update-format-specifications): Return a list
11450         of updated types.
11451
11452 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11455         of boundp to check if display-warning is available.
11456
11457 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11458
11459         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11460
11461 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * nnspool.el (nnspool-spool-directory): Use news-path if the
11464         news-directory variable is not bound.
11465
11466         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11467         function instead of display-warning if it is not available.
11468
11469 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11470
11471         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11472         v5-10: Use `point-at-bol'.
11473
11474 2004-10-26  Simon Josefsson  <jas@extundo.com>
11475
11476         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11477         <chenggao@gmail.com>.
11478
11479 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11482         instead.
11483
11484 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11485
11486         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11487         to remove a server from the nnimap-server-buffer-alist.
11488         (nnimap-open-connection, nnimap-close-server): Use it.
11489
11490         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11491
11492 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11495         running the major-mode function.
11496
11497 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11500         dummy marks in the right way.
11501
11502 2004-10-18  David Edmondson  <dme@dme.org>
11503
11504         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11505         excessively.
11506
11507 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11508
11509         * gnus-util.el (gnus-split-references): Accept a nil references
11510         string and go on blissfully.
11511
11512         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11513         cases where the references string is non-nil but has no references.
11514
11515         * encrypt.el: Add autoload tags.
11516
11517         * spam.el (spam-resolve-registrations-routine): Remove article
11518         from unregistration list too.  Reported by David Hanak
11519         <dhanak@isis.vanderbilt.edu>
11520
11521 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11524         nil.  Changed custom type.
11525
11526 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11527
11528         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11529
11530         * gnus-sum.el (gnus-summary-move-article): Use it.
11531
11532 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11533
11534         * encrypt.el: Add autoload cookies.
11535
11536         * spam.el (spam-backend-article-list-property)
11537         (spam-backend-get-article-todo-list)
11538         (spam-backend-put-article-todo-list)
11539         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11540         Resolve registrations separately.
11541         (spam-register-routine): Format comments.
11542         (spam-unregister-routine, spam-register-routine): Always call with
11543         specific-articles, no default list.
11544         (spam-summary-prepare-exit): Use the spam-classifications function.
11545
11546         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11547         gnus-encrypt.el.
11548
11549         * encrypt.el: Copied from gnus-encrypt.el.
11550
11551         * gnus-encrypt.el: Commented that it's obsolete.
11552
11553 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11554
11555         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11556         (gnus-score-save): Use it.
11557
11558         * message.el (message-bury): Use `window-dedicated-p'.
11559
11560 2004-10-15  Simon Josefsson  <jas@extundo.com>
11561
11562         * pop3.el (top-level): Don't require nnheader.
11563         (pop3-read-timeout): Add.
11564         (pop3-accept-process-output): Add.
11565         (pop3-read-response, pop3-retr): Use it.
11566
11567 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11568
11569         * spam.el (spam-register-routine): Move comment.
11570         (spam-verify-bogofilter): Use 'unknown for the initial
11571         spam-bogofilter-valid state, not 'never.
11572
11573         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11574         for netrc-machine.
11575
11576         * nnimap.el (nnimap-open-connection): Use
11577         netrc-machine-user-or-password.
11578
11579 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11580
11581         * gnus-registry.el (gnus-registry-unload-hook):
11582         Set as a variable with add-hook.
11583
11584         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11585         of news-path.
11586
11587         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11588
11589         * spam.el: Delete duplicate `provide'.
11590         (spam-unload-hook): Set as a variable with add-hook.
11591
11592 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11595         in the doc string.
11596
11597         * message.el (message-ignored-news-headers)
11598         (message-ignored-supersedes-headers)
11599         (message-ignored-resent-headers)
11600         (message-forward-ignored-headers): Improve custom type.
11601
11602 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * message.el (message-tokenize-header): Fix 2004-09-06 change
11605         which used point-min in the wrong place.
11606
11607 2004-10-12  Simon Josefsson  <jas@extundo.com>
11608
11609         * tls.el (tls-certtool-program): New variable.
11610         (tls-certificate-information): New function, based on
11611         ssl-certificate-information.
11612
11613 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * compface.el: Move the version of ELisp-based uncompface program
11616         to the contrib directory because of the copyright problem.
11617
11618 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11619
11620         * message.el (message-kill-buffer): Raise the current frame.
11621
11622 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11625
11626         * gnus.el (message-y-or-n-p): Autoload.
11627
11628         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11629         (pop3-password-required, pop3-authentication-scheme)
11630         (pop3-leave-mail-on-server): Made customizable.
11631         (pop3): New custom group.
11632         (pop3-retr): Remove `sleep-for' statements.
11633         Suggested by Dave Love <fx@gnu.org>.
11634
11635         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11636         Windows/DOS.
11637
11638         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11639         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11640         Dave Love <fx@gnu.org>.
11641
11642         * mml.el (mml-minibuffer-read-disposition): Require match.
11643         Suggested by Dave Love <fx@gnu.org>.
11644
11645 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11646
11647         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11648         doc string.
11649
11650 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11653
11654 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11655
11656         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11657         instead of calling `mm-insert-inline', to decode text/* parts
11658         before displaying them.
11659
11660 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * mm-uu.el (mm-uu-text-plain-type): New variable.
11663         (mm-uu-pgp-signed-extract-1): Use it.
11664         (mm-uu-pgp-encrypted-extract-1): Use it.
11665         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11666         bind mm-uu-text-plain-type with that value.
11667         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11668         mm-uu-dissect.
11669
11670 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * gnus-group.el (gnus-update-group-mark-positions):
11673         * gnus-sum.el (gnus-update-summary-mark-positions):
11674         * message.el (message-check-news-body-syntax):
11675         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11676         of string-as-multibyte.
11677
11678 2004-10-05  Juri Linkov  <juri@jurta.org>
11679
11680         * gnus-group.el (gnus-update-group-mark-positions):
11681         * gnus-sum.el (gnus-update-summary-mark-positions):
11682         * message.el (message-check-news-body-syntax):
11683         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11684         8-bit unibyte values to a multibyte string for search functions.
11685
11686 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11689         (mm-uu-dissect-text-parts): New function.
11690
11691         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11692         dissect text parts.
11693
11694         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11695         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11696
11697         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11698
11699         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11700         gnus-current-topics instead of gnus-current-topic.
11701
11702 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11703
11704         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11705
11706 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11707
11708         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11709         where approriate.
11710
11711         * nnml.el (nnml-generate-active-info): do.
11712
11713         * nndiary.el (nndiary-generate-active-info): do.
11714
11715         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11716         (gnus-topic-move): do.
11717
11718         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11719         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11720
11721         * gnus-srvr.el (gnus-server-prepare)
11722         (gnus-server-open-all-servers): do.
11723
11724         * gnus-msg.el (gnus-summary-cancel-article)
11725         (gnus-summary-resend-message)
11726         (gnus-summary-mail-crosspost-complaint): do.
11727
11728         * gnus-move.el (gnus-change-server): do.
11729
11730         * gnus-group.el (gnus-group-unmark-all-groups)
11731         (gnus-group-set-current-level): do.
11732
11733 2004-10-04  Simon Josefsson  <jas@extundo.com>
11734
11735         * message.el (message-generate-hashcash): Doc fix.
11736
11737 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11738
11739         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11740         avoid infinite recursion via gnus-get-function.
11741
11742 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11743
11744         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11745
11746         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11747
11748         * nnmail.el (nnmail-split-history): do.
11749
11750         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11751         (nnml-request-delete-group): do.
11752
11753         * nnslashdot.el (nnslashdot-read-groups): do.
11754
11755         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11756         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11757
11758         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11759         (nnspool-sift-nov-with-sed): Use last
11760         (nnspool-retrieve-headers-with-nov): Use mapc.
11761         (nnspool-request-newgroups): Use dolist.
11762         (nnspool-request-group): Use last.
11763
11764         * nntp.el (nntp-read-server-type): Use dolist.
11765
11766         * nnvirtual.el (nnvirtual-create-mapping)
11767         (nnvirtual-update-read-and-marked): Use dolist.
11768         (nnvirtual-convert-headers): Simplify.
11769
11770 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11771
11772         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11773         support for sync'ing tick marks.
11774
11775 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11778         there's no visible header.
11779
11780 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11781
11782         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11783         necessary, pass full group name to gnus-request-set-marks.
11784
11785 2004-10-01  Simon Josefsson  <jas@extundo.com>
11786
11787         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11788         acroread.
11789
11790 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11791
11792         * spam-report.el (spam-report-gmane): Fix interactive.
11793
11794         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11795
11796         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11797         when writing file.
11798         (gnus-agent-synchronize-flags): Don't default to being
11799         interactive.
11800
11801 2004-09-30  Simon Josefsson  <jas@extundo.com>
11802
11803         * message.el (message-generate-hashcash): Add.
11804         (message-send-mail): Use it, call mail-add-payment.
11805
11806 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11807
11808         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11809
11810 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11811
11812         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11813         gnus-requst-update-info with explicit code to sync the in-memory
11814         info read flags with the marks being sync'd to the backend.
11815
11816         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11817
11818 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11819
11820         * spam.el (spam-verify-bogofilter): Add new function.
11821         (spam-check-bogofilter)
11822         (spam-bogofilter-register-with-bogofilter): Use it.
11823         (spam-verify-bogofilter): Add small fixes.
11824
11825 2004-09-28  Simon Josefsson  <jas@extundo.com>
11826
11827         * hashcash.el (hashcash-generate-payment): Revert.
11828
11829 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11830
11831         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11832         gnus-extract-references instead of gnus-split-references.
11833
11834         * gnus-util.el (gnus-extract-references): Add new function, analogous
11835         to gnus-split-references but extracts only the message-ID without
11836         anything extra.
11837
11838         * hashcash.el (hashcash-generate-payment)
11839         (hashcash-check-payment): Do the right thing if hashcash-path is
11840         nil (because the hashcash program could not be found).
11841
11842         * spam.el (spam-use-hashcash): Remove comment.
11843
11844 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11845
11846         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11847         (gnus-cache-enter-article, gnus-cache-remove-article)
11848         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11849
11850         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11851
11852         * gnus-art.el (article-hide-boring-headers)
11853         (article-translate-strings, article-display-face)
11854         (gnus-article-mime-match-handle-first)
11855         (gnus-article-highlight-headers)
11856         (gnus-article-add-buttons-to-head): do.
11857
11858 2004-09-27  Simon Josefsson  <jas@extundo.com>
11859
11860         * hashcash.el: New version, from
11861         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11862         ../contrib/.
11863
11864 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11867
11868 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11869
11870         * gnus-dup.el (gnus-dup-open): Use mapc.
11871         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11872
11873         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11874         Reported by Stefan Wiens <s.wi@gmx.net>.
11875
11876         * gnus.el (gnus-shutdown): Use dolist.
11877
11878         * gnus-undo.el (gnus-undo): Use mapc.
11879
11880         * nnrss.el (nnrss-generate-active): do.
11881
11882         * message.el (message-cite-original-without-signature)
11883         (message-cite-original): Use mapc.
11884         (message-do-actions, message-make-forward-subject): Use dolist.
11885
11886 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11887
11888         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11889         deletion to remove entire duplicate line.  Fixes merged article
11890         number bug.
11891
11892 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11893
11894         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11895         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11896         first ask if you want to open a server and then, even when you
11897         responded with no, asking if you want to synchronize the server's
11898         flags.
11899         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11900         multi-line expressions.
11901         (gnus-agent-synchronize-group-flags): New internal function.
11902         Updates marks in memory (in the info structure) AND in the
11903         backend.
11904
11905         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11906
11907         * nnagent.el (nnagent-request-set-mark): Use
11908         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11909         method, to ensure that synchronization updates marks in the
11910         backend and in the info (in memory) structure.
11911
11912 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11915         convention fully; don't miss the root article of a thread; make
11916         the X-Draft-From header with correct article numbers.
11917
11918 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11919
11920         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11921         unless plugged.  Disable the agent so that an open failure causes
11922         an error.
11923
11924         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11925         Reverted 2004-09-21 change.  The backend must be opened while
11926         synchronizing flags even when the backend stores the flags
11927         locally.
11928
11929 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11930
11931         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11932         in `header' match.  Reported by Svend Tollak Munkejord.
11933
11934         * message.el (message-cite-original): Fix use of
11935         `message-cite-articles-with-x-no-archive'.
11936
11937 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11940         (gnus-window-to-buffer): Ditto.
11941
11942         * mml.el (mml-preview-buffer): New variable.
11943         (mml-preview): Manage window layout with gnus-buffer-configuration.
11944
11945         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11946         X-Draft-From header even if those articles aren't quoted.
11947
11948 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11949
11950         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11951         (gnus-request-set-mark, gnus-request-update-mark): Use new
11952         g-s-t-u-l-m to decide to use backend even when unplugged.
11953
11954 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11957         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11958
11959 2004-09-20  Simon Josefsson  <jas@extundo.com>
11960
11961         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11962         "utf-16-le".
11963
11964 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11965
11966         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11967
11968 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11969
11970         * uudecode.el (uudecode-use-external): Add :version.
11971
11972         * smime.el (smime-CA-file, smime-encrypt-cipher)
11973         (smime-dns-server): Add :version.
11974
11975         * smiley.el (gnus-smiley-file-types): Add :version.
11976
11977         * sha1.el (sha1-use-external): Add :version.
11978
11979         * pgg-def.el (pgg-query-keyserver): Add :version.
11980
11981         * nnmail.el (nnmail-fancy-expiry-targets)
11982         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11983         Add :version.
11984
11985         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11986         (nnimap-retrieve-groups-asynchronous): Add :version.
11987         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11988
11989         * mml.el (mml-content-disposition-parameters)
11990         (mml-insert-mime-headers-always): Add :version.
11991
11992         * mm-util.el (mm-coding-system-priorities): Add :version.
11993
11994         * mm-decode.el (mm-inline-text-html-with-images)
11995         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11996         (mm-verify-option): Add :version.
11997         (mm-text-html-renderer): Change :version.
11998
11999         * message.el (message-fcc-externalize-attachments)
12000         (message-required-headers, message-draft-headers)
12001         (message-subject-trailing-was-query)
12002         (message-subject-trailing-was-ask-regexp)
12003         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12004         (message-mark-insert-end, message-archive-header)
12005         (message-archive-note, message-cross-post-default)
12006         (message-cross-post-note, message-followup-to-note)
12007         (message-cross-post-note-function, message-use-mail-followup-to)
12008         (message-subscribed-address-functions)
12009         (message-subscribed-address-file, message-subscribed-addresses)
12010         (message-subscribed-regexps, message-allow-no-recipients)
12011         (message-yank-cited-prefix, message-signature-insert-empty-line)
12012         (message-hidden-headers, message-hierarchical-addresses)
12013         (message-mail-user-agent, message-use-idna)
12014         (message-valid-fqdn-regexp)
12015         (message-strip-special-text-properties, message-header-synonyms)
12016         (message-beginning-of-line, message-tab-body-function): Add :version.
12017         (message-insert-canlock, message-wide-reply-confirm-recipients):
12018         Change :version.
12019
12020         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12021         and :version.
12022         (mail-source-delete-old-incoming-confirm)
12023         (mail-source-movemail-program): Add :version.
12024
12025         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12026         (gnus-agent-cache, gnus-agent): Change :version.
12027
12028         * gnus-util.el (gnus-use-byte-compile): Change :version.
12029
12030         * gnus-sum.el (gnus-summary-make-false-root-always)
12031         (gnus-summary-default-high-score)
12032         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12033         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12034         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12035         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12036         (gnus-sum-thread-tree-single-indent)
12037         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12038         (gnus-sum-thread-tree-leaf-with-other)
12039         (gnus-sum-thread-tree-single-leaf): Add :version.
12040         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12041         (gnus-article-loose-mime): Change :version.
12042
12043         * gnus-start.el (gnus-backup-startup-file)
12044         (gnus-save-startup-file-via-temp-buffer): Add :version.
12045
12046         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12047         (gnus-server-offline-face): Add :version.
12048
12049         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12050
12051         * gnus-msg.el (gnus-gcc-externalize-attachments)
12052         (gnus-debug-files, gnus-debug-exclude-variables)
12053         (gnus-discouraged-post-methods): Change :version.
12054         (gnus-confirm-mail-reply-to-news)
12055         (gnus-confirm-treat-mail-like-news): Add :version.
12056
12057         * gnus-int.el (gnus-server-unopen-status): Add :version.
12058
12059         * gnus-group.el (gnus-group-jump-to-group-prompt)
12060         (gnus-large-ephemeral-newsgroup)
12061         (gnus-fetch-old-ephemeral-headers): Add :version.
12062
12063         * gnus-fun.el (gnus-x-face-directory)
12064         (gnus-convert-pbm-to-x-face-command)
12065         (gnus-convert-image-to-x-face-command)
12066         (gnus-convert-image-to-face-command): Add :version.
12067
12068         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12069
12070         * gnus-cite.el (gnus-cite-blank-line-after-header)
12071         (gnus-article-boring-faces): Add :version.
12072
12073         * gnus-art.el (gnus-buttonized-mime-types)
12074         (gnus-inhibit-mime-unbuttonizing)
12075         (gnus-treat-display-face)
12076         (gnus-treat-body-boundary): Change :version.
12077         (gnus-body-boundary-delimiter, gnus-picon-databases)
12078         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12079         (gnus-treat-date-english, gnus-treat-fold-headers)
12080         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12081         (gnus-treat-mail-picon, gnus-treat-wash-html)
12082         (gnus-article-encrypt-protocol)
12083         (gnus-use-idna, gnus-article-over-scroll)
12084         (gnus-mime-display-multipart-alternative-as-mixed)
12085         (gnus-mime-display-multipart-related-as-mixed)
12086         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12087         (gnus-ctan-url, gnus-button-ctan-handler)
12088         (gnus-button-handle-ctan-bogus-regexp)
12089         (gnus-button-ctan-directory-regexp)
12090         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12091         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12092         (gnus-button-man-level, gnus-button-emacs-level)
12093         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12094
12095         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12096         (gnus-agent-go-online): Change :version.
12097         (gnus-agent-expire-unagentized-dirs)
12098         (gnus-agent-auto-agentize-methods): Add :version.
12099
12100         * flow-fill.el (fill-flowed-display-column)
12101         (fill-flowed-encode-column): Add :version.
12102
12103         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12104         (gnus-outlook-deuglify-unwrap-max)
12105         (gnus-outlook-deuglify-cite-marks)
12106         (gnus-outlook-deuglify-unwrap-stop-chars)
12107         (gnus-outlook-deuglify-no-wrap-chars)
12108         (gnus-outlook-deuglify-attrib-cut-regexp)
12109         (gnus-outlook-deuglify-attrib-verb-regexp)
12110         (gnus-outlook-deuglify-attrib-end-regexp)
12111         (gnus-outlook-display-hook): Add :version.
12112
12113         * binhex.el (binhex-use-external): Add :version.
12114
12115 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12116
12117         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12118         and `invisible'.
12119
12120 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12121
12122         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12123         in gnus-registry-trim.
12124
12125 2004-09-13  Simon Josefsson  <jas@extundo.com>
12126
12127         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12128
12129         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12130
12131         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12132         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12133         <yamaoka@jpl.org>.
12134         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12135         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12136         <yamaoka@jpl.org>.
12137
12138         * sieve.el (sieve-manage-mode): Ditto.
12139
12140 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12141
12142         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12143
12144 2004-09-11  Simon Josefsson  <jas@extundo.com>
12145
12146         * dns-mode.el: Add.
12147
12148         * mm-view.el (mm-display-dns-inline): Add.
12149
12150         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12151         (mm-automatic-display): Ditto.
12152
12153         * mailcap.el (mailcap-mime-data): Add text/dns.
12154         (mailcap-mime-extensions): Map .soa to text/dns.
12155
12156 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12157
12158         * gnus-art.el (article-decode-mime-words, article-babel)
12159         (gnus-article-highlight-signature, gnus-article-add-buttons)
12160         (gnus-signature-toggle): Remove unnecessary bindings of
12161         `inhibit-read-only' inherited from v5.10 merge.
12162
12163 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12164
12165         * nntp.el (nntp): New customization group.
12166         (nntp-authinfo-file): Add customization group.
12167
12168         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12169
12170         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12171
12172         * gnus.el (to-address, to-list, subscribed)
12173         (large-newsgroup-initial): Ditto.
12174
12175         * flow-fill.el (fill-flowed-display-column)
12176         (fill-flowed-encode-column): Ditto.
12177
12178 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12179
12180         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12181         Use point-min rather than 1.
12182         (message-send-mail): Use buffer-size rather than point-max.
12183
12184         * gnus-sum.el (gnus-summary-search-article-forward):
12185         Signal a specific `search-failed' rather than a generic `error'.
12186
12187         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12188         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12189         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12190
12191 2004-09-10  Simon Josefsson  <jas@extundo.com>
12192
12193         * nndb.el (require): Remove tcp and duplicate cl.
12194
12195 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * gnus-agent.el (directory-files-and-attributes): Move forward.
12198
12199 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12200
12201         * gnus-agent.el (directory-files-and-attributes): Optionally
12202         defined to support XEmacs.
12203
12204 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12205
12206         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12207         to avoid run-time CL dependencies.
12208         (gnus-agent-unfetch-articles): New function.
12209         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12210         article numbers even when local .overview file is missing.
12211         (gnus-agent-read-article-number): New function.  Only accepts
12212         27-bit article numbers.
12213         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12214         gnus-agent-read-article-number.
12215         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12216         from backend while recognizing that article numbers in .overview
12217         must be valid.
12218         (gnus-agent-update-files-total-fetched-for): Use
12219         directory-files-and-attributes to improve performance.
12220         * gnus-int.el (gnus-request-move-article): Use
12221         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12222         improve performance.
12223
12224         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12225         some users confused by references to .newsrc when they only have a
12226         .newsrc.eld file.
12227         (gnus-convert-mark-converter-prompt)
12228         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12229         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12230         New function.  Used internally to only display 'gnus converting
12231         files' message when actually necessary.
12232
12233         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12234         methods now autoloaded.
12235
12236 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12239         identifiers.
12240
12241 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12242
12243         * gnus-picon.el: Fix indentation and closing parenthesis.
12244
12245 2004-09-01  Simon Josefsson  <jas@extundo.com>
12246
12247         * message.el (message-canlock-generate): Require sha1, not
12248         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12249         to require within a function.  Sadly, if sha1.el isn't loaded, the
12250         let binding in m-c-g will hide the defcustom definition, which is
12251         bad.)
12252
12253         * canlock.el: Require sha1, not sha1-el.
12254
12255         * message.el: Don't autoload sha1 (there is a autoload cookie in
12256         sha1.el).
12257
12258         * sha1-el.el: Renamed to sha1.el.
12259
12260 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12261
12262         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12263
12264 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12265
12266         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12267
12268 2004-08-30  Kim F. Storm  <storm@cua.dk>
12269
12270         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12271
12272         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12273         Add :group 'nnimap.
12274
12275 2004-08-30  Andreas Schwab  <schwab@suse.de>
12276
12277         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12278         ?* and ?\;.
12279
12280         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12281         and ?\' to symbol instead of whitespace.
12282
12283 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12286
12287         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12288         instead of re-search-forward.
12289
12290         * gnus-uu.el (gnus-uu-save-article): Ditto.
12291         (gnus-uu-post-encode-uuencode): Ditto.
12292
12293         * html2text.el (html2text-clean-list-items): Ditto.
12294         (html2text-clean-dtdd): Ditto.
12295         (html2text-format-tags): Ditto.
12296
12297         * message.el (message-send-mail-with-sendmail): Fix regexp.
12298         (message-fill-field-general): Use search-forward instead of
12299         re-search-forward.
12300         (unbold-region): Ditto.
12301
12302         * nnrss.el (nnrss-request-article): Ditto.
12303
12304         * nnslashdot.el (nnslashdot-request-article): Ditto.
12305
12306         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12307
12308         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12309         "Unrecognized menu descriptor" error in XEmacs.
12310
12311 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12312
12313         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12314         parent article of a sparse article in the thread hashtb.
12315
12316 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12317
12318         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12319         (nnmail-expand-newtext): Lowercase expanded entries if
12320         nnmail-split-lowercase-expanded is non-nil.
12321
12322 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12325
12326         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12327         of gnus-tmp-news-method into string under XEmacs.  It will be
12328         passed to gnus-correct-length which takes only a string argument.
12329
12330 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * gnus-util.el (gnus-bind-print-variables): New macro.
12333         (gnus-prin1): Use it.
12334         (gnus-prin1-to-string): Use it.
12335         (gnus-pp): New function.
12336         (gnus-pp-to-string): New function.
12337
12338         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12339         Replace pp-to-string with gnus-pp-to-string.
12340         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12341         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12342         * gnus-msg.el (gnus-debug): Ditto.
12343         * gnus-score.el (gnus-score-save): Ditto.
12344         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12345         gnus-pp-to-string.
12346         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12347         with gnus-pp.
12348         * score-mode.el (gnus-score-pretty-print): Ditto.
12349         * webmail.el (webmail-debug): Ditto.
12350
12351 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * gnus-art.el (article-display-face, article-display-x-face):
12354         Use buffer-read-only.
12355
12356 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * gnus-art.el (article-hide-list-identifiers):
12359         Bind inhibit-read-only as t.
12360
12361 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12362
12363         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12364
12365 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12366
12367         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12368         (gnus-narrow-to-page): Don't assume point-min == 1.
12369         (gnus-article-edit-mode): Derive from message-mode.
12370
12371         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12372         point-min == 1.
12373
12374         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12375         Disable incorrect use of `assert'.
12376
12377         * message.el (message-mode): Set comment-start-skip.
12378
12379
12380 2004-08-22  Sam Steingold  <sds@gnu.org>
12381
12382         * pop3.el (pop3-leave-mail-on-server): New user variable.
12383         (pop3-movemail): Delete mail only when it is nil.
12384
12385 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12386
12387         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12388
12389         * mml.el (mml-preview): Use `pop-to-buffer'.
12390
12391         * message.el (message-goto-mail-followup-to): Insert after "To".
12392         (message-carefully-insert-headers): Add comment.
12393
12394         * gnus.el: Remove unused variable `gnus-article-check-size'.
12395
12396         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12397
12398         * gnus-art.el (gnus-button-alist): Improve
12399         `gnus-button-handle-library' entry.
12400
12401 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12402
12403         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12404         downcase, since XEmacs capitalizes error messages differently.
12405
12406 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12407
12408         * nntp.el: Add (require 'gnus) due to reference to
12409         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12410
12411 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12412
12413         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12414         `mm-fill-flowed'.
12415
12416         * mm-decode.el (mm-dissect-singlepart): Check it.
12417
12418 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12419
12420         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12421         'imap' for netrc parsing.
12422
12423 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12424
12425         * mailcap.el (mailcap-mime-data): Mark as risky.
12426
12427 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12430         may be included in the encoded word.
12431         (rfc2047-encode): Don't append a space if the encoded word
12432         includes close parenthesis.
12433
12434 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12437         of text within parentheses.
12438
12439 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12440
12441         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12442         (gnus-encrypt-write-file-contents): Make the password key the file
12443         name PLUS the cipher, not just the cipher.  Also remove failed
12444         passwords from the cache.
12445
12446 2004-08-06  Simon Josefsson  <jas@extundo.com>
12447
12448         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12449         fix.
12450
12451 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12454         LWSP.
12455
12456 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12457
12458         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12459         to append in-reply-to: data to the references: header.
12460
12461         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
12462         (netrc-parse): Use gnus-encrypt.el functions.
12463
12464         * gnus-encrypt.el: Add new file for encryption support; currently
12465         does only a few GPG ciphers and an internal XOR cipher.
12466
12467         * password.el: Add comments on using password-read-and-add.
12468         (password-read-and-add): Add function to read and add the
12469         password to the cache at once.
12470
12471 2004-07-28  Simon Josefsson  <jas@extundo.com>
12472
12473         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12474         parameter (but don't use it, for now).
12475
12476         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12477         instead of hard coding to nil.
12478
12479 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12482         as mm-inline-image-xemacs does.
12483
12484 2004-07-26  Simon Josefsson  <jas@extundo.com>
12485
12486         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12487         Revert part of 2004-07-17 change below.
12488
12489 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12492         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12493
12494 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12495
12496         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12497         quotes that actually start with ">" at the beginning of the
12498         lines.
12499
12500 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * rfc2047.el (rfc2047-encode-region): Fix last change.
12503         (rfc2047-encode-parameter): Remove useless concat.
12504
12505 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12508         encode special characters; fix some kind of misconfigured headers;
12509         signal a real error if debug-on-quit or debug-on-error is non-nil.
12510         (rfc2047-encode-max-chars): New variable.
12511         (rfc2047-encode-1): Use it.
12512         (rfc2047-encode-parameter): New function.
12513
12514         * mml.el (mml-insert-parameter): Remove an excessive space.
12515
12516 2004-07-17  Simon Josefsson  <jas@extundo.com>
12517
12518         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12519         Kai Grossjohann <kai@emptydomain.de>.
12520         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12521         (gnus-group-make-menu-bar): Ditto.
12522
12523         * gnus-util.el (gnus-group-server): Add.
12524
12525 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12526
12527         * message.el (message-clone-locals): Clone sendmail and smtp
12528         variables.
12529
12530 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * rfc2047.el (rfc2047-encode-region): Fix last change.
12533
12534 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12537         characters as non-special.
12538
12539 2004-07-09  Simon Josefsson  <jas@extundo.com>
12540
12541         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12542         Users will lose all flag changes made while unplugged with
12543         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12544         good default.  See numerous reports on ding mailing list.
12545
12546 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12549         add generate-head-function and generate-article-function to the
12550         rfc822-forward entry.
12551         (nndoc-rfc822-forward-generate-article): New function.
12552         (nndoc-rfc822-forward-generate-head): New function.
12553
12554         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12555
12556 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12557
12558         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12559         respect display group parameter and gnus-summary-expunge-below.
12560         (gnus-articles-to-read): Remove unused reference to display group
12561         parameter.
12562
12563 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12564
12565         * nnheader.el (nnheader-uniquify-message-id): New experimental
12566         variable.
12567         (nnheader-nov-read-message-id): Use it.
12568
12569         * spam-report.el (spam-report-gmane): Add interactive.
12570
12571 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12574         qp-or-base64 for the application/* types.
12575
12576 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12577
12578         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12579
12580 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12581
12582         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12583         trim value.
12584
12585 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12586
12587         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12588         New macro and function.
12589         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12590
12591 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12594         after-load-alist.
12595
12596 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12597
12598         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12599         update info that isn't there.
12600
12601 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12602
12603         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12604         entry.
12605
12606 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12607
12608         * mm-view.el (mm-inline-render-with-function): Use multibyte
12609         buffer; decode html source by charset.
12610
12611         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12612
12613         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12614         Mule-UCS is loaded under XEmacs.
12615         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12616
12617 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12618
12619         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12620
12621 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * mm-util.el (mm-coding-system-p): Return a coding-system.
12624         (mm-mime-mule-charset-alist): Use shift_jis instead of
12625         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12626         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12627         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12628         instead of japanese-shift-jis and iso-latin-1 respectively in
12629         order to share the default value with both Emacs and XEmacs-mule.
12630         (mm-mule-charset-to-mime-charset): Make
12631         mm-coding-system-priorities effective.
12632         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12633         while predicating of candidates upon the priorities.
12634
12635 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12636
12637         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12638         gnus-uu-invert-processable.
12639
12640         * gnus.el: Autoload gnus-uu-invert-processable.
12641
12642 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * mm-util.el (mm-with-multibyte-buffer): New macro.
12645
12646         * rfc2047.el (rfc2047-encode-string): Use it.
12647         (rfc2047-encode-region): Move point to the end of the region after
12648         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12649
12650 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12653         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12654
12655 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12656
12657         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12658         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12659         Karl Chen <quarl@nospam.quarl.org>.
12660
12661 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12662
12663         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12664         invalid addresses.
12665
12666 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12667
12668         * spam.el: Change section markers, revise TODO list.
12669         (spam-backends): Make new master list of all installed backends.
12670         (spam-summary-exit-behavior): Add new variable to determine how
12671         messages moves are done at summary exit.
12672         (spam-move-spam-nonspam-groups-only)
12673         (spam-process-ham-in-nonham-groups)
12674         (spam-process-ham-in-spam-groups): Remove variables, the
12675         spam-summary-exit-behavior variable should be used to manage this
12676         behavior.
12677         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12678         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12679         and spam-old-spam-articles.
12680         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12681         Add empty variables, placeholders for the backends they represent.
12682         (spam-set-difference): Move, unchanged.
12683         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12684         unless the user has a processor variable.
12685         (spam-classifications, spam-classification-valid-p)
12686         (spam-backend-properties, spam-backend-property-valid-p)
12687         (spam-backend-function-type-valid-p)
12688         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12689         (spam-report-articles-gmane, spam-report-articles-resend):
12690         Remove functions, they are not needed.
12691         (spam-install-backend-super, spam-backend-list)
12692         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12693         (spam-backend-function, spam-backend-ham-registration-function)
12694         (spam-backend-spam-registration-function)
12695         (spam-backend-ham-unregistration-function)
12696         (spam-backend-spam-unregistration-function)
12697         (spam-backend-statistical-p, spam-backend-mover-p)
12698         (spam-install-backend-alias, spam-install-checkonly-backend)
12699         (spam-install-mover-backend, spam-install-nocheck-backend)
12700         (spam-install-backend, spam-install-statistical-backend)
12701         (spam-install-statistical-checkonly-backend): Add backend installation
12702         support.
12703         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12704         (spam-group-processor-p): Use the new backend code and respect the
12705         summary exit behavior.
12706         (spam-mark-spam-as-expired-and-move-routine): Remove.
12707         (spam-summary-prepare): Change to use the new spam-old-articles
12708         variable.
12709         (spam-copy-or-move-routine, spam-copy-spam-routine)
12710         (spam-move-spam-routine, spam-copy-ham-routine)
12711         (spam-move-ham-routine): Add code to copy/move ham or spam.
12712         (spam-fetch-field-fast): Improve doc and code, plus allow the
12713         'number request.
12714         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12715         variables.
12716         (spam-split, spam-find-spam): Use the new backend code.
12717         (spam-registration-functions): Remove variable.
12718         (spam-unregister-routine): Add convenience wrapper.
12719         (spam-log-undo-registration, spam-register-routine)
12720         (spam-log-processing-to-registry)
12721         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12722         where possible.
12723         (spam-check-gmane-xref, spam-check-regex-headers)
12724         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12725         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12726         (spam-check-bogofilter-headers, spam-check-spamoracle)
12727         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12728         (spam-check-crm114-headers): Use the spam-split-group that
12729         spam-split prepares, no need to determine it every time.
12730
12731         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12732         to the nnheader-parse-naked-head call.
12733
12734         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12735
12736         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12737         the nnheader-nov-read-message-id call.
12738
12739 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12742         gnus-activate-group twice.  Suggested by Markus Peter
12743         <warp@spin.de>.
12744
12745 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * gnus-art.el (gnus-article-time-format): Exchange the order of
12748         day and month in the default value; fix customization type.
12749         (article-date-ut): Use add-text-properties.
12750         (article-make-date-line): Use message-make-date instead of
12751         current-time-string.
12752
12753         * message.el (message-fetch-field): Don't use set-text-properties.
12754         (message-make-date): Simplify.
12755
12756         * messagexmas.el (message-xmas-make-date): New function.
12757         (message-xmas-redefine): Defalias message-make-date to it.
12758
12759 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12762         (rfc2047-encode-region): Treat text within parentheses as special;
12763         show the original text when error has occurred.
12764
12765         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12766         already-computed method to gnus-activate-group.
12767
12768         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12769         same select-methods identical Lisp objects.
12770
12771         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12772         object when modifying the info.
12773
12774 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12777         gnus-opened-servers since it has never been opened with the new
12778         configuration yet.
12779
12780 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12783         arg to nnheader-generate-fake-message-id.
12784
12785 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12786
12787         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12788         number and build a fake message ID localized to a group and
12789         article number (so it's repeatable from that point on).
12790         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12791         ID format.
12792
12793         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12794         nnheader-generate-fake-message-id with the article number.
12795
12796 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12797
12798         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12799         end-of-buffer.
12800
12801 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12802
12803         * message.el (message-ignored-supersedes-headers): Add Approved.
12804
12805 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12808         goto-char.
12809         (rfc2047-encode): Fold the line before encoding.
12810
12811 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12812
12813         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12814         folding -- not all headers can be folded, and this should be done
12815         by the message composition mode.  Probably.  I think.
12816
12817 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12820         fast.
12821
12822         * gnus-ems.el (gnus-remove-image): Don't use
12823         message-text-with-property; remove only the image found first.
12824
12825         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
12826         found first.
12827
12828 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12829
12830         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12831
12832 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * message.el (message-text-with-property): Make it fast and accept
12835         optional arguments.
12836         (message-strip-forbidden-properties): Use it.
12837         (message-fix-before-sending): Follow the m-t-w-p change.
12838
12839         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12840
12841 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * gnus-art.el (article-hide-headers): Don't change the buffer
12844         mistakenly when performing mml-preview even if
12845         gnus-single-article-buffer is nil.
12846
12847 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12848
12849         * message.el (message-expand-name-databases): New user option.
12850         (message-expand-name): Use it.
12851
12852 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12853
12854         * spam.el (spam-report-articles-resend)
12855         (spam-report-resend-register-routine): Allow ham reporting.
12856         (spam-report-resend-register-ham-routine): Add wrapper.
12857         (spam-registration-functions): Add ham resending functions.
12858         (spam-list-of-processors): Add ham resend processor.
12859
12860         * gnus.el (ham-resend-to): Add new group parameter.
12861         (spam-process): Add ham resend option.
12862
12863         * spam-report.el (spam-report-resend): Allow reporting ham.
12864         (spam-report-resend-ham): Add wrapper.
12865
12866 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12867
12868         * message.el (message-cite-articles-with-x-no-archive): New
12869         variable.
12870         (message-cite-original): Use it.
12871
12872 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12873
12874         * message.el (message-cite-original): Respect X-No-Archive.
12875
12876 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12877
12878         * gnus-art.el (article-hide-headers): Refer to the values for
12879         gnus-ignored-headers and gnus-visible-headers in the summary
12880         buffer since a user may have set them as group parameters.
12881
12882 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12883
12884         * assistant.el (assistant-node-name): Add convenience function.
12885         (assistant-render-text, assistant-render-node): Add error handling,
12886         plus handle multiple next nodes.
12887         (assistant-find-next-node): Comment out for now.
12888         (assistant-find-next-nodes): Add function, returns list of next
12889         nodes.
12890
12891 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12892
12893         * mail-source.el (mail-source-directory): Fix doc-string.
12894
12895 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12896
12897         * assistant.el (assistant-render-text, assistant-eval): Add :set
12898         widget type, which is different because it takes and returns a
12899         list.  Much hilarity ensues.
12900
12901 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12904
12905         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12906         doc-string.
12907
12908         * gnus-start.el (gnus-activate-group): Added doc-string.
12909
12910 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12913
12914 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12915
12916         * assistant.el (assistant-render-text): Try to add a :set
12917         widget, more to come.
12918
12919         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12920         strings.
12921         (spam-report-articles-resend)
12922         (spam-register-routine): Do registration iff any articles warrant
12923         it.
12924         (spam-summary-prepare-exit): Change log message for nil group
12925         destinations.
12926
12927 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12928
12929         * spam.el (spam-report-resend-register-routine): Allow
12930         spam-report-resend-to to be a group parameter or a global value.
12931
12932 2004-05-26  Simon Josefsson  <jas@extundo.com>
12933
12934         * starttls.el: Merge with my GNUTLS based starttls.el.
12935         (starttls-gnutls-program, starttls-use-gnutls)
12936         (starttls-extra-arguments, starttls-process-connection-type)
12937         (starttls-connect, starttls-failure, starttls-success): New
12938         variables.
12939         (starttls-program, starttls-extra-args): Doc fix.
12940         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12941         functions.
12942         (starttls-negotiate, starttls-open-stream): Check
12943         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12944         function if it is set.
12945
12946 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12949         structured fields.
12950
12951 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12954
12955 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12956
12957         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12958         variable.
12959         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12960         assigning the spam-mark to new messages.
12961
12962 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12963
12964         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12965
12966 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12967
12968         * dgnushack.el: Autoload customize-set-variable for XEmacs.
12969
12970         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12971         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12972         default.
12973
12974 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12975
12976         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12977         correct data.
12978
12979 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12980
12981         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12982         (spam-group-processor-p): Fix function.
12983         (spam-group-processor-multiple-p)
12984         (spam-group-spam-processor-report-gmane-p)
12985         (spam-group-spam-processor-report-resend-p)
12986         (spam-group-spam-processor-bogofilter-p)
12987         (spam-group-spam-processor-blacklist-p)
12988         (spam-group-spam-processor-ifile-p)
12989         (spam-group-ham-processor-ifile-p)
12990         (spam-group-spam-processor-spamoracle-p)
12991         (spam-group-spam-processor-crm114-p)
12992         (spam-group-ham-processor-bogofilter-p)
12993         (spam-group-spam-processor-stat-p)
12994         (spam-group-ham-processor-stat-p)
12995         (spam-group-ham-processor-whitelist-p)
12996         (spam-group-ham-processor-BBDB-p)
12997         (spam-group-ham-processor-spamoracle-p)
12998         (spam-group-ham-processor-copy-p): Remove functions with some
12999         prejudice against unneeded code.
13000         (spam-report-articles-resend)
13001         (spam-report-resend-register-routine): Allow the group/topic
13002         spam-resend-to value to override spam-report-resend-to.
13003         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13004         properly now.
13005
13006         * gnus.el (spam-resend-to): Add group/topic parameter.
13007         (spam-process): Move the OBSOLETE processors to the end of the
13008         choices.
13009
13010 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13011
13012         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13013         with resend-to set to nil, and then ask the user if necessary.
13014         (spam-report-resend): spam-report-resend takes a list of articles, not
13015         separate article numbers.
13016
13017 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13018
13019         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13020         addition to emacs-w3m.
13021
13022 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13023
13024         * assistant.el (assistant-authinfo-data): New function.
13025         (assistant-eval): Eval for entire assistant.
13026
13027         * netrc.el (netrc-services-file): New variable.
13028         (netrc-parse-services): New function.
13029         (netrc-find-service-name): New function.
13030         (netrc-find-service-number): New function.
13031         (netrc-port-equal): New function.
13032         (netrc-machine): Use it.
13033
13034         * nnimap.el (nnimap-open-connection): Use netrc.
13035
13036         * gnus-util.el (gnus-netrc-get): Remove aliases.
13037
13038         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13039
13040         * assistant.el (wid-edit): Fix compilation.
13041
13042         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13043
13044 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13045
13046         * gnus-util.el (gnus-set-file-modes): New function.  (small
13047         patch).
13048
13049 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13050
13051         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13052
13053         * assistant.el (assistant-render-node): Fix up rendering and
13054         read-only text.
13055         (assistant-render-node): Reset.
13056         (assistant-make-read-only): Not sticky.
13057
13058 2004-05-20  Danny Siu  <dsiu@adobe.com>
13059
13060         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13061         centered even when gnus-auto-center-summary is t
13062
13063 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13064
13065         * dns.el (dns-get-txt-answer): New function.
13066         (dns-read-txt): Ditto.
13067         (query-dns): Use it.
13068
13069 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13070
13071         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13072         active for foreign groups even if the group level is higher than
13073         the specified value.
13074
13075 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13076
13077         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13078         non-active groups.
13079
13080         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13081
13082 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13083
13084         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13085
13086 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13087
13088         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13089         (spam-crm114-header, spam-crm114-spam-switch)
13090         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13091         (spam-crm114-positive-spam-header)
13092         (spam-crm114-database-directory, spam-list-of-processors)
13093         (spam-group-spam-processor-crm114-p)
13094         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13095         (spam-generic-score, spam-list-of-checks)
13096         (spam-list-of-statistical-checks, spam-registration-functions)
13097         (spam-check-crm114-headers, spam-crm114-score)
13098         (spam-check-crm114, spam-crm114-register-with-crm114)
13099         (spam-crm114-register-spam-routine)
13100         (spam-crm114-unregister-spam-routine)
13101         (spam-crm114-register-ham-routine)
13102         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13103         asjo@koldfront.dk (Adam Sjøgren).
13104
13105         * gnus.el: Add spam-use-crm114.
13106
13107         * spam.el (spam-list-of-processors, spam-registration-functions):
13108         Add spam-use-resend.
13109         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13110         (spam-report-articles-gmane): Add doc fix.
13111         (spam-report-articles-resend, spam-report-resend-register-routine):
13112         Add wrappers around spam-report-resend-to.
13113
13114         * spam-report.el (spam-report-resend-to, spam-report-resend):
13115         Add support for resending spam.
13116         (spam-report-gmane): Fix line length >80.
13117
13118         * gnus.el (spam-process): Add spam-use-resend.
13119
13120 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13121
13122         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13123         number of processed spam messages.
13124         (spam-ham-copy-or-move-routine): Return the number of processed
13125         ham messages.
13126         (spam-summary-prepare-exit): Use the above values to decide
13127         whether status messages shouled be displayed.
13128
13129 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13132         `rfc2047-encoding-function-alist' in order to avoid conflicting
13133         with the old version.
13134         (rfc2047-encode-region): Concatenate words containing non-ASCII
13135         characters in structured fields; don't encode space-delimited
13136         ASCII words even in unstructured fields; don't break words at
13137         char-category boundaries.
13138         (rfc2047-encode-1): New function.
13139         (rfc2047-encode): Use it; encode text so that it occupies the
13140         maximum width within 76-column; work correctly on Q encoding for
13141         iso-2022-* charsets.
13142         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13143         sure not to break a line just after the header name.
13144         (rfc2047-b-encode-region): Removed.
13145         (rfc2047-b-encode-string): New function.
13146         (rfc2047-q-encode-region): Removed.
13147         (rfc2047-q-encode-string): New function.
13148
13149         * mm-util.el (mm-replace-in-string): New function.
13150
13151 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13152
13153         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13154         get it right.
13155         (gnus-inews-make-draft): Really.
13156
13157 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13158
13159         * nnmh.el (nnmh-request-list-1): Don't check the link count
13160         before descending.  (small patch)
13161
13162 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13163
13164         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13165         stuff.
13166
13167         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13168         on real group name.
13169
13170         * gnus-art.el (gnus-signature-limit): Doc fix.
13171
13172         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13173
13174         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13175
13176 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13177
13178         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13179         isn't a string.
13180
13181 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13182
13183         * gnus-draft.el (gnus-draft-send): Bind
13184         rfc2047-encode-encoded-words.
13185
13186         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13187         (rfc2047-encodable-p): Say that =? needs encoding.
13188         (rfc2047-encode-encoded-words): New variable.
13189
13190         * gnus-group.el (gnus-group-select-group): Doc fix.
13191
13192         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13193
13194         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13195         to nil.
13196
13197         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13198
13199         * nnheader.el (nnheader-get-lines-and-char): New function.
13200
13201 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13202
13203         * gnus-msg.el (gnus-summary-followup-with-original): Document
13204         yanking of region when active.
13205
13206 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13209         groups if the group level is higher than the specified value.
13210
13211 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13214         (gnus-group-jump-to-group): Added prefix argument using
13215         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13216         non-active group.
13217
13218         * compface.el (uncompface): Be verbose when changing
13219         `uncompface-use-external'.
13220
13221         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13222         handle manual section.
13223
13224 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13225
13226         * gnus-art.el (gnus-button-alist): Revert previous change.
13227
13228 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13229
13230         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13231
13232 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13233
13234         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13235         whether backend can accept message.
13236
13237         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13238
13239 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13240
13241         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13242         Avoid creating directory when nntp-marks-is-evil is true.
13243         Reported by Reiner Steib.
13244
13245 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * gnus-picon.el (gnus-picon-style): New variable.
13248         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13249         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13250         Jesper Harder <harder@ifa.au.dk>.
13251
13252 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13253
13254         * message.el (message-fill-field): Return point.
13255         (message-generate-headers): Go to end of field.
13256
13257         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13258         stuff for non-living groups.
13259
13260 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13261
13262         * gnus-art.el (gnus-article-followup-with-original)
13263         (gnus-article-reply-with-original): gnus-mark-active-p ->
13264         gnus-region-active-p.
13265
13266 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13267
13268         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13269         only when there is spam or ham to be processed.
13270
13271 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13272
13273         * mail-source.el (mail-source-delete-crash-box): Refactor.
13274         (mail-source-fetch): Use it.
13275         (mail-source-fetch-file): Ditto.
13276         (mail-source-fetch-directory): Run postscript in loop.
13277         (mail-source-fetch-pop): Delete.
13278         (mail-source-fetch-maildir): Ditto.
13279         (mail-source-fetch-imap): Ditto.
13280
13281         * imap.el (imap-authenticators): Comment out sasl.
13282
13283         * message.el (message-skip-to-next-address): New function.
13284         (message-fill-header-address): Refactor.
13285         (message-fill-address): Use it.
13286         (message-delete-address): Use it.
13287         (message-fill-header-general): Refactor.
13288         (message-fill-field-address): Rename.
13289         (message-narrow-to-field): Find the start of the header.
13290         (message-header-format-alist): Don't pre-fill.
13291         (message-fill-header): Removed.
13292         (message-insert-header): New function.
13293         (message-shorten-references): Use it.
13294
13295         * rfc2047.el (rfc2047-field-value): Strip props.
13296
13297         * mail-parse.el (mail-header-make-address): New alias.
13298
13299         * ietf-drums.el (ietf-drums-make-address): New function.
13300
13301         * imap.el: Add compiler directives.
13302
13303         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13304
13305         * gnus-art.el (article-decode-idna-rhs): Don't use
13306         message-idna-inside-rhs-p.
13307
13308 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13309
13310         * message.el (message-idna-inside-rhs-p): Removed.
13311         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13312
13313         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13314         false positives.
13315
13316 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13317
13318         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13319
13320 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13321
13322         * nneething.el (nneething-file-name): Don't create spurious
13323         files.
13324
13325         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13326         (gnus-inews-do-gcc): Remove sleep.
13327
13328         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13329         part under point.
13330
13331         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13332         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13333
13334 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13335
13336         * spam.el (spam-summary-prepare-exit): Fixed (length).
13337
13338 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13339
13340         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13341         as expired without moving it" message when there are spam
13342         messages left.
13343
13344 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13345
13346         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13347         header is not nil.
13348
13349 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13350
13351         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13352         nntp-possibly-create-directory, not nntp-possibly-change-group.
13353         (nntp-marks-changed-p): New arg SERVER.
13354         (nntp-request-update-info): Adjust caller.
13355
13356 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13357
13358         * nntp.el (nntp-save-marks): Pass missing arg.
13359
13360 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13361
13362         * nntp.el: Support marks.
13363         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13364         (nntp-marks-modtime, nntp-marks-directory): New variables.
13365         (nntp-request-set-mark, nntp-request-update-info)
13366         (nntp-possibly-create-directory, nntp-marks-changed-p)
13367         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13368         functions.
13369
13370 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13371
13372         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13373         (gnus-xmas-redefine): Rename.
13374
13375         * gnus-score.el (gnus-score-insert-help): Use
13376         gnus-select-lowest-window.
13377
13378         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13379         appt-select-lowest-window and rename to gnus-select-lowest-window.
13380
13381         * gnus.el: do.
13382
13383 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13384
13385         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13386         encodings of MIME-encoded words, in order to improve
13387         interoperability with several broken MUAs.
13388
13389 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13390
13391         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13392         tags, only when charsets are not specified in headers.
13393         (mm-inline-text-html-render-with-w3m): Ditto.
13394
13395         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13396         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13397
13398 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13399
13400         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13401         instead of MIME-decoded from fields when checking
13402         `gnus-article-address-banner-alist'.
13403
13404 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13405
13406         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13407         description rather than subject.
13408
13409 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13410
13411         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13412
13413 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13414
13415         * gnus.el (gnus-version-number): Bump.
13416
13417 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13418
13419         * gnus.el: No Gnus v0.2 is released.
13420
13421 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13422
13423         * gnus-agent.el (gnus-agent-read-agentview): Inline
13424         gnus-uncompress-range.
13425
13426 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13427
13428         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13429         `exec-installed-p'.
13430
13431 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13432
13433         * gnus.el (spam-process, spam-autodetect-methods): Add
13434         bsfilter and bsfilter-headers.
13435
13436         * spam.el (spam-bsfilter): New customize group.
13437         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13438         (spam-bsfilter-header, spam-bsfilter-probability-header)
13439         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13440         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13441         (spam-bsfilter-database-directory): New options.
13442         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13443         (spam-list-of-statistical-checks, spam-registration-functions):
13444         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13445         (spam-bsfilter-score): New command.
13446         (spam-check-bsfilter-headers, spam-check-bsfilter)
13447         (spam-bsfilter-register-with-bsfilter)
13448         (spam-bsfilter-register-spam-routine)
13449         (spam-bsfilter-unregister-spam-routine)
13450         (spam-bsfilter-register-ham-routine)
13451         (spam-bsfilter-unregister-ham-routine): New functions.
13452         (spam-generic-score): Support bsfilter; Accept an optional argument
13453         to recalcurate spam score even if scoring header has already been
13454         added.
13455         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13456         optional argument to recalcurate spam score even if scoring header
13457         has already been added.
13458
13459 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13460
13461         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13462         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13463         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13464         link is missing.
13465
13466 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13467
13468         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13469         (html2text-get-attr): Rewrite.
13470
13471         * message.el (message-setup-1): Remove redundant put-text-property
13472         on mail-header-separator.
13473
13474 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13475
13476         * gnus-registry.el (gnus-registry-cache-whitespace)
13477         (gnus-registry-action, gnus-registry-spool-action)
13478         (gnus-registry-split-fancy-with-parent): Change message levels
13479         from 5 to 3 or 7, as needed.
13480
13481         * spam.el (spam-summary-prepare-exit)
13482         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13483         (spam-split, spam-find-spam, spam-log-undo-registration)
13484         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13485         level from 5 to 6.
13486
13487 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13490         2004-03-04 change).
13491
13492 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13493
13494         * sieve-manage.el (sieve-manage-open):
13495         * nnweb.el (nnweb-insert-html):
13496         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13497         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13498         * nnspool.el (nnspool-request-group):
13499         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13500         * nnml.el (nnml-request-update-info):
13501         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13502         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13503         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13504         (nnimap-request-set-mark):
13505         * nnfolder.el (nnfolder-request-update-info):
13506         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13507         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13508         * gnus-uu.el (gnus-uu-find-articles-matching):
13509         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13510         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13511         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13512         * gnus-nocem.el (gnus-nocem-scan-groups):
13513         * gnus-int.el (gnus-start-news-server):
13514         * gnus-group.el (gnus-group-make-kiboze-group)
13515         (gnus-group-browse-foreign-server):
13516         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13517         Use mapc when appropriate.
13518
13519 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13520
13521         FIXME: Make separate entries for each person.
13522
13523         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13524         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13525         <shields@msrl.com>:
13526
13527         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13528         may need for spam sorting and scoring.
13529         (spam-user-format-function-S): Add user format function suitable for
13530         general use.
13531         (spam-article-sort-by-spam-status): Add sorting function for summary
13532         sorting.
13533         (spam-extra-header-to-number): Add function to get a score from a
13534         header.
13535         (spam-summary-score): Add function to get a numeric score from the
13536         headers.
13537         (spam-generic-score): Fix function doc, was in wrong place.
13538         (spam-initialize): Take symbols when it's run, and install the
13539         extra headers that spam-necessary-extra-headers thinks we need.
13540
13541 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13542
13543         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13544         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13545
13546 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13547
13548         * gnus-sum.el (gnus-set-global-variables)
13549         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13550         (gnus-article-get-xrefs, gnus-summary-best-group)
13551         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13552         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13553         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13554         Use with-current-buffer.
13555
13556 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13557
13558         * spam.el (spam-summary-prepare-exit): Simplify logic.
13559         (spam-fetch-article-header): Read the article header if it's not
13560         available.
13561         (spam-list-articles): Simplify logic.
13562         (spam-filelist-register-routine): Fix bug with unregister-list.
13563
13564         * gnus-registry.el: Fix comments at beginning.
13565
13566 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13567
13568         * message.el (message-cater-to-broken-inn): Remove.
13569         (message-shorten-references): Make sure the total folded length of
13570         References is shorter than 998 characters to cater to a bug in INN
13571         2.3.  Also, don't pretend that references aren't folded -- this
13572         hasn't worked for a while.
13573
13574 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13575
13576         * gnus-agent.el (gnus-agentize):
13577         gnus-agent-send-mail-real-function no longer set to current value
13578         of message-send-mail-function but rather a lambda that calls
13579         message-send-mail-function.  The change makes the agent real-time
13580         responsive to user changes to message-send-mail-function.
13581
13582 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13583
13584         * legacy-gnus-agent.el
13585         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13586         help from Florian Weimer <fw@deneb.enyo.de>
13587
13588 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * nnmail.el (nnmail-cache-insert): Revert last change.
13591
13592 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * nnmail.el (nnmail-cache-insert): Always check whether
13595         nnmail-cache-ignore-groups matches a group name.
13596
13597 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13598
13599         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13600         (spam-find-spam, spam-log-processing-to-registry)
13601         (spam-log-registered-p, spam-log-unregistration-needed-p)
13602         (spam-log-undo-registration): Use gnus-message instead of
13603         gnus-error, none of these errors are fatal.
13604
13605         * gnus-registry.el (gnus-registry-clean-empty-function)
13606         (gnus-registry-clean-empty): Remove only empty entries without
13607         extra data.
13608
13609 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13610
13611         * spam-stat.el (spam-stat-buffer-change-to-spam)
13612         (spam-stat-buffer-change-to-non-spam): Change (error) to
13613         (gnus-message 8) invocation.
13614
13615 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * nntp.el (nntp-via-netcat-command): New variable.
13618         (nntp-via-netcat-switches): New variable.
13619         (nntp-open-via-rlogin-and-netcat): New function.
13620         (nntp-open-connection-function): Doc fix.
13621         (nntp-telnet-command): Doc fix.
13622         (nntp-end-of-line): Doc fix.
13623         (nntp-via-rlogin-command): Doc fix.
13624         (nntp-via-user-name): Doc fix.
13625         (nntp-via-address): Doc fix.
13626
13627 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13630         error in Emacs 21.1.
13631
13632 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13633
13634         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13635
13636 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13637
13638         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13639         (gnus-agent-with-refreshed-group): New macro.
13640         (gnus-agent-rename-group): New function.
13641         (gnus-agent-delete-group): New function.
13642         (gnus-agent-save-group-info): Use gnus-command-method when
13643         `method' parameter is nil.  Don't write nil entries into the
13644         active file.
13645         (gnus-agent-get-group-info): New function.
13646         (gnus-agent-fetch-articles): Use
13647         gnus-agent-update-files-total-fetched-for to increment disk space
13648         used.
13649         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13650         gnus-agent-update-view-total-fetched-for to increment disk space
13651         used.
13652         (gnus-agent-get-local): Added optional parameters to avoid calling
13653         gnus-group-real-name and gnus-find-method-for-group.
13654         (gnus-agent-set-local): Delete stored entry if either min, or max,
13655         are nil.
13656         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13657         quit, use gnus-agent-regenerate-group to record existance of any
13658         articles fetched to disk before the quit occurred.
13659         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13660         gnus-agent-update-view-total-fetched-for, and
13661         gnus-agent-update-files-total-fetched-for to decrement disk space
13662         used.
13663         (gnus-agent-retrieve-headers): Use
13664         gnus-agent-update-view-total-fetched-for to increment disk space
13665         used.
13666         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13667         with gnus-agent-update-files-total-fetched-for to decrement disk
13668         space and fresh group buffer.
13669         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13670         (gnus-agent-need-update-total-fetched-for): New variable.
13671         (gnus-agent-update-files-total-fetched-for): New function.
13672         (gnus-agent-update-view-total-fetched-for): New function.
13673         (gnus-agent-total-fetched-for): New function.
13674
13675         * gnus-cache.el (gnus-cache-save-buffers): Use
13676         gnus-cache-update-overview-total-fetched-for to change disk space
13677         used by this group.
13678         (gnus-cache-possibly-enter-article): Use
13679         gnus-cache-update-file-total-fetched-for to increment disk space
13680         used by this group.
13681         (gnus-cache-possibly-remove-article): Use
13682         gnus-cache-update-file-total-fetched-for to decrement disk space
13683         used by this group.
13684         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13685         (gnus-cache-rename-group): New function.
13686         (gnus-cache-delete-group): New function.
13687         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13688         (gnus-cache-need-update-total-fetched-for): New variable.
13689         (gnus-cache-with-refreshed-group): New macro.
13690         (gnus-cache-update-file-total-fetched-for): New function.
13691         (gnus-cache-update-overview-total-fetched-for): New function.
13692         (gnus-cache-rename-group-total-fetched-for): New function.
13693         (gnus-cache-delete-group-total-fetched-for): New function.
13694         (gnus-cache-total-fetched-for): New function.
13695
13696         * gnus-group.el: Require gnus-sum and autoload functions to
13697         resolve warnings when gnus-group.el compiled alone.
13698         (gnus-group-line-format): Documented new %F
13699         (size of Fetched data) group line format; identifies disk space
13700         used by agent and cache.
13701         (gnus-group-line-format-alist): Defined new F format.
13702         (gnus-total-fetched-for): New function.
13703         (gnus-group-delete-group): No longer update
13704         gnus-cache-active-altered as gnus-request-delete-group now keeps
13705         the cache in sync.
13706         (gnus-group-list-active): Let the agent store a server's active
13707         list if currently plugged.
13708
13709         * gnus-int.el (gnus-request-delete-group):
13710         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13711         local disk in sync with the server.
13712         (gnus-request-rename-group):
13713         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13714         local disk in sync with the server.
13715
13716         * gnus-start.el (gnus-get-unread-articles):
13717         Cosmetic simplification to logic.
13718
13719         * gnus-util.el (gnus-rename-file): New function.
13720
13721 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13722
13723         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13724
13725 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13726
13727         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13728         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13729
13730 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13731
13732         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13733         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13734
13735 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13736
13737         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13738
13739 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13740
13741         * spam.el (spam-set-difference): Add function to replace
13742         gnus-set-difference in spam.el.
13743         (spam-summary-prepare-exit): Use spam-set-difference.
13744
13745 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13746
13747         * gnus-registry.el (gnus-registry-cache-file): Update to use
13748         gnus-dribble-directory OR gnus-home-directory OR ~.
13749         (gnus-registry-split-fancy-with-parent): Fix doc.
13750
13751 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * message.el (message-exchange-point-and-mark): Use
13754         message-mark-active-p.  Suggested by Jesper Harder
13755         <harder@ifa.au.dk>.
13756
13757 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * message.el (message-exchange-point-and-mark): Don't activate
13760         region if it was inactive.  Suggested by Hiroshi Fujishima
13761         <pooh@nature.tsukuba.ac.jp>.
13762
13763 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * gnus-art.el (article-display-face): Display Faces in the same
13766         order as X-Faces.
13767
13768 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13771
13772 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13775         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13776         (gnus-article-mime-hierarchy): Remove.
13777         (gnus-article-mime-hierarchy-next): Remove.
13778         (gnus-article-mode): Revert 2004-03-19 change.
13779         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13780         (gnus-insert-mime-button): Revert 2004-03-19 change.
13781         (gnus-mime-accumulate-hierarchy): Remove.
13782         (gnus-mime-enter-multipart): Remove.
13783         (gnus-mime-leave-multipart): Remove.
13784         (gnus-mime-display-part): Revert 2004-03-19 change.
13785         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13786
13787         * mml.el (mml-preview): Revert 2004-03-19 change.
13788
13789 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13790
13791         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13792
13793 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13796         t while entering a file name using the mm-with-multibyte macro.
13797         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13798
13799         * mm-util.el (mm-with-multibyte): New macro.
13800
13801 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13804         user option.
13805         (gnus-mime-multipart-functions): Doc and customization fix.
13806         (gnus-article-mime-hierarchy): New variable.
13807         (gnus-article-mime-hierarchy-next): New variable.
13808         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13809         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13810         gnus-article-mime-hierarchy-next to nil.
13811         (gnus-insert-mime-button): Show hierarchy numbers.
13812         (gnus-mime-accumulate-hierarchy): New function.
13813         (gnus-mime-enter-multipart): New function.
13814         (gnus-mime-leave-multipart): New function.
13815         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13816         (gnus-mime-display-alternative): Show hierarchy numbers.
13817
13818         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13819         gnus-article-mime-hierarchy-next to nil.
13820
13821 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13822
13823         * dns.el: Don't require gnus-xmas.
13824
13825 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13826
13827         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13828         inline PGP.
13829         (mml-menu): Disable mml-quote-region if mark is inactive.
13830
13831 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13834         when the group's active is not available.
13835
13836 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13839         error.
13840
13841 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13842
13843         * imap.el (imap-store-password): New variable.
13844         (imap-interactive-login): Use it.
13845         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13846
13847 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13850         window-start and hscroll to summary window.
13851
13852 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13853
13854         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13855         conversion message to newsrc-dribble when an actual conversion is
13856         performed.
13857
13858 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13859
13860         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13861
13862 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * mm-decode.el (mm-complicated-handles): New function reviving
13865         former definition of mm-multiple-handles.
13866
13867         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13868         (gnus-mime-delete-part): Use it.
13869
13870 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13871
13872         * gnus-agent.el (gnus-agent-read-local): Bind
13873         nnheader-file-coding-system to gnus-agent-file-coding-system to
13874         avoid the implicit assumption that they will always be equal.
13875         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13876         coding-system-for-write, as the with-temp-file macro first prints
13877         to a buffer then saves the buffer.
13878
13879 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * gnus-art.el (gnus-article-edit-part): New function.
13882         (gnus-mime-save-part-and-strip): Use it; do query instead of
13883         signaling an error; don't use mm-multiple-handles.
13884         (gnus-mime-delete-part): Ditto.
13885
13886 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13887
13888         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13889         old file versions.
13890         (gnus-group-prepare-hook): Removed function that converted list
13891         form of gnus-agent-expire-days to group properties.
13892
13893         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13894         (gnus-request-accept-article): Re-indented.
13895
13896         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13897         converters to handle old agent file formats.  Added logic for a
13898         "backup before upgrading warning".
13899         (gnus-convert-mark-converter-prompt): Developers can mark
13900         functions as needing (default), or not needing,
13901         gnus-convert-old-newsrc's "backup before upgrading warning".
13902         (gnus-convert-converter-needs-prompt): Tests whether the user
13903         should be protected from potentially irreversable changes by the
13904         function.
13905
13906         * legacy-gnus-agent.el: New.  Provides converters that are only
13907         loaded when gnus-convert-old-newsrc needs to call them.
13908
13909 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13910
13911         * mail-source.el (mail-source-touch-pop): Doc fix.
13912
13913         * message.el (message-smtpmail-send-it): Doc fix.
13914
13915 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13916
13917         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13918
13919         * nnmail.el (nnmail-split-fancy): do.
13920
13921         * gnus-kill.el (gnus-kill, gnus-execute): do.
13922
13923 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13924
13925         * gnus-sum.el (gnus-widget-reversible-match)
13926         (gnus-widget-reversible-to-internal)
13927         (gnus-widget-reversible-to-external): New functions.
13928         (gnus-widget-reversible): New widget.
13929         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13930
13931 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13932
13933         * gnus-sum.el (gnus-thread-sort-functions)
13934         (gnus-article-sort-functions): Document `(not F)' items.
13935
13936 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13937
13938         * spam.el (spam-use-gmane-xref): Add new backend.
13939         (spam-gmane-xref-spam-group): Add variable to control the name of the
13940         Gmane spam group.
13941         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13942         (spam-regex-headers-spam, spam-regex-headers-ham)
13943         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13944         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13945         backends and checks.
13946         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13947
13948         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13949         an autodetect method.
13950
13951 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13952
13953         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13954         articles are being added to a group.
13955         (gnus-request-replace-article): Inform the agent that articles
13956         need to be uncached as the cached contents are no longer valid.
13957
13958 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * binhex.el: Don't autoload executable-find.
13961
13962         * canlock.el: Don't autoload mail-fetch-field.
13963
13964         * dgnushack.el: Autoload c-mode for XEmacs.
13965
13966         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13967
13968         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13969         rmail-dont-reply-to and rmail-output.
13970
13971         * gnus-score.el: Don't autoload ffap-string-at-point.
13972
13973         * gnus-setup.el: Don't autoload sc-cite-original.
13974
13975         * imap.el: Don't autoload base64-decode-string,
13976         base64-encode-string and md5.
13977
13978         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13979         and rmail-msg-restore-non-pruned-header.
13980
13981         * mm-decode.el: Don't autoload executable-find.
13982
13983         * mm-url.el: Don't autoload executable-find.
13984
13985         * mm-view.el: Don't autoload diff-mode.
13986
13987         * nndb.el: Don't autoload news-reply-mode, news-setup,
13988         cancel-timer and telnet.
13989
13990         * password.el: Don't autoload run-at-time for Emacs.
13991
13992         * sha1-el.el: Don't autoload executable-find.
13993
13994         * sieve-mode.el: Don't autoload c-mode.
13995
13996         * uudecode.el: Don't autoload executable-find.
13997
13998 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13999
14000         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14001         (gnus-agent-possibly-alter-active): Avoid null in numeric
14002         comparison.
14003         (gnus-agent-set-local): Refuse to save null in local object table.
14004         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14005         list of articles that will be marked as unread.
14006
14007 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14010
14011 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14012
14013         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14014         language tags.
14015
14016 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14017
14018         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14019         Don't bind "obarray".
14020
14021         * gnus-sum.el (gnus-thread-sort-functions): Added
14022         `gnus-thread-sort-by-most-recent-number' and
14023         `gnus-thread-sort-by-most-recent-date'.
14024         Reported by Kai Grossjohann <kai@emptydomain.de>.
14025
14026 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14029
14030 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14031
14032         * gnus-cus.el (gnus-agent-customize-category): Removed
14033         ignore-errors macro reference that required cl to be loaded at
14034         run-time.
14035
14036         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14037         single-interval range of the form (min . max).  Previously the
14038         range had to look like ((min . max)).  Likewise, return
14039         (min . max) rather than ((min . max)).
14040         (gnus-range-map): Use gnus-range-normalize to accept
14041         single-interval range.
14042
14043         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14044         the cache, but not the agent, now appear with their usual face.
14045
14046         * dgnushack.el (loaddir): New variable that is bound to the
14047         directory containing the dgnushack.el file. Use loaddir, rather
14048         than srcdir, to update load-path. Change lets dgnushack compile
14049         code in directories other than GNUS/lisp.
14050
14051 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * lpath.el: Don't bind w3m-safe-url-regexp.
14054
14055         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14056         w3m-safe-url-regexp variable buffer-local.
14057
14058         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14059
14060 2004-02-27  Simon Josefsson  <jas@extundo.com>
14061
14062         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14063         gnus-group-real-prefix.
14064         (gnus-summary-move-article): Use it, instead of
14065         gnus-group-real-prefix.
14066
14067 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * lpath.el: Bind w3m-safe-url-regexp.
14070
14071         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14072         w3m-safe-url-regexp variable buffer-local and set it as the value
14073         of mm-w3m-safe-url-regexp.
14074
14075         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14076
14077         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14078         parsing gnus-posting-styles when the message is not for replying.
14079
14080         * dgnushack.el: Autoload sgml-mode for XEmacs.
14081
14082         * nnrss.el (nnrss-opml-export): Use
14083         mm-set-buffer-file-coding-system instead of
14084         set-buffer-file-coding-system.
14085
14086 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14087
14088         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14089         of checkdoc.el).
14090         * nnrss.el: do.
14091         * gnus-mlspl.el: do.
14092         * gnus-ml.el: do.
14093         * gnus-srvr.el: do.
14094
14095         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14096
14097 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14098
14099         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14100         Corrections to custom-manual links.
14101
14102         * gnus-art.el (gnus-article): Ditto.
14103
14104         * mm-decode.el (mime-display, mime-security): Ditto.
14105
14106 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14107
14108         * flow-fill.el: Typo.
14109
14110 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14111
14112         * spam-wash.el: New file.
14113
14114 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14115
14116         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14117
14118 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14119
14120         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14121         to be run with new-articles as LIST1, not LIST2.
14122         (spam-registration-functions): Add spam-use-ham-copy as a nil
14123         registration backend.
14124
14125 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14126
14127         * spam-stat.el (spam-stat-washing-hook): New option.
14128         (spam-stat-buffer-words): Use it.
14129         (spam-stat-process-directory, spam-stat-test-directory): Use
14130         insert-file-contents-literally.
14131         (spam-stat-coding-system): New variable.
14132         (spam-stat-load, spam-stat-save): Use it.
14133
14134 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * spam-report.el (spam-report-plug-agent): Quote
14137         spam-report-url-to-file and spam-report-url-ping-plain.
14138
14139 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14140
14141         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14142         / in mailto URLs.
14143
14144 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14145
14146         * spam-report.el (spam-report-process-queue): Fix interactive use.
14147         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14148         (spam-report-unplug-agent): Doc fixes.
14149         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14150         (spam-report-agentize, spam-report-deagentize): Autoload
14151
14152 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14153
14154         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14155
14156         * message.el (message-setup-fill-variables): Add mml tags to
14157         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14158         <ajk@iu.edu>.
14159         (message-mode): Don't modify paragraph-separate there.
14160
14161 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * compface.el (uncompface-use-external): Default to undecided.
14164         (uncompface-use-external-threshold): New variable.
14165         (uncompface-float-time): New macro.
14166         (uncompface): Determine whether to use the external decoder if
14167         uncompface-use-external is undecided.
14168
14169 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14170
14171         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14172         after images.
14173
14174         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14175
14176 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14177
14178         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14179
14180         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14181
14182         * gnus-sum.el (gnus-summary-limit-to-age)
14183         (gnus-summary-limit-children): do.
14184
14185         * gnus-int.el (gnus-request-scan): do.
14186
14187         * gnus-group.el (gnus-group-suspend): do.
14188
14189         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14190
14191         * gnus-cite.el (gnus-cite-parse-attributions): do.
14192
14193         * gnus-agent.el (gnus-summary-set-agent-mark)
14194         (gnus-agent-regenerate-group): do.
14195
14196         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14197
14198         * binhex.el (binhex-decode-region-internal): do.
14199
14200 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * gnus-fun.el (gnus-face-properties-alist): New user option.
14203         (gnus-display-x-face-in-from): Use it.
14204
14205         * gnus-art.el (article-display-face): Ditto.
14206
14207         * compface.el (uncompface-use-external): Default to nil.
14208
14209 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14210
14211         * nntp.el (nntp-erase-buffer): New function.
14212         (nntp-retrieve-data, nntp-send-command)
14213         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14214         (nntp-possibly-change-group): Use it.
14215
14216         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14217         with-current-buffer.
14218
14219 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14220
14221         * compface.el: Merge the ELisp-based uncompface program.
14222         (compface): New customization group.
14223         (uncompface-use-external): New user option.
14224         (uncompface): Call uncompface-internal if uncompface-use-external
14225         is nil.
14226         (uncompface-internal): New function.  Note that there are also
14227         some other functions and variables added for this function.
14228
14229 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14230
14231         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14232         if necessary.
14233
14234 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14235
14236         * spam-report.el (spam-report-unplug-agent)
14237         (spam-report-plug-agent, spam-report-deagentize)
14238         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14239         Add support for the Agent in spam-report: when unplugged, report to a
14240         file; when plugged, submit all the requests.
14241
14242         * spam.el (spam-register-routine): Fix message about
14243         registration.
14244
14245 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14246
14247         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14248         dependencies.
14249         (rfc2047-encode): Use it.
14250
14251         * gnus-art.el (gnus-button-marker-list): Move before first
14252         reference.
14253
14254         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14255         (imap-parse-body): Fix format string mismatch.
14256
14257         * gnus-score.el (gnus-summary-increase-score): do.
14258
14259         * nnrss.el (nnrss-close): New function.
14260
14261 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14262
14263         * nnrss.el (nnrss-make-filename): New function.
14264         (nnrss-request-delete-group, nnrss-read-server-data)
14265         (nnrss-save-server-data, nnrss-read-group-data)
14266         (nnrss-save-group-data): Use it.
14267         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14268         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14269         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14270
14271 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14272
14273         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14274
14275 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14276
14277         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14278         files.
14279
14280         * message.el (message-generate-headers-first): Don't quote nil
14281         and t in docstrings.
14282
14283         * imap.el (imap-id): do.
14284
14285         * gnus-agent.el (gnus-agent-consider-all-articles)
14286         (gnus-agent-queue-mail): do.
14287
14288 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14289
14290         * spam-report.el (spam-report-process-queue): New function.
14291         Process requests from `spam-report-requests-file'.
14292         (spam-report-process-queue): Doc fix.
14293
14294 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14295
14296         * spam.el (spam-register-routine)
14297         (spam-log-processing-to-registry, spam-log-registered-p)
14298         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14299         Change "check" to "spam-check" for semi-clarity.
14300
14301 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14302
14303         * pop3.el: Require nnheader.
14304
14305         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14306
14307         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14308
14309         * gnus-picon.el: Require cl.
14310
14311         * gnus-fun.el: Require gnus-ems and gnus-util.
14312
14313         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14314
14315         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14316
14317         * gnus-art.el (gnus-article-edit-mode): Define before first
14318         reference.
14319
14320 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14321
14322         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14323         (gnus-uu-post-encoded): Use point-at-bol.
14324
14325         * gnus-topic.el (gnus-group-active-topic-p): do.
14326
14327         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14328
14329         * gnus-group.el (gnus-group-kill-region): do.
14330
14331         * gnus-art.el (article-date-ut): do.
14332
14333         * message.el (message-fetch-field): Remove redundant
14334         case-fold-search binding.
14335         (message-narrow-to-field): Simplify.
14336
14337 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14338
14339         * spam.el (spam-directory): Derive from `gnus-directory'.
14340
14341         * spam-report.el (spam-report-url-to-file)
14342         (spam-report-requests-file): New function and variable for offline
14343         reporting.
14344         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14345         and user defined function.
14346         (spam-report-url-ping-mm-url): Remove doubled slash.
14347
14348 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14349
14350         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14351
14352 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14353
14354         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14355         format string mismatch.
14356
14357         * sieve.el (sieve-deactivate-all): do.
14358
14359         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14360
14361         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14362
14363         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14364
14365         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14366
14367 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14368
14369         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14370         the list of checks.
14371
14372 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14373
14374         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14375         padding.
14376
14377 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14378
14379         * mm-view.el (mm-fill-flowed): New variable.
14380         (mm-inline-text): Use it.
14381
14382 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14383
14384         * spam.el (spam-spamassassin-register-ham-routine)
14385         (spam-spamassassin-register-spam-routine): Fix function names.
14386
14387 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14388
14389         * gnus.el (gnus-tmp-grouplens): Remove.
14390         (gnus-summary-line-format): Remove grouplens.
14391
14392         * gnus-group.el (gnus-group-line-format): Ditto.
14393
14394         * gnus-spec.el (gnus-format-specs): Ditto.
14395         (gnus-update-format-specifications): Flush the group format spec
14396         cache if there's the grouplens stuff.
14397         (gnus-parse-simple-format): Replace %l with the empty string.
14398
14399 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14400
14401         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14402         omission.
14403
14404 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14407         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14408
14409 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14410
14411         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14412         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14413         New macros and functions.
14414         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14415         Handle > NLINK_MAX messages.
14416         * nnmaildir.el (nnmaildir-request-set-mark): Use
14417         nnmaildir--emlink-p and nnmaildir--eexist-p.
14418
14419 2004-01-25  Alex Schroeder  <alex@gnu.org>
14420
14421         * spam-stat.el (spam-stat-process-directory-age): New option.
14422         (spam-stat-process-directory): Use it.
14423
14424 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14425
14426         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14427         (spam-stat-save): Accept prefix argument.
14428
14429 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14430
14431         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14432         links" error.
14433
14434 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14437         the rest of the and/or forms.
14438
14439 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14440
14441         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14442         compatibility with old .newsrc.eld files.
14443
14444         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14445
14446         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14447
14448         * gnus-start.el (gnus-1): do.
14449
14450         * gnus-group.el (gnus-group-line-format-alist): do.
14451
14452         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14453
14454         * gnus-gl.el: Remove.
14455
14456 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14457
14458         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14459         marks consisting of a single range {for example, (3 . 5)} rather
14460         than a list of a single range { ((3 . 5)) }.
14461
14462 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14463
14464         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14465         with-current-buffer.
14466         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14467         avoid consing a string.
14468
14469         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14470         Remove obsolete entries for big5 and gb2312.
14471
14472 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14473
14474         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14475         uncompressed list.
14476
14477 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14478
14479         * spam-stat.el (spam-stat-strip-xref): New function.
14480         (spam-stat-process-directory): Use it.
14481
14482         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14483         here -- it's done in message-fetch-field.
14484
14485 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14486
14487         * gnus-agent.el (gnus-agent-queue-mail)
14488         (gnus-agent-prompt-send-queue): New variables.
14489         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14490         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14491         "nndraft:queue" along to gnus-draft-send.  Use
14492         gnus-agent-prompt-send-queue.
14493         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14494         is "nndraft:queue".  Suggested by Gaute Strokkenes
14495         <gs234@srcf.ucam.org>
14496
14497         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
14498         (agent-enable-undownloaded-faces): Added
14499         (gnus-agent-cat-groups): Use eval-and-compile, not
14500         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14501         method of gnus-agent-cat-groups even when the buffer has been
14502         evaled.
14503         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14504         delete gnus-agent-save-active-1.
14505         (gnus-agent-save-groups): Deleted.  Identical to
14506         gnus-agent-save-active.
14507         (gnus-agent-write-active): No longer adjust agent's copy of active
14508         file as agent's adjustments are now stored in their own
14509         file.  Removed optional parameter.
14510         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14511         servers.  Add use of min/max range limits from server's local
14512         file.
14513         (gnus-agent-save-alist): Removed unused optional argument.
14514         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14515         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14516         (gnus-agent-set-local): A per-server file that keeps min/max range
14517         limits for articles known to the agent.  Provides a fast mechanism
14518         for altering many active ranges.
14519         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14520         active file (local makes it unnecessary).
14521         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14522
14523         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
14524         (agent-enable-undownloaded-faces): Added
14525
14526         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14527         disable it when sending to "nndraft:queue".
14528         (gnus-group-send-queue): Add safety check to avoid sending queue
14529         when unplugged.
14530
14531         * gnus-group.el (gnus-group-catchup): Use new
14532         gnus-sequence-of-unread-articles, not
14533         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14534         numbers of articles.  Use gnus-range-map to avoid having to
14535         uncompress the unread list.
14536         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14537         Fixed invalid ange-ftp reference.
14538
14539         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14540         (gnus-sorted-range-intersection): Intersection of two ranges
14541         without requiring that they first be uncompressed.
14542
14543         * gnus-start.el (gnus-activate-group): Unless blocked by the
14544         caller, possibly expand the active range to include both cached
14545         and agentized articles.
14546         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14547         multiple version-dependent converters.
14548         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14549         gnus-agent-save-active.
14550         (gnus-save-newsrc-file): Save dirty agent range limits.
14551
14552         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14553         gnus-agent-possibly-alter-active.
14554         (gnus-adjust-marked-articles): Faster handling of simple lists
14555
14556 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14557
14558         * spam-stat.el (spam-stat-test-directory): New optional argument
14559         displays a list of files detected.  Suggested by Andrew Cohen
14560         <cohen@andy.bu.edu>.
14561         (spam-stat-buffer-words-with-scores): Don't narrow and change
14562         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14563
14564 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14565
14566         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14567         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14568         (spam-spamassassin-arguments)
14569         (spam-spamassassin-spam-flag-header)
14570         (spam-spamassassin-positive-spam-flag-header)
14571         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14572         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14573         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14574         (spam-list-of-processors, spam-list-of-checks)
14575         (spam-list-of-statistical-checks, spam-registration-functions)
14576         (spam-check-spamassassin-headers, spam-check-spamassassin)
14577         (spam-spamassassin-score)
14578         (spam-spamassassin-register-with-sa-learn)
14579         (spam-spamassassin-register-spam-routine)
14580         (spam-spamassassin-register-ham-routine)
14581         (spam-assassin-register-spam-routine)
14582         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14583         (spam-bogofilter-score): Fix to show article before scoring.
14584
14585 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14586
14587         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14588         default scoring function.
14589         (spam-generic-score): Call spam-spamassassin-score if
14590         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14591         spam-bogofilter-score otherwise.
14592
14593         * gnus.el (spam-process, spam-autodetect-methods): Add
14594         spamassassin and spamassassin-headers.
14595
14596 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14597
14598         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14599         Suppress unnecessary messages.
14600
14601 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14602
14603         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14604         make-hash-table.
14605
14606 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * canlock.el (base64-encode-string): Don't autoload it.
14609
14610 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * run-at-time.el: Remove useless (require 'itimer),
14613         eval-and-compile and (featurep 'xemacs).
14614
14615 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14616
14617         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14618         GROUP is a virtual group.
14619
14620 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14621
14622         * gnus.el: Autoload `message-y-or-n-p'.
14623
14624 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14625
14626         * pgg-parse.el: Remove unnecessary (require 'custom).
14627
14628         * pgg-def.el: do.
14629
14630         * nnmail.el: do.
14631
14632         * gnus-undo.el: do.
14633
14634         * gnus-picon.el: do.
14635
14636         * gnus-util.el: do.
14637
14638 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14639
14640         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14641
14642 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14645         handle, as well as a list.
14646
14647         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14648         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14649         (mm-w3m-cid-retrieve): Simplify.
14650
14651 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14652
14653         * message.el (message-kill-to-signature): Allow prefix arg to
14654         specify number of lines to keep before signature.
14655
14656 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14657
14658         (message-kill-to-signature): Change docstring.
14659
14660 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * canlock.el: Always require sha1-el.
14663         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14664
14665         * message.el: Autoload sha1 only when compiling.
14666
14667         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14668         eudc-expand-inline for XEmacs.
14669
14670 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * message.el (message-canlock-generate): Require sha1-el.
14673
14674 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14675
14676         * message.el (message-expand-name): Silence the byte compiler.
14677
14678         * lpath.el: Add detect-coding-system.
14679
14680         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14681         cus-edit.
14682
14683 2004-01-13  Simon Josefsson  <jas@extundo.com>
14684
14685         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14686         Invoke gnus-score-mode.  Reported by
14687         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14688
14689         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14690         Jim Blandy <jimb@redhat.com> (tiny change).
14691
14692 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14693
14694         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14695
14696 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14697
14698         * spam.el (spam-get-article-as-string): Update to use
14699         gnus-request-article-this-buffer, much simpler.
14700         (spam-get-article-as-buffer): Remove.
14701
14702 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14703
14704         * message.el (message-expand-name): Use EUDC if the user uses that.
14705
14706 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14707
14708         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14709         character for the encoding to avoid consing a string.
14710
14711         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14712         unnecessarily.
14713
14714         * mm-util.el (mm-replace-chars-in-string): Remove.
14715
14716         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14717         of mm-replace-chars-in-string.
14718
14719 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14720
14721         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14722
14723         * mm-util.el (mm-subst-char-in-string): Support inplace.
14724
14725         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14726         a new string in every iteration.  Use shy groups.
14727
14728 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14729
14730         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14731         * gnus-soup.el (gnus-soup-group-brew):
14732         * gnus-msg.el (gnus-put-message):
14733         * gnus-move.el (gnus-group-move-group-to-server):
14734         * gnus-kill.el (gnus-batch-score):
14735         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14736         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14737         (gnus-group-update-group, gnus-group-read-group)
14738         (gnus-group-make-group, gnus-group-make-help-group)
14739         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14740         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14741         (gnus-group-sort-by-unread, gnus-group-catchup)
14742         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14743         (gnus-group-yank-group, gnus-group-set-info)
14744         (gnus-group-list-groups):
14745         * gnus.el (gnus-generate-new-group-name):
14746         * gnus-delay.el (gnus-delay-send-queue):
14747         * nnvirtual.el (nnvirtual-catchup-group):
14748         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14749         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14750         (gnus-group-prepare-topics, gnus-topic-check-topology):
14751         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14752         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14753         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14754         (gnus-group-make-articles-read):
14755         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14756         (gnus-group-change-level, gnus-kill-newsgroup)
14757         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14758         (gnus-get-unread-articles, gnus-make-articles-unread)
14759         (gnus-make-ascending-articles-unread): Use accessor
14760         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14761         to get group information for improved readability.
14762
14763
14764 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14765
14766         * gnus-art.el (article-decode-mime-words, article-babel)
14767         (gnus-article-highlight-signature, gnus-article-add-buttons)
14768         (gnus-signature-toggle): Use gnus-with-article-buffer.
14769
14770         * gnus-art.el (gnus-article-highlight-headers)
14771         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14772
14773         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14774         (gnus-article-set-globals, gnus-request-article-this-buffer)
14775         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14776         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14777         (gnus-mime-display-alternative): Use with-current-buffer.
14778
14779 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14780
14781         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14782         also under 80 char limit, and call gnus-error if needed.
14783         (spam-fetch-article-header): Fix - it was a
14784         buffer-local variable (gnus-newsgroup-data).
14785         (spam-find-spam): Use spam-generate-fake-headers, forget about
14786         spam-insert-fake-headers.
14787         (spam-insert-fake-headers): Remove.
14788
14789 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14790
14791         * deuglify.el (gnus-article-outlook-unwrap-lines)
14792         (gnus-outlook-rearrange-article)
14793         (gnus-outlook-repair-attribution-outlook)
14794         (gnus-outlook-repair-attribution-block)
14795         (gnus-outlook-repair-attribution-other): Remove redundant
14796         save-excursion.
14797
14798 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14799
14800         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14801         (spam-fetch-field-subject-fast)
14802         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14803         (spam-fetch-article-header): Add functions to deal with Gnus
14804         internals for fast retrieval of article header data.
14805         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14806
14807 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14808
14809         * pop3.el (pop3-md5): Remove.
14810         (pop3-apop): Replace pop3-md5 with md5.
14811
14812         * mm-bodies.el: base64 is always built-in.
14813
14814         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14815         with-current-buffer.
14816
14817 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * canlock.el (canlock-insert-header): Remove excessive grouping in
14820         regexp.
14821
14822         * gnus-sum.el (gnus-summary-read-document): Ditto.
14823
14824         * gnus-uu.el (gnus-uu-part-number): Ditto.
14825
14826         * html2text.el (html2text-remove-tags): Ditto.
14827         (html2text-format-tags): Ditto.
14828         (html2text-format-single-elements): Ditto.
14829
14830         * mml.el (mml-parse-1): Ditto.
14831
14832 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14833
14834         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14835
14836         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14837
14838         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14839
14840         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14841
14842 2003-11-15  Simon Josefsson  <jas@extundo.com>
14843
14844         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14845         (pgg-gpg-lookup-key): Use regexp match instead of
14846         split-string (split-string is different between emacs 21.2 and
14847         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14848
14849 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14850
14851         * gnus-art.el (gnus-mime-view-all-parts)
14852         (gnus-article-part-wrapper, gnus-article-view-part): Use
14853         with-current-buffer.
14854
14855 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14856
14857         * spam.el (spam-disable-spam-split-during-ham-respool)
14858         (spam-spamoracle-database, spam-cache-lookups)
14859         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14860         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14861         (spam-group-ham-marks, spam-group-spam-marks)
14862         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14863         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14864         also add spam-use-blackholes to the statistical checks.
14865         (spam-fetch-field-fast): Add interface to fetching fields, may
14866         become a macro.
14867         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14868         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14869         (spam-insert-fake-headers): Fake an article when needed.
14870         (spam-find-spam): Fake article when possible.
14871         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14872         (spam-check-bogofilter-headers): Use message-fetch-field instead
14873         of nnmail-fetch-field.
14874
14875 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14876
14877         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14878
14879 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14880
14881         * spam.el (spam-split): Do not require spam-use-CHECK to be
14882         enabled if that check is passed to spam-split explicitly; also
14883         fix so 'spam doesn't get converted to spam-split-group when
14884         spam-split-symbolic-return is t.
14885         (spam-find-spam): Find registrations of the article and use those
14886         instead of re-running spam-split to find the spam/ham
14887         classification of the article.
14888         (spam-log-processing-to-registry, spam-log-registered-p)
14889         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14890         Use gnus-error instead of gnus-message.
14891         (spam-log-registration-type): Add function to determine the
14892         classification of a message based on registry entries; will
14893         return nil if both 'spam and 'ham are found.
14894         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14895         a reasonably fast local cache without the loading errors.
14896         (spam-cache-lookups): Set to t by default.
14897         (spam-find-spam): Don't try to guess spam-cache-lookups.
14898         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14899         spam-caches entry.
14900         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14901         caching of whitelist/blacklist entries.
14902         (spam-check-whitelist, spam-check-blacklist): Invoke
14903         spam-from-listed-p with a type, not a cache variable.
14904         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14905
14906 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14907
14908         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14909
14910         * nnmail.el (nnmail-split-fancy): do.
14911
14912         * mml.el (mml-parse): do.
14913
14914         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14915         (gnus-score-adaptive): do.
14916
14917 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14920         (gnus-mime-button-map): Don't set keymap parent.
14921         (gnus-button-ctan-directory-regexp): Use shy grouping.
14922         (gnus-prev-page-map): Don't set keymap parent.
14923         (gnus-prev-page-map): Remove duplicated one.
14924         (gnus-next-page-map): Don't set keymap parent.
14925         (gnus-mime-security-button-map): Ditto.
14926
14927         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14928         version number.
14929
14930         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14931
14932 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14933
14934         * canlock.el (canlock-sha1-function): Remove.
14935         (canlock-sha1-function-for-verify): Remove.
14936         (canlock-openssl-program): Remove.
14937         (canlock-openssl-args): Remove.
14938         (canlock-ignore-errors): Remove.
14939         (canlock-sha1-with-openssl): Remove.
14940         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14941         (canlock-verify): Don't use canlock-ignore-errors.
14942
14943         * sha1-el.el (sha1-string-external): Make it can return a string
14944         in binary form.
14945         (sha1-region-external): Ditto.
14946         (sha1-string-internal): Ditto.
14947         (sha1-region-internal): Ditto.
14948         (sha1-region): Ditto.
14949         (sha1-string): Ditto.
14950         (sha1): Ditto.
14951
14952 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14953
14954         * spam.el (spam-report-articles-gmane): New command.
14955
14956 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14959
14960         * run-at-time.el (run-at-time-saved): Remove.
14961         (run-at-time): Doc fix.
14962
14963 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14964
14965         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14966         (gnus-summary-limit-map): Add it.
14967         (gnus-summary-make-menu-bar): do.
14968
14969 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14970
14971         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14972         Make attempt at some caching support (done for BBDB only now).
14973         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14974         addresses to be checked.
14975         (spam-clear-cache-BBDB): Add function, to be invoked by
14976         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14977         (spam-check-BBDB): Check and use the caches, if
14978         spam-cache-lookups is on, remove superfluous (provide).
14979
14980 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14981
14982         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14983
14984 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14985
14986         * run-at-time.el (run-at-time-saved): Move to after the definition
14987         of `run-at-time'.
14988
14989         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
14990
14991 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14994         mm-w3m-local-map-property.
14995
14996         * mm-view.el (mm-w3m-mode-map): Remove.
14997         (mm-w3m-local-map-property): Remove.
14998         (mm-inline-text-html-render-with-w3m): Don't use
14999         mm-w3m-local-map-property.
15000
15001 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15002
15003         * run-at-time.el: New file.
15004
15005         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15006         under Emacs.
15007
15008         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15009         of gnus-set-text-properties.
15010
15011         * gnus-uu.el (gnus-uu-save-article): Ditto.
15012
15013         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15014
15015         * gnus-cite.el (gnus-cite-parse): Ditto.
15016
15017         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15018         of gnus-.
15019
15020         * gnus-xmas.el (run-at-time): Require run-at-time.
15021
15022         * gnus.el: Changed calls to nnheader-run-at-time and
15023         password-run-at-time throughout to use run-at-time directly.
15024
15025         * password.el: Removed definition of run-at-time.
15026
15027         * nnheaderxm.el: Remove definition of run-at-time.
15028
15029 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15030
15031         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15032         in prompt.
15033
15034 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15035
15036         * messagexmas.el (message-xmas-redefine): Alias
15037         `message-make-caesar-translation-table' to
15038         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15039         version.
15040
15041         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15042         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15043         `gnus-xmas-set-text-properties'.
15044         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15045         `gnus-xmas-completing-read'.
15046         (gnus-xmas-completing-read): Removed.
15047         (gnus-xmas-open-network-stream): Removed.
15048
15049         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15050         XEmacs version.
15051
15052         * dns.el (dns-make-network-process): Use `open-network-stream'
15053         instead of `gnus-xmas-open-network-stream'.
15054
15055         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15056
15057         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15058
15059 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15060
15061         * gnus-art.el (gnus-mime-display-alternative)
15062         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15063         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15064         Don't use gnus-local-map-property.
15065
15066         * gnus-util.el (gnus-local-map-property): Remove.
15067
15068         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15069         gnus-completing-read-maybe-default with completing-read.
15070
15071         * gnus-util.el (gnus-completing-read): do.
15072         (gnus-completing-read-maybe-default): Remove.
15073
15074 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15075
15076         * password.el: Only autoload `run-at-time' if not XEmacs.
15077         Only autoload the itimer functions if XEmacs.
15078
15079 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15082         XEmacsen.
15083
15084         * dgnushack.el: Autoload executable-find for XEmacs.
15085
15086 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15087
15088         * gnus-art.el (gnus-read-string): Remove.
15089         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15090         read-string.
15091
15092 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15093
15094         * netrc.el: Autoload password-read.
15095         (netrc): Add configuration group.
15096         (netrc-encoding-method, netrc-openssl-path): Add
15097         variables for encoding and decoding of files with symmetric
15098         ciphers.
15099         (netrc-encode): Add assistant function to encode a file with
15100         netrc-encoding-method.
15101         (netrc-parse): Add interactive parameter, added optional
15102         decoding if netrc-encoding-method is non-nil but otherwise
15103         behavior is standard.
15104         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15105         Do s/encode/encrypt/ everywhere.
15106
15107         * spam.el: Remove executable-find autoload.
15108
15109 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15110
15111         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15112
15113         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15114
15115 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15116
15117         * gnus-art.el (gnus-treat-ansi-sequences,
15118         (article-treat-ansi-sequences): New variable and function.
15119         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15120
15121         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15122         Use it.
15123
15124 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15125
15126         * mm-util.el (mm-quote-arg): Remove.
15127
15128         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15129         shell-quote-argument.
15130
15131         * gnus-uu.el (gnus-uu-command): do.
15132
15133         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15134
15135         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15136         with make-char.
15137
15138         * mm-util.el (mm-make-char): Remove.
15139
15140         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15141         add-minor-mode.
15142
15143         * gnus-undo.el (gnus-undo-mode): do.
15144
15145         * gnus-topic.el (gnus-topic-mode): do.
15146
15147         * gnus-sum.el (gnus-dead-summary-mode): do.
15148
15149         * gnus-start.el (gnus-slave-mode): do.
15150
15151         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15152
15153         * gnus-ml.el (gnus-mailing-list-mode): do.
15154
15155         * gnus-gl.el (gnus-grouplens-mode): do.
15156
15157         * gnus-draft.el (gnus-draft-mode): do.
15158
15159         * gnus-dired.el (gnus-dired-mode): do.
15160
15161         * gnus-ems.el (gnus-add-minor-mode): Remove.
15162
15163         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15164         Replace gnus-char-width with char-width.
15165
15166         * gnus-ems.el (gnus-char-width): Remove.
15167
15168         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15169         Replace gnus-char-width with char-width.
15170
15171         * gnus-ems.el (gnus-char-width): Remove.
15172
15173         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15174         definition.
15175         Remove Emacs 20 hash table compatibility code.
15176
15177         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15178         20 compatibility code.
15179
15180         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15181
15182         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15183
15184         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15185         with point-at-{eol,bol}.
15186
15187         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15188
15189         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15190
15191         * flow-fill.el (fill-flowed-point-at-bol)
15192         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15193
15194         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15195         Replace with point-at-{eol,bol} throughout all files.
15196
15197 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * ntlm.el (ntlm-string-as-unibyte): New macro.
15200         (ntlm-build-auth-response): Use it.
15201
15202         Remove Emacs 20 stuff:
15203         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15204         (butlast, mapc, remove): Remove the compiler macros.
15205         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15206         of delq and copy-sequence.
15207         * gnus-art.el (popup-menu): Remove the compiler macro.
15208         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15209         Emacs 20.
15210
15211 2004-01-05  Simon Josefsson  <jas@extundo.com>
15212
15213         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15214         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15215         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15216         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15217         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15218         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15219         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15220         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15221         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15222         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15223         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15224         string-xor into ntlm-string-xor.  Suggested by
15225         Jesper Harder <harder@myrealbox.com>.
15226
15227         * ntlm.el: Don't include poem.
15228
15229         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15230         Jesper Harder <harder@myrealbox.com>.
15231
15232         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15233
15234         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15235         probably breaks emacs with DL patch, but do we care? Is anyone
15236         still using the DL stuff?)
15237
15238         * sieve-manage.el: Use the password package.
15239         (sieve-manage-read-passwd): Remove.
15240         (sieve-manage-interactive-login): Use password.  Re-add
15241         condition-case around loop.
15242
15243         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15244         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15245         the password package.
15246
15247 2003-02-19  Simon Josefsson  <jas@extundo.com>
15248
15249         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15250         token.
15251
15252 2002-08-07  Simon Josefsson  <jas@extundo.com>
15253
15254         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15255         (sieve-manage-authenticators):
15256         (sieve-manage-authenticator-alist): Add some SASL mechs.
15257         (sieve-sasl-auth): New function.
15258         (sieve-manage-cram-md5-auth):
15259         (sieve-manage-plain-auth): Rewrite using SASL library.
15260         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15261         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15262         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15263         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15264
15265 2004-01-05  Simon Josefsson  <jas@extundo.com>
15266
15267         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15268         New files.
15269
15270 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15271
15272         * gnus-group.el (gnus-no-groups-message): Update.
15273
15274         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15275
15276 2003-11-09  Simon Josefsson  <jas@extundo.com>
15277
15278         * imap.el: Support for ID IMAP extension (RFC 2971).
15279         (imap-local-variables): Add imap-id.
15280         (imap-id): New variable.
15281         (imap-id): New function.
15282         (imap-parse-response): Parse untagged ID response.
15283         * nnimap.el (nnimap-id): New variable.
15284         (nnimap-open-connection): Use it.
15285
15286 2003-12-28  Simon Josefsson  <jas@extundo.com>
15287
15288         * gnus-score.el (gnus-score-edit-all-score): New.
15289         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15290
15291 2004-01-04  Simon Josefsson  <jas@extundo.com>
15292
15293         * password.el: Add.
15294
15295 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15296
15297         * dns.el (dns-query-types): Fix typo.
15298         (dns-query-types): New function
15299         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15300         PTR and SOA replies, see RFC 1035.
15301
15302 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15303
15304         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15305
15306         * Moved to Changelog.2.
15307
15308 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15309
15310         * gnus.el (gnus-version-number): Bump version.
15311
15312 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15313
15314         * gnus.el: No Gnus v0.1 is released.
15315
15316 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15317
15318         * gnus.el: No Gnus v0.0 is released.
15319
15320 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15321
15322         * gnus.el (gnus-version-number): Bump.
15323         (gnus-version): No.
15324
15325 See ChangeLog.2 for earlier changes.
15326
15327     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15328       Free Software Foundation, Inc.
15329
15330   This file is part of GNU Emacs.
15331
15332   GNU Emacs is free software: you can redistribute it and/or modify
15333   it under the terms of the GNU General Public License as published by
15334   the Free Software Foundation, either version 3 of the License, or
15335   (at your option) any later version.
15336
15337   GNU Emacs is distributed in the hope that it will be useful,
15338   but WITHOUT ANY WARRANTY; without even the implied warranty of
15339   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15340   GNU General Public License for more details.
15341
15342   You should have received a copy of the GNU General Public License
15343   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15344
15345 ;; Local Variables:
15346 ;; coding: utf-8
15347 ;; fill-column: 79
15348 ;; add-log-time-zone-rule: t
15349 ;; End:
15350
15351 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4