(rfc2231-decode-encoded-string): Don't decode things that are not 2-digit
[gnus] / lisp / ChangeLog
1 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4         are not 2-digit hexadecimal characters that follow `%'s.
5
6 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7
8         * message.el (message-bogus-recipient-p): Fix type in doc string.
9         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
10         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11         Improve custom options.
12         (message-bogus-recipient-p): Adjust accordingly.
13
14 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * dgnushack.el: Autoload debug, eudc-expand-inline and
17         pgg-snarf-keys-region for XEmacs.
18
19         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
20
21         * nnmairix.el: Require edmacro when compiling with XEmacs.
22
23 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
24
25         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
26         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
27
28 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
29
30         * auth-source.el: Add more docs.
31
32         * netrc.el (netrc-machine): Always match if the port is not given.
33
34 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * nnheader.el (nnheader-read-timeout): Change the default timeout from
37         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
38         retrieval faster in some cases, but might make CPU usage larger.  If
39         this has any bad side effects, we might revert this change.
40
41         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
42         seems to make mail retrieval much, much faster.
43         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
44         unconditionally.
45
46         * gnus-draft.el (gnus-group-send-queue): Bind
47         message-send-mail-partially-limit to nil to avoid being prompted.
48
49 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
50
51         * mml.el (mml-attach-buffer): Prompt for `disposition'.
52
53         * message.el (message-bogus-address-regexp): Fix and improve custom
54         type.
55         (message-setup-hook): Add message-check-recipients as custom option.
56
57 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
58
59         * message.el (message-cite-function): Remove bogus autoload which crept
60         in during merge from v5-10.
61
62 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
63
64         * nnimap.el (nnimap-open-connection): Fix login/password bug.
65
66         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
67
68         * auth-source.el: Preliminary Tramp docs.
69         (auth-sources): Change the default auth-sources to use
70         EPA .gpg files.
71
72 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
73
74         * nntp.el: Autoload `auth-source-user-or-password'.
75         (nntp-send-authinfo): Use it.
76
77         * nnimap.el: Autoload `auth-source-user-or-password'.
78         (nnimap-open-connection): Use it.
79
80         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
81         for the gnus-message function.
82         (auth-source-user-or-password): Use it.
83
84 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
85
86         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
87         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
88         (rfc2104-hash): Use it.
89
90 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
91
92         * gnus-art.el (gnus-article-toggle-truncate-lines):
93         Don't use `iff' in docstring.
94
95 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
96
97         * gnus-registry.el: Adjusted copyright dates and added a keyword.
98
99         * gnus-util.el (gnus-extract-address-component-name)
100         (gnus-extract-address-component-email): Convenience functions around
101         `gnus-extract-address-components'.
102
103         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
104         Use `gnus-extract-address-component-email' to fix bug of comparing full
105         sender name to `user-mail-address'.
106
107 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
108
109         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
110         catch/throw to optimize.
111         (gnus-registry-find-keywords): Just use member to find a keyword.
112
113 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
114
115         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
116         is current before calling gnus-server-prepare.
117         (gnus-server-setup-buffer, gnus-server-update-server)
118         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
119
120 2008-05-04  Juri Linkov  <juri@jurta.org>
121
122         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
123         (mailcap-file-default-commands): Use mailcap-replace-in-string
124         instead of replace-regexp-in-string, and mailcap-delete-duplicates
125         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
126
127 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
128
129         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
130
131 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
132
133         * gnus.el: Bump version to 0.11
134
135 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
136
137         * gnus.el: No Gnus v0.10 is released.
138
139 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
142         hooks.
143         (gnus-update-read-articles): Speed up non-marks-using users.
144         (gnus-use-marks): Define gnus-use-marks.
145         (gnus-propagate-marks): Rename variable to something more sensible.
146
147 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
148
149         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
150         (gmm-image-load-path-for-library): Fix typos in docstrings.
151         (gmm-message): Reflow docstring.
152
153 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
154
155         * mail-source.el (mail-source-set-1, mail-source-bind):
156         Move auth-source code out of the macro to clean it up and fix bugs.
157
158 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
159
160         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
161         by sender if it's equal to user-mail-address, it's likely to be
162         useless.
163
164         * mail-source.el (mail-source-bind): Don't use user or password if they
165         are not bound.  Unintern them if they are nil.  Don't use server unless
166         it's bound, and default it to empty string otherwise.
167
168 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
169
170         * mail-source.el: Load auth-source.el.
171         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
172         get user name or password, if auth-sources is set up.
173
174         * gnus-registry.el (gnus-registry-split-strategy): New variable for
175         strategy of splitting with parent.
176         (gnus-registry-split-fancy-with-parent)
177         (gnus-registry-post-process-groups): Use it and fix prior
178         bug (returning a list as the split result).
179
180         * auth-source.el (auth-sources): Remove server parameter.
181         (auth-source-pick, auth-source-user-or-password)
182         (auth-source-user-or-password-imap)
183         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
184         (auth-source-user-or-password-sftp)
185         (auth-source-user-or-password-smtp): Remove server parameter.
186
187 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
188
189         * smime.el (smime-sign-region, smime-encrypt-region)
190         (smime-decrypt-region):
191         Remove redundant calls to `generate-new-buffer-name'.
192
193 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
194
195         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
196         Don't use QP for message/rfc822.
197         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
198
199 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
200
201         * sieve-manage.el (sieve-string-bytes): Remove.
202         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
203         correct byte-length only if the process's coding-system is the same as
204         the one used internally by Emacs to represent strings.
205
206 2008-04-22  Juri Linkov  <juri@jurta.org>
207
208         * mailcap.el (mailcap-file-default-commands): New function.
209
210 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
211
212         * message.el (message-signature-separator, message-cite-function):
213         Change custom version.
214
215 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
216
217         * tls.el (tls-program): Add -ign_eof argument to call the openssl
218         commands.
219         (tls-checktrust): Ditto.
220
221 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
222
223         * mm-decode.el (mm-display-external): Make temp file read-only.
224
225 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
226
227         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
228         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
229         `C-c C-f d'.
230
231 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
232
233         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
234
235 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
236
237         * gnus.el: Bump version to 0.9.
238
239 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
240
241         * gnus.el: No Gnus v0.8 is released.
242
243 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
244
245         * mail-source.el (mail-source-value):
246         Prefer fboundp to functionp so it works with macros as well.
247
248 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
249
250         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
251         Fix last change in case the element is not even a symbol.
252
253 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
254
255         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
256         Prefer fboundp to functionp so it works with macros as well.
257
258 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
259
260         * auth-source.el: Added docs.
261         (auth-sources): Modify format to support server.
262         (auth-source-pick, auth-source-user-or-password)
263         (auth-source-user-or-password-imap)
264         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
265         (auth-source-user-or-password-sftp)
266         (auth-source-user-or-password-smtp): Add server parameter.
267
268 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
269
270         * gnus-registry.el: Initialize the registry when gnus-registry-install
271         is t.
272
273 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * compface.el (uncompface): Make buffer unibyte.
276
277 2008-04-05  Glenn Morris  <rgm@gnu.org>
278
279         * gnus-ems.el (mm-disable-multibyte): Autoload it.
280
281 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
282
283         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
284         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
285
286         * nnheader.el (nnheader-init-server-buffer): Change buffer's
287         multibyteness after rather than before erasing it.
288
289         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
290         mm-with-multibyte.
291         (gnus-request-article-this-buffer): Make sure the proper decoding is
292         used if gnus-original-article-buffer happens to be unibyte.
293
294         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
295         default-enable-multibyte-characters.
296
297         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
298         default-enable-multibyte-characters.
299
300         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
301
302         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
303
304 2008-04-02  Simon Josefsson  <simon@josefsson.org>
305
306         * imap.el (imap-enable-exchange-bug-workaround): New variable.
307         (imap-message-copyuid-1): Use it.
308         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
309         J. Williams in
310         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
311
312         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
313         imap-enable-exchange-bug-workaround.
314         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
315
316 2008-04-01  Simon Josefsson  <simon@josefsson.org>
317
318         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
319         a 100 byte status-checks into a 2-3MB transfer for each group.
320         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
321         to enable bug workaround or not.
322         (nnimap-find-minmax-uid): Only enable workaround conditionally.
323
324 2008-03-31  Glenn Morris  <rgm@gnu.org>
325
326         * message.el (mml2015-use): Declare for compiler.
327         (message-info): Require mml2015 when appropriate.
328
329 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * Makefile.in (EMACS_COMP): Quote directory name that might contain
332         whitespace.
333
334 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
335
336         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
337         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
338         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
339         (nntp-service-to-port): New function.
340         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
341         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
342         (nntp-open-netcat-stream): New function.
343         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
344
345 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
346
347         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
348
349 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
350
351         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
352
353 2008-03-28  Magnus Henoch  <mange@freemail.hu>
354
355         * dns.el (dns-write): Use set-buffer-multibyte.
356
357 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
358
359         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
360
361 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
362
363         * message.el (message-signature-separator): Change default.
364         Improve custom type.
365         (message-cite-function): Change default to
366         message-cite-original-without-signature.
367
368         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
369         toggle.
370
371         * message.el (message-check-news-body-syntax): Fix signature check.
372         (message-setup-1): Mark buffer as unmodified _after_ running
373         message-setup-hook and handling message-alternative-emails.
374         (message-shorten-references): Be more strict when building list of
375         valid references to comply with GNKSA.
376
377         * gnus-group.el (gnus-read-ephemeral-bug-group)
378         (gnus-read-ephemeral-debian-bug-group)
379         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
380
381         * message.el (message-info): Don't use booleanp which isn't supported
382         in Emacs 21 and XEmacs.
383
384 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
385
386         * gnus-group.el (gnus-gmane-group-download-format): Rename from
387         gnus-group-gmane-group-download-format.
388         (gnus-group-read-ephemeral-gmane-group): Rename from
389         gnus-group-read-ephemeral-gmane-group.
390         (gnus-read-ephemeral-gmane-group-url): Rename from
391         gnus-group-read-ephemeral-gmane-group-url.
392         (gnus-bug-group-download-format-alist):  New variable.
393         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
394         (gnus-read-ephemeral-emacs-bug-group): New commands.
395
396 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
397
398         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
399         (gnus-visible-headers): Improve custom type.
400
401 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
402
403         * mml.el (mml-menu): Add workarounds for XEmacs.
404
405         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
406         X-Boundary header.
407
408         * message.el (message-simplify-recipients): Fix previous commit.
409
410 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
411
412         * mm-util.el (mm-set-buffer-multibyte): New function.
413         * mm-decode.el (mm-copy-to-buffer): Use it.
414
415 2008-03-19  Glenn Morris  <rgm@gnu.org>
416
417         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
418         Accidentally removed in the sync process with Emacs.
419
420 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
421
422         * message.el (message-alter-recipients-discard-bogus-full-name):
423         New function.
424         (message-alter-recipients-function): New variable.
425         (message-get-reply-headers): Use it.
426         (message-replace-header): New helper function.
427         (message-recipients-without-full-name): New variable.
428         (message-simplify-recipients): New command.
429
430         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
431
432         * message.el (message-info): Handle EasyPG manual.
433
434         * mml.el (mml-menu): Add entry for EasyPG.
435
436 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
437
438         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
439         parameter.
440
441         * message.el (message-disassociate-draft): Specify drafts group name
442         fully.
443
444 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
445
446         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
447         unnecessary duplicates from the match list.
448
449 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
450
451         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
452
453         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
454
455         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
456         args of `how-many' of which the XEmacs version doesn't take; declare
457         Info-index-next as function.
458
459 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
460
461         * gnus-score.el (gnus-score-headers): Fix handling of
462         gnus-inhibit-slow-scoring.
463
464         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
465         string.
466         (gnus-button-url-regexp): Improve handling of parenthesis.
467         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
468         (gnus-button-handle-info-keystrokes): Handle index entries.
469
470 2008-03-15  Glenn Morris  <rgm@gnu.org>
471
472         * parse-time.el (parse-time-string): Simplify.
473
474 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
475
476         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
477         Incoming* files.
478
479 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
480
481         * auth-source.el (auth-sources): Renamed from auth-source-choices.
482         (auth-source-pick): Use it.
483
484 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
485
486         * binhex.el (binhex-decode-region-internal):
487         * uudecode.el (uudecode-decode-region-internal):
488         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
489         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
490         setting default-enable-multibyte-characters.
491
492 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
493
494         * auth-source.el (auth-source-protocols)
495         (auth-source-protocols-customize, auth-source-choices): Added and
496         modified variable customizations and defaults.
497         (auth-source-pick, auth-source-user-or-password)
498         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
499         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
500         (auth-source-user-or-password-sftp)
501         (auth-source-user-or-password-smtp): Use new variables and provide an
502         interface to netrc.el.
503
504 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
505
506         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
507         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
508         Make sure the nntp port to specify is a string.
509
510 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
511
512         * nntp.el: Use with-current-buffer.
513         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
514         dubious mm-with-unibyte-current-buffer.
515         (nntp-with-open-group-function): New function extracted from
516         nntp-with-open-group macro.
517         (nntp-with-open-group): Use the function, so it's easier to debug.
518         Add indentation and debugging info.
519         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
520         the use of the netcat alternatives.
521
522         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
523         Avoid mm-string-as-multibyte as well.
524
525         * nnweb.el (nnweb-insert-html):
526         Remove use of nnheader-string-as-multibyte.
527
528         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
529         (nnheader-string-as-multibyte): Remove.
530
531         * mm-view.el: Use inhibit-read-only.
532         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
533         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
534         or unibyte-string.
535
536         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
537         (mm-uu-yenc-extract): Use with-current-buffer.
538
539         * gnus-soup.el (gnus-soup-send-packet): Don't use
540         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
541
542         * nnmh.el: Use with-current-buffer.
543         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
544         mm-string-as-multibyte on the output of mm-encode-coding-string.
545
546         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
547         (nnimap-request-move-article): Use with-current-buffer.
548
549         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
550         inserting the handle-buffer's text, so the implicit multibyte->unibyte
551         conversion uses string-make-unibyte rather than string-as-unibyte.
552
553         * gnus-msg.el: Use with-current-buffer.
554
555         * message.el (message-ignored-resent-headers): Add "Delivered-To".
556
557 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
558
559         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
560         string for caching if it is 'PIN.
561
562 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * lpath.el: Consider the case without Emacs/W3.
565
566 2008-03-08  Glenn Morris  <rgm@gnu.org>
567
568         * time-date.el (date-to-time, time-subtract, time-add)
569         (safe-date-to-time): Doc fixes.
570
571 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
572
573         * mail-source.el (mail-source-delete-old-incoming-confirm):
574         Change default to nil.
575         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
576
577 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * lpath.el: Rearrange.
580
581         * gnus-art.el (gnus-narrow-to-page): Position point properly.
582         (gnus-article-goto-prev-page): Work for articles having ^L's.
583
584         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
585
586         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
587
588 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
589
590         * gnus-bookmark.el: Adjust for renames in bookmark.el.
591         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
592         (gnus-bookmark-jump): Adjust some variable names.
593
594 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
595
596         * auth-source.el: New package.
597         (auth-source-choices): Add customization entry point variable.
598
599         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
600         bug.
601
602 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
603
604         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
605         (gnus-registry-initialize, gnus-registry-install-p): Use it.
606         (gnus-registry-install-shortcuts): Rename from
607         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
608         the `gnus-registry-mark-map' keymap dynamically from
609         `gnus-registry-marks'.  The generated functions update the summary line
610         when a registry mark is added or deleted, and will call
611         `gnus-registry-install-p' (see the comments in the code).
612         (gnus-registry-user-format-function-M): Use concat intelligently.
613
614         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
615         the registry mark functions.
616
617 2008-03-05  Glenn Morris  <rgm@gnu.org>
618
619         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
620         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
621         gnus-art.
622         (top-level): No need to load own source when compiling.
623
624 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
625
626         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
627         Suggested by <chris.anderton@zetnet.co.uk>.
628
629 2008-03-04  Glenn Morris  <rgm@gnu.org>
630
631         * gnus-sum.el (top-level): No need to require gnus when compiling,
632         since unconditionally required near start of file.
633         (gnus-summary-display-while-building): Move definition before use.
634
635 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
636
637         * gnus-registry.el (gnus-registry-user-format-function-M): Add
638         formatting function.
639
640 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
641
642         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
643         with plists.
644         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
645         Use new format.
646
647 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
650         `where-is-internal' that returns a range of key sequences.
651
652 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
653
654         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
655
656         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
657         (gnus-summary-jump-to-group): Consider windows on other displayed
658         frames as well.  Similar changes might be needed elsewhere, but that's
659         the one I've bumped into during my use.
660
661         * nndoc.el (nndoc-oe-dbx-type-p):
662         * gnus-msg.el (gnus-debug):
663         * gnus-group.el (gnus-update-group-mark-positions):
664         Use mm-string-to-multibyte.
665
666 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
667
668         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
669         doesn't handle NotDashEscaped.
670
671         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
672         (mml-dnd-attach-options): Fix typo in custom choice.
673
674         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
675         nndoc-article-type to mbox.
676         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
677
678         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
679         to nil, instead of html2text.
680
681         * imap.el (imap-debug): Add `imap-ping-server'.
682
683         * gnus-bookmark.el: Add FIXMEs.
684
685         * message.el (message-form-letter-separator)
686         (message-send-form-letter-delay): New variables.
687         (message-send-form-letter): Use them.  New command to send form
688         letters.  Requested by Uwe Siart.
689         (message-send-mail-function): Doc fix.  Add "Other" custom option.
690
691 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
692
693         * Update copyright years.
694
695 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
696
697         Sync from EMACS_22_BASE.
698
699         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
700
701 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
702
703         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
704         empty author.
705
706 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
707
708         * gnus-registry.el (gnus-registry-marks): Add variable for
709         customization of marks and their appearance.
710         (gnus-registry-read-mark): Use it.
711         (gnus-registry-do-marks): Add utility function to loop through
712         `gnus-registry-marks'.
713         (gnus-registry-install-shortcuts-and-menus): Add function to install
714         shortcuts and menus.
715         (gnus-registry-initialize): Use it.
716         (gnus-registry-default-mark): Clarify documentation.
717
718 2008-02-29  Glenn Morris  <rgm@gnu.org>
719
720         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
721         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
722         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
723         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
724         Change defcustom :version from 23.0 to 23.1.
725
726 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
727
728         * gnus-registry.el (gnus-registry-follow-group-p)
729         (gnus-registry-post-process-groups): Add functions to aid registry
730         splitting and improve logging.  Clarify behavior in function
731         documentation.
732         (gnus-registry-split-fancy-with-parent): Use them.
733
734 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
735
736         * gnus-art.el: Use with-current-buffer.
737
738 2008-02-27  David Engster  <dengste@eml.cc>
739
740         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
741         Express real group name in the response.
742
743 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
744
745         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
746         (nnmairix-last-server, nnmairix-current-server): Defvar them.
747         (nnmairix-goto-original-article): Defvar gnus-registry-install and
748         autoload gnus-registry-fetch-group when compiling.
749         (nnmairix-request-group-with-article-number-correction): Remove
750         unreferenced argument passed to nnmairix-call-backend.
751
752 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
753
754         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
755         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
756         Wilde.
757
758 2008-02-27  Glenn Morris  <rgm@gnu.org>
759
760         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
761         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
762         variables to defconsts.  Convert comments to doc-strings.
763         (nnmairix-last-server, nnmairix-current-server): Convert from free
764         variables to defvars.  Convert comments to doc-strings.
765         (gnus-registry-fetch-group): Autoload.
766         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
767         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
768         (nnmairix-widget-build-editable-fields): Use car cddr rather than
769         caddr.
770         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
771         nnmairix-request-group-with-article-number-correction call.
772         (nnmairix-fast, nnmairix-group): New, less general names, for free
773         variables passed from nnmairix-request-group to
774         nnmairix-request-group-with-article-number-correction.  Declare.
775         (nnmairix-request-group-with-article-number-correction):
776         Use nnmairix-fast, nnmairix-group rather than fast, group.
777
778 2008-02-26  David Engster  <dengste@eml.cc>
779
780         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
781         version 0.5.
782
783 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
784
785         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
786         instead of making an extra function call.  Don't add the current group
787         to articles only when they have the group.  Use
788         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
789         Reported by David <de_bb@arcor.de>.
790
791 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
792
793         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
794         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
795
796 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
797
798         * mail-source.el (mail-source-delete-incoming): Change default.
799         Supplement doc string.
800
801         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
802
803 2008-02-14  Glenn Morris  <rgm@gnu.org>
804
805         * time-date.el (format-seconds): New function.
806
807 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
808
809         * nnmail.el (nnmail-message-id-cache-file): Derive from
810         `gnus-home-directory'.
811
812 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
813
814         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
815         Document negative prefix.
816
817         * gnus-group.el (gnus-group-read-group): Document negative prefix.
818
819 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
820
821         * message.el (message-unsent-separator): Add the Exim bounce
822         separator.
823
824 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
825
826         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
827         list.
828         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
829         recipient/signer list.
830
831 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * Makefile.in (datarootdir): Define.
834         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
835         name that might contain whitespace.
836
837 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
838
839         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
840         fbound (Emacs 23 unicode), signal an error.
841
842 2008-02-08  Glenn Morris  <rgm@gnu.org>
843
844         * gnus-art.el (pgg-display-output-buffer): Declare as function.
845
846 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
847
848         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
849         ports to the calls to `netrc-machine-user-or-password' in addition to
850         "imap" and "imaps".
851
852 2008-02-01  Zhang Wei  <id.brep@gmail.com>
853
854         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
855
856         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
857
858 2008-02-01  Kenichi Handa  <handa@m17n.org>
859
860         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
861         rfc2104-hexstring-to-bitstring and changed to return a byte list.
862         (rfc2104-hash): Convert the result of concat to unibyte string.
863
864 2008-02-01  Dave Love  <fx@gnu.org>
865
866         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
867         coding-system-for-read.
868         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
869
870 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
871
872         * gnus.el (gnus-group-startup-message): Add `find-image' call before
873         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
874         <hanche@math.ntnu.no>.
875
876 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
877
878         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
879
880         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
881
882 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
883
884         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
885         * message.el (message-beginning-of-line): Use featurep instead of bound
886         tests in order to resolve conditionals at compile time.
887
888 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
889
890         * mail-source.el (mail-sources): Add `group' choice.
891
892         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
893         parameter `in-group' to control into which group the articles go.
894         Add treatment of `group' mail-source.
895
896 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
899
900         * mm-decode.el (mm-dissect-buffer): Decode description.
901
902         * mml.el (mml-to-mime): Encode message header first.
903
904 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
907         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
908
909         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
910         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
911
912 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
913
914         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
915
916 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
919         prefix keys.
920         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
921         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
922         gnus-xmas.el.
923
924         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
925         (gnus-xmas-article-describe-bindings): New function.
926         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
927         gnus-xmas-article-describe-bindings.
928
929         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
930
931 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
932
933         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
934         Add new variables for article mark management.
935         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
936         list of extra data entries which, when present, will indicate that the
937         article ID should not be trimmed from the registry.
938         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
939         functions.
940         (gnus-registry-read-mark): New function to read a mark name from the
941         user.
942         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
943         (gnus-registry-set-article-mark-internal): New functions to add and
944         remove marks.
945         (gnus-registry-get-article-marks): New function to show the marks for
946         an article, or retrieve them for further use.
947
948 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
951         keys when no argument is given.
952
953 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
954
955         * imap.el (imap-ping-server): New variable.
956         (imap-opened): On add extra ping if imap-ping-server is non-nil.
957         (imap-ping-server): Minor doc string fixes.
958
959 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
960
961         * imap.el (imap-ping-server): New function.
962         (imap-opened): Call imap-ping-server.
963
964 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
965
966         * gnus-sum.el (gnus-article-sort-by-random)
967         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
968         jidanni@jidanni.org.
969
970 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * gnus-art.el (gnus-article-describe-bindings): New function.
973         (gnus-article-read-summary-keys): Use it.
974         (gnus-article-mode-map): Bind `C-h b' to it.
975
976 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
979         XEmacs.
980         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
981         against non-character events.
982
983         * lpath.el: Fbind map-keymap for Emacs 21.
984
985 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
986
987         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
988         command.
989         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
990         instead of END.  Change name of the temp file.
991         (gnus-group-gmane-group-download-format): Add doc string.  Make it
992         customizable.
993
994 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
997         bind `S W' to gnus-article-wide-reply-with-original; set default
998         binding to gnus-article-read-summary-send-keys.
999         (gnus-article-read-summary-keys): Fix the order of keys; display
1000         continuation keys correctly in the echo area; describe bindings
1001         correctly when keys end with `C-h'.
1002         (gnus-article-read-summary-send-keys): New function.
1003         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1004         for gnus-article-read-summary-send-keys; display continuation keys
1005         correctly in the echo area.
1006         (gnus-article-reply-with-original): Ignore prefix argument.
1007         (gnus-article-wide-reply-with-original): New function.
1008
1009         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1010         Emacs 21.
1011
1012 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1013
1014         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1015         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1016
1017 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1018
1019         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1020         (gnus-group-read-ephemeral-gmane-group): New command.
1021
1022 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1023
1024         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1025
1026 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1027
1028         * message.el (message-send-mail-function): Increase custom version.
1029
1030         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1031         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1032
1033 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1034
1035         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1036         for the cases where imap-authenticate is called with a nil buffer
1037         parameter.
1038
1039 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1042         html parts correctly; support forwarded messages.
1043         (gnus-article-browse-html-article): Remove work buffers.
1044
1045         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1046         compiling.
1047         (netrc-bound-and-true-p): New macro.
1048         (netrc-parse): Use it instead of bound-and-true-p that is not available
1049         in XEmacs 21.4.
1050
1051 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1052
1053         * gnus-registry.el (gnus-registry-mark-article)
1054         (gnus-registry-article-marks): Add functionality to mark articles
1055         through the Gnus registry.
1056
1057         * encrypt.el: Clarify documentation for the new pgg method.
1058         (encrypt-file-alist): Add PGG option.
1059         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1060         functionality.  Abstract password key and messaging to external
1061         functions.
1062         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1063         (encrypt-message-method-and-cipher): Add new convenience external
1064         functions.
1065         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1066         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1067
1068         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1069         (netrc-parse): Use encrypt-file-alist to determine if
1070         encrypt-find-model or encrypt-insert-file-contents should be used.
1071
1072         * encrypt.el: Clarify documentation.  Load password-cache or
1073         password, whichever one is found first, instead of autoloading.
1074
1075 2007-12-19  Glenn Morris  <rgm@gnu.org>
1076
1077         * mml.el (message-options-set, message-narrow-to-head)
1078         (message-in-body-p, message-mail-p, message-encode-message-body):
1079         Autoload.
1080         (message-remove-header, message-narrow-to-headers-or-head)
1081         (message-subscribed-p, message-make-mail-followup-to)
1082         (message-position-on-field, message-news-p)
1083         (message-options-set-recipient, message-generate-headers)
1084         (message-sort-headers): Declare as functions.
1085
1086 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1087
1088         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1089         convention in doc string.
1090
1091 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1092
1093         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1094         title to html parts.
1095         (gnus-article-browse-html-article): Pass message header to it.
1096
1097         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1098
1099 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1100
1101         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1102         or password compatible with XEmacs.
1103
1104 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1105
1106         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1107         format document.
1108         (gnus-mime-delete-part): Don't write description line if empty.
1109         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1110
1111 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1112
1113         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1114         (gnus-summary-mark-read-and-unread-as-read)
1115         (gnus-summary-mark-current-read-and-unread-as-read)
1116         (gnus-summary-mark-unread-as-ticked): Doc fix.
1117         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1118
1119 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1120
1121         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1122         Christoph Conrad <christoph.conrad@gmx.de>.
1123
1124 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1125
1126         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1127         yes-or-no-p.
1128
1129 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * mm-decode.el (mm-add-meta-html-tag): New function.
1132         (mm-save-part-to-file, mm-pipe-part): Use it.
1133
1134         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1135         gnus-y-or-n-p instead of y-or-n-p.
1136         (gnus-article-browse-html-parts): Work with message/external-body; use
1137         mm-add-meta-html-tag.
1138
1139 2007-12-11  Glenn Morris  <rgm@gnu.org>
1140
1141         * gnus-cache.el: Require gnus-sum not just when compiling.
1142
1143         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1144
1145         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1146         definitions before use.
1147
1148         * mm-decode.el: Require gnus-util.
1149         (mm-remove-part): Only call delete-annotation on XEmacs.
1150
1151         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1152
1153         * nnmail.el: Require gnus-int.
1154
1155         * spam.el: Move `require's before `eval-when-compile's.
1156
1157         * gnus-ems.el (gnus-alive-p):
1158         * gnus-fun.el (message-goto-eoh):
1159         * gnus-util.el (gnus-group-name-decode):
1160         * mail-source.el (gnus-compress-sequence):
1161         * message.el (Info-goto-node, format-spec):
1162         * mm-bodies.el (message-options-get):
1163         * mm-decode.el (mm-view-pkcs7):
1164         * mm-util.el (gmm-write-region):
1165         * mml-smime.el (mml-compute-boundary)
1166         (gnus-completing-read-with-default):
1167         * mml.el (widget-button-press, gnus-make-hashtable):
1168         * mml1991.el (mm-decode-content-transfer-encoding)
1169         (mm-encode-content-transfer-encoding)
1170         (message-options-get, message-options-set):
1171         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1172         * nnfolder.el (gnus-request-group):
1173         * nnheader.el (ietf-drums-unfold-fws):
1174         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1175         * smime.el (gnus-run-mode-hooks):
1176         * spam-stat.el (gnus-message): Autoload.
1177
1178         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1179         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1180         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1181         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1182         Add declare-function compatibility definition.
1183
1184         * gnus-cache.el (nnvirtual-find-group-art):
1185         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1186         (gnus-add-image, gnus-add-wash-type):
1187         * gnus-group.el (nnkiboze-score-file):
1188         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1189         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1190         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1191         (message-tokenize-header, gnus-get-buffer-create)
1192         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1193         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1194         * gnus.el (gnus-group-decoded-name):
1195         * mail-source.el (imap-capability):
1196         * mm-bodies.el (message-options-set):
1197         * mm-decode.el (gnus-configure-windows):
1198         * mm-extern.el (message-goto-body):
1199         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1200         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1201         (epg-sub-key-validity, message-options-set):
1202         * mml.el (widget-event-point, gnus-configure-windows):
1203         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1204         * mml2015.el (epg-check-configuration, epg-configuration)
1205         (message-options-set):
1206         * nndb.el (nndb-request-article):
1207         * nnfolder.el (gnus-request-create-group):
1208         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1209         * nnmaildir.el (gnus-group-mark-article-read):
1210         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1211         * rfc1843.el (message-fetch-field):
1212         * spam.el (gnus-extract-address-components):
1213         Declare as functions.
1214
1215 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1216
1217         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1218
1219         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1220
1221         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1222         bind show-trailing-whitespace for XEmacs.
1223
1224 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1225
1226         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1227         new no-op macro for backward compatibility.
1228
1229         * imap.el (imap-string-to-integer): New function.
1230
1231 2007-12-09  Glenn Morris  <rgm@gnu.org>
1232
1233         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1234
1235         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1236         * message.el, mm-view.el, sieve-manage, smime.el:
1237         Add declare-function compatibility definition.
1238
1239         * gnus-art.el (w3-region, w3m-region, Info-menu):
1240         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1241         * gnus-sum.el (gnus-get-predicate):
1242         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1243         * message.el (mail-abbrev-in-expansion-header-p):
1244         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1245         (w3m-detect-meta-charset, w3m-region):
1246         * sieve-manage.el (password-read, password-cache-add)
1247         (password-cache-remove):
1248         * smime.el (password-read-and-add): Declare as functions.
1249
1250 2007-12-08  David Kastrup  <dak@gnu.org>
1251
1252         * gnus-sum.el (gnus-summary-simplify-subject-query):
1253         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1254         `message'.
1255
1256 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1259         it to bind idna-program, installation-directory, defined-colors, and
1260         face-attribute for XEmacs of the version that compiles defcustom forms.
1261
1262 2007-12-07  Glenn Morris  <rgm@gnu.org>
1263
1264         * gnus-art.el (article-make-date-line): Revert previous change.
1265
1266 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1267
1268         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1269
1270 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1271
1272         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1273         Call gnus-add-to-range ranges only once with a prepared article-list.
1274
1275 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1276
1277         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1278         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1279         group names with backslashes.  Reported by Tassilo Horn
1280         <tassilo@member.fsf.org>.
1281
1282 2007-12-06  D. Goel  <deego3@gmail.com>
1283
1284         * gnus-art.el (article-make-date-line):
1285         * gnus-start.el (gnus-load):
1286         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1287
1288 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * gnus-art.el (gnus-use-idna)
1291         * gnus-start.el (gnus-site-init-file)
1292         * message.el (message-use-idna)
1293         * mm-uu.el (mm-uu-hide-markers)
1294         * smiley.el (smiley-style): Revert changes that suppress warnings.
1295
1296 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1297
1298         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1299         specify charset to html source.  Reported by Christoph Conrad
1300         <christoph.conrad@gmx.de>.
1301
1302 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1305         idna-program in order to suppress byte compile warning issued by XEmacs
1306         that came to byte compile the default value section of defcustom forms
1307         recently.
1308
1309         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1310         value of installation-directory.
1311
1312         * message.el (message-use-idna): Don't directly refer to the value of
1313         idna-program.
1314
1315         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1316
1317         * smiley.el (smiley-style): Don't directly call face-attribute.
1318
1319 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1320
1321         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1322
1323         * gnus-dired.el: Reduce Gnus dependencies.
1324         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1325         require.  Use autoloads instead.
1326         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1327         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1328         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1329         (gnus-dired-mode): Adjust doc string.
1330         (gnus-dired-mail-mode): New variable.
1331         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1332         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1333         (gnus-dired-mail-buffers): New function.  Return mail or message
1334         composition buffers.
1335         (gnus-dired-attach): Use it.
1336         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1337         NO-DECODE.
1338         (gnus-dired-print): Use `gnus-print-buffer' depending on
1339         `gnus-dired-mail-mode'.
1340
1341 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * rfc2047.el (rfc2047-encoded-word-regexp)
1344         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1345         explaining what regexp patterns are for.
1346
1347 2007-12-04  Glenn Morris  <rgm@gnu.org>
1348
1349         * password.el: Move to password-cache.el.
1350
1351         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1352         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1353         * mml-smime.el (password-read, password-cache-add)
1354         (password-cache-remove):
1355         No need to autoload, since mml-sec requires password.
1356
1357         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1358         * message.el (gnus-extract-address-components):
1359         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1360
1361         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1362         password.
1363
1364 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1365
1366         * mailcap.el: Reduce dependencies.
1367         (mail-header-parse-content-type): Autoload.
1368         (mailcap-delete-duplicates): New alias.
1369         (mailcap-mime-info): Add optional argument NO-DECODE.
1370         (mailcap-mime-types): Use mailcap-delete-duplicates.
1371
1372         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1373
1374 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1375
1376         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1377         (imap-parse-status): Upcase status-att for servers that sends them
1378         lower-case (e.g., MS Exchange 2007).
1379
1380 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381
1382         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1383         function.
1384
1385         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1386         (gnus-uu-yenc-article): New function.
1387
1388         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1389
1390         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1391         buffer.
1392
1393 2007-12-02  Glenn Morris  <rgm@gnu.org>
1394
1395         * binhex.el (binhex): New custom group.
1396         (binhex-decoder-program, binhex-decoder-switches)
1397         (binhex-use-external): Move to the binhex custom group.
1398
1399         * uudecode.el (uudecode): New custom group.
1400         (uudecode-decoder-program, uudecode-decoder-switches)
1401         (uudecode-use-external): Move to the uudecode custom group.
1402
1403         * netrc.el (top-level): Don't load `encrypt' features.
1404         (netrc-parse): Don't use encrypt.
1405         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1406
1407         * encrypt.el: Remove file.
1408
1409 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1410
1411         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1412         matches on patches.
1413
1414         * gnus-art.el (gnus-article-browse-html-article): Mention
1415         `mm-text-html-renderer' in the doc string.
1416
1417         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1418         string.  Add comments.
1419
1420         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1421         if rhs is ASCII.
1422
1423 2007-12-01  Glenn Morris  <rgm@gnu.org>
1424
1425         * mail-source.el (top-level): Require format-spec before
1426         eval-when-compile.
1427
1428 2007-11-30  Glenn Morris  <rgm@gnu.org>
1429
1430         * encrypt.el: Require password, rather than autoloading password-read.
1431
1432 2007-11-29  Glenn Morris  <rgm@gnu.org>
1433
1434         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1435         (sasl-make-client, sasl-next-step, sasl-step-data)
1436         (sasl-step-set-data): Declare as functions.
1437
1438 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1439
1440         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1441
1442 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1443
1444         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1445         certs should be verified and what is to be done in the event of a
1446         verification failure.
1447
1448         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1449         caller can indicate whether the cache should be disregarded for this
1450         call.  This way the result of the call is reproducible at all times and
1451         can be considered a canonical server name for the supplied method.
1452         (gnus-agent-method-p): Canonicalize server names by pushing their
1453         method through `gnus-method-to-server' using the no-cache argument.
1454
1455         * gnus-srvr.el (gnus-server-insert-server-line): Call
1456         `gnus-method-to-server' with `no-cache' argument.
1457
1458         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1459         gnus-agent-possibly-synchronize-flags as this should be called when the
1460         server is actually being opened.
1461         (gnus-agent-possibly-synchronize-flags)
1462         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1463         flags file of an agentized server to the latter function.
1464
1465         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1466         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1467         after a connection has been established successfully.
1468
1469 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1470
1471         * gnus-art.el (article-display-face): Force to display face if called
1472         interactively; check if gnus-article-x-face-too-ugly matches author.
1473         (article-display-x-face): Display face even if From header is missing
1474         as article-display-face does.
1475
1476 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1477
1478         * hashcash.el (message-narrow-to-headers-or-head)
1479         (message-fetch-field, message-goto-eoh)
1480         (message-narrow-to-headers): Declare as functions.
1481
1482 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1483
1484         * mail-source.el (mail-sources): Default to fetch from file for
1485         compatibility with default of nnmail-spool-file.
1486
1487 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1488
1489         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1490         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1491         to look for encoded word that should be encoded again.
1492         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1493         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1494         encoding pattern.
1495         (rfc2047-decode-region): Switch strict regexp and loose one according
1496         to rfc2047-allow-irregular-q-encoded-words.
1497
1498 2007-11-25  Romain Francoise  <romain@orebokech.com>
1499
1500         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1501
1502 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1503
1504         * tls.el (tls-program): Provide more custom choices from
1505         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1506         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1507
1508 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1509
1510         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1511         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1512
1513         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1514         `nnmail-spool-file'.
1515
1516         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1517         `nnmail-spool-file'.
1518
1519         * gnus-move.el (gnus-change-server): Ditto.
1520
1521         * gnus-kill.el (gnus-batch-score): Ditto.
1522
1523         * gnus-cache.el (gnus-jog-cache): Ditto.
1524
1525         * gnus-msg.el (gnus-summary-reply):
1526         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1527
1528 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1529
1530         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1531         version.  Minor improvement to doc strings.
1532         (tls-program): Add comment.
1533
1534 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1535
1536         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1537         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1538         mismatch between the hostname provided in the certificate and the name
1539         of the host connnecting to.
1540         (open-tls-stream): Use them.  Check certificates against trusted root
1541         certificates.
1542
1543 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1544
1545         * gnus-cache.el (gnus-cache-generate-nov-databases):
1546         Use nnml-generate-nov-databases-directory instead of
1547         nnml-generate-nov-databases-1.
1548
1549 2007-11-24  Glenn Morris  <rgm@gnu.org>
1550
1551         * message.el (message-tool-bar-retro): Update for rename
1552         mail_send.xpm->mail-send.xpm.
1553
1554 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1555
1556         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1557         `smime-ldap-search' for Emacs 22 and up.
1558
1559 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1560
1561         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1562
1563         * message.el (message-send-mail-function): Fix error convention.
1564         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1565         (message-widen-reply, message-send-mail, message-talkative-question)
1566         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1567         (message-clone-locals, message-send-news): Use with-current-buffer.
1568         (message-insert-or-toggle-importance): Remove unused var `valid'.
1569         (message-make-references): Remove unused var `new-references'.
1570         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1571
1572 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1573
1574         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1575         (spam-split-symbolic-return-positive): Reflow docstring.
1576         (spam-backends, spam-summary-exit-behavior)
1577         (spam-mark-ham-unread-before-move-from-spam-group)
1578         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1579         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1580         (spam-clear-cache, spam-backend-check, spam-install-backend)
1581         (spam-install-statistical-backend, spam-list-of-processors)
1582         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1583         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1584         (spam-check-crm114, spam-initialize, spam-unload-hook):
1585         Fix typos in docstrings.
1586
1587 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1590         been checked if they have never been read and those group levels are
1591         higher than the one that a user specified.
1592
1593 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1596         foreign groups unless a group level is specified by a user.
1597         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1598
1599 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1600
1601         * message.el (message-send-mail-function): Require sendmail.
1602
1603 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1604
1605         * message.el (message-send-mail-function): Check for smtpmail too.
1606
1607         * utf7.el (utf7-encode, utf7-decode): Use coding system
1608         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1609
1610         * message.el (message-send-mail-function): New function.
1611         (message-send-mail-function): Set default using
1612         message-send-mail-function.  Adjust doc string.
1613         (message-send-mail-with-mailclient): New function.
1614
1615 2007-11-17  Richard Stallman  <rms@gnu.org>
1616
1617         * assistant.el: Remove file.
1618
1619 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1620
1621         * smime.el (from):
1622         * rfc2047.el (message-posting-charset):
1623         * qp.el (mm-use-ultra-safe-encoding):
1624         * pop3.el (parse-time-months):
1625         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1626         * nnml.el (files):
1627         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1628         (jka-compr-compression-info-list, ange-ftp-path-format)
1629         (efs-path-regexp):
1630         * nndiary.el (files):
1631         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1632         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1633         (epg-digest-algorithm-alist, inhibit-redisplay)
1634         (password-cache-expiry):
1635         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1636         (pgg-output-buffer, password-cache-expiry):
1637         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1638         (efs-path-regexp):
1639         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1640         (inhibit-redisplay):
1641         * mm-uu.el (file-name, start-point, end-point, entry)
1642         (gnus-newsgroup-name, gnus-newsgroup-charset):
1643         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1644         (latin-unity-ucs-list):
1645         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1646         (mm-uu-binhex-decode-function):
1647         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1648         (rmail-enable-mime-composing, gnus-local-organization)
1649         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1650         (gnus-read-active-file, facemenu-add-face-function)
1651         (facemenu-remove-face-function, gnus-article-decoded-p)
1652         (tool-bar-mode):
1653         * mail-source.el (display-time-mail-function):
1654         * gnus-util.el (nnmail-pathname-coding-system)
1655         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1656         (gnus-original-article-buffer, gnus-user-agent)
1657         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1658         (xemacs-codename, sxemacs-codename, emacs-program-version):
1659         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1660         * gnus-start.el (gnus-agent-covered-methods)
1661         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1662         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1663         (gnus-newsgroup-headers, gnus-group-list-mode)
1664         (gnus-group-mark-positions, gnus-newsgroup-data)
1665         (gnus-newsgroup-unreads, nnoo-state-alist)
1666         (gnus-current-select-method, mail-sources)
1667         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1668         (nnmail-spool-file, gnus-cache-active-hashtb):
1669         * gnus-mh.el (mh-lib-progs):
1670         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1671         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1672         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1673         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1674         (gnus-group-buffer):
1675         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1676         (font-lock-set-defaults):
1677         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1678         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1679         (gnus-summary-post-menu, total-parts, type, condition, length):
1680         * gnus-agent.el (gnus-agent-read-agentview):
1681         * flow-fill.el (show-trailing-whitespace):
1682         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1683         eval-and-compile wrappers for byte compiler pacifiers.
1684
1685         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1686         (mm-display-inline-fontify): Check for featurep 'xemacs not
1687         extent-list.
1688
1689         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1690         itimer-list.
1691         (mm-create-image-xemacs): Only do something for XEmacs.
1692         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1693
1694         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1695
1696         * gnus-registry.el (gnus-adaptive-word-syntax-table):
1697         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1698
1699 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1700
1701         * nnimap.el (nnimap-split-download-body):
1702         * gnus-demon.el (gnus-demon):
1703         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1704
1705 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1708         macros.
1709         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1710         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1711         copy data from unibyte buffer to multibyte current buffer.
1712         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1713         to copy data from unibyte current buffer to multibyte buffer.
1714         (nntp-make-process-buffer): Make process buffer unibyte.
1715
1716         * pop3.el (pop3-open-server): Fix typo in Lisp code.
1717
1718 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
1719
1720         * pop3.el (pop3-open-server): Accept and process data more robustly at
1721         connexion start to avoid spurious "POP SSL connexion failed" errors.
1722
1723 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1724
1725         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1726         read group names.
1727
1728 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
1729
1730         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1731
1732 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * nnmail.el (nnmail-parse-active): Make group names unibyte.
1735         (nnmail-save-active): Use a unibyte buffer when saving active file,
1736         which may contain non-ASCII group names.
1737
1738         * nnml.el (nnml-request-group): Decode group names in messages.
1739
1740 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1741
1742         * message.el (message-citation-line-function)
1743         (message-insert-formatted-citation-line): Fix spelling of
1744         `message-insert-formated-citation-line'.
1745
1746 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
1747
1748         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1749
1750 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1751
1752         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1753         nnmail-pathname-coding-system.
1754
1755         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1756         that a user enters; decode group names in messages.
1757
1758         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1759
1760 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1761
1762         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1763
1764         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1765
1766         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1767         risky local variable.
1768
1769         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1770
1771 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1772
1773         * encrypt.el: Improve documentation to fix function name typo.
1774         Reported by Daiki Ueno <ueno@unixuser.org>.
1775
1776 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1779         even if the point is not in the last page of an article.
1780         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1781         back to the previous page.
1782
1783 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
1784
1785         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1786
1787 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1788
1789         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1790
1791 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1792
1793         * message.el (message-check-news-body-syntax): Avoid
1794         mm-string-as-multibyte.
1795         (message-hide-headers): Don't assume (point-min)==1.
1796
1797 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1798
1799         * message.el (message-remove-blank-cited-lines): Fix if remove is
1800         given.
1801         (message-bogus-address-regexp): New variable.
1802         (message-bogus-recipient-p): New function.
1803         (message-check-recipients): New command.
1804         (message-syntax-checks): Add `bogus-recipient'.
1805         (message-fix-before-sending): Add `bogus-recipient'.
1806
1807         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1808         (gnus-treat-body-boundary): Don't test window-system.
1809
1810 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
1811
1812         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1813
1814 2007-10-28  Miles Bader  <miles@gnu.org>
1815
1816         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1817         at compile-time too.
1818
1819 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1820
1821         * gnus-msg.el (gnus-message-setup-hook): Add
1822         `message-remove-blank-cited-lines' to options.
1823
1824 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1825
1826         * message.el (message-remove-blank-cited-lines): New function.
1827         Suggested by Karl Plästerer.
1828
1829 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1830
1831         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1832         mapc.
1833
1834         * imap.el (imap-open): Replace mapcar called for effect with mapc.
1835         (top-level): Use mapc to set functions to be traced for debugging.
1836
1837         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1838         called for effect with while loop.
1839
1840         * message.el (message-talkative-question): Replace mapcar called for
1841         effect with mapc.
1842
1843         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1844         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1845         called for effect with dolist.
1846
1847         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1848
1849         * nndiary.el: Use dolist instead of mapcar to add diary headers to
1850         gnus-extra-headers and nnmail-extra-headers.
1851
1852         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1853         called for effect with dolist.
1854         (top-level): Use mapc to set functions to be traced for debugging.
1855
1856         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1857         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1858         dolist.
1859
1860         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1861         Replace mapcar called for effect with mapc.
1862         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1863         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1864         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1865         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1866
1867         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1868         remove-if that's a cl function.
1869
1870         * webmail.el (webmail-debug): Replace mapcar called for effect with
1871         dolist.
1872
1873         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
1874         with mapc.
1875
1876 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1877
1878         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1879         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1880         with while loop.
1881
1882         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1883         functions from article-* functions.
1884         (gnus-multi-decode-header): Replace mapcar called for effect with
1885         dolist.
1886
1887         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1888         (gnus-bookmark-show-details): Replace mapcar called for effect with
1889         while loop.
1890
1891         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1892         called for effect with while loop.
1893
1894         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1895         with dolist.
1896
1897         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1898         mapcar called for effect with dolist.
1899
1900         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1901
1902         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1903         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1904         Replace mapcar called for effect with dolist.
1905         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1906         mapc.
1907
1908         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1909         Replace mapcar called for effect with dolist.
1910         (gnus-topic-list): Replace mapcar called for effect with mapc.
1911
1912         * gnus.el: Use mapc instead of mapcar to add autoloads.
1913
1914 2007-10-23  Richard Stallman  <rms@gnu.org>
1915
1916         * gnus-group.el (gnus-group-highlight): Mark as risky.
1917
1918 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1919
1920         * gnus.el (gnus-server-to-method): Return method found first in
1921         gnus-newsrc-alist.
1922
1923         * gnus-art.el (gnus-article-highlight-signature)
1924         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1925         button overlay without the front stickiness.
1926
1927 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
1928
1929         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1930         overview buffer needed a catch to receive its throw.
1931         (gnus-agent-flush-cache): Declared as interactive to make this function
1932         easier to use.
1933
1934 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
1935
1936         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1937         `next-line'.
1938
1939 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1942         exclude address matching message-dont-reply-to-names.
1943
1944 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1945
1946         * gnus-util.el (gnus-string<): New function.
1947
1948         * gnus-sum.el (gnus-article-sort-by-author)
1949         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1950
1951 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1954         the frame-focus tag is set in gnus-buffer-configuration.
1955
1956 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * gnus-art.el (gnus-article-add-button): Make a button overlay without
1959         the front stickiness.
1960
1961 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1962
1963         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1964         url pattern; remove duplicate one.
1965         (gnus-article-extend-url-button): New function.
1966         (gnus-article-add-buttons): Use it.
1967         (gnus-button-push): Use concatenated url that it makes.
1968
1969 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1970
1971         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1972
1973 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1974
1975         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1976         Don't hardcode point-min==1.
1977
1978 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
1979
1980         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1981         Fix comment about "iso8859-1".
1982
1983 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
1984
1985         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1986         ones returned from the verify-function.
1987
1988         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1989         mml2015-extract-cleartext-signature if extraction failed.
1990
1991 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
1992
1993         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1994         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1995         failed.
1996
1997 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1998
1999         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2000
2001 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2002
2003         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2004         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2005         recommends to use EasyPG instead of PGG.
2006
2007         * pgg.el: Revert to revision 6.23.2.16
2008
2009         * pgg-def.el: Revert to revision 6.6.2.14.
2010
2011         * pgg-gpg.el: Revert to revision 6.23.2.34.
2012
2013 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2014
2015         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2016         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2017         thread for both the null and zero (kill/expire thread) universal prefix
2018         cases.
2019         (gnus-summary-expire-thread): Add new function to expire a thread,
2020         using gnus-summary-kill-thread.
2021         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2022         shortcuts for gnus-summary-expire-thread.
2023         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2024         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2025
2026 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2027
2028         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2029         extras value, so an extras entry can be deleted.
2030         (gnus-registry-delete-extra-entry): Use it.
2031         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2032         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2033         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2034         storage through the gnus-registry, and provide an appropriate API for
2035         it.
2036
2037 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2038
2039         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2040         Suggested by Leo <sdl.web@gmail.com>.
2041
2042         * gnus.el: Do.
2043
2044 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2047         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2048
2049         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2050
2051         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2052         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2053
2054 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2057         newline.
2058         (nnmbox-request-accept-article): Don't change article in source buffer;
2059         narrow to header to use message-fetch-field rather than
2060         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2061         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2062         as delimiters; make sure article ends with newline.
2063         (nnmbox-delete-mail): Correct last position of article to be deleted;
2064         ignore X-Gnus-Newsgroup header in article body.
2065         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2066         positions; make sure article ends with newline.
2067
2068         * message.el (message-display-abbrev): Don't infloop when a user
2069         inserts SPC in the beginning of header.
2070
2071         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2072         coding-system-for-read and coding-system-for-write for XEmacs having no
2073         file-coding feature.
2074
2075         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2076
2077 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2078
2079         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2080         list of groups not followed by default.  Fix type to be regexp.
2081         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2082
2083 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2084
2085         * hmac-def.el (define-hmac-function): Switch from old-style to
2086         new-style backquotes.
2087
2088         * md4.el (md4-make-step): Likewise.
2089
2090 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2093         raw-text coding system when saving .newsrc file, which may contain
2094         non-ASCII group names.
2095
2096 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2097
2098         * gnus-cus.el (gnus-score-extra): New widget.
2099         (gnus-score-extra-convert): New function.
2100         (gnus-score-customize): Use it for Extra.
2101
2102 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2103
2104         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2105         (mml2015-mailcrypt-clear-verify): Use it.
2106         (mml2015-gpg-clear-verify): Use it.
2107         (mml2015-pgg-clear-verify): Use it.
2108         (mml2015-epg-clear-verify): Replace the current part with the output
2109         from GnuPG; don't extract the plaintext by itself.
2110
2111         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2112         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2113         mml2015-clear-verify-function; don't touch the armor headers or
2114         dash-escaped text here.
2115
2116 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2119         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2120         parts, or application/octet-stream as a last resort.
2121         (gnus-mime-view-part-as-type): Don't toggle display.
2122         (gnus-mime-view-part-as-charset): Don't turn off display before
2123         querying charset.
2124
2125         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2126         stuff to undisplayer function in Emacs.
2127         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2128
2129         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2130         text/calendar parts.
2131
2132 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2133
2134         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2135         decoding text/calendar parts.
2136
2137         * message.el (message-forward-make-body-mime): Always mark body as
2138         having no illegible text; remove signed-or-encrypted argument.
2139         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2140
2141         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2142         (mml-generate-mime-1): Don't encode body if it is specified to be in
2143         raw form; don't make buffer be unibyte when inserting multibyte string.
2144
2145 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2146
2147         * sha1.el: Fix up comment style.
2148         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2149         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2150
2151         * hex-util.el: Fix up comment style.
2152         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2153
2154         * gnus-salt.el: Use with-current-buffer.
2155         (gnus-pick-setup-message): Fix long-standing typo.
2156
2157 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * imap.el (imap-logout-timeout): New variable.
2160         (imap-logout, imap-logout-wait): New functions.
2161         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2162
2163         * nnimap.el (nnimap-logout-timeout): New server variable.
2164         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2165         nnimap-logout-timeout.
2166
2167         * gnus-art.el (gnus-article-summary-command-nosave)
2168         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2169
2170 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * gnus.el (gnus-maximum-newsgroup): New variable.
2173
2174         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2175         according to gnus-maximum-newsgroup.
2176
2177         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2178         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2179         Limit the range of articles according to gnus-maximum-newsgroup.
2180
2181 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2182
2183         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2184         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2185         Don't perform gnus-configure-windows here; reuse existing sticky
2186         article buffer.
2187
2188         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2189         it doesn't exist in gnus-article-mode.
2190
2191 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2192
2193         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2194         (gnus-agent-decoded-group-name): New function.
2195         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2196         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2197
2198 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2199
2200         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2201         Add binding for gnus-sticky-article.
2202         (gnus-summary-exit): Don't kill sticky article buffers.
2203
2204         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2205         article buffer.
2206         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2207         (gnus-kill-sticky-article-buffers): New commands.
2208
2209 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2210
2211         * nntp.el (nntp-xref-number-is-evil): New server variable.
2212         (nntp-find-group-and-number): If it is non-nil, don't trust article
2213         numbers in the Xref header.
2214
2215 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * gnus-agent.el (gnus-agent-read-group): New function.
2218         (gnus-agent-flush-group, gnus-agent-expire-group)
2219         (gnus-agent-regenerate-group): Use it.
2220         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2221         nnmail-pathname-coding-system.
2222
2223 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2226
2227         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2228         that are unread as unread, and also as selected so that information of
2229         marks having been changed by a user may be updated when exiting group.
2230
2231 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2234         calculated ignoring signature parts to gnus-treat-article.
2235
2236 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2239         a point here in order to keep the window start.
2240         (gnus-insert-mime-security-button): Make a button overlay without the
2241         front stickiness.
2242         (gnus-mime-display-security): Goto the end of a button.
2243
2244         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2245
2246 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2249         group-name-at-point.
2250         (gnus-group-completing-read): New function that offers decoded
2251         non-ASCII group names for completion.
2252         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2253         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2254         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2255         (gnus-group-fetch-control): Use it.
2256         (gnus-fetch-group): Use group-name-at-point for the initial value
2257         rather than the default value; use gnus-alive-p.
2258
2259         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2260         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2261         (gnus-summary-post-news): Use gnus-group-completing-read.
2262
2263         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2264         (gnus-read-move-group-name): Decode group name for completion.
2265
2266 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2267
2268         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2269         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2270         Yamaoka slightly modified the code).
2271
2272 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2273
2274         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2275         (nnmail-split-incoming): Bind it.
2276
2277         * nnml.el (nnml-group-name-charset): New function.
2278         (nnml-decoded-group-name): Use it; don't decode group name if
2279         nnmail-group-names-not-encoded-p is non-nil.
2280         (nnml-encoded-group-name): New function.
2281         (nnml-group-pathname): Inline nnml-decoded-group-name.
2282         (nnml-request-expire-articles): Decode group name in message.
2283         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2284         nnmail-pathname-coding-system.
2285         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2286         not decoded ones according to nnmail-group-names-not-encoded-p.
2287         (nnml-generate-active-info): Use nnml-encoded-group-name.
2288
2289 2007-08-08  Glenn Morris  <rgm@gnu.org>
2290
2291         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2292         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2293         doc-strings and comments.
2294
2295 2007-07-25  Glenn Morris  <rgm@gnu.org>
2296
2297         * Relicense all FSF files to GPLv3 or later.
2298
2299 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2300
2301         * gnus-sum.el (gnus-summary-move-article): Make
2302         gnus-summary-respool-article work.
2303
2304 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2305
2306         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2307         string.
2308
2309 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2310
2311         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2312         that should be ignored when comparing distant RSS articles with local
2313         ones.
2314         (nnrss-make-hash-index): New function.  Create a hash index according
2315         to the ignored fields.
2316         (nnrss-check-group): Use it.
2317
2318 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2321
2322         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2323
2324         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2325         the new optional argument ENCODED is non-nil.
2326         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2327         coding system for encoding group name.
2328         (gnus-group-make-rss-group): Pass un-encoded group name to
2329         gnus-group-make-group.
2330         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2331         encoded.
2332
2333         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2334         Encode group name to which articles are moved or copied.
2335         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2336         coding system for encoding Newsgroup, Followup-To and Xref headers.
2337
2338         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2339         marks; use nnheader-file-coding-system to write a file.
2340         (nnagent-retrieve-headers): Bind file-name-coding-system to
2341         nnmail-pathname-coding-system.
2342
2343         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2344
2345         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2346         (nnml-request-article, nnml-request-create-group)
2347         (nnml-request-rename-group, nnml-find-id)
2348         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2349         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2350         (nnml-save-marks): Use nnml-group-pathname instead of
2351         nnmail-group-pathname.
2352
2353         (nnml-request-create-group, nnml-request-expire-articles)
2354         (nnml-request-move-article, nnml-request-delete-group)
2355         (nnml-deletable-article-p, nnml-possibly-create-directory)
2356         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2357         (nnml-open-marks): Bind file-name-coding-system to
2358         nnmail-pathname-coding-system.
2359
2360         (nnml-request-article): Pass server argument to nnml-find-group-number.
2361         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2362         server argument to nnml-possibly-create-directory.
2363         (nnml-request-accept-article): Pass server argument to
2364         nnml-active-number and nnml-save-mail.
2365         (nnml-find-group-number): Pass server argument to nnml-find-id.
2366         (nnml-request-update-info): Pass server argument to
2367         nnml-marks-changed-p.
2368
2369         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2370         (nnml-save-mail, nnml-active-number): Add server argument.
2371
2372         (nnml-request-delete-group): Warn if group is missing.
2373         (nnml-get-nov-buffer): Decode group name.
2374         (nnml-generate-active-info): Encode group name.
2375         (nnml-open-marks): Decode group name in messages.
2376
2377 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2378
2379         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2380         if it is not specified.
2381         (gnus-article-pipe-part, gnus-article-save-part)
2382         (gnus-article-interactively-view-part, gnus-article-copy-part)
2383         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2384         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2385         (gnus-article-replace-part, gnus-article-delete-part)
2386         (gnus-article-view-part-as-type): Pass raw prefix argument to
2387         gnus-article-part-wrapper.
2388
2389 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2390
2391         * gnus-agent.el (gnus-agent-save-active): Bind
2392         nnheader-file-coding-system to gnus-agent-file-coding-system.
2393
2394         * gnus-cache.el (gnus-cache-save-buffers)
2395         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2396         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2397         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2398         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2399         (gnus-cache-generate-active, gnus-cache-rename-group)
2400         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2401         (gnus-cache-update-overview-total-fetched-for): Bind
2402         file-name-coding-system to nnmail-pathname-coding-system.
2403         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2404         variables.
2405         (gnus-cache-decoded-group-name): New function.
2406         (gnus-cache-file-name): Use it.
2407         (gnus-cache-generate-active): Use non-decoded group name for active.
2408
2409         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2410         right place.
2411         (gnus-write-active-file): Don't break non-ASCII group names.
2412
2413         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2414         nnmail-pathname-coding-system.
2415
2416         * lpath.el: Bind default-file-name-coding-system,
2417         file-name-coding-system and language-info-alist for XEmacs.
2418
2419         * gnus-uu.el (gnus-uu-decode-save): Typo.
2420
2421 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2422
2423         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2424
2425 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2426
2427         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2428         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2429         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2430         (gnus-agent-flush-group, gnus-agent-flush-cache)
2431         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2432         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2433         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2434         (gnus-agent-regenerate-group)
2435         (gnus-agent-update-files-total-fetched-for)
2436         (gnus-agent-update-view-total-fetched-for): Bind
2437         file-name-coding-system to nnmail-pathname-coding-system.
2438         (gnus-agent-group-pathname): Don't encode file names by
2439         nnmail-pathname-coding-system.
2440         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2441         coding-system-for-write instead of buffer-file-coding-system to
2442         gnus-agent-file-coding-system.
2443
2444         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2445         Decode group name.
2446
2447         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2448
2449         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2450         (gnus-read-newsrc-el-file): Make group names unibyte.
2451
2452         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2453         nnmail-pathname-coding-system.
2454
2455         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2456         (nnrss-request-delete-group): Bind file-name-coding-system to
2457         nnmail-pathname-coding-system.
2458         (nnrss-read-server-data, nnrss-read-group-data): Bind
2459         file-name-coding-system correctly.
2460         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2461
2462         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2463         (nntp-server-to-method-cache): New variable.
2464         (nntp-group-pathname): New function that decodes non-ASCII group names.
2465         (nntp-possibly-create-directory, nntp-marks-changed-p)
2466         (nntp-save-marks, nntp-open-marks): Use it.
2467         (nntp-possibly-create-directory, nntp-open-marks):
2468         Bind file-name-coding-system to nnmail-pathname-coding-system.
2469         (nntp-open-marks): Decode group names when bootstrapping marks.
2470
2471         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2472         Newsgroups and Folowup-To headers.
2473
2474 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2477         (gnus-server-closed-face, gnus-server-denied-face)
2478         (gnus-server-offline-face): Remove variable.
2479         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2480
2481         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2482         of modifying message-stack directly for XEmacs.
2483
2484         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2485         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2486         if the coding-system argument is nil for XEmacs.
2487
2488         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2489         mm-charset-override-alist.
2490
2491         * rfc2047.el: Don't require base64; require rfc2045 for the function
2492         rfc2045-encode-string.
2493         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2494         to quote the parameter value.
2495
2496 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2497
2498         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2499         form in gnus-group-name-charset-method-alist.
2500
2501         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2502         overrides the default layout edit-form.
2503
2504         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2505
2506         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2507
2508 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2511         as unfetched articles.
2512
2513 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2514
2515         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2516
2517 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2520         original back end that keeps marks in the local system.
2521
2522 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2525         arg of pop-to-buffer for XEmacs.
2526         (gnus-article-read-summary-keys): Ditto; don't restore window
2527         configuration if summary command ends up with neither article buffer
2528         nor summary buffer; describe bindings if summary keys end with C-h.
2529
2530 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * message.el (message-fix-before-sending): Skip raw message part to be
2533         forwarded while checking illegible text.
2534         (message-forward-make-body-mime, message-forward-make-body): Mark
2535         signed or encrypted raw message as having no illegible text.
2536
2537 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2540         (gnus-message-with-timestamp-1): New macro.
2541         (gnus-message-with-timestamp): New function.
2542         (gnus-message): Use them.
2543
2544         * nnheader.el (nnheader-message): Use them.
2545
2546 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2547
2548         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2549         .newsrc.eld file.
2550
2551 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * gnus-agent.el (gnus-agent-fetch-headers)
2554         (gnus-agent-retrieve-headers): Bind
2555         gnus-decode-encoded-address-function to identity.
2556
2557         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2558         available also when the server returns simply a dot.
2559
2560         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2561
2562 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2565
2566 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * gnus-ems.el (gnus-x-splash): Make it work.
2569
2570         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2571         from being used.
2572
2573         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2574
2575 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2578         4th and the 5th arguments.
2579
2580         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2581         the front stickiness.
2582         (gnus-article-summary-command-nosave): Correct the order of the
2583         arguments passed to pop-to-buffer.
2584         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2585         summary command ends up with the article buffer.
2586
2587         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2588         the same faces.
2589
2590 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2591
2592         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2593
2594 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2595
2596         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2597         * gnus-sum.el (gnus-summary-highlight):
2598         * pgg.el (pgg-sign-region, pgg-sign):
2599         * mail-source.el (mail-source-delete-old-incoming-confirm):
2600         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2601
2602 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * gnus-art.el (gnus-mime-view-part-externally)
2605         (gnus-mime-view-part-internally): Fix predicate function passed to
2606         completing-read.
2607
2608         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2609
2610         * gnus.el (gnus-update-message-archive-method): Add :version.
2611
2612 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * gnus.el (gnus-update-message-archive-method): New variable.
2615
2616         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2617         according to gnus-message-archive-method if
2618         gnus-update-message-archive-method is non-nil.
2619
2620 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2623         by Loic Dachary <loic@dachary.org>.
2624         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2625
2626 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * message.el (message-pop-to-buffer): Add switch-function argument.
2629         (message-mail): Pass switch-function argument to it.
2630
2631 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2632
2633         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2634         Improve doc string.
2635
2636 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2639         (gnus-header-content)
2640         * gnus-cite.el (gnus-cite-10)
2641         * gnus-srvr.el (gnus-server-closed)
2642         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2643         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2644         (gnus-group-mail-3-empty, gnus-group-mail-low)
2645         (gnus-group-mail-low-empty, gnus-splash)
2646         * message.el (message-header-to, message-header-cc)
2647         (message-header-subject, message-header-other, message-header-name)
2648         (message-header-xheader, message-separator, message-cited-text)
2649         (message-mml): Lighten colors of faces used for dark background.
2650
2651 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2652
2653         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2654         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2655
2656 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * message.el (message-narrow-to-headers-or-head):
2659         Ignore mail-header-separator in the body.
2660
2661 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2662
2663         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2664         same as window size.
2665
2666 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2667
2668         * message.el (message-font-lock-keywords): Use message-header-xheader
2669         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2670         ahead of the anything pattern, to get it recognised.
2671
2672 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
2675         spam.el loads uses it in the compiled defadvice form.
2676
2677 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
2678
2679         * gnus-sum.el (gnus-articles-to-read)
2680         (gnus-summary-insert-old-articles): Don't truncate group name for
2681         `read-string'.
2682
2683         * gnus-util.el (gnus-limit-string): Delete this function.
2684
2685         * gnus-sum.el (gnus-simplify-subject-fully): Use
2686         `truncate-string-to-width' instead.
2687
2688 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
2689
2690         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
2691         if, on summary exit, the next group has to be selected.
2692         (gnus-summary-exit): Use it.
2693
2694 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2695
2696         * gnus-art.el (gnus-article-mode): Fix comment about displaying
2697         non-break space.
2698
2699 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2702         Check if group is not a directory.
2703         (nnfolder-request-expire-articles): Don't delete articles if the target
2704         group is not available.
2705
2706         * nnml.el (nnml-request-create-group): Properly check if group is not a
2707         file.
2708         (nnml-request-expire-articles): Don't delete articles if the target
2709         group is not available.
2710
2711         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2712         Don't quote characters that are within parentheses.
2713
2714 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2715
2716         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2717         (gnus-handle-ephemeral-exit): Select article according to it.
2718
2719 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2720
2721         * message.el (message-insert-formated-citation-line): Remove newline.
2722         (message-citation-line-format): Add final \n here so that the user can
2723         avoid a blank line.
2724
2725 2007-05-03  Dan Christensen  <jdc@uwo.ca>
2726
2727         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2728         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2729         Update lanl/arXiv support.
2730
2731 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2732
2733         * gnus.el: Bump version number.
2734
2735 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * gnus.el (gnus-version-number): Bump version.
2738
2739 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2740
2741         * gnus.el: No Gnus v0.6 is released.
2742
2743 2007-04-27  Didier Verna  <didier@xemacs.org>
2744
2745         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2746         * gmm-utils.el (gmm-regexp-concat): here.
2747         * message.el: Don't require 'gnus-util.
2748         (message-dont-reply-to-names): Handle name change above.
2749         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2750
2751 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2754         since the initial value varies according to the system.
2755
2756 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * mm-util.el (mm-charset-synonym-alist): Defcustom.
2759
2760 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
2761
2762         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2763
2764 2007-04-24  Didier Verna  <didier@xemacs.org>
2765
2766         Improve the type of gnus-ignored-from-addresses.
2767         * gnus-util.el (gnus-orify-regexp): New function.
2768         * message.el (gnus-util): Require it.
2769         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2770         * gnus-sum.el (gnus-ignored-from-addresses): New function.
2771         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2772
2773 2007-04-24  Didier Verna  <didier@xemacs.org>
2774
2775         * gnus-sum.el:
2776         * gnus-utils.el: Fix some trailing whitespaces.
2777
2778 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2781         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2782         article's Message-ID; refer parent article in summary buffer.
2783
2784         * message.el (message-bounce): Call mime-to-mml.
2785
2786         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
2787         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
2788         optimize and/or forms properly.
2789
2790 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
2791
2792         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
2793         URL.
2794
2795 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2798
2799 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2800
2801         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2802         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2803         displayed of multipart/alternative part if it is invoked from summary
2804         buffer.
2805
2806         * mm-view.el (mm-inline-text-html-render-with-w3m)
2807         (mm-inline-text-html-render-with-w3m-standalone)
2808         (mm-inline-render-with-function): Use mail-parse-charset by default.
2809
2810 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2811
2812         * parse-time.el (parse-time-string-chars): Check if CHAR
2813         is less than the length of parse-time-syntax.
2814
2815 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2818         from gnus-newsgroup-processable.
2819
2820 2007-04-16  Didier Verna  <didier@xemacs.org>
2821
2822         * gnus-msg.el (gnus-configure-posting-styles): Handle
2823         message-signature-directory properly with :file syntax.  Reported by
2824         "Leo".
2825
2826 2007-04-11  Didier Verna  <didier@xemacs.org>
2827
2828         New user option: message-signature-directory.
2829         * gnus-msg.el (gnus-configure-posting-styles): Support it.
2830         * message.el (message-insert-signature): Ditto.
2831         * message.el (message-signature-file): Doc update.
2832         * message.el (message-signature-directory): New.
2833
2834 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * gnus-msg.el (gnus-inews-yank-articles): Use
2837         message-exchange-point-and-mark instead of exchange-point-and-mark.
2838
2839 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * message.el (message-yank-original): Make sure cited text ends with
2842         newline; don't exchange point and mark.
2843
2844 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2845
2846         * tls.el (open-tls-stream): Properly handle case where there
2847         is no associated buffer.
2848
2849 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
2850
2851         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2852         message-yank-original, make sure (< mark TEXT point).
2853
2854 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2855
2856         * message.el (message-fill-column): New variable.
2857         (message-mode): Use it.  Add comment on a possible new hook.
2858
2859         * nnmail.el (nnmail-spool-file): Mark as obsolete.
2860         (nnmail-get-new-mail): Reformat.
2861
2862         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2863
2864         * gmm-utils.el: Fix Commentary.
2865         (gmm-tool-bar-from-list): Fix typo in doc string.
2866
2867 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
2868
2869         * message.el (message-yank-original): Don't switch point and mark
2870         unnecessarily to put point and mark as documented.
2871
2872 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873
2874         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2875         from the message heads.
2876
2877 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
2878
2879         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2880         article buffer does not have a window.  This may not be the best
2881         solution but is certainly better than setting the start of the null,
2882         that is the current, window.
2883
2884 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2885
2886         * gnus-draft.el (gnus-draft-setup-hook): New hook.
2887         (gnus-draft-setup): Run it.
2888
2889         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2890         gnus-score-fast-scoring.  Allow regexp.
2891         (gnus-score-headers): Use it.
2892
2893         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2894         XEmacs.
2895
2896         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2897         string.
2898         (gnus-button-alist): Also catch `<f1> k ...'.
2899         (gnus-treat-display-x-face): Fix doc string.
2900
2901 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2902
2903         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2904         evaluation of gnus-extended-version to ensure correct generation of the
2905         User-Agent header when message-generate-headers-first is used.
2906
2907 2007-03-24  Simon Josefsson  <simon@josefsson.org>
2908
2909         * hashcash.el (hashcash-generate-payment-async): Don't crash if
2910         hashcash-path is nil.  Don't call callback with incorrect number of
2911         parameters if val is 0.
2912
2913 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2914
2915         * message.el (message-required-news-headers):
2916         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2917
2918 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2919
2920         * tls.el (open-tls-stream): In handshake-waiting loop,
2921         don't wait more if there is output available to process.
2922
2923 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2924
2925         * tls.el (tls-program): Doc fix.
2926
2927 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2928
2929         * message.el (message-generate-new-buffers): Change the meaning of the
2930         nil value; add `standard' to the choices; treat t as `unique'; improve
2931         doc string.
2932         (gnus-select-frame-set-input-focus): Autoload.
2933         (message-buffer-name): Search for the existing message buffer if
2934         message-generate-new-buffers is nil or `standard'; treat the value t of
2935         message-generate-new-buffers as `unique'.
2936         (message-pop-to-buffer): Raise the frame already displaying the message
2937         buffer; clear the echo area after querying.
2938         (message-setup): Pass the `continue' argument to compose-mail.
2939         (message-mail): Prefer `switch-function' if it is given; search for the
2940         existing message buffer if the `continue' argument is non-nil; pass
2941         continue and switch-function arguments to compose-mail by way of
2942         message-setup.
2943         (message-mail-other-window): Adjust argument of message-setup.
2944         (message-mail-other-frame): Ditto.
2945
2946 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2949         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2950         to turn font-lock on when turning gnus-message-citation-mode on.
2951
2952 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
2953
2954         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2955         (mml-smime-function-alist): New variable; add epg as the backend.
2956         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2957         mml-smime- functions instead.
2958         * mm-view.el: Require smime.
2959
2960 2007-03-05  Didier Verna  <didier@xemacs.org>
2961
2962         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2963         instead of just inheritance for posting styles.
2964         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2965
2966 2007-02-24  Chris Moore  <dooglus@gmail.com>
2967
2968         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
2969         * pgg-pgp.el (pgg-pgp-encrypt-region):
2970         * pgg-gpg.el (pgg-gpg-encrypt-region):
2971         Check pgg-encrypt-for-me if no other recipients.
2972
2973 2007-02-24  John Paul Wallington  <jpw@pobox.com>
2974
2975         * tls.el (tls-certtool-program): Fix custom type.
2976
2977 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2980         and point-at-eol instead of line-(beginning|end)-position.
2981
2982         * assistant.el (assistant-parse-buffer): Ditto.
2983
2984         * netrc.el (netrc-parse-services): Ditto.
2985
2986 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
2987
2988         * mml2015.el (mml2015-epg-find-usable-key): New function.
2989         (mml2015-epg-sign): Use it.
2990         (mml2015-epg-encrypt): Use it.
2991
2992 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * message.el (message-make-in-reply-to): Quote name containing
2995         non-ASCII characters.  It will make the RFC2047 encoder cause an error
2996         if there are special characters.  Reported by NAKAJI Hiroyuki
2997         <nakaji@jp.freebsd.org>.
2998
2999 2007-02-27  Didier Verna  <didier@xemacs.org>
3000
3001         Include the group parameters as well as the topic ones in the
3002         inheritance filter process.
3003         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3004         argument GROUP-PARAMS-LIST.
3005         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3006
3007 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * nntp.el (nntp-never-echoes-commands)
3010         (nntp-open-connection-functions-never-echo-commands): New variables.
3011         (nntp-send-command): Use them.
3012
3013 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3014
3015         * mml2015.el (mml2015-epg-verify): Simplified.
3016
3017 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * mml.el (mml-content-disposition-alist): New user option.
3020         (mml-content-disposition): New function.
3021         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3022         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3023
3024 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3025
3026         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3027         verification.
3028
3029 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3030
3031         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3032         articles posted in the last 24 hours.
3033
3034 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3035
3036         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3037
3038 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3039
3040         * nntp.el (nntp-send-command): Don't wait for echoes when
3041         nntp-open-ssl-stream is used.
3042
3043 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3046         (gnus-message-add-citation-keywords)
3047         (gnus-message-remove-citation-keywords): Remove.
3048         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3049         directly, make the variables in font-lock-defaults buffer-local, add
3050         gnus-message-citation-keywords to them and then update the value of
3051         font-lock-keywords.
3052
3053 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * message.el (message-cite-original-1): Don't call
3056         gnus-article-highlight-citation.
3057
3058         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3059         citations; fix line count.
3060
3061 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3064         (gnus-message-add-citation-keywords)
3065         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3066         versions of font-lock-add-keywords and font-lock-remove-keywords to
3067         work with XEmacs correctly.
3068
3069 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * gnus-cite.el (gnus-cite-face-list): Set the values of
3072         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3073         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3074         (gnus-message-cite-prefix-regexp): New variable.
3075         (gnus-message-search-citation-line): Use it; protect against long
3076         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3077         the 0th match data for Emacs.
3078         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3079         (gnus-message-add-citation-keywords): Append keywords rather than
3080         prepending; emulate font-lock-add-keywords if it is not available.
3081         (gnus-message-remove-citation-keywords): Emulate
3082         font-lock-remove-keywords if it is not available.
3083
3084         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3085
3086         * message.el (message-cite-prefix-regexp): Set the value of
3087         gnus-message-cite-prefix-regexp.
3088
3089 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3090
3091         * nnweb.el (nnweb-google-parse-1): Update parser.
3092
3093 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3094
3095         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3096
3097 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3098
3099         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3100         regexp.
3101
3102 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3105         string-to-multibyte.
3106         (uudecode-decode-region-internal): Use it.
3107
3108         * lpath.el: Fbind string-as-multibyte for XEmacs.
3109
3110 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3111
3112         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3113         custom choice.
3114
3115         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3116
3117 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3118
3119         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3120
3121         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3122         `write-region' to respect `mm-inhibit-file-name-handlers'.
3123
3124 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3125
3126         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3127         Use gnus-home-directory instead of "~/" or "$HOME".
3128
3129 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3130
3131         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3132         to mention filename.
3133         Add comments at beginning regarding usage.
3134         (encrypt-write-file-contents): Change interactive so a string is
3135         acceptable.  If the file has no associated model, show an error instead
3136         of a nonsense prompt.
3137
3138 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3139
3140         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3141         Thanks to Yoshihiko Yamada for kind notification of this typo.
3142
3143 2007-01-12  Kenichi Handa  <handa@m17n.org>
3144
3145         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3146         multibyte buffer.
3147
3148 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3149
3150         * gnus-score.el (gnus-score-fast-scoring): New variable.
3151         (gnus-score-headers): Use it.
3152
3153         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3154
3155         * message.el (message-cite-original-1): Call
3156         gnus-article-highlight-citation if requested.
3157         (message-make-from): Allow name and address as optional arguments.
3158
3159         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3160
3161         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3162         bugs to doc string.
3163         (gnus-button-alist): Add mid\\|message-id.
3164         (gnus-button-fetch-group): Extend for use in
3165         `browse-url-browser-function'.
3166         (gnus-button-url-regexp): Try to catch paired parentheses like in
3167         Wikipedia URLs.
3168
3169         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3170         Suggested by Simon Krahnke <overlord@gmx.li>.
3171
3172 2007-01-13  Romain Francoise  <romain@orebokech.com>
3173
3174         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3175         Update copyright.
3176
3177 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3178
3179         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3180
3181 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3182
3183         * gnus-registry.el (gnus-registry-unfollowed-groups)
3184         (gnus-registry-split-fancy-with-parent): Fix documentation.
3185
3186 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187
3188         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3189         from nnweb groups.
3190
3191 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192
3193         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3194         Xref urls.  Erase buffer before requesting head.
3195
3196 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3197
3198         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3199         customizable.
3200
3201 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3202
3203         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3204         no signing key is found.
3205         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3206         no encrypting and/or signing key is found.
3207
3208 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3209
3210         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3211
3212 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3213
3214         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3215         headers read from disk with the ones newly found in the current search.
3216         This should no longer cause problems, because the article numbers in
3217         Gmane's `nov.php' output are ignored since the previous change.
3218
3219 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3220
3221         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3222
3223 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3224
3225         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3226         replace-regexp-in-string; bind url-version; fbind display-images-p and
3227         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3228         find-face and set-itimer-function for Emacs; bind itimer-list for
3229         Emacs.
3230
3231         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3232
3233 2007-01-01  Romain Francoise  <romain@orebokech.com>
3234
3235         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3236
3237 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3238
3239         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3240         `define-minor-mode' macro definition expanded properly.
3241         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3242         exclude it there.
3243
3244         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3245         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3246         `fboundp' test.
3247         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3248         This is OK to autoload in (S)XEmacs now.
3249
3250 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3253         keystroke.
3254         (gnus-summary-limit-to-singletons): Fix typo.
3255
3256         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3257         else fails.
3258
3259 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3260
3261         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3262         docstring.
3263
3264         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3265         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3266         (gnus-summary-insert-dormant-articles): Fix typo in message.
3267
3268 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3269
3270         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3271         nil for XEmacs.
3272         (gnus-message-citation-mode): Don't autoload in XEmacs.
3273
3274         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3275
3276 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3277
3278         * nnimap.el (nnimap-expunge-search-string): Mention
3279         nnimap-search-uids-not-since-is-evil in docstring.
3280
3281 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3282
3283         * spam.el: Revert to make-obsolete-variable because
3284         define-obsolete-variable-alias is not supported in Emacs 21.
3285
3286         * spam.el (spam-ifile-path, spam-ifile-database-path)
3287         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3288         make-obsolete-variable.
3289         (spam-bsfilter-path, spam-bsfilter-program)
3290         (spam-spamassassin-path, spam-spamassassin-program)
3291         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3292         use "path" inappropriately.
3293         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3294         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3295         variable names.
3296
3297 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3298
3299         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3300         summary buffer.
3301
3302         * password.el (password-cache-remove): Use clear-string to burn
3303         password, if available.
3304
3305 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3306
3307         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3308
3309         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3310
3311         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3312         (gnus-message-highlight-citation): Move defcustom here from
3313         gnus-cite.el.
3314         (gnus-message-citation-mode): Autoload.
3315
3316         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3317         checks to make it compile with XEmacs.
3318         (gnus-message-citation-mode): New minor mode.
3319         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3320         (gnus-message-highlight-citation): New variables.
3321         (gnus-message-search-citation-line)
3322         (gnus-message-add-citation-keywords)
3323         (gnus-message-remove-citation-keywords)
3324         (turn-on-gnus-message-citation-mode)
3325         (turn-off-gnus-message-citation-mode): New functions.
3326
3327 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3328
3329         * gnus-cite.el: Enable highlighting of different citation levels in
3330         message-mode.
3331
3332 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3333
3334         * message.el (message-make-fqdn): Fix comment.
3335         (message-bogus-system-names): Add ".local".
3336
3337         * spam.el (spam-ifile-path, spam-ifile-program)
3338         (spam-ifile-database-path, spam-ifile-database)
3339         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3340         Don't use "path" inappropriately.
3341         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3342         strings.
3343         (spam-check-ifile, spam-ifile-register-with-ifile)
3344         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3345         new variable names.
3346
3347         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3348         (gnus-treat-display-smileys): Simplify using
3349         gnus-image-type-available-p.
3350
3351         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3352         available.
3353
3354         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3355         `display-images-p' if available.
3356
3357 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3360         one after turning on the buffer's multibyteness instead of decoding
3361         them directly in the unibyte buffer that causes unexpected conversion
3362         in Emacs 23 (unicode).
3363
3364 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3365
3366         * message.el (message-generate-hashcash): Fix custom type.
3367
3368 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3369
3370         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3371
3372 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3373
3374         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3375         disconnect icons.  Add help text.
3376
3377 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3378
3379         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3380         negated to be consistent with the others we handle.
3381
3382 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3385         version of gnus-summary-buffer to something, so that we can use two
3386         article buffers at the same time.
3387
3388 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3389
3390         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3391         trigger all the extra headers.
3392         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3393         sorting.
3394
3395 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3396
3397         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3398         solid groups.
3399
3400 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3401
3402         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3403
3404 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3405
3406         * legacy-gnus-agent.el: Add Copyright notice.
3407
3408 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3409
3410         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3411
3412 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3415
3416         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3417         to make it work reliably in CVS Emacs.
3418         (gnus-summary-limit-strange-charsets-predicate)
3419         (gnus-summary-limit-to-predicate): New functions.
3420
3421 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3422
3423         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3424         specifying array size.
3425         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3426         array if it is too small.
3427         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3428         (gnus-sort-threads-loop): New function.
3429
3430 2006-12-06  Chris Moore  <dooglus@gmail.com>
3431
3432         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3433         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3434
3435 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3436
3437         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3438         options.
3439
3440 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441
3442         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3443         DOS-ing the recipient.
3444
3445         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3446         the headers when creating the mapping to avoid mismappings.
3447         (nnweb-gmane-create-mapping): Always nix out old mapping.
3448
3449 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3450
3451         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3452         and mm-verify-option to never.
3453
3454 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * message.el (message-signed-or-encrypted-p): New function.
3457         (message-forward-make-body): Use it.
3458
3459         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3460         Replace encode-coding-string with mm-encode-coding-string.
3461
3462 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * nneething.el (nneething-decode-file-name): Replace
3465         decode-coding-string with mm-decode-coding-string.
3466
3467         * gnus-int.el (gnus-open-server): Say failed server's name.
3468
3469 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3470
3471         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3472         strings to a single string.  Quote `errors-file-name'.
3473         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3474         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3475         Adjust calls.  Use `shell-quote-argument'.
3476
3477 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3478
3479         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3480         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3481
3482         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3483         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3484         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3485         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3486         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3487         (gnus-subscribe-newsgroup, gnus-1):
3488         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3489         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3490         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3491         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3492
3493 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3496         keystroke.
3497         (gnus-summary-limit-to-bodies): Implement headersp.
3498
3499 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3502
3503 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3506
3507 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * message.el (message-generate-hashcash): Expand range of values to
3510         include `opportunistic'.
3511         (message-send-mail): Use it.
3512
3513 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3514
3515         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3516         and comment it.
3517
3518         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3519
3520 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3521
3522         * gnus-util.el (gnus-extract-address-components): Improve comment.
3523
3524 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3525
3526         * gnus-util.el (gnus-extract-address-components): Work with address in
3527         which the name portion contains @.
3528
3529         * lpath.el: Fbind custom-autoload.
3530
3531 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3532
3533         * gnus.el (gnus-start): Move custom group up.
3534         (gnus-select-method): Don't autoload, but make it available for
3535         `customize-variable'.
3536         (gnus-getenv-nntpserver): Don't autoload.
3537
3538 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3539
3540         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3541
3542 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3543
3544         * message.el (message-sendmail-extra-arguments): New variable.
3545         (message-send-mail-with-sendmail): Use it.
3546
3547 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3550         mm-with-unibyte-current-buffer to make string unibyte.
3551
3552         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3553         mm-string-as-multibyte.
3554
3555 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3556
3557         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3558         Reported by Werner Koch <wk@gnupg.org>.
3559
3560 2006-11-14  Daiki Ueno  <ueno@p360>
3561
3562         * mml2015.el: Autoload epa-select-keys when compiling.
3563
3564 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3565
3566         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3567         message-options.
3568         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3569
3570 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3571
3572         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3573         EasyPG (< 0.0.6).
3574         (mml2015-always-trust): New user option.
3575         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3576         prompt.
3577
3578 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * nntp.el (nntp-authinfo-force): New variable.
3581         (nntp-send-authinfo): Use it.
3582
3583 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3584
3585         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3586         decode encoded words.  Improve prompt.  Add comment about forwarding.
3587         (message-replacement-char): Move up.
3588
3589 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3590
3591         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3592         instead of gnus-intersection because arguments of gnus-sorted-nunion
3593         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3594
3595 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3596
3597         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3598         (message-simplify-subject-functions): Enable
3599         message-strip-subject-encoded-words by default.
3600
3601 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3602
3603         * message.el (message-strip-subject-encoded-words): New function
3604         (message-simplify-subject-functions): New variable.
3605         (message-simplify-subject): Use it.  Fix typo in doc string.
3606         Support message-strip-subject-encoded-words.
3607
3608 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3609
3610         * gnus-diary.el (gnus-diary-delay-format-function):
3611         * nndiary.el (nndiary-reminders):
3612         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3613
3614 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3615
3616         * gnus-art.el (article-hide-boring-headers): Fetch date from
3617         gnus-original-article-buffer to avoid problems with localized date
3618         strings.
3619
3620 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3623
3624 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3625
3626         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3627         New variables.
3628         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3629         (mm-charset-synonym-alist): Move some entries to
3630         mm-codepage-iso-8859-list.
3631         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3632         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3633
3634 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3637
3638 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3639
3640         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3641         with Emacs 21 and XEmacs.
3642
3643 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3644
3645         * spam.el (spam-parse-address): New function for better parsing,
3646         catching errors, etc.
3647         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3648
3649 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3650
3651         * mm-view.el: Add interactive arg to html2text autoload.
3652
3653 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3656
3657 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3658
3659         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3660         variables.
3661         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3662         (mm-charset-synonym-alist): Move some entries to
3663         mm-codepage-iso-8859-list.
3664
3665         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3666
3667 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3668
3669         * message.el (message-citation-line-format)
3670         (message-insert-formated-citation-line): Fix implementation of %E, %N
3671         and %n according to the doc string.
3672
3673 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3674
3675         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3676         car-safe to avoid bad parses.
3677
3678 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3681         names.
3682
3683         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3684
3685 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3688         header.
3689
3690         * message.el (message-draft-headers): Add Date.
3691         (message-headers-to-generate): Fix typo in docstring.
3692
3693         * nndraft.el (nndraft-required-headers): New variable.
3694         (nndraft-generate-headers): Use it.
3695
3696         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3697
3698 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3699
3700         * gnus-registry.el (gnus-registry-wash-for-keywords)
3701         (gnus-registry-find-keywords): New functions to allow easy searching of
3702         articles that are in the registry.
3703
3704 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3705
3706         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3707         ietf-drums-parse-address instead of gnus-extract-address-components.
3708         Reported by Damien Elmes <damien@repose.cx>.
3709
3710 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3711
3712         * gnus.el (gnus-mime): Remove unused custom group.
3713
3714 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3715
3716         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3717         "blank line" when searching for end of armor headers.
3718
3719 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * gmm-utils.el (gmm-write-region): Fix variable name.
3722
3723 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
3724
3725         * gmm-utils.el (gmm-write-region): New function based on compatibility
3726         code from `mm-make-temp-file'.
3727
3728         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3729
3730         * nnmaildir.el (nnmaildir--update-nov)
3731         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3732         Use `gmm-write-region'.
3733
3734 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3735
3736         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3737         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3738
3739         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3740
3741         * message.el (message-replacement-char): New variable.
3742         (message-fix-before-sending): Use it.
3743         (message-simplify-subject): New function to remove duplicate code.
3744         (message-reply, message-followup): Use it.
3745
3746         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3747         gnus-summary-limit-to-articles.
3748
3749 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3750
3751         * gnus-util.el (gnus-with-local-quit): New macro.
3752
3753         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3754
3755 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
3756
3757         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3758         ignore non-string data.
3759
3760 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
3761
3762         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3763         non-string data (needs to be done in the registry too).
3764
3765 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3766
3767         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3768         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3769         (gnus-registry-split-fancy-with-parent)
3770         (gnus-registry-fetch-simplified-message-subject-fast)
3771         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3772         Remove text properties on ingress into the registry and when it's saved.
3773         (gnus-registry-clean-empty-function): Fix bug with cleaning the
3774         registry from entries with no groups.
3775
3776 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3777
3778         * gnus-util.el (gnus-string-remove-all-properties): Add utility
3779         function to remove string properties.
3780
3781 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3782
3783         * gmm-utils.el (gmm): Adjust custom version.
3784
3785         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3786         custom version.
3787
3788         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3789
3790 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3791
3792         * gnus-art.el (gnus-insert-prev-page-button)
3793         (gnus-insert-next-page-button): Simplify.  Reformat.
3794
3795 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3796
3797         * gnus-art.el (gnus-insert-prev-page-button)
3798         (gnus-insert-next-page-button): Apply gnus-article-button-face.
3799
3800 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3801
3802         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3803
3804 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3805
3806         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3807         gnus-article-button-face to MIME and security buttons.
3808
3809 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
3810
3811         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3812         readable.
3813
3814 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3815
3816         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
3817
3818 2006-09-20  Steve Youngs  <steve@sxemacs.org>
3819
3820         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3821         `browse-url-of-file' instead of `browse-url'.
3822
3823 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3824
3825         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3826         regexp.  Articles containing quotation were cut prematurely.
3827
3828 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * message.el (message-cite-original-1): Use nobody by default for the
3831         value of From header.
3832         (message-reply): Ditto.
3833
3834 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
3835
3836         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3837         to the gnus-info.  This fixes a bug of inline-PGP message verification.
3838         Reported by Michael Piotrowski <mxp@dynalabs.de>.
3839
3840 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
3841
3842         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3843         mails in the doc string.  Add some URLs in comment.
3844         (pop3-movemail): Warn about pop3-leave-mail-on-server.
3845
3846 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3849         backslashes handling and the way to find boundaries of quoted strings.
3850
3851 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
3852
3853         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3854         mml1991-encrypt-to-self is set and mml1991-signers is not set.
3855         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3856         mml2015-encrypt-to-self is set and mml2015-signers is not set.
3857
3858 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3859
3860         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
3861         doc string.
3862         (gnus-button-regexp, gnus-button-last): Remove unused variables.
3863
3864 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3865
3866         * lpath.el: Fbind epg-check-configuration.
3867
3868 2006-09-06  Simon Josefsson  <jas@extundo.com>
3869
3870         * mml2015.el (mml2015-use): Doc fix, mention epg.
3871
3872 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3873
3874         * mml2015.el (mml2015-use): Default to epg, if available.
3875
3876 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3877
3878         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3879         message-sender.
3880         (mml1991-epg-encrypt): Ditto.
3881         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3882         message-sender.
3883         (mml2015-epg-encrypt): Ditto.
3884
3885 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
3886
3887         * message.el (message-send-mail-with-sendmail): Look for sendmail in
3888         several common directories.
3889
3890 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
3891
3892         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3893         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3894
3895 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * gnus-art.el (article-decode-encoded-words): Make it fast.
3898
3899 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3902
3903         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3904         in quoted string into `\'.
3905
3906 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3909         Use standard-syntax-table.
3910
3911 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * gnus-art.el (gnus-decode-address-function): New variable.
3914         (article-decode-encoded-words): Use it to decode headers which are
3915         assumed to contain addresses.
3916         (gnus-mime-delete-part): Remove useless `or'.
3917
3918         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3919         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3920         (gnus-nov-parse-line): Use it to decode From header.
3921         (gnus-get-newsgroup-headers): Ditto.
3922         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3923
3924         * mail-parse.el (mail-decode-encoded-address-region): New alias.
3925         (mail-decode-encoded-address-string): New alias.
3926
3927         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3928         New function.
3929         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3930         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3931         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3932         (rfc2047-decode-string): Ditto.
3933         (rfc2047-decode-address-region): New function.
3934         (rfc2047-decode-address-string): New function.
3935
3936 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
3937
3938         * message.el (message-caesar-buffer-body): Allow rotating headers.
3939
3940         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3941
3942         * message.el (message-insert-formated-citation-line): Fix %f.
3943         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3944
3945 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3946
3947         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3948         (gnus-bookmark-mouse-available-p): New macro.
3949         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3950         (gnus-bookmark-bmenu-show-infos): Use it.
3951         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3952         (gnus-bookmark-bmenu-hide-infos): Ditto.
3953         (gnus-bookmark-remove-properties): New function.
3954         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3955         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3956         (gnus-bookmark-write-file): Bind coding-system-for-write.
3957         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3958         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3959         group before selecting it.
3960         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3961         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3962         quit-window if it is not available; use gnus-mouse-2 and bind it to
3963         gnus-bookmark-bmenu-select-by-mouse.
3964         (gnus-bookmark-show-details): Remove unused variable `details-list'.
3965         (gnus-bookmark-bmenu-select-by-mouse): New function.
3966
3967 2006-08-13  Romain Francoise  <romain@orebokech.com>
3968
3969         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3970         space.
3971
3972 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * compface.el (uncompface): Use binary rather than raw-text-unix.
3975
3976 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * compface.el (uncompface): Make sure the eol conversion doesn't take
3979         place when communicating with the external programs.  Reported by
3980         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3981
3982 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * nnheader.el (nnheader-insert-head): Fix typo in comment.
3985
3986 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3987
3988         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3989         Make it more robust by parsing author and date independently.
3990
3991 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3994
3995 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
3996
3997         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3998         first matching secret key.
3999         (mml2015-epg-encrypt): Ditto.
4000
4001         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4002         first matching secret key.
4003         (mml1991-epg-encrypt): Ditto.
4004
4005         * mml2015.el (mml2015-encrypt-to-self): New user option.
4006         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4007         mml2015-epg-encrypt-to-self is set.
4008
4009         * mml1991.el (mml1991-encrypt-to-self): New variable.
4010         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4011         mml1991-epg-encrypt-to-self is set.
4012
4013         * mml2015.el (mml2015-signers): New user option.
4014         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4015         (mml2015-epg-encrypt): Allow to select signing keys.
4016
4017         * mml1991.el (mml1991-signers): New variable.
4018         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4019         (mml1991-epg-encrypt): Allow to select signing keys.
4020
4021 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * nnheader.el (nnheader-insert-head): Make it work even if the file
4024         uses CRLF for the line-break code.
4025
4026 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4027
4028         * mml2015.el: Require mml-sec instead of password.
4029         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4030         (mml2015-cache-passphrase): Inherit the default value from
4031         mml-secure-cache-passphrase.
4032         (mml2015-passphrase-cache-expiry): Inherit the default value from
4033         mml-secure-passphrase-cache-expiry.
4034
4035         * mml1991.el: Require mml-sec instead of password.
4036         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4037         (mml1991-cache-passphrase): Inherit the default value from
4038         mml-secure-cache-passphrase.
4039         (mml1991-passphrase-cache-expiry): Inherit the default value from
4040         mml-secure-passphrase-cache-expiry.
4041
4042         * mml-sec.el: Require password.
4043         (mml-secure-verbose): New user option.
4044         (mml-secure-cache-passphrase): New user option.
4045         (mml-secure-passphrase-cache-expiry): New user option.
4046
4047 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4048
4049         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4050         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4051         andreas@altroot.de (Andreas Vögele).
4052
4053         FIXME: Use `tiny change'?
4054
4055 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4056
4057         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4058         workaround for the url package included with Emacs.
4059
4060         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4061
4062 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4065         correctly.  This fixes a bug caused by the 2006-05-12 change.
4066
4067 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4068
4069         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4070         some information about the error when saying that the `bogus' mail
4071         group will be used.
4072
4073 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4074
4075         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4076         string.
4077
4078 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4079
4080         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4081
4082 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4083
4084         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4085
4086 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4087
4088         * mml1991.el (mml1991-function-alist): Add epg.
4089         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4090         (mml1991-epg-encrypt): New functions.
4091
4092 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4093
4094         * mml2015.el (mml2015-verbose): New variable.
4095         (mml2015-cache-passphrase): Ditto.
4096         (mml2015-passphrase-cache-expiry): Ditto.
4097         (mml2015-function-alist): Add epg.
4098         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4099         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4100         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4101         functions.
4102
4103 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4104
4105         * message.el (message-cite-original-1): Preserve region when removing
4106         quoted text due to X-No-Archive in order to avoid bogus attribution
4107         when citing multiple messages.
4108
4109 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4110
4111         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4112         Kenneth Jacker <khj@be.cs.appstate.edu>.
4113
4114 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4115
4116         * gnus-diary.el (gnus-user-format-function-d)
4117         (gnus-user-format-function-D): Autoload.
4118
4119         * imap.el (Commentary): Fix typo.
4120
4121         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4122         2006-04-22 contribution.
4123
4124 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4125
4126         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4127         It didn't really fix the bogosity I'm seeing with solid web groups.
4128
4129 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4130
4131         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4132         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4133         created using server names.  If we use the feature without declaring
4134         it, Gnus does not properly manage server and group state.
4135
4136         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4137         bound.
4138
4139 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4140
4141         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4142         looking up the method using GROUP's prefix before inventing a new one.
4143         It is used on killed/unknown groups in various places where returning
4144         an all-new method isn't expected by the caller.
4145
4146         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4147         and match semantics of gnus-group-real-prefix.
4148
4149 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4150
4151         * nnmail.el (nnmail-broken-references-mailers): New variable.
4152         (nnmail-ignore-broken-references): New function generalizing
4153         nnmail-fix-eudora-headers.
4154         (nnmail-fix-eudora-headers): Now obsolete.
4155
4156         * gnus-art.el (gnus-button-handle-custom): Support
4157         `customize-apropos*'.
4158
4159 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4160
4161         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4162
4163         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4164         articles.
4165
4166 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4167
4168         * message.el (message-cite-reply-above): New variable.
4169         (message-yank-original): Use it.
4170
4171 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4174
4175 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4176
4177         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4178         as read.
4179
4180         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4181
4182 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4183
4184         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4185         (gnus-bookmark-default-file): Use gnus-directory.
4186         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4187         Remove "*" in doc string.
4188         (gnus-bookmark-write-file): Simplify.
4189         (gnus-bookmark-maybe-sort-alist): Use `when'.
4190         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4191         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4192         FIXME about Emacs 21 and XEmacs compatibility.
4193         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4194         compatibility.
4195         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4196         compatibility.
4197         (gnus-bookmark-menu-heading): Fix version.
4198
4199 2006-06-19  Bastien Guerry  <bzg@altern.org>
4200
4201         * gnus-bookmark.el: New file.
4202
4203 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * message.el (message-syntax-checks): Doc fix.
4206
4207 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4208
4209         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4210         unsubscribed groups as if they were killed ones.  It causes duplicate
4211         entries in gnus-newsrc-alist.
4212
4213 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * message.el (message-syntax-checks): Doc fix.
4216         (message-send-mail): Add check for continuation headers.
4217         (message-check-news-header-syntax): Fix regexp used to check for
4218         continuation headers.
4219
4220 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4223
4224 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4225
4226         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4227
4228 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4231         default-truncate-lines.
4232
4233 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4234
4235         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4236         to fill the utf-8 entry.
4237
4238         * lpath.el: Fbind unicode-precedence-list.
4239
4240 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4241
4242         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4243
4244 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4245
4246         * gnus-agent.el (directory-files-and-attributes): Move all the way
4247         forward (the third and final move).
4248         (gnus-agent-read-agentview): Trap reconstruction errors due to
4249         nonexistant directory.  Handle by returning nil.
4250
4251 2006-05-30  Didier Verna  <didier@xemacs.org>
4252
4253         * message.el (message-dont-reply-to-names): Update the custom type.
4254         * message.el (message-dont-reply-to-names): New defsubst: potentially
4255         convert a list of regexps into a single one.
4256         * message.el (message-get-reply-headers): Use it.
4257         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4258
4259 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * gnus-agent.el (directory-files-and-attributes): Move forward.
4262
4263 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4264
4265         * gnus-ml.el (gnus-mailing-list-subscribe)
4266         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4267         (gnus-mailing-list-message): Fix doc strings.
4268
4269 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4270
4271         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4272         of doing it manually.
4273
4274 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4275
4276         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4277         comment.
4278
4279 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4280
4281         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4282         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4283         (gnus-agent-read-local): All symbols allocated in my-obarray
4284         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4285         (gnus-agent-regenerate-group): Check numeric names to see if they are
4286         messages or groups.
4287         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4288         better way of do this...)
4289
4290         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4291         'dummy.group' (there should be a better way of do this...)
4292
4293 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4296         (gnus-saved-headers): Ditto.
4297         (gnus-default-article-saver): Mention functions may have properties.
4298         (gnus-article-save): Override gnus-save-all-headers and
4299         gnus-saved-headers by :headers property which saver function may have.
4300         (gnus-summary-save-in-file): Add :headers property.
4301         (gnus-summary-write-to-file): Ditto.
4302
4303         * gnus-sum.el (gnus-summary-save-article): Bind
4304         gnus-prompt-before-saving to t when saving many articles in a file;
4305         always show all headers.
4306
4307         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4308
4309 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4310
4311         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4312         marks.
4313
4314         * message.el (message-indent-citation): Add optional arguments to allow
4315         using it outside of message buffers.
4316
4317         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4318         (gnus-article-treat-unfold-headers): Use it.
4319         (gnus-article-truncate-lines): New variable.
4320         (gnus-article-mode): Use it.
4321         (gnus-article-toggle-truncate-lines): New function.
4322
4323         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4324         gnus-article-toggle-truncate-lines.
4325
4326         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4327         coding system in XEmacs, use binary.
4328
4329 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4332         after-load-alist.
4333
4334         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4335         this function should save decoded articles.
4336         (gnus-summary-write-to-file): Use property to specify this function
4337         should save decoded articles and specify gnus-summary-save-in-file
4338         should be used to save articles other than the first one when saving
4339         many articles.
4340         (gnus-summary-save-body-in-file): Use property to specify this
4341         function should save decoded articles.
4342         (gnus-summary-write-body-to-file): Use property to specify this
4343         function should save decoded articles and specify
4344         gnus-summary-save-body-in-file should be used to save articles other
4345         than the first one when saving many articles.
4346
4347         * gnus-sum.el (gnus-summary-save-article): Simplify.
4348
4349 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * gnus-art.el (gnus-default-article-saver): Add
4352         gnus-summary-write-body-to-file.
4353         (gnus-article-save-coding-system): Don't use coding system object
4354         in XEmacs.
4355         (gnus-read-save-file-name): Add optional `dir-var' argument which
4356         specifies directory in which files are saved; work even if optional
4357         `variable' argument is not specified.
4358         (gnus-summary-write-to-file): Read file name.
4359         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4360         (gnus-summary-write-body-to-file): New function.
4361
4362         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4363         (gnus-summary-local-variables): Add it.
4364         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4365         (gnus-summary-save-article): Remove optional `decode' argument;
4366         determine whether to decode articles by the value of
4367         gnus-default-article-saver; when saving many files using
4368         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4369         it first and use gnus-summary-save-in-file or
4370         gnus-summary-save-body-in-file thereafter unless
4371         gnus-prompt-before-saving is always; move point to article which
4372         will be saved.
4373         (gnus-summary-save-article-file): Revert.
4374         (gnus-summary-write-article-file): Revert.
4375         (gnus-summary-save-article-body-file): Revert.
4376         (gnus-summary-write-article-body-file): New function.
4377
4378 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus-art.el (gnus-default-article-saver): Doc fix.
4381         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4382         from gnus-summary-save-article-coding-system, and default to a
4383         certain coding system.
4384         (gnus-output-to-file): Add coding cookie and encode text according
4385         to gnus-article-save-coding-system; don't use mm-append-to-file.
4386
4387         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4388         gnus-art.el and rename to gnus-article-save-coding-system.
4389         (gnus-summary-save-article): Require gnus-art; don't show all
4390         headers if it decodes articles; don't add coding cookie here;
4391         don't bind mm-text-coding-system-for-write.
4392         (gnus-summary-save-article-file): Save decoded articles.
4393         (gnus-summary-write-article-file): When saving many files, use
4394         gnus-summary-write-to-file first and gnus-summary-save-in-file
4395         thereafter unless gnus-prompt-before-saving is always.
4396         (gnus-summary-save-article-body-file): Save decoded articles.
4397
4398         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4399
4400 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4401
4402         * nnrss.el (nnrss-check-group): Bind hash-index.
4403
4404 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4405
4406         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4407         its hash index.  Store this hash in `nnrss-group-data'.
4408         (nnrss-read-group-data): Update accordingly.
4409
4410 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4411
4412         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4413         entry.
4414
4415         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4416         gnus-article-browse-html-article.
4417
4418 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4419
4420         * gnus-sum.el (gnus-summary-mime-map): Add
4421         gnus-article-browse-html-article.
4422
4423         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4424
4425 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4426
4427         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4428         suitable coding systems in customize.
4429
4430 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4431
4432         * mail-source.el (mail-sources): Fix custom type.
4433
4434 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4435
4436         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4437         (gnus-summary-expire-articles-now): Shorten prompt.
4438
4439         * gmm-utils.el (wid-edit): Require.
4440         (defun-gmm): Renamed from `gmm-defun-compat'.
4441         (gmm-image-search-load-path): Use it.
4442         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4443
4444 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4447         variable.
4448         (gnus-summary-save-article): Add optional `decode' argument.  If
4449         it is set and gnus-summary-save-article-coding-system is non-nil,
4450         save decoded article.
4451         (gnus-summary-write-article-file): Save decoded article if
4452         gnus-summary-save-article-coding-system is non-nil.
4453
4454         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4455         type.
4456
4457 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4460
4461 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4464         first to test gnus-single-article-buffer which may be buffer-local.
4465
4466         * gnus-sum.el (gnus-summary-setup-buffer): Make
4467         gnus-single-article-buffer buffer-local and nil in ephemeral
4468         group; make gnus-article-buffer, gnus-article-current, and
4469         gnus-original-article-buffer always buffer-local.
4470         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4471         group.
4472         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4473
4474 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4475
4476         * nnml.el (nnml-request-compact-group): Compressed files might not
4477         have .gz extension.
4478
4479 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4480
4481         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4482         (mm-copy-to-buffer): Use with-current-buffer.
4483         (mm-display-part): Simplify.
4484         (mm-inlinable-p): Add optional arg `type'.
4485
4486 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4487
4488         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4489         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4490         Try harder to show the attachment internally or externally using
4491         gnus-mime-view-part-as-type.
4492
4493 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4494
4495         * message.el (message-from-style, message-signature-separator)
4496         (message-user-organization-file, message-send-mail-function)
4497         (message-citation-line-function, message-yank-prefix)
4498         (message-indent-citation-function, message-signature)
4499         (message-signature-file, message-signature-insert-empty-line):
4500         Remove autoloads.
4501
4502         * gnus-art.el (gnus-buttonized-mime-types): Remove
4503         "multipart/signed".  Revert 2006-04-26 change.
4504
4505 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4506
4507         * gnus.el (gnus-version-number): Bump version.
4508
4509 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4510
4511         * gnus.el: No Gnus v0.5 is released.
4512
4513 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4514
4515         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4516         fetching articles by message-id.
4517
4518 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4519
4520         * message.el (hashcash): Require hashcash as normal.
4521
4522         * ecomplete.el (ecomplete-highlight-match-line): Use
4523         point-at-eol.
4524         (ecomplete-highlight-match-line): Use `highlight', because that
4525         face exists in both Emacs and XEmacs.
4526
4527         * message.el (message-display-abbrev): Use point-at-bol.
4528
4529         * mail-source.el: Don't require timer/timer-funcs.
4530
4531         * gnus-async.el: Ditto.
4532
4533         * password.el: Ditto.
4534
4535         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4536
4537         * mm-url.el: Ditto.
4538
4539         * gnus-xmas.el: Don't require timer-funcs.
4540
4541         * mm-util.el: Require timer/timer-funcs.
4542
4543 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4544
4545         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4546         Close.
4547
4548 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4551         unibyte after clear-decrypt function runs.
4552
4553         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4554         returns as a unibyte string.
4555
4556 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * lpath.el: Revert.
4559
4560         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4561         (pgg-gpg-process-sentinel): Revert.
4562
4563         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4564         (pgg-pgp-lookup-key): Revert.
4565
4566         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4567         (pgg-pgp5-lookup-key): Revert.
4568
4569         * pgg.el (pgg-fetch-key): Revert.
4570
4571 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4572
4573         * lpath.el: Fbind string-as-multibyte for XEmacs.
4574
4575         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4576         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4577         (mml1991-pgg-encrypt): Ditto.
4578
4579         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4580         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4581         a multibyte buffer.
4582
4583         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4584         (pgg-pgp-lookup-key): Ditto.
4585
4586         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4587         (pgg-pgp5-lookup-key): Ditto.
4588
4589         * pgg.el (pgg-fetch-key): Ditto.
4590
4591 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4592
4593         * message.el (message-user-organization-file): Check several
4594         locations of the organization file.
4595
4596         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4597         Add gnus-article-view-part-as-type.
4598
4599         * gnus-art.el (gnus-article-view-part-as-type): New function.
4600
4601         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4602         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4603
4604         * mml.el: Simplify autoload.
4605         (mml-mode): defvar dnd-protocol-alist instead of using
4606         symbol-value.
4607         (mml-default-directory): New variable.
4608         (mml-minibuffer-read-file): Use it.
4609         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4610
4611         * message.el (message-citation-line-format): New variable.
4612         (message-insert-formated-citation-line): New function.
4613         (message-citation-line-function): Add
4614         `message-insert-formated-citation-line' to custom type.
4615
4616         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4617         to doc string.
4618
4619         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4620         depending on mm-verify-option.
4621
4622 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4625         binding pgg-* variables; reimplement the section which prevents
4626         MIME header from being signed.
4627         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4628         pgg-text-mode; remove a blank line at the top of body.
4629
4630         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4631         lines at the top of body; use gnus-newsgroup-charset if there's no
4632         Charset header.
4633
4634 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * message.el (message-self-insert-commands): Doc fix.
4637
4638         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4639         (mm-uu-pgp-encrypted-test): Ditto.
4640         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4641         between header and body; return application/pgp-encrypted handle
4642         if decryption failed; decode decrypted body by charset.
4643
4644         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4645         element match to application/pgp-*.
4646
4647 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4648
4649         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4650         HTML.
4651
4652 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653
4654         * mail-source.el (mail-source-call-script): Message the error
4655         string.
4656
4657 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4658
4659         * gnus-util.el (gnus-byte-compile): Use it.
4660
4661 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4662
4663         * gnus-util.el (kill-empty-logs): New function.
4664
4665 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4666
4667         * message.el (message-mail-alias-type): Doc fix.
4668         (message-mail-alias-type-p): New function.
4669         (message-send): Use it.
4670         (message-mode): Ditto.
4671         (message-strip-forbidden-properties): Ditto.
4672
4673         * ecomplete.el (ecomplete-database-file-coding-system): New
4674         variable.
4675         (ecomplete-save): Use it.
4676         (ecomplete-setup): Use it.
4677
4678 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * message.el (message-self-insert-commands): New variable.
4681         (message-strip-forbidden-properties): Use it.
4682
4683 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684
4685         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4686         that doesn't make XEmacs choke.
4687
4688 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
4689
4690         * gnus-util.el (gnus-replace-in-string):
4691         Prefer replace-regexp-in-string over of replace-in-string.
4692
4693 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * gnus-util.el (gnus-select-frame-set-input-focus):
4696         Use select-frame-set-input-focus if it is available in XEmacs; use
4697         definition defined in Emacs 22 for old Emacsen.
4698
4699         * dgnushack.el: Autoload unmorse-region for XEmacs.
4700
4701         * lpath.el: Bind cursor-in-non-selected-windows and
4702         select-frame-set-input-focus for XEmacs.
4703
4704 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * mm-view.el (mm-inline-text): Use equal instead of equalp.
4707
4708 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
4709
4710         * gnus-registry.el (gnus-registry-cache-save): Remove text
4711         properties when saving via the temp buffer.
4712
4713 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4714
4715         * message.el (message-generate-hashcash): Honor custom type.
4716
4717 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4718
4719         * message.el (message-generate-hashcash): Default to non-nil when
4720         hashcash is found.
4721
4722         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4723         (gnus-refer-thread-limit): Increase default to 500.
4724
4725         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4726
4727         * flow-fill.el (fill-flowed): Allow delete-space.
4728
4729 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4730
4731         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4732         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4733         Remove autoloads.
4734
4735 2006-04-18  Simon Josefsson  <jas@extundo.com>
4736
4737         * message.el (message-generate-hashcash): Default to.
4738
4739 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4742         concatenating segments rather than before concatenating them.
4743
4744 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4745
4746         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4747
4748 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4749
4750         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4751
4752         * message.el (message-forward-make-body-plain): Allow
4753         message-forward-ignored-headers to be a list.
4754         (message-remove-ignored-headers): Factor out into function.
4755         (message-forward-make-body-mml): Use it.
4756
4757         * imap.el (imap-quote-specials): New function.
4758         (imap-login-auth): Quote specials.
4759
4760         * rfc2231.el (rfc2231-parse-string): Remove dead code.
4761         (rfc2231-parse-string): Allow concatanation of parameters that
4762         aren't contiguous.  The test case is
4763           (mail-header-parse-content-type "message/external-body;
4764             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4765             access-type=LOCAL-FILE;
4766             name*1*=plugh%2fhello-sailor%2fbing.pdf")
4767
4768 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4769
4770         * nntp.el (nntp-accept-process-output): Return the value of
4771         `nnheader-accept-process-output'.
4772
4773 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4774
4775         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4776         (gnus-button-alist): Recognize more diff formats.
4777         (gnus-button-patch): Strip directory.
4778
4779 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4780
4781         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4782         Emacs 22 when setting focus.
4783
4784 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * gnus-art.el (gnus-article-treat-types): Do treatment of
4787         text/x-verbatim parts.
4788         (gnus-button-patch): New command.
4789
4790         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4791         addresses that contain invalid characters.
4792
4793 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794
4795         * message.el (message-put-addresses-in-ecomplete): Use
4796         gnus-replace-in-string.
4797         (message-is-yours-p): Use the more correct
4798         mail-header-parse-address instead of
4799         mail-extract-address-components.
4800         (message-put-addresses-in-ecomplete): Fix typo.
4801
4802         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4803         keystroke.
4804
4805         * gnus-art.el (gnus-treatment-function-alist): Change order of
4806         newsgroups/generic header folding to avoid double-folding.
4807
4808         * message.el (message-hidden-headers): Add X-Draft-From.
4809
4810         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4811         command.
4812         (gnus-summary-repeat-search-article-backward): New command.
4813
4814         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4815         groups in the parent topic.
4816
4817 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
4818
4819         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4820         (spam-extra-header-to-number): Return the CRM114 number as a
4821         number instead of a string.
4822
4823 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4824
4825         * gnus-art.el (gnus-face-properties-alist): Moved here from
4826         gnus-fun.
4827
4828         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4829
4830 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4831
4832         * message.el (message-strip-forbidden-properties): Only display on
4833         self-insert-command.
4834
4835         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4836         reindent.
4837         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4838
4839 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
4840
4841         * smiley.el (smiley-style): Fix typo.
4842
4843 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4844
4845         * hashcash.el (hashcash-insert-payment-async-2): Use
4846         message-goto-eoh instead of doing it manually.
4847         (mail-add-payment): Use message-narrow-to-header instead of trying
4848         to do the same itself.
4849
4850         * message.el (message-hidden-headers): Add Face.
4851
4852         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4853         reparenting code.
4854         (gnus-summary-reparent-children): Refactored out code.
4855         (gnus-summary-thread-map): New keystroke.
4856         (gnus-summary-reparent-children): Make into command.
4857
4858         * smiley.el (smiley-style): Default to `medium' if using a large
4859         font.
4860
4861         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4862         does it itself.
4863
4864         * message.el (message-point-in-header-p): Simplify definition.
4865
4866 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4867
4868         * nnagent.el (nnagent-request-set-mark): Silence log file
4869         writing.
4870         (nnagent-request-set-mark): Use write-region instead of
4871         append-to-file.
4872
4873         * gnus-sum.el (gnus-read-header): Fudge article number if using a
4874         strange select method.
4875
4876         * ecomplete.el (ecomplete-display-matches): Get highlightling
4877         right.
4878         (ecomplete-display-matches): Use literals.
4879         (ecomplete-display-matches): Disable message logging.
4880
4881         * message.el (message-display-abbrev): Small optimization.
4882
4883         * ecomplete.el (ecomplete-display-matches): Allow automatic
4884         display.
4885
4886         * message.el (message-strip-forbidden-properties): Display
4887         abbrevs.
4888         (message-display-abbrev): Get automatic display right.
4889
4890         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4891         keystrokes.
4892
4893 2006-04-13  Romain Francoise  <romain@orebokech.com>
4894
4895         TODO: Backport to v5-10!
4896
4897         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4898         Moved here (and renamed) from gnus-registry.el.
4899
4900         * gnus-registry.el: Require gnus-util.
4901         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4902
4903 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4904
4905         * gnus-group.el (gnus-group-catchup-current): Change
4906         if-then-else-if-then-else into cond.
4907         (gnus-group-catchup): Indent.
4908         (group-name-at-point): New function.
4909         (gnus-fetch-group): Provide default from thing at point.
4910
4911 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4912
4913         * message.el (message-display-abbrev): Fix regexp.
4914
4915         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4916         choosing.
4917         (ecomplete-highlight-match-line): Fix up code rewrite, remove
4918         dead variables.
4919
4920         * message.el (message-newline-and-indent): Remove debugging.
4921         (message-display-abbrev): Use new implementation.
4922
4923 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4924
4925         * gnus-art.el (gnus-article-mode): Set
4926         cursor-in-non-selected-windows to nil.
4927
4928         * smiley.el: Revert previous change.
4929         (smiley-data-directory): defvar it before using it in the
4930         defcustom of `smiley-style'.
4931
4932 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4933
4934         * message.el (message-newline-and-indent): New function.
4935
4936         * ecomplete.el: Implement more bits.
4937
4938         * message.el (message-put-addresses-in-ecomplete): Clean up the
4939         string.
4940
4941         * ecomplete.el (ecomplete-add-item): Chop off decimals.
4942
4943         * gnus-sum.el (gnus-summary-save-parts): Bind
4944         gnus-summary-save-parts-counter and use it to make unique file
4945         names.
4946
4947         * gnus-art.el (gnus-ignored-headers): Add some more headers.
4948
4949         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4950         parameter to say whether to actually parse the individual
4951         addresses.
4952
4953         * message.el (message-put-addresses-in-ecomplete): New function.
4954         (ecomplete): Require.
4955         (message-mail-alias-type): Add ecomplete as an option.
4956
4957 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
4958
4959         * flow-fill.el (fill-flowed): Remove trailing space from blank
4960         quoted lines.
4961
4962 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4963
4964         * smiley.el (smiley-style): Move definition later to avoid a
4965         compilation warning.
4966
4967 2006-04-12  Kenichi Handa  <handa@m17n.org>
4968
4969         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4970         buffer and then decode the buffer text if necessary.
4971         (rfc2231-encode-string): Be sure to work on multibyte buffer at
4972         first, and after mm-encode-body, change the buffer to unibyte.
4973         Use mm-disable-multibyte instead of set-buffer-multibyte.
4974
4975 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4978         Content-Type header instead of Content-Disposition header.
4979         (gnus-mime-inline-part): Ditto.
4980         (gnus-mime-view-part-as-charset): Ignore charset that the part
4981         specifies.
4982
4983         * mm-decode.el (mm-display-part): Work with external parts and
4984         usual parts similarly.
4985
4986         * mm-extern.el (mm-inline-external-body): Use mm-display-part
4987         instead of gnus-display-mime.
4988
4989         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4990         instead of with-temp-buffer.
4991
4992         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4993         tag to summarized topics part in order to encode non-ASCII text.
4994
4995 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4996
4997         * smiley.el (smiley-style): New variable.
4998         (smiley-directory): New function.
4999         (smiley-data-directory): Derive from `smiley-style' using
5000         `smiley-directory'.
5001         (smiley-regexp-alist): Add new entries.
5002
5003         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5004         (gnus-article-browse-delete-temp): Add :version.
5005
5006 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5007
5008         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5009         the sieve region.
5010
5011 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5012
5013         * gnus.el (gnus-version-number): Bump version.
5014
5015 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5016
5017         * gnus.el: No Gnus v0.4 is released.
5018
5019 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5020
5021         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5022         layout.
5023
5024         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5025         unknown charset.
5026
5027         * message.el (message-header-synonyms): Add Original-To to the
5028         default.
5029
5030         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5031         optional parameter.
5032
5033 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5034
5035         * gnus-fun.el (gnus): Require it for gnus-directory.
5036
5037 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5040
5041 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5042
5043         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5044
5045 2006-04-05  Simon Josefsson  <jas@extundo.com>
5046
5047         * password.el (password-reset): New function.
5048
5049 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5050
5051         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5052         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5053
5054 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5055
5056         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5057         Some whitespace was matched into the url, which broke browsing hits
5058         > 100 when mm-url-use-external was nil.
5059
5060 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5061
5062         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5063         gnus-extra-headers for 'Newsgroups.
5064
5065         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5066         bound.
5067
5068 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5069
5070         * pgg-gpg.el: Clean up process buffers every time gpg processes
5071         complete.
5072
5073 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5074
5075         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5076         doc string.
5077
5078 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5079
5080         * pgg-gpg.el (pgg-gpg-process-filter)
5081         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5082
5083         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5084         lines, temporary fix.
5085
5086 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5087
5088         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5089
5090 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5091
5092         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5093         default-enable-multibyte-characters.  This reverts the change from
5094         revision 6.17 which is no longer necessary because the passphrase
5095         is sent separately now.  GnuPG messages are unreadable under
5096         multibyte locales with default-enable-multibyte-characters set to
5097         nil.
5098
5099 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5100
5101         * message.el (message-tool-bar-gnome): Move "spell".
5102
5103 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5104
5105         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5106         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5107         instead.
5108
5109 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5110
5111         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5112         newsgroups handling for NNTP overviews which don't include
5113         Newsgroups.
5114
5115 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5116
5117         * message.el (message-resend): Bind message-generate-hashcash to nil.
5118
5119 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5120
5121         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5122         when searching for already-paid recipients.
5123
5124 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5125
5126         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5127         passphrases when it is not needed.
5128         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5129         passphrase stuff from gpg, should only be necessary when you use
5130         gpg with a smartcard.
5131
5132 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * mml.el (mml-insert-mime): Ignore cached contents of
5135         message/external-body part.
5136
5137         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5138         (mm-insert-part): Ditto.
5139
5140 2006-03-23  Simon Josefsson  <jas@extundo.com>
5141
5142         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5143         Reiner.
5144         (pgg-gpg-use-agent-p): Use it again.
5145
5146 2006-03-23  Simon Josefsson  <jas@extundo.com>
5147
5148         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5149         older emacsen.
5150         (pgg-gpg-use-agent-p): Don't use it.
5151
5152 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5153
5154         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5155         if we can.
5156
5157 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5158
5159         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5160         (pgg-gpg-update-agent): New function.
5161         (pgg-gpg-use-agent-p): New function.
5162         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5163         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5164         (pgg-gpg-sign-region): Use it.
5165
5166 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5169         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5170
5171 2006-03-21  Simon Josefsson  <jas@extundo.com>
5172
5173         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5174         <wilde@sha-bang.de>.
5175         (pgg-gpg-use-agent): New variable.
5176         (pgg-gpg-process-region): Use it.
5177         (pgg-gpg-encrypt-region): Likewise.
5178         (pgg-gpg-encrypt-symmetric-region): Likewise.
5179         (pgg-gpg-decrypt-region): Likewise.
5180         (pgg-gpg-sign-region): Likewise.
5181         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5182
5183 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5184
5185         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5186
5187         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5188         Add comment on version.
5189
5190 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5191
5192         * smiley.el: Add missing test smiley.
5193
5194 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * mm-decode.el (mm-with-part): New macro.
5197         (mm-get-part): Use it; work with message/external-body as well.
5198         (mm-save-part): Treat name and filename equally.
5199
5200         * mm-extern.el (mm-extern-cache-contents): New function.
5201         (mm-inline-external-body): Use it; force the part to be displayed;
5202         move undisplayer added to the cached handle to the parent.
5203
5204         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5205         (gnus-mime-view-part-as-type): Work with message/external-body.
5206
5207         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5208
5209 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5210
5211         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5212         images in image-load-path.  [Sync with image.el, revision 1.60, in
5213         Emacs.]
5214
5215 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5216
5217         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5218         path rather than symbol.  Always return list of directories.
5219         Guarantee that image directory comes first.  [Sync with image.el,
5220         revision 1.59, in Emacs.]
5221
5222         * message.el (message-make-tool-bar): Adjust to new API of
5223         `gmm-image-load-path-for-library'.
5224
5225         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5226
5227         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5228
5229 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5230
5231         * gnus-art.el (gnus-article-only-boring-p):
5232         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5233         intangible text.
5234         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5235
5236 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5237
5238         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5239         `defun' instead of `gmm-defun-compat'.
5240
5241 2006-03-14  Simon Josefsson  <jas@extundo.com>
5242
5243         * message.el (message-unique-id): Don't use message-number-base36
5244         if (user-uid) is a float.
5245         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5246
5247 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5250
5251         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5252         empty line between a part and a message part.
5253
5254 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5255
5256         * smiley.el: Add more test smileys.
5257         (smiley-data-directory, smiley-regexp-alist)
5258         (gnus-smiley-file-types): Fix doc strings.
5259         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5260         adding new elements.
5261         (smiley-mouse-map): Unused code.  Make it a comment.
5262
5263 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5266         scan latest NoCeM messages instead of old ones.
5267         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5268         delimiters that are recently used.
5269         (gnus-nocem-load-cache): Add autoload cookie.
5270
5271         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5272
5273         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5274         level which is larger than gnus-use-nocem is specified.
5275
5276         * gnus-group.el (gnus-group-get-new-news): Ditto.
5277
5278 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5279
5280         * gnus-util.el (gnus-tool-bar-update): New function.
5281
5282         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5283         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5284
5285         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5286
5287         * gnus-group.el (gnus-group-redraw-when-idle)
5288         (gnus-group-redraw-check): Remove.
5289         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5290
5291 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5294         if optional last element is specified in splits (FIELD VALUE...).
5295
5296 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5297
5298         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5299         to gmm-image-load-path-for-library.  Call with no-error argument.
5300         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5301
5302         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5303
5304         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5305
5306         * gmm-utils.el (gmm-image-load-path): Remove alias.
5307
5308 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5309
5310         * gmm-utils.el (gmm-image-load-path): Add alias.
5311
5312         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5313         nnml-generate-nov-databases-1.
5314         (nnml-generate-nov-databases): Use it.
5315         (nnml-generate-nov-databases-directory): Document no-active
5316         argument.
5317
5318         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5319         directory if path is t.  Add no-error.
5320
5321         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5322         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5323
5324         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5325         resetting gnus-article-browse-html-temp-list.
5326
5327         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5328         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5329         Add example to docstring.  Rename local variables.  Move error
5330         checks to default case in cond and simplify.
5331
5332 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5335         handle is multipart when calling it recursively.
5336         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5337
5338 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5339
5340         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5341         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5342
5343 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5346         is loaded.
5347
5348         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5349         loaded.
5350
5351 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5352
5353         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5354         to "Emacs 23 (unicode)" in doc string.
5355
5356         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5357         "Emacs 23 (unicode)" in comment.
5358
5359 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5362
5363         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5364         characters 160 through 255 in Emacs 23.
5365
5366 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5367
5368         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5369         gnus-article-browse-html-temp.
5370         (gnus-article-browse-delete-temp): Make it customizable.  Add
5371         `file'.  Adjust doc string.
5372         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5373         query for each file.  Adjust doc string.
5374         (gnus-article-browse-html-parts): Add
5375         `gnus-article-browse-delete-temp-files' to
5376         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5377
5378 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5379
5380         * gnus-art.el (gnus-article-browse-html-temp)
5381         (gnus-article-browse-delete-temp): New variables.
5382         (gnus-article-browse-delete-temp-files): New function.
5383         (gnus-article-browse-html-parts): Use it.
5384
5385 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5386
5387         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5388
5389         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5390         string.
5391
5392         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5393         gnus-summary-insert-new-articles when unplugged.  Remove
5394         gnus-summary-search-article-forward.
5395
5396         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5397         display-visual-class instead of display-color-cells.
5398
5399 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * dgnushack.el: Autoload customize-group for XEmacs.
5402
5403         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5404         message/* containing non-ASCII text properly.
5405
5406 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5407
5408         * message.el: Require gmm-utils, remove autoloads.
5409         (message-tool-bar): Set default based on
5410         gmm-tool-bar-style.
5411         (message-tool-bar-gnome): Add gmm-customize-mode.
5412
5413         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5414         gmm-tool-bar-style.
5415         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5416
5417         * gnus-group.el (gnus-group-tool-bar): Set default based on
5418         gmm-tool-bar-style.
5419         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5420
5421         * gmm-utils.el (gmm-image-directory): Rename variable from
5422         gmm-image-load-path.
5423         (gmm-image-load-path): Use gmm-image-directory.
5424         (gmm-customize-mode): New function.
5425         (gmm-tool-bar-style): New variable.
5426
5427         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5428         gnus-group-redraw-line-number.
5429         (gnus-group-redraw-check): Simplify.
5430         (gnus-group-tool-bar-update): Remove redraw check.
5431         (gnus-group-make-tool-bar): Add redraw check.
5432
5433 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5434
5435         * gnus-art.el (gnus-button): Add missing parentheses.
5436
5437 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * lpath.el: Fbind line-number-at-pos.
5440
5441 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5444
5445 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5446
5447         * gnus-art.el (gnus-button): New face.
5448         (gnus-article-button-face): Use it.
5449
5450         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5451         gnus-summary-next-page.  Re-order.
5452
5453         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5454         next-node are now included.
5455         (gnus-group-redraw-line-number): New internal variable.
5456         (gnus-group-redraw-check): Helper function for updating the tool
5457         bar.
5458         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5459
5460         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5461
5462         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5463         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5464         Use it to match format of Spamassassin 3.0 and later.  Reported by
5465         IRIE Tetsuya <irie@t.email.ne.jp>.
5466         (spam-check-bogofilter)
5467         (spam-bogofilter-register-with-bogofilter): Fix args of
5468         `gnus-error' calls.
5469
5470 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5471
5472         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5473         unnecessary interaction when sending queued mails.  Reported by
5474         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5475
5476 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5477
5478         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5479         first or last are nil.
5480
5481 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5482
5483         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5484
5485 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5488
5489 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5490
5491         * dns.el (query-dns): Protect more against buggy tcp output.
5492
5493 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5494
5495         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5496         nov.php.
5497
5498 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5499
5500         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5501         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5502         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5503         output on the server side.
5504         (nnweb-google-create-mapping): Update regexps and add some
5505         progress indication.
5506
5507 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5508
5509         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5510         gnus-agent-toggle-plugged.  Re-order icons.
5511         (gnus-group-tool-bar-gnome): Add
5512         gnus-group-{prev,next}-unread-group.
5513         (gnus-group-tool-bar-gnome): Re-order icons.
5514
5515         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5516         gnus-summary-insert-new-articles.
5517
5518         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5519         comments.
5520
5521         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5522         also available in Emacs 21.3.
5523
5524         * message.el (message-fix-before-sending): Change "Emacs 22" to
5525         "Emacs 23 (unicode)" in comment.
5526
5527         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5528         "Emacs 23 (unicode)" in comment.
5529
5530         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5531         comment.
5532         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5533
5534         * mm-view.el (mm-fill-flowed): Add :version.
5535
5536 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5539         and load-path.
5540
5541 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5542
5543         * message.el: Autoload gmm-image-load-path.
5544         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5545         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5546         consitency.
5547
5548         * gmm-utils.el (gmm-image-load-path): Also search in
5549         "../etc/images".  Don't set gmm-image-load-path if we don't find
5550         the image.
5551
5552 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * gmm-utils.el (gmm-image-load-path): Don't make
5555         `gmm-image-load-path' include subdirectories which the second arg
5556         `image' might specify.
5557
5558         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5559         subdirectory to icon file names.
5560
5561         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5562
5563 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5564
5565         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5566         gmm-image-load-path calls.
5567
5568         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5569
5570         * message.el (message-make-tool-bar): Ditto.
5571
5572         * mml.el (mml-preview): Added comment concerning tool bar icons.
5573
5574         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5575         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5576
5577         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5578         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5579
5580         * message.el (message-tool-bar-gnome): Use new icon names.
5581         (message-make-tool-bar): Use `gmm-image-load-path'.
5582
5583         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5584         functions from MH-E.
5585         (gmm-image-load-path): New variable from MH-E.
5586         (gmm-image-load-path): New function from MH-E.  Added arguments
5587         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5588         *-image-load-path-called-flag.
5589
5590 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5591
5592         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5593
5594 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5595
5596         * nnimap.el (nnimap-request-move-article): Change folder back to
5597         source group before deleting.
5598
5599 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5600
5601         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5602
5603         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5604         mm-url.
5605
5606         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5607
5608 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5611         coding system which mm-charset-to-coding-system returns for a
5612         given charset is valid.
5613
5614 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5615
5616         * html2text.el (html2text-remove-tag-list):
5617         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5618
5619 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5620
5621         * gnus-cus.el: Revert 2005-10-17 change.
5622
5623 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * gnus-art.el (article-strip-banner): Call
5626         article-really-strip-banner only when the regexp match is made.
5627
5628 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * gnus-art.el (article-strip-banner): Use
5631         gnus-extract-address-components instead of
5632         mail-header-parse-addresses to make it work with non-ASCII text;
5633         remove mail-encode-encoded-word-string.
5634
5635         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5636         values which are surrounded with \"...\"; make it never cause a
5637         Lisp error; give up parsing of parameters if it failed in
5638         extracting type.
5639
5640 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
5641
5642         * smime.el (smime-cert-by-ldap-1): Fix bug where
5643         `smime-ldap-search' returns results without userCertificates.
5644
5645 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5648
5649 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5650
5651         * spam.el (spam-check-spamassassin-headers): Adapt format for
5652         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5653         <ari@mbf.ocn.ne.jp>.
5654         (spam-list-of-processors): Add spam-use-gmane.
5655
5656 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5659         make-temp-file; make it work with XEmacs as well.
5660
5661         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5662         mm-make-temp-file.
5663
5664         * mm-decode.el (mm-display-external): Use the 3rd arg of
5665         mm-make-temp-file.
5666         (mm-create-image-xemacs): Ditto.
5667
5668 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5671         with message-narrow-to-headers.
5672         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5673         (gnus-draft-check-draft-articles): New function.
5674         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5675
5676 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5677
5678         * gnus-art.el (gnus-article-browse-html-parts):
5679         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5680         Don't use suffix argument for mm-make-temp-file for Emacs 21
5681         compatibility.  Remove useless `format'.
5682
5683 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5684
5685         * nnweb.el (nnweb-google-wash-article): Update regexps.
5686         (nnweb-group-alist): Use defvoo instead of defvar.
5687
5688 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5691         re-loading nn* modules.
5692
5693 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5694
5695         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5696         for `tool-bar-mode' and don't check it's default-value.
5697
5698         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5699
5700         * message.el (message-make-tool-bar): Ditto.
5701
5702         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5703         `substring'.  Shorten tmp-file name.
5704
5705         * gnus.el: Remove bogus comment.
5706
5707 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
5708
5709         * gnus-art.el (gnus-article-browse-html-parts): New function.
5710         (gnus-article-browse-html-article): New function for viewing html
5711         articles with a browser.
5712
5713 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
5714
5715         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
5716         in elisp.
5717         (pgg-gpg-encrypt-symmetric-region): Ditto.
5718         (pgg-gpg-sign-region): Ditto.
5719
5720         * pgg-def.el (pgg-text-mode): New variable.
5721
5722         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5723         (mml2015-pgg-encrypt): Ditto.
5724
5725         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5726         (mml1991-pgg-encrypt): Ditto.
5727
5728 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5731         message-make-date instead of current-time-string.
5732
5733         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5734         to gnus-decoded which mm-uu might set.
5735
5736 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5739         don't decode quoted parameters; remove misimported Emacs code.
5740         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5741         (rfc2231-decode-encoded-string): Don't use split-string which
5742         behaves differently according to Emacs version; use
5743         mm-decode-coding-region to convert charset to coding-system.
5744         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5745         (rfc2231-encode-string): Remove misimported Emacs code.
5746
5747 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * gnus-art.el (article-decode-charset): Don't use ignore-errors
5750         when calling mail-header-parse-content-type.
5751         (article-de-quoted-unreadable): Ditto.
5752         (article-de-base64-unreadable): Ditto.
5753         (article-wash-html): Ditto.
5754
5755         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5756         calling mail-header-parse-content-type and
5757         mail-header-parse-content-disposition.
5758         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5759         mail-header-parse-content-type.
5760
5761         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5762         insert charset and format parameters; encode description after
5763         inserting it to buffer.
5764         (mml-insert-parameter): Fold lines properly even if a parameter is
5765         segmented into two or more lines; change the max column to 76.
5766
5767         * rfc1843.el (rfc1843-decode-article-body): Don't use
5768         ignore-errors when calling mail-header-parse-content-type.
5769
5770         * rfc2231.el (rfc2231-parse-string): Return at least type if
5771         possible; don't cause an error even if it fails in parsing of
5772         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5773         (rfc2231-encode-string): Don't break lines at the beginning, leave
5774         it to mml-insert-parameter.
5775
5776         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5777         calling mail-header-parse-content-type.
5778
5779 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
5780
5781         * spam-report.el (spam-report-gmane-use-article-number):
5782         Improve doc string.
5783         (spam-report-gmane-internal): Check if a suitable header was found
5784         in the article.
5785
5786 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5787
5788         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5789         (rfc2231-encode-string): Make param*=value always begin with LWSP.
5790
5791 2006-02-05  Romain Francoise  <romain@orebokech.com>
5792
5793         Update copyright notices of all files in the gnus directory.
5794
5795 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5796
5797         * nnweb.el (nnweb-request-group): Avoid growing overview files.
5798
5799 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5802         segmented lines of parameter value to cope with Thunderbird 1.5
5803         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5804         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5805         (rfc2231-encode-string): Don't make lines exceeding 76 column.
5806
5807 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
5808
5809         * mml.el (mml-generate-mime-1): Correct the order of inline signed
5810         parts.
5811
5812 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5813
5814         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5815         there's only one active file for all servers.
5816         (nnweb-request-scan): Make sure nnweb-articles is initialized on
5817         solid groups.  Gnus might have used a FAST request to select the group.
5818         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5819         and nnweb-search redundantly in the active file.
5820         (nnweb-request-list): Don't list bogus groups.  There can only be one.
5821         (nnweb-request-create-group): Don't use ARGS.
5822         (nnweb-possibly-change-server, nnweb-request-group): Remove some
5823         initialisations.  Let nnoo do the work.
5824
5825 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5828         Say the part has been decoded.
5829
5830         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5831
5832 2006-01-31  Kevin Ryde  <user42@zip.com.au>
5833
5834         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5835         mailcap-viewer-test-cache when there's no 'test clause, since that
5836         will invert the meaning of a "nil" test previously determined by
5837         mailcap-mailcap-entry-passes-test.
5838
5839 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5842         compiling.
5843
5844         * gnus-sum.el: Ditto.
5845
5846         * message.el: Don't bind tool-bar-map when compiling.
5847
5848 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
5849
5850         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5851
5852 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5853
5854         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5855         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5856         current Google Groups.
5857
5858 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
5859
5860         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5861         and tool-bar-mode.
5862
5863         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5864         and tool-bar-mode.
5865
5866         * message.el (message-tool-bar-update): Simplify.
5867         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5868
5869         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5870         gnus-summary-buffer.
5871         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5872         gnus-summary-reply.
5873
5874         * gmm-utils.el (gmm): Add :version.
5875
5876 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * Makefile.in (clean): New rule.
5879         (distclean): Use it.
5880
5881 2006-01-26  Steve Youngs  <steve@sxemacs.org>
5882
5883         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5884         autoload.
5885
5886 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * gmm-utils.el (gmm-verbose): Add :group.
5889
5890 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
5891
5892         * message.el: Change some comments WRT tool-bars.
5893
5894         * gnus-sum.el (gnus-summary-tool-bar)
5895         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5896         (gnus-summary-tool-bar-zap-list): New variables.
5897         (gnus-summary-make-tool-bar): Complete rewrite using
5898         `gmm-tool-bar-from-list'.
5899
5900         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5901         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5902         variables.
5903         (gnus-group-make-tool-bar): Complete rewrite using
5904         `gmm-tool-bar-from-list'.
5905         (gnus-group-tool-bar-update): New function.
5906
5907         * message.el (message-mode-field-menu): Add "Show hidden Headers".
5908
5909 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5912         is dissected into a single part of which the type is the same as
5913         the given one; decode charset.
5914
5915 2006-01-21  Kevin Ryde  <user42@zip.com.au>
5916
5917         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5918         into alists as symbol not string, since that's what
5919         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5920         look for.
5921
5922 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
5923
5924         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5925         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5926
5927         * message.el (message-tool-bar-gnome): Use gmm-ignore.
5928
5929 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
5932         (gnus-xmas-mime-security-button-menu): New function.
5933
5934         * gnus-art.el (gnus-mime-security-button-commands): New variable.
5935         (gnus-mime-security-button-menu): New definition.
5936         (gnus-mime-security-button-map): Use them.
5937         (gnus-mime-security-button-menu): New function.
5938         (gnus-insert-mime-security-button): Addition to help echo.
5939         (gnus-mime-security-run-function, gnus-mime-security-save-part)
5940         (gnus-mime-security-pipe-part): New functions.
5941
5942         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5943         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5944
5945         * mm-decode.el (mm-handle-set-disposition): Remove.
5946         (mm-handle-set-description): Remove.
5947
5948 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5951         (mm-w3m-standalone-supports-m17n-p): New function.
5952         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5953         w3m usage.
5954
5955         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5956         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5957
5958 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5959
5960         * message.el (message-tool-bar-zap-list): Use
5961         gmm-tool-bar-zap-list as custom type.
5962         (message-tool-bar-update): New function.
5963         (message-tool-bar, message-tool-bar-gnome)
5964         (message-tool-bar-retro): Add message-tool-bar-update.
5965         (message-tool-bar-gnome): Add flyspell-buffer.
5966
5967         * gnus-util.el (gnus-error): Describe `args'.
5968
5969         * gmm-utils.el (gmm-error): Describe `args'.
5970         (gmm-tool-bar-zap-list): New widget.
5971         (gmm-tool-bar-from-list): Improve description of `zap-list'.
5972
5973 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5976         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5977         the number of recursive calls.
5978
5979         * mm-decode.el (mm-handle-set-disposition): New macro.
5980         (mm-handle-set-description): New macro.
5981
5982 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5985         encoding.
5986
5987 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5988
5989         * message.el (message-tool-bar-zap-list, message-tool-bar)
5990         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5991         (message-tool-bar-local-item-from-menu): Remove.
5992         (message-tool-bar-map): Replace by `message-make-tool-bar'.
5993         (message-make-tool-bar): New function.
5994         (message-mode): Use `message-make-tool-bar'.
5995
5996         * gmm-utils.el: New file.
5997         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5998         (gmm-lazy): New widget copied from `nnmail.el'.
5999         (gmm-tool-bar-from-list): New function for creating customizable
6000         tool bars.
6001         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6002         output.
6003         (gmm): Add :prefix to defgroup.
6004
6005 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6006
6007         * gmm-utils.el (gmm-widget-p): New function.
6008
6009 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6010
6011         * mml.el (mml-attach-file): Describe `description' in doc string.
6012         (mml-menu): Add Emacs MIME manual and PGG manual.
6013
6014 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6015
6016         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6017
6018 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6019
6020         * nntp.el (nntp-end-of-line): Doc fix.
6021
6022 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6023
6024         * imap.el (imap-open): Handle case where buffer is a buffer
6025         object.
6026
6027 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6028
6029         * gnus-delay.el (gnus-delay): Don't autoload.
6030         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6031         to be re-loaded when customizing the `gnus-delay' group.
6032
6033 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6034
6035         * message.el (message-insert-citation-line): Use newlines.
6036
6037 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6038
6039         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6040         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6041         these routines, so the passphrase can be managed externally and
6042         passed in to the system.
6043         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6044         pgg-add-passphrase-to-cache function.
6045
6046         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6047         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6048         these routines, so the passphrase can be managed externally and
6049         passed in to the system.
6050         (pgg-pgp5-sign-region): Use new name of
6051         pgg-add-passphrase-to-cache function.
6052
6053 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6054
6055         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6056         part of the decoded armor to find the key-identifier.
6057         (pgg-gpg-lookup-key-owner): New function to return the
6058         human-readable identifier of a key owner.
6059         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6060         itself.
6061         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6062         the key value) if we have a key and can match it against a secret
6063         key.  Also, added a note pointing out fact that the prompt only
6064         indicates the first matching key.
6065
6066         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6067         pgg-decrypt-region.
6068         (pgg-add-passphrase-to-cache): Rename from
6069         `pgg-add-passphrase-cache' to reduce confusion (all callers
6070         changed).
6071         (pgg-remove-passphrase-from-cache): Rename from
6072         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6073         changed).
6074         (pgg-read-passphrase, pgg-add-passphrase-cache)
6075         (pgg-remove-passphrase-cache): Add informative docstrings.
6076         (pgg-decrypt): Convey provided passphrase in subordinate call to
6077         pgg-decrypt-region.
6078
6079 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6080
6081         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6082         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6083         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6084         'passphrase' argument, so the passphrase can be managed externally
6085         and then passed in to the system.
6086
6087         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6088         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6089         so the passphrase cache can be used reliably with identifiers
6090         besides a pgp packet's key id.
6091
6092         * pgg-gpg.el (pgg-gpg-encrypt-region)
6093         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6094         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6095         these routines, so the passphrase can be managed externally and
6096         passed in to the system.
6097
6098         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6099         'notruncate' argument, so the passphrase cache can be used
6100         reliably with identifiers besides a pgp packet's key id.
6101
6102 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6103
6104         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6105         symmetric encryption.
6106         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6107         encrypted session key.
6108         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6109         message ask for the passphrase in a proper way.
6110
6111         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6112         New user commands for symmetric encryption.
6113
6114 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6115
6116         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6117
6118         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6119
6120 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6121
6122         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6123
6124 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * mm-decode.el (mm-inlined-types): Add application/pgp.
6127         (mm-automatic-display): Ditto.
6128
6129         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6130         part as text.
6131
6132 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * nnrss.el: Update copyright.
6135         (nnrss-opml-import): Query whether to subscribe to each entry.
6136
6137         * gnus-art.el:
6138         * gnus-sum.el:
6139         * gnus-xmas.el:
6140         * messagexmas.el:
6141         * mm-uu.el:
6142         * mm-view.el: Update copyright.
6143
6144 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6145
6146         * message.el (message-info): New function.
6147         (message-mode-menu): Add it.
6148         Update copyright.
6149
6150         * ChangeLog: Fix and update copyright.
6151
6152 2006-01-13  Romain Francoise  <romain@orebokech.com>
6153
6154         * message.el (message-forward-subject-name-subject): Prefer the
6155         address to 'nowhere' if the sender has no name.
6156         Fix typo.  Update copyright year.
6157
6158 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * gnus-art.el (article-wash-html): Use
6161         gnus-summary-show-article-charset-alist if a numeric arg is given.
6162         (gnus-article-wash-html-with-w3m-standalone): New function.
6163
6164         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6165         mm-inline-text-html-render-with-w3m-standalone.
6166         (mm-text-html-washer-alist): Map w3m-standalone to
6167         gnus-article-wash-html-with-w3m-standalone.
6168         (mm-inline-text-html-render-with-w3m-standalone): New function.
6169
6170 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6171
6172         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6173         Improve LaTeX.
6174
6175 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6178         (nnrss-request-article): Render text/plain parts as HTML.
6179
6180         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6181         the buffer.
6182
6183 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6184
6185         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6186         custom definition of `gnus-posting-styles'.
6187
6188         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6189         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6190
6191 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6192
6193         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6194         Use nntp for bug archive.
6195
6196 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6199         parts.
6200         (nnrss-normalize-date): New function converts ISO 8601 date into
6201         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6202         (nnrss-check-group): Use it.
6203
6204 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6207
6208         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6209         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6210         (nnrss-insert-w3): Ditto.
6211
6212 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6215         the articles to be forwarded including the case where neither a
6216         number of articles nor a region is specified.
6217
6218 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * nnrss.el (nnrss-request-article): Fix last change; fill
6221         text/plain parts.
6222
6223 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6226         in text/plain part.
6227         (nnrss-check-group): Don't add excessive newline to dc:subject.
6228
6229 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6230
6231         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6232         article.
6233
6234 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6235
6236         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6237         (nnml-use-compressed-files, nnml-save-mail): Support other
6238         comression programs such as bzip2.
6239
6240 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6241
6242         * dns.el (query-dns): Make sure we check the buffer size before
6243         removing tcp headers.
6244
6245 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6248         remove MIME buttons associated with multipart/alternative parts.
6249         (gnus-mime-display-alternative): Tag buttons using `article-type'
6250         text property.
6251
6252         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6253         associated with multipart/alternative parts.
6254
6255         * gnus-art.el (gnus-signature-separator): Fix custom type.
6256
6257         * mm-decode.el (mm-inlined-types): Fix custom type.
6258         (mm-keep-viewer-alive-types): Ditto.
6259         (mm-automatic-display): Ditto.
6260         (mm-attachment-override-types): Ditto.
6261         (mm-inline-override-types): Ditto.
6262         (mm-automatic-external-display): Ditto.
6263
6264 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6265
6266         * spam-report.el (spam-report-user-mail-address)
6267         (spam-report-user-agent): New variables.
6268         (spam-report-url-ping-plain): Use spam-report-user-agent.
6269
6270 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6271
6272         * gnus-art.el (gnus-button-handle-custom): Do not just use
6273         `customize-apropos' for any "M-x customize-*" button but the
6274         function called for.  Accept both the function name and its
6275         argument in order to achieve this.
6276         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6277         function name to `gnus-button-handle-custom' in case of "M-x
6278         customize-*" buttons.
6279
6280 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6283         multipart/alternative and add xref to mm-discouraged-alternatives
6284         in doc string.
6285
6286         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6287         gnus-buttonized-mime-types in doc string.
6288
6289 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6290
6291         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6292         Suggest image/.* in the doc string.
6293
6294 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6295
6296         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6297         message-marks (Debian bug #342521).
6298
6299 2005-12-12  Simon Josefsson  <jas@extundo.com>
6300
6301         * password.el (password-read-from-cache): Add.
6302         (password-read): Use it.
6303
6304 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6307         us-ascii as a MIME charset.
6308
6309         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6310         against the case where the 2nd arg TYPE is nil.
6311
6312 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6313
6314         * pop3.el (pop3-stream-type): Fix custom version.
6315
6316         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6317
6318 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6319
6320         * mm-decode.el (mm-display-external): Add missing cdr.
6321
6322 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6325         RFC1524) if it is in mailcap or add a suffix according to
6326         mailcap-mime-extensions when generating a temp filename; postpone
6327         deleting a temp file for 2 seconds for some wrappers, shell
6328         scripts, and so on, which might exit right after having started a
6329         viewer command as a background job.
6330
6331 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * nntp.el (nntp-marks-directory): Fix custom group.
6334
6335         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6336         steps when < 10.
6337
6338         * gnus-start.el (gnus-no-server-1): Mention
6339         `gnus-level-default-subscribed' in doc string.
6340
6341 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6342
6343         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6344         parens.
6345
6346 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * gnus-xmas.el (gnus-use-toolbar): Revert.
6349         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6350         gnus-use-toolbar is default.
6351
6352         * messagexmas.el (message-use-toolbar): Revert.
6353         (message-setup-toolbar): Use global default-toolbar if
6354         message-use-toolbar is default.
6355
6356 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6359         according to default-toolbar-visible-p.
6360
6361         * messagexmas.el (message-use-toolbar): Ditto.
6362
6363 2005-11-26  Dave Love  <fx@gnu.org>
6364
6365         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6366         (tls-program, tls-success): Provide openssl alternative.
6367
6368         * starttls.el: Doc fixes.
6369         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6370         SERVICE to PORT.
6371
6372         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6373         port null or service name.
6374         (starttls-negotiate): Autoload.
6375
6376 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * message.el (message-kill-to-signature): Fix interactive spec.
6379
6380 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * pop3.el (pop3-open-server): Recognize a string as a service name.
6383
6384 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6385
6386         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6387
6388 2005-11-23  Dave Love  <fx@gnu.org>
6389
6390         Add pop3s, pop3/starttls.
6391
6392         * pop3.el (pop3-authentication-scheme): Clarify doc.
6393         (open-tls-stream, starttls-open-stream): Autoload.
6394         (pop3-stream-type): New.
6395         (pop3-open-server): Use it.
6396
6397         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6398         for POP.
6399         (mail-source-keyword-map): Add :stream for POP.
6400         (mail-source-fetch-pop): Use pop3-stream-type.
6401
6402 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6405         of current-time-string.
6406
6407 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6408
6409         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6410         date header.
6411
6412 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6413
6414         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6415         it can seriously impact performance as it bypasses the agent's
6416         local caches.
6417
6418 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6419
6420         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6421         must be explicitly online rather than "not explicitly offline" for
6422         its flags to be synchronized.
6423
6424         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6425         that gnus-uu-unmark-thread will function correctly.
6426
6427         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6428         1024K is instead displayed as 1M.
6429
6430 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6431
6432         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6433
6434 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6435
6436         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6437
6438 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6439
6440         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6441         error message to display actual error condition.
6442         (gnus-agent-save-local): Avoid saving symbols that are bound to
6443         nil as they simply result in a warning message in
6444         gnus-agent-read-local.
6445
6446 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6449         rather than make-variable-buffer-local for file-precious-flag.
6450
6451 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6452
6453         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6454         for duplicates which are removed.  The invalid sort check then
6455         triggers a rescan after the sort as sorting may have moved
6456         duplicate entries such that they can be cheaply detected.
6457
6458 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6461
6462 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6463
6464         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6465         internal variable to a custom variable.  Changed default value
6466         from compressed(2) to uncompressed(1).
6467         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6468         support for uncompressed agentview files.  Taken together, reading
6469         the agentview file should now be 6-7 times faster.
6470
6471 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6472
6473         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6474         as a buffer-local variable.  This avoids creating truncated
6475         dribble files as a result of a hang up, eg.
6476
6477 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6478
6479         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6480         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6481         XEmacs.
6482
6483 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6484
6485         * gnus-start.el (gnus-start-draft-setup): Enforce
6486         `gnus-draft-mode' for nndraft:drafts at startup.
6487
6488         * gnus.el (gnus-splash): Change custom group.
6489         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6490         allow-list argument.
6491
6492         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6493         string.
6494
6495 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6496
6497         * gnus-art.el (gnus-default-article-saver): Add user-defined
6498         `function' to custom type.
6499
6500 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6501
6502         * imap.el (imap-open): Handle case where buffer is a buffer
6503         object.
6504
6505 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6506
6507         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6508         long lines.
6509         (gnus-cache-delete-group): Wrap doc strings.
6510
6511         * gnus-agent.el (gnus-agent-rename-group)
6512         (gnus-agent-delete-group): Wrap doc strings.
6513
6514 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * messagexmas.el (message-use-toolbar): Change the valid values
6517         into default, top, bottom, left, and right.
6518         (message-toolbar-thickness): New variable.
6519         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6520         well.
6521         (message-setup-toolbar): Make it work.
6522
6523         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6524         (gnus-use-toolbar): Change the valid values into default, top,
6525         bottom, left, and right.
6526         (gnus-toolbar-thickness): New variable.
6527         (gnus-xmas-setup-toolbar): New function.
6528         (gnus-xmas-setup-group-toolbar): Use it.
6529         (gnus-xmas-setup-summary-toolbar): Use it.
6530
6531 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6532
6533         * gnus-start.el (gnus-1): Add "native" to
6534         gnus-predefined-server-alist.
6535
6536         * gnus.el (gnus-method-to-server): Don't add "native" to the
6537         lists here, because that leads to problems when
6538         gnus-select-method is bound.
6539
6540 2005-11-09  Simon Josefsson  <jas@extundo.com>
6541
6542         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6543         use (not sort-by-date) instead.
6544
6545 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6546
6547         * gnus-delay.el (gnus-delay-group): Don't autoload.
6548         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6549         to be re-loaded when customizing the `gnus-delay' group.
6550
6551 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6552
6553         * message.el: Revert last changes.
6554         (message-insert-citation-line): Use newlines.
6555
6556 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6557
6558         * message.el (message-courtesy-message)
6559         (message-mark-insert-begin, message-mark-insert-end)
6560         (message-elide-ellipsis, message-cancel-message)
6561         (message-add-header, message-change-subject)
6562         (message-cross-post-followup-to-header)
6563         (message-cross-post-insert-note, message-reduce-to-to-cc)
6564         (message-widen-reply, message-delete-not-region)
6565         (message-kill-to-signature, message-insert-signature)
6566         (message-insert-importance-high, message-insert-importance-low)
6567         (message-insert-or-toggle-importance)
6568         (message-insert-disposition-notification-to)
6569         (message-indent-citation, message-yank-original)
6570         (message-cite-original-without-signature, message-cite-original)
6571         (message-insert-citation-line, message-position-on-field)
6572         (message-fix-before-sending, message-send-mail-partially)
6573         (message-send-mail, message-send-mail-with-sendmail)
6574         (message-send-mail-with-qmail, message-send-news)
6575         (message-check-news-header-syntax, message-generate-headers)
6576         (message-insert-courtesy-copy, message-fill-address)
6577         (message-fill-header, message-shorten-references)
6578         (message-setup-1, message-cancel-news)
6579         (message-forward-make-body-plain, message-forward-make-body-mime)
6580         (message-forward-make-body-mml, message-encode-message-body)
6581         (message-forward-make-body-digest-plain)
6582         (message-forward-make-body-digest-mime)
6583         (message-use-alternative-email-as-from): Insert `hard-newline'
6584         instead of ordinary newlines.
6585
6586 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * message.el (message-generate-headers): Downcase the argument
6589         given to message-check-element.
6590
6591 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6592
6593         * nntp.el (nntp-authinfo-rejected): New error condition.
6594         (nntp-wait-for): Use new error condition to signal authentication
6595         error.
6596         (nntp-retrieve-data): Rethrow new error condition to break out of
6597         recursive call to nntp-send-authinfo.
6598
6599 2005-11-08  Romain Francoise  <romain@orebokech.com>
6600
6601         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6602         (gnus-summary-exit-map): Bind to `Z p'.
6603         (gnus-summary-make-menu-bar): Add menu item.
6604
6605 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6606
6607         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6608         (gnus-treat-*): Add `first' in all doc strings.
6609
6610         * gnus-group.el (gnus-group-compact-group): Fix typo.
6611
6612 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * gnus.el (gnus-parameters-case-fold-search): New variable.
6615         (gnus-parameters-get-parameter): Use it.
6616
6617         * gnus-score.el (gnus-home-score-file): Doc fix.
6618
6619 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6620
6621         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6622
6623 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * mm-util.el (mm-special-display-p): New function.
6626
6627         * mml.el (mml-preview): Use it; doc fix.
6628
6629 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6630
6631         * imap.el (imap-open): Handle case where buffer is a buffer object.
6632
6633 2005-10-29  Romain Francoise  <romain@orebokech.com>
6634
6635         * message.el (message-fix-before-sending): Fix comment.
6636
6637 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6638
6639         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6640
6641 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6642
6643         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6644         Used in gnus-score.el.
6645
6646 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6647
6648         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6649
6650 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6651
6652         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6653         whitespace removed in revision 7.8.  Use concatenated string to
6654         protect trailing whitespace.
6655
6656 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6657
6658         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6659         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6660         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6661         Courier IMAP ("some version from 2004").  Mostly based on similar
6662         code in the same function.
6663
6664 2005-10-26  Didier Verna  <didier@xemacs.org>
6665
6666         * gnus-group.el (gnus-group-compact-group): Invalidate original
6667         article buffer.
6668         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6669         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6670         NOV database and in article itself.
6671         Invalidate article backlog.
6672
6673 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6676
6677 2005-10-26  Simon Josefsson  <jas@extundo.com>
6678
6679         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6680         part of 2004-07-25 change.
6681
6682 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * message.el (message-display-completion-list): New function.
6685         (message-expand-group): Use it; make sure the Completions buffer
6686         is modifiable.
6687 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6688
6689         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6690         user-mail-name is an empty string.
6691
6692 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6695         depending on gnus-score-decay-constant.
6696
6697         * encrypt.el (encrypt-insert-file-contents)
6698         (encrypt-write-file-contents): Don't use `gnus-message'.
6699
6700         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6701         arguments.
6702         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6703         arguments to mm-uu-verbatim-marks-extract.
6704         (mm-uu-hide-markers): New variable.
6705         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6706
6707         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6708         (gnus-convert-image-to-face-command): Use "convert" by default to
6709         allow other input image formats.
6710         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6711         accordingly.
6712
6713 2005-10-23  Simon Josefsson  <jas@extundo.com>
6714
6715         * imap.el (imap-gssapi-program): Align command line parameters
6716         with latest GNU SASL.
6717         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6718
6719 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6720
6721         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6722         HTML.
6723         (nnslashdot-request-article): Ditto.
6724
6725         * lpath.el (featurep): Add nobreak-char-display.
6726
6727 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6728
6729         * mail-source.el (mail-source-fetch-pop): Require pop3.
6730         (mail-source-check-pop): Ditto.
6731
6732 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6735         errors.
6736
6737 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6738
6739         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6740         (gnus-treat-strip-leading-blank-lines): Improve doc string.
6741
6742         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6743
6744         * mm-bodies.el (mm-decode-string): Call
6745         `mm-charset-to-coding-system' with allow-override argument.
6746
6747 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6750         (rfc2047-charset-to-coding-system): New function.
6751         (rfc2047-decode-encoded-words): New function.
6752         (rfc2047-decode-region): Use them.
6753         (rfc2047-decode-cte): Remove.
6754         (rfc2047-parse-and-decode): Remove.
6755         (rfc2047-decode): Remove.
6756
6757 2005-10-15  Kenichi Handa  <handa@m17n.org>
6758
6759         * rfc2047.el (rfc2047-decode-cte): New function.
6760         (rfc2047-decode-region): Change the way to decode successive
6761         encoded-words: decode B- or Q-encoding in each encoded-word,
6762         concatenate them, and decode it as charset.
6763
6764 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * lpath.el: Fbind codepage-setup for XEmacs.
6767
6768 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6769
6770         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
6771         widget-move-and-invoke.
6772         (gnus-custom-mode): Use gnus-custom-map.
6773
6774 2005-10-15  Bill Wohler  <wohler@newt.com>
6775
6776         * message.el (message-tool-bar-map): Renamed image file from
6777         mail_send to mail/send.
6778
6779 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6780
6781         * message.el (message-expand-group): Pass the common
6782         prefix substring of completion to `display-completion-list'.
6783
6784 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
6785
6786         * mml-sec.el (mml-secure-method): New internal variable.
6787         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6788         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6789         functions using mml-secure-method.
6790
6791         * mml.el (mml-mode-map): Add key bindings for those functions.
6792         (mml-menu): Simplify security menu entries.  Suggested by Jesper
6793         Harder <harder@myrealbox.com>.
6794         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6795         end of message if point is the headers of the message.
6796
6797         * message.el (message-in-body-p): New function.
6798
6799         * assistant.el: Autoload gnus-util and netrc.
6800
6801         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6802         Use `mm-charset-override-alist' only when decoding.
6803
6804         * mm-bodies.el (mm-decode-body): Call
6805         `mm-charset-to-coding-system' with allow-override argument.
6806
6807         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6808         `filename' from Content-Disposition if Content-Type doesn't
6809         provide `name'.
6810         (gnus-mime-view-part-as-type): Set default instead of
6811         initial-input.
6812
6813 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6814
6815         * format-spec.el (format-spec): Propagate text properties of % spec.
6816
6817 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6818
6819         * gnus-art.el (gnus-treat-predicate): Add `first'.
6820
6821 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6822
6823         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6824         (mm-charset-override-alist): New variable.
6825         (mm-charset-to-coding-system): Use it.
6826         (mm-codepage-setup): New helper function.
6827         (mm-charset-eval-alist): New variable.
6828         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
6829         about unknown charsets.
6830
6831         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
6832
6833 2005-10-04  David Hansen  <david.hansen@gmx.net>
6834
6835         * nnrss.el (nnrss-request-article): Add support for the comments tag.
6836         (nnrss-check-group): Ditto.
6837
6838 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6839
6840         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6841         Rename x-gnus-verbatim to x-verbatim.
6842         (mm-uu-type-alist): Fix regexp for verbatim-marks.
6843
6844         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6845         x-verbatim.
6846
6847         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6848
6849         * gnus-util.el (gnus-remove-duplicates): Remove.
6850
6851         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6852         instead of gnus-remove-duplicates.
6853
6854         * message.el (message-remove-duplicates): Remove.
6855         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6856         message-remove-duplicates.
6857
6858         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6859         available, else use implementation from `delete-dups'.
6860
6861         * message.el (message-insert-expires): New function.
6862         (message-mode-map): Add key binding.
6863         (message-mode-field-menu): Add menu entry.
6864         (message-mode): Document it.
6865         (message-make-expires-date): Use `message-make-date'.
6866
6867 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
6868
6869         * message.el (message-make-expires-date): New function.
6870
6871 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * Makefile.in (list-installed-shadows): New entry.
6874         (install): Use it.
6875         (remove-installed-shadows): New entry.
6876
6877         * dgnushack.el (dgnushack-default-load-path): New variable.
6878         (dgnushack-find-lisp-shadows): New function.
6879         (dgnushack-remove-lisp-shadows): New function.
6880
6881 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * Makefile.in (install-el-elc): New entry.
6884         (install): Use it so that .el files are necessarily installed.
6885
6886 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * time-date.el: Autoload parse-time-string, XEmacs needs it.
6889
6890 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6891
6892         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6893         function rather than the diff-mode.el package.
6894         (mm-display-external): Use with-current-buffer.
6895         (mm-viewer-completion-map, mm-viewer-completion-map):
6896         Move initialization inside declaration.
6897
6898 2005-09-29  Simon Josefsson  <jas@extundo.com>
6899
6900         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
6901         autoload mail-check-payment.
6902         (spam-check-hashcash): Define unconditionally, since hashcash.el
6903         is part of Gnus now.  Ignore errors from payment checking.
6904
6905 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * message.el (message-bold-region, message-unbold-region): Rename
6908         from `bold-region' and `unbold-region'.
6909
6910         * message.el: Remove useless autoloads.
6911
6912 2005-09-28  Simon Josefsson  <jas@extundo.com>
6913
6914         * message.el (message-use-idna): Default to t.
6915         (message-use-idna): Test whether encoding works too.  Doc fix.
6916
6917 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * nntp.el (nntp-warn-about-losing-connection): Remove.
6920
6921 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6922
6923         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6924         customizable.  Change default value.
6925         (mm-uu-diff-groups-regexp): Change default value.
6926         (mm-uu-type-alist): Add doc string.
6927         (mm-uu-configure): Add doc string.  Make it interactive.
6928         (mm-uu-tex-groups-regexp): New variable.
6929         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6930         (mm-uu-type-alist): Add LaTeX documents.
6931         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6932         of "text/verbatim".
6933         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6934
6935         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6936         instead of "text/verbatim".
6937
6938         * message.el (message-mark-inserted-region)
6939         (message-mark-insert-file): Use slrn style marks when called with
6940         prefix argument.
6941
6942 2005-09-27  Simon Josefsson  <jas@extundo.com>
6943
6944         * message.el (message-idna-to-ascii-rhs-1): Reformat.
6945
6946 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
6947
6948         * message.el (message-remove-duplicates): New function.
6949         Implementation borrowed from `gnus-remove-duplicates'.
6950         (message-idna-to-ascii-rhs): Also encode idna addresses in
6951         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6952         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6953         only ask about the same idna domain once per header and also tell
6954         in what header to replace the idna domain.
6955
6956         * gnus-art.el (article-decode-idna-rhs): Also decode idna
6957         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6958         (article-decode-idna-rhs): Fix regexp so that all idna-address in
6959         a header is decoded and not just the last one.
6960
6961 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6964         has been decoded.
6965
6966         * mm-decode.el (mm-automatic-display): Add text/verbatim.
6967         (mm-insert-part): Don't modify text if it has been decoded.
6968
6969         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6970         decoded.
6971
6972         * mm-view.el (mm-inline-text): Don't strip text props unless
6973         decoding enriched or richtext parts.
6974
6975 2005-09-25  Romain Francoise  <romain@orebokech.com>
6976
6977         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6978         * gnus-start.el (gnus-subscribe-interactively):
6979         * gnus-uu.el (gnus-uu-grab-articles):
6980         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6981         space.
6982
6983 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6984
6985         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6986         * mm-view.el (mm-view-pkcs7-decrypt):
6987         * gnus-sum.el (gnus-summary-limit-to-extra)
6988         (gnus-summary-respool-article, gnus-read-move-group-name):
6989         * gnus-score.el (gnus-summary-increase-score):
6990         * gnus-util.el (gnus-completing-read-with-default):
6991         * gnus-art.el (gnus-read-save-file-name)
6992         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6993         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6994         * message.el (message-check-news-header-syntax):
6995         Follow convention for reading with the minibuffer.
6996
6997 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
6998
6999         * spam-report.el (spam-report-url-ping-plain):
7000         Use gnus-extended-version as User-Agent.
7001
7002         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7003         default value is nil.
7004
7005         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7006         (mm-uu-verbatim-marks-extract): New function.
7007         (mm-uu-extract): New face.
7008         (mm-uu-copy-to-buffer): Use it.
7009
7010         * spam-report.el (spam-report-gmane-ham): Renamed from
7011         `spam-report-gmane-unspam'.
7012         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7013         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7014
7015         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7016         Autoload.
7017         (spam-report-gmane-unregister-routine): Renamed
7018         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7019
7020 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7021
7022         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7023         (spam-report-gmane-unregister-routine): Add support for gmane
7024         unregistration.
7025
7026         * spam-report.el (spam-report-gmane-unspam)
7027         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7028         (spam-report-gmane): Change to take a single article and do unspam
7029         registration.
7030
7031 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7032
7033         * mm-url.el (mm-url-decode-entities): Fix regexp.
7034
7035 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7036
7037         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7038         default to nil, to be able to use Gnus at all.  If the default
7039         switches to something else, then the function should be fixed not
7040         be exceedingly slow.
7041
7042 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7043
7044         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7045         fail hard.
7046
7047         * spam-report.el: Add better Keywords line.
7048
7049         * spam.el: Add Maintainer and better Keywords line.
7050
7051 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * gnus-art.el (gnus-article-replace-part)
7054         (gnus-mime-replace-part): New functions.
7055         (gnus-mime-action-alist, gnus-mime-button-commands)
7056         (gnus-mime-save-part-and-strip): Added file argument.
7057         (gnus-article-part-wrapper): Added interactive argument.
7058
7059         * gnus-sum.el (gnus-summary-mime-map): Add
7060         `gnus-article-replace-part'.
7061
7062 2005-09-19  Didier Verna  <didier@xemacs.org>
7063
7064         The nnml compaction feature:
7065         * nnml.el (nnml-request-compact-group): New function.
7066         * nnml.el (nnml-request-compact): New function.
7067         * gnus-int.el (gnus-request-compact-group): New function.
7068         * gnus-int.el (gnus-request-compact): New function.
7069         * gnus-group.el (gnus-group-compact-group): New function.
7070         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7071         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7072         * gnus-srvr.el (gnus-server-compact-server): New function.
7073         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7074         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7075
7076 2005-09-18  Deepak Goel  <deego@gnufans.org>
7077
7078         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7079         format spec.
7080
7081 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7084
7085 2005-09-15  Romain Francoise  <romain@orebokech.com>
7086
7087         * message.el (message-fill-paragraph): Clarify docstring.
7088
7089 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * gnus-art.el (gnus-mime-display-part): Protect against broken
7092         MIME messages.
7093
7094 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7097         before parsing header.
7098
7099 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7100
7101         * html2text.el (html2text-replace-list): Add new entities.
7102
7103 2005-09-11  Romain Francoise  <romain@orebokech.com>
7104
7105         * message.el (message-alternative-emails): Improve docstring.
7106         (message-setup-1): Call `message-use-alternative-email-as-from'
7107         after `message-setup-hook' to give it precedence over posting
7108         styles, etc.
7109         (message-use-alternative-email-as-from): Add docstring.  Remove
7110         the original From header if present.
7111
7112         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7113         (nnml-save-mail): Use it.
7114
7115         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7116         articles.  Add new argument `silent'.
7117         (gnus-uu-mark-all): Report the total number of marked articles.
7118
7119 2005-09-10  Romain Francoise  <romain@orebokech.com>
7120
7121         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7122         (gnus-uu-mark-series): Likewise.
7123
7124 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7125
7126         * spam-report.el (spam-report-gmane): Fix generation of spam
7127         report URL.
7128
7129 2005-09-10  Simon Josefsson  <jas@extundo.com>
7130
7131         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7132         t, based on discussion on the ding list with Robert Epprecht
7133         <epprecht@solnet.ch>.
7134
7135 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7136
7137         * spam-report.el (spam-report-gmane): Make it work without
7138         X-Report-Spam header.  Gmane now only provides Archived-At.
7139         This is only used if `spam-report-gmane-use-article-number' is nil.
7140         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7141
7142         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7143         make `gnus-summary-sort-by-recipient' work with threading.
7144
7145         * nnweb.el (nnweb-google-wash-article): Print a message if article
7146         is not available.
7147
7148 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7149
7150         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7151         change.  Decode text/* parts content before displaying.
7152
7153 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7154
7155         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7156
7157 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7160
7161         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7162         url-package-name, url-package-version,
7163         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7164         w3m-display-inline-images, and w3m-minor-mode-map.
7165
7166 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7167
7168         * message.el (message-tab-body-function): Fix mismatched custom type.
7169
7170         * gnus.el (gnus-group-change-level-function): Ditto.
7171
7172         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7173
7174         * gnus-art.el (gnus-signature-limit)
7175         (gnus-article-mime-part-function): Ditto.
7176
7177 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * mml.el (mml-mode): Silence the byte compiler.
7180
7181         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7182         using `(sit-for 0)' before moving the point to the specified part;
7183         skip unbuttonized parts.
7184         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7185         return to the summary window if gnus-auto-select-part is non-nil.
7186
7187 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7188
7189         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7190         variables.
7191         (mml-dnd-attach-file, mml-mode): Use them.
7192
7193         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7194         Make fetching article by MID work again for Google Groups.  Added
7195         FIXME concerning gnus-group-make-web-group.
7196
7197         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7198         Don't depend on Gnus by using mail-extract-address-components if
7199         gnus-extract-address-components is not bound.
7200
7201 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7202
7203         * gnus-art.el (gnus-mime-display-security): Don't display the
7204         signature, but only the signed part.
7205
7206 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7209
7210         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7211         list, not listp.
7212
7213 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7214
7215         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7216         when encoding.
7217
7218         * mm-bodies.el (mm-decode-content-transfer-encoding):
7219         De-canonicalize CRLF for all text content types, not just
7220         text/plain.
7221
7222 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7225         valid article; point arrow and cursor at the MIME button.
7226
7227 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7230         Suggested by Dan Christensen <jdc@uwo.ca>.
7231
7232         * mm-decode.el (mm-save-part): Enable change of prompt.
7233
7234 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7235
7236         * gnus-msg.el (gnus-inews-add-send-actions): Made
7237         `message-post-method' lambda parameter ARG `&optional'.
7238
7239 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7240
7241         * gnus-sum.el (gnus-summary-mime-map): Added
7242         gnus-article-save-part-and-strip, gnus-article-delete-part and
7243         gnus-article-jump-to-part.
7244
7245         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7246         (gnus-article-edit-part): Use it.
7247         (gnus-article-part-wrapper): Added no-handle argument.
7248         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7249         functions.
7250
7251 2005-08-29  Romain Francoise  <romain@orebokech.com>
7252
7253         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7254         docstring.
7255         (gnus-face-from-file): Likewise.
7256
7257 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7258
7259         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7260         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7261         non-nil.
7262         (gnus-auto-select-part): New variable.
7263         (gnus-article-jump-to-part): New function.
7264         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7265         (gnus-mime-delete-part): Allow selecting specified part after
7266         deleting or stripping parts.
7267         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7268         part if argument is bogus.
7269
7270 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7271
7272         * gnus-art.el (w3m-minor-mode-map):
7273         * gnus-spec.el (gnus-newsrc-file-version):
7274         * gnus-util.el (nnmail-active-file-coding-system)
7275         (gnus-original-article-buffer, gnus-user-agent):
7276         * gnus.el (gnus-ham-process-destinations)
7277         (gnus-parameter-ham-marks-alist)
7278         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7279         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7280         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7281         * mm-decode.el (gnus-current-window-configuration):
7282         * mm-extern.el (gnus-article-mime-handles):
7283         * mm-url.el (url-current-object, url-package-name)
7284         (url-package-version):
7285         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7286         (smime-keys, w3m-cid-retrieve-function-alist)
7287         (w3m-current-buffer, w3m-display-inline-images)
7288         (w3m-minor-mode-map):
7289         * mml-smime.el (gnus-extract-address-components):
7290         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7291         (gnus-newsrc-hashtb, message-default-charset)
7292         (message-deletable-headers, message-options)
7293         (message-posting-charset, message-required-mail-headers)
7294         (message-required-news-headers):
7295         * mml1991.el (mc-pgp-always-sign):
7296         * mml2015.el (mc-pgp-always-sign):
7297         * nnheader.el (nnmail-extra-headers):
7298         * rfc1843.el (gnus-decode-encoded-word-function)
7299         (gnus-decode-header-function, gnus-newsgroup-name):
7300         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7301
7302 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7303
7304         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7305         the end of the date treatments.
7306
7307 2005-08-15  Simon Josefsson  <jas@extundo.com>
7308
7309         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7310         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7311         Capello and Romain Francoise.
7312         (pgg-fetch-key-function): Removed, not used?
7313         (pgg-insert-url-with-w3): Require url, to get
7314         url-insert-file-contents regardless of where it is defined.
7315
7316 2005-08-13  Romain Francoise  <romain@orebokech.com>
7317
7318         * message.el (message-cite-original-1): New function.
7319         (message-cite-original): Use it.
7320         (message-cite-original-without-signature): Ditto.
7321
7322 2005-08-08  Romain Francoise  <romain@orebokech.com>
7323
7324         * message.el (message-yank-empty-prefix): New variable.
7325         (message-indent-citation): Use it.
7326         (message-cite-original-without-signature): Respect X-No-Archive.
7327
7328 2005-08-08  Simon Josefsson  <jas@extundo.com>
7329
7330         * pgg.el: Autoload url-insert-file-contents instead of loading
7331         w3/url.
7332         (pgg-insert-url-with-w3): Don't load url here.
7333
7334 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7335
7336         * message.el (message-kill-to-signature): Don't insert newline at
7337         bol.
7338         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7339
7340 2005-08-06  Romain Francoise  <romain@orebokech.com>
7341
7342         * message.el (message-user-fqdn): Fix typo in docstring.
7343
7344 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7345
7346         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7347
7348         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7349
7350 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * mm-bodies.el (mm-encode-body): Use coding system rather than
7353         charset to encode text.
7354
7355         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7356         number of charsets if utf-8 is available (XEmacs).
7357
7358 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7359
7360         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7361         taken from `gnus-button-mid-or-mail-regexp'.
7362         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7363         (gnus-button-alist): Improve regexp for domain part of the MIDs
7364         for news:localpart@domain buttons.
7365         (gnus-button-ctan-directory-regexp): Update.
7366
7367 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7368
7369         * sieve-manage.el (sieve-manage-interactive-login): Use
7370         make-local-variable rather than make-variable-buffer-local.
7371         (sieve-manage-open): Ditto.
7372         (sieve-manage-authenticate): Ditto.
7373
7374         * mml.el (mml-generate-mime-1): Make the content type default to
7375         text/plain if the filename is not specified.
7376
7377 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7380         instead of insert-buffer.
7381
7382         * message.el (message-yank-original): Ditto; set the mark at the
7383         end of the yanked message.
7384
7385 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7388         lines to scroll rather than to stop it.
7389
7390         * mml.el (mml-generate-default-type): Add doc string.
7391         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7392         default to application/octet-stream when determining the content
7393         type if it is not specified for the part or the mml contents; add
7394         a comment about mml-generate-default-type.
7395
7396 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7397
7398         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7399         make it default to application/octet-stream when determining the
7400         content type if it is not specified for the external contents.
7401
7402 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7405         segmented parameter but also other parameters might be there.
7406
7407 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * mm-decode.el (mm-display-external): Delete temp file, directory
7410         and buffer immediately if the external process is exited.
7411
7412 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7415         fewer lines than that of scroll-margin.
7416         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7417
7418 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * gnus-art.el (gnus-article-next-page): Revert.
7421         (gnus-article-beginning-of-window): New macro.
7422         (gnus-article-next-page-1): Use it.
7423         (gnus-article-prev-page): Ditto.
7424         (gnus-article-edit-part): Use insert-buffer-substring instead of
7425         insert-buffer.
7426         (gnus-article-edit-exit): Ditto.
7427
7428         * gnus-util.el (gnus-beginning-of-window): Remove.
7429         (gnus-end-of-window): Remove.
7430
7431         * lpath.el: Don't bind header-line-format and scroll-margin.
7432
7433 2005-07-25  Simon Josefsson  <jas@extundo.com>
7434
7435         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7436         to have the url package without w3.  Reported by Daiki Ueno
7437         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7438
7439 2005-07-20  Didier Verna  <didier@xemacs.org>
7440
7441         * gnus-diary.el: Remove the description comment (nndiary is now
7442         properly documented in the Gnus manual).
7443         Fix the spelling of "Back End".
7444         * nndiary.el: Ditto.
7445         Fix the copyright notice.
7446
7447 2005-07-18  Romain Francoise  <romain@orebokech.com>
7448
7449         * gnus-sum.el (gnus-summary-to-prefix)
7450         (gnus-summary-newsgroup-prefix): New variables.
7451         (gnus-summary-from-or-to-or-newsgroups): Use them.
7452
7453 2005-07-17  Romain Francoise  <romain@orebokech.com>
7454
7455         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7456         space as it's generally not especially interesting to the user.
7457
7458 2005-07-16  Romain Francoise  <romain@orebokech.com>
7459
7460         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7461         nil to avoid prompting and file modification if one of the
7462         messages at the top of the nnfolder file contains a copyright
7463         notice.
7464         Update copyright notice.
7465
7466         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7467         instead of `current-time-string' as the latter creates a time
7468         string that is not RFC 2822 compliant (it lacks the zone).
7469         Update copyright notice.
7470
7471 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7472
7473         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7474         for text/rtf.  Display default in prompt.  Pass default for M-n.
7475
7476         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7477
7478 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7479
7480         * gnus-msg.el (gnus-button-mailto): Remove
7481         save-selected-window-window hackery because it relies on
7482         save-selected-window internals.
7483
7484 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7487         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7488         (gnus-article-prev-page): Ditto.
7489
7490         * gnus-util.el (gnus-beginning-of-window): New function.
7491         (gnus-end-of-window): New function.
7492
7493         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7494
7495 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7496
7497         * gnus-score.el (gnus-score-edit-all-score): Set
7498         gnus-score-edit-exit-function to gnus-score-edit-done and call
7499         gnus-message.
7500
7501 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7502
7503         * gnus-msg.el (gnus-button-mailto): Remove
7504         save-selected-window-window hackery because it relies on
7505         save-selected-window internals.
7506
7507 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7510         add-minor-mode.
7511         (gnus-binary-mode): Ditto.
7512
7513         * gnus-topic.el (gnus-topic-mode): Ditto.
7514
7515 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7516
7517         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7518         (gnus-article-prev-page): Take scroll-margin into consideration.
7519
7520 2005-07-04  Lute Kamstra  <lute@gnu.org>
7521
7522         Update FSF's address in GPL notices.
7523
7524 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7525
7526         * gnus.el (gnus-exit):
7527         * gnus-group.el (gnus-group-icons):
7528         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7529
7530         * gnus-nocem.el (gnus-nocem):
7531         * message.el (message-various, message-buffers, message-sending)
7532         (message-interface, message-forwarding, message-insertion)
7533         (message-headers, message-news, message-mail):
7534         * pgg-gpg.el (pgg-gpg):
7535         * pgg-parse.el (pgg-parse):
7536         * pgg-pgp.el (pgg-pgp):
7537         * pgg-pgp5.el (pgg-pgp5):
7538         * pop3.el (pop3): Finish `defgroup' description with period.
7539
7540 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * gnus-art.el (article-display-face): Improve the efficiency.
7543         (article-display-x-face): Ditto; remove grey x-face stuff.
7544
7545 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * gnus-art.el (article-display-face): Correct the position in
7548         which Faces are inserted.
7549
7550 2005-06-29  Didier Verna  <didier@xemacs.org>
7551
7552         * gnus-art.el (article-display-face): Display faces in correct
7553         order.
7554
7555 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7558         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7559         (gnus-nocem-check-article): Fetch the Type header.
7560         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7561         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7562         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7563         make sure gnus-nocem-hashtb is initialized.
7564         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7565         (gnus-nocem-unwanted-article-p): Ditto.
7566
7567         * pgg.el (pgg-verify): Return the verification result.
7568
7569 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7570
7571         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7572         is ascii.
7573
7574 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7575
7576         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7577         `show-nonbreak-escape'.
7578
7579 2005-06-23  Lute Kamstra  <lute@gnu.org>
7580
7581         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7582
7583         * dig.el (dig-mode):
7584         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7585
7586 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7587
7588         * nnimap.el (nnimap-split-download-body): Fix spellings.
7589
7590 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7591
7592         * gnus-art.el (gnus-article-encrypt-body):
7593         * gnus-cus.el (gnus-score-customize):
7594         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7595         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7596
7597 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7598
7599         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7600         header by looking for magic "MII" at the beginnig.
7601
7602 2005-06-16  Miles Bader  <miles@gnu.org>
7603
7604         * gnus-xmas.el (gnus-xmas-group-startup-message):
7605         Use renamed gnus-splash face.
7606
7607         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7608         (assistant-field-face): New backward-compatibility alias for renamed
7609         face.
7610         (assistant-render-text): Use renamed assistant-field face.
7611
7612         * spam.el (spam): Remove "-face" suffix from face name.
7613         (spam-face): New backward-compatibility alias for renamed face.
7614         (spam-face, spam-initialize): Use renamed spam face.
7615
7616         * message.el (message-header-to, message-header-cc)
7617         (message-header-subject, message-header-newsgroups)
7618         (message-header-other, message-header-name)
7619         (message-header-xheader, message-separator, message-cited-text)
7620         (message-mml): Remove "-face" suffix from face names.
7621         (message-header-to-face, message-header-cc-face)
7622         (message-header-subject-face, message-header-newsgroups-face)
7623         (message-header-other-face, message-header-name-face)
7624         (message-header-xheader-face, message-separator-face)
7625         (message-cited-text-face, message-mml-face):
7626         New backward-compatibility aliases for renamed faces.
7627         (message-font-lock-keywords): Use renamed message faces.
7628
7629         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7630         (sieve-test-commands, sieve-tagged-arguments):
7631         Remove "-face" suffix from face names.
7632         (sieve-control-commands-face, sieve-action-commands-face)
7633         (sieve-test-commands-face, sieve-tagged-arguments-face):
7634         New backward-compatibility aliases for renamed faces.
7635         (sieve-control-commands-face, sieve-action-commands-face)
7636         (sieve-test-commands-face, sieve-tagged-arguments-face):
7637         Use renamed sieve faces.
7638
7639         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7640         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7641         (gnus-group-news-3-empty, gnus-group-news-4)
7642         (gnus-group-news-4-empty, gnus-group-news-5)
7643         (gnus-group-news-5-empty, gnus-group-news-6)
7644         (gnus-group-news-6-empty, gnus-group-news-low)
7645         (gnus-group-news-low-empty, gnus-group-mail-1)
7646         (gnus-group-mail-1-empty, gnus-group-mail-2)
7647         (gnus-group-mail-2-empty, gnus-group-mail-3)
7648         (gnus-group-mail-3-empty, gnus-group-mail-low)
7649         (gnus-group-mail-low-empty, gnus-summary-selected)
7650         (gnus-summary-cancelled, gnus-summary-high-ticked)
7651         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7652         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7653         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7654         (gnus-summary-low-undownloaded)
7655         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7656         (gnus-summary-low-unread, gnus-summary-normal-unread)
7657         (gnus-summary-high-read, gnus-summary-low-read)
7658         (gnus-summary-normal-read, gnus-splash):
7659         Remove "-face" suffix from face names.
7660         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7661         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7662         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7663         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7664         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7665         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7666         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7667         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7668         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7669         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7670         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7671         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7672         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7673         (gnus-summary-normal-ticked-face)
7674         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7675         (gnus-summary-normal-ancient-face)
7676         (gnus-summary-high-undownloaded-face)
7677         (gnus-summary-low-undownloaded-face)
7678         (gnus-summary-normal-undownloaded-face)
7679         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7680         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7681         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7682         (gnus-splash-face):
7683         New backward-compatibility aliases for renamed faces.
7684         (gnus-group-startup-message): Use renamed gnus faces.
7685
7686         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7687         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7688         (gnus-server-agent): Remove "-face" suffix from face names.
7689         (gnus-server-agent-face, gnus-server-opened-face)
7690         (gnus-server-closed-face, gnus-server-denied-face)
7691         (gnus-server-offline-face):
7692         New backward-compatibility aliases for renamed faces.
7693         (gnus-server-agent-face, gnus-server-opened-face)
7694         (gnus-server-closed-face, gnus-server-denied-face)
7695         (gnus-server-offline-face): Use renamed gnus faces.
7696
7697         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7698         Remove "-face" suffix from face names.
7699         (gnus-picon-xbm-face, gnus-picon-face):
7700         New backward-compatibility aliases for renamed faces.
7701
7702         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7703         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7704         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7705         (gnus-cite-11): Remove "-face" suffix from face names.
7706         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7707         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7708         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7709         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7710         New backward-compatibility aliases for renamed faces.
7711         (gnus-cite-attribution-face, gnus-cite-face-list)
7712         (gnus-article-boring-faces): Use renamed gnus faces.
7713
7714         * gnus-art.el (gnus-signature, gnus-header-from)
7715         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7716         (gnus-header-content): Remove "-face" suffix from face names.
7717         (gnus-signature-face, gnus-header-from-face)
7718         (gnus-header-subject-face, gnus-header-newsgroups-face)
7719         (gnus-header-name-face, gnus-header-content-face):
7720         New backward-compatibility aliases for renamed faces.
7721         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7722
7723         * gnus-sum.el (gnus-summary-selected-face)
7724         (gnus-summary-highlight): Use renamed gnus faces.
7725         * gnus-group.el (gnus-group-highlight): Likewise.
7726
7727 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7728
7729         * gnus-sieve.el (gnus-sieve-article-add-rule):
7730         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7731         * spam-stat.el (spam-stat-buffer-change-to-spam)
7732         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7733
7734         * message.el (message-is-yours-p):
7735         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7736
7737 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * mm-view.el (mm-inline-text): Withdraw the last change.
7740
7741 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7744         executing enriched-decode.
7745
7746 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7749         charset of tar files.
7750
7751 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7752
7753         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7754
7755 2005-06-04  Lute Kamstra  <lute@gnu.org>
7756
7757         * nnfolder.el (nnfolder-read-folder): Make sure that undo
7758         information is never recorded.
7759
7760 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7761
7762         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7763
7764 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * pop3.el (pop3-apop): Run md5 in the binary mode.
7767
7768         * starttls.el (starttls-set-process-query-on-exit-flag):
7769         Use eval-and-compile.
7770
7771 2005-05-31  Simon Josefsson  <jas@extundo.com>
7772
7773         * smime.el (smime-replace-in-string): Define.
7774         (smime-cert-by-ldap-1): Use it.
7775
7776 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * gnus-art.el (article-display-x-face): Replace
7779         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7780
7781         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7782         set-process-query-on-exit-flag or process-kill-without-query.
7783
7784         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7785         loop instead of replace-regexp.
7786
7787         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7788         instead of process-kill-without-query if it is available.
7789
7790         * lpath.el: Fbind ldap-search-entries.
7791
7792         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7793         instead of find-file-hooks if it is available.
7794
7795         * mml1991.el: Bind pgg-default-user-id when compiling.
7796
7797         * mml2015.el: Bind pgg-default-user-id when compiling.
7798
7799         * nndraft.el (nndraft-request-associate-buffer):
7800         Use write-contents-functions instead of write-contents-hooks if it is
7801         available.
7802
7803         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7804         instead of find-file-hooks if it is available.
7805
7806         * nntp.el (nntp-open-connection): Replace
7807         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7808         (nntp-open-ssl-stream): Ditto.
7809         (nntp-open-tls-stream): Ditto.
7810
7811         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7812         set-process-query-on-exit-flag or process-kill-without-query.
7813         (starttls-open-stream-gnutls): Use it instead of
7814         process-kill-without-query.
7815         (starttls-open-stream): Ditto.
7816
7817 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
7818
7819         * smime.el (smime-cert-by-ldap-1): Don't use
7820         replace-regexp-in-string.
7821
7822 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
7823
7824         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7825
7826         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7827         in PEM format.  Adjust to the XEmacs compability.
7828
7829 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7830
7831         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7832         by `string-to-number'.
7833         * gnus-agent.el (gnus-agent-regenerate-group)
7834         (gnus-agent-fetch-articles): Ditto.
7835         * gnus-art.el (gnus-button-fetch-group): Ditto.
7836         * gnus-cache.el (gnus-cache-generate-active)
7837         (gnus-cache-articles-in-group): Ditto.
7838         * gnus-group.el (gnus-group-set-current-level)
7839         (gnus-group-insert-group-line): Ditto.
7840         * gnus-score.el (gnus-score-set-expunge-below)
7841         (gnus-score-set-mark-below, gnus-summary-score-effect)
7842         (gnus-summary-score-entry): Ditto.
7843         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7844         (gnus-soup-pack): Ditto.
7845         * gnus-spec.el (gnus-xmas-format): Ditto.
7846         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7847         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7848         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7849         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7850         * nndb.el (nndb-get-remote-expire-response): Ditto.
7851         * nndiary.el (nndiary-parse-schedule-value)
7852         (nndiary-string-to-number, nndiary-request-replace-article)
7853         (nndiary-request-article): Ditto.
7854         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7855         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7856         * nneething.el (nneething-make-head): Ditto.
7857         * nnfolder.el (nnfolder-request-article)
7858         (nnfolder-retrieve-headers): Ditto.
7859         * nnheader.el (nnheader-file-to-number): Ditto.
7860         * nnkiboze.el (nnkiboze-request-article): Ditto.
7861         * nnmail.el (nnmail-process-unix-mail-format)
7862         (nnmail-process-babyl-mail-format): Ditto.
7863         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7864         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7865         (nnmh-request-create-group, nnmh-request-list-1)
7866         (nnmh-request-group, nnmh-request-article): Ditto.
7867         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7868         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7869         * nnsoup.el (nnsoup-make-active): Ditto.
7870         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7871         * nntp.el (nntp-find-group-and-number)
7872         (nntp-retrieve-headers-with-xover): Ditto.
7873         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7874         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7875         (pgg-format-key-identifier): Ditto.
7876         * pop3.el (pop3-last, pop3-stat): Ditto.
7877         * qp.el (quoted-printable-decode-region): Ditto.
7878
7879         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7880         of concat.
7881
7882 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7885
7886         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7887
7888         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7889
7890         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7891
7892         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7893
7894         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7895
7896         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7897         (gnus-carpal-mode): Ditto.
7898
7899         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7900         (gnus-browse-mode): Ditto.
7901
7902         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7903
7904         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7905
7906 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7907
7908         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7909
7910 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * gnus-util.el (gnus-run-mode-hooks): New function.
7913
7914         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7915
7916         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
7917         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
7918
7919 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
7920
7921         * gnus-agent.el (gnus-agent-make-mode-line-string):
7922         Use mode-line-highlight as mouse-face.
7923
7924 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * canlock.el (canlock): Change the parent group to news.
7927
7928         * deuglify.el (gnus-outlook-deuglify): Add :group.
7929
7930         * dig.el (dig): Add :group.
7931
7932         * dns-mode.el (dns-mode): Add :group.
7933
7934         * encrypt.el (encrypt): Add :group.
7935
7936         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7937         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7938         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7939         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7940         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7941
7942         * gnus-diary.el (gnus-diary): Add :group.
7943
7944         * gnus.el (gnus-group-news-1-face): Add :group.
7945         (gnus-group-news-1-empty-face): Ditto.
7946         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7947         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7948         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7949         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7950         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7951         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7952         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7953         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7954         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7955         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7956         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7957         (gnus-summary-high-ticked-face): Ditto.
7958         (gnus-summary-low-ticked-face): Ditto.
7959         (gnus-summary-normal-ticked-face): Ditto.
7960         (gnus-summary-high-ancient-face): Ditto.
7961         (gnus-summary-low-ancient-face): Ditto.
7962         (gnus-summary-normal-ancient-face): Ditto.
7963         (gnus-summary-high-undownloaded-face): Ditto.
7964         (gnus-summary-low-undownloaded-face): Ditto.
7965         (gnus-summary-normal-undownloaded-face): Ditto.
7966         (gnus-summary-high-unread-face): Ditto.
7967         (gnus-summary-low-unread-face): Ditto.
7968         (gnus-summary-normal-unread-face): Ditto.
7969         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7970         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7971
7972         * hashcash.el (hashcash): New custom group.
7973         (hashcash-default-payment): Add :group.
7974         (hashcash-payment-alist): Ditto.
7975         (hashcash-default-accept-payment): Ditto.
7976         (hashcash-accept-resources): Ditto.
7977         (hashcash-path): Ditto.
7978         (hashcash-extra-generate-parameters): Ditto.
7979         (hashcash-double-spend-database): Ditto.
7980         (hashcash-in-news): Ditto.
7981
7982         * message.el (message-minibuffer-local-map): Add :group.
7983
7984         * netrc.el (netrc): Add :group.
7985
7986         * sieve-manage.el (sieve-manage-log): Add :group.
7987         (sieve-manage-default-user): Diito.
7988         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7989         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7990         (sieve-manage-authenticators): Ditto.
7991         (sieve-manage-authenticator-alist): Ditto.
7992         (sieve-manage-default-port): Ditto.
7993
7994         * sieve-mode.el (sieve-control-commands-face): Add :group.
7995         (sieve-action-commands-face): Ditto.
7996         (sieve-test-commands-face): Ditto.
7997         (sieve-tagged-arguments-face): Ditto.
7998
7999         * smime.el (smime): Add :group.
8000
8001         * spam-report.el (spam-report): Add :group.
8002
8003         * spam.el (spam, spam-face): Add :group.
8004
8005 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8006
8007         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8008         return \n.\n.\n at the end of articles.  Protect against that.
8009         (nntp-with-open-group): Allow debugging.
8010
8011         * nnheader.el (mail-header-set-extra): Make into a function
8012         because I just could't understand how to quote the list properly.
8013
8014         * dns.el (query-dns-cached): New function.
8015
8016 2005-05-26  Lute Kamstra  <lute@gnu.org>
8017
8018         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8019
8020 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8021
8022         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8023
8024         * gnus-art.el: Don't autoload mail-extract-address-components.
8025
8026         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8027         eval-and-compile to evaluate it.
8028
8029         * hashcash.el: Don't autoload executable-find.
8030
8031         * nndb.el: Don't declare the nndb back end two or more times; don't
8032         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8033
8034         * nntp.el: Autoload format-spec instead of format; use
8035         eval-and-compile to evaluate autoload forms.
8036
8037 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8038
8039         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8040
8041 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8042
8043         * gnus.el (gnus-version-number): Bump version.
8044
8045 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8046
8047         * gnus.el: No Gnus v0.3 is released.
8048
8049 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8050
8051         * lpath.el (featurep): Bind show-nonbreak-escape.
8052
8053 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * gnus-art.el (gnus-article-edit-part): Disable undo.
8056
8057 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8060         gnus-article-date-lapsed-new-header is t if date timer is active;
8061         skip headers in which the original date value is empty.
8062         (gnus-article-save-original-date): Redefine it as a macro.
8063         (gnus-display-mime): Use it.
8064
8065 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * gnus-art.el (article-date-ut): Support converting date in
8068         forwarded parts as well.
8069         (gnus-article-save-original-date): New function.
8070         (gnus-display-mime): Use it.
8071
8072 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8073
8074         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8075         enclosure element of <item>.
8076
8077 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8078
8079         * message.el (message-kill-buffer-query): Renamed from
8080         `message-kill-buffer-query-if-modified'.  Added :version.
8081
8082 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8085         window layout.
8086
8087 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * mml.el: Autoload dnd when compiling.
8090
8091 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8092
8093         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8094         x-dnd-*.
8095
8096 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * qp.el (quoted-printable-encode-region): Save excursion.
8099
8100 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8101
8102         * message.el (message-kill-buffer-query-if-modified): Add new variable
8103         so the user can kill a modified message buffer quickly.
8104         (message-kill-buffer): Use it.
8105
8106 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * lpath.el: Fbind display-time-event-handler; don't fbind
8109         string-to-multibyte.
8110
8111         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8112
8113 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8116         contained in text because xml.el decodes entities) with LFs.
8117
8118 2005-04-11  Lute Kamstra  <lute@gnu.org>
8119
8120         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8121         differently.
8122
8123 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8124
8125         * mm-util.el (mm-detect-coding-region): Typo.
8126
8127 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8130
8131 2005-04-06  D Goel  <deego@gnufans.org>
8132
8133         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8134         user-function allow user modifications of the scores.
8135         (spam-stat-score-buffer-user): New function, to allow
8136         user-computed modifications to the score.
8137         (spam-stat-score-buffer-user-functions): List of additional
8138         scoring functions.
8139         (spam-stat-error-holder): Global temporary error holder.
8140         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8141         variable.
8142
8143 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8144
8145         * gnus-registry.el (gnus-registry-clean-empty-function)
8146         (gnus-registry-trim, gnus-registry-fetch-groups)
8147         (gnus-registry-delete-group): Groups that match
8148         `gnus-registry-ignored-groups' are removed from the registry
8149         entries, not just ignored for splitting.  This helps clean up the
8150         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8151         to get all the groups a message ID is in.
8152
8153         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8154         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8155         (spam-stat-score-buffer-user-functions): Add :number custom type.
8156
8157 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8160         argument in XEmacs.
8161
8162         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8163         (nnrss-request-group): Decode group name first.
8164         (nnrss-request-article): Make a text/plain article if mml-to-mime
8165         failed.
8166         (nnrss-get-encoding): Return a compatible encoding according to
8167         nnrss-compatible-encoding-alist.
8168         (nnrss-find-el): Use consp instead of listp.
8169         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8170
8171 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8174         which Emacs 20 doesn't support.
8175         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8176
8177 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8178
8179         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8180         silence the byte compiler inside the defun.
8181
8182         * gnus-demon.el (parse-time-string): Add autoload.
8183
8184         * gnus-delay.el (parse-time-string): Add autoload.
8185
8186         * gnus-art.el (parse-time-string): Add autoload.
8187
8188         * nnultimate.el (parse-time): Require for `parse-time-string'.
8189
8190 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8191
8192         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8193
8194         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8195
8196         * smime.el (smime-ldap-host-list): Add :version.
8197
8198 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8199
8200         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8201         pass it to `gnus-browse-read-group'.
8202         (gnus-browse-read-group): Add NUMBER argument and pass it to
8203         `gnus-group-read-ephemeral-group'.
8204
8205         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8206         argument and pass it to `gnus-group-read-group'.
8207
8208 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8209
8210         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8211         mm-xemacs-find-mime-charset-1 if we have the mule feature
8212         available at runtime.
8213
8214 2005-03-25  Werner Lemberg  <wl@gnu.org>
8215
8216         * nnmaildir.el: Replace `illegal' with `invalid'.
8217
8218 2005-03-23  Lute Kamstra  <lute@gnu.org>
8219
8220         * time-date.el: Add comment on time value formats.
8221         Don't require parse-time.
8222         (with-decoded-time-value): New macro.
8223         (encode-time-value): New function.
8224         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8225         (days-to-time): Return a valid time value when arg is huge.
8226         (time-since): Use time-subtract.
8227         (time-to-number-of-days): Use time-to-seconds.
8228
8229 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8230
8231         * gnus-start.el (gnus-display-time-event-handler):
8232         Check display-time-timer at runtime rather than only at load time
8233         in case display-time-mode is turned off in the mean time.
8234
8235 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8236
8237         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8238         used.
8239
8240         * nneething.el (nneething-map-file-directory): Derive from
8241         `gnus-directory'.
8242
8243         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8244         the To/Cc button.
8245
8246 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8247
8248         * nnmaildir.el (nnmaildir-request-accept-article):
8249         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8250
8251 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8252
8253         * gnus-async.el: Require timer-funcs at compile time when in
8254         XEmacs for `run-with-idle-timer'.
8255
8256 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8257
8258         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8259         autoloaded function.
8260
8261 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8262
8263         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8264
8265 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8266
8267         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8268
8269 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8270
8271         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8272         gnus-expert-user to default.
8273
8274 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8275
8276         * nnimap.el (nnimap-open-server): Ditto.
8277
8278         * imap.el (imap-authenticate): Fix typo.
8279
8280 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8281
8282         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8283         buffer (since IMAP server might return FETCH response out of
8284         order, and the nntp buffer must be sorted).
8285
8286 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8287
8288         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8289         comparison on string.
8290
8291         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8292         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8293         (gnus-agent-summary-fetch-series): Modified to protect against
8294         gnus-agent-summary-fetch-group clearing processable flags.
8295         (gnus-agent-synchronize-group-flags): Update live group buffer as
8296         synchronization may occur due to the user toggle the plugged
8297         status.
8298         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8299         successfully downloaded.
8300         (gnus-agent-expire-group-1): Avoid using markers when the overview
8301         is in ascending order; greatly improves performance.
8302         (gnus-agent-regenerate-group): Use
8303         gnus-agent-synchronize-group-flags to reset read status in both
8304         gnus and server.
8305         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8306
8307 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * message.el: Don't autoload former message-utils variables.
8310         (message-strip-subject-trailing-was): Change doc string.
8311
8312         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8313         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8314         (nnweb-google-search): Add "hl=en" here.
8315         (nnweb-google-parse-1, nnweb-google-create-mapping):
8316         Don't hardcode URL.
8317
8318 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8319
8320         * message.el (message-get-reply-headers, message-followup):
8321         Mention related variables `message-use-followup-to' and
8322         `message-use-mail-followup-to', in the information buffer.
8323
8324         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8325         of broken groups(-beta).google.com.
8326
8327 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8328
8329         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8330         parameter to invoked gnus-request-move-article; remove the
8331         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8332         all at once instead of once per article.
8333         (gnus-summary-remove-process-mark): Accept a list of articles as
8334         well as a single article for processing.
8335
8336         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8337         parameter.
8338
8339         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8340
8341         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8342
8343         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8344         parameter.
8345
8346         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8347         parameter.
8348
8349         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8350         parameter and remove the gnus-sum-hint-move-is-internal variable.
8351
8352         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8353         parameter.
8354
8355         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8356         parameter.
8357
8358         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8359         parameter.
8360
8361         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8362
8363         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8364         parameter.
8365
8366         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8367         parameter.
8368
8369 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8370
8371         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8372         a more conservative way.
8373
8374 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8375
8376         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8377         buffer, so it moves the window's cursor.
8378
8379 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8380
8381         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8382         `mm-dissect-multipart' and receive the from field as an (optional)
8383         argument from `mm-dissect-multipart'.
8384         (mm-dissect-multipart): Receive the from field as an argument and
8385         pass it on when we call `mm-dissect-buffer' on MIME parts.
8386         Fixes verification/decryption of signed/encrypted MIME parts.
8387
8388 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8389
8390         * gnus-sum.el (gnus-summary-move-article): Set
8391         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8392         whatever it calls (right now, only nnimap-request-move article
8393         respects it).
8394
8395         * nnimap.el (nnimap-request-move-article): When
8396         gnus-sum-hint-move-is-internal is set, don't do the extra
8397         nnimap-request-article.
8398
8399 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8400
8401         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8402
8403         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8404         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8405
8406         * gnus-sum.el (gnus-summary-caesar-message):
8407         Apply `gnus-treat-article' after rotation.
8408
8409         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8410         doc string.
8411
8412 2005-02-22  Simon Josefsson  <jas@extundo.com>
8413
8414         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8415         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8416         <arne@arnested.dk>.
8417         (encrypt): Add password-cache and password-cache-expiry as group
8418         members.
8419
8420 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8421
8422         * smime.el (smime-ldap-host-list): Doc fix.
8423         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8424         cache) password.
8425         (smime-sign-region): Use it.
8426         (smime-decrypt-region): Use it.
8427         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8428         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8429         fails.
8430         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8431         certificate from DER to PEM format rather than calling openssl.
8432
8433         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8434
8435         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8436         for signing/encryption.
8437
8438         * mml.el (mml-parse-1): Use them.
8439
8440 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8441
8442         * nnrss.el (nnrss-verbose): Removed.
8443         (nnrss-request-group): Use `nnheader-message' instead.
8444
8445 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8446
8447         * nnrss.el (nnrss-verbose): New variable.
8448         (nnrss-request-group): Make it say nnrss is requesting a group.
8449
8450 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8451
8452         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8453         Handle news URL with given port correctly.
8454
8455 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8458         containing special characters.
8459
8460         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8461
8462         * mml.el (mime-to-mml): Ditto.
8463
8464         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8465         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8466         (rfc2047-decode-region): Quote decoded words containing special
8467         characters when rfc2047-quote-decoded-words-containing-tspecials
8468         is non-nil.
8469
8470 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8471
8472         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8473
8474         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8475
8476 2005-02-15  Simon Josefsson  <jas@extundo.com>
8477
8478         * nnimap.el (nnimap-debug): Doc fix.
8479
8480         * imap.el (imap-debug): Doc fix.
8481
8482 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8485
8486 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8487
8488         * gnus.el (spam-contents): Improve docs for spam-contents
8489         parameter in its variable incarnation.
8490
8491 2005-02-14  Simon Josefsson  <jas@extundo.com>
8492
8493         * smime-ldap.el: Use require instead of load-library for ldap.
8494         (smime-ldap-search): Indent.
8495         (smime-ldap-search-internal): Shorten line.
8496
8497         * smime.el (smime-cert-by-dns): Add doc-string.
8498         (smime-cert-by-ldap-1): Indent.
8499
8500         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8501         mml-smime-get-dns-ldap.
8502         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8503
8504 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8505
8506         * smime.el: Require smime-ldap.
8507         (smime-ldap-host-list): New variable.
8508         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8509
8510         * mml-smime.el (mml-smime-encrypt-query): New function.
8511         (mml-smime-encrypt-query): Use it.
8512
8513         * smime-ldap.el: New file.
8514
8515 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8516
8517         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8518
8519 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8520
8521         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8522         argument in doc string.  Make query for type more clear.
8523
8524 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8525
8526         * gnus.el (gnus-group-startup-message): Search for gnus images in
8527         etc/images/gnus.
8528         * mm-util.el (mm-image-load-path): Likewise.
8529         * smiley.el (smiley-data-directory): Search for smilies in
8530         etc/images/smilies.
8531
8532 2005-02-09  Kim F. Storm  <storm@cua.dk>
8533
8534         Change Emacs release version from 21.4 to 22.1 throughout.
8535         Change Emacs development version from 21.3.50 to 22.0.50.
8536
8537 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8540
8541         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8542         non-Mule XEmacs as well.
8543         (mm-decompress-buffer): Signal an error intentionally if it does
8544         not decompress compressed data because auto-compression-mode is
8545         disabled.
8546
8547 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8548
8549         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8550         an ID in the registry even if it has no groups.
8551
8552 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8555         merge it into mm-decompress-buffer.
8556         (gnus-mime-copy-part): Use the MIME part charset, the value which
8557         a user specified or gnus-newsgroup-charset for decoding, like
8558         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8559         save-buffer what was used.  Suggested by Kevin Ryde
8560         <user42@zip.com.au>.
8561         (gnus-mime-inline-part): Allow the name parameter as well as the
8562         filename parameter; force decompressing of compressed data; always
8563         display contents being not decoded as unibyte.
8564
8565         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8566         as well as the filename parameter.
8567
8568         * mm-util.el (mm-decompress-buffer): Merge
8569         gnus-mime-jka-compr-maybe-uncompress.
8570         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8571         of compressed data.
8572
8573 2005-02-08  Simon Josefsson  <jas@extundo.com>
8574
8575         * imap.el (imap-log): Doc fix.
8576
8577 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8580         the coding cookies; decompress compressed parts.
8581
8582         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8583         to the value which a user specified manually or the coding cookie.
8584
8585         * mm-util.el (mm-string-to-multibyte): New function.
8586         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8587         (mm-coding-system-to-mime-charset): New function.
8588         (mm-decompress-buffer): New function.
8589         (mm-find-buffer-file-coding-system): New function.
8590
8591         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8592         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8593         parts.
8594
8595 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8596
8597         * mm-view.el (mm-display-inline-fontify): Decode a part according
8598         to the charset parameter.
8599
8600 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8603         prefix arg is neither nil nor a number, as info specifies.
8604
8605 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8608         timestamps.
8609
8610 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8611
8612         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8613         groups error checking and notify user.
8614
8615 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8616
8617         * message.el (message-send-mail-function): Check existence of
8618         sendmail-program first before using default value
8619         `message-send-mail-with-sendmail'.  Otherwise use more generic
8620         `smtpmail-send-it'.
8621
8622 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * nntp.el (nntp-request-update-info): Always return nil.
8625
8626 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8627
8628         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8629
8630 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8631
8632         * message.el (message-beginning-of-line): Change the behavior when
8633         invoked between BOL and : so that it first moves backward.
8634
8635 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8638         article buffer when editing of the article is discarded.
8639         (gnus-article-prepare): Revert.
8640
8641 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * gnus-art.el (gnus-article-prepare):
8644         Remove message-strip-forbidden-properties from the local hook.
8645
8646 2005-01-27  Simon Josefsson  <jas@extundo.com>
8647
8648         * password.el (password-cache-add): Only start one timer per key.
8649         Reported by Derek Atkins <warlord@MIT.EDU>.
8650
8651 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8652
8653         * run-at-time.el: Removed.  It is no longer needed as
8654         timer-funcs.el in the xemacs-base package has a working version of
8655         `run-at-time'.
8656
8657         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
8658
8659         * password.el: Require timer-funcs instead of run-at-time in
8660         XEmacs.
8661         Remove `password-run-at-time' macro.
8662         (password-cache-add): Use `run-at-time' instead of
8663         `password-run-at-time'.
8664
8665         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
8666         Remove `nnheader-cancel-function-timers' alias,
8667         `cancel-function-timers' exists in XEmacs in timer-funcs.
8668
8669         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8670         for `run-with-idle-timer'.
8671
8672         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8673         for `run-at-time'.
8674
8675         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8676         for `with-timeout'.
8677
8678         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
8679         the same as for XEmacs 21.4.
8680         No need to ignore `run-with-idle-timer', this function exists in
8681         XEmacs now in timer-funcs.el in the xemacs-base package.
8682         (dgnushack-compile): No need to delete
8683         run-at-time.el from the list of files to compile because it
8684         doesn't exist anymore.
8685
8686 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8689         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8690
8691 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8692
8693         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8694         sensitively.
8695
8696 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8697
8698         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8699
8700 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8703         which will be inserted according to the multibyteness of a buffer
8704         rather than the type of contents.  Suggested by ARISAWA Akihiro
8705         <ari@mbf.ocn.ne.jp>.
8706
8707         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8708         of string which old xml.el may return rather than a string.
8709
8710 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8713
8714 2005-01-16  Simon Josefsson  <jas@extundo.com>
8715
8716         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8717         idn/idna.el isn't available.
8718         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
8719         <michael@waxrat.com>.
8720
8721         * hashcash.el: Remove non-FSF copyright header.
8722
8723         * hashcash.el (hashcash-extra-generate-parameters): New variable.
8724         (hashcash-generate-payment): Use it.
8725         (hashcash-generate-payment-async): Use it.
8726
8727 2005-01-15  Simon Josefsson  <jas@extundo.com>
8728
8729         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8730         Suggested by Raymond Scholz <ray-2005@zonix.de>.
8731
8732         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8733         gnus-summary-idna-message.
8734         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8735         (gnus-summary-idna-message): New function.
8736
8737 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8738
8739         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8740         gnus-novice-user.
8741
8742 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * nnrss.el (nnrss-request-delete-group): Delete entries in
8745         nnrss-group-alist as well.
8746         (nnrss-save-server-data): Insert newline.
8747
8748 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
8749
8750         * gnus.el (gnus-user-agent): Use list of symbols instead of
8751         symbols.  Display full version number for (S)XEmacs.  Optionally
8752         display (S)XEmacs codename.
8753
8754         * gnus-util.el (gnus-emacs-version): Update for new
8755         `gnus-user-agent'.
8756
8757         * gnus-msg.el (gnus-extended-version): Make it possible to omit
8758         Gnus version.
8759
8760 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8761
8762         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
8763         which is unreadable in some setups.
8764
8765 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * gnus-spec.el (gnus-update-format-specifications): Flush the
8768         group format spec cache if it doesn't support decoded group names.
8769
8770 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8773         Allow to apply decay on score files matching a regexp.
8774
8775 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8778         compatibility in %g and %c.
8779
8780 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8783         name for only %g and %c.
8784         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8785         of gnus-tmp-group to decoded group name.
8786         (gnus-group-make-rss-group): Exclude `/'s from group names.
8787
8788 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * nnrss.el (nnrss-get-encoding): Fix regexp.
8791
8792 2004-12-27  Simon Josefsson  <jas@extundo.com>
8793
8794         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8795         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8796         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
8797
8798 2004-12-17  Kim F. Storm  <storm@cua.dk>
8799
8800         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8801
8802         * gnus-sum.el (gnus-summary-mode-map): Likewise.
8803
8804 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8805
8806         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8807
8808 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * nnrss.el: Require rfc2047 and mml.
8811         (nnrss-file-coding-system): New variable.
8812         (nnrss-format-string): Redefine it as an inline function.
8813         (nnrss-decode-group-name): New function.
8814         (nnrss-string-as-multibyte): Remove.
8815         (nnrss-retrieve-headers): Decode group name; don't use
8816         nnrss-format-string.
8817         (nnrss-request-group): Decode group name.
8818         (nnrss-request-article): Decode group name; allow a Message-ID as
8819         well as an article number; don't use nnrss-format-string; encode a
8820         Message-ID string which may contain non-ASCII characters; use
8821         mml-to-mime to compose a MIME article.
8822         (nnrss-request-expire-articles): Decode group name.
8823         (nnrss-request-delete-group): Decode group name.
8824         (nnrss-fetch): Clarify error message.
8825         (nnrss-read-server-data): Use insert-file-contents instead of load;
8826         bind file-name-coding-system; use multibyte buffer.
8827         (nnrss-save-server-data): Bind coding-system-for-write to the
8828         value of nnrss-file-coding-system; bind file-name-coding-system;
8829         add coding cookie.
8830         (nnrss-read-group-data): Use insert-file-contents instead of load;
8831         bind file-name-coding-system; use multibyte buffer.
8832         (nnrss-save-group-data): Bind coding-system-for-write to the
8833         value of nnrss-file-coding-system; bind file-name-coding-system.
8834         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8835         make it work with non-ASCII text.
8836         (nnrss-find-el): Make it work with old xml.el as well.
8837
8838 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8839
8840         * nnrss.el (nnrss-get-encoding): New function.
8841         (nnrss-fetch): Use unibyte buffer initially; bind
8842         coding-system-for-read while performing mm-url-insert; remove ^Ms;
8843         decode contents according to the encoding attribute.
8844         (nnrss-save-group-data): Add coding cookie.
8845         (nnrss-mime-encode-string): New function.
8846         (nnrss-check-group): Use it to encode subject and author.
8847
8848 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
8849
8850         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8851         imaginary variable.
8852
8853 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8856         correctly even if there are wide characters.
8857
8858 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8859
8860         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8861         downcased symbol names; make a new cache instead of reusing
8862         bbdb-hashtable.
8863
8864 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8867         concatenating segments rather than before concatenating them.
8868         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8869
8870         * message.el (message-get-reply-headers): Bind `extra'.
8871
8872 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8873
8874         * message.el (message-extra-wide-headers): New variable.
8875         (message-get-reply-headers): Use it.
8876
8877 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * gnus-agent.el (gnus-agent-group-path): Decode group name.
8880         (gnus-agent-group-pathname): Ditto.
8881
8882         * gnus-cache.el (gnus-cache-file-name): Decode group name.
8883
8884         * gnus-group.el (gnus-group-make-group): Decode group name.
8885         (gnus-group-make-rss-group): Register the group data after opening
8886         the nnrss group.
8887
8888 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
8889
8890         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8891         by expiry now get marked as read.
8892
8893 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8896
8897 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
8898
8899         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8900         unify Latin characters in XEmacs.
8901         (mm-find-mime-charset-region): Use it.
8902
8903 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-util.el (gnus-delete-directory): New function.
8906
8907         * gnus-agent.el (gnus-agent-delete-group): Use it.
8908
8909         * gnus-cache.el (gnus-cache-delete-group): Use it.
8910
8911 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8914         names.
8915
8916 2004-12-16  Simon Josefsson  <jas@extundo.com>
8917
8918         * hashcash.el (hashcash-payment-alist): Fix custom :type.
8919
8920 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8923
8924         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8925         (gnus-group-set-current-level): Decode group name.
8926
8927 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
8928
8929         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8930         failed.
8931
8932 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * gnus-group.el (gnus-group-delete-group): Decode group name.
8935         (gnus-group-make-rss-group): Encode group name.
8936         (gnus-group-catchup-current): Decode group name.
8937         (gnus-group-kill-group): Decode group name.
8938
8939 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8940
8941         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8942
8943 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * gnus-group.el (gnus-group-make-rss-group):
8946         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8947
8948         * gnus-start.el (gnus-setup-news): Honor user's setting to
8949         gnus-message-archive-method.  Suggested by Lute Kamstra
8950         <lute@gnu.org>.
8951
8952 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
8953
8954         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8955         global counterparts of the buffer-local variables.
8956
8957 2004-11-16  Romain Francoise  <romain@orebokech.com>
8958
8959         * gnus-sum.el (gnus-summary-exit): Don't clear the global
8960         counterparts of the buffer-local variables.
8961
8962 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8963
8964         * message.el (message-forbidden-properties): Fixed typo in doc
8965         string.
8966
8967 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8968
8969         * gnus-util.el (gnus-replace-in-string): Added doc string.
8970
8971         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8972         to avoid problems when splitting mails with many recipients.
8973
8974 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8975
8976         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8977         pop-to-buffer, covered by the subsequent gnus-configure-windows.
8978
8979 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
8980
8981         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8982         if there is no hashtable in memory or file modification time is
8983         newer than cached timestamp.
8984
8985 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8986
8987         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8988         not-matching option.
8989
8990 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
8991
8992         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8993         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8994         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8995         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8996         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
8997         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8998
8999 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9000
9001         * message.el (message-forward-make-body-mml): Remove headers
9002         according to message-forward-ignored-headers if a message is decoded.
9003
9004 2004-12-02  Romain Francoise  <romain@orebokech.com>
9005
9006         * message.el (message-forward-make-body-plain): Always remove
9007         headers according to message-forward-ignored-headers.
9008
9009 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9010
9011         * spam.el (spam-summary-prepare-exit): Remove the
9012         gnus-summary-limit pop for now, it has problems with ham marks for
9013         me.
9014
9015 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9016
9017         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9018         correctly.
9019
9020 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9021
9022         * format-spec.el (format-spec): Message the char.
9023
9024 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9025
9026         * gnus-art.el (gnus-split-methods): Reformat comments.
9027
9028         * spam.el (spam-summary-prepare-exit): Remove article limits
9029         before exiting the summary buffer.
9030
9031 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9034         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9035
9036         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9037         order to silence the byte compiler.
9038
9039         * spam.el: Fix the way to silence the byte compiler, which
9040         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9041         bbdb-search-simple, spam-BBDB-register-routine,
9042         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9043         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9044         spam-stat-buffer-is-spam, spam-stat-load,
9045         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9046         spam-stat-save and spam-stat-split-fancy.
9047
9048 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9051         which may confuse users.
9052         (canlock-password-for-verify): Ditto.
9053
9054         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9055
9056         * gnus-art.el (gnus-emphasis-alist): Ditto.
9057
9058         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9059
9060         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9061
9062         * gnus-start.el (gnus-save-killed-list): Ditto.
9063
9064         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9065         (gnus-sum-thread-tree-root): Ditto.
9066         (gnus-sum-thread-tree-false-root): Ditto.
9067         (gnus-sum-thread-tree-single-indent): Ditto.
9068
9069         * message.el (message-courtesy-message): Ditto.
9070         (message-archive-note): Ditto.
9071         (message-subscribed-address-file): Ditto.
9072         (message-user-fqdn): Ditto.
9073
9074         * spam-report.el (spam-report-gmane-regex): Ditto.
9075
9076         * spam.el (spam-blackhole-good-server-regex): Ditto.
9077
9078 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * mml.el (mml-preview): Widen the message buffer before copying
9081         the contents to the preview buffer; sort headers before previewing.
9082
9083         * message.el (message-hidden-headers): Fix the way to avoid a bug
9084         in the `repeat' widget in Emacs 21.3 or earlier.
9085
9086 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * message.el (message-hidden-headers): Default to "^References:".
9089         Improve customization type.  Suggested by Reiner Steib
9090         <Reiner.Steib@gmx.de>.
9091
9092 2004-11-25  Romain Francoise  <romain@orebokech.com>
9093
9094         * message.el (message-strip-forbidden-properties): Remove check for
9095         obsolete `message-hidden' text property, hidden headers are not
9096         accessible in the buffer anymore.
9097
9098 2004-11-22  Romain Francoise  <romain@orebokech.com>
9099
9100         * message.el (message-header-format-alist): Add `From' in list
9101         so that it can be sorted.
9102         (message-fix-before-sending): Widen and sort headers before
9103         sending.
9104         (message-hide-headers): Use narrowing to hide headers by moving
9105         them to the top of the buffer and narrowing to the region
9106         underneath.
9107
9108 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9109
9110         * message.el (message-strip-forbidden-properties): Bind
9111         buffer-read-only (etc) to nil.
9112
9113 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9116         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9117
9118 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9119
9120         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9121
9122 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9123
9124         * dns.el (query-dns): Use sit-for to time instead of
9125         accept-process-output, since that doesn't seem to work on udp
9126         sockets.
9127
9128 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9131
9132 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9133
9134         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9135         doc string.  Improve doc string.
9136
9137 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * nntp.el (nntp-request-update-info): Return nil if
9140         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9141         may not call gnus-activate-group which uselessly issues the GROUP
9142         commands for all nntp groups and wastes time.  Reported by Romain
9143         Francoise <romain@orebokech.com>.
9144
9145         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9146
9147 2004-11-15  Simon Josefsson  <jas@extundo.com>
9148
9149         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9150         headers separately.
9151         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9152         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9153
9154 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9155
9156         * gnus-start.el (gnus-convert-old-newsrc):
9157         Assign legacy-gnus-agent to 5.10.7.
9158
9159 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9160
9161         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9162         start of the lines.
9163
9164 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9165
9166         * hashcash.el (hashcash-default-payment): Change default to 20
9167         (hashcash-default-accept-payment): Change default to 20
9168         (hashcash-process-alist): New variable
9169         (hashcash-generate-payment-async): Add
9170         (hashcash-already-paid-p): Add
9171         (hashcash-insert-payment): Don't generate payments twice
9172         (hashcash-insert-payment-async): Add
9173         (hashcash-insert-payment-async-2): Add
9174         (hashcash-cancel-async): Add
9175         (hashcash-wait-async): Add
9176         (hashcash-processes-running-p): Add
9177         (hashcash-wait-or-cancel): Add
9178         (mail-add-payment): New optional argument.  Conditionally start
9179         asynchronous calculation.
9180         (mail-add-payment-async): Add
9181
9182         * message.el (message-send-mail): Wait for asynchronous hashcash
9183         results.  Don't clobber existing X-Hashcash headers.
9184         (message-setup-1): Call mail-add-payment-async when
9185         message-generate-hashcash is non-nil.
9186
9187 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9188
9189         * message.el (message-use-alternative-email-as-from): Examine the
9190         From header as well; use message-make-from in order to include a
9191         user's full name.
9192
9193 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9196         default; improve customization type.
9197         (gnus-emphasis-custom-with-format): New macro.
9198         (gnus-emphasis-custom-value-to-external): New function.
9199         (gnus-emphasis-custom-value-to-internal): New function.
9200
9201 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9202
9203         * dns.el (query-dns): Resolve reverse addresses.
9204
9205 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206
9207         * gnus-group.el (gnus-group-get-new-news): Use it.
9208
9209         * gnus-start.el (gnus-check-reasonable-setup): New function.
9210
9211 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9214         "Args out of range" error.  Reported by Arnaud Giersch
9215         <arnaud.giersch@free.fr>.
9216
9217 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9218
9219         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9220
9221 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9222
9223         * spam.el (spam group): Add :version.
9224
9225         * pgg-def.el (pgg group): Add :version.
9226
9227 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9228
9229         * gnus-art.el (gnus-article-edit-article): Don't associate the
9230         article buffer with a draft file.  This is a temporary measure
9231         against the 2004-08-22 change to gnus-article-edit-mode.
9232
9233 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9236         (html2text-format-tags): Remove unused variable `attr'.
9237
9238 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9241
9242         * tls.el (tls-process-connection-type, tls-success)
9243         (tls-certtool-program): Add :version.
9244
9245         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9246         (starttls-extra-arguments, starttls-process-connection-type)
9247         (starttls-connect, starttls-failure, starttls-success):
9248
9249         * spam-stat.el (spam-stat): Add :version.
9250
9251         * sieve.el (sieve): Add :version.
9252
9253         * sha1.el (sha1): Add :version.
9254         (sha1-use-external): Remove redundant version.
9255
9256         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9257         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9258         (nnmail-split-fancy-match-partial-words)
9259         (nnmail-split-lowercase-expanded): Add :version.
9260
9261         * nndiary.el (nndiary): Add :version.
9262
9263         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9264
9265         * mml-sec.el (mml-default-sign-method)
9266         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9267         Add :version.
9268
9269         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9270
9271         * mm-url.el (mm-url-use-external, mm-url-program)
9272         (mm-url-arguments): Add :version.
9273
9274         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9275         (mm-attachment-file-modes, mm-decrypt-option)
9276         (mm-w3m-safe-url-regexp): Add :version.
9277
9278         * message.el (message-cite-prefix-regexp)
9279         (message-sendmail-envelope-from, message-minibuffer-local-map)
9280         (message-user-fqdn, message-completion-alist): Add :version.
9281
9282         * gnus-win.el (gnus-configure-windows-hook)
9283         (gnus-use-frames-on-any-display): Add :version.
9284
9285         * gnus-art.el (gnus-article-address-banner-alist)
9286         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9287         (gnus-treat-from-picon, gnus-treat-mail-picon)
9288         (gnus-treat-x-pgp-sig): Add :version.
9289
9290         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9291         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9292         (gnus-summary-article-delete-hook)
9293         (gnus-summary-display-while-building): Add :version.
9294
9295         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9296         (gnus-get-top-new-news-hook):Add :version.
9297
9298         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9299         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9300
9301         * gnus-registry.el (gnus-registry): Add :version.
9302
9303         * gnus-spec.el (gnus-use-correct-string-widths)
9304         (gnus-make-format-preserve-properties): Add :version.
9305
9306         * gnus.el (gnus-group-charter-alist)
9307         (gnus-group-fetch-control-use-browse-url)
9308         (gnus-install-group-spam-parameters): Add :version.
9309
9310         * gnus-diary.el (gnus-diary): Add :version.
9311
9312         * gnus-delay.el (gnus-delay): Add :version.
9313
9314         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9315         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9316         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9317         Add :version.
9318
9319         * gnus-agent.el (gnus-agent-max-fetch-size)
9320         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9321         (gnus-agent-prompt-send-queue): Add :version.
9322
9323         * deuglify.el (gnus-outlook-deuglify): Add :version.
9324
9325         * html2text.el: Beautify code.  Improve doc strings.  Some
9326         checkdoc cleanup.
9327         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9328
9329 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9330
9331         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9332
9333 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9334
9335         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9336         when package is loaded.
9337
9338         * spam.el (spam-summary-score-preferred-header): Add global preference
9339         for people who want to override the default SpamAssassin over
9340         Bogofilter preference (when both are set).
9341         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9342         (spam-user-format-function-S): Check
9343         spam-summary-score-preferred-header.
9344         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9345         (spam-user-format-function-S): Format the score correctly.
9346
9347 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9350         signature file.  Suggested by Manoj Srivastava
9351         <srivasta@golden-gryphon.com>.
9352
9353         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9354         iso-2022-jp even in the Japanese language environment.
9355         Suggested by Jason Rumney <jasonr@gnu.org>.
9356
9357 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9358
9359         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9360         use the same characters as the dummy marks; make it free from
9361         getting affected by the language environment.
9362         (gnus-summary-read-group-1): Update mark positions only when the
9363         format spec is updated.
9364
9365         * gnus-spec.el (gnus-update-format-specifications): Return a list
9366         of updated types.
9367
9368 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9371         of boundp to check if display-warning is available.
9372
9373 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9374
9375         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9376
9377 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9378
9379         * nnspool.el (nnspool-spool-directory): Use news-path if the
9380         news-directory variable is not bound.
9381
9382         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9383         function instead of display-warning if it is not available.
9384
9385 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9386
9387         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9388         v5-10: Use `point-at-bol'.
9389
9390 2004-10-26  Simon Josefsson  <jas@extundo.com>
9391
9392         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9393         <chenggao@gmail.com>.
9394
9395 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9396
9397         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9398         instead.
9399
9400 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9401
9402         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9403         to remove a server from the nnimap-server-buffer-alist.
9404         (nnimap-open-connection, nnimap-close-server): Use it.
9405
9406         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9407
9408 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9411         running the major-mode function.
9412
9413 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9416         dummy marks in the right way.
9417
9418 2004-10-18  David Edmondson  <dme@dme.org>
9419
9420         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9421         excessively.
9422
9423 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9424
9425         * gnus-util.el (gnus-split-references): Accept a nil references
9426         string and go on blissfully.
9427
9428         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9429         cases where the references string is non-nil but has no references.
9430
9431         * encrypt.el: Add autoload tags.
9432
9433         * spam.el (spam-resolve-registrations-routine): Remove article
9434         from unregistration list too.  Reported by David Hanak
9435         <dhanak@isis.vanderbilt.edu>
9436
9437 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9438
9439         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9440         nil.  Changed custom type.
9441
9442 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9445
9446         * gnus-sum.el (gnus-summary-move-article): Use it.
9447
9448 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9449
9450         * encrypt.el: Add autoload cookies.
9451
9452         * spam.el (spam-backend-article-list-property)
9453         (spam-backend-get-article-todo-list)
9454         (spam-backend-put-article-todo-list, )
9455         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9456         Resolve registrations separately.
9457         (spam-register-routine): Format comments.
9458         (spam-unregister-routine, spam-register-routine): Always call with
9459         specific-articles, no default list.
9460         (spam-summary-prepare-exit): Use the spam-classifications function.
9461
9462         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9463         gnus-encrypt.el.
9464
9465         * encrypt.el: Copied from gnus-encrypt.el.
9466
9467         * gnus-encrypt.el: Commented that it's obsolete.
9468
9469 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9470
9471         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9472         (gnus-score-save): Use it.
9473
9474         * message.el (message-bury): Use `window-dedicated-p'.
9475
9476 2004-10-15  Simon Josefsson  <jas@extundo.com>
9477
9478         * pop3.el (top-level): Don't require nnheader.
9479         (pop3-read-timeout): Add.
9480         (pop3-accept-process-output): Add.
9481         (pop3-read-response, pop3-retr): Use it.
9482
9483 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9484
9485         * spam.el (spam-register-routine): Move comment.
9486         (spam-verify-bogofilter): Use 'unknown for the initial
9487         spam-bogofilter-valid state, not 'never.
9488
9489         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9490         for netrc-machine.
9491
9492         * nnimap.el (nnimap-open-connection): Use
9493         netrc-machine-user-or-password.
9494
9495 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9496
9497         * gnus-registry.el (gnus-registry-unload-hook):
9498         Set as a variable with add-hook.
9499
9500         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9501         of news-path.
9502
9503         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9504
9505         * spam.el: Delete duplicate `provide'.
9506         (spam-unload-hook): Set as a variable with add-hook.
9507
9508 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9509
9510         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9511         in the doc string.
9512
9513         * message.el (message-ignored-news-headers)
9514         (message-ignored-supersedes-headers)
9515         (message-ignored-resent-headers)
9516         (message-forward-ignored-headers): Improve custom type.
9517
9518 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * message.el (message-tokenize-header): Fix 2004-09-06 change
9521         which used point-min in the wrong place.
9522
9523 2004-10-12  Simon Josefsson  <jas@extundo.com>
9524
9525         * tls.el (tls-certtool-program): New variable.
9526         (tls-certificate-information): New function, based on
9527         ssl-certificate-information.
9528
9529 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * compface.el: Move the version of ELisp-based uncompface program
9532         to the contrib directory because of the copyright problem.
9533
9534 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * message.el (message-kill-buffer): Raise the current frame.
9537
9538 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9541
9542         * gnus.el (message-y-or-n-p): Autoload.
9543
9544         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9545         (pop3-password-required, pop3-authentication-scheme)
9546         (pop3-leave-mail-on-server): Made customizable.
9547         (pop3): New custom group.
9548         (pop3-retr): Remove `sleep-for' statements.
9549         Suggested by Dave Love <fx@gnu.org>.
9550
9551         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9552         Windows/DOS.
9553
9554         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9555         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9556         Dave Love <fx@gnu.org>.
9557
9558         * mml.el (mml-minibuffer-read-disposition): Require match.
9559         Suggested by Dave Love <fx@gnu.org>.
9560
9561 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9562
9563         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9564         doc string.
9565
9566 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9569
9570 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9571
9572         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9573         instead of calling `mm-insert-inline', to decode text/* parts
9574         before displaying them.
9575
9576 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * mm-uu.el (mm-uu-text-plain-type): New variable.
9579         (mm-uu-pgp-signed-extract-1): Use it.
9580         (mm-uu-pgp-encrypted-extract-1): Use it.
9581         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9582         bind mm-uu-text-plain-type with that value.
9583         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9584         mm-uu-dissect.
9585
9586 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * gnus-group.el (gnus-update-group-mark-positions):
9589         * gnus-sum.el (gnus-update-summary-mark-positions):
9590         * message.el (message-check-news-body-syntax):
9591         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9592         of string-as-multibyte.
9593
9594 2004-10-05  Juri Linkov  <juri@jurta.org>
9595
9596         * gnus-group.el (gnus-update-group-mark-positions):
9597         * gnus-sum.el (gnus-update-summary-mark-positions):
9598         * message.el (message-check-news-body-syntax):
9599         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9600         8-bit unibyte values to a multibyte string for search functions.
9601
9602 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9605         (mm-uu-dissect-text-parts): New function.
9606
9607         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9608         dissect text parts.
9609
9610         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9611         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9612
9613         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9614
9615         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9616         gnus-current-topics instead of gnus-current-topic.
9617
9618 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9619
9620         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9621
9622 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9623
9624         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9625         where approriate.
9626
9627         * nnml.el (nnml-generate-active-info): do.
9628
9629         * nndiary.el (nndiary-generate-active-info): do.
9630
9631         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9632         (gnus-topic-move): do.
9633
9634         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9635         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9636
9637         * gnus-srvr.el (gnus-server-prepare)
9638         (gnus-server-open-all-servers): do.
9639
9640         * gnus-msg.el (gnus-summary-cancel-article)
9641         (gnus-summary-resend-message)
9642         (gnus-summary-mail-crosspost-complaint): do.
9643
9644         * gnus-move.el (gnus-change-server): do.
9645
9646         * gnus-group.el (gnus-group-unmark-all-groups)
9647         (gnus-group-set-current-level): do.
9648
9649 2004-10-04  Simon Josefsson  <jas@extundo.com>
9650
9651         * message.el (message-generate-hashcash): Doc fix.
9652
9653 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9654
9655         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9656         avoid infinite recursion via gnus-get-function.
9657
9658 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9659
9660         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9661
9662         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9663
9664         * nnmail.el (nnmail-split-history): do.
9665
9666         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9667         (nnml-request-delete-group): do.
9668
9669         * nnslashdot.el (nnslashdot-read-groups): do.
9670
9671         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9672         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9673
9674         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9675         (nnspool-sift-nov-with-sed): Use last
9676         (nnspool-retrieve-headers-with-nov): Use mapc.
9677         (nnspool-request-newgroups): Use dolist.
9678         (nnspool-request-group): Use last.
9679
9680         * nntp.el (nntp-read-server-type): Use dolist.
9681
9682         * nnvirtual.el (nnvirtual-create-mapping)
9683         (nnvirtual-update-read-and-marked): Use dolist.
9684         (nnvirtual-convert-headers): Simplify.
9685
9686 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9687
9688         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9689         support for sync'ing tick marks.
9690
9691 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9694         there's no visible header.
9695
9696 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9697
9698         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9699         necessary, pass full group name to gnus-request-set-marks.
9700
9701 2004-10-01  Simon Josefsson  <jas@extundo.com>
9702
9703         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9704         acroread.
9705
9706 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9707
9708         * spam-report.el (spam-report-gmane): Fix interactive.
9709
9710         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9711
9712         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9713         when writing file.
9714         (gnus-agent-synchronize-flags): Don't default to being
9715         interactive.
9716
9717 2004-09-30  Simon Josefsson  <jas@extundo.com>
9718
9719         * message.el (message-generate-hashcash): Add.
9720         (message-send-mail): Use it, call mail-add-payment.
9721
9722 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9723
9724         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9725
9726 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
9727
9728         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9729         gnus-requst-update-info with explicit code to sync the in-memory
9730         info read flags with the marks being sync'd to the backend.
9731
9732         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9733
9734 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9735
9736         * spam.el (spam-verify-bogofilter): Add new function.
9737         (spam-check-bogofilter)
9738         (spam-bogofilter-register-with-bogofilter): Use it.
9739         (spam-verify-bogofilter): Add small fixes.
9740
9741 2004-09-28  Simon Josefsson  <jas@extundo.com>
9742
9743         * hashcash.el (hashcash-generate-payment): Revert.
9744
9745 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9746
9747         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9748         gnus-extract-references instead of gnus-split-references.
9749
9750         * gnus-util.el (gnus-extract-references): Add new function, analogous
9751         to gnus-split-references but extracts only the message-ID without
9752         anything extra.
9753
9754         * hashcash.el (hashcash-generate-payment)
9755         (hashcash-check-payment): Do the right thing if hashcash-path is
9756         nil (because the hashcash program could not be found).
9757
9758         * spam.el (spam-use-hashcash): Remove comment.
9759
9760 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
9761
9762         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9763         (gnus-cache-enter-article, gnus-cache-remove-article)
9764         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9765
9766         * gnus-async.el (gnus-async-prefetch-remove-group): do.
9767
9768         * gnus-art.el (article-hide-boring-headers)
9769         (article-translate-strings, article-display-face)
9770         (gnus-article-mime-match-handle-first)
9771         (gnus-article-highlight-headers)
9772         (gnus-article-add-buttons-to-head): do.
9773
9774 2004-09-27  Simon Josefsson  <jas@extundo.com>
9775
9776         * hashcash.el: New version, from
9777         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
9778         ../contrib/.
9779
9780 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9783
9784 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
9785
9786         * gnus-dup.el (gnus-dup-open): Use mapc.
9787         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9788
9789         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9790         Reported by Stefan Wiens <s.wi@gmx.net>.
9791
9792         * gnus.el (gnus-shutdown): Use dolist.
9793
9794         * gnus-undo.el (gnus-undo): Use mapc.
9795
9796         * nnrss.el (nnrss-generate-active): do.
9797
9798         * message.el (message-cite-original-without-signature)
9799         (message-cite-original): Use mapc.
9800         (message-do-actions, message-make-forward-subject): Use dolist.
9801
9802 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9803
9804         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9805         deletion to remove entire duplicate line.  Fixes merged article
9806         number bug.
9807
9808 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9809
9810         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9811         servers that are offline.  Avoids having gnus-agent-toggle-plugged
9812         first ask if you want to open a server and then, even when you
9813         responded with no, asking if you want to synchronize the server's
9814         flags.
9815         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9816         multi-line expressions.
9817         (gnus-agent-synchronize-group-flags): New internal function.
9818         Updates marks in memory (in the info structure) AND in the
9819         backend.
9820
9821         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9822
9823         * nnagent.el (nnagent-request-set-mark): Use
9824         gnus-agent-synchronize-group-flags, not backend's request-set-mark
9825         method, to ensure that synchronization updates marks in the
9826         backend and in the info (in memory) structure.
9827
9828 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9831         convention fully; don't miss the root article of a thread; make
9832         the X-Draft-From header with correct article numbers.
9833
9834 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
9835
9836         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9837         unless plugged.  Disable the agent so that an open failure causes
9838         an error.
9839
9840         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9841         Reverted 2004-09-21 change.  The backend must be opened while
9842         synchronizing flags even when the backend stores the flags
9843         locally.
9844
9845 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
9846
9847         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9848         in `header' match.  Reported by Svend Tollak Munkejord.
9849
9850         * message.el (message-cite-original): Fix use of
9851         `message-cite-articles-with-x-no-archive'.
9852
9853 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9856         (gnus-window-to-buffer): Ditto.
9857
9858         * mml.el (mml-preview-buffer): New variable.
9859         (mml-preview): Manage window layout with gnus-buffer-configuration.
9860
9861         * gnus-msg.el (gnus-setup-message): Put article numbers into the
9862         X-Draft-From header even if those articles aren't quoted.
9863
9864 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
9865
9866         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9867         (gnus-request-set-mark, gnus-request-update-mark): Use new
9868         g-s-t-u-l-m to decide to use backend even when unplugged.
9869
9870 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9873         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
9874
9875 2004-09-20  Simon Josefsson  <jas@extundo.com>
9876
9877         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9878         "utf-16-le".
9879
9880 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9881
9882         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9883
9884 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9885
9886         * uudecode.el (uudecode-use-external): Add :version.
9887
9888         * smime.el (smime-CA-file, smime-encrypt-cipher)
9889         (smime-dns-server): Add :version.
9890
9891         * smiley.el (gnus-smiley-file-types): Add :version.
9892
9893         * sha1.el (sha1-use-external): Add :version.
9894
9895         * pgg-def.el (pgg-query-keyserver): Add :version.
9896
9897         * nnmail.el (nnmail-fancy-expiry-targets)
9898         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9899         Add :version.
9900
9901         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9902         (nnimap-retrieve-groups-asynchronous): Add :version.
9903         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
9904
9905         * mml.el (mml-content-disposition-parameters)
9906         (mml-insert-mime-headers-always): Add :version.
9907
9908         * mm-util.el (mm-coding-system-priorities): Add :version.
9909
9910         * mm-decode.el (mm-inline-text-html-with-images)
9911         (mm-keep-viewer-alive-types, mm-external-terminal-program)
9912         (mm-verify-option): Add :version.
9913         (mm-text-html-renderer): Change :version.
9914
9915         * message.el (message-fcc-externalize-attachments)
9916         (message-required-headers, message-draft-headers)
9917         (message-subject-trailing-was-query)
9918         (message-subject-trailing-was-ask-regexp)
9919         (message-subject-trailing-was-regexp, message-mark-insert-begin)
9920         (message-mark-insert-end, message-archive-header)
9921         (message-archive-note, message-cross-post-default)
9922         (message-cross-post-note, message-followup-to-note)
9923         (message-cross-post-note-function, message-use-mail-followup-to)
9924         (message-subscribed-address-functions)
9925         (message-subscribed-address-file, message-subscribed-addresses)
9926         (message-subscribed-regexps, message-allow-no-recipients)
9927         (message-yank-cited-prefix, message-signature-insert-empty-line)
9928         (message-hidden-headers, message-hierarchical-addresses)
9929         (message-mail-user-agent, message-use-idna)
9930         (message-valid-fqdn-regexp)
9931         (message-strip-special-text-properties, message-header-synonyms)
9932         (message-beginning-of-line, message-tab-body-function): Add :version.
9933         (message-insert-canlock, message-wide-reply-confirm-recipients):
9934         Change :version.
9935
9936         * mail-source.el (mail-source-ignore-errors): Add :group, :type
9937         and :version.
9938         (mail-source-delete-old-incoming-confirm)
9939         (mail-source-movemail-program): Add :version.
9940
9941         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9942         (gnus-agent-cache, gnus-agent): Change :version.
9943
9944         * gnus-util.el (gnus-use-byte-compile): Change :version.
9945
9946         * gnus-sum.el (gnus-summary-make-false-root-always)
9947         (gnus-summary-default-high-score)
9948         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9949         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9950         (gnus-read-all-available-headers, gnus-article-emulate-mime)
9951         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9952         (gnus-sum-thread-tree-single-indent)
9953         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9954         (gnus-sum-thread-tree-leaf-with-other)
9955         (gnus-sum-thread-tree-single-leaf): Add :version.
9956         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9957         (gnus-article-loose-mime): Change :version.
9958
9959         * gnus-start.el (gnus-backup-startup-file)
9960         (gnus-save-startup-file-via-temp-buffer): Add :version.
9961
9962         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9963         (gnus-server-offline-face): Add :version.
9964
9965         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9966
9967         * gnus-msg.el (gnus-gcc-externalize-attachments)
9968         (gnus-debug-files, gnus-debug-exclude-variables)
9969         (gnus-discouraged-post-methods): Change :version.
9970         (gnus-confirm-mail-reply-to-news)
9971         (gnus-confirm-treat-mail-like-news): Add :version.
9972
9973         * gnus-int.el (gnus-server-unopen-status): Add :version.
9974
9975         * gnus-group.el (gnus-group-jump-to-group-prompt)
9976         (gnus-large-ephemeral-newsgroup)
9977         (gnus-fetch-old-ephemeral-headers): Add :version.
9978
9979         * gnus-fun.el (gnus-x-face-directory)
9980         (gnus-convert-pbm-to-x-face-command)
9981         (gnus-convert-image-to-x-face-command)
9982         (gnus-convert-image-to-face-command): Add :version.
9983
9984         * gnus-delay.el (gnus-delay-default-hour): Add :version.
9985
9986         * gnus-cite.el (gnus-cite-blank-line-after-header)
9987         (gnus-article-boring-faces): Add :version.
9988
9989         * gnus-art.el (gnus-buttonized-mime-types)
9990         (gnus-inhibit-mime-unbuttonizing)
9991         (gnus-treat-display-face)
9992         (gnus-treat-body-boundary): Change :version.
9993         (gnus-body-boundary-delimiter, gnus-picon-databases)
9994         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9995         (gnus-treat-date-english, gnus-treat-fold-headers)
9996         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9997         (gnus-treat-mail-picon, gnus-treat-wash-html)
9998         (gnus-article-encrypt-protocol)
9999         (gnus-use-idna, gnus-article-over-scroll)
10000         (gnus-mime-display-multipart-alternative-as-mixed)
10001         (gnus-mime-display-multipart-related-as-mixed)
10002         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10003         (gnus-ctan-url, gnus-button-ctan-handler)
10004         (gnus-button-handle-ctan-bogus-regexp)
10005         (gnus-button-ctan-directory-regexp)
10006         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10007         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10008         (gnus-button-man-level, gnus-button-emacs-level)
10009         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10010
10011         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10012         (gnus-agent-go-online): Change :version.
10013         (gnus-agent-expire-unagentized-dirs)
10014         (gnus-agent-auto-agentize-methods): Add :version.
10015
10016         * flow-fill.el (fill-flowed-display-column)
10017         (fill-flowed-encode-column): Add :version.
10018
10019         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10020         (gnus-outlook-deuglify-unwrap-max)
10021         (gnus-outlook-deuglify-cite-marks)
10022         (gnus-outlook-deuglify-unwrap-stop-chars)
10023         (gnus-outlook-deuglify-no-wrap-chars)
10024         (gnus-outlook-deuglify-attrib-cut-regexp)
10025         (gnus-outlook-deuglify-attrib-verb-regexp)
10026         (gnus-outlook-deuglify-attrib-end-regexp)
10027         (gnus-outlook-display-hook): Add :version.
10028
10029         * binhex.el (binhex-use-external): Add :version.
10030
10031 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10032
10033         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10034         and `invisible'.
10035
10036 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10037
10038         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10039         in gnus-registry-trim.
10040
10041 2004-09-13  Simon Josefsson  <jas@extundo.com>
10042
10043         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10044
10045         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10046
10047         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10048         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10049         <yamaoka@jpl.org>.
10050         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10051         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10052         <yamaoka@jpl.org>.
10053
10054         * sieve.el (sieve-manage-mode): Ditto.
10055
10056 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10057
10058         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10059
10060 2004-09-11  Simon Josefsson  <jas@extundo.com>
10061
10062         * dns-mode.el: Add.
10063
10064         * mm-view.el (mm-display-dns-inline): Add.
10065
10066         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10067         (mm-automatic-display): Ditto.
10068
10069         * mailcap.el (mailcap-mime-data): Add text/dns.
10070         (mailcap-mime-extensions): Map .soa to text/dns.
10071
10072 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10073
10074         * gnus-art.el (article-decode-mime-words, article-babel)
10075         (gnus-article-highlight-signature, gnus-article-add-buttons)
10076         (gnus-signature-toggle): Remove unnecessary bindings of
10077         `inhibit-read-only' inherited from v5.10 merge.
10078
10079 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10080
10081         * nntp.el (nntp): New customization group.
10082         (nntp-authinfo-file): Add customization group.
10083
10084         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10085
10086         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10087
10088         * gnus.el (to-address, to-list, subscribed)
10089         (large-newsgroup-initial): Ditto.
10090
10091         * flow-fill.el (fill-flowed-display-column)
10092         (fill-flowed-encode-column): Ditto.
10093
10094 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
10095
10096         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10097         Use point-min rather than 1.
10098         (message-send-mail): Use buffer-size rather than point-max.
10099
10100         * gnus-sum.el (gnus-summary-search-article-forward):
10101         Signal a specific `search-failed' rather than a generic `error'.
10102
10103         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10104         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10105         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10106
10107 2004-09-10  Simon Josefsson  <jas@extundo.com>
10108
10109         * nndb.el (require): Remove tcp and duplicate cl.
10110
10111 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * gnus-agent.el (directory-files-and-attributes): Move forward.
10114
10115 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10116
10117         * gnus-agent.el (directory-files-and-attributes): Optionally
10118         defined to support XEmacs.
10119
10120 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10121
10122         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10123         to avoid run-time CL dependencies.
10124         (gnus-agent-unfetch-articles): New function.
10125         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10126         article numbers even when local .overview file is missing.
10127         (gnus-agent-read-article-number): New function.  Only accepts
10128         27-bit article numbers.
10129         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10130         gnus-agent-read-article-number.
10131         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10132         from backend while recognizing that article numbers in .overview
10133         must be valid.
10134         (gnus-agent-update-files-total-fetched-for): Use
10135         directory-files-and-attributes to improve performance.
10136         * gnus-int.el (gnus-request-move-article): Use
10137         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10138         improve performance.
10139
10140         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10141         some users confused by references to .newsrc when they only have a
10142         .newsrc.eld file.
10143         (gnus-convert-mark-converter-prompt)
10144         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10145         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10146         New function.  Used internally to only display 'gnus converting
10147         files' message when actually necessary.
10148
10149         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10150         methods now autoloaded.
10151
10152 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10155         identifiers.
10156
10157 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * gnus-picon.el: Fix indentation and closing parenthesis.
10160
10161 2004-09-01  Simon Josefsson  <jas@extundo.com>
10162
10163         * message.el (message-canlock-generate): Require sha1, not
10164         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
10165         to require within a function.  Sadly, if sha1.el isn't loaded, the
10166         let binding in m-c-g will hide the defcustom definition, which is
10167         bad.)
10168
10169         * canlock.el: Require sha1, not sha1-el.
10170
10171         * message.el: Don't autoload sha1 (there is a autoload cookie in
10172         sha1.el).
10173
10174         * sha1-el.el: Renamed to sha1.el.
10175
10176 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10177
10178         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10179
10180 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10181
10182         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10183
10184 2004-08-30  Kim F. Storm  <storm@cua.dk>
10185
10186         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10187
10188         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10189         Add :group 'nnimap.
10190
10191 2004-08-30  Andreas Schwab  <schwab@suse.de>
10192
10193         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10194         ?* and ?\;.
10195
10196         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10197         and ?\' to symbol instead of whitespace.
10198
10199 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10202
10203         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10204         instead of re-search-forward.
10205
10206         * gnus-uu.el (gnus-uu-save-article): Ditto.
10207         (gnus-uu-post-encode-uuencode): Ditto.
10208
10209         * html2text.el (html2text-clean-list-items): Ditto.
10210         (html2text-clean-dtdd): Ditto.
10211         (html2text-format-tags): Ditto.
10212
10213         * message.el (message-send-mail-with-sendmail): Fix regexp.
10214         (message-fill-field-general): Use search-forward instead of
10215         re-search-forward.
10216         (unbold-region): Ditto.
10217
10218         * nnrss.el (nnrss-request-article): Ditto.
10219
10220         * nnslashdot.el (nnslashdot-request-article): Ditto.
10221
10222         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10223
10224         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10225         "Unrecognized menu descriptor" error in XEmacs.
10226
10227 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10228
10229         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10230         parent article of a sparse article in the thread hashtb.
10231
10232 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10233
10234         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10235         (nnmail-expand-newtext): Lowercase expanded entries if
10236         nnmail-split-lowercase-expanded is non-nil.
10237
10238 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10241
10242         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10243         of gnus-tmp-news-method into string under XEmacs.  It will be
10244         passed to gnus-correct-length which takes only a string argument.
10245
10246 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * gnus-util.el (gnus-bind-print-variables): New macro.
10249         (gnus-prin1): Use it.
10250         (gnus-prin1-to-string): Use it.
10251         (gnus-pp): New function.
10252         (gnus-pp-to-string): New function.
10253
10254         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10255         Replace pp-to-string with gnus-pp-to-string.
10256         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10257         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10258         * gnus-msg.el (gnus-debug): Ditto.
10259         * gnus-score.el (gnus-score-save): Ditto.
10260         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10261         gnus-pp-to-string.
10262         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10263         with gnus-pp.
10264         * score-mode.el (gnus-score-pretty-print): Ditto.
10265         * webmail.el (webmail-debug): Ditto.
10266
10267 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * gnus-art.el (article-display-face, article-display-x-face):
10270         Use buffer-read-only.
10271
10272 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10273
10274         * gnus-art.el (article-hide-list-identifiers):
10275         Bind inhibit-read-only as t.
10276
10277 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10278
10279         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10280
10281 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10282
10283         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10284         (gnus-narrow-to-page): Don't assume point-min == 1.
10285         (gnus-article-edit-mode): Derive from message-mode.
10286
10287         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10288         point-min == 1.
10289
10290         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10291         Disable incorrect use of `assert'.
10292
10293         * message.el (message-mode): Set comment-start-skip.
10294
10295
10296 2004-08-22  Sam Steingold  <sds@gnu.org>
10297
10298         * pop3.el (pop3-leave-mail-on-server): New user variable.
10299         (pop3-movemail): Delete mail only when it is nil.
10300
10301 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10304
10305         * mml.el (mml-preview): Use `pop-to-buffer'.
10306
10307         * message.el (message-goto-mail-followup-to): Insert after "To".
10308         (message-carefully-insert-headers): Add comment.
10309
10310         * gnus.el: Remove unused variable `gnus-article-check-size'.
10311
10312         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10313
10314         * gnus-art.el (gnus-button-alist): Improve
10315         `gnus-button-handle-library' entry.
10316
10317 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10318
10319         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10320         downcase, since XEmacs capitalizes error messages differently.
10321
10322 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10323
10324         * nntp.el: Add (require 'gnus) due to reference to
10325         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10326
10327 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10328
10329         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10330         `mm-fill-flowed'.
10331
10332         * mm-decode.el (mm-dissect-singlepart): Check it.
10333
10334 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10335
10336         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10337         'imap' for netrc parsing.
10338
10339 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10340
10341         * mailcap.el (mailcap-mime-data): Mark as risky.
10342
10343 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10346         may be included in the encoded word.
10347         (rfc2047-encode): Don't append a space if the encoded word
10348         includes close parenthesis.
10349
10350 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10353         of text within parentheses.
10354
10355 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10356
10357         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10358         (gnus-encrypt-write-file-contents): Make the password key the file
10359         name PLUS the cipher, not just the cipher.  Also remove failed
10360         passwords from the cache.
10361
10362 2004-08-06  Simon Josefsson  <jas@extundo.com>
10363
10364         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10365         fix.
10366
10367 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10370         LWSP.
10371
10372 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10373
10374         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10375         to append in-reply-to: data to the references: header.
10376
10377         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10378         (netrc-parse): Use gnus-encrypt.el functions.
10379
10380         * gnus-encrypt.el: Add new file for encryption support; currently
10381         does only a few GPG ciphers and an internal XOR cipher.
10382
10383         * password.el: Add comments on using password-read-and-add.
10384         (password-read-and-add): Add function to read and add the
10385         password to the cache at once.
10386
10387 2004-07-28  Simon Josefsson  <jas@extundo.com>
10388
10389         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10390         parameter (but don't use it, for now).
10391
10392         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10393         instead of hard coding to nil.
10394
10395 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10398         as mm-inline-image-xemacs does.
10399
10400 2004-07-26  Simon Josefsson  <jas@extundo.com>
10401
10402         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10403         Revert part of 2004-07-17 change below.
10404
10405 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10408         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10409
10410 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10411
10412         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10413         quotes that actually start with ">" at the beginning of the
10414         lines.
10415
10416 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * rfc2047.el (rfc2047-encode-region): Fix last change.
10419         (rfc2047-encode-parameter): Remove useless concat.
10420
10421 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10424         encode special characters; fix some kind of misconfigured headers;
10425         signal a real error if debug-on-quit or debug-on-error is non-nil.
10426         (rfc2047-encode-max-chars): New variable.
10427         (rfc2047-encode-1): Use it.
10428         (rfc2047-encode-parameter): New function.
10429
10430         * mml.el (mml-insert-parameter): Remove an excessive space.
10431
10432 2004-07-17  Simon Josefsson  <jas@extundo.com>
10433
10434         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10435         Kai Grossjohann <kai@emptydomain.de>.
10436         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10437         (gnus-group-make-menu-bar): Ditto.
10438
10439         * gnus-util.el (gnus-group-server): Add.
10440
10441 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10442
10443         * message.el (message-clone-locals): Clone sendmail and smtp
10444         variables.
10445
10446 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * rfc2047.el (rfc2047-encode-region): Fix last change.
10449
10450 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10453         characters as non-special.
10454
10455 2004-07-09  Simon Josefsson  <jas@extundo.com>
10456
10457         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10458         Users will lose all flag changes made while unplugged with
10459         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10460         good default.  See numerous reports on ding mailing list.
10461
10462 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10465         add generate-head-function and generate-article-function to the
10466         rfc822-forward entry.
10467         (nndoc-rfc822-forward-generate-article): New function.
10468         (nndoc-rfc822-forward-generate-head): New function.
10469
10470         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10471
10472 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10473
10474         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10475         respect display group parameter and gnus-summary-expunge-below.
10476         (gnus-articles-to-read): Remove unused reference to display group
10477         parameter.
10478
10479 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10480
10481         * nnheader.el (nnheader-uniquify-message-id): New experimental
10482         variable.
10483         (nnheader-nov-read-message-id): Use it.
10484
10485         * spam-report.el (spam-report-gmane): Add interactive.
10486
10487 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10490         qp-or-base64 for the application/* types.
10491
10492 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10493
10494         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10495
10496 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10497
10498         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10499         trim value.
10500
10501 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10502
10503         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10504         New macro and function.
10505         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10506
10507 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10510         after-load-alist.
10511
10512 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10513
10514         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10515         update info that isn't there.
10516
10517 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10518
10519         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10520         entry.
10521
10522 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * mm-view.el (mm-inline-render-with-function): Use multibyte
10525         buffer; decode html source by charset.
10526
10527         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10528
10529         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10530         Mule-UCS is loaded under XEmacs.
10531         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10532
10533 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10534
10535         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10536
10537 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * mm-util.el (mm-coding-system-p): Return a coding-system.
10540         (mm-mime-mule-charset-alist): Use shift_jis instead of
10541         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10542         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10543         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10544         instead of japanese-shift-jis and iso-latin-1 respectively in
10545         order to share the default value with both Emacs and XEmacs-mule.
10546         (mm-mule-charset-to-mime-charset): Make
10547         mm-coding-system-priorities effective.
10548         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10549         while predicating of candidates upon the priorities.
10550
10551 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10552
10553         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10554         gnus-uu-invert-processable.
10555
10556         * gnus.el: Autoload gnus-uu-invert-processable.
10557
10558 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * mm-util.el (mm-with-multibyte-buffer): New macro.
10561
10562         * rfc2047.el (rfc2047-encode-string): Use it.
10563         (rfc2047-encode-region): Move point to the end of the region after
10564         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10565
10566 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10569         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10570
10571 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10574         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10575         Karl Chen <quarl@nospam.quarl.org>.
10576
10577 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10578
10579         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10580         invalid addresses.
10581
10582 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10583
10584         * spam.el: Change section markers, revise TODO list.
10585         (spam-backends): Make new master list of all installed backends.
10586         (spam-summary-exit-behavior): Add new variable to determine how
10587         messages moves are done at summary exit.
10588         (spam-move-spam-nonspam-groups-only)
10589         (spam-process-ham-in-nonham-groups)
10590         (spam-process-ham-in-spam-groups): Remove variables, the
10591         spam-summary-exit-behavior variable should be used to manage this
10592         behavior.
10593         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10594         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10595         and spam-old-spam-articles.
10596         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10597         Add empty variables, placeholders for the backends they represent.
10598         (spam-set-difference): Move, unchanged.
10599         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10600         unless the user has a processor variable.
10601         (spam-classifications, spam-classification-valid-p)
10602         (spam-backend-properties, spam-backend-property-valid-p)
10603         (spam-backend-function-type-valid-p)
10604         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10605         (spam-report-articles-gmane, spam-report-articles-resend):
10606         Remove functions, they are not needed.
10607         (spam-install-backend-super, spam-backend-list)
10608         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10609         (spam-backend-function, spam-backend-ham-registration-function)
10610         (spam-backend-spam-registration-function)
10611         (spam-backend-ham-unregistration-function)
10612         (spam-backend-spam-unregistration-function)
10613         (spam-backend-statistical-p, spam-backend-mover-p)
10614         (spam-install-backend-alias, spam-install-checkonly-backend)
10615         (spam-install-mover-backend, spam-install-nocheck-backend)
10616         (spam-install-backend, spam-install-statistical-backend)
10617         (spam-install-statistical-checkonly-backend): Add backend installation
10618         support.
10619         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10620         (spam-group-processor-p): Use the new backend code and respect the
10621         summary exit behavior.
10622         (spam-mark-spam-as-expired-and-move-routine): Remove.
10623         (spam-summary-prepare): Change to use the new spam-old-articles
10624         variable.
10625         (spam-copy-or-move-routine, spam-copy-spam-routine)
10626         (spam-move-spam-routine, spam-copy-ham-routine)
10627         (spam-move-ham-routine): Add code to copy/move ham or spam.
10628         (spam-fetch-field-fast): Improve doc and code, plus allow the
10629         'number request.
10630         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10631         variables.
10632         (spam-split, spam-find-spam): Use the new backend code.
10633         (spam-registration-functions): Remove variable.
10634         (spam-unregister-routine): Add convenience wrapper.
10635         (spam-log-undo-registration, spam-register-routine)
10636         (spam-log-processing-to-registry)
10637         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10638         where possible.
10639         (spam-check-gmane-xref, spam-check-regex-headers)
10640         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10641         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10642         (spam-check-bogofilter-headers, spam-check-spamoracle)
10643         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10644         (spam-check-crm114-headers): Use the spam-split-group that
10645         spam-split prepares, no need to determine it every time.
10646
10647         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10648         to the nnheader-parse-naked-head call.
10649
10650         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10651
10652         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10653         the nnheader-nov-read-message-id call.
10654
10655 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10656
10657         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10658         gnus-activate-group twice.  Suggested by Markus Peter
10659         <warp@spin.de>.
10660
10661 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * gnus-art.el (gnus-article-time-format): Exchange the order of
10664         day and month in the default value; fix customization type.
10665         (article-date-ut): Use add-text-properties.
10666         (article-make-date-line): Use message-make-date instead of
10667         current-time-string.
10668
10669         * message.el (message-fetch-field): Don't use set-text-properties.
10670         (message-make-date): Simplify.
10671
10672         * messagexmas.el (message-xmas-make-date): New function.
10673         (message-xmas-redefine): Defalias message-make-date to it.
10674
10675 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10678         (rfc2047-encode-region): Treat text within parentheses as special;
10679         show the original text when error has occurred.
10680
10681         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10682         already-computed method to gnus-activate-group.
10683
10684         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10685         same select-methods identical Lisp objects.
10686
10687         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10688         object when modifying the info.
10689
10690 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10693         gnus-opened-servers since it has never been opened with the new
10694         configuration yet.
10695
10696 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10697
10698         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10699         arg to nnheader-generate-fake-message-id.
10700
10701 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10702
10703         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10704         number and build a fake message ID localized to a group and
10705         article number (so it's repeatable from that point on).
10706         (nnheader-fake-message-id-p): Change regex to accomodate new fake
10707         ID format.
10708
10709         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10710         nnheader-generate-fake-message-id with the article number.
10711
10712 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10713
10714         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10715         end-of-buffer.
10716
10717 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10718
10719         * message.el (message-ignored-supersedes-headers): Add Approved.
10720
10721 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * rfc2047.el (rfc2047-encode-message-header): Remove useless
10724         goto-char.
10725         (rfc2047-encode): Fold the line before encoding.
10726
10727 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728
10729         * rfc2047.el (rfc2047-encode-message-header): Disabled header
10730         folding -- not all headers can be folded, and this should be done
10731         by the message composition mode.  Probably.  I think.
10732
10733 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10734
10735         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10736         fast.
10737
10738         * gnus-ems.el (gnus-remove-image): Don't use
10739         message-text-with-property; remove only the image found first.
10740
10741         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
10742         found first.
10743
10744 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
10745
10746         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10747
10748 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * message.el (message-text-with-property): Make it fast and accept
10751         optional arguments.
10752         (message-strip-forbidden-properties): Use it.
10753         (message-fix-before-sending): Follow the m-t-w-p change.
10754
10755         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10756
10757 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * gnus-art.el (article-hide-headers): Don't change the buffer
10760         mistakenly when performing mml-preview even if
10761         gnus-single-article-buffer is nil.
10762
10763 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
10764
10765         * message.el (message-expand-name-databases): New user option.
10766         (message-expand-name): Use it.
10767
10768 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
10769
10770         * spam.el (spam-report-articles-resend)
10771         (spam-report-resend-register-routine): Allow ham reporting.
10772         (spam-report-resend-register-ham-routine): Add wrapper.
10773         (spam-registration-functions): Add ham resending functions.
10774         (spam-list-of-processors): Add ham resend processor.
10775
10776         * gnus.el (ham-resend-to): Add new group parameter.
10777         (spam-process): Add ham resend option.
10778
10779         * spam-report.el (spam-report-resend): Allow reporting ham.
10780         (spam-report-resend-ham): Add wrapper.
10781
10782 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10783
10784         * message.el (message-cite-articles-with-x-no-archive): New
10785         variable.
10786         (message-cite-original): Use it.
10787
10788 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10789
10790         * message.el (message-cite-original): Respect X-No-Archive.
10791
10792 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * gnus-art.el (article-hide-headers): Refer to the values for
10795         gnus-ignored-headers and gnus-visible-headers in the summary
10796         buffer since a user may have set them as group parameters.
10797
10798 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
10799
10800         * assistant.el (assistant-node-name): Add convenience function.
10801         (assistant-render-text, assistant-render-node): Add error handling,
10802         plus handle multiple next nodes.
10803         (assistant-find-next-node): Comment out for now.
10804         (assistant-find-next-nodes): Add function, returns list of next
10805         nodes.
10806
10807 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
10808
10809         * mail-source.el (mail-source-directory): Fix doc-string.
10810
10811 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
10812
10813         * assistant.el (assistant-render-text, assistant-eval): Add :set
10814         widget type, which is different because it takes and returns a
10815         list.  Much hilarity ensues.
10816
10817 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
10818
10819         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10820
10821         * gnus-group.el (gnus-group-get-new-news-this-group): Added
10822         doc-string.
10823
10824         * gnus-start.el (gnus-activate-group): Added doc-string.
10825
10826 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10829
10830 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
10831
10832         * assistant.el (assistant-render-text): Try to add a :set
10833         widget, more to come.
10834
10835         * spam.el (spam-group-spam-contents-p): Handle empty groupname
10836         strings.
10837         (spam-report-articles-resend)
10838         (spam-register-routine): Do registration iff any articles warrant
10839         it.
10840         (spam-summary-prepare-exit): Change log message for nil group
10841         destinations.
10842
10843 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
10844
10845         * spam.el (spam-report-resend-register-routine): Allow
10846         spam-report-resend-to to be a group parameter or a global value.
10847
10848 2004-05-26  Simon Josefsson  <jas@extundo.com>
10849
10850         * starttls.el: Merge with my GNUTLS based starttls.el.
10851         (starttls-gnutls-program, starttls-use-gnutls)
10852         (starttls-extra-arguments, starttls-process-connection-type)
10853         (starttls-connect, starttls-failure, starttls-success): New
10854         variables.
10855         (starttls-program, starttls-extra-args): Doc fix.
10856         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10857         functions.
10858         (starttls-negotiate, starttls-open-stream): Check
10859         `starttls-use-gnutls' and pass on to corresponding *-gnutls
10860         function if it is set.
10861
10862 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10865         structured fields.
10866
10867 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10870
10871 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
10872
10873         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10874         variable.
10875         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
10876         assigning the spam-mark to new messages.
10877
10878 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
10879
10880         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10881
10882 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * dgnushack.el: Autoload customize-set-variable for XEmacs.
10885
10886         * rfc2047.el (rfc2047-encodable-p): Don't move point.
10887         (rfc2047-decode): Treat the ascii coding-system as raw-text by
10888         default.
10889
10890 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
10891
10892         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10893         correct data.
10894
10895 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
10896
10897         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10898         (spam-group-processor-p): Fix function.
10899         (spam-group-processor-multiple-p)
10900         (spam-group-spam-processor-report-gmane-p)
10901         (spam-group-spam-processor-report-resend-p)
10902         (spam-group-spam-processor-bogofilter-p)
10903         (spam-group-spam-processor-blacklist-p)
10904         (spam-group-spam-processor-ifile-p)
10905         (spam-group-ham-processor-ifile-p)
10906         (spam-group-spam-processor-spamoracle-p)
10907         (spam-group-spam-processor-crm114-p)
10908         (spam-group-ham-processor-bogofilter-p)
10909         (spam-group-spam-processor-stat-p)
10910         (spam-group-ham-processor-stat-p)
10911         (spam-group-ham-processor-whitelist-p)
10912         (spam-group-ham-processor-BBDB-p)
10913         (spam-group-ham-processor-spamoracle-p)
10914         (spam-group-ham-processor-copy-p): Remove functions with some
10915         prejudice against unneeded code.
10916         (spam-report-articles-resend)
10917         (spam-report-resend-register-routine): Allow the group/topic
10918         spam-resend-to value to override spam-report-resend-to.
10919         (spam-summary-prepare-exit): Invoke spam-group-processor-p
10920         properly now.
10921
10922         * gnus.el (spam-resend-to): Add group/topic parameter.
10923         (spam-process): Move the OBSOLETE processors to the end of the
10924         choices.
10925
10926 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
10927
10928         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10929         with resend-to set to nil, and then ask the user if necessary.
10930         (spam-report-resend): spam-report-resend takes a list of articles, not
10931         separate article numbers.
10932
10933 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10934
10935         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10936         addition to emacs-w3m.
10937
10938 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10939
10940         * assistant.el (assistant-authinfo-data): New function.
10941         (assistant-eval): Eval for entire assistant.
10942
10943         * netrc.el (netrc-services-file): New variable.
10944         (netrc-parse-services): New function.
10945         (netrc-find-service-name): New function.
10946         (netrc-find-service-number): New function.
10947         (netrc-port-equal): New function.
10948         (netrc-machine): Use it.
10949
10950         * nnimap.el (nnimap-open-connection): Use netrc.
10951
10952         * gnus-util.el (gnus-netrc-get): Remove aliases.
10953
10954         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10955
10956         * assistant.el (wid-edit): Fix compilation.
10957
10958         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10959
10960 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
10961
10962         * gnus-util.el (gnus-set-file-modes): New function.  (small
10963         patch).
10964
10965 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10966
10967         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10968
10969         * assistant.el (assistant-render-node): Fix up rendering and
10970         read-only text.
10971         (assistant-render-node): Reset.
10972         (assistant-make-read-only): Not sticky.
10973
10974 2004-05-20  Danny Siu  <dsiu@adobe.com>
10975
10976         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10977         centered even when gnus-auto-center-summary is t
10978
10979 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10980
10981         * dns.el (dns-get-txt-answer): New function.
10982         (dns-read-txt): Ditto.
10983         (query-dns): Use it.
10984
10985 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10988         active for foreign groups even if the group level is higher than
10989         the specified value.
10990
10991 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10992
10993         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10994         non-active groups.
10995
10996         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10997
10998 2004-05-20  Magnus Henoch  <mange@freemail.hu>
10999
11000         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11001
11002 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11003
11004         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11005         (spam-crm114-header, spam-crm114-spam-switch)
11006         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11007         (spam-crm114-positive-spam-header)
11008         (spam-crm114-database-directory, spam-list-of-processors)
11009         (spam-group-spam-processor-crm114-p)
11010         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11011         (spam-generic-score, spam-list-of-checks)
11012         (spam-list-of-statistical-checks, spam-registration-functions)
11013         (spam-check-crm114-headers, spam-crm114-score)
11014         (spam-check-crm114, spam-crm114-register-with-crm114)
11015         (spam-crm114-register-spam-routine)
11016         (spam-crm114-unregister-spam-routine)
11017         (spam-crm114-register-ham-routine)
11018         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11019         asjo@koldfront.dk (Adam Sjøgren).
11020
11021         * gnus.el: Add spam-use-crm114.
11022
11023         * spam.el (spam-list-of-processors, spam-registration-functions):
11024         Add spam-use-resend.
11025         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11026         (spam-report-articles-gmane): Add doc fix.
11027         (spam-report-articles-resend, spam-report-resend-register-routine):
11028         Add wrappers around spam-report-resend-to.
11029
11030         * spam-report.el (spam-report-resend-to, spam-report-resend):
11031         Add support for resending spam.
11032         (spam-report-gmane): Fix line length >80.
11033
11034         * gnus.el (spam-process): Add spam-use-resend.
11035
11036 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11037
11038         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11039         number of processed spam messages.
11040         (spam-ham-copy-or-move-routine): Return the number of processed
11041         ham messages.
11042         (spam-summary-prepare-exit): Use the above values to decide
11043         whether status messages shouled be displayed.
11044
11045 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11046
11047         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11048         `rfc2047-encoding-function-alist' in order to avoid conflicting
11049         with the old version.
11050         (rfc2047-encode-region): Concatenate words containing non-ASCII
11051         characters in structured fields; don't encode space-delimited
11052         ASCII words even in unstructured fields; don't break words at
11053         char-category boundaries.
11054         (rfc2047-encode-1): New function.
11055         (rfc2047-encode): Use it; encode text so that it occupies the
11056         maximum width within 76-column; work correctly on Q encoding for
11057         iso-2022-* charsets.
11058         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11059         sure not to break a line just after the header name.
11060         (rfc2047-b-encode-region): Removed.
11061         (rfc2047-b-encode-string): New function.
11062         (rfc2047-q-encode-region): Removed.
11063         (rfc2047-q-encode-string): New function.
11064
11065         * mm-util.el (mm-replace-in-string): New function.
11066
11067 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11068
11069         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11070         get it right.
11071         (gnus-inews-make-draft): Really.
11072
11073 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11074
11075         * nnmh.el (nnmh-request-list-1): Don't check the link count
11076         before descending.  (small patch)
11077
11078 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11079
11080         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11081         stuff.
11082
11083         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11084         on real group name.
11085
11086         * gnus-art.el (gnus-signature-limit): Doc fix.
11087
11088         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11089
11090         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11091
11092 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11093
11094         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11095         isn't a string.
11096
11097 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11098
11099         * gnus-draft.el (gnus-draft-send): Bind
11100         rfc2047-encode-encoded-words.
11101
11102         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11103         (rfc2047-encodable-p): Say that =? needs encoding.
11104         (rfc2047-encode-encoded-words): New variable.
11105
11106         * gnus-group.el (gnus-group-select-group): Doc fix.
11107
11108         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11109
11110         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11111         to nil.
11112
11113         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11114
11115         * nnheader.el (nnheader-get-lines-and-char): New function.
11116
11117 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11118
11119         * gnus-msg.el (gnus-summary-followup-with-original): Document
11120         yanking of region when active.
11121
11122 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11125         groups if the group level is higher than the specified value.
11126
11127 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11130         (gnus-group-jump-to-group): Added prefix argument using
11131         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11132         non-active group.
11133
11134         * compface.el (uncompface): Be verbose when changing
11135         `uncompface-use-external'.
11136
11137         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11138         handle manual section.
11139
11140 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11141
11142         * gnus-art.el (gnus-button-alist): Revert previous change.
11143
11144 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11145
11146         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11147
11148 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11149
11150         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11151         whether backend can accept message.
11152
11153         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11154
11155 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11156
11157         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11158         Avoid creating directory when nntp-marks-is-evil is true.
11159         Reported by Reiner Steib.
11160
11161 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11162
11163         * gnus-picon.el (gnus-picon-style): New variable.
11164         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11165         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11166         Jesper Harder <harder@ifa.au.dk>.
11167
11168 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11169
11170         * message.el (message-fill-field): Return point.
11171         (message-generate-headers): Go to end of field.
11172
11173         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11174         stuff for non-living groups.
11175
11176 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11177
11178         * gnus-art.el (gnus-article-followup-with-original)
11179         (gnus-article-reply-with-original): gnus-mark-active-p ->
11180         gnus-region-active-p.
11181
11182 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11183
11184         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11185         only when there is spam or ham to be processed.
11186
11187 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11188
11189         * mail-source.el (mail-source-delete-crash-box): Refactor.
11190         (mail-source-fetch): Use it.
11191         (mail-source-fetch-file): Ditto.
11192         (mail-source-fetch-directory): Run postscript in loop.
11193         (mail-source-fetch-pop): Delete.
11194         (mail-source-fetch-maildir): Ditto.
11195         (mail-source-fetch-imap): Ditto.
11196
11197         * imap.el (imap-authenticators): Comment out sasl.
11198
11199         * message.el (message-skip-to-next-address): New function.
11200         (message-fill-header-address): Refactor.
11201         (message-fill-address): Use it.
11202         (message-delete-address): Use it.
11203         (message-fill-header-general): Refactor.
11204         (message-fill-field-address): Rename.
11205         (message-narrow-to-field): Find the start of the header.
11206         (message-header-format-alist): Don't pre-fill.
11207         (message-fill-header): Removed.
11208         (message-insert-header): New function.
11209         (message-shorten-references): Use it.
11210
11211         * rfc2047.el (rfc2047-field-value): Strip props.
11212
11213         * mail-parse.el (mail-header-make-address): New alias.
11214
11215         * ietf-drums.el (ietf-drums-make-address): New function.
11216
11217         * imap.el: Add compiler directives.
11218
11219         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11220
11221         * gnus-art.el (article-decode-idna-rhs): Don't use
11222         message-idna-inside-rhs-p.
11223
11224 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11225
11226         * message.el (message-idna-inside-rhs-p): Removed.
11227         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11228
11229         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11230         false positives.
11231
11232 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11233
11234         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11235
11236 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11237
11238         * nneething.el (nneething-file-name): Don't create spurions
11239         files.
11240
11241         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11242         (gnus-inews-do-gcc): Remove sleep.
11243
11244         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11245         part under point.
11246
11247         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11248         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11249
11250 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11251
11252         * spam.el (spam-summary-prepare-exit): Fixed (length).
11253
11254 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11255
11256         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11257         as expired without moving it" message when there are spam
11258         messages left.
11259
11260 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11261
11262         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11263         header is not nil.
11264
11265 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11266
11267         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11268         nntp-possibly-create-directory, not nntp-possibly-change-group.
11269         (nntp-marks-changed-p): New arg SERVER.
11270         (nntp-request-update-info): Adjust caller.
11271
11272 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11273
11274         * nntp.el (nntp-save-marks): Pass missing arg.
11275
11276 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11277
11278         * nntp.el: Support marks.
11279         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11280         (nntp-marks-modtime, nntp-marks-directory): New variables.
11281         (nntp-request-set-mark, nntp-request-update-info)
11282         (nntp-possibly-create-directory, nntp-marks-changed-p)
11283         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11284         functions.
11285
11286 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11287
11288         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11289         (gnus-xmas-redefine): Rename.
11290
11291         * gnus-score.el (gnus-score-insert-help): Use
11292         gnus-select-lowest-window.
11293
11294         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11295         appt-select-lowest-window and rename to gnus-select-lowest-window.
11296
11297         * gnus.el: do.
11298
11299 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11300
11301         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11302         encodings of MIME-encoded words, in order to improve
11303         interoperability with several broken MUAs.
11304
11305 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11306
11307         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11308         tags, only when charsets are not specified in headers.
11309         (mm-inline-text-html-render-with-w3m): Ditto.
11310
11311         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11312         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11313
11314 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11315
11316         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11317         instead of MIME-decoded from fields when checking
11318         `gnus-article-address-banner-alist'.
11319
11320 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11321
11322         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11323         description rather than subject.
11324
11325 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11326
11327         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11328
11329 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11330
11331         * gnus.el (gnus-version-number): Bump.
11332
11333 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11334
11335         * gnus.el: No Gnus v0.2 is released.
11336
11337 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11338
11339         * gnus-agent.el (gnus-agent-read-agentview): Inline
11340         gnus-uncompress-range.
11341
11342 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11343
11344         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11345         `exec-installed-p'.
11346
11347 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11348
11349         * gnus.el (spam-process, spam-autodetect-methods): Add
11350         bsfilter and bsfilter-headers.
11351
11352         * spam.el (spam-bsfilter): New customize group.
11353         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11354         (spam-bsfilter-header, spam-bsfilter-probability-header)
11355         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11356         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11357         (spam-bsfilter-database-directory): New options.
11358         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11359         (spam-list-of-statistical-checks, spam-registration-functions):
11360         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11361         (spam-bsfilter-score): New command.
11362         (spam-check-bsfilter-headers, spam-check-bsfilter)
11363         (spam-bsfilter-register-with-bsfilter)
11364         (spam-bsfilter-register-spam-routine)
11365         (spam-bsfilter-unregister-spam-routine)
11366         (spam-bsfilter-register-ham-routine)
11367         (spam-bsfilter-unregister-ham-routine): New functions.
11368         (spam-generic-score): Support bsfilter; Accept an optional argument
11369         to recalcurate spam score even if scoring header has already been
11370         added.
11371         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11372         optional argument to recalcurate spam score even if scoring header
11373         has already been added.
11374
11375 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11376
11377         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11378         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11379         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11380         link is missing.
11381
11382 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11383
11384         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11385         (html2text-get-attr): Rewrite.
11386
11387         * message.el (message-setup-1): Remove redundant put-text-property
11388         on mail-header-separator.
11389
11390 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11391
11392         * gnus-registry.el (gnus-registry-cache-whitespace)
11393         (gnus-registry-action, gnus-registry-spool-action)
11394         (gnus-registry-split-fancy-with-parent): Change message levels
11395         from 5 to 3 or 7, as needed.
11396
11397         * spam.el (spam-summary-prepare-exit)
11398         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11399         (spam-split, spam-find-spam, spam-log-undo-registration)
11400         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11401         level from 5 to 6.
11402
11403 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11406         2004-03-04 change).
11407
11408 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11409
11410         * sieve-manage.el (sieve-manage-open):
11411         * nnweb.el (nnweb-insert-html):
11412         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11413         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11414         * nnspool.el (nnspool-request-group):
11415         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11416         * nnml.el (nnml-request-update-info):
11417         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11418         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11419         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11420         (nnimap-request-set-mark):
11421         * nnfolder.el (nnfolder-request-update-info):
11422         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11423         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11424         * gnus-uu.el (gnus-uu-find-articles-matching):
11425         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11426         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11427         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11428         * gnus-nocem.el (gnus-nocem-scan-groups):
11429         * gnus-int.el (gnus-start-news-server):
11430         * gnus-group.el (gnus-group-make-kiboze-group)
11431         (gnus-group-browse-foreign-server):
11432         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11433         Use mapc when appropriate.
11434
11435 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11436
11437         FIXME: Make separate entries for each person.
11438
11439         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11440         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11441         <shields@msrl.com>:
11442
11443         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11444         may need for spam sorting and scoring.
11445         (spam-user-format-function-S): Add user format function suitable for
11446         general use.
11447         (spam-article-sort-by-spam-status): Add sorting function for summary
11448         sorting.
11449         (spam-extra-header-to-number): Add function to get a score from a
11450         header.
11451         (spam-summary-score): Add function to  get a numeric score from the
11452         headers.
11453         (spam-generic-score): Fix function doc, was in wrong place.
11454         (spam-initialize): Take symbols when it's run, and install the
11455         extra headers that spam-necessary-extra-headers thinks we need.
11456
11457 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11458
11459         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11460         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11461
11462 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11463
11464         * gnus-sum.el (gnus-set-global-variables)
11465         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11466         (gnus-article-get-xrefs, gnus-summary-best-group)
11467         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11468         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11469         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11470         Use with-current-buffer.
11471
11472 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11473
11474         * spam.el (spam-summary-prepare-exit): Simplify logic.
11475         (spam-fetch-article-header): Read the article header if it's not
11476         available.
11477         (spam-list-articles): Simplify logic.
11478         (spam-filelist-register-routine): Fix bug with unregister-list.
11479
11480         * gnus-registry.el: Fix comments at beginning.
11481
11482 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11483
11484         * message.el (message-cater-to-broken-inn): Remove.
11485         (message-shorten-references): Make sure the total folded length of
11486         References is shorter than 998 characters to cater to a bug in INN
11487         2.3.  Also, don't pretend that references aren't folded -- this
11488         hasn't worked for a while.
11489
11490 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11491
11492         * gnus-agent.el (gnus-agentize):
11493         gnus-agent-send-mail-real-function no longer set to current value
11494         of message-send-mail-function but rather a lambda that calls
11495         message-send-mail-function.  The change makes the agent real-time
11496         responsive to user changes to message-send-mail-function.
11497
11498 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11499
11500         * legacy-gnus-agent.el
11501         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11502         help from Florian Weimer <fw@deneb.enyo.de>
11503
11504 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * nnmail.el (nnmail-cache-insert): Revert last change.
11507
11508 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * nnmail.el (nnmail-cache-insert): Always check whether
11511         nnmail-cache-ignore-groups matches a group name.
11512
11513 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11514
11515         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11516         (spam-find-spam, spam-log-processing-to-registry)
11517         (spam-log-registered-p, spam-log-unregistration-needed-p)
11518         (spam-log-undo-registration): Use gnus-message instead of
11519         gnus-error, none of these errors are fatal.
11520
11521         * gnus-registry.el (gnus-registry-clean-empty-function)
11522         (gnus-registry-clean-empty): Remove only empty entries without
11523         extra data.
11524
11525 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11526
11527         * spam-stat.el (spam-stat-buffer-change-to-spam)
11528         (spam-stat-buffer-change-to-non-spam): Change (error) to
11529         (gnus-message 8) invocation.
11530
11531 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * nntp.el (nntp-via-netcat-command): New variable.
11534         (nntp-via-netcat-switches): New variable.
11535         (nntp-open-via-rlogin-and-netcat): New function.
11536         (nntp-open-connection-function): Doc fix.
11537         (nntp-telnet-command): Doc fix.
11538         (nntp-end-of-line): Doc fix.
11539         (nntp-via-rlogin-command): Doc fix.
11540         (nntp-via-user-name): Doc fix.
11541         (nntp-via-address): Doc fix.
11542
11543 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11546         error in Emacs 21.1.
11547
11548 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11551
11552 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11553         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11554         (gnus-agent-with-refreshed-group): New macro.
11555         (gnus-agent-rename-group): New function.
11556         (gnus-agent-delete-group): New function.
11557         (gnus-agent-save-group-info): Use gnus-command-method when
11558         `method' parameter is nil.  Don't write nil entries into the
11559         active file.
11560         (gnus-agent-get-group-info): New function.
11561         (gnus-agent-fetch-articles): Use
11562         gnus-agent-update-files-total-fetched-for to increment disk space
11563         used.
11564         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11565         gnus-agent-update-view-total-fetched-for to increment disk space
11566         used.
11567         (gnus-agent-get-local): Added optional parameters to avoid calling
11568         gnus-group-real-name and gnus-find-method-for-group.
11569         (gnus-agent-set-local): Delete stored entry if either min, or max,
11570         are nil.
11571         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11572         quit, use gnus-agent-regenerate-group to record existance of any
11573         articles fetched to disk before the quit occurred.
11574         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11575         gnus-agent-update-view-total-fetched-for, and
11576         gnus-agent-update-files-total-fetched-for to decrement disk space
11577         used.
11578         (gnus-agent-retrieve-headers): Use
11579         gnus-agent-update-view-total-fetched-for to increment disk space
11580         used.
11581         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11582         with gnus-agent-update-files-total-fetched-for to decrement disk
11583         space and fresh group buffer.
11584         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11585         (gnus-agent-need-update-total-fetched-for): New variable.
11586         (gnus-agent-update-files-total-fetched-for): New function.
11587         (gnus-agent-update-view-total-fetched-for): New function.
11588         (gnus-agent-total-fetched-for): New function.
11589
11590         * gnus-cache.el (gnus-cache-save-buffers): Use
11591         gnus-cache-update-overview-total-fetched-for to change disk space
11592         used by this group.
11593         (gnus-cache-possibly-enter-article): Use
11594         gnus-cache-update-file-total-fetched-for to increment disk space
11595         used by this group.
11596         (gnus-cache-possibly-remove-article): Use
11597         gnus-cache-update-file-total-fetched-for to decrement disk space
11598         used by this group.
11599         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11600         (gnus-cache-rename-group): New function.
11601         (gnus-cache-delete-group): New function.
11602         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11603         (gnus-cache-need-update-total-fetched-for): New variable.
11604         (gnus-cache-with-refreshed-group): New macro.
11605         (gnus-cache-update-file-total-fetched-for): New function.
11606         (gnus-cache-update-overview-total-fetched-for): New function.
11607         (gnus-cache-rename-group-total-fetched-for): New function.
11608         (gnus-cache-delete-group-total-fetched-for): New function.
11609         (gnus-cache-total-fetched-for): New function.
11610
11611         * gnus-group.el: Require gnus-sum and autoload functions to
11612         resolve warnings when gnus-group.el compiled alone.
11613         (gnus-group-line-format): Documented new %F
11614         (size of Fetched data) group line format; identifies disk space
11615         used by agent and cache.
11616         (gnus-group-line-format-alist): Defined new F format.
11617         (gnus-total-fetched-for): New function.
11618         (gnus-group-delete-group): No longer update
11619         gnus-cache-active-altered as gnus-request-delete-group now keeps
11620         the cache in sync.
11621         (gnus-group-list-active): Let the agent store a server's active
11622         list if currently plugged.
11623
11624         * gnus-int.el (gnus-request-delete-group):
11625         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11626         local disk in sync with the server.
11627         (gnus-request-rename-group):
11628         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11629         local disk in sync with the server.
11630
11631         * gnus-start.el (gnus-get-unread-articles):
11632         Cosmetic simplification to logic.
11633
11634         * gnus-util.el (gnus-rename-file): New function.
11635
11636 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11637
11638         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11639
11640 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11641
11642         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11643         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11644
11645 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11646
11647         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11648         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11649
11650 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11651
11652         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11653
11654 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11655
11656         * spam.el (spam-set-difference): Add function to replace
11657         gnus-set-difference in spam.el.
11658         (spam-summary-prepare-exit): Use spam-set-difference.
11659
11660 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11661
11662         * gnus-registry.el (gnus-registry-cache-file): Update to use
11663         gnus-dribble-directory OR gnus-home-directory OR ~.
11664         (gnus-registry-split-fancy-with-parent): Fix doc.
11665
11666 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * message.el (message-exchange-point-and-mark): Use
11669         message-mark-active-p.  Suggested by Jesper Harder
11670         <harder@ifa.au.dk>.
11671
11672 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * message.el (message-exchange-point-and-mark): Don't activate
11675         region if it was inactive.  Suggested by Hiroshi Fujishima
11676         <pooh@nature.tsukuba.ac.jp>.
11677
11678 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * gnus-art.el (article-display-face): Display Faces in the same
11681         order as X-Faces.
11682
11683 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11686
11687 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11690         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11691         (gnus-article-mime-hierarchy): Remove.
11692         (gnus-article-mime-hierarchy-next): Remove.
11693         (gnus-article-mode): Revert 2004-03-19 change.
11694         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11695         (gnus-insert-mime-button): Revert 2004-03-19 change.
11696         (gnus-mime-accumulate-hierarchy): Remove.
11697         (gnus-mime-enter-multipart): Remove.
11698         (gnus-mime-leave-multipart): Remove.
11699         (gnus-mime-display-part): Revert 2004-03-19 change.
11700         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11701
11702         * mml.el (mml-preview): Revert 2004-03-19 change.
11703
11704 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11705
11706         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11707
11708 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11709
11710         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11711         t while entering a file name using the mm-with-multibyte macro.
11712         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11713
11714         * mm-util.el (mm-with-multibyte): New macro.
11715
11716 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11719         user option.
11720         (gnus-mime-multipart-functions): Doc and customization fix.
11721         (gnus-article-mime-hierarchy): New variable.
11722         (gnus-article-mime-hierarchy-next): New variable.
11723         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11724         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11725         gnus-article-mime-hierarchy-next to nil.
11726         (gnus-insert-mime-button): Show hierarchy numbers.
11727         (gnus-mime-accumulate-hierarchy): New function.
11728         (gnus-mime-enter-multipart): New function.
11729         (gnus-mime-leave-multipart): New function.
11730         (gnus-mime-display-part): Recompute hierarchical MIME structure.
11731         (gnus-mime-display-alternative): Show hierarchy numbers.
11732
11733         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11734         gnus-article-mime-hierarchy-next to nil.
11735
11736 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
11737
11738         * dns.el: Don't require gnus-xmas.
11739
11740 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
11741
11742         * mml.el (mml-generate-mime-1): Don't use format=flowed with
11743         inline PGP.
11744         (mml-menu): Disable mml-quote-region if mark is inactive.
11745
11746 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11747
11748         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11749         when the group's active is not available.
11750
11751 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11752
11753         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11754         error.
11755
11756 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
11757
11758         * imap.el (imap-store-password): New variable.
11759         (imap-interactive-login): Use it.
11760         Suggested by Mark Plaksin <happy@mcplaksin.org>.
11761
11762 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * gnus-art.el (gnus-article-read-summary-keys): Restore new
11765         window-start and hscroll to summary window.
11766
11767 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11768
11769         * gnus-start.el (gnus-convert-old-newsrc): Only write the
11770         conversion message to newsrc-dribble when an actual conversion is
11771         performed.
11772
11773 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
11774
11775         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11776
11777 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * mm-decode.el (mm-complicated-handles): New function reviving
11780         former definition of mm-multiple-handles.
11781
11782         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11783         (gnus-mime-delete-part): Use it.
11784
11785 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11786
11787         * gnus-agent.el (gnus-agent-read-local): Bind
11788         nnheader-file-coding-system to gnus-agent-file-coding-system to
11789         avoid the implicit assumption that they will always be equal.
11790         (gnus-agent-save-local): Bind buffer-file-coding-system, not
11791         coding-system-for-write, as the with-temp-file macro first prints
11792         to a buffer then saves the buffer.
11793
11794 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * gnus-art.el (gnus-article-edit-part): New function.
11797         (gnus-mime-save-part-and-strip): Use it; do query instead of
11798         signaling an error; don't use mm-multiple-handles.
11799         (gnus-mime-delete-part): Ditto.
11800
11801 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11802
11803         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11804         old file versions.
11805         (gnus-group-prepare-hook): Removed function that converted list
11806         form of gnus-agent-expire-days to group properties.
11807
11808         * gnus-int.el: Autoload gnus-agent-regenerate-group.
11809         (gnus-request-accept-article): Re-indented.
11810
11811         * gnus-start.el (gnus-convert-old-newsrc): Registered new
11812         converters to handle old agent file formats.  Added logic for a
11813         "backup before upgrading warning".
11814         (gnus-convert-mark-converter-prompt): Developers can mark
11815         functions as needing (default), or not needing,
11816         gnus-convert-old-newsrc's "backup before upgrading warning".
11817         (gnus-convert-converter-needs-prompt): Tests whether the user
11818         should be protected from potentially irreversable changes by the
11819         function.
11820
11821         * legacy-gnus-agent.el: New.  Provides converters that are only
11822         loaded when gnus-convert-old-newsrc needs to call them.
11823
11824 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * mail-source.el (mail-source-touch-pop): Doc fix.
11827
11828         * message.el (message-smtpmail-send-it): Doc fix.
11829
11830 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
11831
11832         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11833
11834         * nnmail.el (nnmail-split-fancy): do.
11835
11836         * gnus-kill.el (gnus-kill, gnus-execute): do.
11837
11838 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11839
11840         * gnus-sum.el (gnus-widget-reversible-match)
11841         (gnus-widget-reversible-to-internal)
11842         (gnus-widget-reversible-to-external): New functions.
11843         (gnus-widget-reversible): New widget.
11844         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11845
11846 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
11847
11848         * gnus-sum.el (gnus-thread-sort-functions)
11849         (gnus-article-sort-functions): Document `(not F)' items.
11850
11851 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11852
11853         * spam.el (spam-use-gmane-xref): Add new backend.
11854         (spam-gmane-xref-spam-group): Add variable to control the name of the
11855         Gmane spam group.
11856         (spam-blackhole-servers, spam-blackhole-good-server-regex)
11857         (spam-regex-headers-spam, spam-regex-headers-ham)
11858         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11859         (spam-list-of-checks): Add spam-use-gmane-xref to list of
11860         backends and checks.
11861         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11862
11863         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11864         an autodetect method.
11865
11866 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11867
11868         * gnus-int.el (gnus-request-accept-article): Inform the agent that
11869         articles are being added to a group.
11870         (gnus-request-replace-article): Inform the agent that articles
11871         need to be uncached as the cached contents are no longer valid.
11872
11873 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * binhex.el: Don't autoload executable-find.
11876
11877         * canlock.el: Don't autoload mail-fetch-field.
11878
11879         * dgnushack.el: Autoload c-mode for XEmacs.
11880
11881         * gnus-ems.el: Don't autoload appt-select-lowest-window.
11882
11883         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11884         rmail-dont-reply-to and rmail-output.
11885
11886         * gnus-score.el: Don't autoload ffap-string-at-point.
11887
11888         * gnus-setup.el: Don't autoload sc-cite-original.
11889
11890         * imap.el: Don't autoload base64-decode-string,
11891         base64-encode-string and md5.
11892
11893         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11894         and rmail-msg-restore-non-pruned-header.
11895
11896         * mm-decode.el: Don't autoload executable-find.
11897
11898         * mm-url.el: Don't autoload executable-find.
11899
11900         * mm-view.el: Don't autoload diff-mode.
11901
11902         * nndb.el: Don't autoload news-reply-mode, news-setup,
11903         cancel-timer and telnet.
11904
11905         * password.el: Don't autoload run-at-time for Emacs.
11906
11907         * sha1-el.el: Don't autoload executable-find.
11908
11909         * sieve-mode.el: Don't autoload c-mode.
11910
11911         * uudecode.el: Don't autoload executable-find.
11912
11913 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11914
11915         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11916         (gnus-agent-possibly-alter-active): Avoid null in numeric
11917         comparison.
11918         (gnus-agent-set-local): Refuse to save null in local object table.
11919         (gnus-agent-regenerate-group): The REREAD parameter can now be a
11920         list of articles that will be marked as unread.
11921
11922 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11925
11926 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
11927
11928         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11929         language tags.
11930
11931 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11932
11933         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11934         Don't bind "obarray".
11935
11936         * gnus-sum.el (gnus-thread-sort-functions): Added
11937         `gnus-thread-sort-by-most-recent-number' and
11938         `gnus-thread-sort-by-most-recent-date'.
11939         Reported by Kai Grossjohann <kai@emptydomain.de>.
11940
11941 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11944
11945 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11946
11947         * gnus-cus.el (gnus-agent-customize-category): Removed
11948         ignore-errors macro reference that required cl to be loaded at
11949         run-time.
11950
11951         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11952         single-interval range of the form (min . max).  Previously the
11953         range had to look like ((min . max)).  Likewise, return
11954         (min . max) rather than ((min . max)).
11955         (gnus-range-map): Use gnus-range-normalize to accept
11956         single-interval range.
11957
11958         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11959         the cache, but not the agent, now appear with their usual face.
11960
11961         * dgnushack.el (loaddir): New variable that is bound to the
11962         directory containing the dgnushack.el file. Use loaddir, rather
11963         than srcdir, to update load-path. Change lets dgnushack compile
11964         code in directories other than GNUS/lisp.
11965
11966 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * lpath.el: Don't bind w3m-safe-url-regexp.
11969
11970         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11971         w3m-safe-url-regexp variable buffer-local.
11972
11973         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11974
11975 2004-02-27  Simon Josefsson  <jas@extundo.com>
11976
11977         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11978         gnus-group-real-prefix.
11979         (gnus-summary-move-article): Use it, instead of
11980         gnus-group-real-prefix.
11981
11982 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * lpath.el: Bind w3m-safe-url-regexp.
11985
11986         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11987         w3m-safe-url-regexp variable buffer-local and set it as the value
11988         of mm-w3m-safe-url-regexp.
11989
11990         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11991
11992         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11993         parsing gnus-posting-styles when the message is not for replying.
11994
11995         * dgnushack.el: Autoload sgml-mode for XEmacs.
11996
11997         * nnrss.el (nnrss-opml-export): Use
11998         mm-set-buffer-file-coding-system instead of
11999         set-buffer-file-coding-system.
12000
12001 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12002
12003         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12004         of checkdoc.el).
12005         * nnrss.el: do.
12006         * gnus-mlspl.el: do.
12007         * gnus-ml.el: do.
12008         * gnus-srvr.el: do.
12009
12010         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12011
12012 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12013
12014         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12015         Corrections to custom-manual links.
12016
12017         * gnus-art.el (gnus-article): Ditto.
12018
12019         * mm-decode.el (mime-display, mime-security): Ditto.
12020
12021 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12022
12023         * flow-fill.el: Typo.
12024
12025 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12026
12027         * spam-wash.el: New file.
12028
12029 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12030
12031         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12032
12033 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12034
12035         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12036         to be run with new-articles as LIST1, not LIST2.
12037         (spam-registration-functions): Add spam-use-ham-copy as a nil
12038         registration backend.
12039
12040 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12041
12042         * spam-stat.el (spam-stat-washing-hook): New option.
12043         (spam-stat-buffer-words): Use it.
12044         (spam-stat-process-directory, spam-stat-test-directory): Use
12045         insert-file-contents-literally.
12046         (spam-stat-coding-system): New variable.
12047         (spam-stat-load, spam-stat-save): Use it.
12048
12049 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * spam-report.el (spam-report-plug-agent): Quote
12052         spam-report-url-to-file and spam-report-url-ping-plain.
12053
12054 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12057         / in mailto URLs.
12058
12059 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12060
12061         * spam-report.el (spam-report-process-queue): Fix interactive use.
12062         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12063         (spam-report-unplug-agent): Doc fixes.
12064         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12065         (spam-report-agentize, spam-report-deagentize): Autoload
12066
12067 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12070
12071         * message.el (message-setup-fill-variables): Add mml tags to
12072         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12073         <ajk@iu.edu>.
12074         (message-mode): Don't modify paragraph-separate there.
12075
12076 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * compface.el (uncompface-use-external): Default to undecided.
12079         (uncompface-use-external-threshold): New variable.
12080         (uncompface-float-time): New macro.
12081         (uncompface): Determine whether to use the external decoder if
12082         uncompface-use-external is undecided.
12083
12084 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12085
12086         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12087         after images.
12088
12089         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12090
12091 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12092
12093         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12094
12095         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12096
12097         * gnus-sum.el (gnus-summary-limit-to-age)
12098         (gnus-summary-limit-children): do.
12099
12100         * gnus-int.el (gnus-request-scan): do.
12101
12102         * gnus-group.el (gnus-group-suspend): do.
12103
12104         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12105
12106         * gnus-cite.el (gnus-cite-parse-attributions): do.
12107
12108         * gnus-agent.el (gnus-summary-set-agent-mark)
12109         (gnus-agent-regenerate-group): do.
12110
12111         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12112
12113         * binhex.el (binhex-decode-region-internal): do.
12114
12115 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * gnus-fun.el (gnus-face-properties-alist): New user option.
12118         (gnus-display-x-face-in-from): Use it.
12119
12120         * gnus-art.el (article-display-face): Ditto.
12121
12122         * compface.el (uncompface-use-external): Default to nil.
12123
12124 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12125
12126         * nntp.el (nntp-erase-buffer): New function.
12127         (nntp-retrieve-data, nntp-send-command)
12128         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12129         (nntp-possibly-change-group): Use it.
12130
12131         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12132         with-current-buffer.
12133
12134 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12135
12136         * compface.el: Merge the ELisp-based uncompface program.
12137         (compface): New customization group.
12138         (uncompface-use-external): New user option.
12139         (uncompface): Call uncompface-internal if uncompface-use-external
12140         is nil.
12141         (uncompface-internal): New function.  Note that there are also
12142         some other functions and variables added for this function.
12143
12144 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12145
12146         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12147         if necessary.
12148
12149 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12150
12151         * spam-report.el (spam-report-unplug-agent)
12152         (spam-report-plug-agent, spam-report-deagentize)
12153         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12154         Add support for the Agent in spam-report: when unplugged, report to a
12155         file; when plugged, submit all the requests.
12156
12157         * spam.el (spam-register-routine): Fix message about
12158         registration.
12159
12160 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12161
12162         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12163         dependencies.
12164         (rfc2047-encode): Use it.
12165
12166         * gnus-art.el (gnus-button-marker-list): Move before first
12167         reference.
12168
12169         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12170         (imap-parse-body): Fix format string mismatch.
12171
12172         * gnus-score.el (gnus-summary-increase-score): do.
12173
12174         * nnrss.el (nnrss-close): New function.
12175
12176 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12177
12178         * nnrss.el (nnrss-make-filename): New function.
12179         (nnrss-request-delete-group, nnrss-read-server-data)
12180         (nnrss-save-server-data, nnrss-read-group-data)
12181         (nnrss-save-group-data): Use it.
12182         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12183         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12184         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12185
12186 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12187
12188         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12189
12190 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12191
12192         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12193         files.
12194
12195         * message.el (message-generate-headers-first): Don't quote nil
12196         and t in docstrings.
12197
12198         * imap.el (imap-id): do.
12199
12200         * gnus-agent.el (gnus-agent-consider-all-articles)
12201         (gnus-agent-queue-mail): do.
12202
12203 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12204
12205         * spam-report.el (spam-report-process-queue): New function.
12206         Process requests from `spam-report-requests-file'.
12207         (spam-report-process-queue): Doc fix.
12208
12209 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12210
12211         * spam.el (spam-register-routine)
12212         (spam-log-processing-to-registry, spam-log-registered-p)
12213         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12214         Change "check" to "spam-check" for semi-clarity.
12215
12216 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12217
12218         * pop3.el: Require nnheader.
12219
12220         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12221
12222         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12223
12224         * gnus-picon.el: Require cl.
12225
12226         * gnus-fun.el: Require gnus-ems and gnus-util.
12227
12228         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12229
12230         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12231
12232         * gnus-art.el (gnus-article-edit-mode): Define before first
12233         reference.
12234
12235 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12236
12237         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12238         (gnus-uu-post-encoded): Use point-at-bol.
12239
12240         * gnus-topic.el (gnus-group-active-topic-p): do.
12241
12242         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12243
12244         * gnus-group.el (gnus-group-kill-region): do.
12245
12246         * gnus-art.el (article-date-ut): do.
12247
12248         * message.el (message-fetch-field): Remove redundant
12249         case-fold-search binding.
12250         (message-narrow-to-field): Simplify.
12251
12252 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12253
12254         * spam.el (spam-directory): Derive from `gnus-directory'.
12255
12256         * spam-report.el (spam-report-url-to-file)
12257         (spam-report-requests-file): New function and variable for offline
12258         reporting.
12259         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12260         and user defined function.
12261         (spam-report-url-ping-mm-url): Remove doubled slash.
12262
12263 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12264
12265         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12266
12267 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12268
12269         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12270         format string mismatch.
12271
12272         * sieve.el (sieve-deactivate-all): do.
12273
12274         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12275
12276         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12277
12278         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12279
12280         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12281
12282 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12283
12284         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12285         the list of checks.
12286
12287 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12288
12289         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12290         padding.
12291
12292 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12293
12294         * mm-view.el (mm-fill-flowed): New variable.
12295         (mm-inline-text): Use it.
12296
12297 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12298
12299         * spam.el (spam-spamassassin-register-ham-routine)
12300         (spam-spamassassin-register-spam-routine): Fix function names.
12301
12302 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * gnus.el (gnus-tmp-grouplens): Remove.
12305         (gnus-summary-line-format): Remove grouplens.
12306
12307         * gnus-group.el (gnus-group-line-format): Ditto.
12308
12309         * gnus-spec.el (gnus-format-specs): Ditto.
12310         (gnus-update-format-specifications): Flush the group format spec
12311         cache if there's the grouplens stuff.
12312         (gnus-parse-simple-format): Replace %l with the empty string.
12313
12314 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12315
12316         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12317         omission.
12318
12319 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12322         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12323
12324 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12325
12326         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12327         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12328         New macros and functions.
12329         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12330         Handle > NLINK_MAX messages.
12331         * nnmaildir.el (nnmaildir-request-set-mark): Use
12332         nnmaildir--emlink-p and nnmaildir--eexist-p.
12333
12334 2004-01-25  Alex Schroeder  <alex@gnu.org>
12335
12336         * spam-stat.el (spam-stat-process-directory-age): New option.
12337         (spam-stat-process-directory): Use it.
12338
12339 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12340
12341         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12342         (spam-stat-save): Accept prefix argument.
12343
12344 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12345
12346         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12347         links" error.
12348
12349 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12350
12351         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12352         the rest of the and/or forms.
12353
12354 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12355
12356         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12357         compatibility with old .newsrc.eld files.
12358
12359         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12360
12361         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12362
12363         * gnus-start.el (gnus-1): do.
12364
12365         * gnus-group.el (gnus-group-line-format-alist): do.
12366
12367         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12368
12369         * gnus-gl.el: Remove.
12370
12371 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12372
12373         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12374         marks consisting of a single range {for example, (3 . 5)} rather
12375         than a list of a single range { ((3 . 5)) }.
12376
12377 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12378
12379         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12380         with-current-buffer.
12381         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12382         avoid consing a string.
12383
12384         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12385         Remove obsolete entries for big5 and gb2312.
12386
12387 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12388
12389         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12390         uncompressed list.
12391
12392 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12393
12394         * spam-stat.el (spam-stat-strip-xref): New function.
12395         (spam-stat-process-directory): Use it.
12396
12397         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12398         here -- it's done in message-fetch-field.
12399
12400 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12401
12402         * gnus-agent.el (gnus-agent-queue-mail)
12403         (gnus-agent-prompt-send-queue): New variables.
12404         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12405         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12406         "nndraft:queue" along to gnus-draft-send.  Use
12407         gnus-agent-prompt-send-queue.
12408         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12409         is "nndraft:queue".  Suggested by Gaute Strokkenes
12410         <gs234@srcf.ucam.org>
12411
12412         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12413         (agent-enable-undownloaded-faces): Added
12414         (gnus-agent-cat-groups): Use eval-and-compile, not
12415         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12416         method of gnus-agent-cat-groups even when the buffer has been
12417         evaled.
12418         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12419         delete gnus-agent-save-active-1.
12420         (gnus-agent-save-groups): Deleted.  Identical to
12421         gnus-agent-save-active.
12422         (gnus-agent-write-active): No longer adjust agent's copy of active
12423         file as agent's adjustments are now stored in their own
12424         file.  Removed optional parameter.
12425         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12426         servers.  Add use of min/max range limits from server's local
12427         file.
12428         (gnus-agent-save-alist): Removed unused optional argument.
12429         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12430         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12431         (gnus-agent-set-local): A per-server file that keeps min/max range
12432         limits for articles known to the agent.  Provides a fast mechanism
12433         for altering many active ranges.
12434         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12435         active file (local makes it unnecessary).
12436         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12437
12438         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12439         (agent-enable-undownloaded-faces): Added
12440
12441         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12442         disable it when sending to "nndraft:queue".
12443         (gnus-group-send-queue): Add safety check to avoid sending queue
12444         when unplugged.
12445
12446         * gnus-group.el (gnus-group-catchup): Use new
12447         gnus-sequence-of-unread-articles, not
12448         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12449         numbers of articles.  Use gnus-range-map to avoid having to
12450         uncompress the unread list.
12451         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12452         Fixed invalid ange-ftp reference.
12453
12454         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12455         (gnus-sorted-range-intersection): Intersection of two ranges
12456         without requiring that they first be uncompressed.
12457
12458         * gnus-start.el (gnus-activate-group): Unless blocked by the
12459         caller, possibly expand the active range to include both cached
12460         and agentized articles.
12461         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12462         multiple version-dependent converters.
12463         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12464         gnus-agent-save-active.
12465         (gnus-save-newsrc-file): Save dirty agent range limits.
12466
12467         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12468         gnus-agent-possibly-alter-active.
12469         (gnus-adjust-marked-articles): Faster handling of simple lists
12470
12471 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12472
12473         * spam-stat.el (spam-stat-test-directory): New optional argument
12474         displays a list of files detected.  Suggested by Andrew Cohen
12475         <cohen@andy.bu.edu>.
12476         (spam-stat-buffer-words-with-scores): Don't narrow and change
12477         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12478
12479 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12480
12481         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12482         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12483         (spam-spamassassin-arguments)
12484         (spam-spamassassin-spam-flag-header)
12485         (spam-spamassassin-positive-spam-flag-header)
12486         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12487         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12488         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12489         (spam-list-of-processors, spam-list-of-checks)
12490         (spam-list-of-statistical-checks, spam-registration-functions)
12491         (spam-check-spamassassin-headers, spam-check-spamassassin)
12492         (spam-spamassassin-score)
12493         (spam-spamassassin-register-with-sa-learn)
12494         (spam-spamassassin-register-spam-routine)
12495         (spam-spamassassin-register-ham-routine)
12496         (spam-assassin-register-spam-routine)
12497         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12498         (spam-bogofilter-score): Fix to show article before scoring.
12499
12500 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12501
12502         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12503         default scoring function.
12504         (spam-generic-score): Call spam-spamassassin-score if
12505         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12506         spam-bogofilter-score otherwise.
12507
12508         * gnus.el (spam-process, spam-autodetect-methods): Add
12509         spamassassin and spamassassin-headers.
12510
12511 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12512
12513         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12514         Suppress unnecessary messages.
12515
12516 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12517
12518         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12519         make-hash-table.
12520
12521 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * canlock.el (base64-encode-string): Don't autoload it.
12524
12525 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * run-at-time.el: Remove useless (require 'itimer),
12528         eval-and-compile and (featurep 'xemacs).
12529
12530 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12531
12532         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12533         GROUP is a virtual group.
12534
12535 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12536
12537         * gnus.el: Autoload `message-y-or-n-p'.
12538
12539 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12540
12541         * pgg-parse.el: Remove unnecessary (require 'custom).
12542
12543         * pgg-def.el: do.
12544
12545         * nnmail.el: do.
12546
12547         * gnus-undo.el: do.
12548
12549         * gnus-picon.el: do.
12550
12551         * gnus-util.el: do.
12552
12553 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12554
12555         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12556
12557 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12560         handle, as well as a list.
12561
12562         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12563         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12564         (mm-w3m-cid-retrieve): Simplify.
12565
12566 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12567
12568         * message.el (message-kill-to-signature): Allow prefix arg to
12569         specify number of lines to keep before signature.
12570
12571 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12572
12573         (message-kill-to-signature): Change docstring.
12574
12575 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * canlock.el: Always require sha1-el.
12578         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12579
12580         * message.el: Autoload sha1 only when compiling.
12581
12582         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12583         eudc-expand-inline for XEmacs.
12584
12585 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12586
12587         * message.el (message-canlock-generate): Require sha1-el.
12588
12589 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12590
12591         * message.el (message-expand-name): Silence the byte compiler.
12592
12593         * lpath.el: Add detect-coding-system.
12594
12595         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12596         cus-edit.
12597
12598 2004-01-13  Simon Josefsson  <jas@extundo.com>
12599
12600         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12601         Invoke gnus-score-mode.  Reported by
12602         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12603
12604         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12605         Jim Blandy <jimb@redhat.com> (tiny change).
12606
12607 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12608
12609         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12610
12611 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12612
12613         * spam.el (spam-get-article-as-string): Update to use
12614         gnus-request-article-this-buffer, much simpler.
12615         (spam-get-article-as-buffer): Remove.
12616
12617 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12618
12619         * message.el (message-expand-name): Use EUDC if the user uses that.
12620
12621 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12622
12623         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12624         character for the encoding to avoid consing a string.
12625
12626         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12627         unnecessarily.
12628
12629         * mm-util.el (mm-replace-chars-in-string): Remove.
12630
12631         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12632         of mm-replace-chars-in-string.
12633
12634 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12635
12636         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12637
12638         * mm-util.el (mm-subst-char-in-string): Support inplace.
12639
12640         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12641         a new string in every iteration.  Use shy groups.
12642
12643 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12644
12645         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12646         * gnus-soup.el (gnus-soup-group-brew):
12647         * gnus-msg.el (gnus-put-message):
12648         * gnus-move.el (gnus-group-move-group-to-server):
12649         * gnus-kill.el (gnus-batch-score):
12650         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12651         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12652         (gnus-group-update-group, gnus-group-read-group)
12653         (gnus-group-make-group, gnus-group-make-help-group)
12654         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12655         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12656         (gnus-group-sort-by-unread, gnus-group-catchup)
12657         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12658         (gnus-group-yank-group, gnus-group-set-info)
12659         (gnus-group-list-groups):
12660         * gnus.el (gnus-generate-new-group-name):
12661         * gnus-delay.el (gnus-delay-send-queue):
12662         * nnvirtual.el (nnvirtual-catchup-group):
12663         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12664         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12665         (gnus-group-prepare-topics, gnus-topic-check-topology):
12666         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12667         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12668         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12669         (gnus-group-make-articles-read):
12670         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12671         (gnus-group-change-level, gnus-kill-newsgroup)
12672         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12673         (gnus-get-unread-articles, gnus-make-articles-unread)
12674         (gnus-make-ascending-articles-unread): Use accessor
12675         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12676         to get group information for improved readability.
12677
12678
12679 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12680
12681         * gnus-art.el (article-decode-mime-words, article-babel)
12682         (gnus-article-highlight-signature, gnus-article-add-buttons)
12683         (gnus-signature-toggle): Use gnus-with-article-buffer.
12684
12685         * gnus-art.el (gnus-article-highlight-headers)
12686         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12687
12688         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12689         (gnus-article-set-globals, gnus-request-article-this-buffer)
12690         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12691         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12692         (gnus-mime-display-alternative): Use with-current-buffer.
12693
12694 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12695
12696         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12697         also under 80 char limit, and call gnus-error if needed.
12698         (spam-fetch-article-header): Fix - it was a
12699         buffer-local variable (gnus-newsgroup-data).
12700         (spam-find-spam): Use spam-generate-fake-headers, forget about
12701         spam-insert-fake-headers.
12702         (spam-insert-fake-headers): Remove.
12703
12704 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12705
12706         * deuglify.el (gnus-article-outlook-unwrap-lines)
12707         (gnus-outlook-rearrange-article)
12708         (gnus-outlook-repair-attribution-outlook)
12709         (gnus-outlook-repair-attribution-block)
12710         (gnus-outlook-repair-attribution-other): Remove redundant
12711         save-excursion.
12712
12713 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12714
12715         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12716         (spam-fetch-field-subject-fast)
12717         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12718         (spam-fetch-article-header): Add functions to deal with Gnus
12719         internals for fast retrieval of article header data.
12720         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12721
12722 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12723
12724         * pop3.el (pop3-md5): Remove.
12725         (pop3-apop): Replace pop3-md5 with md5.
12726
12727         * mm-bodies.el: base64 is always built-in.
12728
12729         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12730         with-current-buffer.
12731
12732 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * canlock.el (canlock-insert-header): Remove excessive grouping in
12735         regexp.
12736
12737         * gnus-sum.el (gnus-summary-read-document): Ditto.
12738
12739         * gnus-uu.el (gnus-uu-part-number): Ditto.
12740
12741         * html2text.el (html2text-remove-tags): Ditto.
12742         (html2text-format-tags): Ditto.
12743         (html2text-format-single-elements): Ditto.
12744
12745         * mml.el (mml-parse-1): Ditto.
12746
12747 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12748
12749         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12750
12751         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12752
12753         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12754
12755         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12756
12757 2003-11-15  Simon Josefsson  <jas@extundo.com>
12758
12759         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12760         (pgg-gpg-lookup-key): Use regexp match instead of
12761         split-string (split-string is different between emacs 21.2 and
12762         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
12763
12764 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12765
12766         * gnus-art.el (gnus-mime-view-all-parts)
12767         (gnus-article-part-wrapper, gnus-article-view-part): Use
12768         with-current-buffer.
12769
12770 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12771
12772         * spam.el (spam-disable-spam-split-during-ham-respool)
12773         (spam-spamoracle-database, spam-cache-lookups)
12774         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12775         (spam-group-ham-mark-p, spam-group-spam-mark-p)
12776         (spam-group-ham-marks, spam-group-spam-marks)
12777         (spam-group-spam-contents-p, spam-group-ham-contents-p)
12778         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12779         also add spam-use-blackholes to the statistical checks.
12780         (spam-fetch-field-fast): Add interface to fetching fields, may
12781         become a macro.
12782         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12783         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12784         (spam-insert-fake-headers): Fake an article when needed.
12785         (spam-find-spam): Fake article when possible.
12786         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12787         (spam-check-bogofilter-headers): Use message-fetch-field instead
12788         of nnmail-fetch-field.
12789
12790 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12791
12792         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12793
12794 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12795
12796         * spam.el (spam-split): Do not require spam-use-CHECK to be
12797         enabled if that check is passed to spam-split explicitly; also
12798         fix so 'spam doesn't get converted to spam-split-group when
12799         spam-split-symbolic-return is t.
12800         (spam-find-spam): Find registrations of the article and use those
12801         instead of re-running spam-split to find the spam/ham
12802         classification of the article.
12803         (spam-log-processing-to-registry, spam-log-registered-p)
12804         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12805         Use gnus-error instead of gnus-message.
12806         (spam-log-registration-type): Add function to determine the
12807         classification of a message based on registry entries; will
12808         return nil if both 'spam and 'ham are found.
12809         (spam-check-BBDB): Expand all the BBDB macros here so we can have
12810         a reasonably fast local cache without the loading errors.
12811         (spam-cache-lookups): Set to t by default.
12812         (spam-find-spam): Don't try to guess spam-cache-lookups.
12813         (spam-enter-whitelist, spam-enter-blacklist): Clear the
12814         spam-caches entry.
12815         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12816         caching of whitelist/blacklist entries.
12817         (spam-check-whitelist, spam-check-blacklist): Invoke
12818         spam-from-listed-p with a type, not a cache variable.
12819         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12820
12821 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12822
12823         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12824
12825         * nnmail.el (nnmail-split-fancy): do.
12826
12827         * mml.el (mml-parse): do.
12828
12829         * gnus-score.el (gnus-enter-score-words-into-hashtb)
12830         (gnus-score-adaptive): do.
12831
12832 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12835         (gnus-mime-button-map): Don't set keymap parent.
12836         (gnus-button-ctan-directory-regexp): Use shy grouping.
12837         (gnus-prev-page-map): Don't set keymap parent.
12838         (gnus-prev-page-map): Remove duplicated one.
12839         (gnus-next-page-map): Don't set keymap parent.
12840         (gnus-mime-security-button-map): Ditto.
12841
12842         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12843         version number.
12844
12845         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12846
12847 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * canlock.el (canlock-sha1-function): Remove.
12850         (canlock-sha1-function-for-verify): Remove.
12851         (canlock-openssl-program): Remove.
12852         (canlock-openssl-args): Remove.
12853         (canlock-ignore-errors): Remove.
12854         (canlock-sha1-with-openssl): Remove.
12855         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12856         (canlock-verify): Don't use canlock-ignore-errors.
12857
12858         * sha1-el.el (sha1-string-external): Make it can return a string
12859         in binary form.
12860         (sha1-region-external): Ditto.
12861         (sha1-string-internal): Ditto.
12862         (sha1-region-internal): Ditto.
12863         (sha1-region): Ditto.
12864         (sha1-string): Ditto.
12865         (sha1): Ditto.
12866
12867 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12868
12869         * spam.el (spam-report-articles-gmane): New command.
12870
12871 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * gnus.el: Don't make unnecessary *Group* buffer when loading.
12874
12875         * run-at-time.el (run-at-time-saved): Remove.
12876         (run-at-time): Doc fix.
12877
12878 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12879
12880         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12881         (gnus-summary-limit-map): Add it.
12882         (gnus-summary-make-menu-bar): do.
12883
12884 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
12885
12886         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12887         Make attempt at some caching support (done for BBDB only now).
12888         (spam-find-spam): Set spam-cache-lookups if there are more than 2
12889         addresses to be checked.
12890         (spam-clear-cache-BBDB): Add function, to be invoked by
12891         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12892         (spam-check-BBDB): Check and use the caches, if
12893         spam-cache-lookups is on, remove superfluous (provide).
12894
12895 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12898
12899 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
12900
12901         * run-at-time.el (run-at-time-saved): Move to after the definition
12902         of `run-at-time'.
12903
12904         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
12905
12906 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12909         mm-w3m-local-map-property.
12910
12911         * mm-view.el (mm-w3m-mode-map): Remove.
12912         (mm-w3m-local-map-property): Remove.
12913         (mm-inline-text-html-render-with-w3m): Don't use
12914         mm-w3m-local-map-property.
12915
12916 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12917
12918         * run-at-time.el: New file.
12919
12920         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
12921         under Emacs.
12922
12923         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12924         of gnus-set-text-properties.
12925
12926         * gnus-uu.el (gnus-uu-save-article): Ditto.
12927
12928         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12929
12930         * gnus-cite.el (gnus-cite-parse): Ditto.
12931
12932         * gnus-art.el (gnus-button-push): Use set-text-properties instead
12933         of gnus-.
12934
12935         * gnus-xmas.el (run-at-time): Require run-at-time.
12936
12937         * gnus.el: Changed calls to nnheader-run-at-time and
12938         password-run-at-time throughout to use run-at-time directly.
12939
12940         * password.el: Removed definition of run-at-time.
12941
12942         * nnheaderxm.el: Remove definition of run-at-time.
12943
12944 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
12945
12946         * mml.el (mml-minibuffer-read-disposition): Show attachment type
12947         in prompt.
12948
12949 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12950
12951         * messagexmas.el (message-xmas-redefine): Alias
12952         `message-make-caesar-translation-table' to
12953         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
12954         version.
12955
12956         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
12957         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
12958         `gnus-xmas-set-text-properties'.
12959         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
12960         `gnus-xmas-completing-read'.
12961         (gnus-xmas-completing-read): Removed.
12962         (gnus-xmas-open-network-stream): Removed.
12963
12964         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12965         XEmacs version.
12966
12967         * dns.el (dns-make-network-process): Use `open-network-stream'
12968         instead of `gnus-xmas-open-network-stream'.
12969
12970         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
12971
12972         * .cvsignore: Add auto-autoloads.el, custom-load.el.
12973
12974 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12975
12976         * gnus-art.el (gnus-mime-display-alternative)
12977         (gnus-insert-mime-button, gnus-insert-mime-security-button)
12978         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12979         Don't use gnus-local-map-property.
12980
12981         * gnus-util.el (gnus-local-map-property): Remove.
12982
12983         * mm-view.el (mm-view-pkcs7-decrypt): Replace
12984         gnus-completing-read-maybe-default with completing-read.
12985
12986         * gnus-util.el (gnus-completing-read): do.
12987         (gnus-completing-read-maybe-default): Remove.
12988
12989 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12990
12991         * password.el: Only autoload `run-at-time' if not XEmacs.
12992         Only autoload the itimer functions if XEmacs.
12993
12994 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
12997         XEmacsen.
12998
12999         * dgnushack.el: Autoload executable-find for XEmacs.
13000
13001 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13002
13003         * gnus-art.el (gnus-read-string): Remove.
13004         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13005         read-string.
13006
13007 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13008
13009         * netrc.el: Autoload password-read.
13010         (netrc): Add configuration group.
13011         (netrc-encoding-method, netrc-openssl-path): Add
13012         variables for encoding and decoding of files with symmetric
13013         ciphers.
13014         (netrc-encode): Add assistant function to encode a file with
13015         netrc-encoding-method.
13016         (netrc-parse): Add interactive parameter, added optional
13017         decoding if netrc-encoding-method is non-nil but otherwise
13018         behavior is standard.
13019         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13020         Do s/encode/encrypt/ everywhere.
13021
13022         * spam.el: Remove executable-find autoload.
13023
13024 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13025
13026         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13027
13028         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13029
13030 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13031
13032         * gnus-art.el (gnus-treat-ansi-sequences,
13033         (article-treat-ansi-sequences): New variable and function.
13034         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13035
13036         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13037         Use it.
13038
13039 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13040
13041         * mm-util.el (mm-quote-arg): Remove.
13042
13043         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13044         shell-quote-argument.
13045
13046         * gnus-uu.el (gnus-uu-command): do.
13047
13048         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13049
13050         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13051         with make-char.
13052
13053         * mm-util.el (mm-make-char): Remove.
13054
13055         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13056         add-minor-mode.
13057
13058         * gnus-undo.el (gnus-undo-mode): do.
13059
13060         * gnus-topic.el (gnus-topic-mode): do.
13061
13062         * gnus-sum.el (gnus-dead-summary-mode): do.
13063
13064         * gnus-start.el (gnus-slave-mode): do.
13065
13066         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13067
13068         * gnus-ml.el (gnus-mailing-list-mode): do.
13069
13070         * gnus-gl.el (gnus-grouplens-mode): do.
13071
13072         * gnus-draft.el (gnus-draft-mode): do.
13073
13074         * gnus-dired.el (gnus-dired-mode): do.
13075
13076         * gnus-ems.el (gnus-add-minor-mode): Remove.
13077
13078         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13079         Replace gnus-char-width with char-width.
13080
13081         * gnus-ems.el (gnus-char-width): Remove.
13082
13083         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13084         Replace gnus-char-width with char-width.
13085
13086         * gnus-ems.el (gnus-char-width): Remove.
13087
13088         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13089         definition.
13090         Remove Emacs 20 hash table compatibility code.
13091
13092         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13093         20 compatibility code.
13094
13095         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13096
13097         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13098
13099         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13100         with point-at-{eol,bol}.
13101
13102         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13103
13104         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13105
13106         * flow-fill.el (fill-flowed-point-at-bol)
13107         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13108
13109         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13110         Replace with point-at-{eol,bol} throughout all files.
13111
13112 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * ntlm.el (ntlm-string-as-unibyte): New macro.
13115         (ntlm-build-auth-response): Use it.
13116
13117         Remove Emacs 20 stuff:
13118         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13119         (butlast, mapc, remove): Remove the compiler macros.
13120         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13121         of delq and copy-sequence.
13122         * gnus-art.el (popup-menu): Remove the compiler macro.
13123         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13124         Emacs 20.
13125
13126 2004-01-05  Simon Josefsson  <jas@extundo.com>
13127
13128         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13129         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13130         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13131         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13132         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13133         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13134         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13135         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13136         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13137         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13138         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13139         string-xor into ntlm-string-xor.  Suggested by
13140         Jesper Harder <harder@myrealbox.com>.
13141
13142         * ntlm.el: Don't include poem.
13143
13144         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13145         Jesper Harder <harder@myrealbox.com>.
13146
13147         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13148
13149         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13150         probably breaks emacs with DL patch, but do we care? Is anyone
13151         still using the DL stuff?)
13152
13153         * sieve-manage.el: Use the password package.
13154         (sieve-manage-read-passwd): Remove.
13155         (sieve-manage-interactive-login): Use password.  Re-add
13156         condition-case around loop.
13157
13158         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13159         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13160         the password package.
13161
13162 2003-02-19  Simon Josefsson  <jas@extundo.com>
13163
13164         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13165         token.
13166
13167 2002-08-07  Simon Josefsson  <jas@extundo.com>
13168
13169         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13170         (sieve-manage-authenticators):
13171         (sieve-manage-authenticator-alist): Add some SASL mechs.
13172         (sieve-sasl-auth): New function.
13173         (sieve-manage-cram-md5-auth):
13174         (sieve-manage-plain-auth): Rewrite using SASL library.
13175         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13176         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13177         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13178         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13179
13180 2004-01-05  Simon Josefsson  <jas@extundo.com>
13181
13182         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13183         New files.
13184
13185 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13186
13187         * gnus-group.el (gnus-no-groups-message): Update.
13188
13189         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13190
13191 2003-11-09  Simon Josefsson  <jas@extundo.com>
13192
13193         * imap.el: Support for ID IMAP extension (RFC 2971).
13194         (imap-local-variables): Add imap-id.
13195         (imap-id): New variable.
13196         (imap-id): New function.
13197         (imap-parse-response): Parse untagged ID response.
13198         * nnimap.el (nnimap-id): New variable.
13199         (nnimap-open-connection): Use it.
13200
13201 2003-12-28  Simon Josefsson  <jas@extundo.com>
13202
13203         * gnus-score.el (gnus-score-edit-all-score): New.
13204         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13205
13206 2004-01-04  Simon Josefsson  <jas@extundo.com>
13207
13208         * password.el: Add.
13209
13210 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13211
13212         * dns.el: Add support for AAAA records (see RFC 3596)
13213
13214         * Fix typo PRT -> PTR
13215
13216         * Parse MX, PTR and SOA replies (see RFC 1035)
13217
13218 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13219
13220         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13221
13222         * Moved to Changelog.2.
13223
13224 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13225
13226         * gnus.el (gnus-version-number): Bump version.
13227
13228 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13229
13230         * gnus.el: No Gnus v0.1 is released.
13231
13232 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13233
13234         * gnus.el: No Gnus v0.0 is released.
13235
13236 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13237
13238         * gnus.el (gnus-version-number): Bump.
13239         (gnus-version): No.
13240
13241 See ChangeLog.2 for earlier changes.
13242
13243     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13244
13245   This file is part of GNU Emacs.
13246
13247   GNU Emacs is free software: you can redistribute it and/or modify
13248   it under the terms of the GNU General Public License as published by
13249   the Free Software Foundation, either version 3 of the License, or
13250   (at your option) any later version.
13251
13252   GNU Emacs is distributed in the hope that it will be useful,
13253   but WITHOUT ANY WARRANTY; without even the implied warranty of
13254   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13255   GNU General Public License for more details.
13256
13257   You should have received a copy of the GNU General Public License
13258   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13259
13260 ;; Local Variables:
13261 ;; coding: utf-8
13262 ;; fill-column: 79
13263 ;; add-log-time-zone-rule: t
13264 ;; End:
13265
13266 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4