Merge from emacs--devo--0, emacs--rel--22
[gnus] / lisp / ChangeLog
1 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4
5 2008-06-03  Glenn Morris  <rgm@gnu.org>
6
7        * pop3.el (nnheader-accept-process-output): Autoload it.
8
9 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10
11         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12         are not 2-digit hexadecimal characters that follow `%'s.
13
14 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15
16         * message.el (message-bogus-recipient-p): Fix type in doc string.
17         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
18         (message-bogus-addresses): Rename from message-bogus-address-regexp.
19         Improve custom options.
20         (message-bogus-recipient-p): Adjust accordingly.
21
22 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
23
24         * parse-time.el (parse-time-months, parse-time-weekdays): Add
25         long-form month and day names.
26
27 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
28
29         * dgnushack.el: Autoload debug, eudc-expand-inline and
30         pgg-snarf-keys-region for XEmacs.
31
32         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
33
34         * nnmairix.el: Require edmacro when compiling with XEmacs.
35
36 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
37
38         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
39         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
40
41 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
42
43         * auth-source.el: Add more docs.
44
45         * netrc.el (netrc-machine): Always match if the port is not given.
46
47 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * nnheader.el (nnheader-read-timeout): Change the default timeout from
50         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
51         retrieval faster in some cases, but might make CPU usage larger.  If
52         this has any bad side effects, we might revert this change.
53
54         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
55         seems to make mail retrieval much, much faster.
56         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
57         unconditionally.
58
59         * gnus-draft.el (gnus-group-send-queue): Bind
60         message-send-mail-partially-limit to nil to avoid being prompted.
61
62 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
63
64         * mml.el (mml-attach-buffer): Prompt for `disposition'.
65
66         * message.el (message-bogus-address-regexp): Fix and improve custom
67         type.
68         (message-setup-hook): Add message-check-recipients as custom option.
69
70 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
71
72         * message.el (message-cite-function): Remove bogus autoload which crept
73         in during merge from v5-10.
74
75 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
76
77         * nnimap.el (nnimap-open-connection): Fix login/password bug.
78
79         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
80
81         * auth-source.el: Preliminary Tramp docs.
82         (auth-sources): Change the default auth-sources to use
83         EPA .gpg files.
84
85 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
86
87         * nntp.el: Autoload `auth-source-user-or-password'.
88         (nntp-send-authinfo): Use it.
89
90         * nnimap.el: Autoload `auth-source-user-or-password'.
91         (nnimap-open-connection): Use it.
92
93         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
94         for the gnus-message function.
95         (auth-source-user-or-password): Use it.
96
97 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
98
99         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
100         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
101         (rfc2104-hash): Use it.
102
103 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
104
105         * gnus-art.el (gnus-article-toggle-truncate-lines):
106         Don't use `iff' in docstring.
107
108 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
109
110         * gnus-registry.el: Adjusted copyright dates and added a keyword.
111
112         * gnus-util.el (gnus-extract-address-component-name)
113         (gnus-extract-address-component-email): Convenience functions around
114         `gnus-extract-address-components'.
115
116         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
117         Use `gnus-extract-address-component-email' to fix bug of comparing full
118         sender name to `user-mail-address'.
119
120 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
121
122         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
123         catch/throw to optimize.
124         (gnus-registry-find-keywords): Just use member to find a keyword.
125
126 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
127
128         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
129         is current before calling gnus-server-prepare.
130         (gnus-server-setup-buffer, gnus-server-update-server)
131         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
132
133 2008-05-04  Juri Linkov  <juri@jurta.org>
134
135         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
136         (mailcap-file-default-commands): Use mailcap-replace-in-string
137         instead of replace-regexp-in-string, and mailcap-delete-duplicates
138         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
139
140 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
141
142         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
143
144 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
145
146         * gnus.el: Bump version to 0.11
147
148 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
149
150         * gnus.el: No Gnus v0.10 is released.
151
152 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
155         hooks.
156         (gnus-update-read-articles): Speed up non-marks-using users.
157         (gnus-use-marks): Define gnus-use-marks.
158         (gnus-propagate-marks): Rename variable to something more sensible.
159
160 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
161
162         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
163         (gmm-image-load-path-for-library): Fix typos in docstrings.
164         (gmm-message): Reflow docstring.
165
166 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
167
168         * mail-source.el (mail-source-set-1, mail-source-bind):
169         Move auth-source code out of the macro to clean it up and fix bugs.
170
171 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
172
173         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
174         by sender if it's equal to user-mail-address, it's likely to be
175         useless.
176
177         * mail-source.el (mail-source-bind): Don't use user or password if they
178         are not bound.  Unintern them if they are nil.  Don't use server unless
179         it's bound, and default it to empty string otherwise.
180
181 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
182
183         * mail-source.el: Load auth-source.el.
184         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
185         get user name or password, if auth-sources is set up.
186
187         * gnus-registry.el (gnus-registry-split-strategy): New variable for
188         strategy of splitting with parent.
189         (gnus-registry-split-fancy-with-parent)
190         (gnus-registry-post-process-groups): Use it and fix prior
191         bug (returning a list as the split result).
192
193         * auth-source.el (auth-sources): Remove server parameter.
194         (auth-source-pick, auth-source-user-or-password)
195         (auth-source-user-or-password-imap)
196         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
197         (auth-source-user-or-password-sftp)
198         (auth-source-user-or-password-smtp): Remove server parameter.
199
200 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
201
202         * smime.el (smime-sign-region, smime-encrypt-region)
203         (smime-decrypt-region):
204         Remove redundant calls to `generate-new-buffer-name'.
205
206 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
207
208         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
209         Don't use QP for message/rfc822.
210         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
211
212 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
213
214         * sieve-manage.el (sieve-string-bytes): Remove.
215         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
216         correct byte-length only if the process's coding-system is the same as
217         the one used internally by Emacs to represent strings.
218
219 2008-04-22  Juri Linkov  <juri@jurta.org>
220
221         * mailcap.el (mailcap-file-default-commands): New function.
222
223 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
224
225         * message.el (message-signature-separator, message-cite-function):
226         Change custom version.
227
228 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
229
230         * tls.el (tls-program): Add -ign_eof argument to call the openssl
231         commands.
232         (tls-checktrust): Ditto.
233
234 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
235
236         * mm-decode.el (mm-display-external): Make temp file read-only.
237
238 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
239
240         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
241         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
242         `C-c C-f d'.
243
244 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
245
246         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
247
248 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
249
250         * gnus.el: Bump version to 0.9.
251
252 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
253
254         * gnus.el: No Gnus v0.8 is released.
255
256 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
257
258         * mail-source.el (mail-source-value):
259         Prefer fboundp to functionp so it works with macros as well.
260
261 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
262
263         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
264         Fix last change in case the element is not even a symbol.
265
266 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
267
268         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
269         Prefer fboundp to functionp so it works with macros as well.
270
271 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
272
273         * auth-source.el: Added docs.
274         (auth-sources): Modify format to support server.
275         (auth-source-pick, auth-source-user-or-password)
276         (auth-source-user-or-password-imap)
277         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
278         (auth-source-user-or-password-sftp)
279         (auth-source-user-or-password-smtp): Add server parameter.
280
281 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
282
283         * gnus-registry.el: Initialize the registry when gnus-registry-install
284         is t.
285
286 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
287
288         * compface.el (uncompface): Make buffer unibyte.
289
290 2008-04-05  Glenn Morris  <rgm@gnu.org>
291
292         * gnus-ems.el (mm-disable-multibyte): Autoload it.
293
294 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
295
296         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
297         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
298
299         * nnheader.el (nnheader-init-server-buffer): Change buffer's
300         multibyteness after rather than before erasing it.
301
302         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
303         mm-with-multibyte.
304         (gnus-request-article-this-buffer): Make sure the proper decoding is
305         used if gnus-original-article-buffer happens to be unibyte.
306
307         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
308         default-enable-multibyte-characters.
309
310         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
311         default-enable-multibyte-characters.
312
313         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
314
315         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
316
317 2008-04-02  Simon Josefsson  <simon@josefsson.org>
318
319         * imap.el (imap-enable-exchange-bug-workaround): New variable.
320         (imap-message-copyuid-1): Use it.
321         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
322         J. Williams in
323         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
324
325         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
326         imap-enable-exchange-bug-workaround.
327         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
328
329 2008-04-01  Simon Josefsson  <simon@josefsson.org>
330
331         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
332         a 100 byte status-checks into a 2-3MB transfer for each group.
333         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
334         to enable bug workaround or not.
335         (nnimap-find-minmax-uid): Only enable workaround conditionally.
336
337 2008-03-31  Glenn Morris  <rgm@gnu.org>
338
339         * message.el (mml2015-use): Declare for compiler.
340         (message-info): Require mml2015 when appropriate.
341
342 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * Makefile.in (EMACS_COMP): Quote directory name that might contain
345         whitespace.
346
347 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
348
349         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
350         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
351         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
352         (nntp-service-to-port): New function.
353         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
354         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
355         (nntp-open-netcat-stream): New function.
356         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
357
358 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
359
360         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
361
362 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
363
364         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
365
366 2008-03-28  Magnus Henoch  <mange@freemail.hu>
367
368         * dns.el (dns-write): Use set-buffer-multibyte.
369
370 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
371
372         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
373
374 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
375
376         * message.el (message-signature-separator): Change default.
377         Improve custom type.
378         (message-cite-function): Change default to
379         message-cite-original-without-signature.
380
381         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
382         toggle.
383
384         * message.el (message-check-news-body-syntax): Fix signature check.
385         (message-setup-1): Mark buffer as unmodified _after_ running
386         message-setup-hook and handling message-alternative-emails.
387         (message-shorten-references): Be more strict when building list of
388         valid references to comply with GNKSA.
389
390         * gnus-group.el (gnus-read-ephemeral-bug-group)
391         (gnus-read-ephemeral-debian-bug-group)
392         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
393
394         * message.el (message-info): Don't use booleanp which isn't supported
395         in Emacs 21 and XEmacs.
396
397 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
398
399         * gnus-group.el (gnus-gmane-group-download-format): Rename from
400         gnus-group-gmane-group-download-format.
401         (gnus-group-read-ephemeral-gmane-group): Rename from
402         gnus-group-read-ephemeral-gmane-group.
403         (gnus-read-ephemeral-gmane-group-url): Rename from
404         gnus-group-read-ephemeral-gmane-group-url.
405         (gnus-bug-group-download-format-alist):  New variable.
406         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
407         (gnus-read-ephemeral-emacs-bug-group): New commands.
408
409 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
410
411         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
412         (gnus-visible-headers): Improve custom type.
413
414 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
415
416         * mml.el (mml-menu): Add workarounds for XEmacs.
417
418         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
419         X-Boundary header.
420
421         * message.el (message-simplify-recipients): Fix previous commit.
422
423 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
424
425         * mm-util.el (mm-set-buffer-multibyte): New function.
426         * mm-decode.el (mm-copy-to-buffer): Use it.
427
428 2008-03-19  Glenn Morris  <rgm@gnu.org>
429
430         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
431         Accidentally removed in the sync process with Emacs.
432
433 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
434
435         * message.el (message-alter-recipients-discard-bogus-full-name):
436         New function.
437         (message-alter-recipients-function): New variable.
438         (message-get-reply-headers): Use it.
439         (message-replace-header): New helper function.
440         (message-recipients-without-full-name): New variable.
441         (message-simplify-recipients): New command.
442
443         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
444
445         * message.el (message-info): Handle EasyPG manual.
446
447         * mml.el (mml-menu): Add entry for EasyPG.
448
449 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
450
451         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
452         parameter.
453
454         * message.el (message-disassociate-draft): Specify drafts group name
455         fully.
456
457 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
458
459         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
460         unnecessary duplicates from the match list.
461
462 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
465
466         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
467
468         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
469         args of `how-many' of which the XEmacs version doesn't take; declare
470         Info-index-next as function.
471
472 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
473
474         * gnus-score.el (gnus-score-headers): Fix handling of
475         gnus-inhibit-slow-scoring.
476
477         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
478         string.
479         (gnus-button-url-regexp): Improve handling of parenthesis.
480         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
481         (gnus-button-handle-info-keystrokes): Handle index entries.
482
483 2008-03-15  Glenn Morris  <rgm@gnu.org>
484
485         * parse-time.el (parse-time-string): Simplify.
486
487 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
488
489         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
490         Incoming* files.
491
492 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
493
494         * auth-source.el (auth-sources): Renamed from auth-source-choices.
495         (auth-source-pick): Use it.
496
497 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
498
499         * binhex.el (binhex-decode-region-internal):
500         * uudecode.el (uudecode-decode-region-internal):
501         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
502         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
503         setting default-enable-multibyte-characters.
504
505 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
506
507         * auth-source.el (auth-source-protocols)
508         (auth-source-protocols-customize, auth-source-choices): Added and
509         modified variable customizations and defaults.
510         (auth-source-pick, auth-source-user-or-password)
511         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
512         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
513         (auth-source-user-or-password-sftp)
514         (auth-source-user-or-password-smtp): Use new variables and provide an
515         interface to netrc.el.
516
517 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
518
519         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
520         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
521         Make sure the nntp port to specify is a string.
522
523 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
524
525         * nntp.el: Use with-current-buffer.
526         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
527         dubious mm-with-unibyte-current-buffer.
528         (nntp-with-open-group-function): New function extracted from
529         nntp-with-open-group macro.
530         (nntp-with-open-group): Use the function, so it's easier to debug.
531         Add indentation and debugging info.
532         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
533         the use of the netcat alternatives.
534
535         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
536         Avoid mm-string-as-multibyte as well.
537
538         * nnweb.el (nnweb-insert-html):
539         Remove use of nnheader-string-as-multibyte.
540
541         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
542         (nnheader-string-as-multibyte): Remove.
543
544         * mm-view.el: Use inhibit-read-only.
545         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
546         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
547         or unibyte-string.
548
549         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
550         (mm-uu-yenc-extract): Use with-current-buffer.
551
552         * gnus-soup.el (gnus-soup-send-packet): Don't use
553         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
554
555         * nnmh.el: Use with-current-buffer.
556         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
557         mm-string-as-multibyte on the output of mm-encode-coding-string.
558
559         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
560         (nnimap-request-move-article): Use with-current-buffer.
561
562         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
563         inserting the handle-buffer's text, so the implicit multibyte->unibyte
564         conversion uses string-make-unibyte rather than string-as-unibyte.
565
566         * gnus-msg.el: Use with-current-buffer.
567
568         * message.el (message-ignored-resent-headers): Add "Delivered-To".
569
570 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
571
572         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
573         string for caching if it is 'PIN.
574
575 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
576
577         * lpath.el: Consider the case without Emacs/W3.
578
579 2008-03-08  Glenn Morris  <rgm@gnu.org>
580
581         * time-date.el (date-to-time, time-subtract, time-add)
582         (safe-date-to-time): Doc fixes.
583
584 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
585
586         * mail-source.el (mail-source-delete-old-incoming-confirm):
587         Change default to nil.
588         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
589
590 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * lpath.el: Rearrange.
593
594         * gnus-art.el (gnus-narrow-to-page): Position point properly.
595         (gnus-article-goto-prev-page): Work for articles having ^L's.
596
597         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
598
599         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
600
601 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
602
603         * gnus-bookmark.el: Adjust for renames in bookmark.el.
604         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
605         (gnus-bookmark-jump): Adjust some variable names.
606
607 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
608
609         * auth-source.el: New package.
610         (auth-source-choices): Add customization entry point variable.
611
612         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
613         bug.
614
615 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
616
617         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
618         (gnus-registry-initialize, gnus-registry-install-p): Use it.
619         (gnus-registry-install-shortcuts): Rename from
620         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
621         the `gnus-registry-mark-map' keymap dynamically from
622         `gnus-registry-marks'.  The generated functions update the summary line
623         when a registry mark is added or deleted, and will call
624         `gnus-registry-install-p' (see the comments in the code).
625         (gnus-registry-user-format-function-M): Use concat intelligently.
626
627         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
628         the registry mark functions.
629
630 2008-03-05  Glenn Morris  <rgm@gnu.org>
631
632         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
633         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
634         gnus-art.
635         (top-level): No need to load own source when compiling.
636
637 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
638
639         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
640         Suggested by <chris.anderton@zetnet.co.uk>.
641
642 2008-03-04  Glenn Morris  <rgm@gnu.org>
643
644         * gnus-sum.el (top-level): No need to require gnus when compiling,
645         since unconditionally required near start of file.
646         (gnus-summary-display-while-building): Move definition before use.
647
648 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
649
650         * gnus-registry.el (gnus-registry-user-format-function-M): Add
651         formatting function.
652
653 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
654
655         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
656         with plists.
657         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
658         Use new format.
659
660 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
661
662         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
663         `where-is-internal' that returns a range of key sequences.
664
665 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
666
667         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
668
669         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
670         (gnus-summary-jump-to-group): Consider windows on other displayed
671         frames as well.  Similar changes might be needed elsewhere, but that's
672         the one I've bumped into during my use.
673
674         * nndoc.el (nndoc-oe-dbx-type-p):
675         * gnus-msg.el (gnus-debug):
676         * gnus-group.el (gnus-update-group-mark-positions):
677         Use mm-string-to-multibyte.
678
679 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
680
681         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
682         doesn't handle NotDashEscaped.
683
684         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
685         (mml-dnd-attach-options): Fix typo in custom choice.
686
687         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
688         nndoc-article-type to mbox.
689         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
690
691         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
692         to nil, instead of html2text.
693
694         * imap.el (imap-debug): Add `imap-ping-server'.
695
696         * gnus-bookmark.el: Add FIXMEs.
697
698         * message.el (message-form-letter-separator)
699         (message-send-form-letter-delay): New variables.
700         (message-send-form-letter): Use them.  New command to send form
701         letters.  Requested by Uwe Siart.
702         (message-send-mail-function): Doc fix.  Add "Other" custom option.
703
704 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
705
706         * Update copyright years.
707
708 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
709
710         Sync from EMACS_22_BASE.
711
712         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
713
714 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
715
716         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
717         empty author.
718
719 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
720
721         * gnus-registry.el (gnus-registry-marks): Add variable for
722         customization of marks and their appearance.
723         (gnus-registry-read-mark): Use it.
724         (gnus-registry-do-marks): Add utility function to loop through
725         `gnus-registry-marks'.
726         (gnus-registry-install-shortcuts-and-menus): Add function to install
727         shortcuts and menus.
728         (gnus-registry-initialize): Use it.
729         (gnus-registry-default-mark): Clarify documentation.
730
731 2008-02-29  Glenn Morris  <rgm@gnu.org>
732
733         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
734         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
735         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
736         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
737         Change defcustom :version from 23.0 to 23.1.
738
739 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
740
741         * gnus-registry.el (gnus-registry-follow-group-p)
742         (gnus-registry-post-process-groups): Add functions to aid registry
743         splitting and improve logging.  Clarify behavior in function
744         documentation.
745         (gnus-registry-split-fancy-with-parent): Use them.
746
747 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
748
749         * gnus-art.el: Use with-current-buffer.
750
751 2008-02-27  David Engster  <dengste@eml.cc>
752
753         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
754         Express real group name in the response.
755
756 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
759         (nnmairix-last-server, nnmairix-current-server): Defvar them.
760         (nnmairix-goto-original-article): Defvar gnus-registry-install and
761         autoload gnus-registry-fetch-group when compiling.
762         (nnmairix-request-group-with-article-number-correction): Remove
763         unreferenced argument passed to nnmairix-call-backend.
764
765 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
766
767         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
768         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
769         Wilde.
770
771 2008-02-27  Glenn Morris  <rgm@gnu.org>
772
773         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
774         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
775         variables to defconsts.  Convert comments to doc-strings.
776         (nnmairix-last-server, nnmairix-current-server): Convert from free
777         variables to defvars.  Convert comments to doc-strings.
778         (gnus-registry-fetch-group): Autoload.
779         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
780         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
781         (nnmairix-widget-build-editable-fields): Use car cddr rather than
782         caddr.
783         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
784         nnmairix-request-group-with-article-number-correction call.
785         (nnmairix-fast, nnmairix-group): New, less general names, for free
786         variables passed from nnmairix-request-group to
787         nnmairix-request-group-with-article-number-correction.  Declare.
788         (nnmairix-request-group-with-article-number-correction):
789         Use nnmairix-fast, nnmairix-group rather than fast, group.
790
791 2008-02-26  David Engster  <dengste@eml.cc>
792
793         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
794         version 0.5.
795
796 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
797
798         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
799         instead of making an extra function call.  Don't add the current group
800         to articles only when they have the group.  Use
801         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
802         Reported by David <de_bb@arcor.de>.
803
804 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
807         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
808
809 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
810
811         * mail-source.el (mail-source-delete-incoming): Change default.
812         Supplement doc string.
813
814         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
815
816 2008-02-14  Glenn Morris  <rgm@gnu.org>
817
818         * time-date.el (format-seconds): New function.
819
820 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
821
822         * nnmail.el (nnmail-message-id-cache-file): Derive from
823         `gnus-home-directory'.
824
825 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
826
827         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
828         Document negative prefix.
829
830         * gnus-group.el (gnus-group-read-group): Document negative prefix.
831
832 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * message.el (message-unsent-separator): Add the Exim bounce
835         separator.
836
837 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
838
839         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
840         list.
841         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
842         recipient/signer list.
843
844 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
845
846         * Makefile.in (datarootdir): Define.
847         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
848         name that might contain whitespace.
849
850 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
851
852         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
853         fbound (Emacs 23 unicode), signal an error.
854
855 2008-02-08  Glenn Morris  <rgm@gnu.org>
856
857         * gnus-art.el (pgg-display-output-buffer): Declare as function.
858
859 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
860
861         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
862         ports to the calls to `netrc-machine-user-or-password' in addition to
863         "imap" and "imaps".
864
865 2008-02-01  Zhang Wei  <id.brep@gmail.com>
866
867         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
868
869         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
870
871 2008-02-01  Kenichi Handa  <handa@m17n.org>
872
873         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
874         rfc2104-hexstring-to-bitstring and changed to return a byte list.
875         (rfc2104-hash): Convert the result of concat to unibyte string.
876
877 2008-02-01  Dave Love  <fx@gnu.org>
878
879         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
880         coding-system-for-read.
881         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
882
883 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
884
885         * gnus.el (gnus-group-startup-message): Add `find-image' call before
886         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
887         <hanche@math.ntnu.no>.
888
889 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
890
891         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
892
893         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
894
895 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
896
897         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
898         * message.el (message-beginning-of-line): Use featurep instead of bound
899         tests in order to resolve conditionals at compile time.
900
901 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
902
903         * mail-source.el (mail-sources): Add `group' choice.
904
905         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
906         parameter `in-group' to control into which group the articles go.
907         Add treatment of `group' mail-source.
908
909 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
912
913         * mm-decode.el (mm-dissect-buffer): Decode description.
914
915         * mml.el (mml-to-mime): Encode message header first.
916
917 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
918
919         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
920         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
921
922         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
923         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
924
925 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
926
927         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
928
929 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
932         prefix keys.
933         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
934         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
935         gnus-xmas.el.
936
937         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
938         (gnus-xmas-article-describe-bindings): New function.
939         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
940         gnus-xmas-article-describe-bindings.
941
942         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
943
944 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
945
946         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
947         Add new variables for article mark management.
948         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
949         list of extra data entries which, when present, will indicate that the
950         article ID should not be trimmed from the registry.
951         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
952         functions.
953         (gnus-registry-read-mark): New function to read a mark name from the
954         user.
955         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
956         (gnus-registry-set-article-mark-internal): New functions to add and
957         remove marks.
958         (gnus-registry-get-article-marks): New function to show the marks for
959         an article, or retrieve them for further use.
960
961 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
962
963         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
964         keys when no argument is given.
965
966 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
967
968         * imap.el (imap-ping-server): New variable.
969         (imap-opened): On add extra ping if imap-ping-server is non-nil.
970         (imap-ping-server): Minor doc string fixes.
971
972 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
973
974         * imap.el (imap-ping-server): New function.
975         (imap-opened): Call imap-ping-server.
976
977 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
978
979         * gnus-sum.el (gnus-article-sort-by-random)
980         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
981         jidanni@jidanni.org.
982
983 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * gnus-art.el (gnus-article-describe-bindings): New function.
986         (gnus-article-read-summary-keys): Use it.
987         (gnus-article-mode-map): Bind `C-h b' to it.
988
989 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
992         XEmacs.
993         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
994         against non-character events.
995
996         * lpath.el: Fbind map-keymap for Emacs 21.
997
998 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
999
1000         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1001         command.
1002         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1003         instead of END.  Change name of the temp file.
1004         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1005         customizable.
1006
1007 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1010         bind `S W' to gnus-article-wide-reply-with-original; set default
1011         binding to gnus-article-read-summary-send-keys.
1012         (gnus-article-read-summary-keys): Fix the order of keys; display
1013         continuation keys correctly in the echo area; describe bindings
1014         correctly when keys end with `C-h'.
1015         (gnus-article-read-summary-send-keys): New function.
1016         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1017         for gnus-article-read-summary-send-keys; display continuation keys
1018         correctly in the echo area.
1019         (gnus-article-reply-with-original): Ignore prefix argument.
1020         (gnus-article-wide-reply-with-original): New function.
1021
1022         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1023         Emacs 21.
1024
1025 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1028         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1029
1030 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1031
1032         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1033         (gnus-group-read-ephemeral-gmane-group): New command.
1034
1035 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1036
1037         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1038
1039 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1040
1041         * message.el (message-send-mail-function): Increase custom version.
1042
1043         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1044         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1045
1046 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1047
1048         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1049         for the cases where imap-authenticate is called with a nil buffer
1050         parameter.
1051
1052 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1055         html parts correctly; support forwarded messages.
1056         (gnus-article-browse-html-article): Remove work buffers.
1057
1058         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1059         compiling.
1060         (netrc-bound-and-true-p): New macro.
1061         (netrc-parse): Use it instead of bound-and-true-p that is not available
1062         in XEmacs 21.4.
1063
1064 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1065
1066         * gnus-registry.el (gnus-registry-mark-article)
1067         (gnus-registry-article-marks): Add functionality to mark articles
1068         through the Gnus registry.
1069
1070         * encrypt.el: Clarify documentation for the new pgg method.
1071         (encrypt-file-alist): Add PGG option.
1072         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1073         functionality.  Abstract password key and messaging to external
1074         functions.
1075         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1076         (encrypt-message-method-and-cipher): Add new convenience external
1077         functions.
1078         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1079         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1080
1081         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1082         (netrc-parse): Use encrypt-file-alist to determine if
1083         encrypt-find-model or encrypt-insert-file-contents should be used.
1084
1085         * encrypt.el: Clarify documentation.  Load password-cache or
1086         password, whichever one is found first, instead of autoloading.
1087
1088 2007-12-19  Glenn Morris  <rgm@gnu.org>
1089
1090         * mml.el (message-options-set, message-narrow-to-head)
1091         (message-in-body-p, message-mail-p, message-encode-message-body):
1092         Autoload.
1093         (message-remove-header, message-narrow-to-headers-or-head)
1094         (message-subscribed-p, message-make-mail-followup-to)
1095         (message-position-on-field, message-news-p)
1096         (message-options-set-recipient, message-generate-headers)
1097         (message-sort-headers): Declare as functions.
1098
1099 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1100
1101         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1102         convention in doc string.
1103
1104 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1107         title to html parts.
1108         (gnus-article-browse-html-article): Pass message header to it.
1109
1110         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1111
1112 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1113
1114         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1115         or password compatible with XEmacs.
1116
1117 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1118
1119         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1120         format document.
1121         (gnus-mime-delete-part): Don't write description line if empty.
1122         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1123
1124 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1125
1126         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1127         (gnus-summary-mark-read-and-unread-as-read)
1128         (gnus-summary-mark-current-read-and-unread-as-read)
1129         (gnus-summary-mark-unread-as-ticked): Doc fix.
1130         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1131
1132 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1133
1134         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1135         Christoph Conrad <christoph.conrad@gmx.de>.
1136
1137 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1138
1139         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1140         yes-or-no-p.
1141
1142 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * mm-decode.el (mm-add-meta-html-tag): New function.
1145         (mm-save-part-to-file, mm-pipe-part): Use it.
1146
1147         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1148         gnus-y-or-n-p instead of y-or-n-p.
1149         (gnus-article-browse-html-parts): Work with message/external-body; use
1150         mm-add-meta-html-tag.
1151
1152 2007-12-11  Glenn Morris  <rgm@gnu.org>
1153
1154         * gnus-cache.el: Require gnus-sum not just when compiling.
1155
1156         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1157
1158         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1159         definitions before use.
1160
1161         * mm-decode.el: Require gnus-util.
1162         (mm-remove-part): Only call delete-annotation on XEmacs.
1163
1164         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1165
1166         * nnmail.el: Require gnus-int.
1167
1168         * spam.el: Move `require's before `eval-when-compile's.
1169
1170         * gnus-ems.el (gnus-alive-p):
1171         * gnus-fun.el (message-goto-eoh):
1172         * gnus-util.el (gnus-group-name-decode):
1173         * mail-source.el (gnus-compress-sequence):
1174         * message.el (Info-goto-node, format-spec):
1175         * mm-bodies.el (message-options-get):
1176         * mm-decode.el (mm-view-pkcs7):
1177         * mm-util.el (gmm-write-region):
1178         * mml-smime.el (mml-compute-boundary)
1179         (gnus-completing-read-with-default):
1180         * mml.el (widget-button-press, gnus-make-hashtable):
1181         * mml1991.el (mm-decode-content-transfer-encoding)
1182         (mm-encode-content-transfer-encoding)
1183         (message-options-get, message-options-set):
1184         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1185         * nnfolder.el (gnus-request-group):
1186         * nnheader.el (ietf-drums-unfold-fws):
1187         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1188         * smime.el (gnus-run-mode-hooks):
1189         * spam-stat.el (gnus-message): Autoload.
1190
1191         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1192         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1193         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1194         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1195         Add declare-function compatibility definition.
1196
1197         * gnus-cache.el (nnvirtual-find-group-art):
1198         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1199         (gnus-add-image, gnus-add-wash-type):
1200         * gnus-group.el (nnkiboze-score-file):
1201         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1202         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1203         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1204         (message-tokenize-header, gnus-get-buffer-create)
1205         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1206         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1207         * gnus.el (gnus-group-decoded-name):
1208         * mail-source.el (imap-capability):
1209         * mm-bodies.el (message-options-set):
1210         * mm-decode.el (gnus-configure-windows):
1211         * mm-extern.el (message-goto-body):
1212         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1213         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1214         (epg-sub-key-validity, message-options-set):
1215         * mml.el (widget-event-point, gnus-configure-windows):
1216         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1217         * mml2015.el (epg-check-configuration, epg-configuration)
1218         (message-options-set):
1219         * nndb.el (nndb-request-article):
1220         * nnfolder.el (gnus-request-create-group):
1221         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1222         * nnmaildir.el (gnus-group-mark-article-read):
1223         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1224         * rfc1843.el (message-fetch-field):
1225         * spam.el (gnus-extract-address-components):
1226         Declare as functions.
1227
1228 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1231
1232         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1233
1234         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1235         bind show-trailing-whitespace for XEmacs.
1236
1237 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1238
1239         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1240         new no-op macro for backward compatibility.
1241
1242         * imap.el (imap-string-to-integer): New function.
1243
1244 2007-12-09  Glenn Morris  <rgm@gnu.org>
1245
1246         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1247
1248         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1249         * message.el, mm-view.el, sieve-manage, smime.el:
1250         Add declare-function compatibility definition.
1251
1252         * gnus-art.el (w3-region, w3m-region, Info-menu):
1253         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1254         * gnus-sum.el (gnus-get-predicate):
1255         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1256         * message.el (mail-abbrev-in-expansion-header-p):
1257         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1258         (w3m-detect-meta-charset, w3m-region):
1259         * sieve-manage.el (password-read, password-cache-add)
1260         (password-cache-remove):
1261         * smime.el (password-read-and-add): Declare as functions.
1262
1263 2007-12-08  David Kastrup  <dak@gnu.org>
1264
1265         * gnus-sum.el (gnus-summary-simplify-subject-query):
1266         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1267         `message'.
1268
1269 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1272         it to bind idna-program, installation-directory, defined-colors, and
1273         face-attribute for XEmacs of the version that compiles defcustom forms.
1274
1275 2007-12-07  Glenn Morris  <rgm@gnu.org>
1276
1277         * gnus-art.el (article-make-date-line): Revert previous change.
1278
1279 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1280
1281         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1282
1283 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1284
1285         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1286         Call gnus-add-to-range ranges only once with a prepared article-list.
1287
1288 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1289
1290         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1291         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1292         group names with backslashes.  Reported by Tassilo Horn
1293         <tassilo@member.fsf.org>.
1294
1295 2007-12-06  D. Goel  <deego3@gmail.com>
1296
1297         * gnus-art.el (article-make-date-line):
1298         * gnus-start.el (gnus-load):
1299         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1300
1301 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * gnus-art.el (gnus-use-idna)
1304         * gnus-start.el (gnus-site-init-file)
1305         * message.el (message-use-idna)
1306         * mm-uu.el (mm-uu-hide-markers)
1307         * smiley.el (smiley-style): Revert changes that suppress warnings.
1308
1309 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1312         specify charset to html source.  Reported by Christoph Conrad
1313         <christoph.conrad@gmx.de>.
1314
1315 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1318         idna-program in order to suppress byte compile warning issued by XEmacs
1319         that came to byte compile the default value section of defcustom forms
1320         recently.
1321
1322         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1323         value of installation-directory.
1324
1325         * message.el (message-use-idna): Don't directly refer to the value of
1326         idna-program.
1327
1328         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1329
1330         * smiley.el (smiley-style): Don't directly call face-attribute.
1331
1332 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1333
1334         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1335
1336         * gnus-dired.el: Reduce Gnus dependencies.
1337         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1338         require.  Use autoloads instead.
1339         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1340         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1341         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1342         (gnus-dired-mode): Adjust doc string.
1343         (gnus-dired-mail-mode): New variable.
1344         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1345         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1346         (gnus-dired-mail-buffers): New function.  Return mail or message
1347         composition buffers.
1348         (gnus-dired-attach): Use it.
1349         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1350         NO-DECODE.
1351         (gnus-dired-print): Use `gnus-print-buffer' depending on
1352         `gnus-dired-mail-mode'.
1353
1354 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * rfc2047.el (rfc2047-encoded-word-regexp)
1357         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1358         explaining what regexp patterns are for.
1359
1360 2007-12-04  Glenn Morris  <rgm@gnu.org>
1361
1362         * password.el: Move to password-cache.el.
1363
1364         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1365         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1366         * mml-smime.el (password-read, password-cache-add)
1367         (password-cache-remove):
1368         No need to autoload, since mml-sec requires password.
1369
1370         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1371         * message.el (gnus-extract-address-components):
1372         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1373
1374         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1375         password.
1376
1377 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1378
1379         * mailcap.el: Reduce dependencies.
1380         (mail-header-parse-content-type): Autoload.
1381         (mailcap-delete-duplicates): New alias.
1382         (mailcap-mime-info): Add optional argument NO-DECODE.
1383         (mailcap-mime-types): Use mailcap-delete-duplicates.
1384
1385         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1386
1387 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1388
1389         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1390         (imap-parse-status): Upcase status-att for servers that sends them
1391         lower-case (e.g., MS Exchange 2007).
1392
1393 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1396         function.
1397
1398         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1399         (gnus-uu-yenc-article): New function.
1400
1401         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1402
1403         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1404         buffer.
1405
1406 2007-12-02  Glenn Morris  <rgm@gnu.org>
1407
1408         * binhex.el (binhex): New custom group.
1409         (binhex-decoder-program, binhex-decoder-switches)
1410         (binhex-use-external): Move to the binhex custom group.
1411
1412         * uudecode.el (uudecode): New custom group.
1413         (uudecode-decoder-program, uudecode-decoder-switches)
1414         (uudecode-use-external): Move to the uudecode custom group.
1415
1416         * netrc.el (top-level): Don't load `encrypt' features.
1417         (netrc-parse): Don't use encrypt.
1418         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1419
1420         * encrypt.el: Remove file.
1421
1422 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1423
1424         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1425         matches on patches.
1426
1427         * gnus-art.el (gnus-article-browse-html-article): Mention
1428         `mm-text-html-renderer' in the doc string.
1429
1430         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1431         string.  Add comments.
1432
1433         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1434         if rhs is ASCII.
1435
1436 2007-12-01  Glenn Morris  <rgm@gnu.org>
1437
1438         * mail-source.el (top-level): Require format-spec before
1439         eval-when-compile.
1440
1441 2007-11-30  Glenn Morris  <rgm@gnu.org>
1442
1443         * encrypt.el: Require password, rather than autoloading password-read.
1444
1445 2007-11-29  Glenn Morris  <rgm@gnu.org>
1446
1447         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1448         (sasl-make-client, sasl-next-step, sasl-step-data)
1449         (sasl-step-set-data): Declare as functions.
1450
1451 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1452
1453         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1454
1455 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1456
1457         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1458         certs should be verified and what is to be done in the event of a
1459         verification failure.
1460
1461         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1462         caller can indicate whether the cache should be disregarded for this
1463         call.  This way the result of the call is reproducible at all times and
1464         can be considered a canonical server name for the supplied method.
1465         (gnus-agent-method-p): Canonicalize server names by pushing their
1466         method through `gnus-method-to-server' using the no-cache argument.
1467
1468         * gnus-srvr.el (gnus-server-insert-server-line): Call
1469         `gnus-method-to-server' with `no-cache' argument.
1470
1471         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1472         gnus-agent-possibly-synchronize-flags as this should be called when the
1473         server is actually being opened.
1474         (gnus-agent-possibly-synchronize-flags)
1475         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1476         flags file of an agentized server to the latter function.
1477
1478         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1479         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1480         after a connection has been established successfully.
1481
1482 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * gnus-art.el (article-display-face): Force to display face if called
1485         interactively; check if gnus-article-x-face-too-ugly matches author.
1486         (article-display-x-face): Display face even if From header is missing
1487         as article-display-face does.
1488
1489 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1490
1491         * hashcash.el (message-narrow-to-headers-or-head)
1492         (message-fetch-field, message-goto-eoh)
1493         (message-narrow-to-headers): Declare as functions.
1494
1495 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1496
1497         * mail-source.el (mail-sources): Default to fetch from file for
1498         compatibility with default of nnmail-spool-file.
1499
1500 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1503         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1504         to look for encoded word that should be encoded again.
1505         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1506         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1507         encoding pattern.
1508         (rfc2047-decode-region): Switch strict regexp and loose one according
1509         to rfc2047-allow-irregular-q-encoded-words.
1510
1511 2007-11-25  Romain Francoise  <romain@orebokech.com>
1512
1513         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1514
1515 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1516
1517         * tls.el (tls-program): Provide more custom choices from
1518         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1519         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1520
1521 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1522
1523         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1524         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1525
1526         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1527         `nnmail-spool-file'.
1528
1529         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1530         `nnmail-spool-file'.
1531
1532         * gnus-move.el (gnus-change-server): Ditto.
1533
1534         * gnus-kill.el (gnus-batch-score): Ditto.
1535
1536         * gnus-cache.el (gnus-jog-cache): Ditto.
1537
1538         * gnus-msg.el (gnus-summary-reply):
1539         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1540
1541 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1542
1543         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1544         version.  Minor improvement to doc strings.
1545         (tls-program): Add comment.
1546
1547 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1548
1549         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1550         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1551         mismatch between the hostname provided in the certificate and the name
1552         of the host connnecting to.
1553         (open-tls-stream): Use them.  Check certificates against trusted root
1554         certificates.
1555
1556 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1557
1558         * gnus-cache.el (gnus-cache-generate-nov-databases):
1559         Use nnml-generate-nov-databases-directory instead of
1560         nnml-generate-nov-databases-1.
1561
1562 2007-11-24  Glenn Morris  <rgm@gnu.org>
1563
1564         * message.el (message-tool-bar-retro): Update for rename
1565         mail_send.xpm->mail-send.xpm.
1566
1567 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1568
1569         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1570         `smime-ldap-search' for Emacs 22 and up.
1571
1572 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1573
1574         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1575
1576         * message.el (message-send-mail-function): Fix error convention.
1577         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1578         (message-widen-reply, message-send-mail, message-talkative-question)
1579         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1580         (message-clone-locals, message-send-news): Use with-current-buffer.
1581         (message-insert-or-toggle-importance): Remove unused var `valid'.
1582         (message-make-references): Remove unused var `new-references'.
1583         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1584
1585 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1586
1587         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1588         (spam-split-symbolic-return-positive): Reflow docstring.
1589         (spam-backends, spam-summary-exit-behavior)
1590         (spam-mark-ham-unread-before-move-from-spam-group)
1591         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1592         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1593         (spam-clear-cache, spam-backend-check, spam-install-backend)
1594         (spam-install-statistical-backend, spam-list-of-processors)
1595         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1596         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1597         (spam-check-crm114, spam-initialize, spam-unload-hook):
1598         Fix typos in docstrings.
1599
1600 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1603         been checked if they have never been read and those group levels are
1604         higher than the one that a user specified.
1605
1606 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1609         foreign groups unless a group level is specified by a user.
1610         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1611
1612 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1613
1614         * message.el (message-send-mail-function): Require sendmail.
1615
1616 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1617
1618         * message.el (message-send-mail-function): Check for smtpmail too.
1619
1620         * utf7.el (utf7-encode, utf7-decode): Use coding system
1621         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1622
1623         * message.el (message-send-mail-function): New function.
1624         (message-send-mail-function): Set default using
1625         message-send-mail-function.  Adjust doc string.
1626         (message-send-mail-with-mailclient): New function.
1627
1628 2007-11-17  Richard Stallman  <rms@gnu.org>
1629
1630         * assistant.el: Remove file.
1631
1632 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1633
1634         * smime.el (from):
1635         * rfc2047.el (message-posting-charset):
1636         * qp.el (mm-use-ultra-safe-encoding):
1637         * pop3.el (parse-time-months):
1638         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1639         * nnml.el (files):
1640         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1641         (jka-compr-compression-info-list, ange-ftp-path-format)
1642         (efs-path-regexp):
1643         * nndiary.el (files):
1644         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1645         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1646         (epg-digest-algorithm-alist, inhibit-redisplay)
1647         (password-cache-expiry):
1648         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1649         (pgg-output-buffer, password-cache-expiry):
1650         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1651         (efs-path-regexp):
1652         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1653         (inhibit-redisplay):
1654         * mm-uu.el (file-name, start-point, end-point, entry)
1655         (gnus-newsgroup-name, gnus-newsgroup-charset):
1656         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1657         (latin-unity-ucs-list):
1658         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1659         (mm-uu-binhex-decode-function):
1660         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1661         (rmail-enable-mime-composing, gnus-local-organization)
1662         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1663         (gnus-read-active-file, facemenu-add-face-function)
1664         (facemenu-remove-face-function, gnus-article-decoded-p)
1665         (tool-bar-mode):
1666         * mail-source.el (display-time-mail-function):
1667         * gnus-util.el (nnmail-pathname-coding-system)
1668         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1669         (gnus-original-article-buffer, gnus-user-agent)
1670         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1671         (xemacs-codename, sxemacs-codename, emacs-program-version):
1672         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1673         * gnus-start.el (gnus-agent-covered-methods)
1674         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1675         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1676         (gnus-newsgroup-headers, gnus-group-list-mode)
1677         (gnus-group-mark-positions, gnus-newsgroup-data)
1678         (gnus-newsgroup-unreads, nnoo-state-alist)
1679         (gnus-current-select-method, mail-sources)
1680         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1681         (nnmail-spool-file, gnus-cache-active-hashtb):
1682         * gnus-mh.el (mh-lib-progs):
1683         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1684         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1685         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1686         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1687         (gnus-group-buffer):
1688         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1689         (font-lock-set-defaults):
1690         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1691         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1692         (gnus-summary-post-menu, total-parts, type, condition, length):
1693         * gnus-agent.el (gnus-agent-read-agentview):
1694         * flow-fill.el (show-trailing-whitespace):
1695         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1696         eval-and-compile wrappers for byte compiler pacifiers.
1697
1698         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1699         (mm-display-inline-fontify): Check for featurep 'xemacs not
1700         extent-list.
1701
1702         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1703         itimer-list.
1704         (mm-create-image-xemacs): Only do something for XEmacs.
1705         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1706
1707         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1708
1709         * gnus-registry.el (gnus-adaptive-word-syntax-table):
1710         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1711
1712 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1713
1714         * nnimap.el (nnimap-split-download-body):
1715         * gnus-demon.el (gnus-demon):
1716         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1717
1718 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1719
1720         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1721         macros.
1722         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1723         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1724         copy data from unibyte buffer to multibyte current buffer.
1725         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1726         to copy data from unibyte current buffer to multibyte buffer.
1727         (nntp-make-process-buffer): Make process buffer unibyte.
1728
1729         * pop3.el (pop3-open-server): Fix typo in Lisp code.
1730
1731 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
1732
1733         * pop3.el (pop3-open-server): Accept and process data more robustly at
1734         connexion start to avoid spurious "POP SSL connexion failed" errors.
1735
1736 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1739         read group names.
1740
1741 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
1742
1743         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1744
1745 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1746
1747         * nnmail.el (nnmail-parse-active): Make group names unibyte.
1748         (nnmail-save-active): Use a unibyte buffer when saving active file,
1749         which may contain non-ASCII group names.
1750
1751         * nnml.el (nnml-request-group): Decode group names in messages.
1752
1753 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1754
1755         * message.el (message-citation-line-function)
1756         (message-insert-formatted-citation-line): Fix spelling of
1757         `message-insert-formated-citation-line'.
1758
1759 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
1760
1761         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1762
1763 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1764
1765         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1766         nnmail-pathname-coding-system.
1767
1768         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1769         that a user enters; decode group names in messages.
1770
1771         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1772
1773 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1774
1775         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1776
1777         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1778
1779         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1780         risky local variable.
1781
1782         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1783
1784 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1785
1786         * encrypt.el: Improve documentation to fix function name typo.
1787         Reported by Daiki Ueno <ueno@unixuser.org>.
1788
1789 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1792         even if the point is not in the last page of an article.
1793         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1794         back to the previous page.
1795
1796 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
1797
1798         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1799
1800 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1803
1804 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1805
1806         * message.el (message-check-news-body-syntax): Avoid
1807         mm-string-as-multibyte.
1808         (message-hide-headers): Don't assume (point-min)==1.
1809
1810 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1811
1812         * message.el (message-remove-blank-cited-lines): Fix if remove is
1813         given.
1814         (message-bogus-address-regexp): New variable.
1815         (message-bogus-recipient-p): New function.
1816         (message-check-recipients): New command.
1817         (message-syntax-checks): Add `bogus-recipient'.
1818         (message-fix-before-sending): Add `bogus-recipient'.
1819
1820         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1821         (gnus-treat-body-boundary): Don't test window-system.
1822
1823 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
1824
1825         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1826
1827 2007-10-28  Miles Bader  <miles@gnu.org>
1828
1829         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1830         at compile-time too.
1831
1832 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1833
1834         * gnus-msg.el (gnus-message-setup-hook): Add
1835         `message-remove-blank-cited-lines' to options.
1836
1837 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1838
1839         * message.el (message-remove-blank-cited-lines): New function.
1840         Suggested by Karl Plästerer.
1841
1842 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1843
1844         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1845         mapc.
1846
1847         * imap.el (imap-open): Replace mapcar called for effect with mapc.
1848         (top-level): Use mapc to set functions to be traced for debugging.
1849
1850         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1851         called for effect with while loop.
1852
1853         * message.el (message-talkative-question): Replace mapcar called for
1854         effect with mapc.
1855
1856         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1857         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1858         called for effect with dolist.
1859
1860         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1861
1862         * nndiary.el: Use dolist instead of mapcar to add diary headers to
1863         gnus-extra-headers and nnmail-extra-headers.
1864
1865         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1866         called for effect with dolist.
1867         (top-level): Use mapc to set functions to be traced for debugging.
1868
1869         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1870         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1871         dolist.
1872
1873         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1874         Replace mapcar called for effect with mapc.
1875         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1876         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1877         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1878         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1879
1880         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1881         remove-if that's a cl function.
1882
1883         * webmail.el (webmail-debug): Replace mapcar called for effect with
1884         dolist.
1885
1886         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
1887         with mapc.
1888
1889 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1892         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1893         with while loop.
1894
1895         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1896         functions from article-* functions.
1897         (gnus-multi-decode-header): Replace mapcar called for effect with
1898         dolist.
1899
1900         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1901         (gnus-bookmark-show-details): Replace mapcar called for effect with
1902         while loop.
1903
1904         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1905         called for effect with while loop.
1906
1907         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1908         with dolist.
1909
1910         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1911         mapcar called for effect with dolist.
1912
1913         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1914
1915         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1916         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1917         Replace mapcar called for effect with dolist.
1918         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1919         mapc.
1920
1921         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1922         Replace mapcar called for effect with dolist.
1923         (gnus-topic-list): Replace mapcar called for effect with mapc.
1924
1925         * gnus.el: Use mapc instead of mapcar to add autoloads.
1926
1927 2007-10-23  Richard Stallman  <rms@gnu.org>
1928
1929         * gnus-group.el (gnus-group-highlight): Mark as risky.
1930
1931 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1932
1933         * gnus.el (gnus-server-to-method): Return method found first in
1934         gnus-newsrc-alist.
1935
1936         * gnus-art.el (gnus-article-highlight-signature)
1937         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1938         button overlay without the front stickiness.
1939
1940 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
1941
1942         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1943         overview buffer needed a catch to receive its throw.
1944         (gnus-agent-flush-cache): Declared as interactive to make this function
1945         easier to use.
1946
1947 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
1948
1949         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1950         `next-line'.
1951
1952 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1955         exclude address matching message-dont-reply-to-names.
1956
1957 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * gnus-util.el (gnus-string<): New function.
1960
1961         * gnus-sum.el (gnus-article-sort-by-author)
1962         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1963
1964 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1967         the frame-focus tag is set in gnus-buffer-configuration.
1968
1969 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * gnus-art.el (gnus-article-add-button): Make a button overlay without
1972         the front stickiness.
1973
1974 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1977         url pattern; remove duplicate one.
1978         (gnus-article-extend-url-button): New function.
1979         (gnus-article-add-buttons): Use it.
1980         (gnus-button-push): Use concatenated url that it makes.
1981
1982 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1983
1984         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1985
1986 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1987
1988         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1989         Don't hardcode point-min==1.
1990
1991 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
1992
1993         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1994         Fix comment about "iso8859-1".
1995
1996 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
1997
1998         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1999         ones returned from the verify-function.
2000
2001         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2002         mml2015-extract-cleartext-signature if extraction failed.
2003
2004 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2005
2006         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2007         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2008         failed.
2009
2010 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2011
2012         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2013
2014 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2015
2016         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2017         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2018         recommends to use EasyPG instead of PGG.
2019
2020         * pgg.el: Revert to revision 6.23.2.16
2021
2022         * pgg-def.el: Revert to revision 6.6.2.14.
2023
2024         * pgg-gpg.el: Revert to revision 6.23.2.34.
2025
2026 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2027
2028         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2029         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2030         thread for both the null and zero (kill/expire thread) universal prefix
2031         cases.
2032         (gnus-summary-expire-thread): Add new function to expire a thread,
2033         using gnus-summary-kill-thread.
2034         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2035         shortcuts for gnus-summary-expire-thread.
2036         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2037         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2038
2039 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2040
2041         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2042         extras value, so an extras entry can be deleted.
2043         (gnus-registry-delete-extra-entry): Use it.
2044         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2045         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2046         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2047         storage through the gnus-registry, and provide an appropriate API for
2048         it.
2049
2050 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2053         Suggested by Leo <sdl.web@gmail.com>.
2054
2055         * gnus.el: Do.
2056
2057 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2058
2059         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2060         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2061
2062         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2063
2064         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2065         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2066
2067 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2070         newline.
2071         (nnmbox-request-accept-article): Don't change article in source buffer;
2072         narrow to header to use message-fetch-field rather than
2073         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2074         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2075         as delimiters; make sure article ends with newline.
2076         (nnmbox-delete-mail): Correct last position of article to be deleted;
2077         ignore X-Gnus-Newsgroup header in article body.
2078         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2079         positions; make sure article ends with newline.
2080
2081         * message.el (message-display-abbrev): Don't infloop when a user
2082         inserts SPC in the beginning of header.
2083
2084         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2085         coding-system-for-read and coding-system-for-write for XEmacs having no
2086         file-coding feature.
2087
2088         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2089
2090 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2091
2092         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2093         list of groups not followed by default.  Fix type to be regexp.
2094         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2095
2096 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2097
2098         * hmac-def.el (define-hmac-function): Switch from old-style to
2099         new-style backquotes.
2100
2101         * md4.el (md4-make-step): Likewise.
2102
2103 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2104
2105         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2106         raw-text coding system when saving .newsrc file, which may contain
2107         non-ASCII group names.
2108
2109 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * gnus-cus.el (gnus-score-extra): New widget.
2112         (gnus-score-extra-convert): New function.
2113         (gnus-score-customize): Use it for Extra.
2114
2115 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2116
2117         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2118         (mml2015-mailcrypt-clear-verify): Use it.
2119         (mml2015-gpg-clear-verify): Use it.
2120         (mml2015-pgg-clear-verify): Use it.
2121         (mml2015-epg-clear-verify): Replace the current part with the output
2122         from GnuPG; don't extract the plaintext by itself.
2123
2124         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2125         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2126         mml2015-clear-verify-function; don't touch the armor headers or
2127         dash-escaped text here.
2128
2129 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2132         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2133         parts, or application/octet-stream as a last resort.
2134         (gnus-mime-view-part-as-type): Don't toggle display.
2135         (gnus-mime-view-part-as-charset): Don't turn off display before
2136         querying charset.
2137
2138         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2139         stuff to undisplayer function in Emacs.
2140         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2141
2142         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2143         text/calendar parts.
2144
2145 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2146
2147         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2148         decoding text/calendar parts.
2149
2150         * message.el (message-forward-make-body-mime): Always mark body as
2151         having no illegible text; remove signed-or-encrypted argument.
2152         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2153
2154         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2155         (mml-generate-mime-1): Don't encode body if it is specified to be in
2156         raw form; don't make buffer be unibyte when inserting multibyte string.
2157
2158 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2159
2160         * sha1.el: Fix up comment style.
2161         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2162         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2163
2164         * hex-util.el: Fix up comment style.
2165         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2166
2167         * gnus-salt.el: Use with-current-buffer.
2168         (gnus-pick-setup-message): Fix long-standing typo.
2169
2170 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * imap.el (imap-logout-timeout): New variable.
2173         (imap-logout, imap-logout-wait): New functions.
2174         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2175
2176         * nnimap.el (nnimap-logout-timeout): New server variable.
2177         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2178         nnimap-logout-timeout.
2179
2180         * gnus-art.el (gnus-article-summary-command-nosave)
2181         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2182
2183 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * gnus.el (gnus-maximum-newsgroup): New variable.
2186
2187         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2188         according to gnus-maximum-newsgroup.
2189
2190         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2191         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2192         Limit the range of articles according to gnus-maximum-newsgroup.
2193
2194 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2195
2196         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2197         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2198         Don't perform gnus-configure-windows here; reuse existing sticky
2199         article buffer.
2200
2201         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2202         it doesn't exist in gnus-article-mode.
2203
2204 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2207         (gnus-agent-decoded-group-name): New function.
2208         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2209         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2210
2211 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2212
2213         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2214         Add binding for gnus-sticky-article.
2215         (gnus-summary-exit): Don't kill sticky article buffers.
2216
2217         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2218         article buffer.
2219         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2220         (gnus-kill-sticky-article-buffers): New commands.
2221
2222 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * nntp.el (nntp-xref-number-is-evil): New server variable.
2225         (nntp-find-group-and-number): If it is non-nil, don't trust article
2226         numbers in the Xref header.
2227
2228 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * gnus-agent.el (gnus-agent-read-group): New function.
2231         (gnus-agent-flush-group, gnus-agent-expire-group)
2232         (gnus-agent-regenerate-group): Use it.
2233         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2234         nnmail-pathname-coding-system.
2235
2236 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2239
2240         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2241         that are unread as unread, and also as selected so that information of
2242         marks having been changed by a user may be updated when exiting group.
2243
2244 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2247         calculated ignoring signature parts to gnus-treat-article.
2248
2249 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2250
2251         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2252         a point here in order to keep the window start.
2253         (gnus-insert-mime-security-button): Make a button overlay without the
2254         front stickiness.
2255         (gnus-mime-display-security): Goto the end of a button.
2256
2257         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2258
2259 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2260
2261         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2262         group-name-at-point.
2263         (gnus-group-completing-read): New function that offers decoded
2264         non-ASCII group names for completion.
2265         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2266         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2267         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2268         (gnus-group-fetch-control): Use it.
2269         (gnus-fetch-group): Use group-name-at-point for the initial value
2270         rather than the default value; use gnus-alive-p.
2271
2272         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2273         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2274         (gnus-summary-post-news): Use gnus-group-completing-read.
2275
2276         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2277         (gnus-read-move-group-name): Decode group name for completion.
2278
2279 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2280
2281         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2282         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2283         Yamaoka slightly modified the code).
2284
2285 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2288         (nnmail-split-incoming): Bind it.
2289
2290         * nnml.el (nnml-group-name-charset): New function.
2291         (nnml-decoded-group-name): Use it; don't decode group name if
2292         nnmail-group-names-not-encoded-p is non-nil.
2293         (nnml-encoded-group-name): New function.
2294         (nnml-group-pathname): Inline nnml-decoded-group-name.
2295         (nnml-request-expire-articles): Decode group name in message.
2296         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2297         nnmail-pathname-coding-system.
2298         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2299         not decoded ones according to nnmail-group-names-not-encoded-p.
2300         (nnml-generate-active-info): Use nnml-encoded-group-name.
2301
2302 2007-08-08  Glenn Morris  <rgm@gnu.org>
2303
2304         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2305         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2306         doc-strings and comments.
2307
2308 2007-07-25  Glenn Morris  <rgm@gnu.org>
2309
2310         * Relicense all FSF files to GPLv3 or later.
2311
2312 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2313
2314         * gnus-sum.el (gnus-summary-move-article): Make
2315         gnus-summary-respool-article work.
2316
2317 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2318
2319         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2320         string.
2321
2322 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2323
2324         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2325         that should be ignored when comparing distant RSS articles with local
2326         ones.
2327         (nnrss-make-hash-index): New function.  Create a hash index according
2328         to the ignored fields.
2329         (nnrss-check-group): Use it.
2330
2331 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2334
2335         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2336
2337         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2338         the new optional argument ENCODED is non-nil.
2339         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2340         coding system for encoding group name.
2341         (gnus-group-make-rss-group): Pass un-encoded group name to
2342         gnus-group-make-group.
2343         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2344         encoded.
2345
2346         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2347         Encode group name to which articles are moved or copied.
2348         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2349         coding system for encoding Newsgroup, Followup-To and Xref headers.
2350
2351         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2352         marks; use nnheader-file-coding-system to write a file.
2353         (nnagent-retrieve-headers): Bind file-name-coding-system to
2354         nnmail-pathname-coding-system.
2355
2356         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2357
2358         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2359         (nnml-request-article, nnml-request-create-group)
2360         (nnml-request-rename-group, nnml-find-id)
2361         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2362         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2363         (nnml-save-marks): Use nnml-group-pathname instead of
2364         nnmail-group-pathname.
2365
2366         (nnml-request-create-group, nnml-request-expire-articles)
2367         (nnml-request-move-article, nnml-request-delete-group)
2368         (nnml-deletable-article-p, nnml-possibly-create-directory)
2369         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2370         (nnml-open-marks): Bind file-name-coding-system to
2371         nnmail-pathname-coding-system.
2372
2373         (nnml-request-article): Pass server argument to nnml-find-group-number.
2374         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2375         server argument to nnml-possibly-create-directory.
2376         (nnml-request-accept-article): Pass server argument to
2377         nnml-active-number and nnml-save-mail.
2378         (nnml-find-group-number): Pass server argument to nnml-find-id.
2379         (nnml-request-update-info): Pass server argument to
2380         nnml-marks-changed-p.
2381
2382         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2383         (nnml-save-mail, nnml-active-number): Add server argument.
2384
2385         (nnml-request-delete-group): Warn if group is missing.
2386         (nnml-get-nov-buffer): Decode group name.
2387         (nnml-generate-active-info): Encode group name.
2388         (nnml-open-marks): Decode group name in messages.
2389
2390 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2393         if it is not specified.
2394         (gnus-article-pipe-part, gnus-article-save-part)
2395         (gnus-article-interactively-view-part, gnus-article-copy-part)
2396         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2397         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2398         (gnus-article-replace-part, gnus-article-delete-part)
2399         (gnus-article-view-part-as-type): Pass raw prefix argument to
2400         gnus-article-part-wrapper.
2401
2402 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * gnus-agent.el (gnus-agent-save-active): Bind
2405         nnheader-file-coding-system to gnus-agent-file-coding-system.
2406
2407         * gnus-cache.el (gnus-cache-save-buffers)
2408         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2409         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2410         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2411         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2412         (gnus-cache-generate-active, gnus-cache-rename-group)
2413         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2414         (gnus-cache-update-overview-total-fetched-for): Bind
2415         file-name-coding-system to nnmail-pathname-coding-system.
2416         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2417         variables.
2418         (gnus-cache-decoded-group-name): New function.
2419         (gnus-cache-file-name): Use it.
2420         (gnus-cache-generate-active): Use non-decoded group name for active.
2421
2422         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2423         right place.
2424         (gnus-write-active-file): Don't break non-ASCII group names.
2425
2426         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2427         nnmail-pathname-coding-system.
2428
2429         * lpath.el: Bind default-file-name-coding-system,
2430         file-name-coding-system and language-info-alist for XEmacs.
2431
2432         * gnus-uu.el (gnus-uu-decode-save): Typo.
2433
2434 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2437
2438 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2441         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2442         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2443         (gnus-agent-flush-group, gnus-agent-flush-cache)
2444         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2445         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2446         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2447         (gnus-agent-regenerate-group)
2448         (gnus-agent-update-files-total-fetched-for)
2449         (gnus-agent-update-view-total-fetched-for): Bind
2450         file-name-coding-system to nnmail-pathname-coding-system.
2451         (gnus-agent-group-pathname): Don't encode file names by
2452         nnmail-pathname-coding-system.
2453         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2454         coding-system-for-write instead of buffer-file-coding-system to
2455         gnus-agent-file-coding-system.
2456
2457         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2458         Decode group name.
2459
2460         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2461
2462         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2463         (gnus-read-newsrc-el-file): Make group names unibyte.
2464
2465         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2466         nnmail-pathname-coding-system.
2467
2468         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2469         (nnrss-request-delete-group): Bind file-name-coding-system to
2470         nnmail-pathname-coding-system.
2471         (nnrss-read-server-data, nnrss-read-group-data): Bind
2472         file-name-coding-system correctly.
2473         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2474
2475         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2476         (nntp-server-to-method-cache): New variable.
2477         (nntp-group-pathname): New function that decodes non-ASCII group names.
2478         (nntp-possibly-create-directory, nntp-marks-changed-p)
2479         (nntp-save-marks, nntp-open-marks): Use it.
2480         (nntp-possibly-create-directory, nntp-open-marks):
2481         Bind file-name-coding-system to nnmail-pathname-coding-system.
2482         (nntp-open-marks): Decode group names when bootstrapping marks.
2483
2484         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2485         Newsgroups and Folowup-To headers.
2486
2487 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2490         (gnus-server-closed-face, gnus-server-denied-face)
2491         (gnus-server-offline-face): Remove variable.
2492         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2493
2494         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2495         of modifying message-stack directly for XEmacs.
2496
2497         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2498         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2499         if the coding-system argument is nil for XEmacs.
2500
2501         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2502         mm-charset-override-alist.
2503
2504         * rfc2047.el: Don't require base64; require rfc2045 for the function
2505         rfc2045-encode-string.
2506         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2507         to quote the parameter value.
2508
2509 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2512         form in gnus-group-name-charset-method-alist.
2513
2514         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2515         overrides the default layout edit-form.
2516
2517         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2518
2519         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2520
2521 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2524         as unfetched articles.
2525
2526 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2527
2528         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2529
2530 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2533         original back end that keeps marks in the local system.
2534
2535 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2536
2537         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2538         arg of pop-to-buffer for XEmacs.
2539         (gnus-article-read-summary-keys): Ditto; don't restore window
2540         configuration if summary command ends up with neither article buffer
2541         nor summary buffer; describe bindings if summary keys end with C-h.
2542
2543 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * message.el (message-fix-before-sending): Skip raw message part to be
2546         forwarded while checking illegible text.
2547         (message-forward-make-body-mime, message-forward-make-body): Mark
2548         signed or encrypted raw message as having no illegible text.
2549
2550 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2553         (gnus-message-with-timestamp-1): New macro.
2554         (gnus-message-with-timestamp): New function.
2555         (gnus-message): Use them.
2556
2557         * nnheader.el (nnheader-message): Use them.
2558
2559 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2560
2561         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2562         .newsrc.eld file.
2563
2564 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * gnus-agent.el (gnus-agent-fetch-headers)
2567         (gnus-agent-retrieve-headers): Bind
2568         gnus-decode-encoded-address-function to identity.
2569
2570         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2571         available also when the server returns simply a dot.
2572
2573         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2574
2575 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2578
2579 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2580
2581         * gnus-ems.el (gnus-x-splash): Make it work.
2582
2583         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2584         from being used.
2585
2586         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2587
2588 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2591         4th and the 5th arguments.
2592
2593         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2594         the front stickiness.
2595         (gnus-article-summary-command-nosave): Correct the order of the
2596         arguments passed to pop-to-buffer.
2597         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2598         summary command ends up with the article buffer.
2599
2600         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2601         the same faces.
2602
2603 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2604
2605         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2606
2607 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2608
2609         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2610         * gnus-sum.el (gnus-summary-highlight):
2611         * pgg.el (pgg-sign-region, pgg-sign):
2612         * mail-source.el (mail-source-delete-old-incoming-confirm):
2613         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2614
2615 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * gnus-art.el (gnus-mime-view-part-externally)
2618         (gnus-mime-view-part-internally): Fix predicate function passed to
2619         completing-read.
2620
2621         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2622
2623         * gnus.el (gnus-update-message-archive-method): Add :version.
2624
2625 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2626
2627         * gnus.el (gnus-update-message-archive-method): New variable.
2628
2629         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2630         according to gnus-message-archive-method if
2631         gnus-update-message-archive-method is non-nil.
2632
2633 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2634
2635         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2636         by Loic Dachary <loic@dachary.org>.
2637         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2638
2639 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * message.el (message-pop-to-buffer): Add switch-function argument.
2642         (message-mail): Pass switch-function argument to it.
2643
2644 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2645
2646         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2647         Improve doc string.
2648
2649 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2650
2651         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2652         (gnus-header-content)
2653         * gnus-cite.el (gnus-cite-10)
2654         * gnus-srvr.el (gnus-server-closed)
2655         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2656         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2657         (gnus-group-mail-3-empty, gnus-group-mail-low)
2658         (gnus-group-mail-low-empty, gnus-splash)
2659         * message.el (message-header-to, message-header-cc)
2660         (message-header-subject, message-header-other, message-header-name)
2661         (message-header-xheader, message-separator, message-cited-text)
2662         (message-mml): Lighten colors of faces used for dark background.
2663
2664 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2665
2666         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2667         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2668
2669 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2670
2671         * message.el (message-narrow-to-headers-or-head):
2672         Ignore mail-header-separator in the body.
2673
2674 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2677         same as window size.
2678
2679 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2680
2681         * message.el (message-font-lock-keywords): Use message-header-xheader
2682         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2683         ahead of the anything pattern, to get it recognised.
2684
2685 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
2688         spam.el loads uses it in the compiled defadvice form.
2689
2690 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
2691
2692         * gnus-sum.el (gnus-articles-to-read)
2693         (gnus-summary-insert-old-articles): Don't truncate group name for
2694         `read-string'.
2695
2696         * gnus-util.el (gnus-limit-string): Delete this function.
2697
2698         * gnus-sum.el (gnus-simplify-subject-fully): Use
2699         `truncate-string-to-width' instead.
2700
2701 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
2702
2703         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
2704         if, on summary exit, the next group has to be selected.
2705         (gnus-summary-exit): Use it.
2706
2707 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2708
2709         * gnus-art.el (gnus-article-mode): Fix comment about displaying
2710         non-break space.
2711
2712 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2715         Check if group is not a directory.
2716         (nnfolder-request-expire-articles): Don't delete articles if the target
2717         group is not available.
2718
2719         * nnml.el (nnml-request-create-group): Properly check if group is not a
2720         file.
2721         (nnml-request-expire-articles): Don't delete articles if the target
2722         group is not available.
2723
2724         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2725         Don't quote characters that are within parentheses.
2726
2727 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2728
2729         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2730         (gnus-handle-ephemeral-exit): Select article according to it.
2731
2732 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2733
2734         * message.el (message-insert-formated-citation-line): Remove newline.
2735         (message-citation-line-format): Add final \n here so that the user can
2736         avoid a blank line.
2737
2738 2007-05-03  Dan Christensen  <jdc@uwo.ca>
2739
2740         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2741         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2742         Update lanl/arXiv support.
2743
2744 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2745
2746         * gnus.el: Bump version number.
2747
2748 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2749
2750         * gnus.el (gnus-version-number): Bump version.
2751
2752 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2753
2754         * gnus.el: No Gnus v0.6 is released.
2755
2756 2007-04-27  Didier Verna  <didier@xemacs.org>
2757
2758         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2759         * gmm-utils.el (gmm-regexp-concat): here.
2760         * message.el: Don't require 'gnus-util.
2761         (message-dont-reply-to-names): Handle name change above.
2762         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2763
2764 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2765
2766         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2767         since the initial value varies according to the system.
2768
2769 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * mm-util.el (mm-charset-synonym-alist): Defcustom.
2772
2773 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
2774
2775         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2776
2777 2007-04-24  Didier Verna  <didier@xemacs.org>
2778
2779         Improve the type of gnus-ignored-from-addresses.
2780         * gnus-util.el (gnus-orify-regexp): New function.
2781         * message.el (gnus-util): Require it.
2782         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2783         * gnus-sum.el (gnus-ignored-from-addresses): New function.
2784         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2785
2786 2007-04-24  Didier Verna  <didier@xemacs.org>
2787
2788         * gnus-sum.el:
2789         * gnus-utils.el: Fix some trailing whitespaces.
2790
2791 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2794         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2795         article's Message-ID; refer parent article in summary buffer.
2796
2797         * message.el (message-bounce): Call mime-to-mml.
2798
2799         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
2800         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
2801         optimize and/or forms properly.
2802
2803 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
2804
2805         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
2806         URL.
2807
2808 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2811
2812 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2815         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2816         displayed of multipart/alternative part if it is invoked from summary
2817         buffer.
2818
2819         * mm-view.el (mm-inline-text-html-render-with-w3m)
2820         (mm-inline-text-html-render-with-w3m-standalone)
2821         (mm-inline-render-with-function): Use mail-parse-charset by default.
2822
2823 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2824
2825         * parse-time.el (parse-time-string-chars): Check if CHAR
2826         is less than the length of parse-time-syntax.
2827
2828 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2831         from gnus-newsgroup-processable.
2832
2833 2007-04-16  Didier Verna  <didier@xemacs.org>
2834
2835         * gnus-msg.el (gnus-configure-posting-styles): Handle
2836         message-signature-directory properly with :file syntax.  Reported by
2837         "Leo".
2838
2839 2007-04-11  Didier Verna  <didier@xemacs.org>
2840
2841         New user option: message-signature-directory.
2842         * gnus-msg.el (gnus-configure-posting-styles): Support it.
2843         * message.el (message-insert-signature): Ditto.
2844         * message.el (message-signature-file): Doc update.
2845         * message.el (message-signature-directory): New.
2846
2847 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * gnus-msg.el (gnus-inews-yank-articles): Use
2850         message-exchange-point-and-mark instead of exchange-point-and-mark.
2851
2852 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * message.el (message-yank-original): Make sure cited text ends with
2855         newline; don't exchange point and mark.
2856
2857 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2858
2859         * tls.el (open-tls-stream): Properly handle case where there
2860         is no associated buffer.
2861
2862 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
2863
2864         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2865         message-yank-original, make sure (< mark TEXT point).
2866
2867 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2868
2869         * message.el (message-fill-column): New variable.
2870         (message-mode): Use it.  Add comment on a possible new hook.
2871
2872         * nnmail.el (nnmail-spool-file): Mark as obsolete.
2873         (nnmail-get-new-mail): Reformat.
2874
2875         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2876
2877         * gmm-utils.el: Fix Commentary.
2878         (gmm-tool-bar-from-list): Fix typo in doc string.
2879
2880 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
2881
2882         * message.el (message-yank-original): Don't switch point and mark
2883         unnecessarily to put point and mark as documented.
2884
2885 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2886
2887         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2888         from the message heads.
2889
2890 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
2891
2892         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2893         article buffer does not have a window.  This may not be the best
2894         solution but is certainly better than setting the start of the null,
2895         that is the current, window.
2896
2897 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2898
2899         * gnus-draft.el (gnus-draft-setup-hook): New hook.
2900         (gnus-draft-setup): Run it.
2901
2902         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2903         gnus-score-fast-scoring.  Allow regexp.
2904         (gnus-score-headers): Use it.
2905
2906         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2907         XEmacs.
2908
2909         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2910         string.
2911         (gnus-button-alist): Also catch `<f1> k ...'.
2912         (gnus-treat-display-x-face): Fix doc string.
2913
2914 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2915
2916         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2917         evaluation of gnus-extended-version to ensure correct generation of the
2918         User-Agent header when message-generate-headers-first is used.
2919
2920 2007-03-24  Simon Josefsson  <simon@josefsson.org>
2921
2922         * hashcash.el (hashcash-generate-payment-async): Don't crash if
2923         hashcash-path is nil.  Don't call callback with incorrect number of
2924         parameters if val is 0.
2925
2926 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2927
2928         * message.el (message-required-news-headers):
2929         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2930
2931 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2932
2933         * tls.el (open-tls-stream): In handshake-waiting loop,
2934         don't wait more if there is output available to process.
2935
2936 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2937
2938         * tls.el (tls-program): Doc fix.
2939
2940 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2941
2942         * message.el (message-generate-new-buffers): Change the meaning of the
2943         nil value; add `standard' to the choices; treat t as `unique'; improve
2944         doc string.
2945         (gnus-select-frame-set-input-focus): Autoload.
2946         (message-buffer-name): Search for the existing message buffer if
2947         message-generate-new-buffers is nil or `standard'; treat the value t of
2948         message-generate-new-buffers as `unique'.
2949         (message-pop-to-buffer): Raise the frame already displaying the message
2950         buffer; clear the echo area after querying.
2951         (message-setup): Pass the `continue' argument to compose-mail.
2952         (message-mail): Prefer `switch-function' if it is given; search for the
2953         existing message buffer if the `continue' argument is non-nil; pass
2954         continue and switch-function arguments to compose-mail by way of
2955         message-setup.
2956         (message-mail-other-window): Adjust argument of message-setup.
2957         (message-mail-other-frame): Ditto.
2958
2959 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2962         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2963         to turn font-lock on when turning gnus-message-citation-mode on.
2964
2965 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
2966
2967         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2968         (mml-smime-function-alist): New variable; add epg as the backend.
2969         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2970         mml-smime- functions instead.
2971         * mm-view.el: Require smime.
2972
2973 2007-03-05  Didier Verna  <didier@xemacs.org>
2974
2975         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2976         instead of just inheritance for posting styles.
2977         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2978
2979 2007-02-24  Chris Moore  <dooglus@gmail.com>
2980
2981         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
2982         * pgg-pgp.el (pgg-pgp-encrypt-region):
2983         * pgg-gpg.el (pgg-gpg-encrypt-region):
2984         Check pgg-encrypt-for-me if no other recipients.
2985
2986 2007-02-24  John Paul Wallington  <jpw@pobox.com>
2987
2988         * tls.el (tls-certtool-program): Fix custom type.
2989
2990 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2993         and point-at-eol instead of line-(beginning|end)-position.
2994
2995         * assistant.el (assistant-parse-buffer): Ditto.
2996
2997         * netrc.el (netrc-parse-services): Ditto.
2998
2999 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3000
3001         * mml2015.el (mml2015-epg-find-usable-key): New function.
3002         (mml2015-epg-sign): Use it.
3003         (mml2015-epg-encrypt): Use it.
3004
3005 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * message.el (message-make-in-reply-to): Quote name containing
3008         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3009         if there are special characters.  Reported by NAKAJI Hiroyuki
3010         <nakaji@jp.freebsd.org>.
3011
3012 2007-02-27  Didier Verna  <didier@xemacs.org>
3013
3014         Include the group parameters as well as the topic ones in the
3015         inheritance filter process.
3016         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3017         argument GROUP-PARAMS-LIST.
3018         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3019
3020 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3021
3022         * nntp.el (nntp-never-echoes-commands)
3023         (nntp-open-connection-functions-never-echo-commands): New variables.
3024         (nntp-send-command): Use them.
3025
3026 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3027
3028         * mml2015.el (mml2015-epg-verify): Simplified.
3029
3030 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * mml.el (mml-content-disposition-alist): New user option.
3033         (mml-content-disposition): New function.
3034         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3035         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3036
3037 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3038
3039         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3040         verification.
3041
3042 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3043
3044         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3045         articles posted in the last 24 hours.
3046
3047 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3048
3049         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3050
3051 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3052
3053         * nntp.el (nntp-send-command): Don't wait for echoes when
3054         nntp-open-ssl-stream is used.
3055
3056 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3059         (gnus-message-add-citation-keywords)
3060         (gnus-message-remove-citation-keywords): Remove.
3061         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3062         directly, make the variables in font-lock-defaults buffer-local, add
3063         gnus-message-citation-keywords to them and then update the value of
3064         font-lock-keywords.
3065
3066 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * message.el (message-cite-original-1): Don't call
3069         gnus-article-highlight-citation.
3070
3071         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3072         citations; fix line count.
3073
3074 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3077         (gnus-message-add-citation-keywords)
3078         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3079         versions of font-lock-add-keywords and font-lock-remove-keywords to
3080         work with XEmacs correctly.
3081
3082 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * gnus-cite.el (gnus-cite-face-list): Set the values of
3085         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3086         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3087         (gnus-message-cite-prefix-regexp): New variable.
3088         (gnus-message-search-citation-line): Use it; protect against long
3089         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3090         the 0th match data for Emacs.
3091         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3092         (gnus-message-add-citation-keywords): Append keywords rather than
3093         prepending; emulate font-lock-add-keywords if it is not available.
3094         (gnus-message-remove-citation-keywords): Emulate
3095         font-lock-remove-keywords if it is not available.
3096
3097         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3098
3099         * message.el (message-cite-prefix-regexp): Set the value of
3100         gnus-message-cite-prefix-regexp.
3101
3102 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3103
3104         * nnweb.el (nnweb-google-parse-1): Update parser.
3105
3106 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3107
3108         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3109
3110 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3111
3112         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3113         regexp.
3114
3115 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3116
3117         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3118         string-to-multibyte.
3119         (uudecode-decode-region-internal): Use it.
3120
3121         * lpath.el: Fbind string-as-multibyte for XEmacs.
3122
3123 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3124
3125         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3126         custom choice.
3127
3128         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3129
3130 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3131
3132         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3133
3134         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3135         `write-region' to respect `mm-inhibit-file-name-handlers'.
3136
3137 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3138
3139         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3140         Use gnus-home-directory instead of "~/" or "$HOME".
3141
3142 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3143
3144         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3145         to mention filename.
3146         Add comments at beginning regarding usage.
3147         (encrypt-write-file-contents): Change interactive so a string is
3148         acceptable.  If the file has no associated model, show an error instead
3149         of a nonsense prompt.
3150
3151 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3152
3153         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3154         Thanks to Yoshihiko Yamada for kind notification of this typo.
3155
3156 2007-01-12  Kenichi Handa  <handa@m17n.org>
3157
3158         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3159         multibyte buffer.
3160
3161 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3162
3163         * gnus-score.el (gnus-score-fast-scoring): New variable.
3164         (gnus-score-headers): Use it.
3165
3166         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3167
3168         * message.el (message-cite-original-1): Call
3169         gnus-article-highlight-citation if requested.
3170         (message-make-from): Allow name and address as optional arguments.
3171
3172         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3173
3174         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3175         bugs to doc string.
3176         (gnus-button-alist): Add mid\\|message-id.
3177         (gnus-button-fetch-group): Extend for use in
3178         `browse-url-browser-function'.
3179         (gnus-button-url-regexp): Try to catch paired parentheses like in
3180         Wikipedia URLs.
3181
3182         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3183         Suggested by Simon Krahnke <overlord@gmx.li>.
3184
3185 2007-01-13  Romain Francoise  <romain@orebokech.com>
3186
3187         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3188         Update copyright.
3189
3190 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3191
3192         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3193
3194 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3195
3196         * gnus-registry.el (gnus-registry-unfollowed-groups)
3197         (gnus-registry-split-fancy-with-parent): Fix documentation.
3198
3199 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3200
3201         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3202         from nnweb groups.
3203
3204 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3205
3206         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3207         Xref urls.  Erase buffer before requesting head.
3208
3209 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3210
3211         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3212         customizable.
3213
3214 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3215
3216         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3217         no signing key is found.
3218         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3219         no encrypting and/or signing key is found.
3220
3221 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3222
3223         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3224
3225 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3226
3227         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3228         headers read from disk with the ones newly found in the current search.
3229         This should no longer cause problems, because the article numbers in
3230         Gmane's `nov.php' output are ignored since the previous change.
3231
3232 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3233
3234         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3235
3236 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3239         replace-regexp-in-string; bind url-version; fbind display-images-p and
3240         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3241         find-face and set-itimer-function for Emacs; bind itimer-list for
3242         Emacs.
3243
3244         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3245
3246 2007-01-01  Romain Francoise  <romain@orebokech.com>
3247
3248         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3249
3250 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3251
3252         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3253         `define-minor-mode' macro definition expanded properly.
3254         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3255         exclude it there.
3256
3257         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3258         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3259         `fboundp' test.
3260         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3261         This is OK to autoload in (S)XEmacs now.
3262
3263 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3266         keystroke.
3267         (gnus-summary-limit-to-singletons): Fix typo.
3268
3269         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3270         else fails.
3271
3272 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3273
3274         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3275         docstring.
3276
3277         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3278         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3279         (gnus-summary-insert-dormant-articles): Fix typo in message.
3280
3281 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3282
3283         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3284         nil for XEmacs.
3285         (gnus-message-citation-mode): Don't autoload in XEmacs.
3286
3287         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3288
3289 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3290
3291         * nnimap.el (nnimap-expunge-search-string): Mention
3292         nnimap-search-uids-not-since-is-evil in docstring.
3293
3294 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3295
3296         * spam.el: Revert to make-obsolete-variable because
3297         define-obsolete-variable-alias is not supported in Emacs 21.
3298
3299         * spam.el (spam-ifile-path, spam-ifile-database-path)
3300         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3301         make-obsolete-variable.
3302         (spam-bsfilter-path, spam-bsfilter-program)
3303         (spam-spamassassin-path, spam-spamassassin-program)
3304         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3305         use "path" inappropriately.
3306         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3307         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3308         variable names.
3309
3310 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3311
3312         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3313         summary buffer.
3314
3315         * password.el (password-cache-remove): Use clear-string to burn
3316         password, if available.
3317
3318 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3319
3320         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3321
3322         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3323
3324         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3325         (gnus-message-highlight-citation): Move defcustom here from
3326         gnus-cite.el.
3327         (gnus-message-citation-mode): Autoload.
3328
3329         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3330         checks to make it compile with XEmacs.
3331         (gnus-message-citation-mode): New minor mode.
3332         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3333         (gnus-message-highlight-citation): New variables.
3334         (gnus-message-search-citation-line)
3335         (gnus-message-add-citation-keywords)
3336         (gnus-message-remove-citation-keywords)
3337         (turn-on-gnus-message-citation-mode)
3338         (turn-off-gnus-message-citation-mode): New functions.
3339
3340 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3341
3342         * gnus-cite.el: Enable highlighting of different citation levels in
3343         message-mode.
3344
3345 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3346
3347         * message.el (message-make-fqdn): Fix comment.
3348         (message-bogus-system-names): Add ".local".
3349
3350         * spam.el (spam-ifile-path, spam-ifile-program)
3351         (spam-ifile-database-path, spam-ifile-database)
3352         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3353         Don't use "path" inappropriately.
3354         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3355         strings.
3356         (spam-check-ifile, spam-ifile-register-with-ifile)
3357         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3358         new variable names.
3359
3360         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3361         (gnus-treat-display-smileys): Simplify using
3362         gnus-image-type-available-p.
3363
3364         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3365         available.
3366
3367         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3368         `display-images-p' if available.
3369
3370 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3371
3372         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3373         one after turning on the buffer's multibyteness instead of decoding
3374         them directly in the unibyte buffer that causes unexpected conversion
3375         in Emacs 23 (unicode).
3376
3377 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3378
3379         * message.el (message-generate-hashcash): Fix custom type.
3380
3381 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3382
3383         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3384
3385 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3386
3387         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3388         disconnect icons.  Add help text.
3389
3390 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3391
3392         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3393         negated to be consistent with the others we handle.
3394
3395 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3396
3397         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3398         version of gnus-summary-buffer to something, so that we can use two
3399         article buffers at the same time.
3400
3401 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3402
3403         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3404         trigger all the extra headers.
3405         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3406         sorting.
3407
3408 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3409
3410         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3411         solid groups.
3412
3413 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3414
3415         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3416
3417 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3418
3419         * legacy-gnus-agent.el: Add Copyright notice.
3420
3421 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3422
3423         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3424
3425 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3428
3429         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3430         to make it work reliably in CVS Emacs.
3431         (gnus-summary-limit-strange-charsets-predicate)
3432         (gnus-summary-limit-to-predicate): New functions.
3433
3434 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3435
3436         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3437         specifying array size.
3438         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3439         array if it is too small.
3440         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3441         (gnus-sort-threads-loop): New function.
3442
3443 2006-12-06  Chris Moore  <dooglus@gmail.com>
3444
3445         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3446         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3447
3448 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3449
3450         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3451         options.
3452
3453 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454
3455         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3456         DOS-ing the recipient.
3457
3458         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3459         the headers when creating the mapping to avoid mismappings.
3460         (nnweb-gmane-create-mapping): Always nix out old mapping.
3461
3462 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3465         and mm-verify-option to never.
3466
3467 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * message.el (message-signed-or-encrypted-p): New function.
3470         (message-forward-make-body): Use it.
3471
3472         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3473         Replace encode-coding-string with mm-encode-coding-string.
3474
3475 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * nneething.el (nneething-decode-file-name): Replace
3478         decode-coding-string with mm-decode-coding-string.
3479
3480         * gnus-int.el (gnus-open-server): Say failed server's name.
3481
3482 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3483
3484         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3485         strings to a single string.  Quote `errors-file-name'.
3486         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3487         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3488         Adjust calls.  Use `shell-quote-argument'.
3489
3490 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3491
3492         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3493         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3494
3495         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3496         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3497         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3498         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3499         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3500         (gnus-subscribe-newsgroup, gnus-1):
3501         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3502         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3503         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3504         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3505
3506 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3507
3508         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3509         keystroke.
3510         (gnus-summary-limit-to-bodies): Implement headersp.
3511
3512 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3513
3514         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3515
3516 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3519
3520 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521
3522         * message.el (message-generate-hashcash): Expand range of values to
3523         include `opportunistic'.
3524         (message-send-mail): Use it.
3525
3526 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3527
3528         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3529         and comment it.
3530
3531         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3532
3533 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3534
3535         * gnus-util.el (gnus-extract-address-components): Improve comment.
3536
3537 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * gnus-util.el (gnus-extract-address-components): Work with address in
3540         which the name portion contains @.
3541
3542         * lpath.el: Fbind custom-autoload.
3543
3544 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3545
3546         * gnus.el (gnus-start): Move custom group up.
3547         (gnus-select-method): Don't autoload, but make it available for
3548         `customize-variable'.
3549         (gnus-getenv-nntpserver): Don't autoload.
3550
3551 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3552
3553         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3554
3555 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3556
3557         * message.el (message-sendmail-extra-arguments): New variable.
3558         (message-send-mail-with-sendmail): Use it.
3559
3560 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3563         mm-with-unibyte-current-buffer to make string unibyte.
3564
3565         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3566         mm-string-as-multibyte.
3567
3568 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3569
3570         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3571         Reported by Werner Koch <wk@gnupg.org>.
3572
3573 2006-11-14  Daiki Ueno  <ueno@p360>
3574
3575         * mml2015.el: Autoload epa-select-keys when compiling.
3576
3577 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3578
3579         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3580         message-options.
3581         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3582
3583 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3584
3585         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3586         EasyPG (< 0.0.6).
3587         (mml2015-always-trust): New user option.
3588         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3589         prompt.
3590
3591 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * nntp.el (nntp-authinfo-force): New variable.
3594         (nntp-send-authinfo): Use it.
3595
3596 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3597
3598         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3599         decode encoded words.  Improve prompt.  Add comment about forwarding.
3600         (message-replacement-char): Move up.
3601
3602 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3603
3604         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3605         instead of gnus-intersection because arguments of gnus-sorted-nunion
3606         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3607
3608 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3609
3610         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3611         (message-simplify-subject-functions): Enable
3612         message-strip-subject-encoded-words by default.
3613
3614 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3615
3616         * message.el (message-strip-subject-encoded-words): New function
3617         (message-simplify-subject-functions): New variable.
3618         (message-simplify-subject): Use it.  Fix typo in doc string.
3619         Support message-strip-subject-encoded-words.
3620
3621 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3622
3623         * gnus-diary.el (gnus-diary-delay-format-function):
3624         * nndiary.el (nndiary-reminders):
3625         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3626
3627 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3628
3629         * gnus-art.el (article-hide-boring-headers): Fetch date from
3630         gnus-original-article-buffer to avoid problems with localized date
3631         strings.
3632
3633 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3636
3637 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3638
3639         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3640         New variables.
3641         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3642         (mm-charset-synonym-alist): Move some entries to
3643         mm-codepage-iso-8859-list.
3644         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3645         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3646
3647 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3650
3651 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3652
3653         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3654         with Emacs 21 and XEmacs.
3655
3656 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3657
3658         * spam.el (spam-parse-address): New function for better parsing,
3659         catching errors, etc.
3660         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3661
3662 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3663
3664         * mm-view.el: Add interactive arg to html2text autoload.
3665
3666 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3669
3670 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3671
3672         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3673         variables.
3674         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3675         (mm-charset-synonym-alist): Move some entries to
3676         mm-codepage-iso-8859-list.
3677
3678         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3679
3680 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3681
3682         * message.el (message-citation-line-format)
3683         (message-insert-formated-citation-line): Fix implementation of %E, %N
3684         and %n according to the doc string.
3685
3686 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3687
3688         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3689         car-safe to avoid bad parses.
3690
3691 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3694         names.
3695
3696         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3697
3698 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3701         header.
3702
3703         * message.el (message-draft-headers): Add Date.
3704         (message-headers-to-generate): Fix typo in docstring.
3705
3706         * nndraft.el (nndraft-required-headers): New variable.
3707         (nndraft-generate-headers): Use it.
3708
3709         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3710
3711 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3712
3713         * gnus-registry.el (gnus-registry-wash-for-keywords)
3714         (gnus-registry-find-keywords): New functions to allow easy searching of
3715         articles that are in the registry.
3716
3717 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3718
3719         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3720         ietf-drums-parse-address instead of gnus-extract-address-components.
3721         Reported by Damien Elmes <damien@repose.cx>.
3722
3723 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3724
3725         * gnus.el (gnus-mime): Remove unused custom group.
3726
3727 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3728
3729         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3730         "blank line" when searching for end of armor headers.
3731
3732 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * gmm-utils.el (gmm-write-region): Fix variable name.
3735
3736 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
3737
3738         * gmm-utils.el (gmm-write-region): New function based on compatibility
3739         code from `mm-make-temp-file'.
3740
3741         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3742
3743         * nnmaildir.el (nnmaildir--update-nov)
3744         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3745         Use `gmm-write-region'.
3746
3747 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3748
3749         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3750         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3751
3752         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3753
3754         * message.el (message-replacement-char): New variable.
3755         (message-fix-before-sending): Use it.
3756         (message-simplify-subject): New function to remove duplicate code.
3757         (message-reply, message-followup): Use it.
3758
3759         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3760         gnus-summary-limit-to-articles.
3761
3762 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-util.el (gnus-with-local-quit): New macro.
3765
3766         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3767
3768 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
3769
3770         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3771         ignore non-string data.
3772
3773 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
3774
3775         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3776         non-string data (needs to be done in the registry too).
3777
3778 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3779
3780         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3781         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3782         (gnus-registry-split-fancy-with-parent)
3783         (gnus-registry-fetch-simplified-message-subject-fast)
3784         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3785         Remove text properties on ingress into the registry and when it's saved.
3786         (gnus-registry-clean-empty-function): Fix bug with cleaning the
3787         registry from entries with no groups.
3788
3789 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3790
3791         * gnus-util.el (gnus-string-remove-all-properties): Add utility
3792         function to remove string properties.
3793
3794 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3795
3796         * gmm-utils.el (gmm): Adjust custom version.
3797
3798         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3799         custom version.
3800
3801         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3802
3803 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3804
3805         * gnus-art.el (gnus-insert-prev-page-button)
3806         (gnus-insert-next-page-button): Simplify.  Reformat.
3807
3808 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3809
3810         * gnus-art.el (gnus-insert-prev-page-button)
3811         (gnus-insert-next-page-button): Apply gnus-article-button-face.
3812
3813 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3814
3815         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3816
3817 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3818
3819         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3820         gnus-article-button-face to MIME and security buttons.
3821
3822 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
3823
3824         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3825         readable.
3826
3827 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
3830
3831 2006-09-20  Steve Youngs  <steve@sxemacs.org>
3832
3833         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3834         `browse-url-of-file' instead of `browse-url'.
3835
3836 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3837
3838         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3839         regexp.  Articles containing quotation were cut prematurely.
3840
3841 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3842
3843         * message.el (message-cite-original-1): Use nobody by default for the
3844         value of From header.
3845         (message-reply): Ditto.
3846
3847 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
3848
3849         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3850         to the gnus-info.  This fixes a bug of inline-PGP message verification.
3851         Reported by Michael Piotrowski <mxp@dynalabs.de>.
3852
3853 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
3854
3855         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3856         mails in the doc string.  Add some URLs in comment.
3857         (pop3-movemail): Warn about pop3-leave-mail-on-server.
3858
3859 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3862         backslashes handling and the way to find boundaries of quoted strings.
3863
3864 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
3865
3866         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3867         mml1991-encrypt-to-self is set and mml1991-signers is not set.
3868         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3869         mml2015-encrypt-to-self is set and mml2015-signers is not set.
3870
3871 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3872
3873         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
3874         doc string.
3875         (gnus-button-regexp, gnus-button-last): Remove unused variables.
3876
3877 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * lpath.el: Fbind epg-check-configuration.
3880
3881 2006-09-06  Simon Josefsson  <jas@extundo.com>
3882
3883         * mml2015.el (mml2015-use): Doc fix, mention epg.
3884
3885 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3886
3887         * mml2015.el (mml2015-use): Default to epg, if available.
3888
3889 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3890
3891         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3892         message-sender.
3893         (mml1991-epg-encrypt): Ditto.
3894         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3895         message-sender.
3896         (mml2015-epg-encrypt): Ditto.
3897
3898 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
3899
3900         * message.el (message-send-mail-with-sendmail): Look for sendmail in
3901         several common directories.
3902
3903 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
3904
3905         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3906         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3907
3908 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * gnus-art.el (article-decode-encoded-words): Make it fast.
3911
3912 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3915
3916         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3917         in quoted string into `\'.
3918
3919 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3922         Use standard-syntax-table.
3923
3924 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3925
3926         * gnus-art.el (gnus-decode-address-function): New variable.
3927         (article-decode-encoded-words): Use it to decode headers which are
3928         assumed to contain addresses.
3929         (gnus-mime-delete-part): Remove useless `or'.
3930
3931         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3932         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3933         (gnus-nov-parse-line): Use it to decode From header.
3934         (gnus-get-newsgroup-headers): Ditto.
3935         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3936
3937         * mail-parse.el (mail-decode-encoded-address-region): New alias.
3938         (mail-decode-encoded-address-string): New alias.
3939
3940         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3941         New function.
3942         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3943         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3944         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3945         (rfc2047-decode-string): Ditto.
3946         (rfc2047-decode-address-region): New function.
3947         (rfc2047-decode-address-string): New function.
3948
3949 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
3950
3951         * message.el (message-caesar-buffer-body): Allow rotating headers.
3952
3953         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3954
3955         * message.el (message-insert-formated-citation-line): Fix %f.
3956         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3957
3958 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3961         (gnus-bookmark-mouse-available-p): New macro.
3962         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3963         (gnus-bookmark-bmenu-show-infos): Use it.
3964         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3965         (gnus-bookmark-bmenu-hide-infos): Ditto.
3966         (gnus-bookmark-remove-properties): New function.
3967         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3968         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3969         (gnus-bookmark-write-file): Bind coding-system-for-write.
3970         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3971         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3972         group before selecting it.
3973         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3974         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3975         quit-window if it is not available; use gnus-mouse-2 and bind it to
3976         gnus-bookmark-bmenu-select-by-mouse.
3977         (gnus-bookmark-show-details): Remove unused variable `details-list'.
3978         (gnus-bookmark-bmenu-select-by-mouse): New function.
3979
3980 2006-08-13  Romain Francoise  <romain@orebokech.com>
3981
3982         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3983         space.
3984
3985 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * compface.el (uncompface): Use binary rather than raw-text-unix.
3988
3989 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * compface.el (uncompface): Make sure the eol conversion doesn't take
3992         place when communicating with the external programs.  Reported by
3993         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3994
3995 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * nnheader.el (nnheader-insert-head): Fix typo in comment.
3998
3999 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4000
4001         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4002         Make it more robust by parsing author and date independently.
4003
4004 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4007
4008 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4009
4010         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4011         first matching secret key.
4012         (mml2015-epg-encrypt): Ditto.
4013
4014         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4015         first matching secret key.
4016         (mml1991-epg-encrypt): Ditto.
4017
4018         * mml2015.el (mml2015-encrypt-to-self): New user option.
4019         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4020         mml2015-epg-encrypt-to-self is set.
4021
4022         * mml1991.el (mml1991-encrypt-to-self): New variable.
4023         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4024         mml1991-epg-encrypt-to-self is set.
4025
4026         * mml2015.el (mml2015-signers): New user option.
4027         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4028         (mml2015-epg-encrypt): Allow to select signing keys.
4029
4030         * mml1991.el (mml1991-signers): New variable.
4031         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4032         (mml1991-epg-encrypt): Allow to select signing keys.
4033
4034 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * nnheader.el (nnheader-insert-head): Make it work even if the file
4037         uses CRLF for the line-break code.
4038
4039 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4040
4041         * mml2015.el: Require mml-sec instead of password.
4042         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4043         (mml2015-cache-passphrase): Inherit the default value from
4044         mml-secure-cache-passphrase.
4045         (mml2015-passphrase-cache-expiry): Inherit the default value from
4046         mml-secure-passphrase-cache-expiry.
4047
4048         * mml1991.el: Require mml-sec instead of password.
4049         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4050         (mml1991-cache-passphrase): Inherit the default value from
4051         mml-secure-cache-passphrase.
4052         (mml1991-passphrase-cache-expiry): Inherit the default value from
4053         mml-secure-passphrase-cache-expiry.
4054
4055         * mml-sec.el: Require password.
4056         (mml-secure-verbose): New user option.
4057         (mml-secure-cache-passphrase): New user option.
4058         (mml-secure-passphrase-cache-expiry): New user option.
4059
4060 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4061
4062         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4063         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4064         andreas@altroot.de (Andreas Vögele).
4065
4066         FIXME: Use `tiny change'?
4067
4068 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4069
4070         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4071         workaround for the url package included with Emacs.
4072
4073         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4074
4075 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4078         correctly.  This fixes a bug caused by the 2006-05-12 change.
4079
4080 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4081
4082         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4083         some information about the error when saying that the `bogus' mail
4084         group will be used.
4085
4086 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4087
4088         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4089         string.
4090
4091 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4092
4093         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4094
4095 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4096
4097         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4098
4099 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4100
4101         * mml1991.el (mml1991-function-alist): Add epg.
4102         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4103         (mml1991-epg-encrypt): New functions.
4104
4105 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4106
4107         * mml2015.el (mml2015-verbose): New variable.
4108         (mml2015-cache-passphrase): Ditto.
4109         (mml2015-passphrase-cache-expiry): Ditto.
4110         (mml2015-function-alist): Add epg.
4111         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4112         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4113         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4114         functions.
4115
4116 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4117
4118         * message.el (message-cite-original-1): Preserve region when removing
4119         quoted text due to X-No-Archive in order to avoid bogus attribution
4120         when citing multiple messages.
4121
4122 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4123
4124         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4125         Kenneth Jacker <khj@be.cs.appstate.edu>.
4126
4127 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4128
4129         * gnus-diary.el (gnus-user-format-function-d)
4130         (gnus-user-format-function-D): Autoload.
4131
4132         * imap.el (Commentary): Fix typo.
4133
4134         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4135         2006-04-22 contribution.
4136
4137 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4138
4139         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4140         It didn't really fix the bogosity I'm seeing with solid web groups.
4141
4142 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4143
4144         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4145         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4146         created using server names.  If we use the feature without declaring
4147         it, Gnus does not properly manage server and group state.
4148
4149         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4150         bound.
4151
4152 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4153
4154         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4155         looking up the method using GROUP's prefix before inventing a new one.
4156         It is used on killed/unknown groups in various places where returning
4157         an all-new method isn't expected by the caller.
4158
4159         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4160         and match semantics of gnus-group-real-prefix.
4161
4162 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4163
4164         * nnmail.el (nnmail-broken-references-mailers): New variable.
4165         (nnmail-ignore-broken-references): New function generalizing
4166         nnmail-fix-eudora-headers.
4167         (nnmail-fix-eudora-headers): Now obsolete.
4168
4169         * gnus-art.el (gnus-button-handle-custom): Support
4170         `customize-apropos*'.
4171
4172 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4173
4174         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4175
4176         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4177         articles.
4178
4179 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4180
4181         * message.el (message-cite-reply-above): New variable.
4182         (message-yank-original): Use it.
4183
4184 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4185
4186         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4187
4188 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4189
4190         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4191         as read.
4192
4193         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4194
4195 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4196
4197         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4198         (gnus-bookmark-default-file): Use gnus-directory.
4199         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4200         Remove "*" in doc string.
4201         (gnus-bookmark-write-file): Simplify.
4202         (gnus-bookmark-maybe-sort-alist): Use `when'.
4203         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4204         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4205         FIXME about Emacs 21 and XEmacs compatibility.
4206         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4207         compatibility.
4208         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4209         compatibility.
4210         (gnus-bookmark-menu-heading): Fix version.
4211
4212 2006-06-19  Bastien Guerry  <bzg@altern.org>
4213
4214         * gnus-bookmark.el: New file.
4215
4216 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * message.el (message-syntax-checks): Doc fix.
4219
4220 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4221
4222         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4223         unsubscribed groups as if they were killed ones.  It causes duplicate
4224         entries in gnus-newsrc-alist.
4225
4226 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * message.el (message-syntax-checks): Doc fix.
4229         (message-send-mail): Add check for continuation headers.
4230         (message-check-news-header-syntax): Fix regexp used to check for
4231         continuation headers.
4232
4233 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4234
4235         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4236
4237 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4238
4239         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4240
4241 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4242
4243         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4244         default-truncate-lines.
4245
4246 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4249         to fill the utf-8 entry.
4250
4251         * lpath.el: Fbind unicode-precedence-list.
4252
4253 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4254
4255         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4256
4257 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4258
4259         * gnus-agent.el (directory-files-and-attributes): Move all the way
4260         forward (the third and final move).
4261         (gnus-agent-read-agentview): Trap reconstruction errors due to
4262         nonexistant directory.  Handle by returning nil.
4263
4264 2006-05-30  Didier Verna  <didier@xemacs.org>
4265
4266         * message.el (message-dont-reply-to-names): Update the custom type.
4267         * message.el (message-dont-reply-to-names): New defsubst: potentially
4268         convert a list of regexps into a single one.
4269         * message.el (message-get-reply-headers): Use it.
4270         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4271
4272 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * gnus-agent.el (directory-files-and-attributes): Move forward.
4275
4276 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4277
4278         * gnus-ml.el (gnus-mailing-list-subscribe)
4279         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4280         (gnus-mailing-list-message): Fix doc strings.
4281
4282 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4283
4284         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4285         of doing it manually.
4286
4287 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4288
4289         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4290         comment.
4291
4292 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4293
4294         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4295         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4296         (gnus-agent-read-local): All symbols allocated in my-obarray
4297         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4298         (gnus-agent-regenerate-group): Check numeric names to see if they are
4299         messages or groups.
4300         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4301         better way of do this...)
4302
4303         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4304         'dummy.group' (there should be a better way of do this...)
4305
4306 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4309         (gnus-saved-headers): Ditto.
4310         (gnus-default-article-saver): Mention functions may have properties.
4311         (gnus-article-save): Override gnus-save-all-headers and
4312         gnus-saved-headers by :headers property which saver function may have.
4313         (gnus-summary-save-in-file): Add :headers property.
4314         (gnus-summary-write-to-file): Ditto.
4315
4316         * gnus-sum.el (gnus-summary-save-article): Bind
4317         gnus-prompt-before-saving to t when saving many articles in a file;
4318         always show all headers.
4319
4320         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4321
4322 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4323
4324         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4325         marks.
4326
4327         * message.el (message-indent-citation): Add optional arguments to allow
4328         using it outside of message buffers.
4329
4330         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4331         (gnus-article-treat-unfold-headers): Use it.
4332         (gnus-article-truncate-lines): New variable.
4333         (gnus-article-mode): Use it.
4334         (gnus-article-toggle-truncate-lines): New function.
4335
4336         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4337         gnus-article-toggle-truncate-lines.
4338
4339         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4340         coding system in XEmacs, use binary.
4341
4342 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4345         after-load-alist.
4346
4347         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4348         this function should save decoded articles.
4349         (gnus-summary-write-to-file): Use property to specify this function
4350         should save decoded articles and specify gnus-summary-save-in-file
4351         should be used to save articles other than the first one when saving
4352         many articles.
4353         (gnus-summary-save-body-in-file): Use property to specify this
4354         function should save decoded articles.
4355         (gnus-summary-write-body-to-file): Use property to specify this
4356         function should save decoded articles and specify
4357         gnus-summary-save-body-in-file should be used to save articles other
4358         than the first one when saving many articles.
4359
4360         * gnus-sum.el (gnus-summary-save-article): Simplify.
4361
4362 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4363
4364         * gnus-art.el (gnus-default-article-saver): Add
4365         gnus-summary-write-body-to-file.
4366         (gnus-article-save-coding-system): Don't use coding system object
4367         in XEmacs.
4368         (gnus-read-save-file-name): Add optional `dir-var' argument which
4369         specifies directory in which files are saved; work even if optional
4370         `variable' argument is not specified.
4371         (gnus-summary-write-to-file): Read file name.
4372         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4373         (gnus-summary-write-body-to-file): New function.
4374
4375         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4376         (gnus-summary-local-variables): Add it.
4377         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4378         (gnus-summary-save-article): Remove optional `decode' argument;
4379         determine whether to decode articles by the value of
4380         gnus-default-article-saver; when saving many files using
4381         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4382         it first and use gnus-summary-save-in-file or
4383         gnus-summary-save-body-in-file thereafter unless
4384         gnus-prompt-before-saving is always; move point to article which
4385         will be saved.
4386         (gnus-summary-save-article-file): Revert.
4387         (gnus-summary-write-article-file): Revert.
4388         (gnus-summary-save-article-body-file): Revert.
4389         (gnus-summary-write-article-body-file): New function.
4390
4391 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * gnus-art.el (gnus-default-article-saver): Doc fix.
4394         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4395         from gnus-summary-save-article-coding-system, and default to a
4396         certain coding system.
4397         (gnus-output-to-file): Add coding cookie and encode text according
4398         to gnus-article-save-coding-system; don't use mm-append-to-file.
4399
4400         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4401         gnus-art.el and rename to gnus-article-save-coding-system.
4402         (gnus-summary-save-article): Require gnus-art; don't show all
4403         headers if it decodes articles; don't add coding cookie here;
4404         don't bind mm-text-coding-system-for-write.
4405         (gnus-summary-save-article-file): Save decoded articles.
4406         (gnus-summary-write-article-file): When saving many files, use
4407         gnus-summary-write-to-file first and gnus-summary-save-in-file
4408         thereafter unless gnus-prompt-before-saving is always.
4409         (gnus-summary-save-article-body-file): Save decoded articles.
4410
4411         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4412
4413 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4414
4415         * nnrss.el (nnrss-check-group): Bind hash-index.
4416
4417 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4418
4419         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4420         its hash index.  Store this hash in `nnrss-group-data'.
4421         (nnrss-read-group-data): Update accordingly.
4422
4423 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4424
4425         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4426         entry.
4427
4428         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4429         gnus-article-browse-html-article.
4430
4431 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4432
4433         * gnus-sum.el (gnus-summary-mime-map): Add
4434         gnus-article-browse-html-article.
4435
4436         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4437
4438 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4439
4440         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4441         suitable coding systems in customize.
4442
4443 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4444
4445         * mail-source.el (mail-sources): Fix custom type.
4446
4447 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4448
4449         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4450         (gnus-summary-expire-articles-now): Shorten prompt.
4451
4452         * gmm-utils.el (wid-edit): Require.
4453         (defun-gmm): Renamed from `gmm-defun-compat'.
4454         (gmm-image-search-load-path): Use it.
4455         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4456
4457 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4460         variable.
4461         (gnus-summary-save-article): Add optional `decode' argument.  If
4462         it is set and gnus-summary-save-article-coding-system is non-nil,
4463         save decoded article.
4464         (gnus-summary-write-article-file): Save decoded article if
4465         gnus-summary-save-article-coding-system is non-nil.
4466
4467         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4468         type.
4469
4470 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4473
4474 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4477         first to test gnus-single-article-buffer which may be buffer-local.
4478
4479         * gnus-sum.el (gnus-summary-setup-buffer): Make
4480         gnus-single-article-buffer buffer-local and nil in ephemeral
4481         group; make gnus-article-buffer, gnus-article-current, and
4482         gnus-original-article-buffer always buffer-local.
4483         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4484         group.
4485         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4486
4487 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4488
4489         * nnml.el (nnml-request-compact-group): Compressed files might not
4490         have .gz extension.
4491
4492 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4493
4494         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4495         (mm-copy-to-buffer): Use with-current-buffer.
4496         (mm-display-part): Simplify.
4497         (mm-inlinable-p): Add optional arg `type'.
4498
4499 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4500
4501         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4502         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4503         Try harder to show the attachment internally or externally using
4504         gnus-mime-view-part-as-type.
4505
4506 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4507
4508         * message.el (message-from-style, message-signature-separator)
4509         (message-user-organization-file, message-send-mail-function)
4510         (message-citation-line-function, message-yank-prefix)
4511         (message-indent-citation-function, message-signature)
4512         (message-signature-file, message-signature-insert-empty-line):
4513         Remove autoloads.
4514
4515         * gnus-art.el (gnus-buttonized-mime-types): Remove
4516         "multipart/signed".  Revert 2006-04-26 change.
4517
4518 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4519
4520         * gnus.el (gnus-version-number): Bump version.
4521
4522 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4523
4524         * gnus.el: No Gnus v0.5 is released.
4525
4526 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4527
4528         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4529         fetching articles by message-id.
4530
4531 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532
4533         * message.el (hashcash): Require hashcash as normal.
4534
4535         * ecomplete.el (ecomplete-highlight-match-line): Use
4536         point-at-eol.
4537         (ecomplete-highlight-match-line): Use `highlight', because that
4538         face exists in both Emacs and XEmacs.
4539
4540         * message.el (message-display-abbrev): Use point-at-bol.
4541
4542         * mail-source.el: Don't require timer/timer-funcs.
4543
4544         * gnus-async.el: Ditto.
4545
4546         * password.el: Ditto.
4547
4548         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4549
4550         * mm-url.el: Ditto.
4551
4552         * gnus-xmas.el: Don't require timer-funcs.
4553
4554         * mm-util.el: Require timer/timer-funcs.
4555
4556 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4557
4558         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4559         Close.
4560
4561 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4564         unibyte after clear-decrypt function runs.
4565
4566         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4567         returns as a unibyte string.
4568
4569 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * lpath.el: Revert.
4572
4573         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4574         (pgg-gpg-process-sentinel): Revert.
4575
4576         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4577         (pgg-pgp-lookup-key): Revert.
4578
4579         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4580         (pgg-pgp5-lookup-key): Revert.
4581
4582         * pgg.el (pgg-fetch-key): Revert.
4583
4584 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * lpath.el: Fbind string-as-multibyte for XEmacs.
4587
4588         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4589         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4590         (mml1991-pgg-encrypt): Ditto.
4591
4592         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4593         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4594         a multibyte buffer.
4595
4596         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4597         (pgg-pgp-lookup-key): Ditto.
4598
4599         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4600         (pgg-pgp5-lookup-key): Ditto.
4601
4602         * pgg.el (pgg-fetch-key): Ditto.
4603
4604 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4605
4606         * message.el (message-user-organization-file): Check several
4607         locations of the organization file.
4608
4609         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4610         Add gnus-article-view-part-as-type.
4611
4612         * gnus-art.el (gnus-article-view-part-as-type): New function.
4613
4614         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4615         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4616
4617         * mml.el: Simplify autoload.
4618         (mml-mode): defvar dnd-protocol-alist instead of using
4619         symbol-value.
4620         (mml-default-directory): New variable.
4621         (mml-minibuffer-read-file): Use it.
4622         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4623
4624         * message.el (message-citation-line-format): New variable.
4625         (message-insert-formated-citation-line): New function.
4626         (message-citation-line-function): Add
4627         `message-insert-formated-citation-line' to custom type.
4628
4629         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4630         to doc string.
4631
4632         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4633         depending on mm-verify-option.
4634
4635 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4638         binding pgg-* variables; reimplement the section which prevents
4639         MIME header from being signed.
4640         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4641         pgg-text-mode; remove a blank line at the top of body.
4642
4643         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4644         lines at the top of body; use gnus-newsgroup-charset if there's no
4645         Charset header.
4646
4647 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * message.el (message-self-insert-commands): Doc fix.
4650
4651         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4652         (mm-uu-pgp-encrypted-test): Ditto.
4653         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4654         between header and body; return application/pgp-encrypted handle
4655         if decryption failed; decode decrypted body by charset.
4656
4657         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4658         element match to application/pgp-*.
4659
4660 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4661
4662         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4663         HTML.
4664
4665 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4666
4667         * mail-source.el (mail-source-call-script): Message the error
4668         string.
4669
4670 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4671
4672         * gnus-util.el (gnus-byte-compile): Use it.
4673
4674 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4675
4676         * gnus-util.el (kill-empty-logs): New function.
4677
4678 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4679
4680         * message.el (message-mail-alias-type): Doc fix.
4681         (message-mail-alias-type-p): New function.
4682         (message-send): Use it.
4683         (message-mode): Ditto.
4684         (message-strip-forbidden-properties): Ditto.
4685
4686         * ecomplete.el (ecomplete-database-file-coding-system): New
4687         variable.
4688         (ecomplete-save): Use it.
4689         (ecomplete-setup): Use it.
4690
4691 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * message.el (message-self-insert-commands): New variable.
4694         (message-strip-forbidden-properties): Use it.
4695
4696 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697
4698         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4699         that doesn't make XEmacs choke.
4700
4701 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
4702
4703         * gnus-util.el (gnus-replace-in-string):
4704         Prefer replace-regexp-in-string over of replace-in-string.
4705
4706 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * gnus-util.el (gnus-select-frame-set-input-focus):
4709         Use select-frame-set-input-focus if it is available in XEmacs; use
4710         definition defined in Emacs 22 for old Emacsen.
4711
4712         * dgnushack.el: Autoload unmorse-region for XEmacs.
4713
4714         * lpath.el: Bind cursor-in-non-selected-windows and
4715         select-frame-set-input-focus for XEmacs.
4716
4717 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * mm-view.el (mm-inline-text): Use equal instead of equalp.
4720
4721 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
4722
4723         * gnus-registry.el (gnus-registry-cache-save): Remove text
4724         properties when saving via the temp buffer.
4725
4726 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4727
4728         * message.el (message-generate-hashcash): Honor custom type.
4729
4730 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4731
4732         * message.el (message-generate-hashcash): Default to non-nil when
4733         hashcash is found.
4734
4735         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4736         (gnus-refer-thread-limit): Increase default to 500.
4737
4738         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4739
4740         * flow-fill.el (fill-flowed): Allow delete-space.
4741
4742 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4743
4744         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4745         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4746         Remove autoloads.
4747
4748 2006-04-18  Simon Josefsson  <jas@extundo.com>
4749
4750         * message.el (message-generate-hashcash): Default to.
4751
4752 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4755         concatenating segments rather than before concatenating them.
4756
4757 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4758
4759         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4760
4761 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4762
4763         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4764
4765         * message.el (message-forward-make-body-plain): Allow
4766         message-forward-ignored-headers to be a list.
4767         (message-remove-ignored-headers): Factor out into function.
4768         (message-forward-make-body-mml): Use it.
4769
4770         * imap.el (imap-quote-specials): New function.
4771         (imap-login-auth): Quote specials.
4772
4773         * rfc2231.el (rfc2231-parse-string): Remove dead code.
4774         (rfc2231-parse-string): Allow concatanation of parameters that
4775         aren't contiguous.  The test case is
4776           (mail-header-parse-content-type "message/external-body;
4777             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4778             access-type=LOCAL-FILE;
4779             name*1*=plugh%2fhello-sailor%2fbing.pdf")
4780
4781 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4782
4783         * nntp.el (nntp-accept-process-output): Return the value of
4784         `nnheader-accept-process-output'.
4785
4786 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4787
4788         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4789         (gnus-button-alist): Recognize more diff formats.
4790         (gnus-button-patch): Strip directory.
4791
4792 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4793
4794         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4795         Emacs 22 when setting focus.
4796
4797 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4798
4799         * gnus-art.el (gnus-article-treat-types): Do treatment of
4800         text/x-verbatim parts.
4801         (gnus-button-patch): New command.
4802
4803         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4804         addresses that contain invalid characters.
4805
4806 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4807
4808         * message.el (message-put-addresses-in-ecomplete): Use
4809         gnus-replace-in-string.
4810         (message-is-yours-p): Use the more correct
4811         mail-header-parse-address instead of
4812         mail-extract-address-components.
4813         (message-put-addresses-in-ecomplete): Fix typo.
4814
4815         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4816         keystroke.
4817
4818         * gnus-art.el (gnus-treatment-function-alist): Change order of
4819         newsgroups/generic header folding to avoid double-folding.
4820
4821         * message.el (message-hidden-headers): Add X-Draft-From.
4822
4823         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4824         command.
4825         (gnus-summary-repeat-search-article-backward): New command.
4826
4827         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4828         groups in the parent topic.
4829
4830 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
4831
4832         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4833         (spam-extra-header-to-number): Return the CRM114 number as a
4834         number instead of a string.
4835
4836 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4837
4838         * gnus-art.el (gnus-face-properties-alist): Moved here from
4839         gnus-fun.
4840
4841         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4842
4843 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4844
4845         * message.el (message-strip-forbidden-properties): Only display on
4846         self-insert-command.
4847
4848         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4849         reindent.
4850         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4851
4852 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
4853
4854         * smiley.el (smiley-style): Fix typo.
4855
4856 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857
4858         * hashcash.el (hashcash-insert-payment-async-2): Use
4859         message-goto-eoh instead of doing it manually.
4860         (mail-add-payment): Use message-narrow-to-header instead of trying
4861         to do the same itself.
4862
4863         * message.el (message-hidden-headers): Add Face.
4864
4865         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4866         reparenting code.
4867         (gnus-summary-reparent-children): Refactored out code.
4868         (gnus-summary-thread-map): New keystroke.
4869         (gnus-summary-reparent-children): Make into command.
4870
4871         * smiley.el (smiley-style): Default to `medium' if using a large
4872         font.
4873
4874         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4875         does it itself.
4876
4877         * message.el (message-point-in-header-p): Simplify definition.
4878
4879 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4880
4881         * nnagent.el (nnagent-request-set-mark): Silence log file
4882         writing.
4883         (nnagent-request-set-mark): Use write-region instead of
4884         append-to-file.
4885
4886         * gnus-sum.el (gnus-read-header): Fudge article number if using a
4887         strange select method.
4888
4889         * ecomplete.el (ecomplete-display-matches): Get highlightling
4890         right.
4891         (ecomplete-display-matches): Use literals.
4892         (ecomplete-display-matches): Disable message logging.
4893
4894         * message.el (message-display-abbrev): Small optimization.
4895
4896         * ecomplete.el (ecomplete-display-matches): Allow automatic
4897         display.
4898
4899         * message.el (message-strip-forbidden-properties): Display
4900         abbrevs.
4901         (message-display-abbrev): Get automatic display right.
4902
4903         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4904         keystrokes.
4905
4906 2006-04-13  Romain Francoise  <romain@orebokech.com>
4907
4908         TODO: Backport to v5-10!
4909
4910         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4911         Moved here (and renamed) from gnus-registry.el.
4912
4913         * gnus-registry.el: Require gnus-util.
4914         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4915
4916 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * gnus-group.el (gnus-group-catchup-current): Change
4919         if-then-else-if-then-else into cond.
4920         (gnus-group-catchup): Indent.
4921         (group-name-at-point): New function.
4922         (gnus-fetch-group): Provide default from thing at point.
4923
4924 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4925
4926         * message.el (message-display-abbrev): Fix regexp.
4927
4928         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4929         choosing.
4930         (ecomplete-highlight-match-line): Fix up code rewrite, remove
4931         dead variables.
4932
4933         * message.el (message-newline-and-indent): Remove debugging.
4934         (message-display-abbrev): Use new implementation.
4935
4936 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4937
4938         * gnus-art.el (gnus-article-mode): Set
4939         cursor-in-non-selected-windows to nil.
4940
4941         * smiley.el: Revert previous change.
4942         (smiley-data-directory): defvar it before using it in the
4943         defcustom of `smiley-style'.
4944
4945 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4946
4947         * message.el (message-newline-and-indent): New function.
4948
4949         * ecomplete.el: Implement more bits.
4950
4951         * message.el (message-put-addresses-in-ecomplete): Clean up the
4952         string.
4953
4954         * ecomplete.el (ecomplete-add-item): Chop off decimals.
4955
4956         * gnus-sum.el (gnus-summary-save-parts): Bind
4957         gnus-summary-save-parts-counter and use it to make unique file
4958         names.
4959
4960         * gnus-art.el (gnus-ignored-headers): Add some more headers.
4961
4962         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4963         parameter to say whether to actually parse the individual
4964         addresses.
4965
4966         * message.el (message-put-addresses-in-ecomplete): New function.
4967         (ecomplete): Require.
4968         (message-mail-alias-type): Add ecomplete as an option.
4969
4970 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
4971
4972         * flow-fill.el (fill-flowed): Remove trailing space from blank
4973         quoted lines.
4974
4975 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4976
4977         * smiley.el (smiley-style): Move definition later to avoid a
4978         compilation warning.
4979
4980 2006-04-12  Kenichi Handa  <handa@m17n.org>
4981
4982         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4983         buffer and then decode the buffer text if necessary.
4984         (rfc2231-encode-string): Be sure to work on multibyte buffer at
4985         first, and after mm-encode-body, change the buffer to unibyte.
4986         Use mm-disable-multibyte instead of set-buffer-multibyte.
4987
4988 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4991         Content-Type header instead of Content-Disposition header.
4992         (gnus-mime-inline-part): Ditto.
4993         (gnus-mime-view-part-as-charset): Ignore charset that the part
4994         specifies.
4995
4996         * mm-decode.el (mm-display-part): Work with external parts and
4997         usual parts similarly.
4998
4999         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5000         instead of gnus-display-mime.
5001
5002         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5003         instead of with-temp-buffer.
5004
5005         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5006         tag to summarized topics part in order to encode non-ASCII text.
5007
5008 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5009
5010         * smiley.el (smiley-style): New variable.
5011         (smiley-directory): New function.
5012         (smiley-data-directory): Derive from `smiley-style' using
5013         `smiley-directory'.
5014         (smiley-regexp-alist): Add new entries.
5015
5016         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5017         (gnus-article-browse-delete-temp): Add :version.
5018
5019 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5020
5021         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5022         the sieve region.
5023
5024 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5025
5026         * gnus.el (gnus-version-number): Bump version.
5027
5028 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5029
5030         * gnus.el: No Gnus v0.4 is released.
5031
5032 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5035         layout.
5036
5037         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5038         unknown charset.
5039
5040         * message.el (message-header-synonyms): Add Original-To to the
5041         default.
5042
5043         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5044         optional parameter.
5045
5046 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5047
5048         * gnus-fun.el (gnus): Require it for gnus-directory.
5049
5050 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5053
5054 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5055
5056         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5057
5058 2006-04-05  Simon Josefsson  <jas@extundo.com>
5059
5060         * password.el (password-reset): New function.
5061
5062 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5063
5064         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5065         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5066
5067 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5068
5069         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5070         Some whitespace was matched into the url, which broke browsing hits
5071         > 100 when mm-url-use-external was nil.
5072
5073 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5074
5075         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5076         gnus-extra-headers for 'Newsgroups.
5077
5078         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5079         bound.
5080
5081 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5082
5083         * pgg-gpg.el: Clean up process buffers every time gpg processes
5084         complete.
5085
5086 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5087
5088         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5089         doc string.
5090
5091 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5092
5093         * pgg-gpg.el (pgg-gpg-process-filter)
5094         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5095
5096         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5097         lines, temporary fix.
5098
5099 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5100
5101         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5102
5103 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5104
5105         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5106         default-enable-multibyte-characters.  This reverts the change from
5107         revision 6.17 which is no longer necessary because the passphrase
5108         is sent separately now.  GnuPG messages are unreadable under
5109         multibyte locales with default-enable-multibyte-characters set to
5110         nil.
5111
5112 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * message.el (message-tool-bar-gnome): Move "spell".
5115
5116 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5117
5118         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5119         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5120         instead.
5121
5122 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5123
5124         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5125         newsgroups handling for NNTP overviews which don't include
5126         Newsgroups.
5127
5128 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5129
5130         * message.el (message-resend): Bind message-generate-hashcash to nil.
5131
5132 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5133
5134         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5135         when searching for already-paid recipients.
5136
5137 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5138
5139         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5140         passphrases when it is not needed.
5141         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5142         passphrase stuff from gpg, should only be necessary when you use
5143         gpg with a smartcard.
5144
5145 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * mml.el (mml-insert-mime): Ignore cached contents of
5148         message/external-body part.
5149
5150         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5151         (mm-insert-part): Ditto.
5152
5153 2006-03-23  Simon Josefsson  <jas@extundo.com>
5154
5155         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5156         Reiner.
5157         (pgg-gpg-use-agent-p): Use it again.
5158
5159 2006-03-23  Simon Josefsson  <jas@extundo.com>
5160
5161         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5162         older emacsen.
5163         (pgg-gpg-use-agent-p): Don't use it.
5164
5165 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5166
5167         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5168         if we can.
5169
5170 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5171
5172         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5173         (pgg-gpg-update-agent): New function.
5174         (pgg-gpg-use-agent-p): New function.
5175         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5176         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5177         (pgg-gpg-sign-region): Use it.
5178
5179 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5182         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5183
5184 2006-03-21  Simon Josefsson  <jas@extundo.com>
5185
5186         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5187         <wilde@sha-bang.de>.
5188         (pgg-gpg-use-agent): New variable.
5189         (pgg-gpg-process-region): Use it.
5190         (pgg-gpg-encrypt-region): Likewise.
5191         (pgg-gpg-encrypt-symmetric-region): Likewise.
5192         (pgg-gpg-decrypt-region): Likewise.
5193         (pgg-gpg-sign-region): Likewise.
5194         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5195
5196 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5197
5198         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5199
5200         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5201         Add comment on version.
5202
5203 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5204
5205         * smiley.el: Add missing test smiley.
5206
5207 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5208
5209         * mm-decode.el (mm-with-part): New macro.
5210         (mm-get-part): Use it; work with message/external-body as well.
5211         (mm-save-part): Treat name and filename equally.
5212
5213         * mm-extern.el (mm-extern-cache-contents): New function.
5214         (mm-inline-external-body): Use it; force the part to be displayed;
5215         move undisplayer added to the cached handle to the parent.
5216
5217         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5218         (gnus-mime-view-part-as-type): Work with message/external-body.
5219
5220         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5221
5222 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5223
5224         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5225         images in image-load-path.  [Sync with image.el, revision 1.60, in
5226         Emacs.]
5227
5228 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5229
5230         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5231         path rather than symbol.  Always return list of directories.
5232         Guarantee that image directory comes first.  [Sync with image.el,
5233         revision 1.59, in Emacs.]
5234
5235         * message.el (message-make-tool-bar): Adjust to new API of
5236         `gmm-image-load-path-for-library'.
5237
5238         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5239
5240         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5241
5242 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5243
5244         * gnus-art.el (gnus-article-only-boring-p):
5245         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5246         intangible text.
5247         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5248
5249 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5250
5251         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5252         `defun' instead of `gmm-defun-compat'.
5253
5254 2006-03-14  Simon Josefsson  <jas@extundo.com>
5255
5256         * message.el (message-unique-id): Don't use message-number-base36
5257         if (user-uid) is a float.
5258         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5259
5260 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5263
5264         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5265         empty line between a part and a message part.
5266
5267 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5268
5269         * smiley.el: Add more test smileys.
5270         (smiley-data-directory, smiley-regexp-alist)
5271         (gnus-smiley-file-types): Fix doc strings.
5272         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5273         adding new elements.
5274         (smiley-mouse-map): Unused code.  Make it a comment.
5275
5276 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5279         scan latest NoCeM messages instead of old ones.
5280         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5281         delimiters that are recently used.
5282         (gnus-nocem-load-cache): Add autoload cookie.
5283
5284         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5285
5286         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5287         level which is larger than gnus-use-nocem is specified.
5288
5289         * gnus-group.el (gnus-group-get-new-news): Ditto.
5290
5291 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5292
5293         * gnus-util.el (gnus-tool-bar-update): New function.
5294
5295         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5296         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5297
5298         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5299
5300         * gnus-group.el (gnus-group-redraw-when-idle)
5301         (gnus-group-redraw-check): Remove.
5302         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5303
5304 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5307         if optional last element is specified in splits (FIELD VALUE...).
5308
5309 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5310
5311         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5312         to gmm-image-load-path-for-library.  Call with no-error argument.
5313         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5314
5315         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5316
5317         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5318
5319         * gmm-utils.el (gmm-image-load-path): Remove alias.
5320
5321 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5322
5323         * gmm-utils.el (gmm-image-load-path): Add alias.
5324
5325         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5326         nnml-generate-nov-databases-1.
5327         (nnml-generate-nov-databases): Use it.
5328         (nnml-generate-nov-databases-directory): Document no-active
5329         argument.
5330
5331         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5332         directory if path is t.  Add no-error.
5333
5334         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5335         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5336
5337         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5338         resetting gnus-article-browse-html-temp-list.
5339
5340         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5341         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5342         Add example to docstring.  Rename local variables.  Move error
5343         checks to default case in cond and simplify.
5344
5345 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5348         handle is multipart when calling it recursively.
5349         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5350
5351 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5352
5353         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5354         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5355
5356 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5359         is loaded.
5360
5361         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5362         loaded.
5363
5364 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5365
5366         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5367         to "Emacs 23 (unicode)" in doc string.
5368
5369         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5370         "Emacs 23 (unicode)" in comment.
5371
5372 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5375
5376         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5377         characters 160 through 255 in Emacs 23.
5378
5379 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5380
5381         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5382         gnus-article-browse-html-temp.
5383         (gnus-article-browse-delete-temp): Make it customizable.  Add
5384         `file'.  Adjust doc string.
5385         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5386         query for each file.  Adjust doc string.
5387         (gnus-article-browse-html-parts): Add
5388         `gnus-article-browse-delete-temp-files' to
5389         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5390
5391 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5392
5393         * gnus-art.el (gnus-article-browse-html-temp)
5394         (gnus-article-browse-delete-temp): New variables.
5395         (gnus-article-browse-delete-temp-files): New function.
5396         (gnus-article-browse-html-parts): Use it.
5397
5398 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5399
5400         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5401
5402         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5403         string.
5404
5405         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5406         gnus-summary-insert-new-articles when unplugged.  Remove
5407         gnus-summary-search-article-forward.
5408
5409         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5410         display-visual-class instead of display-color-cells.
5411
5412 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * dgnushack.el: Autoload customize-group for XEmacs.
5415
5416         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5417         message/* containing non-ASCII text properly.
5418
5419 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5420
5421         * message.el: Require gmm-utils, remove autoloads.
5422         (message-tool-bar): Set default based on
5423         gmm-tool-bar-style.
5424         (message-tool-bar-gnome): Add gmm-customize-mode.
5425
5426         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5427         gmm-tool-bar-style.
5428         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5429
5430         * gnus-group.el (gnus-group-tool-bar): Set default based on
5431         gmm-tool-bar-style.
5432         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5433
5434         * gmm-utils.el (gmm-image-directory): Rename variable from
5435         gmm-image-load-path.
5436         (gmm-image-load-path): Use gmm-image-directory.
5437         (gmm-customize-mode): New function.
5438         (gmm-tool-bar-style): New variable.
5439
5440         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5441         gnus-group-redraw-line-number.
5442         (gnus-group-redraw-check): Simplify.
5443         (gnus-group-tool-bar-update): Remove redraw check.
5444         (gnus-group-make-tool-bar): Add redraw check.
5445
5446 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5447
5448         * gnus-art.el (gnus-button): Add missing parentheses.
5449
5450 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * lpath.el: Fbind line-number-at-pos.
5453
5454 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5457
5458 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5459
5460         * gnus-art.el (gnus-button): New face.
5461         (gnus-article-button-face): Use it.
5462
5463         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5464         gnus-summary-next-page.  Re-order.
5465
5466         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5467         next-node are now included.
5468         (gnus-group-redraw-line-number): New internal variable.
5469         (gnus-group-redraw-check): Helper function for updating the tool
5470         bar.
5471         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5472
5473         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5474
5475         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5476         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5477         Use it to match format of Spamassassin 3.0 and later.  Reported by
5478         IRIE Tetsuya <irie@t.email.ne.jp>.
5479         (spam-check-bogofilter)
5480         (spam-bogofilter-register-with-bogofilter): Fix args of
5481         `gnus-error' calls.
5482
5483 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5484
5485         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5486         unnecessary interaction when sending queued mails.  Reported by
5487         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5488
5489 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5490
5491         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5492         first or last are nil.
5493
5494 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5495
5496         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5497
5498 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5499
5500         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5501
5502 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5503
5504         * dns.el (query-dns): Protect more against buggy tcp output.
5505
5506 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5507
5508         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5509         nov.php.
5510
5511 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5512
5513         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5514         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5515         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5516         output on the server side.
5517         (nnweb-google-create-mapping): Update regexps and add some
5518         progress indication.
5519
5520 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5521
5522         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5523         gnus-agent-toggle-plugged.  Re-order icons.
5524         (gnus-group-tool-bar-gnome): Add
5525         gnus-group-{prev,next}-unread-group.
5526         (gnus-group-tool-bar-gnome): Re-order icons.
5527
5528         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5529         gnus-summary-insert-new-articles.
5530
5531         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5532         comments.
5533
5534         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5535         also available in Emacs 21.3.
5536
5537         * message.el (message-fix-before-sending): Change "Emacs 22" to
5538         "Emacs 23 (unicode)" in comment.
5539
5540         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5541         "Emacs 23 (unicode)" in comment.
5542
5543         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5544         comment.
5545         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5546
5547         * mm-view.el (mm-fill-flowed): Add :version.
5548
5549 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5552         and load-path.
5553
5554 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5555
5556         * message.el: Autoload gmm-image-load-path.
5557         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5558         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5559         consitency.
5560
5561         * gmm-utils.el (gmm-image-load-path): Also search in
5562         "../etc/images".  Don't set gmm-image-load-path if we don't find
5563         the image.
5564
5565 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * gmm-utils.el (gmm-image-load-path): Don't make
5568         `gmm-image-load-path' include subdirectories which the second arg
5569         `image' might specify.
5570
5571         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5572         subdirectory to icon file names.
5573
5574         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5575
5576 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5577
5578         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5579         gmm-image-load-path calls.
5580
5581         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5582
5583         * message.el (message-make-tool-bar): Ditto.
5584
5585         * mml.el (mml-preview): Added comment concerning tool bar icons.
5586
5587         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5588         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5589
5590         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5591         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5592
5593         * message.el (message-tool-bar-gnome): Use new icon names.
5594         (message-make-tool-bar): Use `gmm-image-load-path'.
5595
5596         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5597         functions from MH-E.
5598         (gmm-image-load-path): New variable from MH-E.
5599         (gmm-image-load-path): New function from MH-E.  Added arguments
5600         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5601         *-image-load-path-called-flag.
5602
5603 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5604
5605         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5606
5607 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5608
5609         * nnimap.el (nnimap-request-move-article): Change folder back to
5610         source group before deleting.
5611
5612 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5613
5614         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5615
5616         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5617         mm-url.
5618
5619         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5620
5621 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5622
5623         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5624         coding system which mm-charset-to-coding-system returns for a
5625         given charset is valid.
5626
5627 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5628
5629         * html2text.el (html2text-remove-tag-list):
5630         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5631
5632 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5633
5634         * gnus-cus.el: Revert 2005-10-17 change.
5635
5636 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * gnus-art.el (article-strip-banner): Call
5639         article-really-strip-banner only when the regexp match is made.
5640
5641 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * gnus-art.el (article-strip-banner): Use
5644         gnus-extract-address-components instead of
5645         mail-header-parse-addresses to make it work with non-ASCII text;
5646         remove mail-encode-encoded-word-string.
5647
5648         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5649         values which are surrounded with \"...\"; make it never cause a
5650         Lisp error; give up parsing of parameters if it failed in
5651         extracting type.
5652
5653 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
5654
5655         * smime.el (smime-cert-by-ldap-1): Fix bug where
5656         `smime-ldap-search' returns results without userCertificates.
5657
5658 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5661
5662 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5663
5664         * spam.el (spam-check-spamassassin-headers): Adapt format for
5665         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5666         <ari@mbf.ocn.ne.jp>.
5667         (spam-list-of-processors): Add spam-use-gmane.
5668
5669 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5672         make-temp-file; make it work with XEmacs as well.
5673
5674         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5675         mm-make-temp-file.
5676
5677         * mm-decode.el (mm-display-external): Use the 3rd arg of
5678         mm-make-temp-file.
5679         (mm-create-image-xemacs): Ditto.
5680
5681 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5684         with message-narrow-to-headers.
5685         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5686         (gnus-draft-check-draft-articles): New function.
5687         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5688
5689 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5690
5691         * gnus-art.el (gnus-article-browse-html-parts):
5692         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5693         Don't use suffix argument for mm-make-temp-file for Emacs 21
5694         compatibility.  Remove useless `format'.
5695
5696 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5697
5698         * nnweb.el (nnweb-google-wash-article): Update regexps.
5699         (nnweb-group-alist): Use defvoo instead of defvar.
5700
5701 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5704         re-loading nn* modules.
5705
5706 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5707
5708         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5709         for `tool-bar-mode' and don't check it's default-value.
5710
5711         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5712
5713         * message.el (message-make-tool-bar): Ditto.
5714
5715         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5716         `substring'.  Shorten tmp-file name.
5717
5718         * gnus.el: Remove bogus comment.
5719
5720 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
5721
5722         * gnus-art.el (gnus-article-browse-html-parts): New function.
5723         (gnus-article-browse-html-article): New function for viewing html
5724         articles with a browser.
5725
5726 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
5727
5728         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
5729         in elisp.
5730         (pgg-gpg-encrypt-symmetric-region): Ditto.
5731         (pgg-gpg-sign-region): Ditto.
5732
5733         * pgg-def.el (pgg-text-mode): New variable.
5734
5735         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5736         (mml2015-pgg-encrypt): Ditto.
5737
5738         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5739         (mml1991-pgg-encrypt): Ditto.
5740
5741 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5744         message-make-date instead of current-time-string.
5745
5746         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5747         to gnus-decoded which mm-uu might set.
5748
5749 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5752         don't decode quoted parameters; remove misimported Emacs code.
5753         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5754         (rfc2231-decode-encoded-string): Don't use split-string which
5755         behaves differently according to Emacs version; use
5756         mm-decode-coding-region to convert charset to coding-system.
5757         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5758         (rfc2231-encode-string): Remove misimported Emacs code.
5759
5760 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * gnus-art.el (article-decode-charset): Don't use ignore-errors
5763         when calling mail-header-parse-content-type.
5764         (article-de-quoted-unreadable): Ditto.
5765         (article-de-base64-unreadable): Ditto.
5766         (article-wash-html): Ditto.
5767
5768         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5769         calling mail-header-parse-content-type and
5770         mail-header-parse-content-disposition.
5771         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5772         mail-header-parse-content-type.
5773
5774         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5775         insert charset and format parameters; encode description after
5776         inserting it to buffer.
5777         (mml-insert-parameter): Fold lines properly even if a parameter is
5778         segmented into two or more lines; change the max column to 76.
5779
5780         * rfc1843.el (rfc1843-decode-article-body): Don't use
5781         ignore-errors when calling mail-header-parse-content-type.
5782
5783         * rfc2231.el (rfc2231-parse-string): Return at least type if
5784         possible; don't cause an error even if it fails in parsing of
5785         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5786         (rfc2231-encode-string): Don't break lines at the beginning, leave
5787         it to mml-insert-parameter.
5788
5789         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5790         calling mail-header-parse-content-type.
5791
5792 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
5793
5794         * spam-report.el (spam-report-gmane-use-article-number):
5795         Improve doc string.
5796         (spam-report-gmane-internal): Check if a suitable header was found
5797         in the article.
5798
5799 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5802         (rfc2231-encode-string): Make param*=value always begin with LWSP.
5803
5804 2006-02-05  Romain Francoise  <romain@orebokech.com>
5805
5806         Update copyright notices of all files in the gnus directory.
5807
5808 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5809
5810         * nnweb.el (nnweb-request-group): Avoid growing overview files.
5811
5812 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5815         segmented lines of parameter value to cope with Thunderbird 1.5
5816         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5817         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5818         (rfc2231-encode-string): Don't make lines exceeding 76 column.
5819
5820 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
5821
5822         * mml.el (mml-generate-mime-1): Correct the order of inline signed
5823         parts.
5824
5825 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5826
5827         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5828         there's only one active file for all servers.
5829         (nnweb-request-scan): Make sure nnweb-articles is initialized on
5830         solid groups.  Gnus might have used a FAST request to select the group.
5831         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5832         and nnweb-search redundantly in the active file.
5833         (nnweb-request-list): Don't list bogus groups.  There can only be one.
5834         (nnweb-request-create-group): Don't use ARGS.
5835         (nnweb-possibly-change-server, nnweb-request-group): Remove some
5836         initialisations.  Let nnoo do the work.
5837
5838 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5841         Say the part has been decoded.
5842
5843         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5844
5845 2006-01-31  Kevin Ryde  <user42@zip.com.au>
5846
5847         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5848         mailcap-viewer-test-cache when there's no 'test clause, since that
5849         will invert the meaning of a "nil" test previously determined by
5850         mailcap-mailcap-entry-passes-test.
5851
5852 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5855         compiling.
5856
5857         * gnus-sum.el: Ditto.
5858
5859         * message.el: Don't bind tool-bar-map when compiling.
5860
5861 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
5862
5863         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5864
5865 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5866
5867         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5868         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5869         current Google Groups.
5870
5871 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
5872
5873         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5874         and tool-bar-mode.
5875
5876         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5877         and tool-bar-mode.
5878
5879         * message.el (message-tool-bar-update): Simplify.
5880         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5881
5882         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5883         gnus-summary-buffer.
5884         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5885         gnus-summary-reply.
5886
5887         * gmm-utils.el (gmm): Add :version.
5888
5889 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * Makefile.in (clean): New rule.
5892         (distclean): Use it.
5893
5894 2006-01-26  Steve Youngs  <steve@sxemacs.org>
5895
5896         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5897         autoload.
5898
5899 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gmm-utils.el (gmm-verbose): Add :group.
5902
5903 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
5904
5905         * message.el: Change some comments WRT tool-bars.
5906
5907         * gnus-sum.el (gnus-summary-tool-bar)
5908         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5909         (gnus-summary-tool-bar-zap-list): New variables.
5910         (gnus-summary-make-tool-bar): Complete rewrite using
5911         `gmm-tool-bar-from-list'.
5912
5913         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5914         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5915         variables.
5916         (gnus-group-make-tool-bar): Complete rewrite using
5917         `gmm-tool-bar-from-list'.
5918         (gnus-group-tool-bar-update): New function.
5919
5920         * message.el (message-mode-field-menu): Add "Show hidden Headers".
5921
5922 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5925         is dissected into a single part of which the type is the same as
5926         the given one; decode charset.
5927
5928 2006-01-21  Kevin Ryde  <user42@zip.com.au>
5929
5930         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5931         into alists as symbol not string, since that's what
5932         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5933         look for.
5934
5935 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
5936
5937         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5938         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5939
5940         * message.el (message-tool-bar-gnome): Use gmm-ignore.
5941
5942 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
5945         (gnus-xmas-mime-security-button-menu): New function.
5946
5947         * gnus-art.el (gnus-mime-security-button-commands): New variable.
5948         (gnus-mime-security-button-menu): New definition.
5949         (gnus-mime-security-button-map): Use them.
5950         (gnus-mime-security-button-menu): New function.
5951         (gnus-insert-mime-security-button): Addition to help echo.
5952         (gnus-mime-security-run-function, gnus-mime-security-save-part)
5953         (gnus-mime-security-pipe-part): New functions.
5954
5955         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5956         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5957
5958         * mm-decode.el (mm-handle-set-disposition): Remove.
5959         (mm-handle-set-description): Remove.
5960
5961 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5964         (mm-w3m-standalone-supports-m17n-p): New function.
5965         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5966         w3m usage.
5967
5968         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5969         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5970
5971 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5972
5973         * message.el (message-tool-bar-zap-list): Use
5974         gmm-tool-bar-zap-list as custom type.
5975         (message-tool-bar-update): New function.
5976         (message-tool-bar, message-tool-bar-gnome)
5977         (message-tool-bar-retro): Add message-tool-bar-update.
5978         (message-tool-bar-gnome): Add flyspell-buffer.
5979
5980         * gnus-util.el (gnus-error): Describe `args'.
5981
5982         * gmm-utils.el (gmm-error): Describe `args'.
5983         (gmm-tool-bar-zap-list): New widget.
5984         (gmm-tool-bar-from-list): Improve description of `zap-list'.
5985
5986 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5989         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5990         the number of recursive calls.
5991
5992         * mm-decode.el (mm-handle-set-disposition): New macro.
5993         (mm-handle-set-description): New macro.
5994
5995 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5998         encoding.
5999
6000 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6001
6002         * message.el (message-tool-bar-zap-list, message-tool-bar)
6003         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6004         (message-tool-bar-local-item-from-menu): Remove.
6005         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6006         (message-make-tool-bar): New function.
6007         (message-mode): Use `message-make-tool-bar'.
6008
6009         * gmm-utils.el: New file.
6010         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6011         (gmm-lazy): New widget copied from `nnmail.el'.
6012         (gmm-tool-bar-from-list): New function for creating customizable
6013         tool bars.
6014         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6015         output.
6016         (gmm): Add :prefix to defgroup.
6017
6018 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6019
6020         * gmm-utils.el (gmm-widget-p): New function.
6021
6022 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6023
6024         * mml.el (mml-attach-file): Describe `description' in doc string.
6025         (mml-menu): Add Emacs MIME manual and PGG manual.
6026
6027 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6028
6029         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6030
6031 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6032
6033         * nntp.el (nntp-end-of-line): Doc fix.
6034
6035 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6036
6037         * imap.el (imap-open): Handle case where buffer is a buffer
6038         object.
6039
6040 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6041
6042         * gnus-delay.el (gnus-delay): Don't autoload.
6043         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6044         to be re-loaded when customizing the `gnus-delay' group.
6045
6046 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6047
6048         * message.el (message-insert-citation-line): Use newlines.
6049
6050 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6051
6052         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6053         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6054         these routines, so the passphrase can be managed externally and
6055         passed in to the system.
6056         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6057         pgg-add-passphrase-to-cache function.
6058
6059         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6060         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6061         these routines, so the passphrase can be managed externally and
6062         passed in to the system.
6063         (pgg-pgp5-sign-region): Use new name of
6064         pgg-add-passphrase-to-cache function.
6065
6066 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6067
6068         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6069         part of the decoded armor to find the key-identifier.
6070         (pgg-gpg-lookup-key-owner): New function to return the
6071         human-readable identifier of a key owner.
6072         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6073         itself.
6074         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6075         the key value) if we have a key and can match it against a secret
6076         key.  Also, added a note pointing out fact that the prompt only
6077         indicates the first matching key.
6078
6079         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6080         pgg-decrypt-region.
6081         (pgg-add-passphrase-to-cache): Rename from
6082         `pgg-add-passphrase-cache' to reduce confusion (all callers
6083         changed).
6084         (pgg-remove-passphrase-from-cache): Rename from
6085         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6086         changed).
6087         (pgg-read-passphrase, pgg-add-passphrase-cache)
6088         (pgg-remove-passphrase-cache): Add informative docstrings.
6089         (pgg-decrypt): Convey provided passphrase in subordinate call to
6090         pgg-decrypt-region.
6091
6092 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6093
6094         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6095         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6096         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6097         'passphrase' argument, so the passphrase can be managed externally
6098         and then passed in to the system.
6099
6100         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6101         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6102         so the passphrase cache can be used reliably with identifiers
6103         besides a pgp packet's key id.
6104
6105         * pgg-gpg.el (pgg-gpg-encrypt-region)
6106         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6107         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6108         these routines, so the passphrase can be managed externally and
6109         passed in to the system.
6110
6111         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6112         'notruncate' argument, so the passphrase cache can be used
6113         reliably with identifiers besides a pgp packet's key id.
6114
6115 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6116
6117         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6118         symmetric encryption.
6119         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6120         encrypted session key.
6121         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6122         message ask for the passphrase in a proper way.
6123
6124         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6125         New user commands for symmetric encryption.
6126
6127 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6130
6131         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6132
6133 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6134
6135         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6136
6137 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * mm-decode.el (mm-inlined-types): Add application/pgp.
6140         (mm-automatic-display): Ditto.
6141
6142         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6143         part as text.
6144
6145 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * nnrss.el: Update copyright.
6148         (nnrss-opml-import): Query whether to subscribe to each entry.
6149
6150         * gnus-art.el:
6151         * gnus-sum.el:
6152         * gnus-xmas.el:
6153         * messagexmas.el:
6154         * mm-uu.el:
6155         * mm-view.el: Update copyright.
6156
6157 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6158
6159         * message.el (message-info): New function.
6160         (message-mode-menu): Add it.
6161         Update copyright.
6162
6163         * ChangeLog: Fix and update copyright.
6164
6165 2006-01-13  Romain Francoise  <romain@orebokech.com>
6166
6167         * message.el (message-forward-subject-name-subject): Prefer the
6168         address to 'nowhere' if the sender has no name.
6169         Fix typo.  Update copyright year.
6170
6171 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * gnus-art.el (article-wash-html): Use
6174         gnus-summary-show-article-charset-alist if a numeric arg is given.
6175         (gnus-article-wash-html-with-w3m-standalone): New function.
6176
6177         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6178         mm-inline-text-html-render-with-w3m-standalone.
6179         (mm-text-html-washer-alist): Map w3m-standalone to
6180         gnus-article-wash-html-with-w3m-standalone.
6181         (mm-inline-text-html-render-with-w3m-standalone): New function.
6182
6183 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6184
6185         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6186         Improve LaTeX.
6187
6188 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6191         (nnrss-request-article): Render text/plain parts as HTML.
6192
6193         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6194         the buffer.
6195
6196 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6197
6198         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6199         custom definition of `gnus-posting-styles'.
6200
6201         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6202         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6203
6204 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6207         Use nntp for bug archive.
6208
6209 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6212         parts.
6213         (nnrss-normalize-date): New function converts ISO 8601 date into
6214         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6215         (nnrss-check-group): Use it.
6216
6217 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6220
6221         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6222         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6223         (nnrss-insert-w3): Ditto.
6224
6225 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6228         the articles to be forwarded including the case where neither a
6229         number of articles nor a region is specified.
6230
6231 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * nnrss.el (nnrss-request-article): Fix last change; fill
6234         text/plain parts.
6235
6236 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6239         in text/plain part.
6240         (nnrss-check-group): Don't add excessive newline to dc:subject.
6241
6242 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6243
6244         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6245         article.
6246
6247 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6248
6249         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6250         (nnml-use-compressed-files, nnml-save-mail): Support other
6251         comression programs such as bzip2.
6252
6253 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6254
6255         * dns.el (query-dns): Make sure we check the buffer size before
6256         removing tcp headers.
6257
6258 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6261         remove MIME buttons associated with multipart/alternative parts.
6262         (gnus-mime-display-alternative): Tag buttons using `article-type'
6263         text property.
6264
6265         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6266         associated with multipart/alternative parts.
6267
6268         * gnus-art.el (gnus-signature-separator): Fix custom type.
6269
6270         * mm-decode.el (mm-inlined-types): Fix custom type.
6271         (mm-keep-viewer-alive-types): Ditto.
6272         (mm-automatic-display): Ditto.
6273         (mm-attachment-override-types): Ditto.
6274         (mm-inline-override-types): Ditto.
6275         (mm-automatic-external-display): Ditto.
6276
6277 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6278
6279         * spam-report.el (spam-report-user-mail-address)
6280         (spam-report-user-agent): New variables.
6281         (spam-report-url-ping-plain): Use spam-report-user-agent.
6282
6283 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6284
6285         * gnus-art.el (gnus-button-handle-custom): Do not just use
6286         `customize-apropos' for any "M-x customize-*" button but the
6287         function called for.  Accept both the function name and its
6288         argument in order to achieve this.
6289         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6290         function name to `gnus-button-handle-custom' in case of "M-x
6291         customize-*" buttons.
6292
6293 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6296         multipart/alternative and add xref to mm-discouraged-alternatives
6297         in doc string.
6298
6299         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6300         gnus-buttonized-mime-types in doc string.
6301
6302 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6303
6304         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6305         Suggest image/.* in the doc string.
6306
6307 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6308
6309         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6310         message-marks (Debian bug #342521).
6311
6312 2005-12-12  Simon Josefsson  <jas@extundo.com>
6313
6314         * password.el (password-read-from-cache): Add.
6315         (password-read): Use it.
6316
6317 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6320         us-ascii as a MIME charset.
6321
6322         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6323         against the case where the 2nd arg TYPE is nil.
6324
6325 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6326
6327         * pop3.el (pop3-stream-type): Fix custom version.
6328
6329         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6330
6331 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6332
6333         * mm-decode.el (mm-display-external): Add missing cdr.
6334
6335 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6338         RFC1524) if it is in mailcap or add a suffix according to
6339         mailcap-mime-extensions when generating a temp filename; postpone
6340         deleting a temp file for 2 seconds for some wrappers, shell
6341         scripts, and so on, which might exit right after having started a
6342         viewer command as a background job.
6343
6344 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6345
6346         * nntp.el (nntp-marks-directory): Fix custom group.
6347
6348         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6349         steps when < 10.
6350
6351         * gnus-start.el (gnus-no-server-1): Mention
6352         `gnus-level-default-subscribed' in doc string.
6353
6354 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6355
6356         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6357         parens.
6358
6359 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * gnus-xmas.el (gnus-use-toolbar): Revert.
6362         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6363         gnus-use-toolbar is default.
6364
6365         * messagexmas.el (message-use-toolbar): Revert.
6366         (message-setup-toolbar): Use global default-toolbar if
6367         message-use-toolbar is default.
6368
6369 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6372         according to default-toolbar-visible-p.
6373
6374         * messagexmas.el (message-use-toolbar): Ditto.
6375
6376 2005-11-26  Dave Love  <fx@gnu.org>
6377
6378         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6379         (tls-program, tls-success): Provide openssl alternative.
6380
6381         * starttls.el: Doc fixes.
6382         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6383         SERVICE to PORT.
6384
6385         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6386         port null or service name.
6387         (starttls-negotiate): Autoload.
6388
6389 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * message.el (message-kill-to-signature): Fix interactive spec.
6392
6393 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * pop3.el (pop3-open-server): Recognize a string as a service name.
6396
6397 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6398
6399         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6400
6401 2005-11-23  Dave Love  <fx@gnu.org>
6402
6403         Add pop3s, pop3/starttls.
6404
6405         * pop3.el (pop3-authentication-scheme): Clarify doc.
6406         (open-tls-stream, starttls-open-stream): Autoload.
6407         (pop3-stream-type): New.
6408         (pop3-open-server): Use it.
6409
6410         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6411         for POP.
6412         (mail-source-keyword-map): Add :stream for POP.
6413         (mail-source-fetch-pop): Use pop3-stream-type.
6414
6415 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6418         of current-time-string.
6419
6420 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6421
6422         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6423         date header.
6424
6425 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6426
6427         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6428         it can seriously impact performance as it bypasses the agent's
6429         local caches.
6430
6431 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6432
6433         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6434         must be explicitly online rather than "not explicitly offline" for
6435         its flags to be synchronized.
6436
6437         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6438         that gnus-uu-unmark-thread will function correctly.
6439
6440         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6441         1024K is instead displayed as 1M.
6442
6443 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6446
6447 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6448
6449         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6450
6451 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6452
6453         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6454         error message to display actual error condition.
6455         (gnus-agent-save-local): Avoid saving symbols that are bound to
6456         nil as they simply result in a warning message in
6457         gnus-agent-read-local.
6458
6459 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6462         rather than make-variable-buffer-local for file-precious-flag.
6463
6464 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6465
6466         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6467         for duplicates which are removed.  The invalid sort check then
6468         triggers a rescan after the sort as sorting may have moved
6469         duplicate entries such that they can be cheaply detected.
6470
6471 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6474
6475 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6476
6477         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6478         internal variable to a custom variable.  Changed default value
6479         from compressed(2) to uncompressed(1).
6480         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6481         support for uncompressed agentview files.  Taken together, reading
6482         the agentview file should now be 6-7 times faster.
6483
6484 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6485
6486         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6487         as a buffer-local variable.  This avoids creating truncated
6488         dribble files as a result of a hang up, eg.
6489
6490 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6491
6492         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6493         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6494         XEmacs.
6495
6496 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6497
6498         * gnus-start.el (gnus-start-draft-setup): Enforce
6499         `gnus-draft-mode' for nndraft:drafts at startup.
6500
6501         * gnus.el (gnus-splash): Change custom group.
6502         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6503         allow-list argument.
6504
6505         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6506         string.
6507
6508 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6509
6510         * gnus-art.el (gnus-default-article-saver): Add user-defined
6511         `function' to custom type.
6512
6513 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6514
6515         * imap.el (imap-open): Handle case where buffer is a buffer
6516         object.
6517
6518 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6519
6520         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6521         long lines.
6522         (gnus-cache-delete-group): Wrap doc strings.
6523
6524         * gnus-agent.el (gnus-agent-rename-group)
6525         (gnus-agent-delete-group): Wrap doc strings.
6526
6527 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * messagexmas.el (message-use-toolbar): Change the valid values
6530         into default, top, bottom, left, and right.
6531         (message-toolbar-thickness): New variable.
6532         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6533         well.
6534         (message-setup-toolbar): Make it work.
6535
6536         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6537         (gnus-use-toolbar): Change the valid values into default, top,
6538         bottom, left, and right.
6539         (gnus-toolbar-thickness): New variable.
6540         (gnus-xmas-setup-toolbar): New function.
6541         (gnus-xmas-setup-group-toolbar): Use it.
6542         (gnus-xmas-setup-summary-toolbar): Use it.
6543
6544 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6545
6546         * gnus-start.el (gnus-1): Add "native" to
6547         gnus-predefined-server-alist.
6548
6549         * gnus.el (gnus-method-to-server): Don't add "native" to the
6550         lists here, because that leads to problems when
6551         gnus-select-method is bound.
6552
6553 2005-11-09  Simon Josefsson  <jas@extundo.com>
6554
6555         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6556         use (not sort-by-date) instead.
6557
6558 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6559
6560         * gnus-delay.el (gnus-delay-group): Don't autoload.
6561         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6562         to be re-loaded when customizing the `gnus-delay' group.
6563
6564 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6565
6566         * message.el: Revert last changes.
6567         (message-insert-citation-line): Use newlines.
6568
6569 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6570
6571         * message.el (message-courtesy-message)
6572         (message-mark-insert-begin, message-mark-insert-end)
6573         (message-elide-ellipsis, message-cancel-message)
6574         (message-add-header, message-change-subject)
6575         (message-cross-post-followup-to-header)
6576         (message-cross-post-insert-note, message-reduce-to-to-cc)
6577         (message-widen-reply, message-delete-not-region)
6578         (message-kill-to-signature, message-insert-signature)
6579         (message-insert-importance-high, message-insert-importance-low)
6580         (message-insert-or-toggle-importance)
6581         (message-insert-disposition-notification-to)
6582         (message-indent-citation, message-yank-original)
6583         (message-cite-original-without-signature, message-cite-original)
6584         (message-insert-citation-line, message-position-on-field)
6585         (message-fix-before-sending, message-send-mail-partially)
6586         (message-send-mail, message-send-mail-with-sendmail)
6587         (message-send-mail-with-qmail, message-send-news)
6588         (message-check-news-header-syntax, message-generate-headers)
6589         (message-insert-courtesy-copy, message-fill-address)
6590         (message-fill-header, message-shorten-references)
6591         (message-setup-1, message-cancel-news)
6592         (message-forward-make-body-plain, message-forward-make-body-mime)
6593         (message-forward-make-body-mml, message-encode-message-body)
6594         (message-forward-make-body-digest-plain)
6595         (message-forward-make-body-digest-mime)
6596         (message-use-alternative-email-as-from): Insert `hard-newline'
6597         instead of ordinary newlines.
6598
6599 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * message.el (message-generate-headers): Downcase the argument
6602         given to message-check-element.
6603
6604 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6605
6606         * nntp.el (nntp-authinfo-rejected): New error condition.
6607         (nntp-wait-for): Use new error condition to signal authentication
6608         error.
6609         (nntp-retrieve-data): Rethrow new error condition to break out of
6610         recursive call to nntp-send-authinfo.
6611
6612 2005-11-08  Romain Francoise  <romain@orebokech.com>
6613
6614         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6615         (gnus-summary-exit-map): Bind to `Z p'.
6616         (gnus-summary-make-menu-bar): Add menu item.
6617
6618 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6619
6620         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6621         (gnus-treat-*): Add `first' in all doc strings.
6622
6623         * gnus-group.el (gnus-group-compact-group): Fix typo.
6624
6625 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * gnus.el (gnus-parameters-case-fold-search): New variable.
6628         (gnus-parameters-get-parameter): Use it.
6629
6630         * gnus-score.el (gnus-home-score-file): Doc fix.
6631
6632 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6633
6634         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6635
6636 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * mm-util.el (mm-special-display-p): New function.
6639
6640         * mml.el (mml-preview): Use it; doc fix.
6641
6642 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6643
6644         * imap.el (imap-open): Handle case where buffer is a buffer object.
6645
6646 2005-10-29  Romain Francoise  <romain@orebokech.com>
6647
6648         * message.el (message-fix-before-sending): Fix comment.
6649
6650 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6651
6652         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6653
6654 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6655
6656         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6657         Used in gnus-score.el.
6658
6659 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6660
6661         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6662
6663 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6664
6665         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6666         whitespace removed in revision 7.8.  Use concatenated string to
6667         protect trailing whitespace.
6668
6669 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6670
6671         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6672         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6673         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6674         Courier IMAP ("some version from 2004").  Mostly based on similar
6675         code in the same function.
6676
6677 2005-10-26  Didier Verna  <didier@xemacs.org>
6678
6679         * gnus-group.el (gnus-group-compact-group): Invalidate original
6680         article buffer.
6681         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6682         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6683         NOV database and in article itself.
6684         Invalidate article backlog.
6685
6686 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6687
6688         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6689
6690 2005-10-26  Simon Josefsson  <jas@extundo.com>
6691
6692         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6693         part of 2004-07-25 change.
6694
6695 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * message.el (message-display-completion-list): New function.
6698         (message-expand-group): Use it; make sure the Completions buffer
6699         is modifiable.
6700 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6701
6702         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6703         user-mail-name is an empty string.
6704
6705 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6706
6707         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6708         depending on gnus-score-decay-constant.
6709
6710         * encrypt.el (encrypt-insert-file-contents)
6711         (encrypt-write-file-contents): Don't use `gnus-message'.
6712
6713         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6714         arguments.
6715         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6716         arguments to mm-uu-verbatim-marks-extract.
6717         (mm-uu-hide-markers): New variable.
6718         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6719
6720         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6721         (gnus-convert-image-to-face-command): Use "convert" by default to
6722         allow other input image formats.
6723         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6724         accordingly.
6725
6726 2005-10-23  Simon Josefsson  <jas@extundo.com>
6727
6728         * imap.el (imap-gssapi-program): Align command line parameters
6729         with latest GNU SASL.
6730         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6731
6732 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6735         HTML.
6736         (nnslashdot-request-article): Ditto.
6737
6738         * lpath.el (featurep): Add nobreak-char-display.
6739
6740 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6741
6742         * mail-source.el (mail-source-fetch-pop): Require pop3.
6743         (mail-source-check-pop): Ditto.
6744
6745 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6748         errors.
6749
6750 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6751
6752         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6753         (gnus-treat-strip-leading-blank-lines): Improve doc string.
6754
6755         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6756
6757         * mm-bodies.el (mm-decode-string): Call
6758         `mm-charset-to-coding-system' with allow-override argument.
6759
6760 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6763         (rfc2047-charset-to-coding-system): New function.
6764         (rfc2047-decode-encoded-words): New function.
6765         (rfc2047-decode-region): Use them.
6766         (rfc2047-decode-cte): Remove.
6767         (rfc2047-parse-and-decode): Remove.
6768         (rfc2047-decode): Remove.
6769
6770 2005-10-15  Kenichi Handa  <handa@m17n.org>
6771
6772         * rfc2047.el (rfc2047-decode-cte): New function.
6773         (rfc2047-decode-region): Change the way to decode successive
6774         encoded-words: decode B- or Q-encoding in each encoded-word,
6775         concatenate them, and decode it as charset.
6776
6777 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * lpath.el: Fbind codepage-setup for XEmacs.
6780
6781 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6782
6783         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
6784         widget-move-and-invoke.
6785         (gnus-custom-mode): Use gnus-custom-map.
6786
6787 2005-10-15  Bill Wohler  <wohler@newt.com>
6788
6789         * message.el (message-tool-bar-map): Renamed image file from
6790         mail_send to mail/send.
6791
6792 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6793
6794         * message.el (message-expand-group): Pass the common
6795         prefix substring of completion to `display-completion-list'.
6796
6797 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
6798
6799         * mml-sec.el (mml-secure-method): New internal variable.
6800         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6801         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6802         functions using mml-secure-method.
6803
6804         * mml.el (mml-mode-map): Add key bindings for those functions.
6805         (mml-menu): Simplify security menu entries.  Suggested by Jesper
6806         Harder <harder@myrealbox.com>.
6807         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6808         end of message if point is the headers of the message.
6809
6810         * message.el (message-in-body-p): New function.
6811
6812         * assistant.el: Autoload gnus-util and netrc.
6813
6814         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6815         Use `mm-charset-override-alist' only when decoding.
6816
6817         * mm-bodies.el (mm-decode-body): Call
6818         `mm-charset-to-coding-system' with allow-override argument.
6819
6820         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6821         `filename' from Content-Disposition if Content-Type doesn't
6822         provide `name'.
6823         (gnus-mime-view-part-as-type): Set default instead of
6824         initial-input.
6825
6826 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6827
6828         * format-spec.el (format-spec): Propagate text properties of % spec.
6829
6830 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6831
6832         * gnus-art.el (gnus-treat-predicate): Add `first'.
6833
6834 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6835
6836         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6837         (mm-charset-override-alist): New variable.
6838         (mm-charset-to-coding-system): Use it.
6839         (mm-codepage-setup): New helper function.
6840         (mm-charset-eval-alist): New variable.
6841         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
6842         about unknown charsets.
6843
6844         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
6845
6846 2005-10-04  David Hansen  <david.hansen@gmx.net>
6847
6848         * nnrss.el (nnrss-request-article): Add support for the comments tag.
6849         (nnrss-check-group): Ditto.
6850
6851 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6852
6853         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6854         Rename x-gnus-verbatim to x-verbatim.
6855         (mm-uu-type-alist): Fix regexp for verbatim-marks.
6856
6857         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6858         x-verbatim.
6859
6860         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6861
6862         * gnus-util.el (gnus-remove-duplicates): Remove.
6863
6864         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6865         instead of gnus-remove-duplicates.
6866
6867         * message.el (message-remove-duplicates): Remove.
6868         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6869         message-remove-duplicates.
6870
6871         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6872         available, else use implementation from `delete-dups'.
6873
6874         * message.el (message-insert-expires): New function.
6875         (message-mode-map): Add key binding.
6876         (message-mode-field-menu): Add menu entry.
6877         (message-mode): Document it.
6878         (message-make-expires-date): Use `message-make-date'.
6879
6880 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
6881
6882         * message.el (message-make-expires-date): New function.
6883
6884 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * Makefile.in (list-installed-shadows): New entry.
6887         (install): Use it.
6888         (remove-installed-shadows): New entry.
6889
6890         * dgnushack.el (dgnushack-default-load-path): New variable.
6891         (dgnushack-find-lisp-shadows): New function.
6892         (dgnushack-remove-lisp-shadows): New function.
6893
6894 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * Makefile.in (install-el-elc): New entry.
6897         (install): Use it so that .el files are necessarily installed.
6898
6899 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * time-date.el: Autoload parse-time-string, XEmacs needs it.
6902
6903 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6904
6905         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6906         function rather than the diff-mode.el package.
6907         (mm-display-external): Use with-current-buffer.
6908         (mm-viewer-completion-map, mm-viewer-completion-map):
6909         Move initialization inside declaration.
6910
6911 2005-09-29  Simon Josefsson  <jas@extundo.com>
6912
6913         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
6914         autoload mail-check-payment.
6915         (spam-check-hashcash): Define unconditionally, since hashcash.el
6916         is part of Gnus now.  Ignore errors from payment checking.
6917
6918 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6919
6920         * message.el (message-bold-region, message-unbold-region): Rename
6921         from `bold-region' and `unbold-region'.
6922
6923         * message.el: Remove useless autoloads.
6924
6925 2005-09-28  Simon Josefsson  <jas@extundo.com>
6926
6927         * message.el (message-use-idna): Default to t.
6928         (message-use-idna): Test whether encoding works too.  Doc fix.
6929
6930 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * nntp.el (nntp-warn-about-losing-connection): Remove.
6933
6934 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6935
6936         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6937         customizable.  Change default value.
6938         (mm-uu-diff-groups-regexp): Change default value.
6939         (mm-uu-type-alist): Add doc string.
6940         (mm-uu-configure): Add doc string.  Make it interactive.
6941         (mm-uu-tex-groups-regexp): New variable.
6942         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6943         (mm-uu-type-alist): Add LaTeX documents.
6944         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6945         of "text/verbatim".
6946         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6947
6948         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6949         instead of "text/verbatim".
6950
6951         * message.el (message-mark-inserted-region)
6952         (message-mark-insert-file): Use slrn style marks when called with
6953         prefix argument.
6954
6955 2005-09-27  Simon Josefsson  <jas@extundo.com>
6956
6957         * message.el (message-idna-to-ascii-rhs-1): Reformat.
6958
6959 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
6960
6961         * message.el (message-remove-duplicates): New function.
6962         Implementation borrowed from `gnus-remove-duplicates'.
6963         (message-idna-to-ascii-rhs): Also encode idna addresses in
6964         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6965         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6966         only ask about the same idna domain once per header and also tell
6967         in what header to replace the idna domain.
6968
6969         * gnus-art.el (article-decode-idna-rhs): Also decode idna
6970         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6971         (article-decode-idna-rhs): Fix regexp so that all idna-address in
6972         a header is decoded and not just the last one.
6973
6974 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6977         has been decoded.
6978
6979         * mm-decode.el (mm-automatic-display): Add text/verbatim.
6980         (mm-insert-part): Don't modify text if it has been decoded.
6981
6982         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6983         decoded.
6984
6985         * mm-view.el (mm-inline-text): Don't strip text props unless
6986         decoding enriched or richtext parts.
6987
6988 2005-09-25  Romain Francoise  <romain@orebokech.com>
6989
6990         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6991         * gnus-start.el (gnus-subscribe-interactively):
6992         * gnus-uu.el (gnus-uu-grab-articles):
6993         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6994         space.
6995
6996 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6997
6998         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6999         * mm-view.el (mm-view-pkcs7-decrypt):
7000         * gnus-sum.el (gnus-summary-limit-to-extra)
7001         (gnus-summary-respool-article, gnus-read-move-group-name):
7002         * gnus-score.el (gnus-summary-increase-score):
7003         * gnus-util.el (gnus-completing-read-with-default):
7004         * gnus-art.el (gnus-read-save-file-name)
7005         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7006         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7007         * message.el (message-check-news-header-syntax):
7008         Follow convention for reading with the minibuffer.
7009
7010 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7011
7012         * spam-report.el (spam-report-url-ping-plain):
7013         Use gnus-extended-version as User-Agent.
7014
7015         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7016         default value is nil.
7017
7018         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7019         (mm-uu-verbatim-marks-extract): New function.
7020         (mm-uu-extract): New face.
7021         (mm-uu-copy-to-buffer): Use it.
7022
7023         * spam-report.el (spam-report-gmane-ham): Renamed from
7024         `spam-report-gmane-unspam'.
7025         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7026         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7027
7028         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7029         Autoload.
7030         (spam-report-gmane-unregister-routine): Renamed
7031         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7032
7033 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7034
7035         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7036         (spam-report-gmane-unregister-routine): Add support for gmane
7037         unregistration.
7038
7039         * spam-report.el (spam-report-gmane-unspam)
7040         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7041         (spam-report-gmane): Change to take a single article and do unspam
7042         registration.
7043
7044 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7045
7046         * mm-url.el (mm-url-decode-entities): Fix regexp.
7047
7048 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7049
7050         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7051         default to nil, to be able to use Gnus at all.  If the default
7052         switches to something else, then the function should be fixed not
7053         be exceedingly slow.
7054
7055 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7056
7057         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7058         fail hard.
7059
7060         * spam-report.el: Add better Keywords line.
7061
7062         * spam.el: Add Maintainer and better Keywords line.
7063
7064 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7065
7066         * gnus-art.el (gnus-article-replace-part)
7067         (gnus-mime-replace-part): New functions.
7068         (gnus-mime-action-alist, gnus-mime-button-commands)
7069         (gnus-mime-save-part-and-strip): Added file argument.
7070         (gnus-article-part-wrapper): Added interactive argument.
7071
7072         * gnus-sum.el (gnus-summary-mime-map): Add
7073         `gnus-article-replace-part'.
7074
7075 2005-09-19  Didier Verna  <didier@xemacs.org>
7076
7077         The nnml compaction feature:
7078         * nnml.el (nnml-request-compact-group): New function.
7079         * nnml.el (nnml-request-compact): New function.
7080         * gnus-int.el (gnus-request-compact-group): New function.
7081         * gnus-int.el (gnus-request-compact): New function.
7082         * gnus-group.el (gnus-group-compact-group): New function.
7083         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7084         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7085         * gnus-srvr.el (gnus-server-compact-server): New function.
7086         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7087         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7088
7089 2005-09-18  Deepak Goel  <deego@gnufans.org>
7090
7091         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7092         format spec.
7093
7094 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7097
7098 2005-09-15  Romain Francoise  <romain@orebokech.com>
7099
7100         * message.el (message-fill-paragraph): Clarify docstring.
7101
7102 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * gnus-art.el (gnus-mime-display-part): Protect against broken
7105         MIME messages.
7106
7107 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7108
7109         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7110         before parsing header.
7111
7112 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7113
7114         * html2text.el (html2text-replace-list): Add new entities.
7115
7116 2005-09-11  Romain Francoise  <romain@orebokech.com>
7117
7118         * message.el (message-alternative-emails): Improve docstring.
7119         (message-setup-1): Call `message-use-alternative-email-as-from'
7120         after `message-setup-hook' to give it precedence over posting
7121         styles, etc.
7122         (message-use-alternative-email-as-from): Add docstring.  Remove
7123         the original From header if present.
7124
7125         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7126         (nnml-save-mail): Use it.
7127
7128         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7129         articles.  Add new argument `silent'.
7130         (gnus-uu-mark-all): Report the total number of marked articles.
7131
7132 2005-09-10  Romain Francoise  <romain@orebokech.com>
7133
7134         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7135         (gnus-uu-mark-series): Likewise.
7136
7137 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7138
7139         * spam-report.el (spam-report-gmane): Fix generation of spam
7140         report URL.
7141
7142 2005-09-10  Simon Josefsson  <jas@extundo.com>
7143
7144         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7145         t, based on discussion on the ding list with Robert Epprecht
7146         <epprecht@solnet.ch>.
7147
7148 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7149
7150         * spam-report.el (spam-report-gmane): Make it work without
7151         X-Report-Spam header.  Gmane now only provides Archived-At.
7152         This is only used if `spam-report-gmane-use-article-number' is nil.
7153         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7154
7155         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7156         make `gnus-summary-sort-by-recipient' work with threading.
7157
7158         * nnweb.el (nnweb-google-wash-article): Print a message if article
7159         is not available.
7160
7161 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7162
7163         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7164         change.  Decode text/* parts content before displaying.
7165
7166 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7167
7168         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7169
7170 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7173
7174         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7175         url-package-name, url-package-version,
7176         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7177         w3m-display-inline-images, and w3m-minor-mode-map.
7178
7179 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * message.el (message-tab-body-function): Fix mismatched custom type.
7182
7183         * gnus.el (gnus-group-change-level-function): Ditto.
7184
7185         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7186
7187         * gnus-art.el (gnus-signature-limit)
7188         (gnus-article-mime-part-function): Ditto.
7189
7190 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * mml.el (mml-mode): Silence the byte compiler.
7193
7194         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7195         using `(sit-for 0)' before moving the point to the specified part;
7196         skip unbuttonized parts.
7197         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7198         return to the summary window if gnus-auto-select-part is non-nil.
7199
7200 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7201
7202         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7203         variables.
7204         (mml-dnd-attach-file, mml-mode): Use them.
7205
7206         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7207         Make fetching article by MID work again for Google Groups.  Added
7208         FIXME concerning gnus-group-make-web-group.
7209
7210         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7211         Don't depend on Gnus by using mail-extract-address-components if
7212         gnus-extract-address-components is not bound.
7213
7214 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7215
7216         * gnus-art.el (gnus-mime-display-security): Don't display the
7217         signature, but only the signed part.
7218
7219 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7220
7221         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7222
7223         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7224         list, not listp.
7225
7226 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7227
7228         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7229         when encoding.
7230
7231         * mm-bodies.el (mm-decode-content-transfer-encoding):
7232         De-canonicalize CRLF for all text content types, not just
7233         text/plain.
7234
7235 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7238         valid article; point arrow and cursor at the MIME button.
7239
7240 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7243         Suggested by Dan Christensen <jdc@uwo.ca>.
7244
7245         * mm-decode.el (mm-save-part): Enable change of prompt.
7246
7247 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7248
7249         * gnus-msg.el (gnus-inews-add-send-actions): Made
7250         `message-post-method' lambda parameter ARG `&optional'.
7251
7252 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7253
7254         * gnus-sum.el (gnus-summary-mime-map): Added
7255         gnus-article-save-part-and-strip, gnus-article-delete-part and
7256         gnus-article-jump-to-part.
7257
7258         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7259         (gnus-article-edit-part): Use it.
7260         (gnus-article-part-wrapper): Added no-handle argument.
7261         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7262         functions.
7263
7264 2005-08-29  Romain Francoise  <romain@orebokech.com>
7265
7266         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7267         docstring.
7268         (gnus-face-from-file): Likewise.
7269
7270 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7271
7272         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7273         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7274         non-nil.
7275         (gnus-auto-select-part): New variable.
7276         (gnus-article-jump-to-part): New function.
7277         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7278         (gnus-mime-delete-part): Allow selecting specified part after
7279         deleting or stripping parts.
7280         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7281         part if argument is bogus.
7282
7283 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7284
7285         * gnus-art.el (w3m-minor-mode-map):
7286         * gnus-spec.el (gnus-newsrc-file-version):
7287         * gnus-util.el (nnmail-active-file-coding-system)
7288         (gnus-original-article-buffer, gnus-user-agent):
7289         * gnus.el (gnus-ham-process-destinations)
7290         (gnus-parameter-ham-marks-alist)
7291         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7292         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7293         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7294         * mm-decode.el (gnus-current-window-configuration):
7295         * mm-extern.el (gnus-article-mime-handles):
7296         * mm-url.el (url-current-object, url-package-name)
7297         (url-package-version):
7298         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7299         (smime-keys, w3m-cid-retrieve-function-alist)
7300         (w3m-current-buffer, w3m-display-inline-images)
7301         (w3m-minor-mode-map):
7302         * mml-smime.el (gnus-extract-address-components):
7303         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7304         (gnus-newsrc-hashtb, message-default-charset)
7305         (message-deletable-headers, message-options)
7306         (message-posting-charset, message-required-mail-headers)
7307         (message-required-news-headers):
7308         * mml1991.el (mc-pgp-always-sign):
7309         * mml2015.el (mc-pgp-always-sign):
7310         * nnheader.el (nnmail-extra-headers):
7311         * rfc1843.el (gnus-decode-encoded-word-function)
7312         (gnus-decode-header-function, gnus-newsgroup-name):
7313         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7314
7315 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7316
7317         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7318         the end of the date treatments.
7319
7320 2005-08-15  Simon Josefsson  <jas@extundo.com>
7321
7322         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7323         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7324         Capello and Romain Francoise.
7325         (pgg-fetch-key-function): Removed, not used?
7326         (pgg-insert-url-with-w3): Require url, to get
7327         url-insert-file-contents regardless of where it is defined.
7328
7329 2005-08-13  Romain Francoise  <romain@orebokech.com>
7330
7331         * message.el (message-cite-original-1): New function.
7332         (message-cite-original): Use it.
7333         (message-cite-original-without-signature): Ditto.
7334
7335 2005-08-08  Romain Francoise  <romain@orebokech.com>
7336
7337         * message.el (message-yank-empty-prefix): New variable.
7338         (message-indent-citation): Use it.
7339         (message-cite-original-without-signature): Respect X-No-Archive.
7340
7341 2005-08-08  Simon Josefsson  <jas@extundo.com>
7342
7343         * pgg.el: Autoload url-insert-file-contents instead of loading
7344         w3/url.
7345         (pgg-insert-url-with-w3): Don't load url here.
7346
7347 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7348
7349         * message.el (message-kill-to-signature): Don't insert newline at
7350         bol.
7351         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7352
7353 2005-08-06  Romain Francoise  <romain@orebokech.com>
7354
7355         * message.el (message-user-fqdn): Fix typo in docstring.
7356
7357 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7358
7359         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7360
7361         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7362
7363 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * mm-bodies.el (mm-encode-body): Use coding system rather than
7366         charset to encode text.
7367
7368         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7369         number of charsets if utf-8 is available (XEmacs).
7370
7371 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7372
7373         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7374         taken from `gnus-button-mid-or-mail-regexp'.
7375         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7376         (gnus-button-alist): Improve regexp for domain part of the MIDs
7377         for news:localpart@domain buttons.
7378         (gnus-button-ctan-directory-regexp): Update.
7379
7380 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * sieve-manage.el (sieve-manage-interactive-login): Use
7383         make-local-variable rather than make-variable-buffer-local.
7384         (sieve-manage-open): Ditto.
7385         (sieve-manage-authenticate): Ditto.
7386
7387         * mml.el (mml-generate-mime-1): Make the content type default to
7388         text/plain if the filename is not specified.
7389
7390 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7393         instead of insert-buffer.
7394
7395         * message.el (message-yank-original): Ditto; set the mark at the
7396         end of the yanked message.
7397
7398 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7401         lines to scroll rather than to stop it.
7402
7403         * mml.el (mml-generate-default-type): Add doc string.
7404         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7405         default to application/octet-stream when determining the content
7406         type if it is not specified for the part or the mml contents; add
7407         a comment about mml-generate-default-type.
7408
7409 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7410
7411         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7412         make it default to application/octet-stream when determining the
7413         content type if it is not specified for the external contents.
7414
7415 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7418         segmented parameter but also other parameters might be there.
7419
7420 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * mm-decode.el (mm-display-external): Delete temp file, directory
7423         and buffer immediately if the external process is exited.
7424
7425 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7428         fewer lines than that of scroll-margin.
7429         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7430
7431 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * gnus-art.el (gnus-article-next-page): Revert.
7434         (gnus-article-beginning-of-window): New macro.
7435         (gnus-article-next-page-1): Use it.
7436         (gnus-article-prev-page): Ditto.
7437         (gnus-article-edit-part): Use insert-buffer-substring instead of
7438         insert-buffer.
7439         (gnus-article-edit-exit): Ditto.
7440
7441         * gnus-util.el (gnus-beginning-of-window): Remove.
7442         (gnus-end-of-window): Remove.
7443
7444         * lpath.el: Don't bind header-line-format and scroll-margin.
7445
7446 2005-07-25  Simon Josefsson  <jas@extundo.com>
7447
7448         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7449         to have the url package without w3.  Reported by Daiki Ueno
7450         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7451
7452 2005-07-20  Didier Verna  <didier@xemacs.org>
7453
7454         * gnus-diary.el: Remove the description comment (nndiary is now
7455         properly documented in the Gnus manual).
7456         Fix the spelling of "Back End".
7457         * nndiary.el: Ditto.
7458         Fix the copyright notice.
7459
7460 2005-07-18  Romain Francoise  <romain@orebokech.com>
7461
7462         * gnus-sum.el (gnus-summary-to-prefix)
7463         (gnus-summary-newsgroup-prefix): New variables.
7464         (gnus-summary-from-or-to-or-newsgroups): Use them.
7465
7466 2005-07-17  Romain Francoise  <romain@orebokech.com>
7467
7468         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7469         space as it's generally not especially interesting to the user.
7470
7471 2005-07-16  Romain Francoise  <romain@orebokech.com>
7472
7473         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7474         nil to avoid prompting and file modification if one of the
7475         messages at the top of the nnfolder file contains a copyright
7476         notice.
7477         Update copyright notice.
7478
7479         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7480         instead of `current-time-string' as the latter creates a time
7481         string that is not RFC 2822 compliant (it lacks the zone).
7482         Update copyright notice.
7483
7484 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7485
7486         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7487         for text/rtf.  Display default in prompt.  Pass default for M-n.
7488
7489         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7490
7491 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7492
7493         * gnus-msg.el (gnus-button-mailto): Remove
7494         save-selected-window-window hackery because it relies on
7495         save-selected-window internals.
7496
7497 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7500         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7501         (gnus-article-prev-page): Ditto.
7502
7503         * gnus-util.el (gnus-beginning-of-window): New function.
7504         (gnus-end-of-window): New function.
7505
7506         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7507
7508 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7509
7510         * gnus-score.el (gnus-score-edit-all-score): Set
7511         gnus-score-edit-exit-function to gnus-score-edit-done and call
7512         gnus-message.
7513
7514 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7515
7516         * gnus-msg.el (gnus-button-mailto): Remove
7517         save-selected-window-window hackery because it relies on
7518         save-selected-window internals.
7519
7520 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7523         add-minor-mode.
7524         (gnus-binary-mode): Ditto.
7525
7526         * gnus-topic.el (gnus-topic-mode): Ditto.
7527
7528 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7529
7530         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7531         (gnus-article-prev-page): Take scroll-margin into consideration.
7532
7533 2005-07-04  Lute Kamstra  <lute@gnu.org>
7534
7535         Update FSF's address in GPL notices.
7536
7537 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7538
7539         * gnus.el (gnus-exit):
7540         * gnus-group.el (gnus-group-icons):
7541         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7542
7543         * gnus-nocem.el (gnus-nocem):
7544         * message.el (message-various, message-buffers, message-sending)
7545         (message-interface, message-forwarding, message-insertion)
7546         (message-headers, message-news, message-mail):
7547         * pgg-gpg.el (pgg-gpg):
7548         * pgg-parse.el (pgg-parse):
7549         * pgg-pgp.el (pgg-pgp):
7550         * pgg-pgp5.el (pgg-pgp5):
7551         * pop3.el (pop3): Finish `defgroup' description with period.
7552
7553 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * gnus-art.el (article-display-face): Improve the efficiency.
7556         (article-display-x-face): Ditto; remove grey x-face stuff.
7557
7558 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * gnus-art.el (article-display-face): Correct the position in
7561         which Faces are inserted.
7562
7563 2005-06-29  Didier Verna  <didier@xemacs.org>
7564
7565         * gnus-art.el (article-display-face): Display faces in correct
7566         order.
7567
7568 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7571         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7572         (gnus-nocem-check-article): Fetch the Type header.
7573         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7574         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7575         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7576         make sure gnus-nocem-hashtb is initialized.
7577         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7578         (gnus-nocem-unwanted-article-p): Ditto.
7579
7580         * pgg.el (pgg-verify): Return the verification result.
7581
7582 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7583
7584         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7585         is ascii.
7586
7587 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7588
7589         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7590         `show-nonbreak-escape'.
7591
7592 2005-06-23  Lute Kamstra  <lute@gnu.org>
7593
7594         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7595
7596         * dig.el (dig-mode):
7597         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7598
7599 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7600
7601         * nnimap.el (nnimap-split-download-body): Fix spellings.
7602
7603 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7604
7605         * gnus-art.el (gnus-article-encrypt-body):
7606         * gnus-cus.el (gnus-score-customize):
7607         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7608         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7609
7610 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7611
7612         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7613         header by looking for magic "MII" at the beginnig.
7614
7615 2005-06-16  Miles Bader  <miles@gnu.org>
7616
7617         * gnus-xmas.el (gnus-xmas-group-startup-message):
7618         Use renamed gnus-splash face.
7619
7620         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7621         (assistant-field-face): New backward-compatibility alias for renamed
7622         face.
7623         (assistant-render-text): Use renamed assistant-field face.
7624
7625         * spam.el (spam): Remove "-face" suffix from face name.
7626         (spam-face): New backward-compatibility alias for renamed face.
7627         (spam-face, spam-initialize): Use renamed spam face.
7628
7629         * message.el (message-header-to, message-header-cc)
7630         (message-header-subject, message-header-newsgroups)
7631         (message-header-other, message-header-name)
7632         (message-header-xheader, message-separator, message-cited-text)
7633         (message-mml): Remove "-face" suffix from face names.
7634         (message-header-to-face, message-header-cc-face)
7635         (message-header-subject-face, message-header-newsgroups-face)
7636         (message-header-other-face, message-header-name-face)
7637         (message-header-xheader-face, message-separator-face)
7638         (message-cited-text-face, message-mml-face):
7639         New backward-compatibility aliases for renamed faces.
7640         (message-font-lock-keywords): Use renamed message faces.
7641
7642         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7643         (sieve-test-commands, sieve-tagged-arguments):
7644         Remove "-face" suffix from face names.
7645         (sieve-control-commands-face, sieve-action-commands-face)
7646         (sieve-test-commands-face, sieve-tagged-arguments-face):
7647         New backward-compatibility aliases for renamed faces.
7648         (sieve-control-commands-face, sieve-action-commands-face)
7649         (sieve-test-commands-face, sieve-tagged-arguments-face):
7650         Use renamed sieve faces.
7651
7652         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7653         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7654         (gnus-group-news-3-empty, gnus-group-news-4)
7655         (gnus-group-news-4-empty, gnus-group-news-5)
7656         (gnus-group-news-5-empty, gnus-group-news-6)
7657         (gnus-group-news-6-empty, gnus-group-news-low)
7658         (gnus-group-news-low-empty, gnus-group-mail-1)
7659         (gnus-group-mail-1-empty, gnus-group-mail-2)
7660         (gnus-group-mail-2-empty, gnus-group-mail-3)
7661         (gnus-group-mail-3-empty, gnus-group-mail-low)
7662         (gnus-group-mail-low-empty, gnus-summary-selected)
7663         (gnus-summary-cancelled, gnus-summary-high-ticked)
7664         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7665         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7666         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7667         (gnus-summary-low-undownloaded)
7668         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7669         (gnus-summary-low-unread, gnus-summary-normal-unread)
7670         (gnus-summary-high-read, gnus-summary-low-read)
7671         (gnus-summary-normal-read, gnus-splash):
7672         Remove "-face" suffix from face names.
7673         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7674         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7675         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7676         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7677         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7678         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7679         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7680         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7681         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7682         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7683         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7684         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7685         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7686         (gnus-summary-normal-ticked-face)
7687         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7688         (gnus-summary-normal-ancient-face)
7689         (gnus-summary-high-undownloaded-face)
7690         (gnus-summary-low-undownloaded-face)
7691         (gnus-summary-normal-undownloaded-face)
7692         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7693         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7694         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7695         (gnus-splash-face):
7696         New backward-compatibility aliases for renamed faces.
7697         (gnus-group-startup-message): Use renamed gnus faces.
7698
7699         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7700         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7701         (gnus-server-agent): Remove "-face" suffix from face names.
7702         (gnus-server-agent-face, gnus-server-opened-face)
7703         (gnus-server-closed-face, gnus-server-denied-face)
7704         (gnus-server-offline-face):
7705         New backward-compatibility aliases for renamed faces.
7706         (gnus-server-agent-face, gnus-server-opened-face)
7707         (gnus-server-closed-face, gnus-server-denied-face)
7708         (gnus-server-offline-face): Use renamed gnus faces.
7709
7710         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7711         Remove "-face" suffix from face names.
7712         (gnus-picon-xbm-face, gnus-picon-face):
7713         New backward-compatibility aliases for renamed faces.
7714
7715         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7716         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7717         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7718         (gnus-cite-11): Remove "-face" suffix from face names.
7719         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7720         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7721         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7722         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7723         New backward-compatibility aliases for renamed faces.
7724         (gnus-cite-attribution-face, gnus-cite-face-list)
7725         (gnus-article-boring-faces): Use renamed gnus faces.
7726
7727         * gnus-art.el (gnus-signature, gnus-header-from)
7728         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7729         (gnus-header-content): Remove "-face" suffix from face names.
7730         (gnus-signature-face, gnus-header-from-face)
7731         (gnus-header-subject-face, gnus-header-newsgroups-face)
7732         (gnus-header-name-face, gnus-header-content-face):
7733         New backward-compatibility aliases for renamed faces.
7734         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7735
7736         * gnus-sum.el (gnus-summary-selected-face)
7737         (gnus-summary-highlight): Use renamed gnus faces.
7738         * gnus-group.el (gnus-group-highlight): Likewise.
7739
7740 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7741
7742         * gnus-sieve.el (gnus-sieve-article-add-rule):
7743         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7744         * spam-stat.el (spam-stat-buffer-change-to-spam)
7745         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7746
7747         * message.el (message-is-yours-p):
7748         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7749
7750 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * mm-view.el (mm-inline-text): Withdraw the last change.
7753
7754 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7755
7756         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7757         executing enriched-decode.
7758
7759 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7762         charset of tar files.
7763
7764 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7765
7766         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7767
7768 2005-06-04  Lute Kamstra  <lute@gnu.org>
7769
7770         * nnfolder.el (nnfolder-read-folder): Make sure that undo
7771         information is never recorded.
7772
7773 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7774
7775         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7776
7777 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * pop3.el (pop3-apop): Run md5 in the binary mode.
7780
7781         * starttls.el (starttls-set-process-query-on-exit-flag):
7782         Use eval-and-compile.
7783
7784 2005-05-31  Simon Josefsson  <jas@extundo.com>
7785
7786         * smime.el (smime-replace-in-string): Define.
7787         (smime-cert-by-ldap-1): Use it.
7788
7789 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * gnus-art.el (article-display-x-face): Replace
7792         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7793
7794         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7795         set-process-query-on-exit-flag or process-kill-without-query.
7796
7797         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7798         loop instead of replace-regexp.
7799
7800         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7801         instead of process-kill-without-query if it is available.
7802
7803         * lpath.el: Fbind ldap-search-entries.
7804
7805         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7806         instead of find-file-hooks if it is available.
7807
7808         * mml1991.el: Bind pgg-default-user-id when compiling.
7809
7810         * mml2015.el: Bind pgg-default-user-id when compiling.
7811
7812         * nndraft.el (nndraft-request-associate-buffer):
7813         Use write-contents-functions instead of write-contents-hooks if it is
7814         available.
7815
7816         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7817         instead of find-file-hooks if it is available.
7818
7819         * nntp.el (nntp-open-connection): Replace
7820         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7821         (nntp-open-ssl-stream): Ditto.
7822         (nntp-open-tls-stream): Ditto.
7823
7824         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7825         set-process-query-on-exit-flag or process-kill-without-query.
7826         (starttls-open-stream-gnutls): Use it instead of
7827         process-kill-without-query.
7828         (starttls-open-stream): Ditto.
7829
7830 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
7831
7832         * smime.el (smime-cert-by-ldap-1): Don't use
7833         replace-regexp-in-string.
7834
7835 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
7836
7837         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7838
7839         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7840         in PEM format.  Adjust to the XEmacs compability.
7841
7842 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7843
7844         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7845         by `string-to-number'.
7846         * gnus-agent.el (gnus-agent-regenerate-group)
7847         (gnus-agent-fetch-articles): Ditto.
7848         * gnus-art.el (gnus-button-fetch-group): Ditto.
7849         * gnus-cache.el (gnus-cache-generate-active)
7850         (gnus-cache-articles-in-group): Ditto.
7851         * gnus-group.el (gnus-group-set-current-level)
7852         (gnus-group-insert-group-line): Ditto.
7853         * gnus-score.el (gnus-score-set-expunge-below)
7854         (gnus-score-set-mark-below, gnus-summary-score-effect)
7855         (gnus-summary-score-entry): Ditto.
7856         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7857         (gnus-soup-pack): Ditto.
7858         * gnus-spec.el (gnus-xmas-format): Ditto.
7859         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7860         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7861         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7862         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7863         * nndb.el (nndb-get-remote-expire-response): Ditto.
7864         * nndiary.el (nndiary-parse-schedule-value)
7865         (nndiary-string-to-number, nndiary-request-replace-article)
7866         (nndiary-request-article): Ditto.
7867         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7868         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7869         * nneething.el (nneething-make-head): Ditto.
7870         * nnfolder.el (nnfolder-request-article)
7871         (nnfolder-retrieve-headers): Ditto.
7872         * nnheader.el (nnheader-file-to-number): Ditto.
7873         * nnkiboze.el (nnkiboze-request-article): Ditto.
7874         * nnmail.el (nnmail-process-unix-mail-format)
7875         (nnmail-process-babyl-mail-format): Ditto.
7876         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7877         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7878         (nnmh-request-create-group, nnmh-request-list-1)
7879         (nnmh-request-group, nnmh-request-article): Ditto.
7880         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7881         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7882         * nnsoup.el (nnsoup-make-active): Ditto.
7883         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7884         * nntp.el (nntp-find-group-and-number)
7885         (nntp-retrieve-headers-with-xover): Ditto.
7886         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7887         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7888         (pgg-format-key-identifier): Ditto.
7889         * pop3.el (pop3-last, pop3-stat): Ditto.
7890         * qp.el (quoted-printable-decode-region): Ditto.
7891
7892         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7893         of concat.
7894
7895 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7898
7899         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7900
7901         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7902
7903         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7904
7905         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7906
7907         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7908
7909         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7910         (gnus-carpal-mode): Ditto.
7911
7912         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7913         (gnus-browse-mode): Ditto.
7914
7915         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7916
7917         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7918
7919 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7920
7921         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7922
7923 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * gnus-util.el (gnus-run-mode-hooks): New function.
7926
7927         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7928
7929         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
7930         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
7931
7932 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
7933
7934         * gnus-agent.el (gnus-agent-make-mode-line-string):
7935         Use mode-line-highlight as mouse-face.
7936
7937 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * canlock.el (canlock): Change the parent group to news.
7940
7941         * deuglify.el (gnus-outlook-deuglify): Add :group.
7942
7943         * dig.el (dig): Add :group.
7944
7945         * dns-mode.el (dns-mode): Add :group.
7946
7947         * encrypt.el (encrypt): Add :group.
7948
7949         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7950         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7951         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7952         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7953         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7954
7955         * gnus-diary.el (gnus-diary): Add :group.
7956
7957         * gnus.el (gnus-group-news-1-face): Add :group.
7958         (gnus-group-news-1-empty-face): Ditto.
7959         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7960         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7961         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7962         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7963         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7964         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7965         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7966         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7967         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7968         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7969         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7970         (gnus-summary-high-ticked-face): Ditto.
7971         (gnus-summary-low-ticked-face): Ditto.
7972         (gnus-summary-normal-ticked-face): Ditto.
7973         (gnus-summary-high-ancient-face): Ditto.
7974         (gnus-summary-low-ancient-face): Ditto.
7975         (gnus-summary-normal-ancient-face): Ditto.
7976         (gnus-summary-high-undownloaded-face): Ditto.
7977         (gnus-summary-low-undownloaded-face): Ditto.
7978         (gnus-summary-normal-undownloaded-face): Ditto.
7979         (gnus-summary-high-unread-face): Ditto.
7980         (gnus-summary-low-unread-face): Ditto.
7981         (gnus-summary-normal-unread-face): Ditto.
7982         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7983         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7984
7985         * hashcash.el (hashcash): New custom group.
7986         (hashcash-default-payment): Add :group.
7987         (hashcash-payment-alist): Ditto.
7988         (hashcash-default-accept-payment): Ditto.
7989         (hashcash-accept-resources): Ditto.
7990         (hashcash-path): Ditto.
7991         (hashcash-extra-generate-parameters): Ditto.
7992         (hashcash-double-spend-database): Ditto.
7993         (hashcash-in-news): Ditto.
7994
7995         * message.el (message-minibuffer-local-map): Add :group.
7996
7997         * netrc.el (netrc): Add :group.
7998
7999         * sieve-manage.el (sieve-manage-log): Add :group.
8000         (sieve-manage-default-user): Diito.
8001         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8002         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8003         (sieve-manage-authenticators): Ditto.
8004         (sieve-manage-authenticator-alist): Ditto.
8005         (sieve-manage-default-port): Ditto.
8006
8007         * sieve-mode.el (sieve-control-commands-face): Add :group.
8008         (sieve-action-commands-face): Ditto.
8009         (sieve-test-commands-face): Ditto.
8010         (sieve-tagged-arguments-face): Ditto.
8011
8012         * smime.el (smime): Add :group.
8013
8014         * spam-report.el (spam-report): Add :group.
8015
8016         * spam.el (spam, spam-face): Add :group.
8017
8018 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8019
8020         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8021         return \n.\n.\n at the end of articles.  Protect against that.
8022         (nntp-with-open-group): Allow debugging.
8023
8024         * nnheader.el (mail-header-set-extra): Make into a function
8025         because I just could't understand how to quote the list properly.
8026
8027         * dns.el (query-dns-cached): New function.
8028
8029 2005-05-26  Lute Kamstra  <lute@gnu.org>
8030
8031         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8032
8033 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8036
8037         * gnus-art.el: Don't autoload mail-extract-address-components.
8038
8039         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8040         eval-and-compile to evaluate it.
8041
8042         * hashcash.el: Don't autoload executable-find.
8043
8044         * nndb.el: Don't declare the nndb back end two or more times; don't
8045         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8046
8047         * nntp.el: Autoload format-spec instead of format; use
8048         eval-and-compile to evaluate autoload forms.
8049
8050 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8051
8052         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8053
8054 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8055
8056         * gnus.el (gnus-version-number): Bump version.
8057
8058 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8059
8060         * gnus.el: No Gnus v0.3 is released.
8061
8062 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8063
8064         * lpath.el (featurep): Bind show-nonbreak-escape.
8065
8066 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * gnus-art.el (gnus-article-edit-part): Disable undo.
8069
8070 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8071
8072         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8073         gnus-article-date-lapsed-new-header is t if date timer is active;
8074         skip headers in which the original date value is empty.
8075         (gnus-article-save-original-date): Redefine it as a macro.
8076         (gnus-display-mime): Use it.
8077
8078 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * gnus-art.el (article-date-ut): Support converting date in
8081         forwarded parts as well.
8082         (gnus-article-save-original-date): New function.
8083         (gnus-display-mime): Use it.
8084
8085 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8086
8087         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8088         enclosure element of <item>.
8089
8090 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8091
8092         * message.el (message-kill-buffer-query): Renamed from
8093         `message-kill-buffer-query-if-modified'.  Added :version.
8094
8095 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8098         window layout.
8099
8100 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * mml.el: Autoload dnd when compiling.
8103
8104 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8107         x-dnd-*.
8108
8109 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * qp.el (quoted-printable-encode-region): Save excursion.
8112
8113 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8114
8115         * message.el (message-kill-buffer-query-if-modified): Add new variable
8116         so the user can kill a modified message buffer quickly.
8117         (message-kill-buffer): Use it.
8118
8119 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * lpath.el: Fbind display-time-event-handler; don't fbind
8122         string-to-multibyte.
8123
8124         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8125
8126 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8129         contained in text because xml.el decodes entities) with LFs.
8130
8131 2005-04-11  Lute Kamstra  <lute@gnu.org>
8132
8133         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8134         differently.
8135
8136 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8137
8138         * mm-util.el (mm-detect-coding-region): Typo.
8139
8140 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8141
8142         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8143
8144 2005-04-06  D Goel  <deego@gnufans.org>
8145
8146         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8147         user-function allow user modifications of the scores.
8148         (spam-stat-score-buffer-user): New function, to allow
8149         user-computed modifications to the score.
8150         (spam-stat-score-buffer-user-functions): List of additional
8151         scoring functions.
8152         (spam-stat-error-holder): Global temporary error holder.
8153         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8154         variable.
8155
8156 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8157
8158         * gnus-registry.el (gnus-registry-clean-empty-function)
8159         (gnus-registry-trim, gnus-registry-fetch-groups)
8160         (gnus-registry-delete-group): Groups that match
8161         `gnus-registry-ignored-groups' are removed from the registry
8162         entries, not just ignored for splitting.  This helps clean up the
8163         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8164         to get all the groups a message ID is in.
8165
8166         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8167         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8168         (spam-stat-score-buffer-user-functions): Add :number custom type.
8169
8170 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8173         argument in XEmacs.
8174
8175         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8176         (nnrss-request-group): Decode group name first.
8177         (nnrss-request-article): Make a text/plain article if mml-to-mime
8178         failed.
8179         (nnrss-get-encoding): Return a compatible encoding according to
8180         nnrss-compatible-encoding-alist.
8181         (nnrss-find-el): Use consp instead of listp.
8182         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8183
8184 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8187         which Emacs 20 doesn't support.
8188         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8189
8190 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8191
8192         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8193         silence the byte compiler inside the defun.
8194
8195         * gnus-demon.el (parse-time-string): Add autoload.
8196
8197         * gnus-delay.el (parse-time-string): Add autoload.
8198
8199         * gnus-art.el (parse-time-string): Add autoload.
8200
8201         * nnultimate.el (parse-time): Require for `parse-time-string'.
8202
8203 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8204
8205         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8206
8207         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8208
8209         * smime.el (smime-ldap-host-list): Add :version.
8210
8211 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8212
8213         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8214         pass it to `gnus-browse-read-group'.
8215         (gnus-browse-read-group): Add NUMBER argument and pass it to
8216         `gnus-group-read-ephemeral-group'.
8217
8218         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8219         argument and pass it to `gnus-group-read-group'.
8220
8221 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8222
8223         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8224         mm-xemacs-find-mime-charset-1 if we have the mule feature
8225         available at runtime.
8226
8227 2005-03-25  Werner Lemberg  <wl@gnu.org>
8228
8229         * nnmaildir.el: Replace `illegal' with `invalid'.
8230
8231 2005-03-23  Lute Kamstra  <lute@gnu.org>
8232
8233         * time-date.el: Add comment on time value formats.
8234         Don't require parse-time.
8235         (with-decoded-time-value): New macro.
8236         (encode-time-value): New function.
8237         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8238         (days-to-time): Return a valid time value when arg is huge.
8239         (time-since): Use time-subtract.
8240         (time-to-number-of-days): Use time-to-seconds.
8241
8242 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8243
8244         * gnus-start.el (gnus-display-time-event-handler):
8245         Check display-time-timer at runtime rather than only at load time
8246         in case display-time-mode is turned off in the mean time.
8247
8248 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8249
8250         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8251         used.
8252
8253         * nneething.el (nneething-map-file-directory): Derive from
8254         `gnus-directory'.
8255
8256         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8257         the To/Cc button.
8258
8259 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8260
8261         * nnmaildir.el (nnmaildir-request-accept-article):
8262         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8263
8264 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8265
8266         * gnus-async.el: Require timer-funcs at compile time when in
8267         XEmacs for `run-with-idle-timer'.
8268
8269 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8270
8271         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8272         autoloaded function.
8273
8274 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8275
8276         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8277
8278 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8279
8280         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8281
8282 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8283
8284         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8285         gnus-expert-user to default.
8286
8287 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8288
8289         * nnimap.el (nnimap-open-server): Ditto.
8290
8291         * imap.el (imap-authenticate): Fix typo.
8292
8293 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8294
8295         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8296         buffer (since IMAP server might return FETCH response out of
8297         order, and the nntp buffer must be sorted).
8298
8299 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8300
8301         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8302         comparison on string.
8303
8304         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8305         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8306         (gnus-agent-summary-fetch-series): Modified to protect against
8307         gnus-agent-summary-fetch-group clearing processable flags.
8308         (gnus-agent-synchronize-group-flags): Update live group buffer as
8309         synchronization may occur due to the user toggle the plugged
8310         status.
8311         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8312         successfully downloaded.
8313         (gnus-agent-expire-group-1): Avoid using markers when the overview
8314         is in ascending order; greatly improves performance.
8315         (gnus-agent-regenerate-group): Use
8316         gnus-agent-synchronize-group-flags to reset read status in both
8317         gnus and server.
8318         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8319
8320 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8321
8322         * message.el: Don't autoload former message-utils variables.
8323         (message-strip-subject-trailing-was): Change doc string.
8324
8325         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8326         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8327         (nnweb-google-search): Add "hl=en" here.
8328         (nnweb-google-parse-1, nnweb-google-create-mapping):
8329         Don't hardcode URL.
8330
8331 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * message.el (message-get-reply-headers, message-followup):
8334         Mention related variables `message-use-followup-to' and
8335         `message-use-mail-followup-to', in the information buffer.
8336
8337         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8338         of broken groups(-beta).google.com.
8339
8340 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8341
8342         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8343         parameter to invoked gnus-request-move-article; remove the
8344         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8345         all at once instead of once per article.
8346         (gnus-summary-remove-process-mark): Accept a list of articles as
8347         well as a single article for processing.
8348
8349         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8350         parameter.
8351
8352         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8353
8354         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8355
8356         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8357         parameter.
8358
8359         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8360         parameter.
8361
8362         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8363         parameter and remove the gnus-sum-hint-move-is-internal variable.
8364
8365         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8366         parameter.
8367
8368         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8369         parameter.
8370
8371         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8372         parameter.
8373
8374         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8375
8376         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8377         parameter.
8378
8379         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8380         parameter.
8381
8382 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8383
8384         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8385         a more conservative way.
8386
8387 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8388
8389         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8390         buffer, so it moves the window's cursor.
8391
8392 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8393
8394         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8395         `mm-dissect-multipart' and receive the from field as an (optional)
8396         argument from `mm-dissect-multipart'.
8397         (mm-dissect-multipart): Receive the from field as an argument and
8398         pass it on when we call `mm-dissect-buffer' on MIME parts.
8399         Fixes verification/decryption of signed/encrypted MIME parts.
8400
8401 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8402
8403         * gnus-sum.el (gnus-summary-move-article): Set
8404         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8405         whatever it calls (right now, only nnimap-request-move article
8406         respects it).
8407
8408         * nnimap.el (nnimap-request-move-article): When
8409         gnus-sum-hint-move-is-internal is set, don't do the extra
8410         nnimap-request-article.
8411
8412 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8413
8414         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8415
8416         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8417         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8418
8419         * gnus-sum.el (gnus-summary-caesar-message):
8420         Apply `gnus-treat-article' after rotation.
8421
8422         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8423         doc string.
8424
8425 2005-02-22  Simon Josefsson  <jas@extundo.com>
8426
8427         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8428         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8429         <arne@arnested.dk>.
8430         (encrypt): Add password-cache and password-cache-expiry as group
8431         members.
8432
8433 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8434
8435         * smime.el (smime-ldap-host-list): Doc fix.
8436         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8437         cache) password.
8438         (smime-sign-region): Use it.
8439         (smime-decrypt-region): Use it.
8440         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8441         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8442         fails.
8443         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8444         certificate from DER to PEM format rather than calling openssl.
8445
8446         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8447
8448         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8449         for signing/encryption.
8450
8451         * mml.el (mml-parse-1): Use them.
8452
8453 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8454
8455         * nnrss.el (nnrss-verbose): Removed.
8456         (nnrss-request-group): Use `nnheader-message' instead.
8457
8458 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8459
8460         * nnrss.el (nnrss-verbose): New variable.
8461         (nnrss-request-group): Make it say nnrss is requesting a group.
8462
8463 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8464
8465         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8466         Handle news URL with given port correctly.
8467
8468 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8471         containing special characters.
8472
8473         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8474
8475         * mml.el (mime-to-mml): Ditto.
8476
8477         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8478         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8479         (rfc2047-decode-region): Quote decoded words containing special
8480         characters when rfc2047-quote-decoded-words-containing-tspecials
8481         is non-nil.
8482
8483 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8484
8485         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8486
8487         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8488
8489 2005-02-15  Simon Josefsson  <jas@extundo.com>
8490
8491         * nnimap.el (nnimap-debug): Doc fix.
8492
8493         * imap.el (imap-debug): Doc fix.
8494
8495 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8498
8499 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8500
8501         * gnus.el (spam-contents): Improve docs for spam-contents
8502         parameter in its variable incarnation.
8503
8504 2005-02-14  Simon Josefsson  <jas@extundo.com>
8505
8506         * smime-ldap.el: Use require instead of load-library for ldap.
8507         (smime-ldap-search): Indent.
8508         (smime-ldap-search-internal): Shorten line.
8509
8510         * smime.el (smime-cert-by-dns): Add doc-string.
8511         (smime-cert-by-ldap-1): Indent.
8512
8513         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8514         mml-smime-get-dns-ldap.
8515         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8516
8517 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8518
8519         * smime.el: Require smime-ldap.
8520         (smime-ldap-host-list): New variable.
8521         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8522
8523         * mml-smime.el (mml-smime-encrypt-query): New function.
8524         (mml-smime-encrypt-query): Use it.
8525
8526         * smime-ldap.el: New file.
8527
8528 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8531
8532 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8535         argument in doc string.  Make query for type more clear.
8536
8537 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8538
8539         * gnus.el (gnus-group-startup-message): Search for gnus images in
8540         etc/images/gnus.
8541         * mm-util.el (mm-image-load-path): Likewise.
8542         * smiley.el (smiley-data-directory): Search for smilies in
8543         etc/images/smilies.
8544
8545 2005-02-09  Kim F. Storm  <storm@cua.dk>
8546
8547         Change Emacs release version from 21.4 to 22.1 throughout.
8548         Change Emacs development version from 21.3.50 to 22.0.50.
8549
8550 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8553
8554         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8555         non-Mule XEmacs as well.
8556         (mm-decompress-buffer): Signal an error intentionally if it does
8557         not decompress compressed data because auto-compression-mode is
8558         disabled.
8559
8560 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8561
8562         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8563         an ID in the registry even if it has no groups.
8564
8565 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8568         merge it into mm-decompress-buffer.
8569         (gnus-mime-copy-part): Use the MIME part charset, the value which
8570         a user specified or gnus-newsgroup-charset for decoding, like
8571         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8572         save-buffer what was used.  Suggested by Kevin Ryde
8573         <user42@zip.com.au>.
8574         (gnus-mime-inline-part): Allow the name parameter as well as the
8575         filename parameter; force decompressing of compressed data; always
8576         display contents being not decoded as unibyte.
8577
8578         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8579         as well as the filename parameter.
8580
8581         * mm-util.el (mm-decompress-buffer): Merge
8582         gnus-mime-jka-compr-maybe-uncompress.
8583         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8584         of compressed data.
8585
8586 2005-02-08  Simon Josefsson  <jas@extundo.com>
8587
8588         * imap.el (imap-log): Doc fix.
8589
8590 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8593         the coding cookies; decompress compressed parts.
8594
8595         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8596         to the value which a user specified manually or the coding cookie.
8597
8598         * mm-util.el (mm-string-to-multibyte): New function.
8599         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8600         (mm-coding-system-to-mime-charset): New function.
8601         (mm-decompress-buffer): New function.
8602         (mm-find-buffer-file-coding-system): New function.
8603
8604         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8605         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8606         parts.
8607
8608 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8609
8610         * mm-view.el (mm-display-inline-fontify): Decode a part according
8611         to the charset parameter.
8612
8613 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8616         prefix arg is neither nil nor a number, as info specifies.
8617
8618 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8621         timestamps.
8622
8623 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8624
8625         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8626         groups error checking and notify user.
8627
8628 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8629
8630         * message.el (message-send-mail-function): Check existence of
8631         sendmail-program first before using default value
8632         `message-send-mail-with-sendmail'.  Otherwise use more generic
8633         `smtpmail-send-it'.
8634
8635 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * nntp.el (nntp-request-update-info): Always return nil.
8638
8639 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8640
8641         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8642
8643 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8644
8645         * message.el (message-beginning-of-line): Change the behavior when
8646         invoked between BOL and : so that it first moves backward.
8647
8648 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8651         article buffer when editing of the article is discarded.
8652         (gnus-article-prepare): Revert.
8653
8654 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * gnus-art.el (gnus-article-prepare):
8657         Remove message-strip-forbidden-properties from the local hook.
8658
8659 2005-01-27  Simon Josefsson  <jas@extundo.com>
8660
8661         * password.el (password-cache-add): Only start one timer per key.
8662         Reported by Derek Atkins <warlord@MIT.EDU>.
8663
8664 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8665
8666         * run-at-time.el: Removed.  It is no longer needed as
8667         timer-funcs.el in the xemacs-base package has a working version of
8668         `run-at-time'.
8669
8670         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
8671
8672         * password.el: Require timer-funcs instead of run-at-time in
8673         XEmacs.
8674         Remove `password-run-at-time' macro.
8675         (password-cache-add): Use `run-at-time' instead of
8676         `password-run-at-time'.
8677
8678         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
8679         Remove `nnheader-cancel-function-timers' alias,
8680         `cancel-function-timers' exists in XEmacs in timer-funcs.
8681
8682         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8683         for `run-with-idle-timer'.
8684
8685         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8686         for `run-at-time'.
8687
8688         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8689         for `with-timeout'.
8690
8691         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
8692         the same as for XEmacs 21.4.
8693         No need to ignore `run-with-idle-timer', this function exists in
8694         XEmacs now in timer-funcs.el in the xemacs-base package.
8695         (dgnushack-compile): No need to delete
8696         run-at-time.el from the list of files to compile because it
8697         doesn't exist anymore.
8698
8699 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8702         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8703
8704 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8705
8706         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8707         sensitively.
8708
8709 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8710
8711         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8712
8713 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8716         which will be inserted according to the multibyteness of a buffer
8717         rather than the type of contents.  Suggested by ARISAWA Akihiro
8718         <ari@mbf.ocn.ne.jp>.
8719
8720         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8721         of string which old xml.el may return rather than a string.
8722
8723 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8726
8727 2005-01-16  Simon Josefsson  <jas@extundo.com>
8728
8729         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8730         idn/idna.el isn't available.
8731         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
8732         <michael@waxrat.com>.
8733
8734         * hashcash.el: Remove non-FSF copyright header.
8735
8736         * hashcash.el (hashcash-extra-generate-parameters): New variable.
8737         (hashcash-generate-payment): Use it.
8738         (hashcash-generate-payment-async): Use it.
8739
8740 2005-01-15  Simon Josefsson  <jas@extundo.com>
8741
8742         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8743         Suggested by Raymond Scholz <ray-2005@zonix.de>.
8744
8745         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8746         gnus-summary-idna-message.
8747         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8748         (gnus-summary-idna-message): New function.
8749
8750 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8751
8752         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8753         gnus-novice-user.
8754
8755 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * nnrss.el (nnrss-request-delete-group): Delete entries in
8758         nnrss-group-alist as well.
8759         (nnrss-save-server-data): Insert newline.
8760
8761 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
8762
8763         * gnus.el (gnus-user-agent): Use list of symbols instead of
8764         symbols.  Display full version number for (S)XEmacs.  Optionally
8765         display (S)XEmacs codename.
8766
8767         * gnus-util.el (gnus-emacs-version): Update for new
8768         `gnus-user-agent'.
8769
8770         * gnus-msg.el (gnus-extended-version): Make it possible to omit
8771         Gnus version.
8772
8773 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
8776         which is unreadable in some setups.
8777
8778 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus-spec.el (gnus-update-format-specifications): Flush the
8781         group format spec cache if it doesn't support decoded group names.
8782
8783 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8784
8785         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8786         Allow to apply decay on score files matching a regexp.
8787
8788 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8791         compatibility in %g and %c.
8792
8793 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8796         name for only %g and %c.
8797         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8798         of gnus-tmp-group to decoded group name.
8799         (gnus-group-make-rss-group): Exclude `/'s from group names.
8800
8801 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * nnrss.el (nnrss-get-encoding): Fix regexp.
8804
8805 2004-12-27  Simon Josefsson  <jas@extundo.com>
8806
8807         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8808         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8809         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
8810
8811 2004-12-17  Kim F. Storm  <storm@cua.dk>
8812
8813         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8814
8815         * gnus-sum.el (gnus-summary-mode-map): Likewise.
8816
8817 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8818
8819         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8820
8821 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * nnrss.el: Require rfc2047 and mml.
8824         (nnrss-file-coding-system): New variable.
8825         (nnrss-format-string): Redefine it as an inline function.
8826         (nnrss-decode-group-name): New function.
8827         (nnrss-string-as-multibyte): Remove.
8828         (nnrss-retrieve-headers): Decode group name; don't use
8829         nnrss-format-string.
8830         (nnrss-request-group): Decode group name.
8831         (nnrss-request-article): Decode group name; allow a Message-ID as
8832         well as an article number; don't use nnrss-format-string; encode a
8833         Message-ID string which may contain non-ASCII characters; use
8834         mml-to-mime to compose a MIME article.
8835         (nnrss-request-expire-articles): Decode group name.
8836         (nnrss-request-delete-group): Decode group name.
8837         (nnrss-fetch): Clarify error message.
8838         (nnrss-read-server-data): Use insert-file-contents instead of load;
8839         bind file-name-coding-system; use multibyte buffer.
8840         (nnrss-save-server-data): Bind coding-system-for-write to the
8841         value of nnrss-file-coding-system; bind file-name-coding-system;
8842         add coding cookie.
8843         (nnrss-read-group-data): Use insert-file-contents instead of load;
8844         bind file-name-coding-system; use multibyte buffer.
8845         (nnrss-save-group-data): Bind coding-system-for-write to the
8846         value of nnrss-file-coding-system; bind file-name-coding-system.
8847         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8848         make it work with non-ASCII text.
8849         (nnrss-find-el): Make it work with old xml.el as well.
8850
8851 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8852
8853         * nnrss.el (nnrss-get-encoding): New function.
8854         (nnrss-fetch): Use unibyte buffer initially; bind
8855         coding-system-for-read while performing mm-url-insert; remove ^Ms;
8856         decode contents according to the encoding attribute.
8857         (nnrss-save-group-data): Add coding cookie.
8858         (nnrss-mime-encode-string): New function.
8859         (nnrss-check-group): Use it to encode subject and author.
8860
8861 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
8862
8863         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8864         imaginary variable.
8865
8866 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8869         correctly even if there are wide characters.
8870
8871 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8872
8873         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8874         downcased symbol names; make a new cache instead of reusing
8875         bbdb-hashtable.
8876
8877 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8880         concatenating segments rather than before concatenating them.
8881         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8882
8883         * message.el (message-get-reply-headers): Bind `extra'.
8884
8885 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8886
8887         * message.el (message-extra-wide-headers): New variable.
8888         (message-get-reply-headers): Use it.
8889
8890 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * gnus-agent.el (gnus-agent-group-path): Decode group name.
8893         (gnus-agent-group-pathname): Ditto.
8894
8895         * gnus-cache.el (gnus-cache-file-name): Decode group name.
8896
8897         * gnus-group.el (gnus-group-make-group): Decode group name.
8898         (gnus-group-make-rss-group): Register the group data after opening
8899         the nnrss group.
8900
8901 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
8902
8903         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8904         by expiry now get marked as read.
8905
8906 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8909
8910 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
8911
8912         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8913         unify Latin characters in XEmacs.
8914         (mm-find-mime-charset-region): Use it.
8915
8916 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * gnus-util.el (gnus-delete-directory): New function.
8919
8920         * gnus-agent.el (gnus-agent-delete-group): Use it.
8921
8922         * gnus-cache.el (gnus-cache-delete-group): Use it.
8923
8924 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8927         names.
8928
8929 2004-12-16  Simon Josefsson  <jas@extundo.com>
8930
8931         * hashcash.el (hashcash-payment-alist): Fix custom :type.
8932
8933 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8936
8937         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8938         (gnus-group-set-current-level): Decode group name.
8939
8940 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
8941
8942         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8943         failed.
8944
8945 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * gnus-group.el (gnus-group-delete-group): Decode group name.
8948         (gnus-group-make-rss-group): Encode group name.
8949         (gnus-group-catchup-current): Decode group name.
8950         (gnus-group-kill-group): Decode group name.
8951
8952 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8953
8954         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8955
8956 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * gnus-group.el (gnus-group-make-rss-group):
8959         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8960
8961         * gnus-start.el (gnus-setup-news): Honor user's setting to
8962         gnus-message-archive-method.  Suggested by Lute Kamstra
8963         <lute@gnu.org>.
8964
8965 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
8966
8967         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8968         global counterparts of the buffer-local variables.
8969
8970 2004-11-16  Romain Francoise  <romain@orebokech.com>
8971
8972         * gnus-sum.el (gnus-summary-exit): Don't clear the global
8973         counterparts of the buffer-local variables.
8974
8975 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8976
8977         * message.el (message-forbidden-properties): Fixed typo in doc
8978         string.
8979
8980 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8981
8982         * gnus-util.el (gnus-replace-in-string): Added doc string.
8983
8984         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8985         to avoid problems when splitting mails with many recipients.
8986
8987 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8988
8989         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8990         pop-to-buffer, covered by the subsequent gnus-configure-windows.
8991
8992 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
8993
8994         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8995         if there is no hashtable in memory or file modification time is
8996         newer than cached timestamp.
8997
8998 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8999
9000         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9001         not-matching option.
9002
9003 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9004
9005         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9006         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9007         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9008         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9009         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9010         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9011
9012 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9013
9014         * message.el (message-forward-make-body-mml): Remove headers
9015         according to message-forward-ignored-headers if a message is decoded.
9016
9017 2004-12-02  Romain Francoise  <romain@orebokech.com>
9018
9019         * message.el (message-forward-make-body-plain): Always remove
9020         headers according to message-forward-ignored-headers.
9021
9022 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9023
9024         * spam.el (spam-summary-prepare-exit): Remove the
9025         gnus-summary-limit pop for now, it has problems with ham marks for
9026         me.
9027
9028 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9029
9030         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9031         correctly.
9032
9033 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9034
9035         * format-spec.el (format-spec): Message the char.
9036
9037 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9038
9039         * gnus-art.el (gnus-split-methods): Reformat comments.
9040
9041         * spam.el (spam-summary-prepare-exit): Remove article limits
9042         before exiting the summary buffer.
9043
9044 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9047         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9048
9049         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9050         order to silence the byte compiler.
9051
9052         * spam.el: Fix the way to silence the byte compiler, which
9053         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9054         bbdb-search-simple, spam-BBDB-register-routine,
9055         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9056         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9057         spam-stat-buffer-is-spam, spam-stat-load,
9058         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9059         spam-stat-save and spam-stat-split-fancy.
9060
9061 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9064         which may confuse users.
9065         (canlock-password-for-verify): Ditto.
9066
9067         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9068
9069         * gnus-art.el (gnus-emphasis-alist): Ditto.
9070
9071         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9072
9073         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9074
9075         * gnus-start.el (gnus-save-killed-list): Ditto.
9076
9077         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9078         (gnus-sum-thread-tree-root): Ditto.
9079         (gnus-sum-thread-tree-false-root): Ditto.
9080         (gnus-sum-thread-tree-single-indent): Ditto.
9081
9082         * message.el (message-courtesy-message): Ditto.
9083         (message-archive-note): Ditto.
9084         (message-subscribed-address-file): Ditto.
9085         (message-user-fqdn): Ditto.
9086
9087         * spam-report.el (spam-report-gmane-regex): Ditto.
9088
9089         * spam.el (spam-blackhole-good-server-regex): Ditto.
9090
9091 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * mml.el (mml-preview): Widen the message buffer before copying
9094         the contents to the preview buffer; sort headers before previewing.
9095
9096         * message.el (message-hidden-headers): Fix the way to avoid a bug
9097         in the `repeat' widget in Emacs 21.3 or earlier.
9098
9099 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9100
9101         * message.el (message-hidden-headers): Default to "^References:".
9102         Improve customization type.  Suggested by Reiner Steib
9103         <Reiner.Steib@gmx.de>.
9104
9105 2004-11-25  Romain Francoise  <romain@orebokech.com>
9106
9107         * message.el (message-strip-forbidden-properties): Remove check for
9108         obsolete `message-hidden' text property, hidden headers are not
9109         accessible in the buffer anymore.
9110
9111 2004-11-22  Romain Francoise  <romain@orebokech.com>
9112
9113         * message.el (message-header-format-alist): Add `From' in list
9114         so that it can be sorted.
9115         (message-fix-before-sending): Widen and sort headers before
9116         sending.
9117         (message-hide-headers): Use narrowing to hide headers by moving
9118         them to the top of the buffer and narrowing to the region
9119         underneath.
9120
9121 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9122
9123         * message.el (message-strip-forbidden-properties): Bind
9124         buffer-read-only (etc) to nil.
9125
9126 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9129         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9130
9131 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9132
9133         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9134
9135 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136
9137         * dns.el (query-dns): Use sit-for to time instead of
9138         accept-process-output, since that doesn't seem to work on udp
9139         sockets.
9140
9141 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9142
9143         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9144
9145 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9146
9147         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9148         doc string.  Improve doc string.
9149
9150 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * nntp.el (nntp-request-update-info): Return nil if
9153         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9154         may not call gnus-activate-group which uselessly issues the GROUP
9155         commands for all nntp groups and wastes time.  Reported by Romain
9156         Francoise <romain@orebokech.com>.
9157
9158         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9159
9160 2004-11-15  Simon Josefsson  <jas@extundo.com>
9161
9162         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9163         headers separately.
9164         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9165         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9166
9167 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9168
9169         * gnus-start.el (gnus-convert-old-newsrc):
9170         Assign legacy-gnus-agent to 5.10.7.
9171
9172 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9173
9174         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9175         start of the lines.
9176
9177 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9178
9179         * hashcash.el (hashcash-default-payment): Change default to 20
9180         (hashcash-default-accept-payment): Change default to 20
9181         (hashcash-process-alist): New variable
9182         (hashcash-generate-payment-async): Add
9183         (hashcash-already-paid-p): Add
9184         (hashcash-insert-payment): Don't generate payments twice
9185         (hashcash-insert-payment-async): Add
9186         (hashcash-insert-payment-async-2): Add
9187         (hashcash-cancel-async): Add
9188         (hashcash-wait-async): Add
9189         (hashcash-processes-running-p): Add
9190         (hashcash-wait-or-cancel): Add
9191         (mail-add-payment): New optional argument.  Conditionally start
9192         asynchronous calculation.
9193         (mail-add-payment-async): Add
9194
9195         * message.el (message-send-mail): Wait for asynchronous hashcash
9196         results.  Don't clobber existing X-Hashcash headers.
9197         (message-setup-1): Call mail-add-payment-async when
9198         message-generate-hashcash is non-nil.
9199
9200 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9201
9202         * message.el (message-use-alternative-email-as-from): Examine the
9203         From header as well; use message-make-from in order to include a
9204         user's full name.
9205
9206 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9209         default; improve customization type.
9210         (gnus-emphasis-custom-with-format): New macro.
9211         (gnus-emphasis-custom-value-to-external): New function.
9212         (gnus-emphasis-custom-value-to-internal): New function.
9213
9214 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9215
9216         * dns.el (query-dns): Resolve reverse addresses.
9217
9218 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9219
9220         * gnus-group.el (gnus-group-get-new-news): Use it.
9221
9222         * gnus-start.el (gnus-check-reasonable-setup): New function.
9223
9224 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9227         "Args out of range" error.  Reported by Arnaud Giersch
9228         <arnaud.giersch@free.fr>.
9229
9230 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9231
9232         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9233
9234 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9235
9236         * spam.el (spam group): Add :version.
9237
9238         * pgg-def.el (pgg group): Add :version.
9239
9240 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * gnus-art.el (gnus-article-edit-article): Don't associate the
9243         article buffer with a draft file.  This is a temporary measure
9244         against the 2004-08-22 change to gnus-article-edit-mode.
9245
9246 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9249         (html2text-format-tags): Remove unused variable `attr'.
9250
9251 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9252
9253         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9254
9255         * tls.el (tls-process-connection-type, tls-success)
9256         (tls-certtool-program): Add :version.
9257
9258         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9259         (starttls-extra-arguments, starttls-process-connection-type)
9260         (starttls-connect, starttls-failure, starttls-success):
9261
9262         * spam-stat.el (spam-stat): Add :version.
9263
9264         * sieve.el (sieve): Add :version.
9265
9266         * sha1.el (sha1): Add :version.
9267         (sha1-use-external): Remove redundant version.
9268
9269         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9270         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9271         (nnmail-split-fancy-match-partial-words)
9272         (nnmail-split-lowercase-expanded): Add :version.
9273
9274         * nndiary.el (nndiary): Add :version.
9275
9276         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9277
9278         * mml-sec.el (mml-default-sign-method)
9279         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9280         Add :version.
9281
9282         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9283
9284         * mm-url.el (mm-url-use-external, mm-url-program)
9285         (mm-url-arguments): Add :version.
9286
9287         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9288         (mm-attachment-file-modes, mm-decrypt-option)
9289         (mm-w3m-safe-url-regexp): Add :version.
9290
9291         * message.el (message-cite-prefix-regexp)
9292         (message-sendmail-envelope-from, message-minibuffer-local-map)
9293         (message-user-fqdn, message-completion-alist): Add :version.
9294
9295         * gnus-win.el (gnus-configure-windows-hook)
9296         (gnus-use-frames-on-any-display): Add :version.
9297
9298         * gnus-art.el (gnus-article-address-banner-alist)
9299         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9300         (gnus-treat-from-picon, gnus-treat-mail-picon)
9301         (gnus-treat-x-pgp-sig): Add :version.
9302
9303         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9304         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9305         (gnus-summary-article-delete-hook)
9306         (gnus-summary-display-while-building): Add :version.
9307
9308         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9309         (gnus-get-top-new-news-hook):Add :version.
9310
9311         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9312         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9313
9314         * gnus-registry.el (gnus-registry): Add :version.
9315
9316         * gnus-spec.el (gnus-use-correct-string-widths)
9317         (gnus-make-format-preserve-properties): Add :version.
9318
9319         * gnus.el (gnus-group-charter-alist)
9320         (gnus-group-fetch-control-use-browse-url)
9321         (gnus-install-group-spam-parameters): Add :version.
9322
9323         * gnus-diary.el (gnus-diary): Add :version.
9324
9325         * gnus-delay.el (gnus-delay): Add :version.
9326
9327         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9328         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9329         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9330         Add :version.
9331
9332         * gnus-agent.el (gnus-agent-max-fetch-size)
9333         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9334         (gnus-agent-prompt-send-queue): Add :version.
9335
9336         * deuglify.el (gnus-outlook-deuglify): Add :version.
9337
9338         * html2text.el: Beautify code.  Improve doc strings.  Some
9339         checkdoc cleanup.
9340         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9341
9342 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9343
9344         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9345
9346 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9347
9348         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9349         when package is loaded.
9350
9351         * spam.el (spam-summary-score-preferred-header): Add global preference
9352         for people who want to override the default SpamAssassin over
9353         Bogofilter preference (when both are set).
9354         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9355         (spam-user-format-function-S): Check
9356         spam-summary-score-preferred-header.
9357         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9358         (spam-user-format-function-S): Format the score correctly.
9359
9360 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9363         signature file.  Suggested by Manoj Srivastava
9364         <srivasta@golden-gryphon.com>.
9365
9366         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9367         iso-2022-jp even in the Japanese language environment.
9368         Suggested by Jason Rumney <jasonr@gnu.org>.
9369
9370 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9373         use the same characters as the dummy marks; make it free from
9374         getting affected by the language environment.
9375         (gnus-summary-read-group-1): Update mark positions only when the
9376         format spec is updated.
9377
9378         * gnus-spec.el (gnus-update-format-specifications): Return a list
9379         of updated types.
9380
9381 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9384         of boundp to check if display-warning is available.
9385
9386 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9387
9388         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9389
9390 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * nnspool.el (nnspool-spool-directory): Use news-path if the
9393         news-directory variable is not bound.
9394
9395         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9396         function instead of display-warning if it is not available.
9397
9398 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9399
9400         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9401         v5-10: Use `point-at-bol'.
9402
9403 2004-10-26  Simon Josefsson  <jas@extundo.com>
9404
9405         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9406         <chenggao@gmail.com>.
9407
9408 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9411         instead.
9412
9413 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9414
9415         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9416         to remove a server from the nnimap-server-buffer-alist.
9417         (nnimap-open-connection, nnimap-close-server): Use it.
9418
9419         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9420
9421 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9424         running the major-mode function.
9425
9426 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9429         dummy marks in the right way.
9430
9431 2004-10-18  David Edmondson  <dme@dme.org>
9432
9433         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9434         excessively.
9435
9436 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9437
9438         * gnus-util.el (gnus-split-references): Accept a nil references
9439         string and go on blissfully.
9440
9441         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9442         cases where the references string is non-nil but has no references.
9443
9444         * encrypt.el: Add autoload tags.
9445
9446         * spam.el (spam-resolve-registrations-routine): Remove article
9447         from unregistration list too.  Reported by David Hanak
9448         <dhanak@isis.vanderbilt.edu>
9449
9450 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9451
9452         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9453         nil.  Changed custom type.
9454
9455 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9456
9457         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9458
9459         * gnus-sum.el (gnus-summary-move-article): Use it.
9460
9461 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9462
9463         * encrypt.el: Add autoload cookies.
9464
9465         * spam.el (spam-backend-article-list-property)
9466         (spam-backend-get-article-todo-list)
9467         (spam-backend-put-article-todo-list, )
9468         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9469         Resolve registrations separately.
9470         (spam-register-routine): Format comments.
9471         (spam-unregister-routine, spam-register-routine): Always call with
9472         specific-articles, no default list.
9473         (spam-summary-prepare-exit): Use the spam-classifications function.
9474
9475         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9476         gnus-encrypt.el.
9477
9478         * encrypt.el: Copied from gnus-encrypt.el.
9479
9480         * gnus-encrypt.el: Commented that it's obsolete.
9481
9482 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9483
9484         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9485         (gnus-score-save): Use it.
9486
9487         * message.el (message-bury): Use `window-dedicated-p'.
9488
9489 2004-10-15  Simon Josefsson  <jas@extundo.com>
9490
9491         * pop3.el (top-level): Don't require nnheader.
9492         (pop3-read-timeout): Add.
9493         (pop3-accept-process-output): Add.
9494         (pop3-read-response, pop3-retr): Use it.
9495
9496 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9497
9498         * spam.el (spam-register-routine): Move comment.
9499         (spam-verify-bogofilter): Use 'unknown for the initial
9500         spam-bogofilter-valid state, not 'never.
9501
9502         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9503         for netrc-machine.
9504
9505         * nnimap.el (nnimap-open-connection): Use
9506         netrc-machine-user-or-password.
9507
9508 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9509
9510         * gnus-registry.el (gnus-registry-unload-hook):
9511         Set as a variable with add-hook.
9512
9513         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9514         of news-path.
9515
9516         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9517
9518         * spam.el: Delete duplicate `provide'.
9519         (spam-unload-hook): Set as a variable with add-hook.
9520
9521 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9524         in the doc string.
9525
9526         * message.el (message-ignored-news-headers)
9527         (message-ignored-supersedes-headers)
9528         (message-ignored-resent-headers)
9529         (message-forward-ignored-headers): Improve custom type.
9530
9531 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * message.el (message-tokenize-header): Fix 2004-09-06 change
9534         which used point-min in the wrong place.
9535
9536 2004-10-12  Simon Josefsson  <jas@extundo.com>
9537
9538         * tls.el (tls-certtool-program): New variable.
9539         (tls-certificate-information): New function, based on
9540         ssl-certificate-information.
9541
9542 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * compface.el: Move the version of ELisp-based uncompface program
9545         to the contrib directory because of the copyright problem.
9546
9547 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9548
9549         * message.el (message-kill-buffer): Raise the current frame.
9550
9551 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9554
9555         * gnus.el (message-y-or-n-p): Autoload.
9556
9557         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9558         (pop3-password-required, pop3-authentication-scheme)
9559         (pop3-leave-mail-on-server): Made customizable.
9560         (pop3): New custom group.
9561         (pop3-retr): Remove `sleep-for' statements.
9562         Suggested by Dave Love <fx@gnu.org>.
9563
9564         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9565         Windows/DOS.
9566
9567         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9568         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9569         Dave Love <fx@gnu.org>.
9570
9571         * mml.el (mml-minibuffer-read-disposition): Require match.
9572         Suggested by Dave Love <fx@gnu.org>.
9573
9574 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9575
9576         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9577         doc string.
9578
9579 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9580
9581         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9582
9583 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9584
9585         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9586         instead of calling `mm-insert-inline', to decode text/* parts
9587         before displaying them.
9588
9589 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * mm-uu.el (mm-uu-text-plain-type): New variable.
9592         (mm-uu-pgp-signed-extract-1): Use it.
9593         (mm-uu-pgp-encrypted-extract-1): Use it.
9594         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9595         bind mm-uu-text-plain-type with that value.
9596         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9597         mm-uu-dissect.
9598
9599 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * gnus-group.el (gnus-update-group-mark-positions):
9602         * gnus-sum.el (gnus-update-summary-mark-positions):
9603         * message.el (message-check-news-body-syntax):
9604         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9605         of string-as-multibyte.
9606
9607 2004-10-05  Juri Linkov  <juri@jurta.org>
9608
9609         * gnus-group.el (gnus-update-group-mark-positions):
9610         * gnus-sum.el (gnus-update-summary-mark-positions):
9611         * message.el (message-check-news-body-syntax):
9612         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9613         8-bit unibyte values to a multibyte string for search functions.
9614
9615 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9616
9617         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9618         (mm-uu-dissect-text-parts): New function.
9619
9620         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9621         dissect text parts.
9622
9623         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9624         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9625
9626         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9627
9628         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9629         gnus-current-topics instead of gnus-current-topic.
9630
9631 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9632
9633         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9634
9635 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9636
9637         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9638         where approriate.
9639
9640         * nnml.el (nnml-generate-active-info): do.
9641
9642         * nndiary.el (nndiary-generate-active-info): do.
9643
9644         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9645         (gnus-topic-move): do.
9646
9647         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9648         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9649
9650         * gnus-srvr.el (gnus-server-prepare)
9651         (gnus-server-open-all-servers): do.
9652
9653         * gnus-msg.el (gnus-summary-cancel-article)
9654         (gnus-summary-resend-message)
9655         (gnus-summary-mail-crosspost-complaint): do.
9656
9657         * gnus-move.el (gnus-change-server): do.
9658
9659         * gnus-group.el (gnus-group-unmark-all-groups)
9660         (gnus-group-set-current-level): do.
9661
9662 2004-10-04  Simon Josefsson  <jas@extundo.com>
9663
9664         * message.el (message-generate-hashcash): Doc fix.
9665
9666 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9667
9668         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9669         avoid infinite recursion via gnus-get-function.
9670
9671 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9672
9673         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9674
9675         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9676
9677         * nnmail.el (nnmail-split-history): do.
9678
9679         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9680         (nnml-request-delete-group): do.
9681
9682         * nnslashdot.el (nnslashdot-read-groups): do.
9683
9684         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9685         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9686
9687         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9688         (nnspool-sift-nov-with-sed): Use last
9689         (nnspool-retrieve-headers-with-nov): Use mapc.
9690         (nnspool-request-newgroups): Use dolist.
9691         (nnspool-request-group): Use last.
9692
9693         * nntp.el (nntp-read-server-type): Use dolist.
9694
9695         * nnvirtual.el (nnvirtual-create-mapping)
9696         (nnvirtual-update-read-and-marked): Use dolist.
9697         (nnvirtual-convert-headers): Simplify.
9698
9699 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9700
9701         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9702         support for sync'ing tick marks.
9703
9704 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9705
9706         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9707         there's no visible header.
9708
9709 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9710
9711         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9712         necessary, pass full group name to gnus-request-set-marks.
9713
9714 2004-10-01  Simon Josefsson  <jas@extundo.com>
9715
9716         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9717         acroread.
9718
9719 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9720
9721         * spam-report.el (spam-report-gmane): Fix interactive.
9722
9723         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9724
9725         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9726         when writing file.
9727         (gnus-agent-synchronize-flags): Don't default to being
9728         interactive.
9729
9730 2004-09-30  Simon Josefsson  <jas@extundo.com>
9731
9732         * message.el (message-generate-hashcash): Add.
9733         (message-send-mail): Use it, call mail-add-payment.
9734
9735 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9736
9737         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9738
9739 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
9740
9741         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9742         gnus-requst-update-info with explicit code to sync the in-memory
9743         info read flags with the marks being sync'd to the backend.
9744
9745         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9746
9747 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9748
9749         * spam.el (spam-verify-bogofilter): Add new function.
9750         (spam-check-bogofilter)
9751         (spam-bogofilter-register-with-bogofilter): Use it.
9752         (spam-verify-bogofilter): Add small fixes.
9753
9754 2004-09-28  Simon Josefsson  <jas@extundo.com>
9755
9756         * hashcash.el (hashcash-generate-payment): Revert.
9757
9758 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9759
9760         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9761         gnus-extract-references instead of gnus-split-references.
9762
9763         * gnus-util.el (gnus-extract-references): Add new function, analogous
9764         to gnus-split-references but extracts only the message-ID without
9765         anything extra.
9766
9767         * hashcash.el (hashcash-generate-payment)
9768         (hashcash-check-payment): Do the right thing if hashcash-path is
9769         nil (because the hashcash program could not be found).
9770
9771         * spam.el (spam-use-hashcash): Remove comment.
9772
9773 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
9774
9775         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9776         (gnus-cache-enter-article, gnus-cache-remove-article)
9777         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9778
9779         * gnus-async.el (gnus-async-prefetch-remove-group): do.
9780
9781         * gnus-art.el (article-hide-boring-headers)
9782         (article-translate-strings, article-display-face)
9783         (gnus-article-mime-match-handle-first)
9784         (gnus-article-highlight-headers)
9785         (gnus-article-add-buttons-to-head): do.
9786
9787 2004-09-27  Simon Josefsson  <jas@extundo.com>
9788
9789         * hashcash.el: New version, from
9790         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
9791         ../contrib/.
9792
9793 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9796
9797 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
9798
9799         * gnus-dup.el (gnus-dup-open): Use mapc.
9800         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9801
9802         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9803         Reported by Stefan Wiens <s.wi@gmx.net>.
9804
9805         * gnus.el (gnus-shutdown): Use dolist.
9806
9807         * gnus-undo.el (gnus-undo): Use mapc.
9808
9809         * nnrss.el (nnrss-generate-active): do.
9810
9811         * message.el (message-cite-original-without-signature)
9812         (message-cite-original): Use mapc.
9813         (message-do-actions, message-make-forward-subject): Use dolist.
9814
9815 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9816
9817         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9818         deletion to remove entire duplicate line.  Fixes merged article
9819         number bug.
9820
9821 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9822
9823         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9824         servers that are offline.  Avoids having gnus-agent-toggle-plugged
9825         first ask if you want to open a server and then, even when you
9826         responded with no, asking if you want to synchronize the server's
9827         flags.
9828         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9829         multi-line expressions.
9830         (gnus-agent-synchronize-group-flags): New internal function.
9831         Updates marks in memory (in the info structure) AND in the
9832         backend.
9833
9834         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9835
9836         * nnagent.el (nnagent-request-set-mark): Use
9837         gnus-agent-synchronize-group-flags, not backend's request-set-mark
9838         method, to ensure that synchronization updates marks in the
9839         backend and in the info (in memory) structure.
9840
9841 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9844         convention fully; don't miss the root article of a thread; make
9845         the X-Draft-From header with correct article numbers.
9846
9847 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
9848
9849         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9850         unless plugged.  Disable the agent so that an open failure causes
9851         an error.
9852
9853         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9854         Reverted 2004-09-21 change.  The backend must be opened while
9855         synchronizing flags even when the backend stores the flags
9856         locally.
9857
9858 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9861         in `header' match.  Reported by Svend Tollak Munkejord.
9862
9863         * message.el (message-cite-original): Fix use of
9864         `message-cite-articles-with-x-no-archive'.
9865
9866 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9869         (gnus-window-to-buffer): Ditto.
9870
9871         * mml.el (mml-preview-buffer): New variable.
9872         (mml-preview): Manage window layout with gnus-buffer-configuration.
9873
9874         * gnus-msg.el (gnus-setup-message): Put article numbers into the
9875         X-Draft-From header even if those articles aren't quoted.
9876
9877 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
9878
9879         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9880         (gnus-request-set-mark, gnus-request-update-mark): Use new
9881         g-s-t-u-l-m to decide to use backend even when unplugged.
9882
9883 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9886         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
9887
9888 2004-09-20  Simon Josefsson  <jas@extundo.com>
9889
9890         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9891         "utf-16-le".
9892
9893 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9894
9895         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9896
9897 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9898
9899         * uudecode.el (uudecode-use-external): Add :version.
9900
9901         * smime.el (smime-CA-file, smime-encrypt-cipher)
9902         (smime-dns-server): Add :version.
9903
9904         * smiley.el (gnus-smiley-file-types): Add :version.
9905
9906         * sha1.el (sha1-use-external): Add :version.
9907
9908         * pgg-def.el (pgg-query-keyserver): Add :version.
9909
9910         * nnmail.el (nnmail-fancy-expiry-targets)
9911         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9912         Add :version.
9913
9914         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9915         (nnimap-retrieve-groups-asynchronous): Add :version.
9916         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
9917
9918         * mml.el (mml-content-disposition-parameters)
9919         (mml-insert-mime-headers-always): Add :version.
9920
9921         * mm-util.el (mm-coding-system-priorities): Add :version.
9922
9923         * mm-decode.el (mm-inline-text-html-with-images)
9924         (mm-keep-viewer-alive-types, mm-external-terminal-program)
9925         (mm-verify-option): Add :version.
9926         (mm-text-html-renderer): Change :version.
9927
9928         * message.el (message-fcc-externalize-attachments)
9929         (message-required-headers, message-draft-headers)
9930         (message-subject-trailing-was-query)
9931         (message-subject-trailing-was-ask-regexp)
9932         (message-subject-trailing-was-regexp, message-mark-insert-begin)
9933         (message-mark-insert-end, message-archive-header)
9934         (message-archive-note, message-cross-post-default)
9935         (message-cross-post-note, message-followup-to-note)
9936         (message-cross-post-note-function, message-use-mail-followup-to)
9937         (message-subscribed-address-functions)
9938         (message-subscribed-address-file, message-subscribed-addresses)
9939         (message-subscribed-regexps, message-allow-no-recipients)
9940         (message-yank-cited-prefix, message-signature-insert-empty-line)
9941         (message-hidden-headers, message-hierarchical-addresses)
9942         (message-mail-user-agent, message-use-idna)
9943         (message-valid-fqdn-regexp)
9944         (message-strip-special-text-properties, message-header-synonyms)
9945         (message-beginning-of-line, message-tab-body-function): Add :version.
9946         (message-insert-canlock, message-wide-reply-confirm-recipients):
9947         Change :version.
9948
9949         * mail-source.el (mail-source-ignore-errors): Add :group, :type
9950         and :version.
9951         (mail-source-delete-old-incoming-confirm)
9952         (mail-source-movemail-program): Add :version.
9953
9954         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9955         (gnus-agent-cache, gnus-agent): Change :version.
9956
9957         * gnus-util.el (gnus-use-byte-compile): Change :version.
9958
9959         * gnus-sum.el (gnus-summary-make-false-root-always)
9960         (gnus-summary-default-high-score)
9961         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9962         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9963         (gnus-read-all-available-headers, gnus-article-emulate-mime)
9964         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9965         (gnus-sum-thread-tree-single-indent)
9966         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9967         (gnus-sum-thread-tree-leaf-with-other)
9968         (gnus-sum-thread-tree-single-leaf): Add :version.
9969         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9970         (gnus-article-loose-mime): Change :version.
9971
9972         * gnus-start.el (gnus-backup-startup-file)
9973         (gnus-save-startup-file-via-temp-buffer): Add :version.
9974
9975         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9976         (gnus-server-offline-face): Add :version.
9977
9978         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9979
9980         * gnus-msg.el (gnus-gcc-externalize-attachments)
9981         (gnus-debug-files, gnus-debug-exclude-variables)
9982         (gnus-discouraged-post-methods): Change :version.
9983         (gnus-confirm-mail-reply-to-news)
9984         (gnus-confirm-treat-mail-like-news): Add :version.
9985
9986         * gnus-int.el (gnus-server-unopen-status): Add :version.
9987
9988         * gnus-group.el (gnus-group-jump-to-group-prompt)
9989         (gnus-large-ephemeral-newsgroup)
9990         (gnus-fetch-old-ephemeral-headers): Add :version.
9991
9992         * gnus-fun.el (gnus-x-face-directory)
9993         (gnus-convert-pbm-to-x-face-command)
9994         (gnus-convert-image-to-x-face-command)
9995         (gnus-convert-image-to-face-command): Add :version.
9996
9997         * gnus-delay.el (gnus-delay-default-hour): Add :version.
9998
9999         * gnus-cite.el (gnus-cite-blank-line-after-header)
10000         (gnus-article-boring-faces): Add :version.
10001
10002         * gnus-art.el (gnus-buttonized-mime-types)
10003         (gnus-inhibit-mime-unbuttonizing)
10004         (gnus-treat-display-face)
10005         (gnus-treat-body-boundary): Change :version.
10006         (gnus-body-boundary-delimiter, gnus-picon-databases)
10007         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10008         (gnus-treat-date-english, gnus-treat-fold-headers)
10009         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10010         (gnus-treat-mail-picon, gnus-treat-wash-html)
10011         (gnus-article-encrypt-protocol)
10012         (gnus-use-idna, gnus-article-over-scroll)
10013         (gnus-mime-display-multipart-alternative-as-mixed)
10014         (gnus-mime-display-multipart-related-as-mixed)
10015         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10016         (gnus-ctan-url, gnus-button-ctan-handler)
10017         (gnus-button-handle-ctan-bogus-regexp)
10018         (gnus-button-ctan-directory-regexp)
10019         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10020         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10021         (gnus-button-man-level, gnus-button-emacs-level)
10022         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10023
10024         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10025         (gnus-agent-go-online): Change :version.
10026         (gnus-agent-expire-unagentized-dirs)
10027         (gnus-agent-auto-agentize-methods): Add :version.
10028
10029         * flow-fill.el (fill-flowed-display-column)
10030         (fill-flowed-encode-column): Add :version.
10031
10032         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10033         (gnus-outlook-deuglify-unwrap-max)
10034         (gnus-outlook-deuglify-cite-marks)
10035         (gnus-outlook-deuglify-unwrap-stop-chars)
10036         (gnus-outlook-deuglify-no-wrap-chars)
10037         (gnus-outlook-deuglify-attrib-cut-regexp)
10038         (gnus-outlook-deuglify-attrib-verb-regexp)
10039         (gnus-outlook-deuglify-attrib-end-regexp)
10040         (gnus-outlook-display-hook): Add :version.
10041
10042         * binhex.el (binhex-use-external): Add :version.
10043
10044 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10045
10046         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10047         and `invisible'.
10048
10049 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10050
10051         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10052         in gnus-registry-trim.
10053
10054 2004-09-13  Simon Josefsson  <jas@extundo.com>
10055
10056         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10057
10058         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10059
10060         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10061         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10062         <yamaoka@jpl.org>.
10063         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10064         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10065         <yamaoka@jpl.org>.
10066
10067         * sieve.el (sieve-manage-mode): Ditto.
10068
10069 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10070
10071         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10072
10073 2004-09-11  Simon Josefsson  <jas@extundo.com>
10074
10075         * dns-mode.el: Add.
10076
10077         * mm-view.el (mm-display-dns-inline): Add.
10078
10079         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10080         (mm-automatic-display): Ditto.
10081
10082         * mailcap.el (mailcap-mime-data): Add text/dns.
10083         (mailcap-mime-extensions): Map .soa to text/dns.
10084
10085 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10086
10087         * gnus-art.el (article-decode-mime-words, article-babel)
10088         (gnus-article-highlight-signature, gnus-article-add-buttons)
10089         (gnus-signature-toggle): Remove unnecessary bindings of
10090         `inhibit-read-only' inherited from v5.10 merge.
10091
10092 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10093
10094         * nntp.el (nntp): New customization group.
10095         (nntp-authinfo-file): Add customization group.
10096
10097         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10098
10099         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10100
10101         * gnus.el (to-address, to-list, subscribed)
10102         (large-newsgroup-initial): Ditto.
10103
10104         * flow-fill.el (fill-flowed-display-column)
10105         (fill-flowed-encode-column): Ditto.
10106
10107 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
10108
10109         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10110         Use point-min rather than 1.
10111         (message-send-mail): Use buffer-size rather than point-max.
10112
10113         * gnus-sum.el (gnus-summary-search-article-forward):
10114         Signal a specific `search-failed' rather than a generic `error'.
10115
10116         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10117         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10118         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10119
10120 2004-09-10  Simon Josefsson  <jas@extundo.com>
10121
10122         * nndb.el (require): Remove tcp and duplicate cl.
10123
10124 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * gnus-agent.el (directory-files-and-attributes): Move forward.
10127
10128 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10129
10130         * gnus-agent.el (directory-files-and-attributes): Optionally
10131         defined to support XEmacs.
10132
10133 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10134
10135         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10136         to avoid run-time CL dependencies.
10137         (gnus-agent-unfetch-articles): New function.
10138         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10139         article numbers even when local .overview file is missing.
10140         (gnus-agent-read-article-number): New function.  Only accepts
10141         27-bit article numbers.
10142         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10143         gnus-agent-read-article-number.
10144         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10145         from backend while recognizing that article numbers in .overview
10146         must be valid.
10147         (gnus-agent-update-files-total-fetched-for): Use
10148         directory-files-and-attributes to improve performance.
10149         * gnus-int.el (gnus-request-move-article): Use
10150         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10151         improve performance.
10152
10153         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10154         some users confused by references to .newsrc when they only have a
10155         .newsrc.eld file.
10156         (gnus-convert-mark-converter-prompt)
10157         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10158         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10159         New function.  Used internally to only display 'gnus converting
10160         files' message when actually necessary.
10161
10162         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10163         methods now autoloaded.
10164
10165 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10168         identifiers.
10169
10170 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * gnus-picon.el: Fix indentation and closing parenthesis.
10173
10174 2004-09-01  Simon Josefsson  <jas@extundo.com>
10175
10176         * message.el (message-canlock-generate): Require sha1, not
10177         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
10178         to require within a function.  Sadly, if sha1.el isn't loaded, the
10179         let binding in m-c-g will hide the defcustom definition, which is
10180         bad.)
10181
10182         * canlock.el: Require sha1, not sha1-el.
10183
10184         * message.el: Don't autoload sha1 (there is a autoload cookie in
10185         sha1.el).
10186
10187         * sha1-el.el: Renamed to sha1.el.
10188
10189 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10190
10191         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10192
10193 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10194
10195         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10196
10197 2004-08-30  Kim F. Storm  <storm@cua.dk>
10198
10199         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10200
10201         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10202         Add :group 'nnimap.
10203
10204 2004-08-30  Andreas Schwab  <schwab@suse.de>
10205
10206         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10207         ?* and ?\;.
10208
10209         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10210         and ?\' to symbol instead of whitespace.
10211
10212 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10215
10216         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10217         instead of re-search-forward.
10218
10219         * gnus-uu.el (gnus-uu-save-article): Ditto.
10220         (gnus-uu-post-encode-uuencode): Ditto.
10221
10222         * html2text.el (html2text-clean-list-items): Ditto.
10223         (html2text-clean-dtdd): Ditto.
10224         (html2text-format-tags): Ditto.
10225
10226         * message.el (message-send-mail-with-sendmail): Fix regexp.
10227         (message-fill-field-general): Use search-forward instead of
10228         re-search-forward.
10229         (unbold-region): Ditto.
10230
10231         * nnrss.el (nnrss-request-article): Ditto.
10232
10233         * nnslashdot.el (nnslashdot-request-article): Ditto.
10234
10235         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10236
10237         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10238         "Unrecognized menu descriptor" error in XEmacs.
10239
10240 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10241
10242         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10243         parent article of a sparse article in the thread hashtb.
10244
10245 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10246
10247         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10248         (nnmail-expand-newtext): Lowercase expanded entries if
10249         nnmail-split-lowercase-expanded is non-nil.
10250
10251 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10254
10255         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10256         of gnus-tmp-news-method into string under XEmacs.  It will be
10257         passed to gnus-correct-length which takes only a string argument.
10258
10259 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * gnus-util.el (gnus-bind-print-variables): New macro.
10262         (gnus-prin1): Use it.
10263         (gnus-prin1-to-string): Use it.
10264         (gnus-pp): New function.
10265         (gnus-pp-to-string): New function.
10266
10267         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10268         Replace pp-to-string with gnus-pp-to-string.
10269         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10270         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10271         * gnus-msg.el (gnus-debug): Ditto.
10272         * gnus-score.el (gnus-score-save): Ditto.
10273         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10274         gnus-pp-to-string.
10275         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10276         with gnus-pp.
10277         * score-mode.el (gnus-score-pretty-print): Ditto.
10278         * webmail.el (webmail-debug): Ditto.
10279
10280 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * gnus-art.el (article-display-face, article-display-x-face):
10283         Use buffer-read-only.
10284
10285 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10286
10287         * gnus-art.el (article-hide-list-identifiers):
10288         Bind inhibit-read-only as t.
10289
10290 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10291
10292         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10293
10294 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10295
10296         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10297         (gnus-narrow-to-page): Don't assume point-min == 1.
10298         (gnus-article-edit-mode): Derive from message-mode.
10299
10300         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10301         point-min == 1.
10302
10303         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10304         Disable incorrect use of `assert'.
10305
10306         * message.el (message-mode): Set comment-start-skip.
10307
10308
10309 2004-08-22  Sam Steingold  <sds@gnu.org>
10310
10311         * pop3.el (pop3-leave-mail-on-server): New user variable.
10312         (pop3-movemail): Delete mail only when it is nil.
10313
10314 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10317
10318         * mml.el (mml-preview): Use `pop-to-buffer'.
10319
10320         * message.el (message-goto-mail-followup-to): Insert after "To".
10321         (message-carefully-insert-headers): Add comment.
10322
10323         * gnus.el: Remove unused variable `gnus-article-check-size'.
10324
10325         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10326
10327         * gnus-art.el (gnus-button-alist): Improve
10328         `gnus-button-handle-library' entry.
10329
10330 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10331
10332         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10333         downcase, since XEmacs capitalizes error messages differently.
10334
10335 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10336
10337         * nntp.el: Add (require 'gnus) due to reference to
10338         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10339
10340 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10341
10342         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10343         `mm-fill-flowed'.
10344
10345         * mm-decode.el (mm-dissect-singlepart): Check it.
10346
10347 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10348
10349         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10350         'imap' for netrc parsing.
10351
10352 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10353
10354         * mailcap.el (mailcap-mime-data): Mark as risky.
10355
10356 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10359         may be included in the encoded word.
10360         (rfc2047-encode): Don't append a space if the encoded word
10361         includes close parenthesis.
10362
10363 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10366         of text within parentheses.
10367
10368 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10369
10370         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10371         (gnus-encrypt-write-file-contents): Make the password key the file
10372         name PLUS the cipher, not just the cipher.  Also remove failed
10373         passwords from the cache.
10374
10375 2004-08-06  Simon Josefsson  <jas@extundo.com>
10376
10377         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10378         fix.
10379
10380 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10383         LWSP.
10384
10385 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10386
10387         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10388         to append in-reply-to: data to the references: header.
10389
10390         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10391         (netrc-parse): Use gnus-encrypt.el functions.
10392
10393         * gnus-encrypt.el: Add new file for encryption support; currently
10394         does only a few GPG ciphers and an internal XOR cipher.
10395
10396         * password.el: Add comments on using password-read-and-add.
10397         (password-read-and-add): Add function to read and add the
10398         password to the cache at once.
10399
10400 2004-07-28  Simon Josefsson  <jas@extundo.com>
10401
10402         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10403         parameter (but don't use it, for now).
10404
10405         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10406         instead of hard coding to nil.
10407
10408 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10411         as mm-inline-image-xemacs does.
10412
10413 2004-07-26  Simon Josefsson  <jas@extundo.com>
10414
10415         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10416         Revert part of 2004-07-17 change below.
10417
10418 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10421         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10422
10423 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10424
10425         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10426         quotes that actually start with ">" at the beginning of the
10427         lines.
10428
10429 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * rfc2047.el (rfc2047-encode-region): Fix last change.
10432         (rfc2047-encode-parameter): Remove useless concat.
10433
10434 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10437         encode special characters; fix some kind of misconfigured headers;
10438         signal a real error if debug-on-quit or debug-on-error is non-nil.
10439         (rfc2047-encode-max-chars): New variable.
10440         (rfc2047-encode-1): Use it.
10441         (rfc2047-encode-parameter): New function.
10442
10443         * mml.el (mml-insert-parameter): Remove an excessive space.
10444
10445 2004-07-17  Simon Josefsson  <jas@extundo.com>
10446
10447         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10448         Kai Grossjohann <kai@emptydomain.de>.
10449         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10450         (gnus-group-make-menu-bar): Ditto.
10451
10452         * gnus-util.el (gnus-group-server): Add.
10453
10454 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10455
10456         * message.el (message-clone-locals): Clone sendmail and smtp
10457         variables.
10458
10459 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * rfc2047.el (rfc2047-encode-region): Fix last change.
10462
10463 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10466         characters as non-special.
10467
10468 2004-07-09  Simon Josefsson  <jas@extundo.com>
10469
10470         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10471         Users will lose all flag changes made while unplugged with
10472         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10473         good default.  See numerous reports on ding mailing list.
10474
10475 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10476
10477         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10478         add generate-head-function and generate-article-function to the
10479         rfc822-forward entry.
10480         (nndoc-rfc822-forward-generate-article): New function.
10481         (nndoc-rfc822-forward-generate-head): New function.
10482
10483         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10484
10485 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10486
10487         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10488         respect display group parameter and gnus-summary-expunge-below.
10489         (gnus-articles-to-read): Remove unused reference to display group
10490         parameter.
10491
10492 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10493
10494         * nnheader.el (nnheader-uniquify-message-id): New experimental
10495         variable.
10496         (nnheader-nov-read-message-id): Use it.
10497
10498         * spam-report.el (spam-report-gmane): Add interactive.
10499
10500 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10503         qp-or-base64 for the application/* types.
10504
10505 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10506
10507         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10508
10509 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10510
10511         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10512         trim value.
10513
10514 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10515
10516         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10517         New macro and function.
10518         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10519
10520 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10523         after-load-alist.
10524
10525 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10526
10527         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10528         update info that isn't there.
10529
10530 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10531
10532         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10533         entry.
10534
10535 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * mm-view.el (mm-inline-render-with-function): Use multibyte
10538         buffer; decode html source by charset.
10539
10540         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10541
10542         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10543         Mule-UCS is loaded under XEmacs.
10544         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10545
10546 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10547
10548         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10549
10550 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * mm-util.el (mm-coding-system-p): Return a coding-system.
10553         (mm-mime-mule-charset-alist): Use shift_jis instead of
10554         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10555         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10556         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10557         instead of japanese-shift-jis and iso-latin-1 respectively in
10558         order to share the default value with both Emacs and XEmacs-mule.
10559         (mm-mule-charset-to-mime-charset): Make
10560         mm-coding-system-priorities effective.
10561         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10562         while predicating of candidates upon the priorities.
10563
10564 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10565
10566         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10567         gnus-uu-invert-processable.
10568
10569         * gnus.el: Autoload gnus-uu-invert-processable.
10570
10571 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * mm-util.el (mm-with-multibyte-buffer): New macro.
10574
10575         * rfc2047.el (rfc2047-encode-string): Use it.
10576         (rfc2047-encode-region): Move point to the end of the region after
10577         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10578
10579 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10582         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10583
10584 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10587         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10588         Karl Chen <quarl@nospam.quarl.org>.
10589
10590 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10591
10592         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10593         invalid addresses.
10594
10595 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10596
10597         * spam.el: Change section markers, revise TODO list.
10598         (spam-backends): Make new master list of all installed backends.
10599         (spam-summary-exit-behavior): Add new variable to determine how
10600         messages moves are done at summary exit.
10601         (spam-move-spam-nonspam-groups-only)
10602         (spam-process-ham-in-nonham-groups)
10603         (spam-process-ham-in-spam-groups): Remove variables, the
10604         spam-summary-exit-behavior variable should be used to manage this
10605         behavior.
10606         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10607         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10608         and spam-old-spam-articles.
10609         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10610         Add empty variables, placeholders for the backends they represent.
10611         (spam-set-difference): Move, unchanged.
10612         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10613         unless the user has a processor variable.
10614         (spam-classifications, spam-classification-valid-p)
10615         (spam-backend-properties, spam-backend-property-valid-p)
10616         (spam-backend-function-type-valid-p)
10617         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10618         (spam-report-articles-gmane, spam-report-articles-resend):
10619         Remove functions, they are not needed.
10620         (spam-install-backend-super, spam-backend-list)
10621         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10622         (spam-backend-function, spam-backend-ham-registration-function)
10623         (spam-backend-spam-registration-function)
10624         (spam-backend-ham-unregistration-function)
10625         (spam-backend-spam-unregistration-function)
10626         (spam-backend-statistical-p, spam-backend-mover-p)
10627         (spam-install-backend-alias, spam-install-checkonly-backend)
10628         (spam-install-mover-backend, spam-install-nocheck-backend)
10629         (spam-install-backend, spam-install-statistical-backend)
10630         (spam-install-statistical-checkonly-backend): Add backend installation
10631         support.
10632         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10633         (spam-group-processor-p): Use the new backend code and respect the
10634         summary exit behavior.
10635         (spam-mark-spam-as-expired-and-move-routine): Remove.
10636         (spam-summary-prepare): Change to use the new spam-old-articles
10637         variable.
10638         (spam-copy-or-move-routine, spam-copy-spam-routine)
10639         (spam-move-spam-routine, spam-copy-ham-routine)
10640         (spam-move-ham-routine): Add code to copy/move ham or spam.
10641         (spam-fetch-field-fast): Improve doc and code, plus allow the
10642         'number request.
10643         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10644         variables.
10645         (spam-split, spam-find-spam): Use the new backend code.
10646         (spam-registration-functions): Remove variable.
10647         (spam-unregister-routine): Add convenience wrapper.
10648         (spam-log-undo-registration, spam-register-routine)
10649         (spam-log-processing-to-registry)
10650         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10651         where possible.
10652         (spam-check-gmane-xref, spam-check-regex-headers)
10653         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10654         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10655         (spam-check-bogofilter-headers, spam-check-spamoracle)
10656         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10657         (spam-check-crm114-headers): Use the spam-split-group that
10658         spam-split prepares, no need to determine it every time.
10659
10660         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10661         to the nnheader-parse-naked-head call.
10662
10663         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10664
10665         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10666         the nnheader-nov-read-message-id call.
10667
10668 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10671         gnus-activate-group twice.  Suggested by Markus Peter
10672         <warp@spin.de>.
10673
10674 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * gnus-art.el (gnus-article-time-format): Exchange the order of
10677         day and month in the default value; fix customization type.
10678         (article-date-ut): Use add-text-properties.
10679         (article-make-date-line): Use message-make-date instead of
10680         current-time-string.
10681
10682         * message.el (message-fetch-field): Don't use set-text-properties.
10683         (message-make-date): Simplify.
10684
10685         * messagexmas.el (message-xmas-make-date): New function.
10686         (message-xmas-redefine): Defalias message-make-date to it.
10687
10688 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10691         (rfc2047-encode-region): Treat text within parentheses as special;
10692         show the original text when error has occurred.
10693
10694         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10695         already-computed method to gnus-activate-group.
10696
10697         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10698         same select-methods identical Lisp objects.
10699
10700         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10701         object when modifying the info.
10702
10703 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10704
10705         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10706         gnus-opened-servers since it has never been opened with the new
10707         configuration yet.
10708
10709 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10712         arg to nnheader-generate-fake-message-id.
10713
10714 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10715
10716         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10717         number and build a fake message ID localized to a group and
10718         article number (so it's repeatable from that point on).
10719         (nnheader-fake-message-id-p): Change regex to accomodate new fake
10720         ID format.
10721
10722         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10723         nnheader-generate-fake-message-id with the article number.
10724
10725 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10726
10727         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10728         end-of-buffer.
10729
10730 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10731
10732         * message.el (message-ignored-supersedes-headers): Add Approved.
10733
10734 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10735
10736         * rfc2047.el (rfc2047-encode-message-header): Remove useless
10737         goto-char.
10738         (rfc2047-encode): Fold the line before encoding.
10739
10740 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10741
10742         * rfc2047.el (rfc2047-encode-message-header): Disabled header
10743         folding -- not all headers can be folded, and this should be done
10744         by the message composition mode.  Probably.  I think.
10745
10746 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10747
10748         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10749         fast.
10750
10751         * gnus-ems.el (gnus-remove-image): Don't use
10752         message-text-with-property; remove only the image found first.
10753
10754         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
10755         found first.
10756
10757 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
10758
10759         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10760
10761 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * message.el (message-text-with-property): Make it fast and accept
10764         optional arguments.
10765         (message-strip-forbidden-properties): Use it.
10766         (message-fix-before-sending): Follow the m-t-w-p change.
10767
10768         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10769
10770 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * gnus-art.el (article-hide-headers): Don't change the buffer
10773         mistakenly when performing mml-preview even if
10774         gnus-single-article-buffer is nil.
10775
10776 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
10777
10778         * message.el (message-expand-name-databases): New user option.
10779         (message-expand-name): Use it.
10780
10781 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
10782
10783         * spam.el (spam-report-articles-resend)
10784         (spam-report-resend-register-routine): Allow ham reporting.
10785         (spam-report-resend-register-ham-routine): Add wrapper.
10786         (spam-registration-functions): Add ham resending functions.
10787         (spam-list-of-processors): Add ham resend processor.
10788
10789         * gnus.el (ham-resend-to): Add new group parameter.
10790         (spam-process): Add ham resend option.
10791
10792         * spam-report.el (spam-report-resend): Allow reporting ham.
10793         (spam-report-resend-ham): Add wrapper.
10794
10795 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10796
10797         * message.el (message-cite-articles-with-x-no-archive): New
10798         variable.
10799         (message-cite-original): Use it.
10800
10801 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10802
10803         * message.el (message-cite-original): Respect X-No-Archive.
10804
10805 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * gnus-art.el (article-hide-headers): Refer to the values for
10808         gnus-ignored-headers and gnus-visible-headers in the summary
10809         buffer since a user may have set them as group parameters.
10810
10811 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
10812
10813         * assistant.el (assistant-node-name): Add convenience function.
10814         (assistant-render-text, assistant-render-node): Add error handling,
10815         plus handle multiple next nodes.
10816         (assistant-find-next-node): Comment out for now.
10817         (assistant-find-next-nodes): Add function, returns list of next
10818         nodes.
10819
10820 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * mail-source.el (mail-source-directory): Fix doc-string.
10823
10824 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
10825
10826         * assistant.el (assistant-render-text, assistant-eval): Add :set
10827         widget type, which is different because it takes and returns a
10828         list.  Much hilarity ensues.
10829
10830 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
10831
10832         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10833
10834         * gnus-group.el (gnus-group-get-new-news-this-group): Added
10835         doc-string.
10836
10837         * gnus-start.el (gnus-activate-group): Added doc-string.
10838
10839 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10842
10843 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
10844
10845         * assistant.el (assistant-render-text): Try to add a :set
10846         widget, more to come.
10847
10848         * spam.el (spam-group-spam-contents-p): Handle empty groupname
10849         strings.
10850         (spam-report-articles-resend)
10851         (spam-register-routine): Do registration iff any articles warrant
10852         it.
10853         (spam-summary-prepare-exit): Change log message for nil group
10854         destinations.
10855
10856 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
10857
10858         * spam.el (spam-report-resend-register-routine): Allow
10859         spam-report-resend-to to be a group parameter or a global value.
10860
10861 2004-05-26  Simon Josefsson  <jas@extundo.com>
10862
10863         * starttls.el: Merge with my GNUTLS based starttls.el.
10864         (starttls-gnutls-program, starttls-use-gnutls)
10865         (starttls-extra-arguments, starttls-process-connection-type)
10866         (starttls-connect, starttls-failure, starttls-success): New
10867         variables.
10868         (starttls-program, starttls-extra-args): Doc fix.
10869         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10870         functions.
10871         (starttls-negotiate, starttls-open-stream): Check
10872         `starttls-use-gnutls' and pass on to corresponding *-gnutls
10873         function if it is set.
10874
10875 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10878         structured fields.
10879
10880 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10883
10884 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
10885
10886         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10887         variable.
10888         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
10889         assigning the spam-mark to new messages.
10890
10891 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
10892
10893         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10894
10895 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * dgnushack.el: Autoload customize-set-variable for XEmacs.
10898
10899         * rfc2047.el (rfc2047-encodable-p): Don't move point.
10900         (rfc2047-decode): Treat the ascii coding-system as raw-text by
10901         default.
10902
10903 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
10904
10905         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10906         correct data.
10907
10908 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
10909
10910         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10911         (spam-group-processor-p): Fix function.
10912         (spam-group-processor-multiple-p)
10913         (spam-group-spam-processor-report-gmane-p)
10914         (spam-group-spam-processor-report-resend-p)
10915         (spam-group-spam-processor-bogofilter-p)
10916         (spam-group-spam-processor-blacklist-p)
10917         (spam-group-spam-processor-ifile-p)
10918         (spam-group-ham-processor-ifile-p)
10919         (spam-group-spam-processor-spamoracle-p)
10920         (spam-group-spam-processor-crm114-p)
10921         (spam-group-ham-processor-bogofilter-p)
10922         (spam-group-spam-processor-stat-p)
10923         (spam-group-ham-processor-stat-p)
10924         (spam-group-ham-processor-whitelist-p)
10925         (spam-group-ham-processor-BBDB-p)
10926         (spam-group-ham-processor-spamoracle-p)
10927         (spam-group-ham-processor-copy-p): Remove functions with some
10928         prejudice against unneeded code.
10929         (spam-report-articles-resend)
10930         (spam-report-resend-register-routine): Allow the group/topic
10931         spam-resend-to value to override spam-report-resend-to.
10932         (spam-summary-prepare-exit): Invoke spam-group-processor-p
10933         properly now.
10934
10935         * gnus.el (spam-resend-to): Add group/topic parameter.
10936         (spam-process): Move the OBSOLETE processors to the end of the
10937         choices.
10938
10939 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
10940
10941         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10942         with resend-to set to nil, and then ask the user if necessary.
10943         (spam-report-resend): spam-report-resend takes a list of articles, not
10944         separate article numbers.
10945
10946 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10949         addition to emacs-w3m.
10950
10951 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10952
10953         * assistant.el (assistant-authinfo-data): New function.
10954         (assistant-eval): Eval for entire assistant.
10955
10956         * netrc.el (netrc-services-file): New variable.
10957         (netrc-parse-services): New function.
10958         (netrc-find-service-name): New function.
10959         (netrc-find-service-number): New function.
10960         (netrc-port-equal): New function.
10961         (netrc-machine): Use it.
10962
10963         * nnimap.el (nnimap-open-connection): Use netrc.
10964
10965         * gnus-util.el (gnus-netrc-get): Remove aliases.
10966
10967         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10968
10969         * assistant.el (wid-edit): Fix compilation.
10970
10971         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10972
10973 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
10974
10975         * gnus-util.el (gnus-set-file-modes): New function.  (small
10976         patch).
10977
10978 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10979
10980         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10981
10982         * assistant.el (assistant-render-node): Fix up rendering and
10983         read-only text.
10984         (assistant-render-node): Reset.
10985         (assistant-make-read-only): Not sticky.
10986
10987 2004-05-20  Danny Siu  <dsiu@adobe.com>
10988
10989         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10990         centered even when gnus-auto-center-summary is t
10991
10992 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10993
10994         * dns.el (dns-get-txt-answer): New function.
10995         (dns-read-txt): Ditto.
10996         (query-dns): Use it.
10997
10998 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11001         active for foreign groups even if the group level is higher than
11002         the specified value.
11003
11004 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11005
11006         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11007         non-active groups.
11008
11009         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11010
11011 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11012
11013         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11014
11015 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11016
11017         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11018         (spam-crm114-header, spam-crm114-spam-switch)
11019         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11020         (spam-crm114-positive-spam-header)
11021         (spam-crm114-database-directory, spam-list-of-processors)
11022         (spam-group-spam-processor-crm114-p)
11023         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11024         (spam-generic-score, spam-list-of-checks)
11025         (spam-list-of-statistical-checks, spam-registration-functions)
11026         (spam-check-crm114-headers, spam-crm114-score)
11027         (spam-check-crm114, spam-crm114-register-with-crm114)
11028         (spam-crm114-register-spam-routine)
11029         (spam-crm114-unregister-spam-routine)
11030         (spam-crm114-register-ham-routine)
11031         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11032         asjo@koldfront.dk (Adam Sjøgren).
11033
11034         * gnus.el: Add spam-use-crm114.
11035
11036         * spam.el (spam-list-of-processors, spam-registration-functions):
11037         Add spam-use-resend.
11038         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11039         (spam-report-articles-gmane): Add doc fix.
11040         (spam-report-articles-resend, spam-report-resend-register-routine):
11041         Add wrappers around spam-report-resend-to.
11042
11043         * spam-report.el (spam-report-resend-to, spam-report-resend):
11044         Add support for resending spam.
11045         (spam-report-gmane): Fix line length >80.
11046
11047         * gnus.el (spam-process): Add spam-use-resend.
11048
11049 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11050
11051         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11052         number of processed spam messages.
11053         (spam-ham-copy-or-move-routine): Return the number of processed
11054         ham messages.
11055         (spam-summary-prepare-exit): Use the above values to decide
11056         whether status messages shouled be displayed.
11057
11058 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11061         `rfc2047-encoding-function-alist' in order to avoid conflicting
11062         with the old version.
11063         (rfc2047-encode-region): Concatenate words containing non-ASCII
11064         characters in structured fields; don't encode space-delimited
11065         ASCII words even in unstructured fields; don't break words at
11066         char-category boundaries.
11067         (rfc2047-encode-1): New function.
11068         (rfc2047-encode): Use it; encode text so that it occupies the
11069         maximum width within 76-column; work correctly on Q encoding for
11070         iso-2022-* charsets.
11071         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11072         sure not to break a line just after the header name.
11073         (rfc2047-b-encode-region): Removed.
11074         (rfc2047-b-encode-string): New function.
11075         (rfc2047-q-encode-region): Removed.
11076         (rfc2047-q-encode-string): New function.
11077
11078         * mm-util.el (mm-replace-in-string): New function.
11079
11080 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11081
11082         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11083         get it right.
11084         (gnus-inews-make-draft): Really.
11085
11086 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11087
11088         * nnmh.el (nnmh-request-list-1): Don't check the link count
11089         before descending.  (small patch)
11090
11091 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11092
11093         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11094         stuff.
11095
11096         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11097         on real group name.
11098
11099         * gnus-art.el (gnus-signature-limit): Doc fix.
11100
11101         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11102
11103         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11104
11105 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11106
11107         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11108         isn't a string.
11109
11110 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11111
11112         * gnus-draft.el (gnus-draft-send): Bind
11113         rfc2047-encode-encoded-words.
11114
11115         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11116         (rfc2047-encodable-p): Say that =? needs encoding.
11117         (rfc2047-encode-encoded-words): New variable.
11118
11119         * gnus-group.el (gnus-group-select-group): Doc fix.
11120
11121         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11122
11123         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11124         to nil.
11125
11126         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11127
11128         * nnheader.el (nnheader-get-lines-and-char): New function.
11129
11130 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11131
11132         * gnus-msg.el (gnus-summary-followup-with-original): Document
11133         yanking of region when active.
11134
11135 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11138         groups if the group level is higher than the specified value.
11139
11140 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11141
11142         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11143         (gnus-group-jump-to-group): Added prefix argument using
11144         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11145         non-active group.
11146
11147         * compface.el (uncompface): Be verbose when changing
11148         `uncompface-use-external'.
11149
11150         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11151         handle manual section.
11152
11153 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11154
11155         * gnus-art.el (gnus-button-alist): Revert previous change.
11156
11157 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11158
11159         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11160
11161 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11162
11163         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11164         whether backend can accept message.
11165
11166         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11167
11168 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11169
11170         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11171         Avoid creating directory when nntp-marks-is-evil is true.
11172         Reported by Reiner Steib.
11173
11174 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11175
11176         * gnus-picon.el (gnus-picon-style): New variable.
11177         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11178         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11179         Jesper Harder <harder@ifa.au.dk>.
11180
11181 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11182
11183         * message.el (message-fill-field): Return point.
11184         (message-generate-headers): Go to end of field.
11185
11186         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11187         stuff for non-living groups.
11188
11189 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11190
11191         * gnus-art.el (gnus-article-followup-with-original)
11192         (gnus-article-reply-with-original): gnus-mark-active-p ->
11193         gnus-region-active-p.
11194
11195 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11196
11197         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11198         only when there is spam or ham to be processed.
11199
11200 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11201
11202         * mail-source.el (mail-source-delete-crash-box): Refactor.
11203         (mail-source-fetch): Use it.
11204         (mail-source-fetch-file): Ditto.
11205         (mail-source-fetch-directory): Run postscript in loop.
11206         (mail-source-fetch-pop): Delete.
11207         (mail-source-fetch-maildir): Ditto.
11208         (mail-source-fetch-imap): Ditto.
11209
11210         * imap.el (imap-authenticators): Comment out sasl.
11211
11212         * message.el (message-skip-to-next-address): New function.
11213         (message-fill-header-address): Refactor.
11214         (message-fill-address): Use it.
11215         (message-delete-address): Use it.
11216         (message-fill-header-general): Refactor.
11217         (message-fill-field-address): Rename.
11218         (message-narrow-to-field): Find the start of the header.
11219         (message-header-format-alist): Don't pre-fill.
11220         (message-fill-header): Removed.
11221         (message-insert-header): New function.
11222         (message-shorten-references): Use it.
11223
11224         * rfc2047.el (rfc2047-field-value): Strip props.
11225
11226         * mail-parse.el (mail-header-make-address): New alias.
11227
11228         * ietf-drums.el (ietf-drums-make-address): New function.
11229
11230         * imap.el: Add compiler directives.
11231
11232         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11233
11234         * gnus-art.el (article-decode-idna-rhs): Don't use
11235         message-idna-inside-rhs-p.
11236
11237 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11238
11239         * message.el (message-idna-inside-rhs-p): Removed.
11240         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11241
11242         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11243         false positives.
11244
11245 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11246
11247         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11248
11249 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11250
11251         * nneething.el (nneething-file-name): Don't create spurions
11252         files.
11253
11254         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11255         (gnus-inews-do-gcc): Remove sleep.
11256
11257         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11258         part under point.
11259
11260         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11261         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11262
11263 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11264
11265         * spam.el (spam-summary-prepare-exit): Fixed (length).
11266
11267 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11268
11269         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11270         as expired without moving it" message when there are spam
11271         messages left.
11272
11273 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11274
11275         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11276         header is not nil.
11277
11278 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11279
11280         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11281         nntp-possibly-create-directory, not nntp-possibly-change-group.
11282         (nntp-marks-changed-p): New arg SERVER.
11283         (nntp-request-update-info): Adjust caller.
11284
11285 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11286
11287         * nntp.el (nntp-save-marks): Pass missing arg.
11288
11289 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11290
11291         * nntp.el: Support marks.
11292         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11293         (nntp-marks-modtime, nntp-marks-directory): New variables.
11294         (nntp-request-set-mark, nntp-request-update-info)
11295         (nntp-possibly-create-directory, nntp-marks-changed-p)
11296         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11297         functions.
11298
11299 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11300
11301         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11302         (gnus-xmas-redefine): Rename.
11303
11304         * gnus-score.el (gnus-score-insert-help): Use
11305         gnus-select-lowest-window.
11306
11307         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11308         appt-select-lowest-window and rename to gnus-select-lowest-window.
11309
11310         * gnus.el: do.
11311
11312 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11313
11314         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11315         encodings of MIME-encoded words, in order to improve
11316         interoperability with several broken MUAs.
11317
11318 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11319
11320         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11321         tags, only when charsets are not specified in headers.
11322         (mm-inline-text-html-render-with-w3m): Ditto.
11323
11324         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11325         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11326
11327 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11328
11329         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11330         instead of MIME-decoded from fields when checking
11331         `gnus-article-address-banner-alist'.
11332
11333 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11334
11335         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11336         description rather than subject.
11337
11338 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11339
11340         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11341
11342 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11343
11344         * gnus.el (gnus-version-number): Bump.
11345
11346 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11347
11348         * gnus.el: No Gnus v0.2 is released.
11349
11350 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11351
11352         * gnus-agent.el (gnus-agent-read-agentview): Inline
11353         gnus-uncompress-range.
11354
11355 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11356
11357         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11358         `exec-installed-p'.
11359
11360 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11361
11362         * gnus.el (spam-process, spam-autodetect-methods): Add
11363         bsfilter and bsfilter-headers.
11364
11365         * spam.el (spam-bsfilter): New customize group.
11366         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11367         (spam-bsfilter-header, spam-bsfilter-probability-header)
11368         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11369         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11370         (spam-bsfilter-database-directory): New options.
11371         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11372         (spam-list-of-statistical-checks, spam-registration-functions):
11373         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11374         (spam-bsfilter-score): New command.
11375         (spam-check-bsfilter-headers, spam-check-bsfilter)
11376         (spam-bsfilter-register-with-bsfilter)
11377         (spam-bsfilter-register-spam-routine)
11378         (spam-bsfilter-unregister-spam-routine)
11379         (spam-bsfilter-register-ham-routine)
11380         (spam-bsfilter-unregister-ham-routine): New functions.
11381         (spam-generic-score): Support bsfilter; Accept an optional argument
11382         to recalcurate spam score even if scoring header has already been
11383         added.
11384         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11385         optional argument to recalcurate spam score even if scoring header
11386         has already been added.
11387
11388 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11389
11390         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11391         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11392         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11393         link is missing.
11394
11395 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11396
11397         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11398         (html2text-get-attr): Rewrite.
11399
11400         * message.el (message-setup-1): Remove redundant put-text-property
11401         on mail-header-separator.
11402
11403 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11404
11405         * gnus-registry.el (gnus-registry-cache-whitespace)
11406         (gnus-registry-action, gnus-registry-spool-action)
11407         (gnus-registry-split-fancy-with-parent): Change message levels
11408         from 5 to 3 or 7, as needed.
11409
11410         * spam.el (spam-summary-prepare-exit)
11411         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11412         (spam-split, spam-find-spam, spam-log-undo-registration)
11413         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11414         level from 5 to 6.
11415
11416 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11419         2004-03-04 change).
11420
11421 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11422
11423         * sieve-manage.el (sieve-manage-open):
11424         * nnweb.el (nnweb-insert-html):
11425         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11426         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11427         * nnspool.el (nnspool-request-group):
11428         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11429         * nnml.el (nnml-request-update-info):
11430         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11431         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11432         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11433         (nnimap-request-set-mark):
11434         * nnfolder.el (nnfolder-request-update-info):
11435         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11436         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11437         * gnus-uu.el (gnus-uu-find-articles-matching):
11438         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11439         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11440         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11441         * gnus-nocem.el (gnus-nocem-scan-groups):
11442         * gnus-int.el (gnus-start-news-server):
11443         * gnus-group.el (gnus-group-make-kiboze-group)
11444         (gnus-group-browse-foreign-server):
11445         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11446         Use mapc when appropriate.
11447
11448 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11449
11450         FIXME: Make separate entries for each person.
11451
11452         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11453         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11454         <shields@msrl.com>:
11455
11456         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11457         may need for spam sorting and scoring.
11458         (spam-user-format-function-S): Add user format function suitable for
11459         general use.
11460         (spam-article-sort-by-spam-status): Add sorting function for summary
11461         sorting.
11462         (spam-extra-header-to-number): Add function to get a score from a
11463         header.
11464         (spam-summary-score): Add function to  get a numeric score from the
11465         headers.
11466         (spam-generic-score): Fix function doc, was in wrong place.
11467         (spam-initialize): Take symbols when it's run, and install the
11468         extra headers that spam-necessary-extra-headers thinks we need.
11469
11470 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11471
11472         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11473         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11474
11475 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11476
11477         * gnus-sum.el (gnus-set-global-variables)
11478         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11479         (gnus-article-get-xrefs, gnus-summary-best-group)
11480         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11481         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11482         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11483         Use with-current-buffer.
11484
11485 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11486
11487         * spam.el (spam-summary-prepare-exit): Simplify logic.
11488         (spam-fetch-article-header): Read the article header if it's not
11489         available.
11490         (spam-list-articles): Simplify logic.
11491         (spam-filelist-register-routine): Fix bug with unregister-list.
11492
11493         * gnus-registry.el: Fix comments at beginning.
11494
11495 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11496
11497         * message.el (message-cater-to-broken-inn): Remove.
11498         (message-shorten-references): Make sure the total folded length of
11499         References is shorter than 998 characters to cater to a bug in INN
11500         2.3.  Also, don't pretend that references aren't folded -- this
11501         hasn't worked for a while.
11502
11503 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11504
11505         * gnus-agent.el (gnus-agentize):
11506         gnus-agent-send-mail-real-function no longer set to current value
11507         of message-send-mail-function but rather a lambda that calls
11508         message-send-mail-function.  The change makes the agent real-time
11509         responsive to user changes to message-send-mail-function.
11510
11511 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11512
11513         * legacy-gnus-agent.el
11514         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11515         help from Florian Weimer <fw@deneb.enyo.de>
11516
11517 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11518
11519         * nnmail.el (nnmail-cache-insert): Revert last change.
11520
11521 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * nnmail.el (nnmail-cache-insert): Always check whether
11524         nnmail-cache-ignore-groups matches a group name.
11525
11526 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11527
11528         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11529         (spam-find-spam, spam-log-processing-to-registry)
11530         (spam-log-registered-p, spam-log-unregistration-needed-p)
11531         (spam-log-undo-registration): Use gnus-message instead of
11532         gnus-error, none of these errors are fatal.
11533
11534         * gnus-registry.el (gnus-registry-clean-empty-function)
11535         (gnus-registry-clean-empty): Remove only empty entries without
11536         extra data.
11537
11538 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11539
11540         * spam-stat.el (spam-stat-buffer-change-to-spam)
11541         (spam-stat-buffer-change-to-non-spam): Change (error) to
11542         (gnus-message 8) invocation.
11543
11544 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * nntp.el (nntp-via-netcat-command): New variable.
11547         (nntp-via-netcat-switches): New variable.
11548         (nntp-open-via-rlogin-and-netcat): New function.
11549         (nntp-open-connection-function): Doc fix.
11550         (nntp-telnet-command): Doc fix.
11551         (nntp-end-of-line): Doc fix.
11552         (nntp-via-rlogin-command): Doc fix.
11553         (nntp-via-user-name): Doc fix.
11554         (nntp-via-address): Doc fix.
11555
11556 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11559         error in Emacs 21.1.
11560
11561 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11564
11565 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11566         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11567         (gnus-agent-with-refreshed-group): New macro.
11568         (gnus-agent-rename-group): New function.
11569         (gnus-agent-delete-group): New function.
11570         (gnus-agent-save-group-info): Use gnus-command-method when
11571         `method' parameter is nil.  Don't write nil entries into the
11572         active file.
11573         (gnus-agent-get-group-info): New function.
11574         (gnus-agent-fetch-articles): Use
11575         gnus-agent-update-files-total-fetched-for to increment disk space
11576         used.
11577         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11578         gnus-agent-update-view-total-fetched-for to increment disk space
11579         used.
11580         (gnus-agent-get-local): Added optional parameters to avoid calling
11581         gnus-group-real-name and gnus-find-method-for-group.
11582         (gnus-agent-set-local): Delete stored entry if either min, or max,
11583         are nil.
11584         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11585         quit, use gnus-agent-regenerate-group to record existance of any
11586         articles fetched to disk before the quit occurred.
11587         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11588         gnus-agent-update-view-total-fetched-for, and
11589         gnus-agent-update-files-total-fetched-for to decrement disk space
11590         used.
11591         (gnus-agent-retrieve-headers): Use
11592         gnus-agent-update-view-total-fetched-for to increment disk space
11593         used.
11594         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11595         with gnus-agent-update-files-total-fetched-for to decrement disk
11596         space and fresh group buffer.
11597         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11598         (gnus-agent-need-update-total-fetched-for): New variable.
11599         (gnus-agent-update-files-total-fetched-for): New function.
11600         (gnus-agent-update-view-total-fetched-for): New function.
11601         (gnus-agent-total-fetched-for): New function.
11602
11603         * gnus-cache.el (gnus-cache-save-buffers): Use
11604         gnus-cache-update-overview-total-fetched-for to change disk space
11605         used by this group.
11606         (gnus-cache-possibly-enter-article): Use
11607         gnus-cache-update-file-total-fetched-for to increment disk space
11608         used by this group.
11609         (gnus-cache-possibly-remove-article): Use
11610         gnus-cache-update-file-total-fetched-for to decrement disk space
11611         used by this group.
11612         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11613         (gnus-cache-rename-group): New function.
11614         (gnus-cache-delete-group): New function.
11615         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11616         (gnus-cache-need-update-total-fetched-for): New variable.
11617         (gnus-cache-with-refreshed-group): New macro.
11618         (gnus-cache-update-file-total-fetched-for): New function.
11619         (gnus-cache-update-overview-total-fetched-for): New function.
11620         (gnus-cache-rename-group-total-fetched-for): New function.
11621         (gnus-cache-delete-group-total-fetched-for): New function.
11622         (gnus-cache-total-fetched-for): New function.
11623
11624         * gnus-group.el: Require gnus-sum and autoload functions to
11625         resolve warnings when gnus-group.el compiled alone.
11626         (gnus-group-line-format): Documented new %F
11627         (size of Fetched data) group line format; identifies disk space
11628         used by agent and cache.
11629         (gnus-group-line-format-alist): Defined new F format.
11630         (gnus-total-fetched-for): New function.
11631         (gnus-group-delete-group): No longer update
11632         gnus-cache-active-altered as gnus-request-delete-group now keeps
11633         the cache in sync.
11634         (gnus-group-list-active): Let the agent store a server's active
11635         list if currently plugged.
11636
11637         * gnus-int.el (gnus-request-delete-group):
11638         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11639         local disk in sync with the server.
11640         (gnus-request-rename-group):
11641         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11642         local disk in sync with the server.
11643
11644         * gnus-start.el (gnus-get-unread-articles):
11645         Cosmetic simplification to logic.
11646
11647         * gnus-util.el (gnus-rename-file): New function.
11648
11649 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11650
11651         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11652
11653 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11654
11655         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11656         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11657
11658 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11659
11660         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11661         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11662
11663 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11664
11665         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11666
11667 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11668
11669         * spam.el (spam-set-difference): Add function to replace
11670         gnus-set-difference in spam.el.
11671         (spam-summary-prepare-exit): Use spam-set-difference.
11672
11673 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11674
11675         * gnus-registry.el (gnus-registry-cache-file): Update to use
11676         gnus-dribble-directory OR gnus-home-directory OR ~.
11677         (gnus-registry-split-fancy-with-parent): Fix doc.
11678
11679 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * message.el (message-exchange-point-and-mark): Use
11682         message-mark-active-p.  Suggested by Jesper Harder
11683         <harder@ifa.au.dk>.
11684
11685 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * message.el (message-exchange-point-and-mark): Don't activate
11688         region if it was inactive.  Suggested by Hiroshi Fujishima
11689         <pooh@nature.tsukuba.ac.jp>.
11690
11691 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * gnus-art.el (article-display-face): Display Faces in the same
11694         order as X-Faces.
11695
11696 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11697
11698         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11699
11700 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11703         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11704         (gnus-article-mime-hierarchy): Remove.
11705         (gnus-article-mime-hierarchy-next): Remove.
11706         (gnus-article-mode): Revert 2004-03-19 change.
11707         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11708         (gnus-insert-mime-button): Revert 2004-03-19 change.
11709         (gnus-mime-accumulate-hierarchy): Remove.
11710         (gnus-mime-enter-multipart): Remove.
11711         (gnus-mime-leave-multipart): Remove.
11712         (gnus-mime-display-part): Revert 2004-03-19 change.
11713         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11714
11715         * mml.el (mml-preview): Revert 2004-03-19 change.
11716
11717 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11718
11719         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11720
11721 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11722
11723         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11724         t while entering a file name using the mm-with-multibyte macro.
11725         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11726
11727         * mm-util.el (mm-with-multibyte): New macro.
11728
11729 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11732         user option.
11733         (gnus-mime-multipart-functions): Doc and customization fix.
11734         (gnus-article-mime-hierarchy): New variable.
11735         (gnus-article-mime-hierarchy-next): New variable.
11736         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11737         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11738         gnus-article-mime-hierarchy-next to nil.
11739         (gnus-insert-mime-button): Show hierarchy numbers.
11740         (gnus-mime-accumulate-hierarchy): New function.
11741         (gnus-mime-enter-multipart): New function.
11742         (gnus-mime-leave-multipart): New function.
11743         (gnus-mime-display-part): Recompute hierarchical MIME structure.
11744         (gnus-mime-display-alternative): Show hierarchy numbers.
11745
11746         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11747         gnus-article-mime-hierarchy-next to nil.
11748
11749 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
11750
11751         * dns.el: Don't require gnus-xmas.
11752
11753 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
11754
11755         * mml.el (mml-generate-mime-1): Don't use format=flowed with
11756         inline PGP.
11757         (mml-menu): Disable mml-quote-region if mark is inactive.
11758
11759 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11760
11761         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11762         when the group's active is not available.
11763
11764 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11767         error.
11768
11769 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
11770
11771         * imap.el (imap-store-password): New variable.
11772         (imap-interactive-login): Use it.
11773         Suggested by Mark Plaksin <happy@mcplaksin.org>.
11774
11775 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * gnus-art.el (gnus-article-read-summary-keys): Restore new
11778         window-start and hscroll to summary window.
11779
11780 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11781
11782         * gnus-start.el (gnus-convert-old-newsrc): Only write the
11783         conversion message to newsrc-dribble when an actual conversion is
11784         performed.
11785
11786 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
11787
11788         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11789
11790 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * mm-decode.el (mm-complicated-handles): New function reviving
11793         former definition of mm-multiple-handles.
11794
11795         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11796         (gnus-mime-delete-part): Use it.
11797
11798 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11799
11800         * gnus-agent.el (gnus-agent-read-local): Bind
11801         nnheader-file-coding-system to gnus-agent-file-coding-system to
11802         avoid the implicit assumption that they will always be equal.
11803         (gnus-agent-save-local): Bind buffer-file-coding-system, not
11804         coding-system-for-write, as the with-temp-file macro first prints
11805         to a buffer then saves the buffer.
11806
11807 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * gnus-art.el (gnus-article-edit-part): New function.
11810         (gnus-mime-save-part-and-strip): Use it; do query instead of
11811         signaling an error; don't use mm-multiple-handles.
11812         (gnus-mime-delete-part): Ditto.
11813
11814 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11815
11816         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11817         old file versions.
11818         (gnus-group-prepare-hook): Removed function that converted list
11819         form of gnus-agent-expire-days to group properties.
11820
11821         * gnus-int.el: Autoload gnus-agent-regenerate-group.
11822         (gnus-request-accept-article): Re-indented.
11823
11824         * gnus-start.el (gnus-convert-old-newsrc): Registered new
11825         converters to handle old agent file formats.  Added logic for a
11826         "backup before upgrading warning".
11827         (gnus-convert-mark-converter-prompt): Developers can mark
11828         functions as needing (default), or not needing,
11829         gnus-convert-old-newsrc's "backup before upgrading warning".
11830         (gnus-convert-converter-needs-prompt): Tests whether the user
11831         should be protected from potentially irreversable changes by the
11832         function.
11833
11834         * legacy-gnus-agent.el: New.  Provides converters that are only
11835         loaded when gnus-convert-old-newsrc needs to call them.
11836
11837 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11838
11839         * mail-source.el (mail-source-touch-pop): Doc fix.
11840
11841         * message.el (message-smtpmail-send-it): Doc fix.
11842
11843 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
11844
11845         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11846
11847         * nnmail.el (nnmail-split-fancy): do.
11848
11849         * gnus-kill.el (gnus-kill, gnus-execute): do.
11850
11851 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11852
11853         * gnus-sum.el (gnus-widget-reversible-match)
11854         (gnus-widget-reversible-to-internal)
11855         (gnus-widget-reversible-to-external): New functions.
11856         (gnus-widget-reversible): New widget.
11857         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11858
11859 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
11860
11861         * gnus-sum.el (gnus-thread-sort-functions)
11862         (gnus-article-sort-functions): Document `(not F)' items.
11863
11864 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11865
11866         * spam.el (spam-use-gmane-xref): Add new backend.
11867         (spam-gmane-xref-spam-group): Add variable to control the name of the
11868         Gmane spam group.
11869         (spam-blackhole-servers, spam-blackhole-good-server-regex)
11870         (spam-regex-headers-spam, spam-regex-headers-ham)
11871         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11872         (spam-list-of-checks): Add spam-use-gmane-xref to list of
11873         backends and checks.
11874         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11875
11876         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11877         an autodetect method.
11878
11879 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11880
11881         * gnus-int.el (gnus-request-accept-article): Inform the agent that
11882         articles are being added to a group.
11883         (gnus-request-replace-article): Inform the agent that articles
11884         need to be uncached as the cached contents are no longer valid.
11885
11886 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * binhex.el: Don't autoload executable-find.
11889
11890         * canlock.el: Don't autoload mail-fetch-field.
11891
11892         * dgnushack.el: Autoload c-mode for XEmacs.
11893
11894         * gnus-ems.el: Don't autoload appt-select-lowest-window.
11895
11896         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11897         rmail-dont-reply-to and rmail-output.
11898
11899         * gnus-score.el: Don't autoload ffap-string-at-point.
11900
11901         * gnus-setup.el: Don't autoload sc-cite-original.
11902
11903         * imap.el: Don't autoload base64-decode-string,
11904         base64-encode-string and md5.
11905
11906         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11907         and rmail-msg-restore-non-pruned-header.
11908
11909         * mm-decode.el: Don't autoload executable-find.
11910
11911         * mm-url.el: Don't autoload executable-find.
11912
11913         * mm-view.el: Don't autoload diff-mode.
11914
11915         * nndb.el: Don't autoload news-reply-mode, news-setup,
11916         cancel-timer and telnet.
11917
11918         * password.el: Don't autoload run-at-time for Emacs.
11919
11920         * sha1-el.el: Don't autoload executable-find.
11921
11922         * sieve-mode.el: Don't autoload c-mode.
11923
11924         * uudecode.el: Don't autoload executable-find.
11925
11926 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11927
11928         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11929         (gnus-agent-possibly-alter-active): Avoid null in numeric
11930         comparison.
11931         (gnus-agent-set-local): Refuse to save null in local object table.
11932         (gnus-agent-regenerate-group): The REREAD parameter can now be a
11933         list of articles that will be marked as unread.
11934
11935 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11938
11939 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
11940
11941         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11942         language tags.
11943
11944 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11945
11946         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11947         Don't bind "obarray".
11948
11949         * gnus-sum.el (gnus-thread-sort-functions): Added
11950         `gnus-thread-sort-by-most-recent-number' and
11951         `gnus-thread-sort-by-most-recent-date'.
11952         Reported by Kai Grossjohann <kai@emptydomain.de>.
11953
11954 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11957
11958 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11959
11960         * gnus-cus.el (gnus-agent-customize-category): Removed
11961         ignore-errors macro reference that required cl to be loaded at
11962         run-time.
11963
11964         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11965         single-interval range of the form (min . max).  Previously the
11966         range had to look like ((min . max)).  Likewise, return
11967         (min . max) rather than ((min . max)).
11968         (gnus-range-map): Use gnus-range-normalize to accept
11969         single-interval range.
11970
11971         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11972         the cache, but not the agent, now appear with their usual face.
11973
11974         * dgnushack.el (loaddir): New variable that is bound to the
11975         directory containing the dgnushack.el file. Use loaddir, rather
11976         than srcdir, to update load-path. Change lets dgnushack compile
11977         code in directories other than GNUS/lisp.
11978
11979 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11980
11981         * lpath.el: Don't bind w3m-safe-url-regexp.
11982
11983         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11984         w3m-safe-url-regexp variable buffer-local.
11985
11986         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11987
11988 2004-02-27  Simon Josefsson  <jas@extundo.com>
11989
11990         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11991         gnus-group-real-prefix.
11992         (gnus-summary-move-article): Use it, instead of
11993         gnus-group-real-prefix.
11994
11995 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11996
11997         * lpath.el: Bind w3m-safe-url-regexp.
11998
11999         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12000         w3m-safe-url-regexp variable buffer-local and set it as the value
12001         of mm-w3m-safe-url-regexp.
12002
12003         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12004
12005         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12006         parsing gnus-posting-styles when the message is not for replying.
12007
12008         * dgnushack.el: Autoload sgml-mode for XEmacs.
12009
12010         * nnrss.el (nnrss-opml-export): Use
12011         mm-set-buffer-file-coding-system instead of
12012         set-buffer-file-coding-system.
12013
12014 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12015
12016         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12017         of checkdoc.el).
12018         * nnrss.el: do.
12019         * gnus-mlspl.el: do.
12020         * gnus-ml.el: do.
12021         * gnus-srvr.el: do.
12022
12023         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12024
12025 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12026
12027         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12028         Corrections to custom-manual links.
12029
12030         * gnus-art.el (gnus-article): Ditto.
12031
12032         * mm-decode.el (mime-display, mime-security): Ditto.
12033
12034 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12035
12036         * flow-fill.el: Typo.
12037
12038 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12039
12040         * spam-wash.el: New file.
12041
12042 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12043
12044         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12045
12046 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12047
12048         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12049         to be run with new-articles as LIST1, not LIST2.
12050         (spam-registration-functions): Add spam-use-ham-copy as a nil
12051         registration backend.
12052
12053 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12054
12055         * spam-stat.el (spam-stat-washing-hook): New option.
12056         (spam-stat-buffer-words): Use it.
12057         (spam-stat-process-directory, spam-stat-test-directory): Use
12058         insert-file-contents-literally.
12059         (spam-stat-coding-system): New variable.
12060         (spam-stat-load, spam-stat-save): Use it.
12061
12062 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12063
12064         * spam-report.el (spam-report-plug-agent): Quote
12065         spam-report-url-to-file and spam-report-url-ping-plain.
12066
12067 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12068
12069         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12070         / in mailto URLs.
12071
12072 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12073
12074         * spam-report.el (spam-report-process-queue): Fix interactive use.
12075         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12076         (spam-report-unplug-agent): Doc fixes.
12077         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12078         (spam-report-agentize, spam-report-deagentize): Autoload
12079
12080 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12083
12084         * message.el (message-setup-fill-variables): Add mml tags to
12085         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12086         <ajk@iu.edu>.
12087         (message-mode): Don't modify paragraph-separate there.
12088
12089 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * compface.el (uncompface-use-external): Default to undecided.
12092         (uncompface-use-external-threshold): New variable.
12093         (uncompface-float-time): New macro.
12094         (uncompface): Determine whether to use the external decoder if
12095         uncompface-use-external is undecided.
12096
12097 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12098
12099         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12100         after images.
12101
12102         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12103
12104 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12105
12106         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12107
12108         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12109
12110         * gnus-sum.el (gnus-summary-limit-to-age)
12111         (gnus-summary-limit-children): do.
12112
12113         * gnus-int.el (gnus-request-scan): do.
12114
12115         * gnus-group.el (gnus-group-suspend): do.
12116
12117         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12118
12119         * gnus-cite.el (gnus-cite-parse-attributions): do.
12120
12121         * gnus-agent.el (gnus-summary-set-agent-mark)
12122         (gnus-agent-regenerate-group): do.
12123
12124         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12125
12126         * binhex.el (binhex-decode-region-internal): do.
12127
12128 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12129
12130         * gnus-fun.el (gnus-face-properties-alist): New user option.
12131         (gnus-display-x-face-in-from): Use it.
12132
12133         * gnus-art.el (article-display-face): Ditto.
12134
12135         * compface.el (uncompface-use-external): Default to nil.
12136
12137 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12138
12139         * nntp.el (nntp-erase-buffer): New function.
12140         (nntp-retrieve-data, nntp-send-command)
12141         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12142         (nntp-possibly-change-group): Use it.
12143
12144         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12145         with-current-buffer.
12146
12147 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12148
12149         * compface.el: Merge the ELisp-based uncompface program.
12150         (compface): New customization group.
12151         (uncompface-use-external): New user option.
12152         (uncompface): Call uncompface-internal if uncompface-use-external
12153         is nil.
12154         (uncompface-internal): New function.  Note that there are also
12155         some other functions and variables added for this function.
12156
12157 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12158
12159         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12160         if necessary.
12161
12162 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12163
12164         * spam-report.el (spam-report-unplug-agent)
12165         (spam-report-plug-agent, spam-report-deagentize)
12166         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12167         Add support for the Agent in spam-report: when unplugged, report to a
12168         file; when plugged, submit all the requests.
12169
12170         * spam.el (spam-register-routine): Fix message about
12171         registration.
12172
12173 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12174
12175         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12176         dependencies.
12177         (rfc2047-encode): Use it.
12178
12179         * gnus-art.el (gnus-button-marker-list): Move before first
12180         reference.
12181
12182         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12183         (imap-parse-body): Fix format string mismatch.
12184
12185         * gnus-score.el (gnus-summary-increase-score): do.
12186
12187         * nnrss.el (nnrss-close): New function.
12188
12189 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12190
12191         * nnrss.el (nnrss-make-filename): New function.
12192         (nnrss-request-delete-group, nnrss-read-server-data)
12193         (nnrss-save-server-data, nnrss-read-group-data)
12194         (nnrss-save-group-data): Use it.
12195         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12196         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12197         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12198
12199 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12200
12201         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12202
12203 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12204
12205         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12206         files.
12207
12208         * message.el (message-generate-headers-first): Don't quote nil
12209         and t in docstrings.
12210
12211         * imap.el (imap-id): do.
12212
12213         * gnus-agent.el (gnus-agent-consider-all-articles)
12214         (gnus-agent-queue-mail): do.
12215
12216 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * spam-report.el (spam-report-process-queue): New function.
12219         Process requests from `spam-report-requests-file'.
12220         (spam-report-process-queue): Doc fix.
12221
12222 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12223
12224         * spam.el (spam-register-routine)
12225         (spam-log-processing-to-registry, spam-log-registered-p)
12226         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12227         Change "check" to "spam-check" for semi-clarity.
12228
12229 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12230
12231         * pop3.el: Require nnheader.
12232
12233         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12234
12235         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12236
12237         * gnus-picon.el: Require cl.
12238
12239         * gnus-fun.el: Require gnus-ems and gnus-util.
12240
12241         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12242
12243         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12244
12245         * gnus-art.el (gnus-article-edit-mode): Define before first
12246         reference.
12247
12248 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12249
12250         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12251         (gnus-uu-post-encoded): Use point-at-bol.
12252
12253         * gnus-topic.el (gnus-group-active-topic-p): do.
12254
12255         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12256
12257         * gnus-group.el (gnus-group-kill-region): do.
12258
12259         * gnus-art.el (article-date-ut): do.
12260
12261         * message.el (message-fetch-field): Remove redundant
12262         case-fold-search binding.
12263         (message-narrow-to-field): Simplify.
12264
12265 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12266
12267         * spam.el (spam-directory): Derive from `gnus-directory'.
12268
12269         * spam-report.el (spam-report-url-to-file)
12270         (spam-report-requests-file): New function and variable for offline
12271         reporting.
12272         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12273         and user defined function.
12274         (spam-report-url-ping-mm-url): Remove doubled slash.
12275
12276 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12277
12278         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12279
12280 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12281
12282         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12283         format string mismatch.
12284
12285         * sieve.el (sieve-deactivate-all): do.
12286
12287         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12288
12289         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12290
12291         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12292
12293         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12294
12295 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12296
12297         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12298         the list of checks.
12299
12300 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12301
12302         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12303         padding.
12304
12305 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12306
12307         * mm-view.el (mm-fill-flowed): New variable.
12308         (mm-inline-text): Use it.
12309
12310 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12311
12312         * spam.el (spam-spamassassin-register-ham-routine)
12313         (spam-spamassassin-register-spam-routine): Fix function names.
12314
12315 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * gnus.el (gnus-tmp-grouplens): Remove.
12318         (gnus-summary-line-format): Remove grouplens.
12319
12320         * gnus-group.el (gnus-group-line-format): Ditto.
12321
12322         * gnus-spec.el (gnus-format-specs): Ditto.
12323         (gnus-update-format-specifications): Flush the group format spec
12324         cache if there's the grouplens stuff.
12325         (gnus-parse-simple-format): Replace %l with the empty string.
12326
12327 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12328
12329         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12330         omission.
12331
12332 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12335         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12336
12337 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12338
12339         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12340         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12341         New macros and functions.
12342         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12343         Handle > NLINK_MAX messages.
12344         * nnmaildir.el (nnmaildir-request-set-mark): Use
12345         nnmaildir--emlink-p and nnmaildir--eexist-p.
12346
12347 2004-01-25  Alex Schroeder  <alex@gnu.org>
12348
12349         * spam-stat.el (spam-stat-process-directory-age): New option.
12350         (spam-stat-process-directory): Use it.
12351
12352 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12353
12354         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12355         (spam-stat-save): Accept prefix argument.
12356
12357 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12358
12359         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12360         links" error.
12361
12362 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12365         the rest of the and/or forms.
12366
12367 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12368
12369         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12370         compatibility with old .newsrc.eld files.
12371
12372         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12373
12374         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12375
12376         * gnus-start.el (gnus-1): do.
12377
12378         * gnus-group.el (gnus-group-line-format-alist): do.
12379
12380         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12381
12382         * gnus-gl.el: Remove.
12383
12384 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12385
12386         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12387         marks consisting of a single range {for example, (3 . 5)} rather
12388         than a list of a single range { ((3 . 5)) }.
12389
12390 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12391
12392         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12393         with-current-buffer.
12394         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12395         avoid consing a string.
12396
12397         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12398         Remove obsolete entries for big5 and gb2312.
12399
12400 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12401
12402         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12403         uncompressed list.
12404
12405 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12406
12407         * spam-stat.el (spam-stat-strip-xref): New function.
12408         (spam-stat-process-directory): Use it.
12409
12410         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12411         here -- it's done in message-fetch-field.
12412
12413 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12414
12415         * gnus-agent.el (gnus-agent-queue-mail)
12416         (gnus-agent-prompt-send-queue): New variables.
12417         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12418         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12419         "nndraft:queue" along to gnus-draft-send.  Use
12420         gnus-agent-prompt-send-queue.
12421         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12422         is "nndraft:queue".  Suggested by Gaute Strokkenes
12423         <gs234@srcf.ucam.org>
12424
12425         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12426         (agent-enable-undownloaded-faces): Added
12427         (gnus-agent-cat-groups): Use eval-and-compile, not
12428         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12429         method of gnus-agent-cat-groups even when the buffer has been
12430         evaled.
12431         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12432         delete gnus-agent-save-active-1.
12433         (gnus-agent-save-groups): Deleted.  Identical to
12434         gnus-agent-save-active.
12435         (gnus-agent-write-active): No longer adjust agent's copy of active
12436         file as agent's adjustments are now stored in their own
12437         file.  Removed optional parameter.
12438         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12439         servers.  Add use of min/max range limits from server's local
12440         file.
12441         (gnus-agent-save-alist): Removed unused optional argument.
12442         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12443         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12444         (gnus-agent-set-local): A per-server file that keeps min/max range
12445         limits for articles known to the agent.  Provides a fast mechanism
12446         for altering many active ranges.
12447         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12448         active file (local makes it unnecessary).
12449         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12450
12451         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12452         (agent-enable-undownloaded-faces): Added
12453
12454         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12455         disable it when sending to "nndraft:queue".
12456         (gnus-group-send-queue): Add safety check to avoid sending queue
12457         when unplugged.
12458
12459         * gnus-group.el (gnus-group-catchup): Use new
12460         gnus-sequence-of-unread-articles, not
12461         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12462         numbers of articles.  Use gnus-range-map to avoid having to
12463         uncompress the unread list.
12464         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12465         Fixed invalid ange-ftp reference.
12466
12467         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12468         (gnus-sorted-range-intersection): Intersection of two ranges
12469         without requiring that they first be uncompressed.
12470
12471         * gnus-start.el (gnus-activate-group): Unless blocked by the
12472         caller, possibly expand the active range to include both cached
12473         and agentized articles.
12474         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12475         multiple version-dependent converters.
12476         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12477         gnus-agent-save-active.
12478         (gnus-save-newsrc-file): Save dirty agent range limits.
12479
12480         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12481         gnus-agent-possibly-alter-active.
12482         (gnus-adjust-marked-articles): Faster handling of simple lists
12483
12484 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12485
12486         * spam-stat.el (spam-stat-test-directory): New optional argument
12487         displays a list of files detected.  Suggested by Andrew Cohen
12488         <cohen@andy.bu.edu>.
12489         (spam-stat-buffer-words-with-scores): Don't narrow and change
12490         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12491
12492 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12493
12494         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12495         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12496         (spam-spamassassin-arguments)
12497         (spam-spamassassin-spam-flag-header)
12498         (spam-spamassassin-positive-spam-flag-header)
12499         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12500         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12501         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12502         (spam-list-of-processors, spam-list-of-checks)
12503         (spam-list-of-statistical-checks, spam-registration-functions)
12504         (spam-check-spamassassin-headers, spam-check-spamassassin)
12505         (spam-spamassassin-score)
12506         (spam-spamassassin-register-with-sa-learn)
12507         (spam-spamassassin-register-spam-routine)
12508         (spam-spamassassin-register-ham-routine)
12509         (spam-assassin-register-spam-routine)
12510         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12511         (spam-bogofilter-score): Fix to show article before scoring.
12512
12513 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12514
12515         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12516         default scoring function.
12517         (spam-generic-score): Call spam-spamassassin-score if
12518         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12519         spam-bogofilter-score otherwise.
12520
12521         * gnus.el (spam-process, spam-autodetect-methods): Add
12522         spamassassin and spamassassin-headers.
12523
12524 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12525
12526         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12527         Suppress unnecessary messages.
12528
12529 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12530
12531         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12532         make-hash-table.
12533
12534 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * canlock.el (base64-encode-string): Don't autoload it.
12537
12538 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * run-at-time.el: Remove useless (require 'itimer),
12541         eval-and-compile and (featurep 'xemacs).
12542
12543 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12544
12545         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12546         GROUP is a virtual group.
12547
12548 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12549
12550         * gnus.el: Autoload `message-y-or-n-p'.
12551
12552 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12553
12554         * pgg-parse.el: Remove unnecessary (require 'custom).
12555
12556         * pgg-def.el: do.
12557
12558         * nnmail.el: do.
12559
12560         * gnus-undo.el: do.
12561
12562         * gnus-picon.el: do.
12563
12564         * gnus-util.el: do.
12565
12566 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12567
12568         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12569
12570 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12573         handle, as well as a list.
12574
12575         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12576         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12577         (mm-w3m-cid-retrieve): Simplify.
12578
12579 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12580
12581         * message.el (message-kill-to-signature): Allow prefix arg to
12582         specify number of lines to keep before signature.
12583
12584 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12585
12586         (message-kill-to-signature): Change docstring.
12587
12588 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * canlock.el: Always require sha1-el.
12591         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12592
12593         * message.el: Autoload sha1 only when compiling.
12594
12595         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12596         eudc-expand-inline for XEmacs.
12597
12598 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * message.el (message-canlock-generate): Require sha1-el.
12601
12602 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12603
12604         * message.el (message-expand-name): Silence the byte compiler.
12605
12606         * lpath.el: Add detect-coding-system.
12607
12608         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12609         cus-edit.
12610
12611 2004-01-13  Simon Josefsson  <jas@extundo.com>
12612
12613         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12614         Invoke gnus-score-mode.  Reported by
12615         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12616
12617         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12618         Jim Blandy <jimb@redhat.com> (tiny change).
12619
12620 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12621
12622         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12623
12624 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12625
12626         * spam.el (spam-get-article-as-string): Update to use
12627         gnus-request-article-this-buffer, much simpler.
12628         (spam-get-article-as-buffer): Remove.
12629
12630 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12631
12632         * message.el (message-expand-name): Use EUDC if the user uses that.
12633
12634 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12635
12636         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12637         character for the encoding to avoid consing a string.
12638
12639         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12640         unnecessarily.
12641
12642         * mm-util.el (mm-replace-chars-in-string): Remove.
12643
12644         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12645         of mm-replace-chars-in-string.
12646
12647 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12648
12649         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12650
12651         * mm-util.el (mm-subst-char-in-string): Support inplace.
12652
12653         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12654         a new string in every iteration.  Use shy groups.
12655
12656 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12657
12658         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12659         * gnus-soup.el (gnus-soup-group-brew):
12660         * gnus-msg.el (gnus-put-message):
12661         * gnus-move.el (gnus-group-move-group-to-server):
12662         * gnus-kill.el (gnus-batch-score):
12663         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12664         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12665         (gnus-group-update-group, gnus-group-read-group)
12666         (gnus-group-make-group, gnus-group-make-help-group)
12667         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12668         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12669         (gnus-group-sort-by-unread, gnus-group-catchup)
12670         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12671         (gnus-group-yank-group, gnus-group-set-info)
12672         (gnus-group-list-groups):
12673         * gnus.el (gnus-generate-new-group-name):
12674         * gnus-delay.el (gnus-delay-send-queue):
12675         * nnvirtual.el (nnvirtual-catchup-group):
12676         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12677         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12678         (gnus-group-prepare-topics, gnus-topic-check-topology):
12679         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12680         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12681         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12682         (gnus-group-make-articles-read):
12683         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12684         (gnus-group-change-level, gnus-kill-newsgroup)
12685         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12686         (gnus-get-unread-articles, gnus-make-articles-unread)
12687         (gnus-make-ascending-articles-unread): Use accessor
12688         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12689         to get group information for improved readability.
12690
12691
12692 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12693
12694         * gnus-art.el (article-decode-mime-words, article-babel)
12695         (gnus-article-highlight-signature, gnus-article-add-buttons)
12696         (gnus-signature-toggle): Use gnus-with-article-buffer.
12697
12698         * gnus-art.el (gnus-article-highlight-headers)
12699         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12700
12701         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12702         (gnus-article-set-globals, gnus-request-article-this-buffer)
12703         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12704         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12705         (gnus-mime-display-alternative): Use with-current-buffer.
12706
12707 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12708
12709         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12710         also under 80 char limit, and call gnus-error if needed.
12711         (spam-fetch-article-header): Fix - it was a
12712         buffer-local variable (gnus-newsgroup-data).
12713         (spam-find-spam): Use spam-generate-fake-headers, forget about
12714         spam-insert-fake-headers.
12715         (spam-insert-fake-headers): Remove.
12716
12717 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12718
12719         * deuglify.el (gnus-article-outlook-unwrap-lines)
12720         (gnus-outlook-rearrange-article)
12721         (gnus-outlook-repair-attribution-outlook)
12722         (gnus-outlook-repair-attribution-block)
12723         (gnus-outlook-repair-attribution-other): Remove redundant
12724         save-excursion.
12725
12726 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12727
12728         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12729         (spam-fetch-field-subject-fast)
12730         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12731         (spam-fetch-article-header): Add functions to deal with Gnus
12732         internals for fast retrieval of article header data.
12733         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12734
12735 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12736
12737         * pop3.el (pop3-md5): Remove.
12738         (pop3-apop): Replace pop3-md5 with md5.
12739
12740         * mm-bodies.el: base64 is always built-in.
12741
12742         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12743         with-current-buffer.
12744
12745 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * canlock.el (canlock-insert-header): Remove excessive grouping in
12748         regexp.
12749
12750         * gnus-sum.el (gnus-summary-read-document): Ditto.
12751
12752         * gnus-uu.el (gnus-uu-part-number): Ditto.
12753
12754         * html2text.el (html2text-remove-tags): Ditto.
12755         (html2text-format-tags): Ditto.
12756         (html2text-format-single-elements): Ditto.
12757
12758         * mml.el (mml-parse-1): Ditto.
12759
12760 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12761
12762         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12763
12764         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12765
12766         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12767
12768         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12769
12770 2003-11-15  Simon Josefsson  <jas@extundo.com>
12771
12772         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12773         (pgg-gpg-lookup-key): Use regexp match instead of
12774         split-string (split-string is different between emacs 21.2 and
12775         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
12776
12777 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12778
12779         * gnus-art.el (gnus-mime-view-all-parts)
12780         (gnus-article-part-wrapper, gnus-article-view-part): Use
12781         with-current-buffer.
12782
12783 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12784
12785         * spam.el (spam-disable-spam-split-during-ham-respool)
12786         (spam-spamoracle-database, spam-cache-lookups)
12787         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12788         (spam-group-ham-mark-p, spam-group-spam-mark-p)
12789         (spam-group-ham-marks, spam-group-spam-marks)
12790         (spam-group-spam-contents-p, spam-group-ham-contents-p)
12791         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12792         also add spam-use-blackholes to the statistical checks.
12793         (spam-fetch-field-fast): Add interface to fetching fields, may
12794         become a macro.
12795         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12796         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12797         (spam-insert-fake-headers): Fake an article when needed.
12798         (spam-find-spam): Fake article when possible.
12799         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12800         (spam-check-bogofilter-headers): Use message-fetch-field instead
12801         of nnmail-fetch-field.
12802
12803 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12804
12805         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12806
12807 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12808
12809         * spam.el (spam-split): Do not require spam-use-CHECK to be
12810         enabled if that check is passed to spam-split explicitly; also
12811         fix so 'spam doesn't get converted to spam-split-group when
12812         spam-split-symbolic-return is t.
12813         (spam-find-spam): Find registrations of the article and use those
12814         instead of re-running spam-split to find the spam/ham
12815         classification of the article.
12816         (spam-log-processing-to-registry, spam-log-registered-p)
12817         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12818         Use gnus-error instead of gnus-message.
12819         (spam-log-registration-type): Add function to determine the
12820         classification of a message based on registry entries; will
12821         return nil if both 'spam and 'ham are found.
12822         (spam-check-BBDB): Expand all the BBDB macros here so we can have
12823         a reasonably fast local cache without the loading errors.
12824         (spam-cache-lookups): Set to t by default.
12825         (spam-find-spam): Don't try to guess spam-cache-lookups.
12826         (spam-enter-whitelist, spam-enter-blacklist): Clear the
12827         spam-caches entry.
12828         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12829         caching of whitelist/blacklist entries.
12830         (spam-check-whitelist, spam-check-blacklist): Invoke
12831         spam-from-listed-p with a type, not a cache variable.
12832         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12833
12834 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12835
12836         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12837
12838         * nnmail.el (nnmail-split-fancy): do.
12839
12840         * mml.el (mml-parse): do.
12841
12842         * gnus-score.el (gnus-enter-score-words-into-hashtb)
12843         (gnus-score-adaptive): do.
12844
12845 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12848         (gnus-mime-button-map): Don't set keymap parent.
12849         (gnus-button-ctan-directory-regexp): Use shy grouping.
12850         (gnus-prev-page-map): Don't set keymap parent.
12851         (gnus-prev-page-map): Remove duplicated one.
12852         (gnus-next-page-map): Don't set keymap parent.
12853         (gnus-mime-security-button-map): Ditto.
12854
12855         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12856         version number.
12857
12858         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12859
12860 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * canlock.el (canlock-sha1-function): Remove.
12863         (canlock-sha1-function-for-verify): Remove.
12864         (canlock-openssl-program): Remove.
12865         (canlock-openssl-args): Remove.
12866         (canlock-ignore-errors): Remove.
12867         (canlock-sha1-with-openssl): Remove.
12868         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12869         (canlock-verify): Don't use canlock-ignore-errors.
12870
12871         * sha1-el.el (sha1-string-external): Make it can return a string
12872         in binary form.
12873         (sha1-region-external): Ditto.
12874         (sha1-string-internal): Ditto.
12875         (sha1-region-internal): Ditto.
12876         (sha1-region): Ditto.
12877         (sha1-string): Ditto.
12878         (sha1): Ditto.
12879
12880 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12881
12882         * spam.el (spam-report-articles-gmane): New command.
12883
12884 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * gnus.el: Don't make unnecessary *Group* buffer when loading.
12887
12888         * run-at-time.el (run-at-time-saved): Remove.
12889         (run-at-time): Doc fix.
12890
12891 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12892
12893         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12894         (gnus-summary-limit-map): Add it.
12895         (gnus-summary-make-menu-bar): do.
12896
12897 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
12898
12899         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12900         Make attempt at some caching support (done for BBDB only now).
12901         (spam-find-spam): Set spam-cache-lookups if there are more than 2
12902         addresses to be checked.
12903         (spam-clear-cache-BBDB): Add function, to be invoked by
12904         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12905         (spam-check-BBDB): Check and use the caches, if
12906         spam-cache-lookups is on, remove superfluous (provide).
12907
12908 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12909
12910         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12911
12912 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
12913
12914         * run-at-time.el (run-at-time-saved): Move to after the definition
12915         of `run-at-time'.
12916
12917         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
12918
12919 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12920
12921         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12922         mm-w3m-local-map-property.
12923
12924         * mm-view.el (mm-w3m-mode-map): Remove.
12925         (mm-w3m-local-map-property): Remove.
12926         (mm-inline-text-html-render-with-w3m): Don't use
12927         mm-w3m-local-map-property.
12928
12929 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12930
12931         * run-at-time.el: New file.
12932
12933         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
12934         under Emacs.
12935
12936         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12937         of gnus-set-text-properties.
12938
12939         * gnus-uu.el (gnus-uu-save-article): Ditto.
12940
12941         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12942
12943         * gnus-cite.el (gnus-cite-parse): Ditto.
12944
12945         * gnus-art.el (gnus-button-push): Use set-text-properties instead
12946         of gnus-.
12947
12948         * gnus-xmas.el (run-at-time): Require run-at-time.
12949
12950         * gnus.el: Changed calls to nnheader-run-at-time and
12951         password-run-at-time throughout to use run-at-time directly.
12952
12953         * password.el: Removed definition of run-at-time.
12954
12955         * nnheaderxm.el: Remove definition of run-at-time.
12956
12957 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
12958
12959         * mml.el (mml-minibuffer-read-disposition): Show attachment type
12960         in prompt.
12961
12962 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12963
12964         * messagexmas.el (message-xmas-redefine): Alias
12965         `message-make-caesar-translation-table' to
12966         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
12967         version.
12968
12969         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
12970         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
12971         `gnus-xmas-set-text-properties'.
12972         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
12973         `gnus-xmas-completing-read'.
12974         (gnus-xmas-completing-read): Removed.
12975         (gnus-xmas-open-network-stream): Removed.
12976
12977         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12978         XEmacs version.
12979
12980         * dns.el (dns-make-network-process): Use `open-network-stream'
12981         instead of `gnus-xmas-open-network-stream'.
12982
12983         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
12984
12985         * .cvsignore: Add auto-autoloads.el, custom-load.el.
12986
12987 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12988
12989         * gnus-art.el (gnus-mime-display-alternative)
12990         (gnus-insert-mime-button, gnus-insert-mime-security-button)
12991         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12992         Don't use gnus-local-map-property.
12993
12994         * gnus-util.el (gnus-local-map-property): Remove.
12995
12996         * mm-view.el (mm-view-pkcs7-decrypt): Replace
12997         gnus-completing-read-maybe-default with completing-read.
12998
12999         * gnus-util.el (gnus-completing-read): do.
13000         (gnus-completing-read-maybe-default): Remove.
13001
13002 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13003
13004         * password.el: Only autoload `run-at-time' if not XEmacs.
13005         Only autoload the itimer functions if XEmacs.
13006
13007 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13010         XEmacsen.
13011
13012         * dgnushack.el: Autoload executable-find for XEmacs.
13013
13014 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13015
13016         * gnus-art.el (gnus-read-string): Remove.
13017         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13018         read-string.
13019
13020 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13021
13022         * netrc.el: Autoload password-read.
13023         (netrc): Add configuration group.
13024         (netrc-encoding-method, netrc-openssl-path): Add
13025         variables for encoding and decoding of files with symmetric
13026         ciphers.
13027         (netrc-encode): Add assistant function to encode a file with
13028         netrc-encoding-method.
13029         (netrc-parse): Add interactive parameter, added optional
13030         decoding if netrc-encoding-method is non-nil but otherwise
13031         behavior is standard.
13032         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13033         Do s/encode/encrypt/ everywhere.
13034
13035         * spam.el: Remove executable-find autoload.
13036
13037 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13038
13039         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13040
13041         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13042
13043 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13044
13045         * gnus-art.el (gnus-treat-ansi-sequences,
13046         (article-treat-ansi-sequences): New variable and function.
13047         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13048
13049         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13050         Use it.
13051
13052 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13053
13054         * mm-util.el (mm-quote-arg): Remove.
13055
13056         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13057         shell-quote-argument.
13058
13059         * gnus-uu.el (gnus-uu-command): do.
13060
13061         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13062
13063         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13064         with make-char.
13065
13066         * mm-util.el (mm-make-char): Remove.
13067
13068         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13069         add-minor-mode.
13070
13071         * gnus-undo.el (gnus-undo-mode): do.
13072
13073         * gnus-topic.el (gnus-topic-mode): do.
13074
13075         * gnus-sum.el (gnus-dead-summary-mode): do.
13076
13077         * gnus-start.el (gnus-slave-mode): do.
13078
13079         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13080
13081         * gnus-ml.el (gnus-mailing-list-mode): do.
13082
13083         * gnus-gl.el (gnus-grouplens-mode): do.
13084
13085         * gnus-draft.el (gnus-draft-mode): do.
13086
13087         * gnus-dired.el (gnus-dired-mode): do.
13088
13089         * gnus-ems.el (gnus-add-minor-mode): Remove.
13090
13091         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13092         Replace gnus-char-width with char-width.
13093
13094         * gnus-ems.el (gnus-char-width): Remove.
13095
13096         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13097         Replace gnus-char-width with char-width.
13098
13099         * gnus-ems.el (gnus-char-width): Remove.
13100
13101         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13102         definition.
13103         Remove Emacs 20 hash table compatibility code.
13104
13105         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13106         20 compatibility code.
13107
13108         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13109
13110         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13111
13112         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13113         with point-at-{eol,bol}.
13114
13115         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13116
13117         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13118
13119         * flow-fill.el (fill-flowed-point-at-bol)
13120         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13121
13122         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13123         Replace with point-at-{eol,bol} throughout all files.
13124
13125 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * ntlm.el (ntlm-string-as-unibyte): New macro.
13128         (ntlm-build-auth-response): Use it.
13129
13130         Remove Emacs 20 stuff:
13131         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13132         (butlast, mapc, remove): Remove the compiler macros.
13133         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13134         of delq and copy-sequence.
13135         * gnus-art.el (popup-menu): Remove the compiler macro.
13136         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13137         Emacs 20.
13138
13139 2004-01-05  Simon Josefsson  <jas@extundo.com>
13140
13141         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13142         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13143         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13144         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13145         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13146         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13147         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13148         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13149         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13150         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13151         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13152         string-xor into ntlm-string-xor.  Suggested by
13153         Jesper Harder <harder@myrealbox.com>.
13154
13155         * ntlm.el: Don't include poem.
13156
13157         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13158         Jesper Harder <harder@myrealbox.com>.
13159
13160         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13161
13162         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13163         probably breaks emacs with DL patch, but do we care? Is anyone
13164         still using the DL stuff?)
13165
13166         * sieve-manage.el: Use the password package.
13167         (sieve-manage-read-passwd): Remove.
13168         (sieve-manage-interactive-login): Use password.  Re-add
13169         condition-case around loop.
13170
13171         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13172         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13173         the password package.
13174
13175 2003-02-19  Simon Josefsson  <jas@extundo.com>
13176
13177         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13178         token.
13179
13180 2002-08-07  Simon Josefsson  <jas@extundo.com>
13181
13182         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13183         (sieve-manage-authenticators):
13184         (sieve-manage-authenticator-alist): Add some SASL mechs.
13185         (sieve-sasl-auth): New function.
13186         (sieve-manage-cram-md5-auth):
13187         (sieve-manage-plain-auth): Rewrite using SASL library.
13188         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13189         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13190         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13191         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13192
13193 2004-01-05  Simon Josefsson  <jas@extundo.com>
13194
13195         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13196         New files.
13197
13198 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13199
13200         * gnus-group.el (gnus-no-groups-message): Update.
13201
13202         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13203
13204 2003-11-09  Simon Josefsson  <jas@extundo.com>
13205
13206         * imap.el: Support for ID IMAP extension (RFC 2971).
13207         (imap-local-variables): Add imap-id.
13208         (imap-id): New variable.
13209         (imap-id): New function.
13210         (imap-parse-response): Parse untagged ID response.
13211         * nnimap.el (nnimap-id): New variable.
13212         (nnimap-open-connection): Use it.
13213
13214 2003-12-28  Simon Josefsson  <jas@extundo.com>
13215
13216         * gnus-score.el (gnus-score-edit-all-score): New.
13217         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13218
13219 2004-01-04  Simon Josefsson  <jas@extundo.com>
13220
13221         * password.el: Add.
13222
13223 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13224
13225         * dns.el: Add support for AAAA records (see RFC 3596)
13226
13227         * Fix typo PRT -> PTR
13228
13229         * Parse MX, PTR and SOA replies (see RFC 1035)
13230
13231 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13232
13233         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13234
13235         * Moved to Changelog.2.
13236
13237 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13238
13239         * gnus.el (gnus-version-number): Bump version.
13240
13241 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13242
13243         * gnus.el: No Gnus v0.1 is released.
13244
13245 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13246
13247         * gnus.el: No Gnus v0.0 is released.
13248
13249 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13250
13251         * gnus.el (gnus-version-number): Bump.
13252         (gnus-version): No.
13253
13254 See ChangeLog.2 for earlier changes.
13255
13256     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13257
13258   This file is part of GNU Emacs.
13259
13260   GNU Emacs is free software: you can redistribute it and/or modify
13261   it under the terms of the GNU General Public License as published by
13262   the Free Software Foundation, either version 3 of the License, or
13263   (at your option) any later version.
13264
13265   GNU Emacs is distributed in the hope that it will be useful,
13266   but WITHOUT ANY WARRANTY; without even the implied warranty of
13267   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13268   GNU General Public License for more details.
13269
13270   You should have received a copy of the GNU General Public License
13271   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13272
13273 ;; Local Variables:
13274 ;; coding: utf-8
13275 ;; fill-column: 79
13276 ;; add-log-time-zone-rule: t
13277 ;; End:
13278
13279 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4