Merge from emacs--devo--0
[gnus] / lisp / ChangeLog
1 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4
5         * message.el (message-bogus-address-regexp): Fix and improve custom
6         type.
7         (message-setup-hook): Add message-check-recipients as custom option.
8
9 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
10
11         * message.el (message-cite-function): Remove bogus autoload which crept
12         in during merge from v5-10.
13
14 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15
16         * nnimap.el (nnimap-open-connection): Fix login/password bug.
17
18         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
19
20         * auth-source.el: Preliminary Tramp docs.
21         (auth-sources): Change the default auth-sources to use
22         EPA .gpg files.
23
24 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
25
26         * nntp.el: Autoload `auth-source-user-or-password'.
27         (nntp-send-authinfo): Use it.
28
29         * nnimap.el: Autoload `auth-source-user-or-password'.
30         (nnimap-open-connection): Use it.
31
32         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
33         for the gnus-message function.
34         (auth-source-user-or-password): Use it.
35
36 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
37
38         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
39         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
40         (rfc2104-hash): Use it.
41
42 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
43
44         * gnus-art.el (gnus-article-toggle-truncate-lines):
45         Don't use `iff' in docstring.
46
47 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
48
49         * gnus-registry.el: Adjusted copyright dates and added a keyword.
50
51         * gnus-util.el (gnus-extract-address-component-name)
52         (gnus-extract-address-component-email): Convenience functions around
53         `gnus-extract-address-components'.
54
55         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
56         Use `gnus-extract-address-component-email' to fix bug of comparing full
57         sender name to `user-mail-address'.
58
59 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
60
61         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
62         catch/throw to optimize.
63         (gnus-registry-find-keywords): Just use member to find a keyword.
64
65 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
66
67         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
68         is current before calling gnus-server-prepare.
69         (gnus-server-setup-buffer, gnus-server-update-server)
70         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
71
72 2008-05-04  Juri Linkov  <juri@jurta.org>
73
74         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
75         (mailcap-file-default-commands): Use mailcap-replace-in-string
76         instead of replace-regexp-in-string, and mailcap-delete-duplicates
77         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
78
79 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
80
81         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
82
83 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
84
85         * gnus.el: Bump version to 0.11
86
87 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
88
89         * gnus.el: No Gnus v0.10 is released.
90
91 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
94         hooks.
95         (gnus-update-read-articles): Speed up non-marks-using users.
96         (gnus-use-marks): Define gnus-use-marks.
97         (gnus-propagate-marks): Rename variable to something more sensible.
98
99 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
100
101         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
102         (gmm-image-load-path-for-library): Fix typos in docstrings.
103         (gmm-message): Reflow docstring.
104
105 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
106
107         * mail-source.el (mail-source-set-1, mail-source-bind):
108         Move auth-source code out of the macro to clean it up and fix bugs.
109
110 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
111
112         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
113         by sender if it's equal to user-mail-address, it's likely to be
114         useless.
115
116         * mail-source.el (mail-source-bind): Don't use user or password if they
117         are not bound.  Unintern them if they are nil.  Don't use server unless
118         it's bound, and default it to empty string otherwise.
119
120 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
121
122         * mail-source.el: Load auth-source.el.
123         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
124         get user name or password, if auth-sources is set up.
125
126         * gnus-registry.el (gnus-registry-split-strategy): New variable for
127         strategy of splitting with parent.
128         (gnus-registry-split-fancy-with-parent)
129         (gnus-registry-post-process-groups): Use it and fix prior
130         bug (returning a list as the split result).
131
132         * auth-source.el (auth-sources): Remove server parameter.
133         (auth-source-pick, auth-source-user-or-password)
134         (auth-source-user-or-password-imap)
135         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
136         (auth-source-user-or-password-sftp)
137         (auth-source-user-or-password-smtp): Remove server parameter.
138
139 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
140
141         * smime.el (smime-sign-region, smime-encrypt-region)
142         (smime-decrypt-region):
143         Remove redundant calls to `generate-new-buffer-name'.
144
145 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
146
147         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
148         Don't use QP for message/rfc822.
149         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
150
151 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
152
153         * sieve-manage.el (sieve-string-bytes): Remove.
154         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
155         correct byte-length only if the process's coding-system is the same as
156         the one used internally by Emacs to represent strings.
157
158 2008-04-22  Juri Linkov  <juri@jurta.org>
159
160         * mailcap.el (mailcap-file-default-commands): New function.
161
162 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
163
164         * message.el (message-signature-separator, message-cite-function):
165         Change custom version.
166
167 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
168
169         * tls.el (tls-program): Add -ign_eof argument to call the openssl
170         commands.
171         (tls-checktrust): Ditto.
172
173 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
174
175         * mm-decode.el (mm-display-external): Make temp file read-only.
176
177 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
178
179         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
180         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
181         `C-c C-f d'.
182
183 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
184
185         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
186
187 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
188
189         * gnus.el: Bump version to 0.9.
190
191 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
192
193         * gnus.el: No Gnus v0.8 is released.
194
195 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
196
197         * mail-source.el (mail-source-value):
198         Prefer fboundp to functionp so it works with macros as well.
199
200 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
201
202         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
203         Fix last change in case the element is not even a symbol.
204
205 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
206
207         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
208         Prefer fboundp to functionp so it works with macros as well.
209
210 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
211
212         * auth-source.el: Added docs.
213         (auth-sources): Modify format to support server.
214         (auth-source-pick, auth-source-user-or-password)
215         (auth-source-user-or-password-imap)
216         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
217         (auth-source-user-or-password-sftp)
218         (auth-source-user-or-password-smtp): Add server parameter.
219
220 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
221
222         * gnus-registry.el: Initialize the registry when gnus-registry-install
223         is t.
224
225 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * compface.el (uncompface): Make buffer unibyte.
228
229 2008-04-05  Glenn Morris  <rgm@gnu.org>
230
231         * gnus-ems.el (mm-disable-multibyte): Autoload it.
232
233 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
234
235         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
236         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
237
238         * nnheader.el (nnheader-init-server-buffer): Change buffer's
239         multibyteness after rather than before erasing it.
240
241         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
242         mm-with-multibyte.
243         (gnus-request-article-this-buffer): Make sure the proper decoding is
244         used if gnus-original-article-buffer happens to be unibyte.
245
246         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
247         default-enable-multibyte-characters.
248
249         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
250         default-enable-multibyte-characters.
251
252         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
253
254         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
255
256 2008-04-02  Simon Josefsson  <simon@josefsson.org>
257
258         * imap.el (imap-enable-exchange-bug-workaround): New variable.
259         (imap-message-copyuid-1): Use it.
260         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
261         J. Williams in
262         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
263
264         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
265         imap-enable-exchange-bug-workaround.
266         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
267
268 2008-04-01  Simon Josefsson  <simon@josefsson.org>
269
270         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
271         a 100 byte status-checks into a 2-3MB transfer for each group.
272         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
273         to enable bug workaround or not.
274         (nnimap-find-minmax-uid): Only enable workaround conditionally.
275
276 2008-03-31  Glenn Morris  <rgm@gnu.org>
277
278         * message.el (mml2015-use): Declare for compiler.
279         (message-info): Require mml2015 when appropriate.
280
281 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * Makefile.in (EMACS_COMP): Quote directory name that might contain
284         whitespace.
285
286 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
287
288         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
289         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
290         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
291         (nntp-service-to-port): New function.
292         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
293         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
294         (nntp-open-netcat-stream): New function.
295         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
296
297 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
298
299         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
300
301 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
302
303         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
304
305 2008-03-28  Magnus Henoch  <mange@freemail.hu>
306
307         * dns.el (dns-write): Use set-buffer-multibyte.
308
309 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
310
311         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
312
313 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
314
315         * message.el (message-signature-separator): Change default.
316         Improve custom type.
317         (message-cite-function): Change default to
318         message-cite-original-without-signature.
319
320         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
321         toggle.
322
323         * message.el (message-check-news-body-syntax): Fix signature check.
324         (message-setup-1): Mark buffer as unmodified _after_ running
325         message-setup-hook and handling message-alternative-emails.
326         (message-shorten-references): Be more strict when building list of
327         valid references to comply with GNKSA.
328
329         * gnus-group.el (gnus-read-ephemeral-bug-group)
330         (gnus-read-ephemeral-debian-bug-group)
331         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
332
333         * message.el (message-info): Don't use booleanp which isn't supported
334         in Emacs 21 and XEmacs.
335
336 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
337
338         * gnus-group.el (gnus-gmane-group-download-format): Rename from
339         gnus-group-gmane-group-download-format.
340         (gnus-group-read-ephemeral-gmane-group): Rename from
341         gnus-group-read-ephemeral-gmane-group.
342         (gnus-read-ephemeral-gmane-group-url): Rename from
343         gnus-group-read-ephemeral-gmane-group-url.
344         (gnus-bug-group-download-format-alist):  New variable.
345         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
346         (gnus-read-ephemeral-emacs-bug-group): New commands.
347
348 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
349
350         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
351         (gnus-visible-headers): Improve custom type.
352
353 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
354
355         * mml.el (mml-menu): Add workarounds for XEmacs.
356
357         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
358         X-Boundary header.
359
360         * message.el (message-simplify-recipients): Fix previous commit.
361
362 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
363
364         * mm-util.el (mm-set-buffer-multibyte): New function.
365         * mm-decode.el (mm-copy-to-buffer): Use it.
366
367 2008-03-19  Glenn Morris  <rgm@gnu.org>
368
369         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
370         Accidentally removed in the sync process with Emacs.
371
372 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
373
374         * message.el (message-alter-recipients-discard-bogus-full-name):
375         New function.
376         (message-alter-recipients-function): New variable.
377         (message-get-reply-headers): Use it.
378         (message-replace-header): New helper function.
379         (message-recipients-without-full-name): New variable.
380         (message-simplify-recipients): New command.
381
382         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
383
384         * message.el (message-info): Handle EasyPG manual.
385
386         * mml.el (mml-menu): Add entry for EasyPG.
387
388 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
389
390         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
391         parameter.
392
393         * message.el (message-disassociate-draft): Specify drafts group name
394         fully.
395
396 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
397
398         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
399         unnecessary duplicates from the match list.
400
401 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
402
403         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
404
405         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
406
407         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
408         args of `how-many' of which the XEmacs version doesn't take; declare
409         Info-index-next as function.
410
411 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
412
413         * gnus-score.el (gnus-score-headers): Fix handling of
414         gnus-inhibit-slow-scoring.
415
416         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
417         string.
418         (gnus-button-url-regexp): Improve handling of parenthesis.
419         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
420         (gnus-button-handle-info-keystrokes): Handle index entries.
421
422 2008-03-15  Glenn Morris  <rgm@gnu.org>
423
424         * parse-time.el (parse-time-string): Simplify.
425
426 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
429         Incoming* files.
430
431 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
432
433         * auth-source.el (auth-sources): Renamed from auth-source-choices.
434         (auth-source-pick): Use it.
435
436 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
437
438         * binhex.el (binhex-decode-region-internal):
439         * uudecode.el (uudecode-decode-region-internal):
440         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
441         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
442         setting default-enable-multibyte-characters.
443
444 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
445
446         * auth-source.el (auth-source-protocols)
447         (auth-source-protocols-customize, auth-source-choices): Added and
448         modified variable customizations and defaults.
449         (auth-source-pick, auth-source-user-or-password)
450         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
451         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
452         (auth-source-user-or-password-sftp)
453         (auth-source-user-or-password-smtp): Use new variables and provide an
454         interface to netrc.el.
455
456 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
457
458         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
459         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
460         Make sure the nntp port to specify is a string.
461
462 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
463
464         * nntp.el: Use with-current-buffer.
465         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
466         dubious mm-with-unibyte-current-buffer.
467         (nntp-with-open-group-function): New function extracted from
468         nntp-with-open-group macro.
469         (nntp-with-open-group): Use the function, so it's easier to debug.
470         Add indentation and debugging info.
471         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
472         the use of the netcat alternatives.
473
474         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
475         Avoid mm-string-as-multibyte as well.
476
477         * nnweb.el (nnweb-insert-html):
478         Remove use of nnheader-string-as-multibyte.
479
480         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
481         (nnheader-string-as-multibyte): Remove.
482
483         * mm-view.el: Use inhibit-read-only.
484         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
485         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
486         or unibyte-string.
487
488         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
489         (mm-uu-yenc-extract): Use with-current-buffer.
490
491         * gnus-soup.el (gnus-soup-send-packet): Don't use
492         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
493
494         * nnmh.el: Use with-current-buffer.
495         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
496         mm-string-as-multibyte on the output of mm-encode-coding-string.
497
498         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
499         (nnimap-request-move-article): Use with-current-buffer.
500
501         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
502         inserting the handle-buffer's text, so the implicit multibyte->unibyte
503         conversion uses string-make-unibyte rather than string-as-unibyte.
504
505         * gnus-msg.el: Use with-current-buffer.
506
507         * message.el (message-ignored-resent-headers): Add "Delivered-To".
508
509 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
510
511         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
512         string for caching if it is 'PIN.
513
514 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * lpath.el: Consider the case without Emacs/W3.
517
518 2008-03-08  Glenn Morris  <rgm@gnu.org>
519
520         * time-date.el (date-to-time, time-subtract, time-add)
521         (safe-date-to-time): Doc fixes.
522
523 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
524
525         * mail-source.el (mail-source-delete-old-incoming-confirm):
526         Change default to nil.
527         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
528
529 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * lpath.el: Rearrange.
532
533         * gnus-art.el (gnus-narrow-to-page): Position point properly.
534         (gnus-article-goto-prev-page): Work for articles having ^L's.
535
536         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
537
538         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
539
540 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
541
542         * gnus-bookmark.el: Adjust for renames in bookmark.el.
543         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
544         (gnus-bookmark-jump): Adjust some variable names.
545
546 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
547
548         * auth-source.el: New package.
549         (auth-source-choices): Add customization entry point variable.
550
551         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
552         bug.
553
554 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
555
556         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
557         (gnus-registry-initialize, gnus-registry-install-p): Use it.
558         (gnus-registry-install-shortcuts): Rename from
559         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
560         the `gnus-registry-mark-map' keymap dynamically from
561         `gnus-registry-marks'.  The generated functions update the summary line
562         when a registry mark is added or deleted, and will call
563         `gnus-registry-install-p' (see the comments in the code).
564         (gnus-registry-user-format-function-M): Use concat intelligently.
565
566         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
567         the registry mark functions.
568
569 2008-03-05  Glenn Morris  <rgm@gnu.org>
570
571         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
572         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
573         gnus-art.
574         (top-level): No need to load own source when compiling.
575
576 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
577
578         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
579         Suggested by <chris.anderton@zetnet.co.uk>.
580
581 2008-03-04  Glenn Morris  <rgm@gnu.org>
582
583         * gnus-sum.el (top-level): No need to require gnus when compiling,
584         since unconditionally required near start of file.
585         (gnus-summary-display-while-building): Move definition before use.
586
587 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
588
589         * gnus-registry.el (gnus-registry-user-format-function-M): Add
590         formatting function.
591
592 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
593
594         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
595         with plists.
596         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
597         Use new format.
598
599 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
600
601         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
602         `where-is-internal' that returns a range of key sequences.
603
604 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
605
606         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
607
608         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
609         (gnus-summary-jump-to-group): Consider windows on other displayed
610         frames as well.  Similar changes might be needed elsewhere, but that's
611         the one I've bumped into during my use.
612
613         * nndoc.el (nndoc-oe-dbx-type-p):
614         * gnus-msg.el (gnus-debug):
615         * gnus-group.el (gnus-update-group-mark-positions):
616         Use mm-string-to-multibyte.
617
618 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
619
620         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
621         doesn't handle NotDashEscaped.
622
623         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
624         (mml-dnd-attach-options): Fix typo in custom choice.
625
626         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
627         nndoc-article-type to mbox.
628         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
629
630         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
631         to nil, instead of html2text.
632
633         * imap.el (imap-debug): Add `imap-ping-server'.
634
635         * gnus-bookmark.el: Add FIXMEs.
636
637         * message.el (message-form-letter-separator)
638         (message-send-form-letter-delay): New variables.
639         (message-send-form-letter): Use them.  New command to send form
640         letters.  Requested by Uwe Siart.
641         (message-send-mail-function): Doc fix.  Add "Other" custom option.
642
643 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
644
645         * Update copyright years.
646
647 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
648
649         Sync from EMACS_22_BASE.
650
651         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
652
653 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
654
655         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
656         empty author.
657
658 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
659
660         * gnus-registry.el (gnus-registry-marks): Add variable for
661         customization of marks and their appearance.
662         (gnus-registry-read-mark): Use it.
663         (gnus-registry-do-marks): Add utility function to loop through
664         `gnus-registry-marks'.
665         (gnus-registry-install-shortcuts-and-menus): Add function to install
666         shortcuts and menus.
667         (gnus-registry-initialize): Use it.
668         (gnus-registry-default-mark): Clarify documentation.
669
670 2008-02-29  Glenn Morris  <rgm@gnu.org>
671
672         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
673         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
674         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
675         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
676         Change defcustom :version from 23.0 to 23.1.
677
678 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
679
680         * gnus-registry.el (gnus-registry-follow-group-p)
681         (gnus-registry-post-process-groups): Add functions to aid registry
682         splitting and improve logging.  Clarify behavior in function
683         documentation.
684         (gnus-registry-split-fancy-with-parent): Use them.
685
686 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
687
688         * gnus-art.el: Use with-current-buffer.
689
690 2008-02-27  David Engster  <dengste@eml.cc>
691
692         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
693         Express real group name in the response.
694
695 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
698         (nnmairix-last-server, nnmairix-current-server): Defvar them.
699         (nnmairix-goto-original-article): Defvar gnus-registry-install and
700         autoload gnus-registry-fetch-group when compiling.
701         (nnmairix-request-group-with-article-number-correction): Remove
702         unreferenced argument passed to nnmairix-call-backend.
703
704 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
705
706         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
707         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
708         Wilde.
709
710 2008-02-27  Glenn Morris  <rgm@gnu.org>
711
712         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
713         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
714         variables to defconsts.  Convert comments to doc-strings.
715         (nnmairix-last-server, nnmairix-current-server): Convert from free
716         variables to defvars.  Convert comments to doc-strings.
717         (gnus-registry-fetch-group): Autoload.
718         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
719         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
720         (nnmairix-widget-build-editable-fields): Use car cddr rather than
721         caddr.
722         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
723         nnmairix-request-group-with-article-number-correction call.
724         (nnmairix-fast, nnmairix-group): New, less general names, for free
725         variables passed from nnmairix-request-group to
726         nnmairix-request-group-with-article-number-correction.  Declare.
727         (nnmairix-request-group-with-article-number-correction):
728         Use nnmairix-fast, nnmairix-group rather than fast, group.
729
730 2008-02-26  David Engster  <dengste@eml.cc>
731
732         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
733         version 0.5.
734
735 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
736
737         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
738         instead of making an extra function call.  Don't add the current group
739         to articles only when they have the group.  Use
740         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
741         Reported by David <de_bb@arcor.de>.
742
743 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
744
745         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
746         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
747
748 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
749
750         * mail-source.el (mail-source-delete-incoming): Change default.
751         Supplement doc string.
752
753         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
754
755 2008-02-14  Glenn Morris  <rgm@gnu.org>
756
757         * time-date.el (format-seconds): New function.
758
759 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
760
761         * nnmail.el (nnmail-message-id-cache-file): Derive from
762         `gnus-home-directory'.
763
764 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
765
766         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
767         Document negative prefix.
768
769         * gnus-group.el (gnus-group-read-group): Document negative prefix.
770
771 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * message.el (message-unsent-separator): Add the Exim bounce
774         separator.
775
776 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
777
778         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
779         list.
780         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
781         recipient/signer list.
782
783 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * Makefile.in (datarootdir): Define.
786         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
787         name that might contain whitespace.
788
789 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
790
791         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
792         fbound (Emacs 23 unicode), signal an error.
793
794 2008-02-08  Glenn Morris  <rgm@gnu.org>
795
796         * gnus-art.el (pgg-display-output-buffer): Declare as function.
797
798 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
799
800         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
801         ports to the calls to `netrc-machine-user-or-password' in addition to
802         "imap" and "imaps".
803
804 2008-02-01  Zhang Wei  <id.brep@gmail.com>
805
806         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
807
808         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
809
810 2008-02-01  Kenichi Handa  <handa@m17n.org>
811
812         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
813         rfc2104-hexstring-to-bitstring and changed to return a byte list.
814         (rfc2104-hash): Convert the result of concat to unibyte string.
815
816 2008-02-01  Dave Love  <fx@gnu.org>
817
818         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
819         coding-system-for-read.
820         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
821
822 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
823
824         * gnus.el (gnus-group-startup-message): Add `find-image' call before
825         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
826         <hanche@math.ntnu.no>.
827
828 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
829
830         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
831
832         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
833
834 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
835
836         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
837         * message.el (message-beginning-of-line): Use featurep instead of bound
838         tests in order to resolve conditionals at compile time.
839
840 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
841
842         * mail-source.el (mail-sources): Add `group' choice.
843
844         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
845         parameter `in-group' to control into which group the articles go.
846         Add treatment of `group' mail-source.
847
848 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
851
852         * mm-decode.el (mm-dissect-buffer): Decode description.
853
854         * mml.el (mml-to-mime): Encode message header first.
855
856 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
859         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
860
861         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
862         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
863
864 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
865
866         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
867
868 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
869
870         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
871         prefix keys.
872         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
873         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
874         gnus-xmas.el.
875
876         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
877         (gnus-xmas-article-describe-bindings): New function.
878         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
879         gnus-xmas-article-describe-bindings.
880
881         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
882
883 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
884
885         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
886         Add new variables for article mark management.
887         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
888         list of extra data entries which, when present, will indicate that the
889         article ID should not be trimmed from the registry.
890         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
891         functions.
892         (gnus-registry-read-mark): New function to read a mark name from the
893         user.
894         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
895         (gnus-registry-set-article-mark-internal): New functions to add and
896         remove marks.
897         (gnus-registry-get-article-marks): New function to show the marks for
898         an article, or retrieve them for further use.
899
900 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
901
902         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
903         keys when no argument is given.
904
905 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
906
907         * imap.el (imap-ping-server): New variable.
908         (imap-opened): On add extra ping if imap-ping-server is non-nil.
909         (imap-ping-server): Minor doc string fixes.
910
911 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
912
913         * imap.el (imap-ping-server): New function.
914         (imap-opened): Call imap-ping-server.
915
916 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
917
918         * gnus-sum.el (gnus-article-sort-by-random)
919         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
920         jidanni@jidanni.org.
921
922 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
923
924         * gnus-art.el (gnus-article-describe-bindings): New function.
925         (gnus-article-read-summary-keys): Use it.
926         (gnus-article-mode-map): Bind `C-h b' to it.
927
928 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
931         XEmacs.
932         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
933         against non-character events.
934
935         * lpath.el: Fbind map-keymap for Emacs 21.
936
937 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
938
939         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
940         command.
941         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
942         instead of END.  Change name of the temp file.
943         (gnus-group-gmane-group-download-format): Add doc string.  Make it
944         customizable.
945
946 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
947
948         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
949         bind `S W' to gnus-article-wide-reply-with-original; set default
950         binding to gnus-article-read-summary-send-keys.
951         (gnus-article-read-summary-keys): Fix the order of keys; display
952         continuation keys correctly in the echo area; describe bindings
953         correctly when keys end with `C-h'.
954         (gnus-article-read-summary-send-keys): New function.
955         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
956         for gnus-article-read-summary-send-keys; display continuation keys
957         correctly in the echo area.
958         (gnus-article-reply-with-original): Ignore prefix argument.
959         (gnus-article-wide-reply-with-original): New function.
960
961         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
962         Emacs 21.
963
964 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
967         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
968
969 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
970
971         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
972         (gnus-group-read-ephemeral-gmane-group): New command.
973
974 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
975
976         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
977
978 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
979
980         * message.el (message-send-mail-function): Increase custom version.
981
982         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
983         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
984
985 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
986
987         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
988         for the cases where imap-authenticate is called with a nil buffer
989         parameter.
990
991 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
994         html parts correctly; support forwarded messages.
995         (gnus-article-browse-html-article): Remove work buffers.
996
997         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
998         compiling.
999         (netrc-bound-and-true-p): New macro.
1000         (netrc-parse): Use it instead of bound-and-true-p that is not available
1001         in XEmacs 21.4.
1002
1003 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1004
1005         * gnus-registry.el (gnus-registry-mark-article)
1006         (gnus-registry-article-marks): Add functionality to mark articles
1007         through the Gnus registry.
1008
1009         * encrypt.el: Clarify documentation for the new pgg method.
1010         (encrypt-file-alist): Add PGG option.
1011         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1012         functionality.  Abstract password key and messaging to external
1013         functions.
1014         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1015         (encrypt-message-method-and-cipher): Add new convenience external
1016         functions.
1017         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1018         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1019
1020         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1021         (netrc-parse): Use encrypt-file-alist to determine if
1022         encrypt-find-model or encrypt-insert-file-contents should be used.
1023
1024         * encrypt.el: Clarify documentation.  Load password-cache or
1025         password, whichever one is found first, instead of autoloading.
1026
1027 2007-12-19  Glenn Morris  <rgm@gnu.org>
1028
1029         * mml.el (message-options-set, message-narrow-to-head)
1030         (message-in-body-p, message-mail-p, message-encode-message-body):
1031         Autoload.
1032         (message-remove-header, message-narrow-to-headers-or-head)
1033         (message-subscribed-p, message-make-mail-followup-to)
1034         (message-position-on-field, message-news-p)
1035         (message-options-set-recipient, message-generate-headers)
1036         (message-sort-headers): Declare as functions.
1037
1038 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1039
1040         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1041         convention in doc string.
1042
1043 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1044
1045         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1046         title to html parts.
1047         (gnus-article-browse-html-article): Pass message header to it.
1048
1049         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1050
1051 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1052
1053         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1054         or password compatible with XEmacs.
1055
1056 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1057
1058         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1059         format document.
1060         (gnus-mime-delete-part): Don't write description line if empty.
1061         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1062
1063 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1064
1065         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1066         (gnus-summary-mark-read-and-unread-as-read)
1067         (gnus-summary-mark-current-read-and-unread-as-read)
1068         (gnus-summary-mark-unread-as-ticked): Doc fix.
1069         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1070
1071 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1072
1073         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1074         Christoph Conrad <christoph.conrad@gmx.de>.
1075
1076 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1077
1078         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1079         yes-or-no-p.
1080
1081 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1082
1083         * mm-decode.el (mm-add-meta-html-tag): New function.
1084         (mm-save-part-to-file, mm-pipe-part): Use it.
1085
1086         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1087         gnus-y-or-n-p instead of y-or-n-p.
1088         (gnus-article-browse-html-parts): Work with message/external-body; use
1089         mm-add-meta-html-tag.
1090
1091 2007-12-11  Glenn Morris  <rgm@gnu.org>
1092
1093         * gnus-cache.el: Require gnus-sum not just when compiling.
1094
1095         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1096
1097         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1098         definitions before use.
1099
1100         * mm-decode.el: Require gnus-util.
1101         (mm-remove-part): Only call delete-annotation on XEmacs.
1102
1103         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1104
1105         * nnmail.el: Require gnus-int.
1106
1107         * spam.el: Move `require's before `eval-when-compile's.
1108
1109         * gnus-ems.el (gnus-alive-p):
1110         * gnus-fun.el (message-goto-eoh):
1111         * gnus-util.el (gnus-group-name-decode):
1112         * mail-source.el (gnus-compress-sequence):
1113         * message.el (Info-goto-node, format-spec):
1114         * mm-bodies.el (message-options-get):
1115         * mm-decode.el (mm-view-pkcs7):
1116         * mm-util.el (gmm-write-region):
1117         * mml-smime.el (mml-compute-boundary)
1118         (gnus-completing-read-with-default):
1119         * mml.el (widget-button-press, gnus-make-hashtable):
1120         * mml1991.el (mm-decode-content-transfer-encoding)
1121         (mm-encode-content-transfer-encoding)
1122         (message-options-get, message-options-set):
1123         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1124         * nnfolder.el (gnus-request-group):
1125         * nnheader.el (ietf-drums-unfold-fws):
1126         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1127         * smime.el (gnus-run-mode-hooks):
1128         * spam-stat.el (gnus-message): Autoload.
1129
1130         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1131         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1132         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1133         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1134         Add declare-function compatibility definition.
1135
1136         * gnus-cache.el (nnvirtual-find-group-art):
1137         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1138         (gnus-add-image, gnus-add-wash-type):
1139         * gnus-group.el (nnkiboze-score-file):
1140         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1141         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1142         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1143         (message-tokenize-header, gnus-get-buffer-create)
1144         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1145         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1146         * gnus.el (gnus-group-decoded-name):
1147         * mail-source.el (imap-capability):
1148         * mm-bodies.el (message-options-set):
1149         * mm-decode.el (gnus-configure-windows):
1150         * mm-extern.el (message-goto-body):
1151         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1152         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1153         (epg-sub-key-validity, message-options-set):
1154         * mml.el (widget-event-point, gnus-configure-windows):
1155         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1156         * mml2015.el (epg-check-configuration, epg-configuration)
1157         (message-options-set):
1158         * nndb.el (nndb-request-article):
1159         * nnfolder.el (gnus-request-create-group):
1160         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1161         * nnmaildir.el (gnus-group-mark-article-read):
1162         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1163         * rfc1843.el (message-fetch-field):
1164         * spam.el (gnus-extract-address-components):
1165         Declare as functions.
1166
1167 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1170
1171         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1172
1173         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1174         bind show-trailing-whitespace for XEmacs.
1175
1176 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1177
1178         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1179         new no-op macro for backward compatibility.
1180
1181         * imap.el (imap-string-to-integer): New function.
1182
1183 2007-12-09  Glenn Morris  <rgm@gnu.org>
1184
1185         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1186
1187         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1188         * message.el, mm-view.el, sieve-manage, smime.el:
1189         Add declare-function compatibility definition.
1190
1191         * gnus-art.el (w3-region, w3m-region, Info-menu):
1192         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1193         * gnus-sum.el (gnus-get-predicate):
1194         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1195         * message.el (mail-abbrev-in-expansion-header-p):
1196         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1197         (w3m-detect-meta-charset, w3m-region):
1198         * sieve-manage.el (password-read, password-cache-add)
1199         (password-cache-remove):
1200         * smime.el (password-read-and-add): Declare as functions.
1201
1202 2007-12-08  David Kastrup  <dak@gnu.org>
1203
1204         * gnus-sum.el (gnus-summary-simplify-subject-query):
1205         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1206         `message'.
1207
1208 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1211         it to bind idna-program, installation-directory, defined-colors, and
1212         face-attribute for XEmacs of the version that compiles defcustom forms.
1213
1214 2007-12-07  Glenn Morris  <rgm@gnu.org>
1215
1216         * gnus-art.el (article-make-date-line): Revert previous change.
1217
1218 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1219
1220         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1221
1222 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1223
1224         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1225         Call gnus-add-to-range ranges only once with a prepared article-list.
1226
1227 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1228
1229         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1230         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1231         group names with backslashes.  Reported by Tassilo Horn
1232         <tassilo@member.fsf.org>.
1233
1234 2007-12-06  D. Goel  <deego3@gmail.com>
1235
1236         * gnus-art.el (article-make-date-line):
1237         * gnus-start.el (gnus-load):
1238         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1239
1240 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1241
1242         * gnus-art.el (gnus-use-idna)
1243         * gnus-start.el (gnus-site-init-file)
1244         * message.el (message-use-idna)
1245         * mm-uu.el (mm-uu-hide-markers)
1246         * smiley.el (smiley-style): Revert changes that suppress warnings.
1247
1248 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1251         specify charset to html source.  Reported by Christoph Conrad
1252         <christoph.conrad@gmx.de>.
1253
1254 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1255
1256         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1257         idna-program in order to suppress byte compile warning issued by XEmacs
1258         that came to byte compile the default value section of defcustom forms
1259         recently.
1260
1261         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1262         value of installation-directory.
1263
1264         * message.el (message-use-idna): Don't directly refer to the value of
1265         idna-program.
1266
1267         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1268
1269         * smiley.el (smiley-style): Don't directly call face-attribute.
1270
1271 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1272
1273         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1274
1275         * gnus-dired.el: Reduce Gnus dependencies.
1276         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1277         require.  Use autoloads instead.
1278         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1279         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1280         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1281         (gnus-dired-mode): Adjust doc string.
1282         (gnus-dired-mail-mode): New variable.
1283         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1284         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1285         (gnus-dired-mail-buffers): New function.  Return mail or message
1286         composition buffers.
1287         (gnus-dired-attach): Use it.
1288         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1289         NO-DECODE.
1290         (gnus-dired-print): Use `gnus-print-buffer' depending on
1291         `gnus-dired-mail-mode'.
1292
1293 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * rfc2047.el (rfc2047-encoded-word-regexp)
1296         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1297         explaining what regexp patterns are for.
1298
1299 2007-12-04  Glenn Morris  <rgm@gnu.org>
1300
1301         * password.el: Move to password-cache.el.
1302
1303         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1304         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1305         * mml-smime.el (password-read, password-cache-add)
1306         (password-cache-remove):
1307         No need to autoload, since mml-sec requires password.
1308
1309         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1310         * message.el (gnus-extract-address-components):
1311         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1312
1313         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1314         password.
1315
1316 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1317
1318         * mailcap.el: Reduce dependencies.
1319         (mail-header-parse-content-type): Autoload.
1320         (mailcap-delete-duplicates): New alias.
1321         (mailcap-mime-info): Add optional argument NO-DECODE.
1322         (mailcap-mime-types): Use mailcap-delete-duplicates.
1323
1324         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1325
1326 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1327
1328         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1329         (imap-parse-status): Upcase status-att for servers that sends them
1330         lower-case (e.g., MS Exchange 2007).
1331
1332 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1335         function.
1336
1337         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1338         (gnus-uu-yenc-article): New function.
1339
1340         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1341
1342         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1343         buffer.
1344
1345 2007-12-02  Glenn Morris  <rgm@gnu.org>
1346
1347         * binhex.el (binhex): New custom group.
1348         (binhex-decoder-program, binhex-decoder-switches)
1349         (binhex-use-external): Move to the binhex custom group.
1350
1351         * uudecode.el (uudecode): New custom group.
1352         (uudecode-decoder-program, uudecode-decoder-switches)
1353         (uudecode-use-external): Move to the uudecode custom group.
1354
1355         * netrc.el (top-level): Don't load `encrypt' features.
1356         (netrc-parse): Don't use encrypt.
1357         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1358
1359         * encrypt.el: Remove file.
1360
1361 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1362
1363         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1364         matches on patches.
1365
1366         * gnus-art.el (gnus-article-browse-html-article): Mention
1367         `mm-text-html-renderer' in the doc string.
1368
1369         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1370         string.  Add comments.
1371
1372         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1373         if rhs is ASCII.
1374
1375 2007-12-01  Glenn Morris  <rgm@gnu.org>
1376
1377         * mail-source.el (top-level): Require format-spec before
1378         eval-when-compile.
1379
1380 2007-11-30  Glenn Morris  <rgm@gnu.org>
1381
1382         * encrypt.el: Require password, rather than autoloading password-read.
1383
1384 2007-11-29  Glenn Morris  <rgm@gnu.org>
1385
1386         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1387         (sasl-make-client, sasl-next-step, sasl-step-data)
1388         (sasl-step-set-data): Declare as functions.
1389
1390 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1391
1392         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1393
1394 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1395
1396         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1397         certs should be verified and what is to be done in the event of a
1398         verification failure.
1399
1400         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1401         caller can indicate whether the cache should be disregarded for this
1402         call.  This way the result of the call is reproducible at all times and
1403         can be considered a canonical server name for the supplied method.
1404         (gnus-agent-method-p): Canonicalize server names by pushing their
1405         method through `gnus-method-to-server' using the no-cache argument.
1406
1407         * gnus-srvr.el (gnus-server-insert-server-line): Call
1408         `gnus-method-to-server' with `no-cache' argument.
1409
1410         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1411         gnus-agent-possibly-synchronize-flags as this should be called when the
1412         server is actually being opened.
1413         (gnus-agent-possibly-synchronize-flags)
1414         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1415         flags file of an agentized server to the latter function.
1416
1417         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1418         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1419         after a connection has been established successfully.
1420
1421 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * gnus-art.el (article-display-face): Force to display face if called
1424         interactively; check if gnus-article-x-face-too-ugly matches author.
1425         (article-display-x-face): Display face even if From header is missing
1426         as article-display-face does.
1427
1428 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1429
1430         * hashcash.el (message-narrow-to-headers-or-head)
1431         (message-fetch-field, message-goto-eoh)
1432         (message-narrow-to-headers): Declare as functions.
1433
1434 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1435
1436         * mail-source.el (mail-sources): Default to fetch from file for
1437         compatibility with default of nnmail-spool-file.
1438
1439 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1442         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1443         to look for encoded word that should be encoded again.
1444         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1445         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1446         encoding pattern.
1447         (rfc2047-decode-region): Switch strict regexp and loose one according
1448         to rfc2047-allow-irregular-q-encoded-words.
1449
1450 2007-11-25  Romain Francoise  <romain@orebokech.com>
1451
1452         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1453
1454 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1455
1456         * tls.el (tls-program): Provide more custom choices from
1457         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1458         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1459
1460 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1461
1462         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1463         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1464
1465         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1466         `nnmail-spool-file'.
1467
1468         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1469         `nnmail-spool-file'.
1470
1471         * gnus-move.el (gnus-change-server): Ditto.
1472
1473         * gnus-kill.el (gnus-batch-score): Ditto.
1474
1475         * gnus-cache.el (gnus-jog-cache): Ditto.
1476
1477         * gnus-msg.el (gnus-summary-reply):
1478         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1479
1480 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1481
1482         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1483         version.  Minor improvement to doc strings.
1484         (tls-program): Add comment.
1485
1486 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1487
1488         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1489         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1490         mismatch between the hostname provided in the certificate and the name
1491         of the host connnecting to.
1492         (open-tls-stream): Use them.  Check certificates against trusted root
1493         certificates.
1494
1495 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1496
1497         * gnus-cache.el (gnus-cache-generate-nov-databases):
1498         Use nnml-generate-nov-databases-directory instead of
1499         nnml-generate-nov-databases-1.
1500
1501 2007-11-24  Glenn Morris  <rgm@gnu.org>
1502
1503         * message.el (message-tool-bar-retro): Update for rename
1504         mail_send.xpm->mail-send.xpm.
1505
1506 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1507
1508         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1509         `smime-ldap-search' for Emacs 22 and up.
1510
1511 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1512
1513         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1514
1515         * message.el (message-send-mail-function): Fix error convention.
1516         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1517         (message-widen-reply, message-send-mail, message-talkative-question)
1518         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1519         (message-clone-locals, message-send-news): Use with-current-buffer.
1520         (message-insert-or-toggle-importance): Remove unused var `valid'.
1521         (message-make-references): Remove unused var `new-references'.
1522         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1523
1524 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1525
1526         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1527         (spam-split-symbolic-return-positive): Reflow docstring.
1528         (spam-backends, spam-summary-exit-behavior)
1529         (spam-mark-ham-unread-before-move-from-spam-group)
1530         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1531         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1532         (spam-clear-cache, spam-backend-check, spam-install-backend)
1533         (spam-install-statistical-backend, spam-list-of-processors)
1534         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1535         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1536         (spam-check-crm114, spam-initialize, spam-unload-hook):
1537         Fix typos in docstrings.
1538
1539 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1542         been checked if they have never been read and those group levels are
1543         higher than the one that a user specified.
1544
1545 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1548         foreign groups unless a group level is specified by a user.
1549         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1550
1551 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1552
1553         * message.el (message-send-mail-function): Require sendmail.
1554
1555 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1556
1557         * message.el (message-send-mail-function): Check for smtpmail too.
1558
1559         * utf7.el (utf7-encode, utf7-decode): Use coding system
1560         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1561
1562         * message.el (message-send-mail-function): New function.
1563         (message-send-mail-function): Set default using
1564         message-send-mail-function.  Adjust doc string.
1565         (message-send-mail-with-mailclient): New function.
1566
1567 2007-11-17  Richard Stallman  <rms@gnu.org>
1568
1569         * assistant.el: Remove file.
1570
1571 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1572
1573         * smime.el (from):
1574         * rfc2047.el (message-posting-charset):
1575         * qp.el (mm-use-ultra-safe-encoding):
1576         * pop3.el (parse-time-months):
1577         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1578         * nnml.el (files):
1579         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1580         (jka-compr-compression-info-list, ange-ftp-path-format)
1581         (efs-path-regexp):
1582         * nndiary.el (files):
1583         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1584         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1585         (epg-digest-algorithm-alist, inhibit-redisplay)
1586         (password-cache-expiry):
1587         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1588         (pgg-output-buffer, password-cache-expiry):
1589         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1590         (efs-path-regexp):
1591         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1592         (inhibit-redisplay):
1593         * mm-uu.el (file-name, start-point, end-point, entry)
1594         (gnus-newsgroup-name, gnus-newsgroup-charset):
1595         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1596         (latin-unity-ucs-list):
1597         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1598         (mm-uu-binhex-decode-function):
1599         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1600         (rmail-enable-mime-composing, gnus-local-organization)
1601         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1602         (gnus-read-active-file, facemenu-add-face-function)
1603         (facemenu-remove-face-function, gnus-article-decoded-p)
1604         (tool-bar-mode):
1605         * mail-source.el (display-time-mail-function):
1606         * gnus-util.el (nnmail-pathname-coding-system)
1607         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1608         (gnus-original-article-buffer, gnus-user-agent)
1609         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1610         (xemacs-codename, sxemacs-codename, emacs-program-version):
1611         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1612         * gnus-start.el (gnus-agent-covered-methods)
1613         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1614         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1615         (gnus-newsgroup-headers, gnus-group-list-mode)
1616         (gnus-group-mark-positions, gnus-newsgroup-data)
1617         (gnus-newsgroup-unreads, nnoo-state-alist)
1618         (gnus-current-select-method, mail-sources)
1619         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1620         (nnmail-spool-file, gnus-cache-active-hashtb):
1621         * gnus-mh.el (mh-lib-progs):
1622         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1623         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1624         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1625         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1626         (gnus-group-buffer):
1627         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1628         (font-lock-set-defaults):
1629         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1630         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1631         (gnus-summary-post-menu, total-parts, type, condition, length):
1632         * gnus-agent.el (gnus-agent-read-agentview):
1633         * flow-fill.el (show-trailing-whitespace):
1634         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1635         eval-and-compile wrappers for byte compiler pacifiers.
1636
1637         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1638         (mm-display-inline-fontify): Check for featurep 'xemacs not
1639         extent-list.
1640
1641         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1642         itimer-list.
1643         (mm-create-image-xemacs): Only do something for XEmacs.
1644         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1645
1646         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1647
1648         * gnus-registry.el (gnus-adaptive-word-syntax-table):
1649         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1650
1651 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1652
1653         * nnimap.el (nnimap-split-download-body):
1654         * gnus-demon.el (gnus-demon):
1655         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1656
1657 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1660         macros.
1661         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1662         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1663         copy data from unibyte buffer to multibyte current buffer.
1664         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1665         to copy data from unibyte current buffer to multibyte buffer.
1666         (nntp-make-process-buffer): Make process buffer unibyte.
1667
1668         * pop3.el (pop3-open-server): Fix typo in Lisp code.
1669
1670 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
1671
1672         * pop3.el (pop3-open-server): Accept and process data more robustly at
1673         connexion start to avoid spurious "POP SSL connexion failed" errors.
1674
1675 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1678         read group names.
1679
1680 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
1681
1682         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1683
1684 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1685
1686         * nnmail.el (nnmail-parse-active): Make group names unibyte.
1687         (nnmail-save-active): Use a unibyte buffer when saving active file,
1688         which may contain non-ASCII group names.
1689
1690         * nnml.el (nnml-request-group): Decode group names in messages.
1691
1692 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1693
1694         * message.el (message-citation-line-function)
1695         (message-insert-formatted-citation-line): Fix spelling of
1696         `message-insert-formated-citation-line'.
1697
1698 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
1699
1700         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1701
1702 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1703
1704         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1705         nnmail-pathname-coding-system.
1706
1707         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1708         that a user enters; decode group names in messages.
1709
1710         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1711
1712 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1713
1714         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1715
1716         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1717
1718         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1719         risky local variable.
1720
1721         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1722
1723 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1724
1725         * encrypt.el: Improve documentation to fix function name typo.
1726         Reported by Daiki Ueno <ueno@unixuser.org>.
1727
1728 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1729
1730         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1731         even if the point is not in the last page of an article.
1732         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1733         back to the previous page.
1734
1735 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
1736
1737         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1738
1739 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1740
1741         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1742
1743 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1744
1745         * message.el (message-check-news-body-syntax): Avoid
1746         mm-string-as-multibyte.
1747         (message-hide-headers): Don't assume (point-min)==1.
1748
1749 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1750
1751         * message.el (message-remove-blank-cited-lines): Fix if remove is
1752         given.
1753         (message-bogus-address-regexp): New variable.
1754         (message-bogus-recipient-p): New function.
1755         (message-check-recipients): New command.
1756         (message-syntax-checks): Add `bogus-recipient'.
1757         (message-fix-before-sending): Add `bogus-recipient'.
1758
1759         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1760         (gnus-treat-body-boundary): Don't test window-system.
1761
1762 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
1763
1764         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1765
1766 2007-10-28  Miles Bader  <miles@gnu.org>
1767
1768         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1769         at compile-time too.
1770
1771 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1772
1773         * gnus-msg.el (gnus-message-setup-hook): Add
1774         `message-remove-blank-cited-lines' to options.
1775
1776 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1777
1778         * message.el (message-remove-blank-cited-lines): New function.
1779         Suggested by Karl Plästerer.
1780
1781 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1784         mapc.
1785
1786         * imap.el (imap-open): Replace mapcar called for effect with mapc.
1787         (top-level): Use mapc to set functions to be traced for debugging.
1788
1789         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1790         called for effect with while loop.
1791
1792         * message.el (message-talkative-question): Replace mapcar called for
1793         effect with mapc.
1794
1795         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1796         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1797         called for effect with dolist.
1798
1799         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1800
1801         * nndiary.el: Use dolist instead of mapcar to add diary headers to
1802         gnus-extra-headers and nnmail-extra-headers.
1803
1804         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1805         called for effect with dolist.
1806         (top-level): Use mapc to set functions to be traced for debugging.
1807
1808         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1809         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1810         dolist.
1811
1812         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1813         Replace mapcar called for effect with mapc.
1814         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1815         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1816         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1817         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1818
1819         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1820         remove-if that's a cl function.
1821
1822         * webmail.el (webmail-debug): Replace mapcar called for effect with
1823         dolist.
1824
1825         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
1826         with mapc.
1827
1828 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1829
1830         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1831         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1832         with while loop.
1833
1834         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1835         functions from article-* functions.
1836         (gnus-multi-decode-header): Replace mapcar called for effect with
1837         dolist.
1838
1839         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1840         (gnus-bookmark-show-details): Replace mapcar called for effect with
1841         while loop.
1842
1843         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1844         called for effect with while loop.
1845
1846         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1847         with dolist.
1848
1849         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1850         mapcar called for effect with dolist.
1851
1852         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1853
1854         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1855         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1856         Replace mapcar called for effect with dolist.
1857         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1858         mapc.
1859
1860         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1861         Replace mapcar called for effect with dolist.
1862         (gnus-topic-list): Replace mapcar called for effect with mapc.
1863
1864         * gnus.el: Use mapc instead of mapcar to add autoloads.
1865
1866 2007-10-23  Richard Stallman  <rms@gnu.org>
1867
1868         * gnus-group.el (gnus-group-highlight): Mark as risky.
1869
1870 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * gnus.el (gnus-server-to-method): Return method found first in
1873         gnus-newsrc-alist.
1874
1875         * gnus-art.el (gnus-article-highlight-signature)
1876         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1877         button overlay without the front stickiness.
1878
1879 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
1880
1881         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1882         overview buffer needed a catch to receive its throw.
1883         (gnus-agent-flush-cache): Declared as interactive to make this function
1884         easier to use.
1885
1886 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
1887
1888         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1889         `next-line'.
1890
1891 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1894         exclude address matching message-dont-reply-to-names.
1895
1896 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1897
1898         * gnus-util.el (gnus-string<): New function.
1899
1900         * gnus-sum.el (gnus-article-sort-by-author)
1901         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1902
1903 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1904
1905         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1906         the frame-focus tag is set in gnus-buffer-configuration.
1907
1908 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1909
1910         * gnus-art.el (gnus-article-add-button): Make a button overlay without
1911         the front stickiness.
1912
1913 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1916         url pattern; remove duplicate one.
1917         (gnus-article-extend-url-button): New function.
1918         (gnus-article-add-buttons): Use it.
1919         (gnus-button-push): Use concatenated url that it makes.
1920
1921 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1922
1923         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1924
1925 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1926
1927         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1928         Don't hardcode point-min==1.
1929
1930 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
1931
1932         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1933         Fix comment about "iso8859-1".
1934
1935 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
1936
1937         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1938         ones returned from the verify-function.
1939
1940         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1941         mml2015-extract-cleartext-signature if extraction failed.
1942
1943 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
1944
1945         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1946         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1947         failed.
1948
1949 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1950
1951         * Relicense "GPLv2 or later" files to "GPLv3 or later".
1952
1953 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
1954
1955         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
1956         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
1957         recommends to use EasyPG instead of PGG.
1958
1959         * pgg.el: Revert to revision 6.23.2.16
1960
1961         * pgg-def.el: Revert to revision 6.6.2.14.
1962
1963         * pgg-gpg.el: Revert to revision 6.23.2.34.
1964
1965 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1966
1967         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1968         to mark a thread as expirable.  Add variable `hide' to handle hiding of
1969         thread for both the null and zero (kill/expire thread) universal prefix
1970         cases.
1971         (gnus-summary-expire-thread): Add new function to expire a thread,
1972         using gnus-summary-kill-thread.
1973         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1974         shortcuts for gnus-summary-expire-thread.
1975         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1976         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
1977
1978 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1979
1980         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1981         extras value, so an extras entry can be deleted.
1982         (gnus-registry-delete-extra-entry): Use it.
1983         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1984         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1985         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1986         storage through the gnus-registry, and provide an appropriate API for
1987         it.
1988
1989 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1992         Suggested by Leo <sdl.web@gmail.com>.
1993
1994         * gnus.el: Do.
1995
1996 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
1999         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2000
2001         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2002
2003         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2004         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2005
2006 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2009         newline.
2010         (nnmbox-request-accept-article): Don't change article in source buffer;
2011         narrow to header to use message-fetch-field rather than
2012         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2013         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2014         as delimiters; make sure article ends with newline.
2015         (nnmbox-delete-mail): Correct last position of article to be deleted;
2016         ignore X-Gnus-Newsgroup header in article body.
2017         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2018         positions; make sure article ends with newline.
2019
2020         * message.el (message-display-abbrev): Don't infloop when a user
2021         inserts SPC in the beginning of header.
2022
2023         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2024         coding-system-for-read and coding-system-for-write for XEmacs having no
2025         file-coding feature.
2026
2027         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2028
2029 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2030
2031         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2032         list of groups not followed by default.  Fix type to be regexp.
2033         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2034
2035 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2036
2037         * hmac-def.el (define-hmac-function): Switch from old-style to
2038         new-style backquotes.
2039
2040         * md4.el (md4-make-step): Likewise.
2041
2042 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2045         raw-text coding system when saving .newsrc file, which may contain
2046         non-ASCII group names.
2047
2048 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2049
2050         * gnus-cus.el (gnus-score-extra): New widget.
2051         (gnus-score-extra-convert): New function.
2052         (gnus-score-customize): Use it for Extra.
2053
2054 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2055
2056         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2057         (mml2015-mailcrypt-clear-verify): Use it.
2058         (mml2015-gpg-clear-verify): Use it.
2059         (mml2015-pgg-clear-verify): Use it.
2060         (mml2015-epg-clear-verify): Replace the current part with the output
2061         from GnuPG; don't extract the plaintext by itself.
2062
2063         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2064         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2065         mml2015-clear-verify-function; don't touch the armor headers or
2066         dash-escaped text here.
2067
2068 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2071         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2072         parts, or application/octet-stream as a last resort.
2073         (gnus-mime-view-part-as-type): Don't toggle display.
2074         (gnus-mime-view-part-as-charset): Don't turn off display before
2075         querying charset.
2076
2077         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2078         stuff to undisplayer function in Emacs.
2079         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2080
2081         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2082         text/calendar parts.
2083
2084 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2087         decoding text/calendar parts.
2088
2089         * message.el (message-forward-make-body-mime): Always mark body as
2090         having no illegible text; remove signed-or-encrypted argument.
2091         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2092
2093         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2094         (mml-generate-mime-1): Don't encode body if it is specified to be in
2095         raw form; don't make buffer be unibyte when inserting multibyte string.
2096
2097 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2098
2099         * sha1.el: Fix up comment style.
2100         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2101         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2102
2103         * hex-util.el: Fix up comment style.
2104         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2105
2106         * gnus-salt.el: Use with-current-buffer.
2107         (gnus-pick-setup-message): Fix long-standing typo.
2108
2109 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * imap.el (imap-logout-timeout): New variable.
2112         (imap-logout, imap-logout-wait): New functions.
2113         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2114
2115         * nnimap.el (nnimap-logout-timeout): New server variable.
2116         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2117         nnimap-logout-timeout.
2118
2119         * gnus-art.el (gnus-article-summary-command-nosave)
2120         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2121
2122 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2123
2124         * gnus.el (gnus-maximum-newsgroup): New variable.
2125
2126         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2127         according to gnus-maximum-newsgroup.
2128
2129         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2130         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2131         Limit the range of articles according to gnus-maximum-newsgroup.
2132
2133 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2134
2135         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2136         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2137         Don't perform gnus-configure-windows here; reuse existing sticky
2138         article buffer.
2139
2140         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2141         it doesn't exist in gnus-article-mode.
2142
2143 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2146         (gnus-agent-decoded-group-name): New function.
2147         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2148         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2149
2150 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2151
2152         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2153         Add binding for gnus-sticky-article.
2154         (gnus-summary-exit): Don't kill sticky article buffers.
2155
2156         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2157         article buffer.
2158         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2159         (gnus-kill-sticky-article-buffers): New commands.
2160
2161 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * nntp.el (nntp-xref-number-is-evil): New server variable.
2164         (nntp-find-group-and-number): If it is non-nil, don't trust article
2165         numbers in the Xref header.
2166
2167 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * gnus-agent.el (gnus-agent-read-group): New function.
2170         (gnus-agent-flush-group, gnus-agent-expire-group)
2171         (gnus-agent-regenerate-group): Use it.
2172         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2173         nnmail-pathname-coding-system.
2174
2175 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2178
2179         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2180         that are unread as unread, and also as selected so that information of
2181         marks having been changed by a user may be updated when exiting group.
2182
2183 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2186         calculated ignoring signature parts to gnus-treat-article.
2187
2188 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2191         a point here in order to keep the window start.
2192         (gnus-insert-mime-security-button): Make a button overlay without the
2193         front stickiness.
2194         (gnus-mime-display-security): Goto the end of a button.
2195
2196         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2197
2198 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2201         group-name-at-point.
2202         (gnus-group-completing-read): New function that offers decoded
2203         non-ASCII group names for completion.
2204         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2205         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2206         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2207         (gnus-group-fetch-control): Use it.
2208         (gnus-fetch-group): Use group-name-at-point for the initial value
2209         rather than the default value; use gnus-alive-p.
2210
2211         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2212         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2213         (gnus-summary-post-news): Use gnus-group-completing-read.
2214
2215         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2216         (gnus-read-move-group-name): Decode group name for completion.
2217
2218 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2219
2220         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2221         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2222         Yamaoka slightly modified the code).
2223
2224 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2227         (nnmail-split-incoming): Bind it.
2228
2229         * nnml.el (nnml-group-name-charset): New function.
2230         (nnml-decoded-group-name): Use it; don't decode group name if
2231         nnmail-group-names-not-encoded-p is non-nil.
2232         (nnml-encoded-group-name): New function.
2233         (nnml-group-pathname): Inline nnml-decoded-group-name.
2234         (nnml-request-expire-articles): Decode group name in message.
2235         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2236         nnmail-pathname-coding-system.
2237         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2238         not decoded ones according to nnmail-group-names-not-encoded-p.
2239         (nnml-generate-active-info): Use nnml-encoded-group-name.
2240
2241 2007-08-08  Glenn Morris  <rgm@gnu.org>
2242
2243         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2244         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2245         doc-strings and comments.
2246
2247 2007-07-25  Glenn Morris  <rgm@gnu.org>
2248
2249         * Relicense all FSF files to GPLv3 or later.
2250
2251 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * gnus-sum.el (gnus-summary-move-article): Make
2254         gnus-summary-respool-article work.
2255
2256 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2257
2258         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2259         string.
2260
2261 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2262
2263         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2264         that should be ignored when comparing distant RSS articles with local
2265         ones.
2266         (nnrss-make-hash-index): New function.  Create a hash index according
2267         to the ignored fields.
2268         (nnrss-check-group): Use it.
2269
2270 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2273
2274         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2275
2276         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2277         the new optional argument ENCODED is non-nil.
2278         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2279         coding system for encoding group name.
2280         (gnus-group-make-rss-group): Pass un-encoded group name to
2281         gnus-group-make-group.
2282         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2283         encoded.
2284
2285         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2286         Encode group name to which articles are moved or copied.
2287         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2288         coding system for encoding Newsgroup, Followup-To and Xref headers.
2289
2290         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2291         marks; use nnheader-file-coding-system to write a file.
2292         (nnagent-retrieve-headers): Bind file-name-coding-system to
2293         nnmail-pathname-coding-system.
2294
2295         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2296
2297         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2298         (nnml-request-article, nnml-request-create-group)
2299         (nnml-request-rename-group, nnml-find-id)
2300         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2301         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2302         (nnml-save-marks): Use nnml-group-pathname instead of
2303         nnmail-group-pathname.
2304
2305         (nnml-request-create-group, nnml-request-expire-articles)
2306         (nnml-request-move-article, nnml-request-delete-group)
2307         (nnml-deletable-article-p, nnml-possibly-create-directory)
2308         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2309         (nnml-open-marks): Bind file-name-coding-system to
2310         nnmail-pathname-coding-system.
2311
2312         (nnml-request-article): Pass server argument to nnml-find-group-number.
2313         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2314         server argument to nnml-possibly-create-directory.
2315         (nnml-request-accept-article): Pass server argument to
2316         nnml-active-number and nnml-save-mail.
2317         (nnml-find-group-number): Pass server argument to nnml-find-id.
2318         (nnml-request-update-info): Pass server argument to
2319         nnml-marks-changed-p.
2320
2321         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2322         (nnml-save-mail, nnml-active-number): Add server argument.
2323
2324         (nnml-request-delete-group): Warn if group is missing.
2325         (nnml-get-nov-buffer): Decode group name.
2326         (nnml-generate-active-info): Encode group name.
2327         (nnml-open-marks): Decode group name in messages.
2328
2329 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2332         if it is not specified.
2333         (gnus-article-pipe-part, gnus-article-save-part)
2334         (gnus-article-interactively-view-part, gnus-article-copy-part)
2335         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2336         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2337         (gnus-article-replace-part, gnus-article-delete-part)
2338         (gnus-article-view-part-as-type): Pass raw prefix argument to
2339         gnus-article-part-wrapper.
2340
2341 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2342
2343         * gnus-agent.el (gnus-agent-save-active): Bind
2344         nnheader-file-coding-system to gnus-agent-file-coding-system.
2345
2346         * gnus-cache.el (gnus-cache-save-buffers)
2347         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2348         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2349         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2350         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2351         (gnus-cache-generate-active, gnus-cache-rename-group)
2352         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2353         (gnus-cache-update-overview-total-fetched-for): Bind
2354         file-name-coding-system to nnmail-pathname-coding-system.
2355         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2356         variables.
2357         (gnus-cache-decoded-group-name): New function.
2358         (gnus-cache-file-name): Use it.
2359         (gnus-cache-generate-active): Use non-decoded group name for active.
2360
2361         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2362         right place.
2363         (gnus-write-active-file): Don't break non-ASCII group names.
2364
2365         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2366         nnmail-pathname-coding-system.
2367
2368         * lpath.el: Bind default-file-name-coding-system,
2369         file-name-coding-system and language-info-alist for XEmacs.
2370
2371         * gnus-uu.el (gnus-uu-decode-save): Typo.
2372
2373 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2376
2377 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2378
2379         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2380         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2381         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2382         (gnus-agent-flush-group, gnus-agent-flush-cache)
2383         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2384         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2385         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2386         (gnus-agent-regenerate-group)
2387         (gnus-agent-update-files-total-fetched-for)
2388         (gnus-agent-update-view-total-fetched-for): Bind
2389         file-name-coding-system to nnmail-pathname-coding-system.
2390         (gnus-agent-group-pathname): Don't encode file names by
2391         nnmail-pathname-coding-system.
2392         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2393         coding-system-for-write instead of buffer-file-coding-system to
2394         gnus-agent-file-coding-system.
2395
2396         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2397         Decode group name.
2398
2399         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2400
2401         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2402         (gnus-read-newsrc-el-file): Make group names unibyte.
2403
2404         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2405         nnmail-pathname-coding-system.
2406
2407         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2408         (nnrss-request-delete-group): Bind file-name-coding-system to
2409         nnmail-pathname-coding-system.
2410         (nnrss-read-server-data, nnrss-read-group-data): Bind
2411         file-name-coding-system correctly.
2412         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2413
2414         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2415         (nntp-server-to-method-cache): New variable.
2416         (nntp-group-pathname): New function that decodes non-ASCII group names.
2417         (nntp-possibly-create-directory, nntp-marks-changed-p)
2418         (nntp-save-marks, nntp-open-marks): Use it.
2419         (nntp-possibly-create-directory, nntp-open-marks):
2420         Bind file-name-coding-system to nnmail-pathname-coding-system.
2421         (nntp-open-marks): Decode group names when bootstrapping marks.
2422
2423         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2424         Newsgroups and Folowup-To headers.
2425
2426 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2429         (gnus-server-closed-face, gnus-server-denied-face)
2430         (gnus-server-offline-face): Remove variable.
2431         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2432
2433         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2434         of modifying message-stack directly for XEmacs.
2435
2436         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2437         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2438         if the coding-system argument is nil for XEmacs.
2439
2440         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2441         mm-charset-override-alist.
2442
2443         * rfc2047.el: Don't require base64; require rfc2045 for the function
2444         rfc2045-encode-string.
2445         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2446         to quote the parameter value.
2447
2448 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2451         form in gnus-group-name-charset-method-alist.
2452
2453         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2454         overrides the default layout edit-form.
2455
2456         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2457
2458         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2459
2460 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2461
2462         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2463         as unfetched articles.
2464
2465 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2466
2467         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2468
2469 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2472         original back end that keeps marks in the local system.
2473
2474 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2477         arg of pop-to-buffer for XEmacs.
2478         (gnus-article-read-summary-keys): Ditto; don't restore window
2479         configuration if summary command ends up with neither article buffer
2480         nor summary buffer; describe bindings if summary keys end with C-h.
2481
2482 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * message.el (message-fix-before-sending): Skip raw message part to be
2485         forwarded while checking illegible text.
2486         (message-forward-make-body-mime, message-forward-make-body): Mark
2487         signed or encrypted raw message as having no illegible text.
2488
2489 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2492         (gnus-message-with-timestamp-1): New macro.
2493         (gnus-message-with-timestamp): New function.
2494         (gnus-message): Use them.
2495
2496         * nnheader.el (nnheader-message): Use them.
2497
2498 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2499
2500         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2501         .newsrc.eld file.
2502
2503 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * gnus-agent.el (gnus-agent-fetch-headers)
2506         (gnus-agent-retrieve-headers): Bind
2507         gnus-decode-encoded-address-function to identity.
2508
2509         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2510         available also when the server returns simply a dot.
2511
2512         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2513
2514 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2517
2518 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2519
2520         * gnus-ems.el (gnus-x-splash): Make it work.
2521
2522         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2523         from being used.
2524
2525         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2526
2527 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2530         4th and the 5th arguments.
2531
2532         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2533         the front stickiness.
2534         (gnus-article-summary-command-nosave): Correct the order of the
2535         arguments passed to pop-to-buffer.
2536         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2537         summary command ends up with the article buffer.
2538
2539         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2540         the same faces.
2541
2542 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2543
2544         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2545
2546 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2547
2548         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2549         * gnus-sum.el (gnus-summary-highlight):
2550         * pgg.el (pgg-sign-region, pgg-sign):
2551         * mail-source.el (mail-source-delete-old-incoming-confirm):
2552         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2553
2554 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * gnus-art.el (gnus-mime-view-part-externally)
2557         (gnus-mime-view-part-internally): Fix predicate function passed to
2558         completing-read.
2559
2560         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2561
2562         * gnus.el (gnus-update-message-archive-method): Add :version.
2563
2564 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * gnus.el (gnus-update-message-archive-method): New variable.
2567
2568         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2569         according to gnus-message-archive-method if
2570         gnus-update-message-archive-method is non-nil.
2571
2572 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2575         by Loic Dachary <loic@dachary.org>.
2576         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2577
2578 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * message.el (message-pop-to-buffer): Add switch-function argument.
2581         (message-mail): Pass switch-function argument to it.
2582
2583 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2584
2585         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2586         Improve doc string.
2587
2588 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2591         (gnus-header-content)
2592         * gnus-cite.el (gnus-cite-10)
2593         * gnus-srvr.el (gnus-server-closed)
2594         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2595         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2596         (gnus-group-mail-3-empty, gnus-group-mail-low)
2597         (gnus-group-mail-low-empty, gnus-splash)
2598         * message.el (message-header-to, message-header-cc)
2599         (message-header-subject, message-header-other, message-header-name)
2600         (message-header-xheader, message-separator, message-cited-text)
2601         (message-mml): Lighten colors of faces used for dark background.
2602
2603 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2604
2605         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2606         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2607
2608 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * message.el (message-narrow-to-headers-or-head):
2611         Ignore mail-header-separator in the body.
2612
2613 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2616         same as window size.
2617
2618 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2619
2620         * message.el (message-font-lock-keywords): Use message-header-xheader
2621         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2622         ahead of the anything pattern, to get it recognised.
2623
2624 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
2627         spam.el loads uses it in the compiled defadvice form.
2628
2629 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
2630
2631         * gnus-sum.el (gnus-articles-to-read)
2632         (gnus-summary-insert-old-articles): Don't truncate group name for
2633         `read-string'.
2634
2635         * gnus-util.el (gnus-limit-string): Delete this function.
2636
2637         * gnus-sum.el (gnus-simplify-subject-fully): Use
2638         `truncate-string-to-width' instead.
2639
2640 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
2641
2642         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
2643         if, on summary exit, the next group has to be selected.
2644         (gnus-summary-exit): Use it.
2645
2646 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2647
2648         * gnus-art.el (gnus-article-mode): Fix comment about displaying
2649         non-break space.
2650
2651 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2652
2653         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2654         Check if group is not a directory.
2655         (nnfolder-request-expire-articles): Don't delete articles if the target
2656         group is not available.
2657
2658         * nnml.el (nnml-request-create-group): Properly check if group is not a
2659         file.
2660         (nnml-request-expire-articles): Don't delete articles if the target
2661         group is not available.
2662
2663         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2664         Don't quote characters that are within parentheses.
2665
2666 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2669         (gnus-handle-ephemeral-exit): Select article according to it.
2670
2671 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2672
2673         * message.el (message-insert-formated-citation-line): Remove newline.
2674         (message-citation-line-format): Add final \n here so that the user can
2675         avoid a blank line.
2676
2677 2007-05-03  Dan Christensen  <jdc@uwo.ca>
2678
2679         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2680         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2681         Update lanl/arXiv support.
2682
2683 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2684
2685         * gnus.el: Bump version number.
2686
2687 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * gnus.el (gnus-version-number): Bump version.
2690
2691 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2692
2693         * gnus.el: No Gnus v0.6 is released.
2694
2695 2007-04-27  Didier Verna  <didier@xemacs.org>
2696
2697         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2698         * gmm-utils.el (gmm-regexp-concat): here.
2699         * message.el: Don't require 'gnus-util.
2700         (message-dont-reply-to-names): Handle name change above.
2701         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2702
2703 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2704
2705         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2706         since the initial value varies according to the system.
2707
2708 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * mm-util.el (mm-charset-synonym-alist): Defcustom.
2711
2712 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
2713
2714         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2715
2716 2007-04-24  Didier Verna  <didier@xemacs.org>
2717
2718         Improve the type of gnus-ignored-from-addresses.
2719         * gnus-util.el (gnus-orify-regexp): New function.
2720         * message.el (gnus-util): Require it.
2721         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2722         * gnus-sum.el (gnus-ignored-from-addresses): New function.
2723         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2724
2725 2007-04-24  Didier Verna  <didier@xemacs.org>
2726
2727         * gnus-sum.el:
2728         * gnus-utils.el: Fix some trailing whitespaces.
2729
2730 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2733         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2734         article's Message-ID; refer parent article in summary buffer.
2735
2736         * message.el (message-bounce): Call mime-to-mml.
2737
2738         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
2739         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
2740         optimize and/or forms properly.
2741
2742 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
2743
2744         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
2745         URL.
2746
2747 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2750
2751 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2754         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2755         displayed of multipart/alternative part if it is invoked from summary
2756         buffer.
2757
2758         * mm-view.el (mm-inline-text-html-render-with-w3m)
2759         (mm-inline-text-html-render-with-w3m-standalone)
2760         (mm-inline-render-with-function): Use mail-parse-charset by default.
2761
2762 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2763
2764         * parse-time.el (parse-time-string-chars): Check if CHAR
2765         is less than the length of parse-time-syntax.
2766
2767 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2770         from gnus-newsgroup-processable.
2771
2772 2007-04-16  Didier Verna  <didier@xemacs.org>
2773
2774         * gnus-msg.el (gnus-configure-posting-styles): Handle
2775         message-signature-directory properly with :file syntax.  Reported by
2776         "Leo".
2777
2778 2007-04-11  Didier Verna  <didier@xemacs.org>
2779
2780         New user option: message-signature-directory.
2781         * gnus-msg.el (gnus-configure-posting-styles): Support it.
2782         * message.el (message-insert-signature): Ditto.
2783         * message.el (message-signature-file): Doc update.
2784         * message.el (message-signature-directory): New.
2785
2786 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * gnus-msg.el (gnus-inews-yank-articles): Use
2789         message-exchange-point-and-mark instead of exchange-point-and-mark.
2790
2791 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * message.el (message-yank-original): Make sure cited text ends with
2794         newline; don't exchange point and mark.
2795
2796 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2797
2798         * tls.el (open-tls-stream): Properly handle case where there
2799         is no associated buffer.
2800
2801 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
2802
2803         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2804         message-yank-original, make sure (< mark TEXT point).
2805
2806 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2807
2808         * message.el (message-fill-column): New variable.
2809         (message-mode): Use it.  Add comment on a possible new hook.
2810
2811         * nnmail.el (nnmail-spool-file): Mark as obsolete.
2812         (nnmail-get-new-mail): Reformat.
2813
2814         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2815
2816         * gmm-utils.el: Fix Commentary.
2817         (gmm-tool-bar-from-list): Fix typo in doc string.
2818
2819 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
2820
2821         * message.el (message-yank-original): Don't switch point and mark
2822         unnecessarily to put point and mark as documented.
2823
2824 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2825
2826         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2827         from the message heads.
2828
2829 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
2830
2831         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2832         article buffer does not have a window.  This may not be the best
2833         solution but is certainly better than setting the start of the null,
2834         that is the current, window.
2835
2836 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2837
2838         * gnus-draft.el (gnus-draft-setup-hook): New hook.
2839         (gnus-draft-setup): Run it.
2840
2841         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2842         gnus-score-fast-scoring.  Allow regexp.
2843         (gnus-score-headers): Use it.
2844
2845         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2846         XEmacs.
2847
2848         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2849         string.
2850         (gnus-button-alist): Also catch `<f1> k ...'.
2851         (gnus-treat-display-x-face): Fix doc string.
2852
2853 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2854
2855         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2856         evaluation of gnus-extended-version to ensure correct generation of the
2857         User-Agent header when message-generate-headers-first is used.
2858
2859 2007-03-24  Simon Josefsson  <simon@josefsson.org>
2860
2861         * hashcash.el (hashcash-generate-payment-async): Don't crash if
2862         hashcash-path is nil.  Don't call callback with incorrect number of
2863         parameters if val is 0.
2864
2865 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2866
2867         * message.el (message-required-news-headers):
2868         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2869
2870 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2871
2872         * tls.el (open-tls-stream): In handshake-waiting loop,
2873         don't wait more if there is output available to process.
2874
2875 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2876
2877         * tls.el (tls-program): Doc fix.
2878
2879 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * message.el (message-generate-new-buffers): Change the meaning of the
2882         nil value; add `standard' to the choices; treat t as `unique'; improve
2883         doc string.
2884         (gnus-select-frame-set-input-focus): Autoload.
2885         (message-buffer-name): Search for the existing message buffer if
2886         message-generate-new-buffers is nil or `standard'; treat the value t of
2887         message-generate-new-buffers as `unique'.
2888         (message-pop-to-buffer): Raise the frame already displaying the message
2889         buffer; clear the echo area after querying.
2890         (message-setup): Pass the `continue' argument to compose-mail.
2891         (message-mail): Prefer `switch-function' if it is given; search for the
2892         existing message buffer if the `continue' argument is non-nil; pass
2893         continue and switch-function arguments to compose-mail by way of
2894         message-setup.
2895         (message-mail-other-window): Adjust argument of message-setup.
2896         (message-mail-other-frame): Ditto.
2897
2898 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2901         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2902         to turn font-lock on when turning gnus-message-citation-mode on.
2903
2904 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
2905
2906         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2907         (mml-smime-function-alist): New variable; add epg as the backend.
2908         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2909         mml-smime- functions instead.
2910         * mm-view.el: Require smime.
2911
2912 2007-03-05  Didier Verna  <didier@xemacs.org>
2913
2914         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2915         instead of just inheritance for posting styles.
2916         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2917
2918 2007-02-24  Chris Moore  <dooglus@gmail.com>
2919
2920         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
2921         * pgg-pgp.el (pgg-pgp-encrypt-region):
2922         * pgg-gpg.el (pgg-gpg-encrypt-region):
2923         Check pgg-encrypt-for-me if no other recipients.
2924
2925 2007-02-24  John Paul Wallington  <jpw@pobox.com>
2926
2927         * tls.el (tls-certtool-program): Fix custom type.
2928
2929 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2932         and point-at-eol instead of line-(beginning|end)-position.
2933
2934         * assistant.el (assistant-parse-buffer): Ditto.
2935
2936         * netrc.el (netrc-parse-services): Ditto.
2937
2938 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
2939
2940         * mml2015.el (mml2015-epg-find-usable-key): New function.
2941         (mml2015-epg-sign): Use it.
2942         (mml2015-epg-encrypt): Use it.
2943
2944 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2945
2946         * message.el (message-make-in-reply-to): Quote name containing
2947         non-ASCII characters.  It will make the RFC2047 encoder cause an error
2948         if there are special characters.  Reported by NAKAJI Hiroyuki
2949         <nakaji@jp.freebsd.org>.
2950
2951 2007-02-27  Didier Verna  <didier@xemacs.org>
2952
2953         Include the group parameters as well as the topic ones in the
2954         inheritance filter process.
2955         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2956         argument GROUP-PARAMS-LIST.
2957         * gnus-topic.el (gnus-group-topic-parameters): Use it.
2958
2959 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * nntp.el (nntp-never-echoes-commands)
2962         (nntp-open-connection-functions-never-echo-commands): New variables.
2963         (nntp-send-command): Use them.
2964
2965 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
2966
2967         * mml2015.el (mml2015-epg-verify): Simplified.
2968
2969 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * mml.el (mml-content-disposition-alist): New user option.
2972         (mml-content-disposition): New function.
2973         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2974         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2975
2976 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
2977
2978         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2979         verification.
2980
2981 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2982
2983         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2984         articles posted in the last 24 hours.
2985
2986 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
2987
2988         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2989
2990 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
2991
2992         * nntp.el (nntp-send-command): Don't wait for echoes when
2993         nntp-open-ssl-stream is used.
2994
2995 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * gnus-cite.el (gnus-test-font-lock-add-keywords)
2998         (gnus-message-add-citation-keywords)
2999         (gnus-message-remove-citation-keywords): Remove.
3000         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3001         directly, make the variables in font-lock-defaults buffer-local, add
3002         gnus-message-citation-keywords to them and then update the value of
3003         font-lock-keywords.
3004
3005 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * message.el (message-cite-original-1): Don't call
3008         gnus-article-highlight-citation.
3009
3010         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3011         citations; fix line count.
3012
3013 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3016         (gnus-message-add-citation-keywords)
3017         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3018         versions of font-lock-add-keywords and font-lock-remove-keywords to
3019         work with XEmacs correctly.
3020
3021 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * gnus-cite.el (gnus-cite-face-list): Set the values of
3024         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3025         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3026         (gnus-message-cite-prefix-regexp): New variable.
3027         (gnus-message-search-citation-line): Use it; protect against long
3028         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3029         the 0th match data for Emacs.
3030         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3031         (gnus-message-add-citation-keywords): Append keywords rather than
3032         prepending; emulate font-lock-add-keywords if it is not available.
3033         (gnus-message-remove-citation-keywords): Emulate
3034         font-lock-remove-keywords if it is not available.
3035
3036         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3037
3038         * message.el (message-cite-prefix-regexp): Set the value of
3039         gnus-message-cite-prefix-regexp.
3040
3041 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3042
3043         * nnweb.el (nnweb-google-parse-1): Update parser.
3044
3045 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3046
3047         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3048
3049 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3050
3051         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3052         regexp.
3053
3054 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3057         string-to-multibyte.
3058         (uudecode-decode-region-internal): Use it.
3059
3060         * lpath.el: Fbind string-as-multibyte for XEmacs.
3061
3062 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3063
3064         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3065         custom choice.
3066
3067         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3068
3069 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3070
3071         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3072
3073         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3074         `write-region' to respect `mm-inhibit-file-name-handlers'.
3075
3076 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3077
3078         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3079         Use gnus-home-directory instead of "~/" or "$HOME".
3080
3081 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3082
3083         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3084         to mention filename.
3085         Add comments at beginning regarding usage.
3086         (encrypt-write-file-contents): Change interactive so a string is
3087         acceptable.  If the file has no associated model, show an error instead
3088         of a nonsense prompt.
3089
3090 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3091
3092         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3093         Thanks to Yoshihiko Yamada for kind notification of this typo.
3094
3095 2007-01-12  Kenichi Handa  <handa@m17n.org>
3096
3097         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3098         multibyte buffer.
3099
3100 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3101
3102         * gnus-score.el (gnus-score-fast-scoring): New variable.
3103         (gnus-score-headers): Use it.
3104
3105         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3106
3107         * message.el (message-cite-original-1): Call
3108         gnus-article-highlight-citation if requested.
3109         (message-make-from): Allow name and address as optional arguments.
3110
3111         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3112
3113         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3114         bugs to doc string.
3115         (gnus-button-alist): Add mid\\|message-id.
3116         (gnus-button-fetch-group): Extend for use in
3117         `browse-url-browser-function'.
3118         (gnus-button-url-regexp): Try to catch paired parentheses like in
3119         Wikipedia URLs.
3120
3121         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3122         Suggested by Simon Krahnke <overlord@gmx.li>.
3123
3124 2007-01-13  Romain Francoise  <romain@orebokech.com>
3125
3126         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3127         Update copyright.
3128
3129 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3130
3131         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3132
3133 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3134
3135         * gnus-registry.el (gnus-registry-unfollowed-groups)
3136         (gnus-registry-split-fancy-with-parent): Fix documentation.
3137
3138 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3139
3140         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3141         from nnweb groups.
3142
3143 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3144
3145         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3146         Xref urls.  Erase buffer before requesting head.
3147
3148 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3149
3150         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3151         customizable.
3152
3153 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3154
3155         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3156         no signing key is found.
3157         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3158         no encrypting and/or signing key is found.
3159
3160 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3161
3162         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3163
3164 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3165
3166         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3167         headers read from disk with the ones newly found in the current search.
3168         This should no longer cause problems, because the article numbers in
3169         Gmane's `nov.php' output are ignored since the previous change.
3170
3171 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3172
3173         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3174
3175 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3178         replace-regexp-in-string; bind url-version; fbind display-images-p and
3179         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3180         find-face and set-itimer-function for Emacs; bind itimer-list for
3181         Emacs.
3182
3183         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3184
3185 2007-01-01  Romain Francoise  <romain@orebokech.com>
3186
3187         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3188
3189 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3190
3191         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3192         `define-minor-mode' macro definition expanded properly.
3193         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3194         exclude it there.
3195
3196         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3197         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3198         `fboundp' test.
3199         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3200         This is OK to autoload in (S)XEmacs now.
3201
3202 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3205         keystroke.
3206         (gnus-summary-limit-to-singletons): Fix typo.
3207
3208         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3209         else fails.
3210
3211 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3212
3213         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3214         docstring.
3215
3216         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3217         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3218         (gnus-summary-insert-dormant-articles): Fix typo in message.
3219
3220 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3221
3222         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3223         nil for XEmacs.
3224         (gnus-message-citation-mode): Don't autoload in XEmacs.
3225
3226         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3227
3228 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3229
3230         * nnimap.el (nnimap-expunge-search-string): Mention
3231         nnimap-search-uids-not-since-is-evil in docstring.
3232
3233 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3234
3235         * spam.el: Revert to make-obsolete-variable because
3236         define-obsolete-variable-alias is not supported in Emacs 21.
3237
3238         * spam.el (spam-ifile-path, spam-ifile-database-path)
3239         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3240         make-obsolete-variable.
3241         (spam-bsfilter-path, spam-bsfilter-program)
3242         (spam-spamassassin-path, spam-spamassassin-program)
3243         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3244         use "path" inappropriately.
3245         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3246         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3247         variable names.
3248
3249 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3250
3251         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3252         summary buffer.
3253
3254         * password.el (password-cache-remove): Use clear-string to burn
3255         password, if available.
3256
3257 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3258
3259         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3260
3261         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3262
3263         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3264         (gnus-message-highlight-citation): Move defcustom here from
3265         gnus-cite.el.
3266         (gnus-message-citation-mode): Autoload.
3267
3268         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3269         checks to make it compile with XEmacs.
3270         (gnus-message-citation-mode): New minor mode.
3271         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3272         (gnus-message-highlight-citation): New variables.
3273         (gnus-message-search-citation-line)
3274         (gnus-message-add-citation-keywords)
3275         (gnus-message-remove-citation-keywords)
3276         (turn-on-gnus-message-citation-mode)
3277         (turn-off-gnus-message-citation-mode): New functions.
3278
3279 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3280
3281         * gnus-cite.el: Enable highlighting of different citation levels in
3282         message-mode.
3283
3284 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3285
3286         * message.el (message-make-fqdn): Fix comment.
3287         (message-bogus-system-names): Add ".local".
3288
3289         * spam.el (spam-ifile-path, spam-ifile-program)
3290         (spam-ifile-database-path, spam-ifile-database)
3291         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3292         Don't use "path" inappropriately.
3293         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3294         strings.
3295         (spam-check-ifile, spam-ifile-register-with-ifile)
3296         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3297         new variable names.
3298
3299         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3300         (gnus-treat-display-smileys): Simplify using
3301         gnus-image-type-available-p.
3302
3303         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3304         available.
3305
3306         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3307         `display-images-p' if available.
3308
3309 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3312         one after turning on the buffer's multibyteness instead of decoding
3313         them directly in the unibyte buffer that causes unexpected conversion
3314         in Emacs 23 (unicode).
3315
3316 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3317
3318         * message.el (message-generate-hashcash): Fix custom type.
3319
3320 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3321
3322         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3323
3324 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3325
3326         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3327         disconnect icons.  Add help text.
3328
3329 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3330
3331         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3332         negated to be consistent with the others we handle.
3333
3334 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3335
3336         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3337         version of gnus-summary-buffer to something, so that we can use two
3338         article buffers at the same time.
3339
3340 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3341
3342         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3343         trigger all the extra headers.
3344         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3345         sorting.
3346
3347 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3348
3349         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3350         solid groups.
3351
3352 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3353
3354         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3355
3356 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3357
3358         * legacy-gnus-agent.el: Add Copyright notice.
3359
3360 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3361
3362         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3363
3364 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3365
3366         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3367
3368         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3369         to make it work reliably in CVS Emacs.
3370         (gnus-summary-limit-strange-charsets-predicate)
3371         (gnus-summary-limit-to-predicate): New functions.
3372
3373 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3374
3375         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3376         specifying array size.
3377         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3378         array if it is too small.
3379         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3380         (gnus-sort-threads-loop): New function.
3381
3382 2006-12-06  Chris Moore  <dooglus@gmail.com>
3383
3384         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3385         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3386
3387 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3388
3389         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3390         options.
3391
3392 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3395         DOS-ing the recipient.
3396
3397         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3398         the headers when creating the mapping to avoid mismappings.
3399         (nnweb-gmane-create-mapping): Always nix out old mapping.
3400
3401 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3402
3403         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3404         and mm-verify-option to never.
3405
3406 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3407
3408         * message.el (message-signed-or-encrypted-p): New function.
3409         (message-forward-make-body): Use it.
3410
3411         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3412         Replace encode-coding-string with mm-encode-coding-string.
3413
3414 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * nneething.el (nneething-decode-file-name): Replace
3417         decode-coding-string with mm-decode-coding-string.
3418
3419         * gnus-int.el (gnus-open-server): Say failed server's name.
3420
3421 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3422
3423         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3424         strings to a single string.  Quote `errors-file-name'.
3425         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3426         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3427         Adjust calls.  Use `shell-quote-argument'.
3428
3429 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3430
3431         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3432         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3433
3434         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3435         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3436         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3437         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3438         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3439         (gnus-subscribe-newsgroup, gnus-1):
3440         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3441         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3442         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3443         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3444
3445 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446
3447         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3448         keystroke.
3449         (gnus-summary-limit-to-bodies): Implement headersp.
3450
3451 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3452
3453         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3454
3455 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3458
3459 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * message.el (message-generate-hashcash): Expand range of values to
3462         include `opportunistic'.
3463         (message-send-mail): Use it.
3464
3465 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3466
3467         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3468         and comment it.
3469
3470         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3471
3472 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3473
3474         * gnus-util.el (gnus-extract-address-components): Improve comment.
3475
3476 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * gnus-util.el (gnus-extract-address-components): Work with address in
3479         which the name portion contains @.
3480
3481         * lpath.el: Fbind custom-autoload.
3482
3483 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3484
3485         * gnus.el (gnus-start): Move custom group up.
3486         (gnus-select-method): Don't autoload, but make it available for
3487         `customize-variable'.
3488         (gnus-getenv-nntpserver): Don't autoload.
3489
3490 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3491
3492         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3493
3494 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3495
3496         * message.el (message-sendmail-extra-arguments): New variable.
3497         (message-send-mail-with-sendmail): Use it.
3498
3499 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3502         mm-with-unibyte-current-buffer to make string unibyte.
3503
3504         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3505         mm-string-as-multibyte.
3506
3507 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3508
3509         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3510         Reported by Werner Koch <wk@gnupg.org>.
3511
3512 2006-11-14  Daiki Ueno  <ueno@p360>
3513
3514         * mml2015.el: Autoload epa-select-keys when compiling.
3515
3516 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3517
3518         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3519         message-options.
3520         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3521
3522 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3523
3524         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3525         EasyPG (< 0.0.6).
3526         (mml2015-always-trust): New user option.
3527         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3528         prompt.
3529
3530 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * nntp.el (nntp-authinfo-force): New variable.
3533         (nntp-send-authinfo): Use it.
3534
3535 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3536
3537         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3538         decode encoded words.  Improve prompt.  Add comment about forwarding.
3539         (message-replacement-char): Move up.
3540
3541 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3542
3543         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3544         instead of gnus-intersection because arguments of gnus-sorted-nunion
3545         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3546
3547 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3548
3549         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3550         (message-simplify-subject-functions): Enable
3551         message-strip-subject-encoded-words by default.
3552
3553 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3554
3555         * message.el (message-strip-subject-encoded-words): New function
3556         (message-simplify-subject-functions): New variable.
3557         (message-simplify-subject): Use it.  Fix typo in doc string.
3558         Support message-strip-subject-encoded-words.
3559
3560 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3561
3562         * gnus-diary.el (gnus-diary-delay-format-function):
3563         * nndiary.el (nndiary-reminders):
3564         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3565
3566 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3567
3568         * gnus-art.el (article-hide-boring-headers): Fetch date from
3569         gnus-original-article-buffer to avoid problems with localized date
3570         strings.
3571
3572 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3575
3576 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3577
3578         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3579         New variables.
3580         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3581         (mm-charset-synonym-alist): Move some entries to
3582         mm-codepage-iso-8859-list.
3583         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3584         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3585
3586 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3587
3588         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3589
3590 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3591
3592         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3593         with Emacs 21 and XEmacs.
3594
3595 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3596
3597         * spam.el (spam-parse-address): New function for better parsing,
3598         catching errors, etc.
3599         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3600
3601 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3602
3603         * mm-view.el: Add interactive arg to html2text autoload.
3604
3605 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3608
3609 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3610
3611         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3612         variables.
3613         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3614         (mm-charset-synonym-alist): Move some entries to
3615         mm-codepage-iso-8859-list.
3616
3617         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3618
3619 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3620
3621         * message.el (message-citation-line-format)
3622         (message-insert-formated-citation-line): Fix implementation of %E, %N
3623         and %n according to the doc string.
3624
3625 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3626
3627         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3628         car-safe to avoid bad parses.
3629
3630 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3633         names.
3634
3635         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3636
3637 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3638
3639         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3640         header.
3641
3642         * message.el (message-draft-headers): Add Date.
3643         (message-headers-to-generate): Fix typo in docstring.
3644
3645         * nndraft.el (nndraft-required-headers): New variable.
3646         (nndraft-generate-headers): Use it.
3647
3648         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3649
3650 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3651
3652         * gnus-registry.el (gnus-registry-wash-for-keywords)
3653         (gnus-registry-find-keywords): New functions to allow easy searching of
3654         articles that are in the registry.
3655
3656 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3657
3658         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3659         ietf-drums-parse-address instead of gnus-extract-address-components.
3660         Reported by Damien Elmes <damien@repose.cx>.
3661
3662 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3663
3664         * gnus.el (gnus-mime): Remove unused custom group.
3665
3666 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3667
3668         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3669         "blank line" when searching for end of armor headers.
3670
3671 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * gmm-utils.el (gmm-write-region): Fix variable name.
3674
3675 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
3676
3677         * gmm-utils.el (gmm-write-region): New function based on compatibility
3678         code from `mm-make-temp-file'.
3679
3680         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3681
3682         * nnmaildir.el (nnmaildir--update-nov)
3683         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3684         Use `gmm-write-region'.
3685
3686 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3687
3688         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3689         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3690
3691         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3692
3693         * message.el (message-replacement-char): New variable.
3694         (message-fix-before-sending): Use it.
3695         (message-simplify-subject): New function to remove duplicate code.
3696         (message-reply, message-followup): Use it.
3697
3698         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3699         gnus-summary-limit-to-articles.
3700
3701 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * gnus-util.el (gnus-with-local-quit): New macro.
3704
3705         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3706
3707 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
3708
3709         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3710         ignore non-string data.
3711
3712 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
3713
3714         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3715         non-string data (needs to be done in the registry too).
3716
3717 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3718
3719         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3720         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3721         (gnus-registry-split-fancy-with-parent)
3722         (gnus-registry-fetch-simplified-message-subject-fast)
3723         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3724         Remove text properties on ingress into the registry and when it's saved.
3725         (gnus-registry-clean-empty-function): Fix bug with cleaning the
3726         registry from entries with no groups.
3727
3728 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3729
3730         * gnus-util.el (gnus-string-remove-all-properties): Add utility
3731         function to remove string properties.
3732
3733 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3734
3735         * gmm-utils.el (gmm): Adjust custom version.
3736
3737         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3738         custom version.
3739
3740         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3741
3742 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3743
3744         * gnus-art.el (gnus-insert-prev-page-button)
3745         (gnus-insert-next-page-button): Simplify.  Reformat.
3746
3747 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3748
3749         * gnus-art.el (gnus-insert-prev-page-button)
3750         (gnus-insert-next-page-button): Apply gnus-article-button-face.
3751
3752 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3753
3754         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3755
3756 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3757
3758         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3759         gnus-article-button-face to MIME and security buttons.
3760
3761 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
3762
3763         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3764         readable.
3765
3766 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
3769
3770 2006-09-20  Steve Youngs  <steve@sxemacs.org>
3771
3772         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3773         `browse-url-of-file' instead of `browse-url'.
3774
3775 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3776
3777         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3778         regexp.  Articles containing quotation were cut prematurely.
3779
3780 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * message.el (message-cite-original-1): Use nobody by default for the
3783         value of From header.
3784         (message-reply): Ditto.
3785
3786 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
3787
3788         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3789         to the gnus-info.  This fixes a bug of inline-PGP message verification.
3790         Reported by Michael Piotrowski <mxp@dynalabs.de>.
3791
3792 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
3793
3794         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3795         mails in the doc string.  Add some URLs in comment.
3796         (pop3-movemail): Warn about pop3-leave-mail-on-server.
3797
3798 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3799
3800         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3801         backslashes handling and the way to find boundaries of quoted strings.
3802
3803 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
3804
3805         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3806         mml1991-encrypt-to-self is set and mml1991-signers is not set.
3807         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3808         mml2015-encrypt-to-self is set and mml2015-signers is not set.
3809
3810 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3811
3812         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
3813         doc string.
3814         (gnus-button-regexp, gnus-button-last): Remove unused variables.
3815
3816 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * lpath.el: Fbind epg-check-configuration.
3819
3820 2006-09-06  Simon Josefsson  <jas@extundo.com>
3821
3822         * mml2015.el (mml2015-use): Doc fix, mention epg.
3823
3824 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3825
3826         * mml2015.el (mml2015-use): Default to epg, if available.
3827
3828 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3829
3830         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3831         message-sender.
3832         (mml1991-epg-encrypt): Ditto.
3833         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3834         message-sender.
3835         (mml2015-epg-encrypt): Ditto.
3836
3837 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
3838
3839         * message.el (message-send-mail-with-sendmail): Look for sendmail in
3840         several common directories.
3841
3842 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
3843
3844         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3845         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3846
3847 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * gnus-art.el (article-decode-encoded-words): Make it fast.
3850
3851 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3854
3855         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3856         in quoted string into `\'.
3857
3858 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3859
3860         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3861         Use standard-syntax-table.
3862
3863 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3864
3865         * gnus-art.el (gnus-decode-address-function): New variable.
3866         (article-decode-encoded-words): Use it to decode headers which are
3867         assumed to contain addresses.
3868         (gnus-mime-delete-part): Remove useless `or'.
3869
3870         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3871         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3872         (gnus-nov-parse-line): Use it to decode From header.
3873         (gnus-get-newsgroup-headers): Ditto.
3874         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3875
3876         * mail-parse.el (mail-decode-encoded-address-region): New alias.
3877         (mail-decode-encoded-address-string): New alias.
3878
3879         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3880         New function.
3881         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3882         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3883         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3884         (rfc2047-decode-string): Ditto.
3885         (rfc2047-decode-address-region): New function.
3886         (rfc2047-decode-address-string): New function.
3887
3888 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
3889
3890         * message.el (message-caesar-buffer-body): Allow rotating headers.
3891
3892         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3893
3894         * message.el (message-insert-formated-citation-line): Fix %f.
3895         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3896
3897 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3900         (gnus-bookmark-mouse-available-p): New macro.
3901         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3902         (gnus-bookmark-bmenu-show-infos): Use it.
3903         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3904         (gnus-bookmark-bmenu-hide-infos): Ditto.
3905         (gnus-bookmark-remove-properties): New function.
3906         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3907         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3908         (gnus-bookmark-write-file): Bind coding-system-for-write.
3909         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3910         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3911         group before selecting it.
3912         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3913         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3914         quit-window if it is not available; use gnus-mouse-2 and bind it to
3915         gnus-bookmark-bmenu-select-by-mouse.
3916         (gnus-bookmark-show-details): Remove unused variable `details-list'.
3917         (gnus-bookmark-bmenu-select-by-mouse): New function.
3918
3919 2006-08-13  Romain Francoise  <romain@orebokech.com>
3920
3921         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3922         space.
3923
3924 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3925
3926         * compface.el (uncompface): Use binary rather than raw-text-unix.
3927
3928 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * compface.el (uncompface): Make sure the eol conversion doesn't take
3931         place when communicating with the external programs.  Reported by
3932         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3933
3934 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3935
3936         * nnheader.el (nnheader-insert-head): Fix typo in comment.
3937
3938 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3939
3940         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3941         Make it more robust by parsing author and date independently.
3942
3943 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3946
3947 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
3948
3949         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3950         first matching secret key.
3951         (mml2015-epg-encrypt): Ditto.
3952
3953         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3954         first matching secret key.
3955         (mml1991-epg-encrypt): Ditto.
3956
3957         * mml2015.el (mml2015-encrypt-to-self): New user option.
3958         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3959         mml2015-epg-encrypt-to-self is set.
3960
3961         * mml1991.el (mml1991-encrypt-to-self): New variable.
3962         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3963         mml1991-epg-encrypt-to-self is set.
3964
3965         * mml2015.el (mml2015-signers): New user option.
3966         (mml2015-epg-sign): Reflect the value of mml2015-signers.
3967         (mml2015-epg-encrypt): Allow to select signing keys.
3968
3969         * mml1991.el (mml1991-signers): New variable.
3970         (mml1991-epg-sign): Reflect the value of mml1991-signers.
3971         (mml1991-epg-encrypt): Allow to select signing keys.
3972
3973 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3974
3975         * nnheader.el (nnheader-insert-head): Make it work even if the file
3976         uses CRLF for the line-break code.
3977
3978 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
3979
3980         * mml2015.el: Require mml-sec instead of password.
3981         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3982         (mml2015-cache-passphrase): Inherit the default value from
3983         mml-secure-cache-passphrase.
3984         (mml2015-passphrase-cache-expiry): Inherit the default value from
3985         mml-secure-passphrase-cache-expiry.
3986
3987         * mml1991.el: Require mml-sec instead of password.
3988         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3989         (mml1991-cache-passphrase): Inherit the default value from
3990         mml-secure-cache-passphrase.
3991         (mml1991-passphrase-cache-expiry): Inherit the default value from
3992         mml-secure-passphrase-cache-expiry.
3993
3994         * mml-sec.el: Require password.
3995         (mml-secure-verbose): New user option.
3996         (mml-secure-cache-passphrase): New user option.
3997         (mml-secure-passphrase-cache-expiry): New user option.
3998
3999 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4000
4001         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4002         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4003         andreas@altroot.de (Andreas Vögele).
4004
4005         FIXME: Use `tiny change'?
4006
4007 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4008
4009         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4010         workaround for the url package included with Emacs.
4011
4012         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4013
4014 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4017         correctly.  This fixes a bug caused by the 2006-05-12 change.
4018
4019 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4020
4021         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4022         some information about the error when saying that the `bogus' mail
4023         group will be used.
4024
4025 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4026
4027         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4028         string.
4029
4030 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4031
4032         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4033
4034 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4035
4036         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4037
4038 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4039
4040         * mml1991.el (mml1991-function-alist): Add epg.
4041         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4042         (mml1991-epg-encrypt): New functions.
4043
4044 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4045
4046         * mml2015.el (mml2015-verbose): New variable.
4047         (mml2015-cache-passphrase): Ditto.
4048         (mml2015-passphrase-cache-expiry): Ditto.
4049         (mml2015-function-alist): Add epg.
4050         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4051         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4052         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4053         functions.
4054
4055 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4056
4057         * message.el (message-cite-original-1): Preserve region when removing
4058         quoted text due to X-No-Archive in order to avoid bogus attribution
4059         when citing multiple messages.
4060
4061 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4062
4063         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4064         Kenneth Jacker <khj@be.cs.appstate.edu>.
4065
4066 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4067
4068         * gnus-diary.el (gnus-user-format-function-d)
4069         (gnus-user-format-function-D): Autoload.
4070
4071         * imap.el (Commentary): Fix typo.
4072
4073         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4074         2006-04-22 contribution.
4075
4076 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4077
4078         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4079         It didn't really fix the bogosity I'm seeing with solid web groups.
4080
4081 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4082
4083         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4084         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4085         created using server names.  If we use the feature without declaring
4086         it, Gnus does not properly manage server and group state.
4087
4088         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4089         bound.
4090
4091 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4092
4093         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4094         looking up the method using GROUP's prefix before inventing a new one.
4095         It is used on killed/unknown groups in various places where returning
4096         an all-new method isn't expected by the caller.
4097
4098         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4099         and match semantics of gnus-group-real-prefix.
4100
4101 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4102
4103         * nnmail.el (nnmail-broken-references-mailers): New variable.
4104         (nnmail-ignore-broken-references): New function generalizing
4105         nnmail-fix-eudora-headers.
4106         (nnmail-fix-eudora-headers): Now obsolete.
4107
4108         * gnus-art.el (gnus-button-handle-custom): Support
4109         `customize-apropos*'.
4110
4111 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4112
4113         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4114
4115         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4116         articles.
4117
4118 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4119
4120         * message.el (message-cite-reply-above): New variable.
4121         (message-yank-original): Use it.
4122
4123 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4126
4127 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4128
4129         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4130         as read.
4131
4132         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4133
4134 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4135
4136         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4137         (gnus-bookmark-default-file): Use gnus-directory.
4138         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4139         Remove "*" in doc string.
4140         (gnus-bookmark-write-file): Simplify.
4141         (gnus-bookmark-maybe-sort-alist): Use `when'.
4142         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4143         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4144         FIXME about Emacs 21 and XEmacs compatibility.
4145         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4146         compatibility.
4147         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4148         compatibility.
4149         (gnus-bookmark-menu-heading): Fix version.
4150
4151 2006-06-19  Bastien Guerry  <bzg@altern.org>
4152
4153         * gnus-bookmark.el: New file.
4154
4155 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * message.el (message-syntax-checks): Doc fix.
4158
4159 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4160
4161         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4162         unsubscribed groups as if they were killed ones.  It causes duplicate
4163         entries in gnus-newsrc-alist.
4164
4165 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * message.el (message-syntax-checks): Doc fix.
4168         (message-send-mail): Add check for continuation headers.
4169         (message-check-news-header-syntax): Fix regexp used to check for
4170         continuation headers.
4171
4172 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4175
4176 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4177
4178         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4179
4180 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4183         default-truncate-lines.
4184
4185 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4188         to fill the utf-8 entry.
4189
4190         * lpath.el: Fbind unicode-precedence-list.
4191
4192 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4193
4194         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4195
4196 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4197
4198         * gnus-agent.el (directory-files-and-attributes): Move all the way
4199         forward (the third and final move).
4200         (gnus-agent-read-agentview): Trap reconstruction errors due to
4201         nonexistant directory.  Handle by returning nil.
4202
4203 2006-05-30  Didier Verna  <didier@xemacs.org>
4204
4205         * message.el (message-dont-reply-to-names): Update the custom type.
4206         * message.el (message-dont-reply-to-names): New defsubst: potentially
4207         convert a list of regexps into a single one.
4208         * message.el (message-get-reply-headers): Use it.
4209         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4210
4211 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * gnus-agent.el (directory-files-and-attributes): Move forward.
4214
4215 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4216
4217         * gnus-ml.el (gnus-mailing-list-subscribe)
4218         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4219         (gnus-mailing-list-message): Fix doc strings.
4220
4221 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4222
4223         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4224         of doing it manually.
4225
4226 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4227
4228         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4229         comment.
4230
4231 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4232
4233         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4234         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4235         (gnus-agent-read-local): All symbols allocated in my-obarray
4236         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4237         (gnus-agent-regenerate-group): Check numeric names to see if they are
4238         messages or groups.
4239         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4240         better way of do this...)
4241
4242         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4243         'dummy.group' (there should be a better way of do this...)
4244
4245 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4248         (gnus-saved-headers): Ditto.
4249         (gnus-default-article-saver): Mention functions may have properties.
4250         (gnus-article-save): Override gnus-save-all-headers and
4251         gnus-saved-headers by :headers property which saver function may have.
4252         (gnus-summary-save-in-file): Add :headers property.
4253         (gnus-summary-write-to-file): Ditto.
4254
4255         * gnus-sum.el (gnus-summary-save-article): Bind
4256         gnus-prompt-before-saving to t when saving many articles in a file;
4257         always show all headers.
4258
4259         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4260
4261 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4262
4263         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4264         marks.
4265
4266         * message.el (message-indent-citation): Add optional arguments to allow
4267         using it outside of message buffers.
4268
4269         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4270         (gnus-article-treat-unfold-headers): Use it.
4271         (gnus-article-truncate-lines): New variable.
4272         (gnus-article-mode): Use it.
4273         (gnus-article-toggle-truncate-lines): New function.
4274
4275         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4276         gnus-article-toggle-truncate-lines.
4277
4278         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4279         coding system in XEmacs, use binary.
4280
4281 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4284         after-load-alist.
4285
4286         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4287         this function should save decoded articles.
4288         (gnus-summary-write-to-file): Use property to specify this function
4289         should save decoded articles and specify gnus-summary-save-in-file
4290         should be used to save articles other than the first one when saving
4291         many articles.
4292         (gnus-summary-save-body-in-file): Use property to specify this
4293         function should save decoded articles.
4294         (gnus-summary-write-body-to-file): Use property to specify this
4295         function should save decoded articles and specify
4296         gnus-summary-save-body-in-file should be used to save articles other
4297         than the first one when saving many articles.
4298
4299         * gnus-sum.el (gnus-summary-save-article): Simplify.
4300
4301 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * gnus-art.el (gnus-default-article-saver): Add
4304         gnus-summary-write-body-to-file.
4305         (gnus-article-save-coding-system): Don't use coding system object
4306         in XEmacs.
4307         (gnus-read-save-file-name): Add optional `dir-var' argument which
4308         specifies directory in which files are saved; work even if optional
4309         `variable' argument is not specified.
4310         (gnus-summary-write-to-file): Read file name.
4311         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4312         (gnus-summary-write-body-to-file): New function.
4313
4314         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4315         (gnus-summary-local-variables): Add it.
4316         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4317         (gnus-summary-save-article): Remove optional `decode' argument;
4318         determine whether to decode articles by the value of
4319         gnus-default-article-saver; when saving many files using
4320         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4321         it first and use gnus-summary-save-in-file or
4322         gnus-summary-save-body-in-file thereafter unless
4323         gnus-prompt-before-saving is always; move point to article which
4324         will be saved.
4325         (gnus-summary-save-article-file): Revert.
4326         (gnus-summary-write-article-file): Revert.
4327         (gnus-summary-save-article-body-file): Revert.
4328         (gnus-summary-write-article-body-file): New function.
4329
4330 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * gnus-art.el (gnus-default-article-saver): Doc fix.
4333         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4334         from gnus-summary-save-article-coding-system, and default to a
4335         certain coding system.
4336         (gnus-output-to-file): Add coding cookie and encode text according
4337         to gnus-article-save-coding-system; don't use mm-append-to-file.
4338
4339         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4340         gnus-art.el and rename to gnus-article-save-coding-system.
4341         (gnus-summary-save-article): Require gnus-art; don't show all
4342         headers if it decodes articles; don't add coding cookie here;
4343         don't bind mm-text-coding-system-for-write.
4344         (gnus-summary-save-article-file): Save decoded articles.
4345         (gnus-summary-write-article-file): When saving many files, use
4346         gnus-summary-write-to-file first and gnus-summary-save-in-file
4347         thereafter unless gnus-prompt-before-saving is always.
4348         (gnus-summary-save-article-body-file): Save decoded articles.
4349
4350         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4351
4352 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4353
4354         * nnrss.el (nnrss-check-group): Bind hash-index.
4355
4356 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4357
4358         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4359         its hash index.  Store this hash in `nnrss-group-data'.
4360         (nnrss-read-group-data): Update accordingly.
4361
4362 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4363
4364         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4365         entry.
4366
4367         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4368         gnus-article-browse-html-article.
4369
4370 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4371
4372         * gnus-sum.el (gnus-summary-mime-map): Add
4373         gnus-article-browse-html-article.
4374
4375         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4376
4377 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4378
4379         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4380         suitable coding systems in customize.
4381
4382 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4383
4384         * mail-source.el (mail-sources): Fix custom type.
4385
4386 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4387
4388         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4389         (gnus-summary-expire-articles-now): Shorten prompt.
4390
4391         * gmm-utils.el (wid-edit): Require.
4392         (defun-gmm): Renamed from `gmm-defun-compat'.
4393         (gmm-image-search-load-path): Use it.
4394         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4395
4396 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4397
4398         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4399         variable.
4400         (gnus-summary-save-article): Add optional `decode' argument.  If
4401         it is set and gnus-summary-save-article-coding-system is non-nil,
4402         save decoded article.
4403         (gnus-summary-write-article-file): Save decoded article if
4404         gnus-summary-save-article-coding-system is non-nil.
4405
4406         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4407         type.
4408
4409 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4412
4413 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4414
4415         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4416         first to test gnus-single-article-buffer which may be buffer-local.
4417
4418         * gnus-sum.el (gnus-summary-setup-buffer): Make
4419         gnus-single-article-buffer buffer-local and nil in ephemeral
4420         group; make gnus-article-buffer, gnus-article-current, and
4421         gnus-original-article-buffer always buffer-local.
4422         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4423         group.
4424         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4425
4426 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4427
4428         * nnml.el (nnml-request-compact-group): Compressed files might not
4429         have .gz extension.
4430
4431 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4432
4433         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4434         (mm-copy-to-buffer): Use with-current-buffer.
4435         (mm-display-part): Simplify.
4436         (mm-inlinable-p): Add optional arg `type'.
4437
4438 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4439
4440         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4441         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4442         Try harder to show the attachment internally or externally using
4443         gnus-mime-view-part-as-type.
4444
4445 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4446
4447         * message.el (message-from-style, message-signature-separator)
4448         (message-user-organization-file, message-send-mail-function)
4449         (message-citation-line-function, message-yank-prefix)
4450         (message-indent-citation-function, message-signature)
4451         (message-signature-file, message-signature-insert-empty-line):
4452         Remove autoloads.
4453
4454         * gnus-art.el (gnus-buttonized-mime-types): Remove
4455         "multipart/signed".  Revert 2006-04-26 change.
4456
4457 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4458
4459         * gnus.el (gnus-version-number): Bump version.
4460
4461 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4462
4463         * gnus.el: No Gnus v0.5 is released.
4464
4465 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4466
4467         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4468         fetching articles by message-id.
4469
4470 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4471
4472         * message.el (hashcash): Require hashcash as normal.
4473
4474         * ecomplete.el (ecomplete-highlight-match-line): Use
4475         point-at-eol.
4476         (ecomplete-highlight-match-line): Use `highlight', because that
4477         face exists in both Emacs and XEmacs.
4478
4479         * message.el (message-display-abbrev): Use point-at-bol.
4480
4481         * mail-source.el: Don't require timer/timer-funcs.
4482
4483         * gnus-async.el: Ditto.
4484
4485         * password.el: Ditto.
4486
4487         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4488
4489         * mm-url.el: Ditto.
4490
4491         * gnus-xmas.el: Don't require timer-funcs.
4492
4493         * mm-util.el: Require timer/timer-funcs.
4494
4495 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4496
4497         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4498         Close.
4499
4500 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4503         unibyte after clear-decrypt function runs.
4504
4505         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4506         returns as a unibyte string.
4507
4508 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4509
4510         * lpath.el: Revert.
4511
4512         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4513         (pgg-gpg-process-sentinel): Revert.
4514
4515         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4516         (pgg-pgp-lookup-key): Revert.
4517
4518         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4519         (pgg-pgp5-lookup-key): Revert.
4520
4521         * pgg.el (pgg-fetch-key): Revert.
4522
4523 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4524
4525         * lpath.el: Fbind string-as-multibyte for XEmacs.
4526
4527         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4528         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4529         (mml1991-pgg-encrypt): Ditto.
4530
4531         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4532         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4533         a multibyte buffer.
4534
4535         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4536         (pgg-pgp-lookup-key): Ditto.
4537
4538         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4539         (pgg-pgp5-lookup-key): Ditto.
4540
4541         * pgg.el (pgg-fetch-key): Ditto.
4542
4543 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4544
4545         * message.el (message-user-organization-file): Check several
4546         locations of the organization file.
4547
4548         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4549         Add gnus-article-view-part-as-type.
4550
4551         * gnus-art.el (gnus-article-view-part-as-type): New function.
4552
4553         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4554         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4555
4556         * mml.el: Simplify autoload.
4557         (mml-mode): defvar dnd-protocol-alist instead of using
4558         symbol-value.
4559         (mml-default-directory): New variable.
4560         (mml-minibuffer-read-file): Use it.
4561         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4562
4563         * message.el (message-citation-line-format): New variable.
4564         (message-insert-formated-citation-line): New function.
4565         (message-citation-line-function): Add
4566         `message-insert-formated-citation-line' to custom type.
4567
4568         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4569         to doc string.
4570
4571         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4572         depending on mm-verify-option.
4573
4574 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4577         binding pgg-* variables; reimplement the section which prevents
4578         MIME header from being signed.
4579         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4580         pgg-text-mode; remove a blank line at the top of body.
4581
4582         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4583         lines at the top of body; use gnus-newsgroup-charset if there's no
4584         Charset header.
4585
4586 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * message.el (message-self-insert-commands): Doc fix.
4589
4590         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4591         (mm-uu-pgp-encrypted-test): Ditto.
4592         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4593         between header and body; return application/pgp-encrypted handle
4594         if decryption failed; decode decrypted body by charset.
4595
4596         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4597         element match to application/pgp-*.
4598
4599 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4600
4601         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4602         HTML.
4603
4604 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4605
4606         * mail-source.el (mail-source-call-script): Message the error
4607         string.
4608
4609 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4610
4611         * gnus-util.el (gnus-byte-compile): Use it.
4612
4613 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4614
4615         * gnus-util.el (kill-empty-logs): New function.
4616
4617 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4618
4619         * message.el (message-mail-alias-type): Doc fix.
4620         (message-mail-alias-type-p): New function.
4621         (message-send): Use it.
4622         (message-mode): Ditto.
4623         (message-strip-forbidden-properties): Ditto.
4624
4625         * ecomplete.el (ecomplete-database-file-coding-system): New
4626         variable.
4627         (ecomplete-save): Use it.
4628         (ecomplete-setup): Use it.
4629
4630 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4631
4632         * message.el (message-self-insert-commands): New variable.
4633         (message-strip-forbidden-properties): Use it.
4634
4635 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636
4637         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4638         that doesn't make XEmacs choke.
4639
4640 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
4641
4642         * gnus-util.el (gnus-replace-in-string):
4643         Prefer replace-regexp-in-string over of replace-in-string.
4644
4645 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * gnus-util.el (gnus-select-frame-set-input-focus):
4648         Use select-frame-set-input-focus if it is available in XEmacs; use
4649         definition defined in Emacs 22 for old Emacsen.
4650
4651         * dgnushack.el: Autoload unmorse-region for XEmacs.
4652
4653         * lpath.el: Bind cursor-in-non-selected-windows and
4654         select-frame-set-input-focus for XEmacs.
4655
4656 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * mm-view.el (mm-inline-text): Use equal instead of equalp.
4659
4660 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
4661
4662         * gnus-registry.el (gnus-registry-cache-save): Remove text
4663         properties when saving via the temp buffer.
4664
4665 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4666
4667         * message.el (message-generate-hashcash): Honor custom type.
4668
4669 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * message.el (message-generate-hashcash): Default to non-nil when
4672         hashcash is found.
4673
4674         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4675         (gnus-refer-thread-limit): Increase default to 500.
4676
4677         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4678
4679         * flow-fill.el (fill-flowed): Allow delete-space.
4680
4681 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4682
4683         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4684         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4685         Remove autoloads.
4686
4687 2006-04-18  Simon Josefsson  <jas@extundo.com>
4688
4689         * message.el (message-generate-hashcash): Default to.
4690
4691 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4694         concatenating segments rather than before concatenating them.
4695
4696 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4697
4698         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4699
4700 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4701
4702         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4703
4704         * message.el (message-forward-make-body-plain): Allow
4705         message-forward-ignored-headers to be a list.
4706         (message-remove-ignored-headers): Factor out into function.
4707         (message-forward-make-body-mml): Use it.
4708
4709         * imap.el (imap-quote-specials): New function.
4710         (imap-login-auth): Quote specials.
4711
4712         * rfc2231.el (rfc2231-parse-string): Remove dead code.
4713         (rfc2231-parse-string): Allow concatanation of parameters that
4714         aren't contiguous.  The test case is
4715           (mail-header-parse-content-type "message/external-body;
4716             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4717             access-type=LOCAL-FILE;
4718             name*1*=plugh%2fhello-sailor%2fbing.pdf")
4719
4720 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4721
4722         * nntp.el (nntp-accept-process-output): Return the value of
4723         `nnheader-accept-process-output'.
4724
4725 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4726
4727         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4728         (gnus-button-alist): Recognize more diff formats.
4729         (gnus-button-patch): Strip directory.
4730
4731 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4732
4733         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4734         Emacs 22 when setting focus.
4735
4736 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4737
4738         * gnus-art.el (gnus-article-treat-types): Do treatment of
4739         text/x-verbatim parts.
4740         (gnus-button-patch): New command.
4741
4742         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4743         addresses that contain invalid characters.
4744
4745 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4746
4747         * message.el (message-put-addresses-in-ecomplete): Use
4748         gnus-replace-in-string.
4749         (message-is-yours-p): Use the more correct
4750         mail-header-parse-address instead of
4751         mail-extract-address-components.
4752         (message-put-addresses-in-ecomplete): Fix typo.
4753
4754         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4755         keystroke.
4756
4757         * gnus-art.el (gnus-treatment-function-alist): Change order of
4758         newsgroups/generic header folding to avoid double-folding.
4759
4760         * message.el (message-hidden-headers): Add X-Draft-From.
4761
4762         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4763         command.
4764         (gnus-summary-repeat-search-article-backward): New command.
4765
4766         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4767         groups in the parent topic.
4768
4769 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
4770
4771         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4772         (spam-extra-header-to-number): Return the CRM114 number as a
4773         number instead of a string.
4774
4775 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4776
4777         * gnus-art.el (gnus-face-properties-alist): Moved here from
4778         gnus-fun.
4779
4780         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4781
4782 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4783
4784         * message.el (message-strip-forbidden-properties): Only display on
4785         self-insert-command.
4786
4787         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4788         reindent.
4789         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4790
4791 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
4792
4793         * smiley.el (smiley-style): Fix typo.
4794
4795 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4796
4797         * hashcash.el (hashcash-insert-payment-async-2): Use
4798         message-goto-eoh instead of doing it manually.
4799         (mail-add-payment): Use message-narrow-to-header instead of trying
4800         to do the same itself.
4801
4802         * message.el (message-hidden-headers): Add Face.
4803
4804         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4805         reparenting code.
4806         (gnus-summary-reparent-children): Refactored out code.
4807         (gnus-summary-thread-map): New keystroke.
4808         (gnus-summary-reparent-children): Make into command.
4809
4810         * smiley.el (smiley-style): Default to `medium' if using a large
4811         font.
4812
4813         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4814         does it itself.
4815
4816         * message.el (message-point-in-header-p): Simplify definition.
4817
4818 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4819
4820         * nnagent.el (nnagent-request-set-mark): Silence log file
4821         writing.
4822         (nnagent-request-set-mark): Use write-region instead of
4823         append-to-file.
4824
4825         * gnus-sum.el (gnus-read-header): Fudge article number if using a
4826         strange select method.
4827
4828         * ecomplete.el (ecomplete-display-matches): Get highlightling
4829         right.
4830         (ecomplete-display-matches): Use literals.
4831         (ecomplete-display-matches): Disable message logging.
4832
4833         * message.el (message-display-abbrev): Small optimization.
4834
4835         * ecomplete.el (ecomplete-display-matches): Allow automatic
4836         display.
4837
4838         * message.el (message-strip-forbidden-properties): Display
4839         abbrevs.
4840         (message-display-abbrev): Get automatic display right.
4841
4842         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4843         keystrokes.
4844
4845 2006-04-13  Romain Francoise  <romain@orebokech.com>
4846
4847         TODO: Backport to v5-10!
4848
4849         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4850         Moved here (and renamed) from gnus-registry.el.
4851
4852         * gnus-registry.el: Require gnus-util.
4853         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4854
4855 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856
4857         * gnus-group.el (gnus-group-catchup-current): Change
4858         if-then-else-if-then-else into cond.
4859         (gnus-group-catchup): Indent.
4860         (group-name-at-point): New function.
4861         (gnus-fetch-group): Provide default from thing at point.
4862
4863 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4864
4865         * message.el (message-display-abbrev): Fix regexp.
4866
4867         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4868         choosing.
4869         (ecomplete-highlight-match-line): Fix up code rewrite, remove
4870         dead variables.
4871
4872         * message.el (message-newline-and-indent): Remove debugging.
4873         (message-display-abbrev): Use new implementation.
4874
4875 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4876
4877         * gnus-art.el (gnus-article-mode): Set
4878         cursor-in-non-selected-windows to nil.
4879
4880         * smiley.el: Revert previous change.
4881         (smiley-data-directory): defvar it before using it in the
4882         defcustom of `smiley-style'.
4883
4884 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4885
4886         * message.el (message-newline-and-indent): New function.
4887
4888         * ecomplete.el: Implement more bits.
4889
4890         * message.el (message-put-addresses-in-ecomplete): Clean up the
4891         string.
4892
4893         * ecomplete.el (ecomplete-add-item): Chop off decimals.
4894
4895         * gnus-sum.el (gnus-summary-save-parts): Bind
4896         gnus-summary-save-parts-counter and use it to make unique file
4897         names.
4898
4899         * gnus-art.el (gnus-ignored-headers): Add some more headers.
4900
4901         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4902         parameter to say whether to actually parse the individual
4903         addresses.
4904
4905         * message.el (message-put-addresses-in-ecomplete): New function.
4906         (ecomplete): Require.
4907         (message-mail-alias-type): Add ecomplete as an option.
4908
4909 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
4910
4911         * flow-fill.el (fill-flowed): Remove trailing space from blank
4912         quoted lines.
4913
4914 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4915
4916         * smiley.el (smiley-style): Move definition later to avoid a
4917         compilation warning.
4918
4919 2006-04-12  Kenichi Handa  <handa@m17n.org>
4920
4921         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4922         buffer and then decode the buffer text if necessary.
4923         (rfc2231-encode-string): Be sure to work on multibyte buffer at
4924         first, and after mm-encode-body, change the buffer to unibyte.
4925         Use mm-disable-multibyte instead of set-buffer-multibyte.
4926
4927 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4930         Content-Type header instead of Content-Disposition header.
4931         (gnus-mime-inline-part): Ditto.
4932         (gnus-mime-view-part-as-charset): Ignore charset that the part
4933         specifies.
4934
4935         * mm-decode.el (mm-display-part): Work with external parts and
4936         usual parts similarly.
4937
4938         * mm-extern.el (mm-inline-external-body): Use mm-display-part
4939         instead of gnus-display-mime.
4940
4941         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4942         instead of with-temp-buffer.
4943
4944         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4945         tag to summarized topics part in order to encode non-ASCII text.
4946
4947 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4948
4949         * smiley.el (smiley-style): New variable.
4950         (smiley-directory): New function.
4951         (smiley-data-directory): Derive from `smiley-style' using
4952         `smiley-directory'.
4953         (smiley-regexp-alist): Add new entries.
4954
4955         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4956         (gnus-article-browse-delete-temp): Add :version.
4957
4958 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
4959
4960         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4961         the sieve region.
4962
4963 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4964
4965         * gnus.el (gnus-version-number): Bump version.
4966
4967 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4968
4969         * gnus.el: No Gnus v0.4 is released.
4970
4971 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4972
4973         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4974         layout.
4975
4976         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4977         unknown charset.
4978
4979         * message.el (message-header-synonyms): Add Original-To to the
4980         default.
4981
4982         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4983         optional parameter.
4984
4985 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4986
4987         * gnus-fun.el (gnus): Require it for gnus-directory.
4988
4989 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * gnus-fun.el (gnus-face-properties-alist): Add :version.
4992
4993 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4994
4995         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4996
4997 2006-04-05  Simon Josefsson  <jas@extundo.com>
4998
4999         * password.el (password-reset): New function.
5000
5001 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5002
5003         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5004         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5005
5006 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5007
5008         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5009         Some whitespace was matched into the url, which broke browsing hits
5010         > 100 when mm-url-use-external was nil.
5011
5012 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5013
5014         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5015         gnus-extra-headers for 'Newsgroups.
5016
5017         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5018         bound.
5019
5020 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5021
5022         * pgg-gpg.el: Clean up process buffers every time gpg processes
5023         complete.
5024
5025 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5026
5027         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5028         doc string.
5029
5030 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5031
5032         * pgg-gpg.el (pgg-gpg-process-filter)
5033         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5034
5035         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5036         lines, temporary fix.
5037
5038 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5039
5040         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5041
5042 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5043
5044         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5045         default-enable-multibyte-characters.  This reverts the change from
5046         revision 6.17 which is no longer necessary because the passphrase
5047         is sent separately now.  GnuPG messages are unreadable under
5048         multibyte locales with default-enable-multibyte-characters set to
5049         nil.
5050
5051 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5052
5053         * message.el (message-tool-bar-gnome): Move "spell".
5054
5055 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5056
5057         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5058         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5059         instead.
5060
5061 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5062
5063         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5064         newsgroups handling for NNTP overviews which don't include
5065         Newsgroups.
5066
5067 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5068
5069         * message.el (message-resend): Bind message-generate-hashcash to nil.
5070
5071 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5072
5073         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5074         when searching for already-paid recipients.
5075
5076 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5077
5078         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5079         passphrases when it is not needed.
5080         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5081         passphrase stuff from gpg, should only be necessary when you use
5082         gpg with a smartcard.
5083
5084 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * mml.el (mml-insert-mime): Ignore cached contents of
5087         message/external-body part.
5088
5089         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5090         (mm-insert-part): Ditto.
5091
5092 2006-03-23  Simon Josefsson  <jas@extundo.com>
5093
5094         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5095         Reiner.
5096         (pgg-gpg-use-agent-p): Use it again.
5097
5098 2006-03-23  Simon Josefsson  <jas@extundo.com>
5099
5100         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5101         older emacsen.
5102         (pgg-gpg-use-agent-p): Don't use it.
5103
5104 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5105
5106         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5107         if we can.
5108
5109 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5110
5111         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5112         (pgg-gpg-update-agent): New function.
5113         (pgg-gpg-use-agent-p): New function.
5114         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5115         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5116         (pgg-gpg-sign-region): Use it.
5117
5118 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5121         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5122
5123 2006-03-21  Simon Josefsson  <jas@extundo.com>
5124
5125         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5126         <wilde@sha-bang.de>.
5127         (pgg-gpg-use-agent): New variable.
5128         (pgg-gpg-process-region): Use it.
5129         (pgg-gpg-encrypt-region): Likewise.
5130         (pgg-gpg-encrypt-symmetric-region): Likewise.
5131         (pgg-gpg-decrypt-region): Likewise.
5132         (pgg-gpg-sign-region): Likewise.
5133         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5134
5135 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5136
5137         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5138
5139         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5140         Add comment on version.
5141
5142 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5143
5144         * smiley.el: Add missing test smiley.
5145
5146 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * mm-decode.el (mm-with-part): New macro.
5149         (mm-get-part): Use it; work with message/external-body as well.
5150         (mm-save-part): Treat name and filename equally.
5151
5152         * mm-extern.el (mm-extern-cache-contents): New function.
5153         (mm-inline-external-body): Use it; force the part to be displayed;
5154         move undisplayer added to the cached handle to the parent.
5155
5156         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5157         (gnus-mime-view-part-as-type): Work with message/external-body.
5158
5159         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5160
5161 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5162
5163         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5164         images in image-load-path.  [Sync with image.el, revision 1.60, in
5165         Emacs.]
5166
5167 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5168
5169         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5170         path rather than symbol.  Always return list of directories.
5171         Guarantee that image directory comes first.  [Sync with image.el,
5172         revision 1.59, in Emacs.]
5173
5174         * message.el (message-make-tool-bar): Adjust to new API of
5175         `gmm-image-load-path-for-library'.
5176
5177         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5178
5179         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5180
5181 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5182
5183         * gnus-art.el (gnus-article-only-boring-p):
5184         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5185         intangible text.
5186         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5187
5188 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5189
5190         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5191         `defun' instead of `gmm-defun-compat'.
5192
5193 2006-03-14  Simon Josefsson  <jas@extundo.com>
5194
5195         * message.el (message-unique-id): Don't use message-number-base36
5196         if (user-uid) is a float.
5197         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5198
5199 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5202
5203         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5204         empty line between a part and a message part.
5205
5206 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5207
5208         * smiley.el: Add more test smileys.
5209         (smiley-data-directory, smiley-regexp-alist)
5210         (gnus-smiley-file-types): Fix doc strings.
5211         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5212         adding new elements.
5213         (smiley-mouse-map): Unused code.  Make it a comment.
5214
5215 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5218         scan latest NoCeM messages instead of old ones.
5219         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5220         delimiters that are recently used.
5221         (gnus-nocem-load-cache): Add autoload cookie.
5222
5223         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5224
5225         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5226         level which is larger than gnus-use-nocem is specified.
5227
5228         * gnus-group.el (gnus-group-get-new-news): Ditto.
5229
5230 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5231
5232         * gnus-util.el (gnus-tool-bar-update): New function.
5233
5234         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5235         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5236
5237         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5238
5239         * gnus-group.el (gnus-group-redraw-when-idle)
5240         (gnus-group-redraw-check): Remove.
5241         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5242
5243 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5246         if optional last element is specified in splits (FIELD VALUE...).
5247
5248 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5249
5250         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5251         to gmm-image-load-path-for-library.  Call with no-error argument.
5252         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5253
5254         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5255
5256         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5257
5258         * gmm-utils.el (gmm-image-load-path): Remove alias.
5259
5260 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * gmm-utils.el (gmm-image-load-path): Add alias.
5263
5264         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5265         nnml-generate-nov-databases-1.
5266         (nnml-generate-nov-databases): Use it.
5267         (nnml-generate-nov-databases-directory): Document no-active
5268         argument.
5269
5270         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5271         directory if path is t.  Add no-error.
5272
5273         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5274         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5275
5276         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5277         resetting gnus-article-browse-html-temp-list.
5278
5279         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5280         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5281         Add example to docstring.  Rename local variables.  Move error
5282         checks to default case in cond and simplify.
5283
5284 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5287         handle is multipart when calling it recursively.
5288         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5289
5290 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5291
5292         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5293         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5294
5295 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5298         is loaded.
5299
5300         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5301         loaded.
5302
5303 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5304
5305         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5306         to "Emacs 23 (unicode)" in doc string.
5307
5308         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5309         "Emacs 23 (unicode)" in comment.
5310
5311 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5314
5315         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5316         characters 160 through 255 in Emacs 23.
5317
5318 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5319
5320         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5321         gnus-article-browse-html-temp.
5322         (gnus-article-browse-delete-temp): Make it customizable.  Add
5323         `file'.  Adjust doc string.
5324         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5325         query for each file.  Adjust doc string.
5326         (gnus-article-browse-html-parts): Add
5327         `gnus-article-browse-delete-temp-files' to
5328         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5329
5330 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5331
5332         * gnus-art.el (gnus-article-browse-html-temp)
5333         (gnus-article-browse-delete-temp): New variables.
5334         (gnus-article-browse-delete-temp-files): New function.
5335         (gnus-article-browse-html-parts): Use it.
5336
5337 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5338
5339         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5340
5341         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5342         string.
5343
5344         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5345         gnus-summary-insert-new-articles when unplugged.  Remove
5346         gnus-summary-search-article-forward.
5347
5348         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5349         display-visual-class instead of display-color-cells.
5350
5351 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * dgnushack.el: Autoload customize-group for XEmacs.
5354
5355         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5356         message/* containing non-ASCII text properly.
5357
5358 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5359
5360         * message.el: Require gmm-utils, remove autoloads.
5361         (message-tool-bar): Set default based on
5362         gmm-tool-bar-style.
5363         (message-tool-bar-gnome): Add gmm-customize-mode.
5364
5365         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5366         gmm-tool-bar-style.
5367         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5368
5369         * gnus-group.el (gnus-group-tool-bar): Set default based on
5370         gmm-tool-bar-style.
5371         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5372
5373         * gmm-utils.el (gmm-image-directory): Rename variable from
5374         gmm-image-load-path.
5375         (gmm-image-load-path): Use gmm-image-directory.
5376         (gmm-customize-mode): New function.
5377         (gmm-tool-bar-style): New variable.
5378
5379         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5380         gnus-group-redraw-line-number.
5381         (gnus-group-redraw-check): Simplify.
5382         (gnus-group-tool-bar-update): Remove redraw check.
5383         (gnus-group-make-tool-bar): Add redraw check.
5384
5385 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5386
5387         * gnus-art.el (gnus-button): Add missing parentheses.
5388
5389 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * lpath.el: Fbind line-number-at-pos.
5392
5393 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5396
5397 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5398
5399         * gnus-art.el (gnus-button): New face.
5400         (gnus-article-button-face): Use it.
5401
5402         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5403         gnus-summary-next-page.  Re-order.
5404
5405         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5406         next-node are now included.
5407         (gnus-group-redraw-line-number): New internal variable.
5408         (gnus-group-redraw-check): Helper function for updating the tool
5409         bar.
5410         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5411
5412         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5413
5414         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5415         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5416         Use it to match format of Spamassassin 3.0 and later.  Reported by
5417         IRIE Tetsuya <irie@t.email.ne.jp>.
5418         (spam-check-bogofilter)
5419         (spam-bogofilter-register-with-bogofilter): Fix args of
5420         `gnus-error' calls.
5421
5422 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5423
5424         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5425         unnecessary interaction when sending queued mails.  Reported by
5426         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5427
5428 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5429
5430         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5431         first or last are nil.
5432
5433 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5434
5435         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5436
5437 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5438
5439         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5440
5441 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5442
5443         * dns.el (query-dns): Protect more against buggy tcp output.
5444
5445 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5446
5447         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5448         nov.php.
5449
5450 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5451
5452         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5453         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5454         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5455         output on the server side.
5456         (nnweb-google-create-mapping): Update regexps and add some
5457         progress indication.
5458
5459 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5460
5461         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5462         gnus-agent-toggle-plugged.  Re-order icons.
5463         (gnus-group-tool-bar-gnome): Add
5464         gnus-group-{prev,next}-unread-group.
5465         (gnus-group-tool-bar-gnome): Re-order icons.
5466
5467         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5468         gnus-summary-insert-new-articles.
5469
5470         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5471         comments.
5472
5473         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5474         also available in Emacs 21.3.
5475
5476         * message.el (message-fix-before-sending): Change "Emacs 22" to
5477         "Emacs 23 (unicode)" in comment.
5478
5479         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5480         "Emacs 23 (unicode)" in comment.
5481
5482         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5483         comment.
5484         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5485
5486         * mm-view.el (mm-fill-flowed): Add :version.
5487
5488 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5491         and load-path.
5492
5493 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5494
5495         * message.el: Autoload gmm-image-load-path.
5496         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5497         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5498         consitency.
5499
5500         * gmm-utils.el (gmm-image-load-path): Also search in
5501         "../etc/images".  Don't set gmm-image-load-path if we don't find
5502         the image.
5503
5504 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * gmm-utils.el (gmm-image-load-path): Don't make
5507         `gmm-image-load-path' include subdirectories which the second arg
5508         `image' might specify.
5509
5510         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5511         subdirectory to icon file names.
5512
5513         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5514
5515 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5516
5517         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5518         gmm-image-load-path calls.
5519
5520         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5521
5522         * message.el (message-make-tool-bar): Ditto.
5523
5524         * mml.el (mml-preview): Added comment concerning tool bar icons.
5525
5526         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5527         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5528
5529         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5530         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5531
5532         * message.el (message-tool-bar-gnome): Use new icon names.
5533         (message-make-tool-bar): Use `gmm-image-load-path'.
5534
5535         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5536         functions from MH-E.
5537         (gmm-image-load-path): New variable from MH-E.
5538         (gmm-image-load-path): New function from MH-E.  Added arguments
5539         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5540         *-image-load-path-called-flag.
5541
5542 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5543
5544         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5545
5546 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5547
5548         * nnimap.el (nnimap-request-move-article): Change folder back to
5549         source group before deleting.
5550
5551 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5552
5553         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5554
5555         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5556         mm-url.
5557
5558         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5559
5560 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5563         coding system which mm-charset-to-coding-system returns for a
5564         given charset is valid.
5565
5566 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5567
5568         * html2text.el (html2text-remove-tag-list):
5569         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5570
5571 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5572
5573         * gnus-cus.el: Revert 2005-10-17 change.
5574
5575 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * gnus-art.el (article-strip-banner): Call
5578         article-really-strip-banner only when the regexp match is made.
5579
5580 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * gnus-art.el (article-strip-banner): Use
5583         gnus-extract-address-components instead of
5584         mail-header-parse-addresses to make it work with non-ASCII text;
5585         remove mail-encode-encoded-word-string.
5586
5587         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5588         values which are surrounded with \"...\"; make it never cause a
5589         Lisp error; give up parsing of parameters if it failed in
5590         extracting type.
5591
5592 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
5593
5594         * smime.el (smime-cert-by-ldap-1): Fix bug where
5595         `smime-ldap-search' returns results without userCertificates.
5596
5597 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5600
5601 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5602
5603         * spam.el (spam-check-spamassassin-headers): Adapt format for
5604         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5605         <ari@mbf.ocn.ne.jp>.
5606         (spam-list-of-processors): Add spam-use-gmane.
5607
5608 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5611         make-temp-file; make it work with XEmacs as well.
5612
5613         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5614         mm-make-temp-file.
5615
5616         * mm-decode.el (mm-display-external): Use the 3rd arg of
5617         mm-make-temp-file.
5618         (mm-create-image-xemacs): Ditto.
5619
5620 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5623         with message-narrow-to-headers.
5624         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5625         (gnus-draft-check-draft-articles): New function.
5626         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5627
5628 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5629
5630         * gnus-art.el (gnus-article-browse-html-parts):
5631         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5632         Don't use suffix argument for mm-make-temp-file for Emacs 21
5633         compatibility.  Remove useless `format'.
5634
5635 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5636
5637         * nnweb.el (nnweb-google-wash-article): Update regexps.
5638         (nnweb-group-alist): Use defvoo instead of defvar.
5639
5640 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5643         re-loading nn* modules.
5644
5645 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5646
5647         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5648         for `tool-bar-mode' and don't check it's default-value.
5649
5650         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5651
5652         * message.el (message-make-tool-bar): Ditto.
5653
5654         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5655         `substring'.  Shorten tmp-file name.
5656
5657         * gnus.el: Remove bogus comment.
5658
5659 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
5660
5661         * gnus-art.el (gnus-article-browse-html-parts): New function.
5662         (gnus-article-browse-html-article): New function for viewing html
5663         articles with a browser.
5664
5665 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
5666
5667         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
5668         in elisp.
5669         (pgg-gpg-encrypt-symmetric-region): Ditto.
5670         (pgg-gpg-sign-region): Ditto.
5671
5672         * pgg-def.el (pgg-text-mode): New variable.
5673
5674         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5675         (mml2015-pgg-encrypt): Ditto.
5676
5677         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5678         (mml1991-pgg-encrypt): Ditto.
5679
5680 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5683         message-make-date instead of current-time-string.
5684
5685         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5686         to gnus-decoded which mm-uu might set.
5687
5688 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5691         don't decode quoted parameters; remove misimported Emacs code.
5692         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5693         (rfc2231-decode-encoded-string): Don't use split-string which
5694         behaves differently according to Emacs version; use
5695         mm-decode-coding-region to convert charset to coding-system.
5696         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5697         (rfc2231-encode-string): Remove misimported Emacs code.
5698
5699 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * gnus-art.el (article-decode-charset): Don't use ignore-errors
5702         when calling mail-header-parse-content-type.
5703         (article-de-quoted-unreadable): Ditto.
5704         (article-de-base64-unreadable): Ditto.
5705         (article-wash-html): Ditto.
5706
5707         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5708         calling mail-header-parse-content-type and
5709         mail-header-parse-content-disposition.
5710         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5711         mail-header-parse-content-type.
5712
5713         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5714         insert charset and format parameters; encode description after
5715         inserting it to buffer.
5716         (mml-insert-parameter): Fold lines properly even if a parameter is
5717         segmented into two or more lines; change the max column to 76.
5718
5719         * rfc1843.el (rfc1843-decode-article-body): Don't use
5720         ignore-errors when calling mail-header-parse-content-type.
5721
5722         * rfc2231.el (rfc2231-parse-string): Return at least type if
5723         possible; don't cause an error even if it fails in parsing of
5724         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5725         (rfc2231-encode-string): Don't break lines at the beginning, leave
5726         it to mml-insert-parameter.
5727
5728         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5729         calling mail-header-parse-content-type.
5730
5731 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
5732
5733         * spam-report.el (spam-report-gmane-use-article-number):
5734         Improve doc string.
5735         (spam-report-gmane-internal): Check if a suitable header was found
5736         in the article.
5737
5738 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5741         (rfc2231-encode-string): Make param*=value always begin with LWSP.
5742
5743 2006-02-05  Romain Francoise  <romain@orebokech.com>
5744
5745         Update copyright notices of all files in the gnus directory.
5746
5747 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5748
5749         * nnweb.el (nnweb-request-group): Avoid growing overview files.
5750
5751 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5754         segmented lines of parameter value to cope with Thunderbird 1.5
5755         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5756         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5757         (rfc2231-encode-string): Don't make lines exceeding 76 column.
5758
5759 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
5760
5761         * mml.el (mml-generate-mime-1): Correct the order of inline signed
5762         parts.
5763
5764 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5765
5766         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5767         there's only one active file for all servers.
5768         (nnweb-request-scan): Make sure nnweb-articles is initialized on
5769         solid groups.  Gnus might have used a FAST request to select the group.
5770         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5771         and nnweb-search redundantly in the active file.
5772         (nnweb-request-list): Don't list bogus groups.  There can only be one.
5773         (nnweb-request-create-group): Don't use ARGS.
5774         (nnweb-possibly-change-server, nnweb-request-group): Remove some
5775         initialisations.  Let nnoo do the work.
5776
5777 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5780         Say the part has been decoded.
5781
5782         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5783
5784 2006-01-31  Kevin Ryde  <user42@zip.com.au>
5785
5786         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5787         mailcap-viewer-test-cache when there's no 'test clause, since that
5788         will invert the meaning of a "nil" test previously determined by
5789         mailcap-mailcap-entry-passes-test.
5790
5791 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5794         compiling.
5795
5796         * gnus-sum.el: Ditto.
5797
5798         * message.el: Don't bind tool-bar-map when compiling.
5799
5800 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
5801
5802         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5803
5804 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5805
5806         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5807         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5808         current Google Groups.
5809
5810 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
5811
5812         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5813         and tool-bar-mode.
5814
5815         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5816         and tool-bar-mode.
5817
5818         * message.el (message-tool-bar-update): Simplify.
5819         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5820
5821         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5822         gnus-summary-buffer.
5823         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5824         gnus-summary-reply.
5825
5826         * gmm-utils.el (gmm): Add :version.
5827
5828 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * Makefile.in (clean): New rule.
5831         (distclean): Use it.
5832
5833 2006-01-26  Steve Youngs  <steve@sxemacs.org>
5834
5835         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5836         autoload.
5837
5838 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * gmm-utils.el (gmm-verbose): Add :group.
5841
5842 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
5843
5844         * message.el: Change some comments WRT tool-bars.
5845
5846         * gnus-sum.el (gnus-summary-tool-bar)
5847         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5848         (gnus-summary-tool-bar-zap-list): New variables.
5849         (gnus-summary-make-tool-bar): Complete rewrite using
5850         `gmm-tool-bar-from-list'.
5851
5852         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5853         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5854         variables.
5855         (gnus-group-make-tool-bar): Complete rewrite using
5856         `gmm-tool-bar-from-list'.
5857         (gnus-group-tool-bar-update): New function.
5858
5859         * message.el (message-mode-field-menu): Add "Show hidden Headers".
5860
5861 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5864         is dissected into a single part of which the type is the same as
5865         the given one; decode charset.
5866
5867 2006-01-21  Kevin Ryde  <user42@zip.com.au>
5868
5869         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5870         into alists as symbol not string, since that's what
5871         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5872         look for.
5873
5874 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
5875
5876         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5877         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5878
5879         * message.el (message-tool-bar-gnome): Use gmm-ignore.
5880
5881 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
5884         (gnus-xmas-mime-security-button-menu): New function.
5885
5886         * gnus-art.el (gnus-mime-security-button-commands): New variable.
5887         (gnus-mime-security-button-menu): New definition.
5888         (gnus-mime-security-button-map): Use them.
5889         (gnus-mime-security-button-menu): New function.
5890         (gnus-insert-mime-security-button): Addition to help echo.
5891         (gnus-mime-security-run-function, gnus-mime-security-save-part)
5892         (gnus-mime-security-pipe-part): New functions.
5893
5894         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5895         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5896
5897         * mm-decode.el (mm-handle-set-disposition): Remove.
5898         (mm-handle-set-description): Remove.
5899
5900 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5903         (mm-w3m-standalone-supports-m17n-p): New function.
5904         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5905         w3m usage.
5906
5907         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5908         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5909
5910 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5911
5912         * message.el (message-tool-bar-zap-list): Use
5913         gmm-tool-bar-zap-list as custom type.
5914         (message-tool-bar-update): New function.
5915         (message-tool-bar, message-tool-bar-gnome)
5916         (message-tool-bar-retro): Add message-tool-bar-update.
5917         (message-tool-bar-gnome): Add flyspell-buffer.
5918
5919         * gnus-util.el (gnus-error): Describe `args'.
5920
5921         * gmm-utils.el (gmm-error): Describe `args'.
5922         (gmm-tool-bar-zap-list): New widget.
5923         (gmm-tool-bar-from-list): Improve description of `zap-list'.
5924
5925 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5928         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5929         the number of recursive calls.
5930
5931         * mm-decode.el (mm-handle-set-disposition): New macro.
5932         (mm-handle-set-description): New macro.
5933
5934 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5937         encoding.
5938
5939 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5940
5941         * message.el (message-tool-bar-zap-list, message-tool-bar)
5942         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5943         (message-tool-bar-local-item-from-menu): Remove.
5944         (message-tool-bar-map): Replace by `message-make-tool-bar'.
5945         (message-make-tool-bar): New function.
5946         (message-mode): Use `message-make-tool-bar'.
5947
5948         * gmm-utils.el: New file.
5949         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5950         (gmm-lazy): New widget copied from `nnmail.el'.
5951         (gmm-tool-bar-from-list): New function for creating customizable
5952         tool bars.
5953         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
5954         output.
5955         (gmm): Add :prefix to defgroup.
5956
5957 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5958
5959         * gmm-utils.el (gmm-widget-p): New function.
5960
5961 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5962
5963         * mml.el (mml-attach-file): Describe `description' in doc string.
5964         (mml-menu): Add Emacs MIME manual and PGG manual.
5965
5966 2006-01-20  Richard M. Stallman  <rms@gnu.org>
5967
5968         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5969
5970 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
5971
5972         * nntp.el (nntp-end-of-line): Doc fix.
5973
5974 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
5975
5976         * imap.el (imap-open): Handle case where buffer is a buffer
5977         object.
5978
5979 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5980
5981         * gnus-delay.el (gnus-delay): Don't autoload.
5982         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5983         to be re-loaded when customizing the `gnus-delay' group.
5984
5985 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
5986
5987         * message.el (message-insert-citation-line): Use newlines.
5988
5989 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
5990
5991         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5992         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
5993         these routines, so the passphrase can be managed externally and
5994         passed in to the system.
5995         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5996         pgg-add-passphrase-to-cache function.
5997
5998         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5999         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6000         these routines, so the passphrase can be managed externally and
6001         passed in to the system.
6002         (pgg-pgp5-sign-region): Use new name of
6003         pgg-add-passphrase-to-cache function.
6004
6005 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6006
6007         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6008         part of the decoded armor to find the key-identifier.
6009         (pgg-gpg-lookup-key-owner): New function to return the
6010         human-readable identifier of a key owner.
6011         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6012         itself.
6013         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6014         the key value) if we have a key and can match it against a secret
6015         key.  Also, added a note pointing out fact that the prompt only
6016         indicates the first matching key.
6017
6018         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6019         pgg-decrypt-region.
6020         (pgg-add-passphrase-to-cache): Rename from
6021         `pgg-add-passphrase-cache' to reduce confusion (all callers
6022         changed).
6023         (pgg-remove-passphrase-from-cache): Rename from
6024         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6025         changed).
6026         (pgg-read-passphrase, pgg-add-passphrase-cache)
6027         (pgg-remove-passphrase-cache): Add informative docstrings.
6028         (pgg-decrypt): Convey provided passphrase in subordinate call to
6029         pgg-decrypt-region.
6030
6031 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6032
6033         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6034         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6035         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6036         'passphrase' argument, so the passphrase can be managed externally
6037         and then passed in to the system.
6038
6039         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6040         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6041         so the passphrase cache can be used reliably with identifiers
6042         besides a pgp packet's key id.
6043
6044         * pgg-gpg.el (pgg-gpg-encrypt-region)
6045         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6046         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6047         these routines, so the passphrase can be managed externally and
6048         passed in to the system.
6049
6050         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6051         'notruncate' argument, so the passphrase cache can be used
6052         reliably with identifiers besides a pgp packet's key id.
6053
6054 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6055
6056         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6057         symmetric encryption.
6058         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6059         encrypted session key.
6060         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6061         message ask for the passphrase in a proper way.
6062
6063         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6064         New user commands for symmetric encryption.
6065
6066 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6069
6070         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6071
6072 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6073
6074         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6075
6076 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * mm-decode.el (mm-inlined-types): Add application/pgp.
6079         (mm-automatic-display): Ditto.
6080
6081         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6082         part as text.
6083
6084 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * nnrss.el: Update copyright.
6087         (nnrss-opml-import): Query whether to subscribe to each entry.
6088
6089         * gnus-art.el:
6090         * gnus-sum.el:
6091         * gnus-xmas.el:
6092         * messagexmas.el:
6093         * mm-uu.el:
6094         * mm-view.el: Update copyright.
6095
6096 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6097
6098         * message.el (message-info): New function.
6099         (message-mode-menu): Add it.
6100         Update copyright.
6101
6102         * ChangeLog: Fix and update copyright.
6103
6104 2006-01-13  Romain Francoise  <romain@orebokech.com>
6105
6106         * message.el (message-forward-subject-name-subject): Prefer the
6107         address to 'nowhere' if the sender has no name.
6108         Fix typo.  Update copyright year.
6109
6110 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * gnus-art.el (article-wash-html): Use
6113         gnus-summary-show-article-charset-alist if a numeric arg is given.
6114         (gnus-article-wash-html-with-w3m-standalone): New function.
6115
6116         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6117         mm-inline-text-html-render-with-w3m-standalone.
6118         (mm-text-html-washer-alist): Map w3m-standalone to
6119         gnus-article-wash-html-with-w3m-standalone.
6120         (mm-inline-text-html-render-with-w3m-standalone): New function.
6121
6122 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6123
6124         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6125         Improve LaTeX.
6126
6127 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6130         (nnrss-request-article): Render text/plain parts as HTML.
6131
6132         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6133         the buffer.
6134
6135 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6136
6137         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6138         custom definition of `gnus-posting-styles'.
6139
6140         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6141         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6142
6143 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6144
6145         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6146         Use nntp for bug archive.
6147
6148 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6151         parts.
6152         (nnrss-normalize-date): New function converts ISO 8601 date into
6153         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6154         (nnrss-check-group): Use it.
6155
6156 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6159
6160         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6161         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6162         (nnrss-insert-w3): Ditto.
6163
6164 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6167         the articles to be forwarded including the case where neither a
6168         number of articles nor a region is specified.
6169
6170 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * nnrss.el (nnrss-request-article): Fix last change; fill
6173         text/plain parts.
6174
6175 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6178         in text/plain part.
6179         (nnrss-check-group): Don't add excessive newline to dc:subject.
6180
6181 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6182
6183         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6184         article.
6185
6186 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6187
6188         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6189         (nnml-use-compressed-files, nnml-save-mail): Support other
6190         comression programs such as bzip2.
6191
6192 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6193
6194         * dns.el (query-dns): Make sure we check the buffer size before
6195         removing tcp headers.
6196
6197 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6200         remove MIME buttons associated with multipart/alternative parts.
6201         (gnus-mime-display-alternative): Tag buttons using `article-type'
6202         text property.
6203
6204         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6205         associated with multipart/alternative parts.
6206
6207         * gnus-art.el (gnus-signature-separator): Fix custom type.
6208
6209         * mm-decode.el (mm-inlined-types): Fix custom type.
6210         (mm-keep-viewer-alive-types): Ditto.
6211         (mm-automatic-display): Ditto.
6212         (mm-attachment-override-types): Ditto.
6213         (mm-inline-override-types): Ditto.
6214         (mm-automatic-external-display): Ditto.
6215
6216 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * spam-report.el (spam-report-user-mail-address)
6219         (spam-report-user-agent): New variables.
6220         (spam-report-url-ping-plain): Use spam-report-user-agent.
6221
6222 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6223
6224         * gnus-art.el (gnus-button-handle-custom): Do not just use
6225         `customize-apropos' for any "M-x customize-*" button but the
6226         function called for.  Accept both the function name and its
6227         argument in order to achieve this.
6228         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6229         function name to `gnus-button-handle-custom' in case of "M-x
6230         customize-*" buttons.
6231
6232 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6233
6234         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6235         multipart/alternative and add xref to mm-discouraged-alternatives
6236         in doc string.
6237
6238         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6239         gnus-buttonized-mime-types in doc string.
6240
6241 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6242
6243         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6244         Suggest image/.* in the doc string.
6245
6246 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6247
6248         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6249         message-marks (Debian bug #342521).
6250
6251 2005-12-12  Simon Josefsson  <jas@extundo.com>
6252
6253         * password.el (password-read-from-cache): Add.
6254         (password-read): Use it.
6255
6256 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6257
6258         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6259         us-ascii as a MIME charset.
6260
6261         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6262         against the case where the 2nd arg TYPE is nil.
6263
6264 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6265
6266         * pop3.el (pop3-stream-type): Fix custom version.
6267
6268         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6269
6270 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6271
6272         * mm-decode.el (mm-display-external): Add missing cdr.
6273
6274 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6277         RFC1524) if it is in mailcap or add a suffix according to
6278         mailcap-mime-extensions when generating a temp filename; postpone
6279         deleting a temp file for 2 seconds for some wrappers, shell
6280         scripts, and so on, which might exit right after having started a
6281         viewer command as a background job.
6282
6283 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6284
6285         * nntp.el (nntp-marks-directory): Fix custom group.
6286
6287         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6288         steps when < 10.
6289
6290         * gnus-start.el (gnus-no-server-1): Mention
6291         `gnus-level-default-subscribed' in doc string.
6292
6293 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6294
6295         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6296         parens.
6297
6298 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * gnus-xmas.el (gnus-use-toolbar): Revert.
6301         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6302         gnus-use-toolbar is default.
6303
6304         * messagexmas.el (message-use-toolbar): Revert.
6305         (message-setup-toolbar): Use global default-toolbar if
6306         message-use-toolbar is default.
6307
6308 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6311         according to default-toolbar-visible-p.
6312
6313         * messagexmas.el (message-use-toolbar): Ditto.
6314
6315 2005-11-26  Dave Love  <fx@gnu.org>
6316
6317         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6318         (tls-program, tls-success): Provide openssl alternative.
6319
6320         * starttls.el: Doc fixes.
6321         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6322         SERVICE to PORT.
6323
6324         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6325         port null or service name.
6326         (starttls-negotiate): Autoload.
6327
6328 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * message.el (message-kill-to-signature): Fix interactive spec.
6331
6332 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * pop3.el (pop3-open-server): Recognize a string as a service name.
6335
6336 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6337
6338         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6339
6340 2005-11-23  Dave Love  <fx@gnu.org>
6341
6342         Add pop3s, pop3/starttls.
6343
6344         * pop3.el (pop3-authentication-scheme): Clarify doc.
6345         (open-tls-stream, starttls-open-stream): Autoload.
6346         (pop3-stream-type): New.
6347         (pop3-open-server): Use it.
6348
6349         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6350         for POP.
6351         (mail-source-keyword-map): Add :stream for POP.
6352         (mail-source-fetch-pop): Use pop3-stream-type.
6353
6354 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6357         of current-time-string.
6358
6359 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6360
6361         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6362         date header.
6363
6364 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6365
6366         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6367         it can seriously impact performance as it bypasses the agent's
6368         local caches.
6369
6370 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6371
6372         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6373         must be explicitly online rather than "not explicitly offline" for
6374         its flags to be synchronized.
6375
6376         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6377         that gnus-uu-unmark-thread will function correctly.
6378
6379         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6380         1024K is instead displayed as 1M.
6381
6382 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6383
6384         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6385
6386 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6387
6388         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6389
6390 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6391
6392         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6393         error message to display actual error condition.
6394         (gnus-agent-save-local): Avoid saving symbols that are bound to
6395         nil as they simply result in a warning message in
6396         gnus-agent-read-local.
6397
6398 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6401         rather than make-variable-buffer-local for file-precious-flag.
6402
6403 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6404
6405         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6406         for duplicates which are removed.  The invalid sort check then
6407         triggers a rescan after the sort as sorting may have moved
6408         duplicate entries such that they can be cheaply detected.
6409
6410 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6413
6414 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6415
6416         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6417         internal variable to a custom variable.  Changed default value
6418         from compressed(2) to uncompressed(1).
6419         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6420         support for uncompressed agentview files.  Taken together, reading
6421         the agentview file should now be 6-7 times faster.
6422
6423 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6424
6425         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6426         as a buffer-local variable.  This avoids creating truncated
6427         dribble files as a result of a hang up, eg.
6428
6429 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6430
6431         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6432         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6433         XEmacs.
6434
6435 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6436
6437         * gnus-start.el (gnus-start-draft-setup): Enforce
6438         `gnus-draft-mode' for nndraft:drafts at startup.
6439
6440         * gnus.el (gnus-splash): Change custom group.
6441         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6442         allow-list argument.
6443
6444         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6445         string.
6446
6447 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6448
6449         * gnus-art.el (gnus-default-article-saver): Add user-defined
6450         `function' to custom type.
6451
6452 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6453
6454         * imap.el (imap-open): Handle case where buffer is a buffer
6455         object.
6456
6457 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6458
6459         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6460         long lines.
6461         (gnus-cache-delete-group): Wrap doc strings.
6462
6463         * gnus-agent.el (gnus-agent-rename-group)
6464         (gnus-agent-delete-group): Wrap doc strings.
6465
6466 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * messagexmas.el (message-use-toolbar): Change the valid values
6469         into default, top, bottom, left, and right.
6470         (message-toolbar-thickness): New variable.
6471         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6472         well.
6473         (message-setup-toolbar): Make it work.
6474
6475         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6476         (gnus-use-toolbar): Change the valid values into default, top,
6477         bottom, left, and right.
6478         (gnus-toolbar-thickness): New variable.
6479         (gnus-xmas-setup-toolbar): New function.
6480         (gnus-xmas-setup-group-toolbar): Use it.
6481         (gnus-xmas-setup-summary-toolbar): Use it.
6482
6483 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6484
6485         * gnus-start.el (gnus-1): Add "native" to
6486         gnus-predefined-server-alist.
6487
6488         * gnus.el (gnus-method-to-server): Don't add "native" to the
6489         lists here, because that leads to problems when
6490         gnus-select-method is bound.
6491
6492 2005-11-09  Simon Josefsson  <jas@extundo.com>
6493
6494         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6495         use (not sort-by-date) instead.
6496
6497 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6498
6499         * gnus-delay.el (gnus-delay-group): Don't autoload.
6500         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6501         to be re-loaded when customizing the `gnus-delay' group.
6502
6503 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6504
6505         * message.el: Revert last changes.
6506         (message-insert-citation-line): Use newlines.
6507
6508 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6509
6510         * message.el (message-courtesy-message)
6511         (message-mark-insert-begin, message-mark-insert-end)
6512         (message-elide-ellipsis, message-cancel-message)
6513         (message-add-header, message-change-subject)
6514         (message-cross-post-followup-to-header)
6515         (message-cross-post-insert-note, message-reduce-to-to-cc)
6516         (message-widen-reply, message-delete-not-region)
6517         (message-kill-to-signature, message-insert-signature)
6518         (message-insert-importance-high, message-insert-importance-low)
6519         (message-insert-or-toggle-importance)
6520         (message-insert-disposition-notification-to)
6521         (message-indent-citation, message-yank-original)
6522         (message-cite-original-without-signature, message-cite-original)
6523         (message-insert-citation-line, message-position-on-field)
6524         (message-fix-before-sending, message-send-mail-partially)
6525         (message-send-mail, message-send-mail-with-sendmail)
6526         (message-send-mail-with-qmail, message-send-news)
6527         (message-check-news-header-syntax, message-generate-headers)
6528         (message-insert-courtesy-copy, message-fill-address)
6529         (message-fill-header, message-shorten-references)
6530         (message-setup-1, message-cancel-news)
6531         (message-forward-make-body-plain, message-forward-make-body-mime)
6532         (message-forward-make-body-mml, message-encode-message-body)
6533         (message-forward-make-body-digest-plain)
6534         (message-forward-make-body-digest-mime)
6535         (message-use-alternative-email-as-from): Insert `hard-newline'
6536         instead of ordinary newlines.
6537
6538 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * message.el (message-generate-headers): Downcase the argument
6541         given to message-check-element.
6542
6543 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6544
6545         * nntp.el (nntp-authinfo-rejected): New error condition.
6546         (nntp-wait-for): Use new error condition to signal authentication
6547         error.
6548         (nntp-retrieve-data): Rethrow new error condition to break out of
6549         recursive call to nntp-send-authinfo.
6550
6551 2005-11-08  Romain Francoise  <romain@orebokech.com>
6552
6553         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6554         (gnus-summary-exit-map): Bind to `Z p'.
6555         (gnus-summary-make-menu-bar): Add menu item.
6556
6557 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6558
6559         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6560         (gnus-treat-*): Add `first' in all doc strings.
6561
6562         * gnus-group.el (gnus-group-compact-group): Fix typo.
6563
6564 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * gnus.el (gnus-parameters-case-fold-search): New variable.
6567         (gnus-parameters-get-parameter): Use it.
6568
6569         * gnus-score.el (gnus-home-score-file): Doc fix.
6570
6571 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6572
6573         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6574
6575 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * mm-util.el (mm-special-display-p): New function.
6578
6579         * mml.el (mml-preview): Use it; doc fix.
6580
6581 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6582
6583         * imap.el (imap-open): Handle case where buffer is a buffer object.
6584
6585 2005-10-29  Romain Francoise  <romain@orebokech.com>
6586
6587         * message.el (message-fix-before-sending): Fix comment.
6588
6589 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6590
6591         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6592
6593 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6594
6595         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6596         Used in gnus-score.el.
6597
6598 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6599
6600         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6601
6602 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6603
6604         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6605         whitespace removed in revision 7.8.  Use concatenated string to
6606         protect trailing whitespace.
6607
6608 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6609
6610         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6611         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6612         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6613         Courier IMAP ("some version from 2004").  Mostly based on similar
6614         code in the same function.
6615
6616 2005-10-26  Didier Verna  <didier@xemacs.org>
6617
6618         * gnus-group.el (gnus-group-compact-group): Invalidate original
6619         article buffer.
6620         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6621         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6622         NOV database and in article itself.
6623         Invalidate article backlog.
6624
6625 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6626
6627         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6628
6629 2005-10-26  Simon Josefsson  <jas@extundo.com>
6630
6631         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6632         part of 2004-07-25 change.
6633
6634 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * message.el (message-display-completion-list): New function.
6637         (message-expand-group): Use it; make sure the Completions buffer
6638         is modifiable.
6639 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6640
6641         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6642         user-mail-name is an empty string.
6643
6644 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6647         depending on gnus-score-decay-constant.
6648
6649         * encrypt.el (encrypt-insert-file-contents)
6650         (encrypt-write-file-contents): Don't use `gnus-message'.
6651
6652         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6653         arguments.
6654         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6655         arguments to mm-uu-verbatim-marks-extract.
6656         (mm-uu-hide-markers): New variable.
6657         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6658
6659         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6660         (gnus-convert-image-to-face-command): Use "convert" by default to
6661         allow other input image formats.
6662         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6663         accordingly.
6664
6665 2005-10-23  Simon Josefsson  <jas@extundo.com>
6666
6667         * imap.el (imap-gssapi-program): Align command line parameters
6668         with latest GNU SASL.
6669         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6670
6671 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6672
6673         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6674         HTML.
6675         (nnslashdot-request-article): Ditto.
6676
6677         * lpath.el (featurep): Add nobreak-char-display.
6678
6679 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6680
6681         * mail-source.el (mail-source-fetch-pop): Require pop3.
6682         (mail-source-check-pop): Ditto.
6683
6684 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6687         errors.
6688
6689 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6690
6691         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6692         (gnus-treat-strip-leading-blank-lines): Improve doc string.
6693
6694         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6695
6696         * mm-bodies.el (mm-decode-string): Call
6697         `mm-charset-to-coding-system' with allow-override argument.
6698
6699 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6702         (rfc2047-charset-to-coding-system): New function.
6703         (rfc2047-decode-encoded-words): New function.
6704         (rfc2047-decode-region): Use them.
6705         (rfc2047-decode-cte): Remove.
6706         (rfc2047-parse-and-decode): Remove.
6707         (rfc2047-decode): Remove.
6708
6709 2005-10-15  Kenichi Handa  <handa@m17n.org>
6710
6711         * rfc2047.el (rfc2047-decode-cte): New function.
6712         (rfc2047-decode-region): Change the way to decode successive
6713         encoded-words: decode B- or Q-encoding in each encoded-word,
6714         concatenate them, and decode it as charset.
6715
6716 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * lpath.el: Fbind codepage-setup for XEmacs.
6719
6720 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6721
6722         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
6723         widget-move-and-invoke.
6724         (gnus-custom-mode): Use gnus-custom-map.
6725
6726 2005-10-15  Bill Wohler  <wohler@newt.com>
6727
6728         * message.el (message-tool-bar-map): Renamed image file from
6729         mail_send to mail/send.
6730
6731 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6732
6733         * message.el (message-expand-group): Pass the common
6734         prefix substring of completion to `display-completion-list'.
6735
6736 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
6737
6738         * mml-sec.el (mml-secure-method): New internal variable.
6739         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6740         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6741         functions using mml-secure-method.
6742
6743         * mml.el (mml-mode-map): Add key bindings for those functions.
6744         (mml-menu): Simplify security menu entries.  Suggested by Jesper
6745         Harder <harder@myrealbox.com>.
6746         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6747         end of message if point is the headers of the message.
6748
6749         * message.el (message-in-body-p): New function.
6750
6751         * assistant.el: Autoload gnus-util and netrc.
6752
6753         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6754         Use `mm-charset-override-alist' only when decoding.
6755
6756         * mm-bodies.el (mm-decode-body): Call
6757         `mm-charset-to-coding-system' with allow-override argument.
6758
6759         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6760         `filename' from Content-Disposition if Content-Type doesn't
6761         provide `name'.
6762         (gnus-mime-view-part-as-type): Set default instead of
6763         initial-input.
6764
6765 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6766
6767         * format-spec.el (format-spec): Propagate text properties of % spec.
6768
6769 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6770
6771         * gnus-art.el (gnus-treat-predicate): Add `first'.
6772
6773 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6774
6775         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6776         (mm-charset-override-alist): New variable.
6777         (mm-charset-to-coding-system): Use it.
6778         (mm-codepage-setup): New helper function.
6779         (mm-charset-eval-alist): New variable.
6780         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
6781         about unknown charsets.
6782
6783         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
6784
6785 2005-10-04  David Hansen  <david.hansen@gmx.net>
6786
6787         * nnrss.el (nnrss-request-article): Add support for the comments tag.
6788         (nnrss-check-group): Ditto.
6789
6790 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6791
6792         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6793         Rename x-gnus-verbatim to x-verbatim.
6794         (mm-uu-type-alist): Fix regexp for verbatim-marks.
6795
6796         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6797         x-verbatim.
6798
6799         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6800
6801         * gnus-util.el (gnus-remove-duplicates): Remove.
6802
6803         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6804         instead of gnus-remove-duplicates.
6805
6806         * message.el (message-remove-duplicates): Remove.
6807         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6808         message-remove-duplicates.
6809
6810         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6811         available, else use implementation from `delete-dups'.
6812
6813         * message.el (message-insert-expires): New function.
6814         (message-mode-map): Add key binding.
6815         (message-mode-field-menu): Add menu entry.
6816         (message-mode): Document it.
6817         (message-make-expires-date): Use `message-make-date'.
6818
6819 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
6820
6821         * message.el (message-make-expires-date): New function.
6822
6823 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * Makefile.in (list-installed-shadows): New entry.
6826         (install): Use it.
6827         (remove-installed-shadows): New entry.
6828
6829         * dgnushack.el (dgnushack-default-load-path): New variable.
6830         (dgnushack-find-lisp-shadows): New function.
6831         (dgnushack-remove-lisp-shadows): New function.
6832
6833 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * Makefile.in (install-el-elc): New entry.
6836         (install): Use it so that .el files are necessarily installed.
6837
6838 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * time-date.el: Autoload parse-time-string, XEmacs needs it.
6841
6842 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6843
6844         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6845         function rather than the diff-mode.el package.
6846         (mm-display-external): Use with-current-buffer.
6847         (mm-viewer-completion-map, mm-viewer-completion-map):
6848         Move initialization inside declaration.
6849
6850 2005-09-29  Simon Josefsson  <jas@extundo.com>
6851
6852         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
6853         autoload mail-check-payment.
6854         (spam-check-hashcash): Define unconditionally, since hashcash.el
6855         is part of Gnus now.  Ignore errors from payment checking.
6856
6857 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6858
6859         * message.el (message-bold-region, message-unbold-region): Rename
6860         from `bold-region' and `unbold-region'.
6861
6862         * message.el: Remove useless autoloads.
6863
6864 2005-09-28  Simon Josefsson  <jas@extundo.com>
6865
6866         * message.el (message-use-idna): Default to t.
6867         (message-use-idna): Test whether encoding works too.  Doc fix.
6868
6869 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * nntp.el (nntp-warn-about-losing-connection): Remove.
6872
6873 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6876         customizable.  Change default value.
6877         (mm-uu-diff-groups-regexp): Change default value.
6878         (mm-uu-type-alist): Add doc string.
6879         (mm-uu-configure): Add doc string.  Make it interactive.
6880         (mm-uu-tex-groups-regexp): New variable.
6881         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6882         (mm-uu-type-alist): Add LaTeX documents.
6883         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6884         of "text/verbatim".
6885         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6886
6887         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6888         instead of "text/verbatim".
6889
6890         * message.el (message-mark-inserted-region)
6891         (message-mark-insert-file): Use slrn style marks when called with
6892         prefix argument.
6893
6894 2005-09-27  Simon Josefsson  <jas@extundo.com>
6895
6896         * message.el (message-idna-to-ascii-rhs-1): Reformat.
6897
6898 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
6899
6900         * message.el (message-remove-duplicates): New function.
6901         Implementation borrowed from `gnus-remove-duplicates'.
6902         (message-idna-to-ascii-rhs): Also encode idna addresses in
6903         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6904         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6905         only ask about the same idna domain once per header and also tell
6906         in what header to replace the idna domain.
6907
6908         * gnus-art.el (article-decode-idna-rhs): Also decode idna
6909         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6910         (article-decode-idna-rhs): Fix regexp so that all idna-address in
6911         a header is decoded and not just the last one.
6912
6913 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6916         has been decoded.
6917
6918         * mm-decode.el (mm-automatic-display): Add text/verbatim.
6919         (mm-insert-part): Don't modify text if it has been decoded.
6920
6921         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6922         decoded.
6923
6924         * mm-view.el (mm-inline-text): Don't strip text props unless
6925         decoding enriched or richtext parts.
6926
6927 2005-09-25  Romain Francoise  <romain@orebokech.com>
6928
6929         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6930         * gnus-start.el (gnus-subscribe-interactively):
6931         * gnus-uu.el (gnus-uu-grab-articles):
6932         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6933         space.
6934
6935 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6936
6937         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6938         * mm-view.el (mm-view-pkcs7-decrypt):
6939         * gnus-sum.el (gnus-summary-limit-to-extra)
6940         (gnus-summary-respool-article, gnus-read-move-group-name):
6941         * gnus-score.el (gnus-summary-increase-score):
6942         * gnus-util.el (gnus-completing-read-with-default):
6943         * gnus-art.el (gnus-read-save-file-name)
6944         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6945         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6946         * message.el (message-check-news-header-syntax):
6947         Follow convention for reading with the minibuffer.
6948
6949 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
6950
6951         * spam-report.el (spam-report-url-ping-plain):
6952         Use gnus-extended-version as User-Agent.
6953
6954         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6955         default value is nil.
6956
6957         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6958         (mm-uu-verbatim-marks-extract): New function.
6959         (mm-uu-extract): New face.
6960         (mm-uu-copy-to-buffer): Use it.
6961
6962         * spam-report.el (spam-report-gmane-ham): Renamed from
6963         `spam-report-gmane-unspam'.
6964         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6965         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
6966
6967         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6968         Autoload.
6969         (spam-report-gmane-unregister-routine): Renamed
6970         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6971
6972 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
6973
6974         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6975         (spam-report-gmane-unregister-routine): Add support for gmane
6976         unregistration.
6977
6978         * spam-report.el (spam-report-gmane-unspam)
6979         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6980         (spam-report-gmane): Change to take a single article and do unspam
6981         registration.
6982
6983 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6984
6985         * mm-url.el (mm-url-decode-entities): Fix regexp.
6986
6987 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6988
6989         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6990         default to nil, to be able to use Gnus at all.  If the default
6991         switches to something else, then the function should be fixed not
6992         be exceedingly slow.
6993
6994 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
6995
6996         * gnus-start.el (gnus-activate-group): If the server is nil, don't
6997         fail hard.
6998
6999         * spam-report.el: Add better Keywords line.
7000
7001         * spam.el: Add Maintainer and better Keywords line.
7002
7003 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7004
7005         * gnus-art.el (gnus-article-replace-part)
7006         (gnus-mime-replace-part): New functions.
7007         (gnus-mime-action-alist, gnus-mime-button-commands)
7008         (gnus-mime-save-part-and-strip): Added file argument.
7009         (gnus-article-part-wrapper): Added interactive argument.
7010
7011         * gnus-sum.el (gnus-summary-mime-map): Add
7012         `gnus-article-replace-part'.
7013
7014 2005-09-19  Didier Verna  <didier@xemacs.org>
7015
7016         The nnml compaction feature:
7017         * nnml.el (nnml-request-compact-group): New function.
7018         * nnml.el (nnml-request-compact): New function.
7019         * gnus-int.el (gnus-request-compact-group): New function.
7020         * gnus-int.el (gnus-request-compact): New function.
7021         * gnus-group.el (gnus-group-compact-group): New function.
7022         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7023         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7024         * gnus-srvr.el (gnus-server-compact-server): New function.
7025         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7026         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7027
7028 2005-09-18  Deepak Goel  <deego@gnufans.org>
7029
7030         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7031         format spec.
7032
7033 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7036
7037 2005-09-15  Romain Francoise  <romain@orebokech.com>
7038
7039         * message.el (message-fill-paragraph): Clarify docstring.
7040
7041 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * gnus-art.el (gnus-mime-display-part): Protect against broken
7044         MIME messages.
7045
7046 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7049         before parsing header.
7050
7051 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7052
7053         * html2text.el (html2text-replace-list): Add new entities.
7054
7055 2005-09-11  Romain Francoise  <romain@orebokech.com>
7056
7057         * message.el (message-alternative-emails): Improve docstring.
7058         (message-setup-1): Call `message-use-alternative-email-as-from'
7059         after `message-setup-hook' to give it precedence over posting
7060         styles, etc.
7061         (message-use-alternative-email-as-from): Add docstring.  Remove
7062         the original From header if present.
7063
7064         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7065         (nnml-save-mail): Use it.
7066
7067         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7068         articles.  Add new argument `silent'.
7069         (gnus-uu-mark-all): Report the total number of marked articles.
7070
7071 2005-09-10  Romain Francoise  <romain@orebokech.com>
7072
7073         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7074         (gnus-uu-mark-series): Likewise.
7075
7076 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7077
7078         * spam-report.el (spam-report-gmane): Fix generation of spam
7079         report URL.
7080
7081 2005-09-10  Simon Josefsson  <jas@extundo.com>
7082
7083         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7084         t, based on discussion on the ding list with Robert Epprecht
7085         <epprecht@solnet.ch>.
7086
7087 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7088
7089         * spam-report.el (spam-report-gmane): Make it work without
7090         X-Report-Spam header.  Gmane now only provides Archived-At.
7091         This is only used if `spam-report-gmane-use-article-number' is nil.
7092         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7093
7094         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7095         make `gnus-summary-sort-by-recipient' work with threading.
7096
7097         * nnweb.el (nnweb-google-wash-article): Print a message if article
7098         is not available.
7099
7100 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7101
7102         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7103         change.  Decode text/* parts content before displaying.
7104
7105 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7106
7107         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7108
7109 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7112
7113         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7114         url-package-name, url-package-version,
7115         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7116         w3m-display-inline-images, and w3m-minor-mode-map.
7117
7118 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7119
7120         * message.el (message-tab-body-function): Fix mismatched custom type.
7121
7122         * gnus.el (gnus-group-change-level-function): Ditto.
7123
7124         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7125
7126         * gnus-art.el (gnus-signature-limit)
7127         (gnus-article-mime-part-function): Ditto.
7128
7129 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * mml.el (mml-mode): Silence the byte compiler.
7132
7133         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7134         using `(sit-for 0)' before moving the point to the specified part;
7135         skip unbuttonized parts.
7136         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7137         return to the summary window if gnus-auto-select-part is non-nil.
7138
7139 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7140
7141         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7142         variables.
7143         (mml-dnd-attach-file, mml-mode): Use them.
7144
7145         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7146         Make fetching article by MID work again for Google Groups.  Added
7147         FIXME concerning gnus-group-make-web-group.
7148
7149         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7150         Don't depend on Gnus by using mail-extract-address-components if
7151         gnus-extract-address-components is not bound.
7152
7153 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7154
7155         * gnus-art.el (gnus-mime-display-security): Don't display the
7156         signature, but only the signed part.
7157
7158 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7161
7162         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7163         list, not listp.
7164
7165 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7166
7167         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7168         when encoding.
7169
7170         * mm-bodies.el (mm-decode-content-transfer-encoding):
7171         De-canonicalize CRLF for all text content types, not just
7172         text/plain.
7173
7174 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7177         valid article; point arrow and cursor at the MIME button.
7178
7179 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7182         Suggested by Dan Christensen <jdc@uwo.ca>.
7183
7184         * mm-decode.el (mm-save-part): Enable change of prompt.
7185
7186 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7187
7188         * gnus-msg.el (gnus-inews-add-send-actions): Made
7189         `message-post-method' lambda parameter ARG `&optional'.
7190
7191 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7192
7193         * gnus-sum.el (gnus-summary-mime-map): Added
7194         gnus-article-save-part-and-strip, gnus-article-delete-part and
7195         gnus-article-jump-to-part.
7196
7197         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7198         (gnus-article-edit-part): Use it.
7199         (gnus-article-part-wrapper): Added no-handle argument.
7200         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7201         functions.
7202
7203 2005-08-29  Romain Francoise  <romain@orebokech.com>
7204
7205         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7206         docstring.
7207         (gnus-face-from-file): Likewise.
7208
7209 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7210
7211         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7212         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7213         non-nil.
7214         (gnus-auto-select-part): New variable.
7215         (gnus-article-jump-to-part): New function.
7216         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7217         (gnus-mime-delete-part): Allow selecting specified part after
7218         deleting or stripping parts.
7219         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7220         part if argument is bogus.
7221
7222 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7223
7224         * gnus-art.el (w3m-minor-mode-map):
7225         * gnus-spec.el (gnus-newsrc-file-version):
7226         * gnus-util.el (nnmail-active-file-coding-system)
7227         (gnus-original-article-buffer, gnus-user-agent):
7228         * gnus.el (gnus-ham-process-destinations)
7229         (gnus-parameter-ham-marks-alist)
7230         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7231         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7232         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7233         * mm-decode.el (gnus-current-window-configuration):
7234         * mm-extern.el (gnus-article-mime-handles):
7235         * mm-url.el (url-current-object, url-package-name)
7236         (url-package-version):
7237         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7238         (smime-keys, w3m-cid-retrieve-function-alist)
7239         (w3m-current-buffer, w3m-display-inline-images)
7240         (w3m-minor-mode-map):
7241         * mml-smime.el (gnus-extract-address-components):
7242         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7243         (gnus-newsrc-hashtb, message-default-charset)
7244         (message-deletable-headers, message-options)
7245         (message-posting-charset, message-required-mail-headers)
7246         (message-required-news-headers):
7247         * mml1991.el (mc-pgp-always-sign):
7248         * mml2015.el (mc-pgp-always-sign):
7249         * nnheader.el (nnmail-extra-headers):
7250         * rfc1843.el (gnus-decode-encoded-word-function)
7251         (gnus-decode-header-function, gnus-newsgroup-name):
7252         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7253
7254 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7255
7256         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7257         the end of the date treatments.
7258
7259 2005-08-15  Simon Josefsson  <jas@extundo.com>
7260
7261         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7262         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7263         Capello and Romain Francoise.
7264         (pgg-fetch-key-function): Removed, not used?
7265         (pgg-insert-url-with-w3): Require url, to get
7266         url-insert-file-contents regardless of where it is defined.
7267
7268 2005-08-13  Romain Francoise  <romain@orebokech.com>
7269
7270         * message.el (message-cite-original-1): New function.
7271         (message-cite-original): Use it.
7272         (message-cite-original-without-signature): Ditto.
7273
7274 2005-08-08  Romain Francoise  <romain@orebokech.com>
7275
7276         * message.el (message-yank-empty-prefix): New variable.
7277         (message-indent-citation): Use it.
7278         (message-cite-original-without-signature): Respect X-No-Archive.
7279
7280 2005-08-08  Simon Josefsson  <jas@extundo.com>
7281
7282         * pgg.el: Autoload url-insert-file-contents instead of loading
7283         w3/url.
7284         (pgg-insert-url-with-w3): Don't load url here.
7285
7286 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7287
7288         * message.el (message-kill-to-signature): Don't insert newline at
7289         bol.
7290         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7291
7292 2005-08-06  Romain Francoise  <romain@orebokech.com>
7293
7294         * message.el (message-user-fqdn): Fix typo in docstring.
7295
7296 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7297
7298         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7299
7300         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7301
7302 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7303
7304         * mm-bodies.el (mm-encode-body): Use coding system rather than
7305         charset to encode text.
7306
7307         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7308         number of charsets if utf-8 is available (XEmacs).
7309
7310 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7313         taken from `gnus-button-mid-or-mail-regexp'.
7314         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7315         (gnus-button-alist): Improve regexp for domain part of the MIDs
7316         for news:localpart@domain buttons.
7317         (gnus-button-ctan-directory-regexp): Update.
7318
7319 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * sieve-manage.el (sieve-manage-interactive-login): Use
7322         make-local-variable rather than make-variable-buffer-local.
7323         (sieve-manage-open): Ditto.
7324         (sieve-manage-authenticate): Ditto.
7325
7326         * mml.el (mml-generate-mime-1): Make the content type default to
7327         text/plain if the filename is not specified.
7328
7329 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7332         instead of insert-buffer.
7333
7334         * message.el (message-yank-original): Ditto; set the mark at the
7335         end of the yanked message.
7336
7337 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7340         lines to scroll rather than to stop it.
7341
7342         * mml.el (mml-generate-default-type): Add doc string.
7343         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7344         default to application/octet-stream when determining the content
7345         type if it is not specified for the part or the mml contents; add
7346         a comment about mml-generate-default-type.
7347
7348 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7349
7350         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7351         make it default to application/octet-stream when determining the
7352         content type if it is not specified for the external contents.
7353
7354 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7357         segmented parameter but also other parameters might be there.
7358
7359 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * mm-decode.el (mm-display-external): Delete temp file, directory
7362         and buffer immediately if the external process is exited.
7363
7364 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7367         fewer lines than that of scroll-margin.
7368         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7369
7370 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * gnus-art.el (gnus-article-next-page): Revert.
7373         (gnus-article-beginning-of-window): New macro.
7374         (gnus-article-next-page-1): Use it.
7375         (gnus-article-prev-page): Ditto.
7376         (gnus-article-edit-part): Use insert-buffer-substring instead of
7377         insert-buffer.
7378         (gnus-article-edit-exit): Ditto.
7379
7380         * gnus-util.el (gnus-beginning-of-window): Remove.
7381         (gnus-end-of-window): Remove.
7382
7383         * lpath.el: Don't bind header-line-format and scroll-margin.
7384
7385 2005-07-25  Simon Josefsson  <jas@extundo.com>
7386
7387         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7388         to have the url package without w3.  Reported by Daiki Ueno
7389         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7390
7391 2005-07-20  Didier Verna  <didier@xemacs.org>
7392
7393         * gnus-diary.el: Remove the description comment (nndiary is now
7394         properly documented in the Gnus manual).
7395         Fix the spelling of "Back End".
7396         * nndiary.el: Ditto.
7397         Fix the copyright notice.
7398
7399 2005-07-18  Romain Francoise  <romain@orebokech.com>
7400
7401         * gnus-sum.el (gnus-summary-to-prefix)
7402         (gnus-summary-newsgroup-prefix): New variables.
7403         (gnus-summary-from-or-to-or-newsgroups): Use them.
7404
7405 2005-07-17  Romain Francoise  <romain@orebokech.com>
7406
7407         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7408         space as it's generally not especially interesting to the user.
7409
7410 2005-07-16  Romain Francoise  <romain@orebokech.com>
7411
7412         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7413         nil to avoid prompting and file modification if one of the
7414         messages at the top of the nnfolder file contains a copyright
7415         notice.
7416         Update copyright notice.
7417
7418         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7419         instead of `current-time-string' as the latter creates a time
7420         string that is not RFC 2822 compliant (it lacks the zone).
7421         Update copyright notice.
7422
7423 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7424
7425         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7426         for text/rtf.  Display default in prompt.  Pass default for M-n.
7427
7428         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7429
7430 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7431
7432         * gnus-msg.el (gnus-button-mailto): Remove
7433         save-selected-window-window hackery because it relies on
7434         save-selected-window internals.
7435
7436 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7439         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7440         (gnus-article-prev-page): Ditto.
7441
7442         * gnus-util.el (gnus-beginning-of-window): New function.
7443         (gnus-end-of-window): New function.
7444
7445         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7446
7447 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7448
7449         * gnus-score.el (gnus-score-edit-all-score): Set
7450         gnus-score-edit-exit-function to gnus-score-edit-done and call
7451         gnus-message.
7452
7453 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454
7455         * gnus-msg.el (gnus-button-mailto): Remove
7456         save-selected-window-window hackery because it relies on
7457         save-selected-window internals.
7458
7459 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7460
7461         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7462         add-minor-mode.
7463         (gnus-binary-mode): Ditto.
7464
7465         * gnus-topic.el (gnus-topic-mode): Ditto.
7466
7467 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7468
7469         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7470         (gnus-article-prev-page): Take scroll-margin into consideration.
7471
7472 2005-07-04  Lute Kamstra  <lute@gnu.org>
7473
7474         Update FSF's address in GPL notices.
7475
7476 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7477
7478         * gnus.el (gnus-exit):
7479         * gnus-group.el (gnus-group-icons):
7480         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7481
7482         * gnus-nocem.el (gnus-nocem):
7483         * message.el (message-various, message-buffers, message-sending)
7484         (message-interface, message-forwarding, message-insertion)
7485         (message-headers, message-news, message-mail):
7486         * pgg-gpg.el (pgg-gpg):
7487         * pgg-parse.el (pgg-parse):
7488         * pgg-pgp.el (pgg-pgp):
7489         * pgg-pgp5.el (pgg-pgp5):
7490         * pop3.el (pop3): Finish `defgroup' description with period.
7491
7492 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gnus-art.el (article-display-face): Improve the efficiency.
7495         (article-display-x-face): Ditto; remove grey x-face stuff.
7496
7497 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * gnus-art.el (article-display-face): Correct the position in
7500         which Faces are inserted.
7501
7502 2005-06-29  Didier Verna  <didier@xemacs.org>
7503
7504         * gnus-art.el (article-display-face): Display faces in correct
7505         order.
7506
7507 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7510         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7511         (gnus-nocem-check-article): Fetch the Type header.
7512         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7513         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7514         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7515         make sure gnus-nocem-hashtb is initialized.
7516         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7517         (gnus-nocem-unwanted-article-p): Ditto.
7518
7519         * pgg.el (pgg-verify): Return the verification result.
7520
7521 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7522
7523         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7524         is ascii.
7525
7526 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7527
7528         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7529         `show-nonbreak-escape'.
7530
7531 2005-06-23  Lute Kamstra  <lute@gnu.org>
7532
7533         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7534
7535         * dig.el (dig-mode):
7536         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7537
7538 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7539
7540         * nnimap.el (nnimap-split-download-body): Fix spellings.
7541
7542 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7543
7544         * gnus-art.el (gnus-article-encrypt-body):
7545         * gnus-cus.el (gnus-score-customize):
7546         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7547         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7548
7549 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7550
7551         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7552         header by looking for magic "MII" at the beginnig.
7553
7554 2005-06-16  Miles Bader  <miles@gnu.org>
7555
7556         * gnus-xmas.el (gnus-xmas-group-startup-message):
7557         Use renamed gnus-splash face.
7558
7559         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7560         (assistant-field-face): New backward-compatibility alias for renamed
7561         face.
7562         (assistant-render-text): Use renamed assistant-field face.
7563
7564         * spam.el (spam): Remove "-face" suffix from face name.
7565         (spam-face): New backward-compatibility alias for renamed face.
7566         (spam-face, spam-initialize): Use renamed spam face.
7567
7568         * message.el (message-header-to, message-header-cc)
7569         (message-header-subject, message-header-newsgroups)
7570         (message-header-other, message-header-name)
7571         (message-header-xheader, message-separator, message-cited-text)
7572         (message-mml): Remove "-face" suffix from face names.
7573         (message-header-to-face, message-header-cc-face)
7574         (message-header-subject-face, message-header-newsgroups-face)
7575         (message-header-other-face, message-header-name-face)
7576         (message-header-xheader-face, message-separator-face)
7577         (message-cited-text-face, message-mml-face):
7578         New backward-compatibility aliases for renamed faces.
7579         (message-font-lock-keywords): Use renamed message faces.
7580
7581         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7582         (sieve-test-commands, sieve-tagged-arguments):
7583         Remove "-face" suffix from face names.
7584         (sieve-control-commands-face, sieve-action-commands-face)
7585         (sieve-test-commands-face, sieve-tagged-arguments-face):
7586         New backward-compatibility aliases for renamed faces.
7587         (sieve-control-commands-face, sieve-action-commands-face)
7588         (sieve-test-commands-face, sieve-tagged-arguments-face):
7589         Use renamed sieve faces.
7590
7591         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7592         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7593         (gnus-group-news-3-empty, gnus-group-news-4)
7594         (gnus-group-news-4-empty, gnus-group-news-5)
7595         (gnus-group-news-5-empty, gnus-group-news-6)
7596         (gnus-group-news-6-empty, gnus-group-news-low)
7597         (gnus-group-news-low-empty, gnus-group-mail-1)
7598         (gnus-group-mail-1-empty, gnus-group-mail-2)
7599         (gnus-group-mail-2-empty, gnus-group-mail-3)
7600         (gnus-group-mail-3-empty, gnus-group-mail-low)
7601         (gnus-group-mail-low-empty, gnus-summary-selected)
7602         (gnus-summary-cancelled, gnus-summary-high-ticked)
7603         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7604         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7605         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7606         (gnus-summary-low-undownloaded)
7607         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7608         (gnus-summary-low-unread, gnus-summary-normal-unread)
7609         (gnus-summary-high-read, gnus-summary-low-read)
7610         (gnus-summary-normal-read, gnus-splash):
7611         Remove "-face" suffix from face names.
7612         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7613         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7614         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7615         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7616         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7617         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7618         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7619         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7620         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7621         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7622         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7623         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7624         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7625         (gnus-summary-normal-ticked-face)
7626         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7627         (gnus-summary-normal-ancient-face)
7628         (gnus-summary-high-undownloaded-face)
7629         (gnus-summary-low-undownloaded-face)
7630         (gnus-summary-normal-undownloaded-face)
7631         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7632         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7633         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7634         (gnus-splash-face):
7635         New backward-compatibility aliases for renamed faces.
7636         (gnus-group-startup-message): Use renamed gnus faces.
7637
7638         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7639         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7640         (gnus-server-agent): Remove "-face" suffix from face names.
7641         (gnus-server-agent-face, gnus-server-opened-face)
7642         (gnus-server-closed-face, gnus-server-denied-face)
7643         (gnus-server-offline-face):
7644         New backward-compatibility aliases for renamed faces.
7645         (gnus-server-agent-face, gnus-server-opened-face)
7646         (gnus-server-closed-face, gnus-server-denied-face)
7647         (gnus-server-offline-face): Use renamed gnus faces.
7648
7649         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7650         Remove "-face" suffix from face names.
7651         (gnus-picon-xbm-face, gnus-picon-face):
7652         New backward-compatibility aliases for renamed faces.
7653
7654         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7655         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7656         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7657         (gnus-cite-11): Remove "-face" suffix from face names.
7658         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7659         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7660         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7661         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7662         New backward-compatibility aliases for renamed faces.
7663         (gnus-cite-attribution-face, gnus-cite-face-list)
7664         (gnus-article-boring-faces): Use renamed gnus faces.
7665
7666         * gnus-art.el (gnus-signature, gnus-header-from)
7667         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7668         (gnus-header-content): Remove "-face" suffix from face names.
7669         (gnus-signature-face, gnus-header-from-face)
7670         (gnus-header-subject-face, gnus-header-newsgroups-face)
7671         (gnus-header-name-face, gnus-header-content-face):
7672         New backward-compatibility aliases for renamed faces.
7673         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7674
7675         * gnus-sum.el (gnus-summary-selected-face)
7676         (gnus-summary-highlight): Use renamed gnus faces.
7677         * gnus-group.el (gnus-group-highlight): Likewise.
7678
7679 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7680
7681         * gnus-sieve.el (gnus-sieve-article-add-rule):
7682         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7683         * spam-stat.el (spam-stat-buffer-change-to-spam)
7684         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7685
7686         * message.el (message-is-yours-p):
7687         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7688
7689 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * mm-view.el (mm-inline-text): Withdraw the last change.
7692
7693 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7696         executing enriched-decode.
7697
7698 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7701         charset of tar files.
7702
7703 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7704
7705         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7706
7707 2005-06-04  Lute Kamstra  <lute@gnu.org>
7708
7709         * nnfolder.el (nnfolder-read-folder): Make sure that undo
7710         information is never recorded.
7711
7712 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7713
7714         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7715
7716 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * pop3.el (pop3-apop): Run md5 in the binary mode.
7719
7720         * starttls.el (starttls-set-process-query-on-exit-flag):
7721         Use eval-and-compile.
7722
7723 2005-05-31  Simon Josefsson  <jas@extundo.com>
7724
7725         * smime.el (smime-replace-in-string): Define.
7726         (smime-cert-by-ldap-1): Use it.
7727
7728 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7729
7730         * gnus-art.el (article-display-x-face): Replace
7731         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7732
7733         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7734         set-process-query-on-exit-flag or process-kill-without-query.
7735
7736         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7737         loop instead of replace-regexp.
7738
7739         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7740         instead of process-kill-without-query if it is available.
7741
7742         * lpath.el: Fbind ldap-search-entries.
7743
7744         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7745         instead of find-file-hooks if it is available.
7746
7747         * mml1991.el: Bind pgg-default-user-id when compiling.
7748
7749         * mml2015.el: Bind pgg-default-user-id when compiling.
7750
7751         * nndraft.el (nndraft-request-associate-buffer):
7752         Use write-contents-functions instead of write-contents-hooks if it is
7753         available.
7754
7755         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7756         instead of find-file-hooks if it is available.
7757
7758         * nntp.el (nntp-open-connection): Replace
7759         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7760         (nntp-open-ssl-stream): Ditto.
7761         (nntp-open-tls-stream): Ditto.
7762
7763         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7764         set-process-query-on-exit-flag or process-kill-without-query.
7765         (starttls-open-stream-gnutls): Use it instead of
7766         process-kill-without-query.
7767         (starttls-open-stream): Ditto.
7768
7769 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
7770
7771         * smime.el (smime-cert-by-ldap-1): Don't use
7772         replace-regexp-in-string.
7773
7774 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
7775
7776         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7777
7778         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7779         in PEM format.  Adjust to the XEmacs compability.
7780
7781 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7782
7783         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7784         by `string-to-number'.
7785         * gnus-agent.el (gnus-agent-regenerate-group)
7786         (gnus-agent-fetch-articles): Ditto.
7787         * gnus-art.el (gnus-button-fetch-group): Ditto.
7788         * gnus-cache.el (gnus-cache-generate-active)
7789         (gnus-cache-articles-in-group): Ditto.
7790         * gnus-group.el (gnus-group-set-current-level)
7791         (gnus-group-insert-group-line): Ditto.
7792         * gnus-score.el (gnus-score-set-expunge-below)
7793         (gnus-score-set-mark-below, gnus-summary-score-effect)
7794         (gnus-summary-score-entry): Ditto.
7795         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7796         (gnus-soup-pack): Ditto.
7797         * gnus-spec.el (gnus-xmas-format): Ditto.
7798         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7799         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7800         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7801         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7802         * nndb.el (nndb-get-remote-expire-response): Ditto.
7803         * nndiary.el (nndiary-parse-schedule-value)
7804         (nndiary-string-to-number, nndiary-request-replace-article)
7805         (nndiary-request-article): Ditto.
7806         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7807         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7808         * nneething.el (nneething-make-head): Ditto.
7809         * nnfolder.el (nnfolder-request-article)
7810         (nnfolder-retrieve-headers): Ditto.
7811         * nnheader.el (nnheader-file-to-number): Ditto.
7812         * nnkiboze.el (nnkiboze-request-article): Ditto.
7813         * nnmail.el (nnmail-process-unix-mail-format)
7814         (nnmail-process-babyl-mail-format): Ditto.
7815         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7816         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7817         (nnmh-request-create-group, nnmh-request-list-1)
7818         (nnmh-request-group, nnmh-request-article): Ditto.
7819         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7820         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7821         * nnsoup.el (nnsoup-make-active): Ditto.
7822         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7823         * nntp.el (nntp-find-group-and-number)
7824         (nntp-retrieve-headers-with-xover): Ditto.
7825         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7826         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7827         (pgg-format-key-identifier): Ditto.
7828         * pop3.el (pop3-last, pop3-stat): Ditto.
7829         * qp.el (quoted-printable-decode-region): Ditto.
7830
7831         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7832         of concat.
7833
7834 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7837
7838         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7839
7840         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7841
7842         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7843
7844         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7845
7846         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7847
7848         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7849         (gnus-carpal-mode): Ditto.
7850
7851         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7852         (gnus-browse-mode): Ditto.
7853
7854         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7855
7856         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7857
7858 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7859
7860         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7861
7862 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * gnus-util.el (gnus-run-mode-hooks): New function.
7865
7866         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7867
7868         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
7869         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
7870
7871 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
7872
7873         * gnus-agent.el (gnus-agent-make-mode-line-string):
7874         Use mode-line-highlight as mouse-face.
7875
7876 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * canlock.el (canlock): Change the parent group to news.
7879
7880         * deuglify.el (gnus-outlook-deuglify): Add :group.
7881
7882         * dig.el (dig): Add :group.
7883
7884         * dns-mode.el (dns-mode): Add :group.
7885
7886         * encrypt.el (encrypt): Add :group.
7887
7888         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7889         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7890         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7891         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7892         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7893
7894         * gnus-diary.el (gnus-diary): Add :group.
7895
7896         * gnus.el (gnus-group-news-1-face): Add :group.
7897         (gnus-group-news-1-empty-face): Ditto.
7898         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7899         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7900         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7901         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7902         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7903         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7904         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7905         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7906         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7907         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7908         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7909         (gnus-summary-high-ticked-face): Ditto.
7910         (gnus-summary-low-ticked-face): Ditto.
7911         (gnus-summary-normal-ticked-face): Ditto.
7912         (gnus-summary-high-ancient-face): Ditto.
7913         (gnus-summary-low-ancient-face): Ditto.
7914         (gnus-summary-normal-ancient-face): Ditto.
7915         (gnus-summary-high-undownloaded-face): Ditto.
7916         (gnus-summary-low-undownloaded-face): Ditto.
7917         (gnus-summary-normal-undownloaded-face): Ditto.
7918         (gnus-summary-high-unread-face): Ditto.
7919         (gnus-summary-low-unread-face): Ditto.
7920         (gnus-summary-normal-unread-face): Ditto.
7921         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7922         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7923
7924         * hashcash.el (hashcash): New custom group.
7925         (hashcash-default-payment): Add :group.
7926         (hashcash-payment-alist): Ditto.
7927         (hashcash-default-accept-payment): Ditto.
7928         (hashcash-accept-resources): Ditto.
7929         (hashcash-path): Ditto.
7930         (hashcash-extra-generate-parameters): Ditto.
7931         (hashcash-double-spend-database): Ditto.
7932         (hashcash-in-news): Ditto.
7933
7934         * message.el (message-minibuffer-local-map): Add :group.
7935
7936         * netrc.el (netrc): Add :group.
7937
7938         * sieve-manage.el (sieve-manage-log): Add :group.
7939         (sieve-manage-default-user): Diito.
7940         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7941         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7942         (sieve-manage-authenticators): Ditto.
7943         (sieve-manage-authenticator-alist): Ditto.
7944         (sieve-manage-default-port): Ditto.
7945
7946         * sieve-mode.el (sieve-control-commands-face): Add :group.
7947         (sieve-action-commands-face): Ditto.
7948         (sieve-test-commands-face): Ditto.
7949         (sieve-tagged-arguments-face): Ditto.
7950
7951         * smime.el (smime): Add :group.
7952
7953         * spam-report.el (spam-report): Add :group.
7954
7955         * spam.el (spam, spam-face): Add :group.
7956
7957 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7958
7959         * nntp.el (nntp-next-result-arrived-p): Some news servers may
7960         return \n.\n.\n at the end of articles.  Protect against that.
7961         (nntp-with-open-group): Allow debugging.
7962
7963         * nnheader.el (mail-header-set-extra): Make into a function
7964         because I just could't understand how to quote the list properly.
7965
7966         * dns.el (query-dns-cached): New function.
7967
7968 2005-05-26  Lute Kamstra  <lute@gnu.org>
7969
7970         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7971
7972 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
7975
7976         * gnus-art.el: Don't autoload mail-extract-address-components.
7977
7978         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7979         eval-and-compile to evaluate it.
7980
7981         * hashcash.el: Don't autoload executable-find.
7982
7983         * nndb.el: Don't declare the nndb back end two or more times; don't
7984         autoload news-reply-mode, news-setup, cancel-timer and telnet.
7985
7986         * nntp.el: Autoload format-spec instead of format; use
7987         eval-and-compile to evaluate autoload forms.
7988
7989 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
7990
7991         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7992
7993 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7994
7995         * gnus.el (gnus-version-number): Bump version.
7996
7997 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7998
7999         * gnus.el: No Gnus v0.3 is released.
8000
8001 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8002
8003         * lpath.el (featurep): Bind show-nonbreak-escape.
8004
8005 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8006
8007         * gnus-art.el (gnus-article-edit-part): Disable undo.
8008
8009 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8012         gnus-article-date-lapsed-new-header is t if date timer is active;
8013         skip headers in which the original date value is empty.
8014         (gnus-article-save-original-date): Redefine it as a macro.
8015         (gnus-display-mime): Use it.
8016
8017 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * gnus-art.el (article-date-ut): Support converting date in
8020         forwarded parts as well.
8021         (gnus-article-save-original-date): New function.
8022         (gnus-display-mime): Use it.
8023
8024 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8025
8026         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8027         enclosure element of <item>.
8028
8029 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8030
8031         * message.el (message-kill-buffer-query): Renamed from
8032         `message-kill-buffer-query-if-modified'.  Added :version.
8033
8034 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8037         window layout.
8038
8039 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * mml.el: Autoload dnd when compiling.
8042
8043 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8044
8045         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8046         x-dnd-*.
8047
8048 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * qp.el (quoted-printable-encode-region): Save excursion.
8051
8052 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8053
8054         * message.el (message-kill-buffer-query-if-modified): Add new variable
8055         so the user can kill a modified message buffer quickly.
8056         (message-kill-buffer): Use it.
8057
8058 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * lpath.el: Fbind display-time-event-handler; don't fbind
8061         string-to-multibyte.
8062
8063         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8064
8065 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8068         contained in text because xml.el decodes entities) with LFs.
8069
8070 2005-04-11  Lute Kamstra  <lute@gnu.org>
8071
8072         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8073         differently.
8074
8075 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8076
8077         * mm-util.el (mm-detect-coding-region): Typo.
8078
8079 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8082
8083 2005-04-06  D Goel  <deego@gnufans.org>
8084
8085         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8086         user-function allow user modifications of the scores.
8087         (spam-stat-score-buffer-user): New function, to allow
8088         user-computed modifications to the score.
8089         (spam-stat-score-buffer-user-functions): List of additional
8090         scoring functions.
8091         (spam-stat-error-holder): Global temporary error holder.
8092         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8093         variable.
8094
8095 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8096
8097         * gnus-registry.el (gnus-registry-clean-empty-function)
8098         (gnus-registry-trim, gnus-registry-fetch-groups)
8099         (gnus-registry-delete-group): Groups that match
8100         `gnus-registry-ignored-groups' are removed from the registry
8101         entries, not just ignored for splitting.  This helps clean up the
8102         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8103         to get all the groups a message ID is in.
8104
8105         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8106         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8107         (spam-stat-score-buffer-user-functions): Add :number custom type.
8108
8109 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8112         argument in XEmacs.
8113
8114         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8115         (nnrss-request-group): Decode group name first.
8116         (nnrss-request-article): Make a text/plain article if mml-to-mime
8117         failed.
8118         (nnrss-get-encoding): Return a compatible encoding according to
8119         nnrss-compatible-encoding-alist.
8120         (nnrss-find-el): Use consp instead of listp.
8121         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8122
8123 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8124
8125         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8126         which Emacs 20 doesn't support.
8127         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8128
8129 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8130
8131         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8132         silence the byte compiler inside the defun.
8133
8134         * gnus-demon.el (parse-time-string): Add autoload.
8135
8136         * gnus-delay.el (parse-time-string): Add autoload.
8137
8138         * gnus-art.el (parse-time-string): Add autoload.
8139
8140         * nnultimate.el (parse-time): Require for `parse-time-string'.
8141
8142 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8143
8144         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8145
8146         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8147
8148         * smime.el (smime-ldap-host-list): Add :version.
8149
8150 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8151
8152         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8153         pass it to `gnus-browse-read-group'.
8154         (gnus-browse-read-group): Add NUMBER argument and pass it to
8155         `gnus-group-read-ephemeral-group'.
8156
8157         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8158         argument and pass it to `gnus-group-read-group'.
8159
8160 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8161
8162         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8163         mm-xemacs-find-mime-charset-1 if we have the mule feature
8164         available at runtime.
8165
8166 2005-03-25  Werner Lemberg  <wl@gnu.org>
8167
8168         * nnmaildir.el: Replace `illegal' with `invalid'.
8169
8170 2005-03-23  Lute Kamstra  <lute@gnu.org>
8171
8172         * time-date.el: Add comment on time value formats.
8173         Don't require parse-time.
8174         (with-decoded-time-value): New macro.
8175         (encode-time-value): New function.
8176         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8177         (days-to-time): Return a valid time value when arg is huge.
8178         (time-since): Use time-subtract.
8179         (time-to-number-of-days): Use time-to-seconds.
8180
8181 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8182
8183         * gnus-start.el (gnus-display-time-event-handler):
8184         Check display-time-timer at runtime rather than only at load time
8185         in case display-time-mode is turned off in the mean time.
8186
8187 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8188
8189         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8190         used.
8191
8192         * nneething.el (nneething-map-file-directory): Derive from
8193         `gnus-directory'.
8194
8195         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8196         the To/Cc button.
8197
8198 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8199
8200         * nnmaildir.el (nnmaildir-request-accept-article):
8201         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8202
8203 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8204
8205         * gnus-async.el: Require timer-funcs at compile time when in
8206         XEmacs for `run-with-idle-timer'.
8207
8208 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8209
8210         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8211         autoloaded function.
8212
8213 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8214
8215         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8216
8217 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8218
8219         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8220
8221 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8222
8223         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8224         gnus-expert-user to default.
8225
8226 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8227
8228         * nnimap.el (nnimap-open-server): Ditto.
8229
8230         * imap.el (imap-authenticate): Fix typo.
8231
8232 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8233
8234         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8235         buffer (since IMAP server might return FETCH response out of
8236         order, and the nntp buffer must be sorted).
8237
8238 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8239
8240         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8241         comparison on string.
8242
8243         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8244         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8245         (gnus-agent-summary-fetch-series): Modified to protect against
8246         gnus-agent-summary-fetch-group clearing processable flags.
8247         (gnus-agent-synchronize-group-flags): Update live group buffer as
8248         synchronization may occur due to the user toggle the plugged
8249         status.
8250         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8251         successfully downloaded.
8252         (gnus-agent-expire-group-1): Avoid using markers when the overview
8253         is in ascending order; greatly improves performance.
8254         (gnus-agent-regenerate-group): Use
8255         gnus-agent-synchronize-group-flags to reset read status in both
8256         gnus and server.
8257         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8258
8259 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8260
8261         * message.el: Don't autoload former message-utils variables.
8262         (message-strip-subject-trailing-was): Change doc string.
8263
8264         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8265         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8266         (nnweb-google-search): Add "hl=en" here.
8267         (nnweb-google-parse-1, nnweb-google-create-mapping):
8268         Don't hardcode URL.
8269
8270 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8271
8272         * message.el (message-get-reply-headers, message-followup):
8273         Mention related variables `message-use-followup-to' and
8274         `message-use-mail-followup-to', in the information buffer.
8275
8276         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8277         of broken groups(-beta).google.com.
8278
8279 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8280
8281         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8282         parameter to invoked gnus-request-move-article; remove the
8283         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8284         all at once instead of once per article.
8285         (gnus-summary-remove-process-mark): Accept a list of articles as
8286         well as a single article for processing.
8287
8288         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8289         parameter.
8290
8291         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8292
8293         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8294
8295         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8296         parameter.
8297
8298         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8299         parameter.
8300
8301         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8302         parameter and remove the gnus-sum-hint-move-is-internal variable.
8303
8304         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8305         parameter.
8306
8307         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8308         parameter.
8309
8310         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8311         parameter.
8312
8313         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8314
8315         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8316         parameter.
8317
8318         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8319         parameter.
8320
8321 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8322
8323         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8324         a more conservative way.
8325
8326 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8327
8328         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8329         buffer, so it moves the window's cursor.
8330
8331 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8332
8333         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8334         `mm-dissect-multipart' and receive the from field as an (optional)
8335         argument from `mm-dissect-multipart'.
8336         (mm-dissect-multipart): Receive the from field as an argument and
8337         pass it on when we call `mm-dissect-buffer' on MIME parts.
8338         Fixes verification/decryption of signed/encrypted MIME parts.
8339
8340 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8341
8342         * gnus-sum.el (gnus-summary-move-article): Set
8343         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8344         whatever it calls (right now, only nnimap-request-move article
8345         respects it).
8346
8347         * nnimap.el (nnimap-request-move-article): When
8348         gnus-sum-hint-move-is-internal is set, don't do the extra
8349         nnimap-request-article.
8350
8351 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8352
8353         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8354
8355         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8356         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8357
8358         * gnus-sum.el (gnus-summary-caesar-message):
8359         Apply `gnus-treat-article' after rotation.
8360
8361         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8362         doc string.
8363
8364 2005-02-22  Simon Josefsson  <jas@extundo.com>
8365
8366         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8367         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8368         <arne@arnested.dk>.
8369         (encrypt): Add password-cache and password-cache-expiry as group
8370         members.
8371
8372 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8373
8374         * smime.el (smime-ldap-host-list): Doc fix.
8375         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8376         cache) password.
8377         (smime-sign-region): Use it.
8378         (smime-decrypt-region): Use it.
8379         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8380         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8381         fails.
8382         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8383         certificate from DER to PEM format rather than calling openssl.
8384
8385         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8386
8387         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8388         for signing/encryption.
8389
8390         * mml.el (mml-parse-1): Use them.
8391
8392 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8393
8394         * nnrss.el (nnrss-verbose): Removed.
8395         (nnrss-request-group): Use `nnheader-message' instead.
8396
8397 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8398
8399         * nnrss.el (nnrss-verbose): New variable.
8400         (nnrss-request-group): Make it say nnrss is requesting a group.
8401
8402 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8403
8404         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8405         Handle news URL with given port correctly.
8406
8407 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8410         containing special characters.
8411
8412         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8413
8414         * mml.el (mime-to-mml): Ditto.
8415
8416         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8417         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8418         (rfc2047-decode-region): Quote decoded words containing special
8419         characters when rfc2047-quote-decoded-words-containing-tspecials
8420         is non-nil.
8421
8422 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8423
8424         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8425
8426         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8427
8428 2005-02-15  Simon Josefsson  <jas@extundo.com>
8429
8430         * nnimap.el (nnimap-debug): Doc fix.
8431
8432         * imap.el (imap-debug): Doc fix.
8433
8434 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8437
8438 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8439
8440         * gnus.el (spam-contents): Improve docs for spam-contents
8441         parameter in its variable incarnation.
8442
8443 2005-02-14  Simon Josefsson  <jas@extundo.com>
8444
8445         * smime-ldap.el: Use require instead of load-library for ldap.
8446         (smime-ldap-search): Indent.
8447         (smime-ldap-search-internal): Shorten line.
8448
8449         * smime.el (smime-cert-by-dns): Add doc-string.
8450         (smime-cert-by-ldap-1): Indent.
8451
8452         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8453         mml-smime-get-dns-ldap.
8454         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8455
8456 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8457
8458         * smime.el: Require smime-ldap.
8459         (smime-ldap-host-list): New variable.
8460         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8461
8462         * mml-smime.el (mml-smime-encrypt-query): New function.
8463         (mml-smime-encrypt-query): Use it.
8464
8465         * smime-ldap.el: New file.
8466
8467 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8470
8471 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8472
8473         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8474         argument in doc string.  Make query for type more clear.
8475
8476 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8477
8478         * gnus.el (gnus-group-startup-message): Search for gnus images in
8479         etc/images/gnus.
8480         * mm-util.el (mm-image-load-path): Likewise.
8481         * smiley.el (smiley-data-directory): Search for smilies in
8482         etc/images/smilies.
8483
8484 2005-02-09  Kim F. Storm  <storm@cua.dk>
8485
8486         Change Emacs release version from 21.4 to 22.1 throughout.
8487         Change Emacs development version from 21.3.50 to 22.0.50.
8488
8489 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8492
8493         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8494         non-Mule XEmacs as well.
8495         (mm-decompress-buffer): Signal an error intentionally if it does
8496         not decompress compressed data because auto-compression-mode is
8497         disabled.
8498
8499 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8500
8501         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8502         an ID in the registry even if it has no groups.
8503
8504 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8507         merge it into mm-decompress-buffer.
8508         (gnus-mime-copy-part): Use the MIME part charset, the value which
8509         a user specified or gnus-newsgroup-charset for decoding, like
8510         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8511         save-buffer what was used.  Suggested by Kevin Ryde
8512         <user42@zip.com.au>.
8513         (gnus-mime-inline-part): Allow the name parameter as well as the
8514         filename parameter; force decompressing of compressed data; always
8515         display contents being not decoded as unibyte.
8516
8517         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8518         as well as the filename parameter.
8519
8520         * mm-util.el (mm-decompress-buffer): Merge
8521         gnus-mime-jka-compr-maybe-uncompress.
8522         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8523         of compressed data.
8524
8525 2005-02-08  Simon Josefsson  <jas@extundo.com>
8526
8527         * imap.el (imap-log): Doc fix.
8528
8529 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8532         the coding cookies; decompress compressed parts.
8533
8534         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8535         to the value which a user specified manually or the coding cookie.
8536
8537         * mm-util.el (mm-string-to-multibyte): New function.
8538         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8539         (mm-coding-system-to-mime-charset): New function.
8540         (mm-decompress-buffer): New function.
8541         (mm-find-buffer-file-coding-system): New function.
8542
8543         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8544         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8545         parts.
8546
8547 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8548
8549         * mm-view.el (mm-display-inline-fontify): Decode a part according
8550         to the charset parameter.
8551
8552 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8555         prefix arg is neither nil nor a number, as info specifies.
8556
8557 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8558
8559         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8560         timestamps.
8561
8562 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8563
8564         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8565         groups error checking and notify user.
8566
8567 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8568
8569         * message.el (message-send-mail-function): Check existence of
8570         sendmail-program first before using default value
8571         `message-send-mail-with-sendmail'.  Otherwise use more generic
8572         `smtpmail-send-it'.
8573
8574 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * nntp.el (nntp-request-update-info): Always return nil.
8577
8578 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8579
8580         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8581
8582 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8583
8584         * message.el (message-beginning-of-line): Change the behavior when
8585         invoked between BOL and : so that it first moves backward.
8586
8587 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8590         article buffer when editing of the article is discarded.
8591         (gnus-article-prepare): Revert.
8592
8593 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * gnus-art.el (gnus-article-prepare):
8596         Remove message-strip-forbidden-properties from the local hook.
8597
8598 2005-01-27  Simon Josefsson  <jas@extundo.com>
8599
8600         * password.el (password-cache-add): Only start one timer per key.
8601         Reported by Derek Atkins <warlord@MIT.EDU>.
8602
8603 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8604
8605         * run-at-time.el: Removed.  It is no longer needed as
8606         timer-funcs.el in the xemacs-base package has a working version of
8607         `run-at-time'.
8608
8609         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
8610
8611         * password.el: Require timer-funcs instead of run-at-time in
8612         XEmacs.
8613         Remove `password-run-at-time' macro.
8614         (password-cache-add): Use `run-at-time' instead of
8615         `password-run-at-time'.
8616
8617         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
8618         Remove `nnheader-cancel-function-timers' alias,
8619         `cancel-function-timers' exists in XEmacs in timer-funcs.
8620
8621         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8622         for `run-with-idle-timer'.
8623
8624         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8625         for `run-at-time'.
8626
8627         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8628         for `with-timeout'.
8629
8630         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
8631         the same as for XEmacs 21.4.
8632         No need to ignore `run-with-idle-timer', this function exists in
8633         XEmacs now in timer-funcs.el in the xemacs-base package.
8634         (dgnushack-compile): No need to delete
8635         run-at-time.el from the list of files to compile because it
8636         doesn't exist anymore.
8637
8638 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8641         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8642
8643 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8644
8645         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8646         sensitively.
8647
8648 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8649
8650         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8651
8652 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8655         which will be inserted according to the multibyteness of a buffer
8656         rather than the type of contents.  Suggested by ARISAWA Akihiro
8657         <ari@mbf.ocn.ne.jp>.
8658
8659         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8660         of string which old xml.el may return rather than a string.
8661
8662 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8665
8666 2005-01-16  Simon Josefsson  <jas@extundo.com>
8667
8668         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8669         idn/idna.el isn't available.
8670         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
8671         <michael@waxrat.com>.
8672
8673         * hashcash.el: Remove non-FSF copyright header.
8674
8675         * hashcash.el (hashcash-extra-generate-parameters): New variable.
8676         (hashcash-generate-payment): Use it.
8677         (hashcash-generate-payment-async): Use it.
8678
8679 2005-01-15  Simon Josefsson  <jas@extundo.com>
8680
8681         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8682         Suggested by Raymond Scholz <ray-2005@zonix.de>.
8683
8684         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8685         gnus-summary-idna-message.
8686         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8687         (gnus-summary-idna-message): New function.
8688
8689 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8690
8691         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8692         gnus-novice-user.
8693
8694 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * nnrss.el (nnrss-request-delete-group): Delete entries in
8697         nnrss-group-alist as well.
8698         (nnrss-save-server-data): Insert newline.
8699
8700 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
8701
8702         * gnus.el (gnus-user-agent): Use list of symbols instead of
8703         symbols.  Display full version number for (S)XEmacs.  Optionally
8704         display (S)XEmacs codename.
8705
8706         * gnus-util.el (gnus-emacs-version): Update for new
8707         `gnus-user-agent'.
8708
8709         * gnus-msg.el (gnus-extended-version): Make it possible to omit
8710         Gnus version.
8711
8712 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8713
8714         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
8715         which is unreadable in some setups.
8716
8717 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * gnus-spec.el (gnus-update-format-specifications): Flush the
8720         group format spec cache if it doesn't support decoded group names.
8721
8722 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8723
8724         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8725         Allow to apply decay on score files matching a regexp.
8726
8727 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8730         compatibility in %g and %c.
8731
8732 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8735         name for only %g and %c.
8736         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8737         of gnus-tmp-group to decoded group name.
8738         (gnus-group-make-rss-group): Exclude `/'s from group names.
8739
8740 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * nnrss.el (nnrss-get-encoding): Fix regexp.
8743
8744 2004-12-27  Simon Josefsson  <jas@extundo.com>
8745
8746         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8747         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8748         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
8749
8750 2004-12-17  Kim F. Storm  <storm@cua.dk>
8751
8752         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8753
8754         * gnus-sum.el (gnus-summary-mode-map): Likewise.
8755
8756 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8757
8758         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8759
8760 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * nnrss.el: Require rfc2047 and mml.
8763         (nnrss-file-coding-system): New variable.
8764         (nnrss-format-string): Redefine it as an inline function.
8765         (nnrss-decode-group-name): New function.
8766         (nnrss-string-as-multibyte): Remove.
8767         (nnrss-retrieve-headers): Decode group name; don't use
8768         nnrss-format-string.
8769         (nnrss-request-group): Decode group name.
8770         (nnrss-request-article): Decode group name; allow a Message-ID as
8771         well as an article number; don't use nnrss-format-string; encode a
8772         Message-ID string which may contain non-ASCII characters; use
8773         mml-to-mime to compose a MIME article.
8774         (nnrss-request-expire-articles): Decode group name.
8775         (nnrss-request-delete-group): Decode group name.
8776         (nnrss-fetch): Clarify error message.
8777         (nnrss-read-server-data): Use insert-file-contents instead of load;
8778         bind file-name-coding-system; use multibyte buffer.
8779         (nnrss-save-server-data): Bind coding-system-for-write to the
8780         value of nnrss-file-coding-system; bind file-name-coding-system;
8781         add coding cookie.
8782         (nnrss-read-group-data): Use insert-file-contents instead of load;
8783         bind file-name-coding-system; use multibyte buffer.
8784         (nnrss-save-group-data): Bind coding-system-for-write to the
8785         value of nnrss-file-coding-system; bind file-name-coding-system.
8786         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8787         make it work with non-ASCII text.
8788         (nnrss-find-el): Make it work with old xml.el as well.
8789
8790 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8791
8792         * nnrss.el (nnrss-get-encoding): New function.
8793         (nnrss-fetch): Use unibyte buffer initially; bind
8794         coding-system-for-read while performing mm-url-insert; remove ^Ms;
8795         decode contents according to the encoding attribute.
8796         (nnrss-save-group-data): Add coding cookie.
8797         (nnrss-mime-encode-string): New function.
8798         (nnrss-check-group): Use it to encode subject and author.
8799
8800 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
8801
8802         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8803         imaginary variable.
8804
8805 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8808         correctly even if there are wide characters.
8809
8810 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8811
8812         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8813         downcased symbol names; make a new cache instead of reusing
8814         bbdb-hashtable.
8815
8816 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8819         concatenating segments rather than before concatenating them.
8820         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8821
8822         * message.el (message-get-reply-headers): Bind `extra'.
8823
8824 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8825
8826         * message.el (message-extra-wide-headers): New variable.
8827         (message-get-reply-headers): Use it.
8828
8829 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * gnus-agent.el (gnus-agent-group-path): Decode group name.
8832         (gnus-agent-group-pathname): Ditto.
8833
8834         * gnus-cache.el (gnus-cache-file-name): Decode group name.
8835
8836         * gnus-group.el (gnus-group-make-group): Decode group name.
8837         (gnus-group-make-rss-group): Register the group data after opening
8838         the nnrss group.
8839
8840 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
8841
8842         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8843         by expiry now get marked as read.
8844
8845 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8848
8849 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
8850
8851         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8852         unify Latin characters in XEmacs.
8853         (mm-find-mime-charset-region): Use it.
8854
8855 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * gnus-util.el (gnus-delete-directory): New function.
8858
8859         * gnus-agent.el (gnus-agent-delete-group): Use it.
8860
8861         * gnus-cache.el (gnus-cache-delete-group): Use it.
8862
8863 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8866         names.
8867
8868 2004-12-16  Simon Josefsson  <jas@extundo.com>
8869
8870         * hashcash.el (hashcash-payment-alist): Fix custom :type.
8871
8872 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8875
8876         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8877         (gnus-group-set-current-level): Decode group name.
8878
8879 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
8880
8881         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8882         failed.
8883
8884 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-group.el (gnus-group-delete-group): Decode group name.
8887         (gnus-group-make-rss-group): Encode group name.
8888         (gnus-group-catchup-current): Decode group name.
8889         (gnus-group-kill-group): Decode group name.
8890
8891 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8892
8893         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8894
8895 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * gnus-group.el (gnus-group-make-rss-group):
8898         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8899
8900         * gnus-start.el (gnus-setup-news): Honor user's setting to
8901         gnus-message-archive-method.  Suggested by Lute Kamstra
8902         <lute@gnu.org>.
8903
8904 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
8905
8906         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8907         global counterparts of the buffer-local variables.
8908
8909 2004-11-16  Romain Francoise  <romain@orebokech.com>
8910
8911         * gnus-sum.el (gnus-summary-exit): Don't clear the global
8912         counterparts of the buffer-local variables.
8913
8914 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * message.el (message-forbidden-properties): Fixed typo in doc
8917         string.
8918
8919 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8920
8921         * gnus-util.el (gnus-replace-in-string): Added doc string.
8922
8923         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8924         to avoid problems when splitting mails with many recipients.
8925
8926 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8927
8928         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8929         pop-to-buffer, covered by the subsequent gnus-configure-windows.
8930
8931 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
8932
8933         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8934         if there is no hashtable in memory or file modification time is
8935         newer than cached timestamp.
8936
8937 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8938
8939         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8940         not-matching option.
8941
8942 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
8943
8944         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8945         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8946         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8947         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8948         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
8949         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8950
8951 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * message.el (message-forward-make-body-mml): Remove headers
8954         according to message-forward-ignored-headers if a message is decoded.
8955
8956 2004-12-02  Romain Francoise  <romain@orebokech.com>
8957
8958         * message.el (message-forward-make-body-plain): Always remove
8959         headers according to message-forward-ignored-headers.
8960
8961 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8962
8963         * spam.el (spam-summary-prepare-exit): Remove the
8964         gnus-summary-limit pop for now, it has problems with ham marks for
8965         me.
8966
8967 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
8968
8969         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8970         correctly.
8971
8972 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
8973
8974         * format-spec.el (format-spec): Message the char.
8975
8976 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
8977
8978         * gnus-art.el (gnus-split-methods): Reformat comments.
8979
8980         * spam.el (spam-summary-prepare-exit): Remove article limits
8981         before exiting the summary buffer.
8982
8983 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * lpath.el: Remove bbdb-create-internal, bbdb-records,
8986         spam-BBDB-register-routine and spam-enter-ham-BBDB.
8987
8988         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8989         order to silence the byte compiler.
8990
8991         * spam.el: Fix the way to silence the byte compiler, which
8992         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8993         bbdb-search-simple, spam-BBDB-register-routine,
8994         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8995         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8996         spam-stat-buffer-is-spam, spam-stat-load,
8997         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8998         spam-stat-save and spam-stat-split-fancy.
8999
9000 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9003         which may confuse users.
9004         (canlock-password-for-verify): Ditto.
9005
9006         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9007
9008         * gnus-art.el (gnus-emphasis-alist): Ditto.
9009
9010         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9011
9012         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9013
9014         * gnus-start.el (gnus-save-killed-list): Ditto.
9015
9016         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9017         (gnus-sum-thread-tree-root): Ditto.
9018         (gnus-sum-thread-tree-false-root): Ditto.
9019         (gnus-sum-thread-tree-single-indent): Ditto.
9020
9021         * message.el (message-courtesy-message): Ditto.
9022         (message-archive-note): Ditto.
9023         (message-subscribed-address-file): Ditto.
9024         (message-user-fqdn): Ditto.
9025
9026         * spam-report.el (spam-report-gmane-regex): Ditto.
9027
9028         * spam.el (spam-blackhole-good-server-regex): Ditto.
9029
9030 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * mml.el (mml-preview): Widen the message buffer before copying
9033         the contents to the preview buffer; sort headers before previewing.
9034
9035         * message.el (message-hidden-headers): Fix the way to avoid a bug
9036         in the `repeat' widget in Emacs 21.3 or earlier.
9037
9038 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * message.el (message-hidden-headers): Default to "^References:".
9041         Improve customization type.  Suggested by Reiner Steib
9042         <Reiner.Steib@gmx.de>.
9043
9044 2004-11-25  Romain Francoise  <romain@orebokech.com>
9045
9046         * message.el (message-strip-forbidden-properties): Remove check for
9047         obsolete `message-hidden' text property, hidden headers are not
9048         accessible in the buffer anymore.
9049
9050 2004-11-22  Romain Francoise  <romain@orebokech.com>
9051
9052         * message.el (message-header-format-alist): Add `From' in list
9053         so that it can be sorted.
9054         (message-fix-before-sending): Widen and sort headers before
9055         sending.
9056         (message-hide-headers): Use narrowing to hide headers by moving
9057         them to the top of the buffer and narrowing to the region
9058         underneath.
9059
9060 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9061
9062         * message.el (message-strip-forbidden-properties): Bind
9063         buffer-read-only (etc) to nil.
9064
9065 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9068         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9069
9070 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9071
9072         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9073
9074 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9075
9076         * dns.el (query-dns): Use sit-for to time instead of
9077         accept-process-output, since that doesn't seem to work on udp
9078         sockets.
9079
9080 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9083
9084 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9085
9086         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9087         doc string.  Improve doc string.
9088
9089 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * nntp.el (nntp-request-update-info): Return nil if
9092         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9093         may not call gnus-activate-group which uselessly issues the GROUP
9094         commands for all nntp groups and wastes time.  Reported by Romain
9095         Francoise <romain@orebokech.com>.
9096
9097         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9098
9099 2004-11-15  Simon Josefsson  <jas@extundo.com>
9100
9101         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9102         headers separately.
9103         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9104         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9105
9106 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9107
9108         * gnus-start.el (gnus-convert-old-newsrc):
9109         Assign legacy-gnus-agent to 5.10.7.
9110
9111 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9112
9113         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9114         start of the lines.
9115
9116 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9117
9118         * hashcash.el (hashcash-default-payment): Change default to 20
9119         (hashcash-default-accept-payment): Change default to 20
9120         (hashcash-process-alist): New variable
9121         (hashcash-generate-payment-async): Add
9122         (hashcash-already-paid-p): Add
9123         (hashcash-insert-payment): Don't generate payments twice
9124         (hashcash-insert-payment-async): Add
9125         (hashcash-insert-payment-async-2): Add
9126         (hashcash-cancel-async): Add
9127         (hashcash-wait-async): Add
9128         (hashcash-processes-running-p): Add
9129         (hashcash-wait-or-cancel): Add
9130         (mail-add-payment): New optional argument.  Conditionally start
9131         asynchronous calculation.
9132         (mail-add-payment-async): Add
9133
9134         * message.el (message-send-mail): Wait for asynchronous hashcash
9135         results.  Don't clobber existing X-Hashcash headers.
9136         (message-setup-1): Call mail-add-payment-async when
9137         message-generate-hashcash is non-nil.
9138
9139 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9140
9141         * message.el (message-use-alternative-email-as-from): Examine the
9142         From header as well; use message-make-from in order to include a
9143         user's full name.
9144
9145 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9148         default; improve customization type.
9149         (gnus-emphasis-custom-with-format): New macro.
9150         (gnus-emphasis-custom-value-to-external): New function.
9151         (gnus-emphasis-custom-value-to-internal): New function.
9152
9153 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9154
9155         * dns.el (query-dns): Resolve reverse addresses.
9156
9157 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9158
9159         * gnus-group.el (gnus-group-get-new-news): Use it.
9160
9161         * gnus-start.el (gnus-check-reasonable-setup): New function.
9162
9163 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9166         "Args out of range" error.  Reported by Arnaud Giersch
9167         <arnaud.giersch@free.fr>.
9168
9169 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9170
9171         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9172
9173 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9174
9175         * spam.el (spam group): Add :version.
9176
9177         * pgg-def.el (pgg group): Add :version.
9178
9179 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * gnus-art.el (gnus-article-edit-article): Don't associate the
9182         article buffer with a draft file.  This is a temporary measure
9183         against the 2004-08-22 change to gnus-article-edit-mode.
9184
9185 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9188         (html2text-format-tags): Remove unused variable `attr'.
9189
9190 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9191
9192         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9193
9194         * tls.el (tls-process-connection-type, tls-success)
9195         (tls-certtool-program): Add :version.
9196
9197         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9198         (starttls-extra-arguments, starttls-process-connection-type)
9199         (starttls-connect, starttls-failure, starttls-success):
9200
9201         * spam-stat.el (spam-stat): Add :version.
9202
9203         * sieve.el (sieve): Add :version.
9204
9205         * sha1.el (sha1): Add :version.
9206         (sha1-use-external): Remove redundant version.
9207
9208         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9209         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9210         (nnmail-split-fancy-match-partial-words)
9211         (nnmail-split-lowercase-expanded): Add :version.
9212
9213         * nndiary.el (nndiary): Add :version.
9214
9215         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9216
9217         * mml-sec.el (mml-default-sign-method)
9218         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9219         Add :version.
9220
9221         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9222
9223         * mm-url.el (mm-url-use-external, mm-url-program)
9224         (mm-url-arguments): Add :version.
9225
9226         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9227         (mm-attachment-file-modes, mm-decrypt-option)
9228         (mm-w3m-safe-url-regexp): Add :version.
9229
9230         * message.el (message-cite-prefix-regexp)
9231         (message-sendmail-envelope-from, message-minibuffer-local-map)
9232         (message-user-fqdn, message-completion-alist): Add :version.
9233
9234         * gnus-win.el (gnus-configure-windows-hook)
9235         (gnus-use-frames-on-any-display): Add :version.
9236
9237         * gnus-art.el (gnus-article-address-banner-alist)
9238         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9239         (gnus-treat-from-picon, gnus-treat-mail-picon)
9240         (gnus-treat-x-pgp-sig): Add :version.
9241
9242         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9243         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9244         (gnus-summary-article-delete-hook)
9245         (gnus-summary-display-while-building): Add :version.
9246
9247         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9248         (gnus-get-top-new-news-hook):Add :version.
9249
9250         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9251         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9252
9253         * gnus-registry.el (gnus-registry): Add :version.
9254
9255         * gnus-spec.el (gnus-use-correct-string-widths)
9256         (gnus-make-format-preserve-properties): Add :version.
9257
9258         * gnus.el (gnus-group-charter-alist)
9259         (gnus-group-fetch-control-use-browse-url)
9260         (gnus-install-group-spam-parameters): Add :version.
9261
9262         * gnus-diary.el (gnus-diary): Add :version.
9263
9264         * gnus-delay.el (gnus-delay): Add :version.
9265
9266         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9267         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9268         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9269         Add :version.
9270
9271         * gnus-agent.el (gnus-agent-max-fetch-size)
9272         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9273         (gnus-agent-prompt-send-queue): Add :version.
9274
9275         * deuglify.el (gnus-outlook-deuglify): Add :version.
9276
9277         * html2text.el: Beautify code.  Improve doc strings.  Some
9278         checkdoc cleanup.
9279         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9280
9281 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9282
9283         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9284
9285 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9286
9287         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9288         when package is loaded.
9289
9290         * spam.el (spam-summary-score-preferred-header): Add global preference
9291         for people who want to override the default SpamAssassin over
9292         Bogofilter preference (when both are set).
9293         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9294         (spam-user-format-function-S): Check
9295         spam-summary-score-preferred-header.
9296         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9297         (spam-user-format-function-S): Format the score correctly.
9298
9299 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9302         signature file.  Suggested by Manoj Srivastava
9303         <srivasta@golden-gryphon.com>.
9304
9305         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9306         iso-2022-jp even in the Japanese language environment.
9307         Suggested by Jason Rumney <jasonr@gnu.org>.
9308
9309 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9312         use the same characters as the dummy marks; make it free from
9313         getting affected by the language environment.
9314         (gnus-summary-read-group-1): Update mark positions only when the
9315         format spec is updated.
9316
9317         * gnus-spec.el (gnus-update-format-specifications): Return a list
9318         of updated types.
9319
9320 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9321
9322         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9323         of boundp to check if display-warning is available.
9324
9325 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9326
9327         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9328
9329 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * nnspool.el (nnspool-spool-directory): Use news-path if the
9332         news-directory variable is not bound.
9333
9334         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9335         function instead of display-warning if it is not available.
9336
9337 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9338
9339         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9340         v5-10: Use `point-at-bol'.
9341
9342 2004-10-26  Simon Josefsson  <jas@extundo.com>
9343
9344         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9345         <chenggao@gmail.com>.
9346
9347 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9348
9349         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9350         instead.
9351
9352 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9353
9354         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9355         to remove a server from the nnimap-server-buffer-alist.
9356         (nnimap-open-connection, nnimap-close-server): Use it.
9357
9358         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9359
9360 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9363         running the major-mode function.
9364
9365 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9368         dummy marks in the right way.
9369
9370 2004-10-18  David Edmondson  <dme@dme.org>
9371
9372         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9373         excessively.
9374
9375 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9376
9377         * gnus-util.el (gnus-split-references): Accept a nil references
9378         string and go on blissfully.
9379
9380         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9381         cases where the references string is non-nil but has no references.
9382
9383         * encrypt.el: Add autoload tags.
9384
9385         * spam.el (spam-resolve-registrations-routine): Remove article
9386         from unregistration list too.  Reported by David Hanak
9387         <dhanak@isis.vanderbilt.edu>
9388
9389 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9390
9391         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9392         nil.  Changed custom type.
9393
9394 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9395
9396         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9397
9398         * gnus-sum.el (gnus-summary-move-article): Use it.
9399
9400 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9401
9402         * encrypt.el: Add autoload cookies.
9403
9404         * spam.el (spam-backend-article-list-property)
9405         (spam-backend-get-article-todo-list)
9406         (spam-backend-put-article-todo-list, )
9407         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9408         Resolve registrations separately.
9409         (spam-register-routine): Format comments.
9410         (spam-unregister-routine, spam-register-routine): Always call with
9411         specific-articles, no default list.
9412         (spam-summary-prepare-exit): Use the spam-classifications function.
9413
9414         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9415         gnus-encrypt.el.
9416
9417         * encrypt.el: Copied from gnus-encrypt.el.
9418
9419         * gnus-encrypt.el: Commented that it's obsolete.
9420
9421 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9422
9423         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9424         (gnus-score-save): Use it.
9425
9426         * message.el (message-bury): Use `window-dedicated-p'.
9427
9428 2004-10-15  Simon Josefsson  <jas@extundo.com>
9429
9430         * pop3.el (top-level): Don't require nnheader.
9431         (pop3-read-timeout): Add.
9432         (pop3-accept-process-output): Add.
9433         (pop3-read-response, pop3-retr): Use it.
9434
9435 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9436
9437         * spam.el (spam-register-routine): Move comment.
9438         (spam-verify-bogofilter): Use 'unknown for the initial
9439         spam-bogofilter-valid state, not 'never.
9440
9441         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9442         for netrc-machine.
9443
9444         * nnimap.el (nnimap-open-connection): Use
9445         netrc-machine-user-or-password.
9446
9447 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9448
9449         * gnus-registry.el (gnus-registry-unload-hook):
9450         Set as a variable with add-hook.
9451
9452         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9453         of news-path.
9454
9455         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9456
9457         * spam.el: Delete duplicate `provide'.
9458         (spam-unload-hook): Set as a variable with add-hook.
9459
9460 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9461
9462         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9463         in the doc string.
9464
9465         * message.el (message-ignored-news-headers)
9466         (message-ignored-supersedes-headers)
9467         (message-ignored-resent-headers)
9468         (message-forward-ignored-headers): Improve custom type.
9469
9470 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * message.el (message-tokenize-header): Fix 2004-09-06 change
9473         which used point-min in the wrong place.
9474
9475 2004-10-12  Simon Josefsson  <jas@extundo.com>
9476
9477         * tls.el (tls-certtool-program): New variable.
9478         (tls-certificate-information): New function, based on
9479         ssl-certificate-information.
9480
9481 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * compface.el: Move the version of ELisp-based uncompface program
9484         to the contrib directory because of the copyright problem.
9485
9486 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9487
9488         * message.el (message-kill-buffer): Raise the current frame.
9489
9490 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9491
9492         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9493
9494         * gnus.el (message-y-or-n-p): Autoload.
9495
9496         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9497         (pop3-password-required, pop3-authentication-scheme)
9498         (pop3-leave-mail-on-server): Made customizable.
9499         (pop3): New custom group.
9500         (pop3-retr): Remove `sleep-for' statements.
9501         Suggested by Dave Love <fx@gnu.org>.
9502
9503         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9504         Windows/DOS.
9505
9506         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9507         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9508         Dave Love <fx@gnu.org>.
9509
9510         * mml.el (mml-minibuffer-read-disposition): Require match.
9511         Suggested by Dave Love <fx@gnu.org>.
9512
9513 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9516         doc string.
9517
9518 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9521
9522 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9523
9524         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9525         instead of calling `mm-insert-inline', to decode text/* parts
9526         before displaying them.
9527
9528 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * mm-uu.el (mm-uu-text-plain-type): New variable.
9531         (mm-uu-pgp-signed-extract-1): Use it.
9532         (mm-uu-pgp-encrypted-extract-1): Use it.
9533         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9534         bind mm-uu-text-plain-type with that value.
9535         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9536         mm-uu-dissect.
9537
9538 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9539
9540         * gnus-group.el (gnus-update-group-mark-positions):
9541         * gnus-sum.el (gnus-update-summary-mark-positions):
9542         * message.el (message-check-news-body-syntax):
9543         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9544         of string-as-multibyte.
9545
9546 2004-10-05  Juri Linkov  <juri@jurta.org>
9547
9548         * gnus-group.el (gnus-update-group-mark-positions):
9549         * gnus-sum.el (gnus-update-summary-mark-positions):
9550         * message.el (message-check-news-body-syntax):
9551         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9552         8-bit unibyte values to a multibyte string for search functions.
9553
9554 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9555
9556         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9557         (mm-uu-dissect-text-parts): New function.
9558
9559         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9560         dissect text parts.
9561
9562         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9563         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9564
9565         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9566
9567         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9568         gnus-current-topics instead of gnus-current-topic.
9569
9570 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9571
9572         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9573
9574 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9575
9576         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9577         where approriate.
9578
9579         * nnml.el (nnml-generate-active-info): do.
9580
9581         * nndiary.el (nndiary-generate-active-info): do.
9582
9583         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9584         (gnus-topic-move): do.
9585
9586         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9587         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9588
9589         * gnus-srvr.el (gnus-server-prepare)
9590         (gnus-server-open-all-servers): do.
9591
9592         * gnus-msg.el (gnus-summary-cancel-article)
9593         (gnus-summary-resend-message)
9594         (gnus-summary-mail-crosspost-complaint): do.
9595
9596         * gnus-move.el (gnus-change-server): do.
9597
9598         * gnus-group.el (gnus-group-unmark-all-groups)
9599         (gnus-group-set-current-level): do.
9600
9601 2004-10-04  Simon Josefsson  <jas@extundo.com>
9602
9603         * message.el (message-generate-hashcash): Doc fix.
9604
9605 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9606
9607         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9608         avoid infinite recursion via gnus-get-function.
9609
9610 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9611
9612         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9613
9614         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9615
9616         * nnmail.el (nnmail-split-history): do.
9617
9618         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9619         (nnml-request-delete-group): do.
9620
9621         * nnslashdot.el (nnslashdot-read-groups): do.
9622
9623         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9624         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9625
9626         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9627         (nnspool-sift-nov-with-sed): Use last
9628         (nnspool-retrieve-headers-with-nov): Use mapc.
9629         (nnspool-request-newgroups): Use dolist.
9630         (nnspool-request-group): Use last.
9631
9632         * nntp.el (nntp-read-server-type): Use dolist.
9633
9634         * nnvirtual.el (nnvirtual-create-mapping)
9635         (nnvirtual-update-read-and-marked): Use dolist.
9636         (nnvirtual-convert-headers): Simplify.
9637
9638 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9639
9640         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9641         support for sync'ing tick marks.
9642
9643 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9646         there's no visible header.
9647
9648 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9649
9650         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9651         necessary, pass full group name to gnus-request-set-marks.
9652
9653 2004-10-01  Simon Josefsson  <jas@extundo.com>
9654
9655         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9656         acroread.
9657
9658 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9659
9660         * spam-report.el (spam-report-gmane): Fix interactive.
9661
9662         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9663
9664         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9665         when writing file.
9666         (gnus-agent-synchronize-flags): Don't default to being
9667         interactive.
9668
9669 2004-09-30  Simon Josefsson  <jas@extundo.com>
9670
9671         * message.el (message-generate-hashcash): Add.
9672         (message-send-mail): Use it, call mail-add-payment.
9673
9674 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9675
9676         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9677
9678 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
9679
9680         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9681         gnus-requst-update-info with explicit code to sync the in-memory
9682         info read flags with the marks being sync'd to the backend.
9683
9684         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9685
9686 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9687
9688         * spam.el (spam-verify-bogofilter): Add new function.
9689         (spam-check-bogofilter)
9690         (spam-bogofilter-register-with-bogofilter): Use it.
9691         (spam-verify-bogofilter): Add small fixes.
9692
9693 2004-09-28  Simon Josefsson  <jas@extundo.com>
9694
9695         * hashcash.el (hashcash-generate-payment): Revert.
9696
9697 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9698
9699         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9700         gnus-extract-references instead of gnus-split-references.
9701
9702         * gnus-util.el (gnus-extract-references): Add new function, analogous
9703         to gnus-split-references but extracts only the message-ID without
9704         anything extra.
9705
9706         * hashcash.el (hashcash-generate-payment)
9707         (hashcash-check-payment): Do the right thing if hashcash-path is
9708         nil (because the hashcash program could not be found).
9709
9710         * spam.el (spam-use-hashcash): Remove comment.
9711
9712 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
9713
9714         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9715         (gnus-cache-enter-article, gnus-cache-remove-article)
9716         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9717
9718         * gnus-async.el (gnus-async-prefetch-remove-group): do.
9719
9720         * gnus-art.el (article-hide-boring-headers)
9721         (article-translate-strings, article-display-face)
9722         (gnus-article-mime-match-handle-first)
9723         (gnus-article-highlight-headers)
9724         (gnus-article-add-buttons-to-head): do.
9725
9726 2004-09-27  Simon Josefsson  <jas@extundo.com>
9727
9728         * hashcash.el: New version, from
9729         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
9730         ../contrib/.
9731
9732 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9735
9736 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
9737
9738         * gnus-dup.el (gnus-dup-open): Use mapc.
9739         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9740
9741         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9742         Reported by Stefan Wiens <s.wi@gmx.net>.
9743
9744         * gnus.el (gnus-shutdown): Use dolist.
9745
9746         * gnus-undo.el (gnus-undo): Use mapc.
9747
9748         * nnrss.el (nnrss-generate-active): do.
9749
9750         * message.el (message-cite-original-without-signature)
9751         (message-cite-original): Use mapc.
9752         (message-do-actions, message-make-forward-subject): Use dolist.
9753
9754 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9755
9756         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9757         deletion to remove entire duplicate line.  Fixes merged article
9758         number bug.
9759
9760 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9761
9762         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9763         servers that are offline.  Avoids having gnus-agent-toggle-plugged
9764         first ask if you want to open a server and then, even when you
9765         responded with no, asking if you want to synchronize the server's
9766         flags.
9767         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9768         multi-line expressions.
9769         (gnus-agent-synchronize-group-flags): New internal function.
9770         Updates marks in memory (in the info structure) AND in the
9771         backend.
9772
9773         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9774
9775         * nnagent.el (nnagent-request-set-mark): Use
9776         gnus-agent-synchronize-group-flags, not backend's request-set-mark
9777         method, to ensure that synchronization updates marks in the
9778         backend and in the info (in memory) structure.
9779
9780 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9783         convention fully; don't miss the root article of a thread; make
9784         the X-Draft-From header with correct article numbers.
9785
9786 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
9787
9788         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9789         unless plugged.  Disable the agent so that an open failure causes
9790         an error.
9791
9792         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9793         Reverted 2004-09-21 change.  The backend must be opened while
9794         synchronizing flags even when the backend stores the flags
9795         locally.
9796
9797 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
9798
9799         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9800         in `header' match.  Reported by Svend Tollak Munkejord.
9801
9802         * message.el (message-cite-original): Fix use of
9803         `message-cite-articles-with-x-no-archive'.
9804
9805 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9808         (gnus-window-to-buffer): Ditto.
9809
9810         * mml.el (mml-preview-buffer): New variable.
9811         (mml-preview): Manage window layout with gnus-buffer-configuration.
9812
9813         * gnus-msg.el (gnus-setup-message): Put article numbers into the
9814         X-Draft-From header even if those articles aren't quoted.
9815
9816 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
9817
9818         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9819         (gnus-request-set-mark, gnus-request-update-mark): Use new
9820         g-s-t-u-l-m to decide to use backend even when unplugged.
9821
9822 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9825         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
9826
9827 2004-09-20  Simon Josefsson  <jas@extundo.com>
9828
9829         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9830         "utf-16-le".
9831
9832 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9833
9834         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9835
9836 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * uudecode.el (uudecode-use-external): Add :version.
9839
9840         * smime.el (smime-CA-file, smime-encrypt-cipher)
9841         (smime-dns-server): Add :version.
9842
9843         * smiley.el (gnus-smiley-file-types): Add :version.
9844
9845         * sha1.el (sha1-use-external): Add :version.
9846
9847         * pgg-def.el (pgg-query-keyserver): Add :version.
9848
9849         * nnmail.el (nnmail-fancy-expiry-targets)
9850         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9851         Add :version.
9852
9853         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9854         (nnimap-retrieve-groups-asynchronous): Add :version.
9855         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
9856
9857         * mml.el (mml-content-disposition-parameters)
9858         (mml-insert-mime-headers-always): Add :version.
9859
9860         * mm-util.el (mm-coding-system-priorities): Add :version.
9861
9862         * mm-decode.el (mm-inline-text-html-with-images)
9863         (mm-keep-viewer-alive-types, mm-external-terminal-program)
9864         (mm-verify-option): Add :version.
9865         (mm-text-html-renderer): Change :version.
9866
9867         * message.el (message-fcc-externalize-attachments)
9868         (message-required-headers, message-draft-headers)
9869         (message-subject-trailing-was-query)
9870         (message-subject-trailing-was-ask-regexp)
9871         (message-subject-trailing-was-regexp, message-mark-insert-begin)
9872         (message-mark-insert-end, message-archive-header)
9873         (message-archive-note, message-cross-post-default)
9874         (message-cross-post-note, message-followup-to-note)
9875         (message-cross-post-note-function, message-use-mail-followup-to)
9876         (message-subscribed-address-functions)
9877         (message-subscribed-address-file, message-subscribed-addresses)
9878         (message-subscribed-regexps, message-allow-no-recipients)
9879         (message-yank-cited-prefix, message-signature-insert-empty-line)
9880         (message-hidden-headers, message-hierarchical-addresses)
9881         (message-mail-user-agent, message-use-idna)
9882         (message-valid-fqdn-regexp)
9883         (message-strip-special-text-properties, message-header-synonyms)
9884         (message-beginning-of-line, message-tab-body-function): Add :version.
9885         (message-insert-canlock, message-wide-reply-confirm-recipients):
9886         Change :version.
9887
9888         * mail-source.el (mail-source-ignore-errors): Add :group, :type
9889         and :version.
9890         (mail-source-delete-old-incoming-confirm)
9891         (mail-source-movemail-program): Add :version.
9892
9893         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9894         (gnus-agent-cache, gnus-agent): Change :version.
9895
9896         * gnus-util.el (gnus-use-byte-compile): Change :version.
9897
9898         * gnus-sum.el (gnus-summary-make-false-root-always)
9899         (gnus-summary-default-high-score)
9900         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9901         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9902         (gnus-read-all-available-headers, gnus-article-emulate-mime)
9903         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9904         (gnus-sum-thread-tree-single-indent)
9905         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9906         (gnus-sum-thread-tree-leaf-with-other)
9907         (gnus-sum-thread-tree-single-leaf): Add :version.
9908         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9909         (gnus-article-loose-mime): Change :version.
9910
9911         * gnus-start.el (gnus-backup-startup-file)
9912         (gnus-save-startup-file-via-temp-buffer): Add :version.
9913
9914         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9915         (gnus-server-offline-face): Add :version.
9916
9917         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9918
9919         * gnus-msg.el (gnus-gcc-externalize-attachments)
9920         (gnus-debug-files, gnus-debug-exclude-variables)
9921         (gnus-discouraged-post-methods): Change :version.
9922         (gnus-confirm-mail-reply-to-news)
9923         (gnus-confirm-treat-mail-like-news): Add :version.
9924
9925         * gnus-int.el (gnus-server-unopen-status): Add :version.
9926
9927         * gnus-group.el (gnus-group-jump-to-group-prompt)
9928         (gnus-large-ephemeral-newsgroup)
9929         (gnus-fetch-old-ephemeral-headers): Add :version.
9930
9931         * gnus-fun.el (gnus-x-face-directory)
9932         (gnus-convert-pbm-to-x-face-command)
9933         (gnus-convert-image-to-x-face-command)
9934         (gnus-convert-image-to-face-command): Add :version.
9935
9936         * gnus-delay.el (gnus-delay-default-hour): Add :version.
9937
9938         * gnus-cite.el (gnus-cite-blank-line-after-header)
9939         (gnus-article-boring-faces): Add :version.
9940
9941         * gnus-art.el (gnus-buttonized-mime-types)
9942         (gnus-inhibit-mime-unbuttonizing)
9943         (gnus-treat-display-face)
9944         (gnus-treat-body-boundary): Change :version.
9945         (gnus-body-boundary-delimiter, gnus-picon-databases)
9946         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9947         (gnus-treat-date-english, gnus-treat-fold-headers)
9948         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9949         (gnus-treat-mail-picon, gnus-treat-wash-html)
9950         (gnus-article-encrypt-protocol)
9951         (gnus-use-idna, gnus-article-over-scroll)
9952         (gnus-mime-display-multipart-alternative-as-mixed)
9953         (gnus-mime-display-multipart-related-as-mixed)
9954         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9955         (gnus-ctan-url, gnus-button-ctan-handler)
9956         (gnus-button-handle-ctan-bogus-regexp)
9957         (gnus-button-ctan-directory-regexp)
9958         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9959         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9960         (gnus-button-man-level, gnus-button-emacs-level)
9961         (gnus-button-message-level, gnus-button-browse-level): Add :version.
9962
9963         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9964         (gnus-agent-go-online): Change :version.
9965         (gnus-agent-expire-unagentized-dirs)
9966         (gnus-agent-auto-agentize-methods): Add :version.
9967
9968         * flow-fill.el (fill-flowed-display-column)
9969         (fill-flowed-encode-column): Add :version.
9970
9971         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9972         (gnus-outlook-deuglify-unwrap-max)
9973         (gnus-outlook-deuglify-cite-marks)
9974         (gnus-outlook-deuglify-unwrap-stop-chars)
9975         (gnus-outlook-deuglify-no-wrap-chars)
9976         (gnus-outlook-deuglify-attrib-cut-regexp)
9977         (gnus-outlook-deuglify-attrib-verb-regexp)
9978         (gnus-outlook-deuglify-attrib-end-regexp)
9979         (gnus-outlook-display-hook): Add :version.
9980
9981         * binhex.el (binhex-use-external): Add :version.
9982
9983 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
9984
9985         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9986         and `invisible'.
9987
9988 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9989
9990         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9991         in gnus-registry-trim.
9992
9993 2004-09-13  Simon Josefsson  <jas@extundo.com>
9994
9995         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9996
9997         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9998
9999         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10000         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10001         <yamaoka@jpl.org>.
10002         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10003         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10004         <yamaoka@jpl.org>.
10005
10006         * sieve.el (sieve-manage-mode): Ditto.
10007
10008 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10011
10012 2004-09-11  Simon Josefsson  <jas@extundo.com>
10013
10014         * dns-mode.el: Add.
10015
10016         * mm-view.el (mm-display-dns-inline): Add.
10017
10018         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10019         (mm-automatic-display): Ditto.
10020
10021         * mailcap.el (mailcap-mime-data): Add text/dns.
10022         (mailcap-mime-extensions): Map .soa to text/dns.
10023
10024 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10025
10026         * gnus-art.el (article-decode-mime-words, article-babel)
10027         (gnus-article-highlight-signature, gnus-article-add-buttons)
10028         (gnus-signature-toggle): Remove unnecessary bindings of
10029         `inhibit-read-only' inherited from v5.10 merge.
10030
10031 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10032
10033         * nntp.el (nntp): New customization group.
10034         (nntp-authinfo-file): Add customization group.
10035
10036         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10037
10038         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10039
10040         * gnus.el (to-address, to-list, subscribed)
10041         (large-newsgroup-initial): Ditto.
10042
10043         * flow-fill.el (fill-flowed-display-column)
10044         (fill-flowed-encode-column): Ditto.
10045
10046 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
10047
10048         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10049         Use point-min rather than 1.
10050         (message-send-mail): Use buffer-size rather than point-max.
10051
10052         * gnus-sum.el (gnus-summary-search-article-forward):
10053         Signal a specific `search-failed' rather than a generic `error'.
10054
10055         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10056         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10057         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10058
10059 2004-09-10  Simon Josefsson  <jas@extundo.com>
10060
10061         * nndb.el (require): Remove tcp and duplicate cl.
10062
10063 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * gnus-agent.el (directory-files-and-attributes): Move forward.
10066
10067 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10068
10069         * gnus-agent.el (directory-files-and-attributes): Optionally
10070         defined to support XEmacs.
10071
10072 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10073
10074         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10075         to avoid run-time CL dependencies.
10076         (gnus-agent-unfetch-articles): New function.
10077         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10078         article numbers even when local .overview file is missing.
10079         (gnus-agent-read-article-number): New function.  Only accepts
10080         27-bit article numbers.
10081         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10082         gnus-agent-read-article-number.
10083         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10084         from backend while recognizing that article numbers in .overview
10085         must be valid.
10086         (gnus-agent-update-files-total-fetched-for): Use
10087         directory-files-and-attributes to improve performance.
10088         * gnus-int.el (gnus-request-move-article): Use
10089         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10090         improve performance.
10091
10092         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10093         some users confused by references to .newsrc when they only have a
10094         .newsrc.eld file.
10095         (gnus-convert-mark-converter-prompt)
10096         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10097         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10098         New function.  Used internally to only display 'gnus converting
10099         files' message when actually necessary.
10100
10101         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10102         methods now autoloaded.
10103
10104 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10107         identifiers.
10108
10109 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10110
10111         * gnus-picon.el: Fix indentation and closing parenthesis.
10112
10113 2004-09-01  Simon Josefsson  <jas@extundo.com>
10114
10115         * message.el (message-canlock-generate): Require sha1, not
10116         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
10117         to require within a function.  Sadly, if sha1.el isn't loaded, the
10118         let binding in m-c-g will hide the defcustom definition, which is
10119         bad.)
10120
10121         * canlock.el: Require sha1, not sha1-el.
10122
10123         * message.el: Don't autoload sha1 (there is a autoload cookie in
10124         sha1.el).
10125
10126         * sha1-el.el: Renamed to sha1.el.
10127
10128 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10129
10130         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10131
10132 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10133
10134         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10135
10136 2004-08-30  Kim F. Storm  <storm@cua.dk>
10137
10138         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10139
10140         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10141         Add :group 'nnimap.
10142
10143 2004-08-30  Andreas Schwab  <schwab@suse.de>
10144
10145         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10146         ?* and ?\;.
10147
10148         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10149         and ?\' to symbol instead of whitespace.
10150
10151 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10152
10153         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10154
10155         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10156         instead of re-search-forward.
10157
10158         * gnus-uu.el (gnus-uu-save-article): Ditto.
10159         (gnus-uu-post-encode-uuencode): Ditto.
10160
10161         * html2text.el (html2text-clean-list-items): Ditto.
10162         (html2text-clean-dtdd): Ditto.
10163         (html2text-format-tags): Ditto.
10164
10165         * message.el (message-send-mail-with-sendmail): Fix regexp.
10166         (message-fill-field-general): Use search-forward instead of
10167         re-search-forward.
10168         (unbold-region): Ditto.
10169
10170         * nnrss.el (nnrss-request-article): Ditto.
10171
10172         * nnslashdot.el (nnslashdot-request-article): Ditto.
10173
10174         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10175
10176         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10177         "Unrecognized menu descriptor" error in XEmacs.
10178
10179 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10180
10181         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10182         parent article of a sparse article in the thread hashtb.
10183
10184 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10185
10186         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10187         (nnmail-expand-newtext): Lowercase expanded entries if
10188         nnmail-split-lowercase-expanded is non-nil.
10189
10190 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10193
10194         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10195         of gnus-tmp-news-method into string under XEmacs.  It will be
10196         passed to gnus-correct-length which takes only a string argument.
10197
10198 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * gnus-util.el (gnus-bind-print-variables): New macro.
10201         (gnus-prin1): Use it.
10202         (gnus-prin1-to-string): Use it.
10203         (gnus-pp): New function.
10204         (gnus-pp-to-string): New function.
10205
10206         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10207         Replace pp-to-string with gnus-pp-to-string.
10208         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10209         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10210         * gnus-msg.el (gnus-debug): Ditto.
10211         * gnus-score.el (gnus-score-save): Ditto.
10212         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10213         gnus-pp-to-string.
10214         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10215         with gnus-pp.
10216         * score-mode.el (gnus-score-pretty-print): Ditto.
10217         * webmail.el (webmail-debug): Ditto.
10218
10219 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * gnus-art.el (article-display-face, article-display-x-face):
10222         Use buffer-read-only.
10223
10224 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * gnus-art.el (article-hide-list-identifiers):
10227         Bind inhibit-read-only as t.
10228
10229 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10230
10231         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10232
10233 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10234
10235         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10236         (gnus-narrow-to-page): Don't assume point-min == 1.
10237         (gnus-article-edit-mode): Derive from message-mode.
10238
10239         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10240         point-min == 1.
10241
10242         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10243         Disable incorrect use of `assert'.
10244
10245         * message.el (message-mode): Set comment-start-skip.
10246
10247
10248 2004-08-22  Sam Steingold  <sds@gnu.org>
10249
10250         * pop3.el (pop3-leave-mail-on-server): New user variable.
10251         (pop3-movemail): Delete mail only when it is nil.
10252
10253 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10254
10255         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10256
10257         * mml.el (mml-preview): Use `pop-to-buffer'.
10258
10259         * message.el (message-goto-mail-followup-to): Insert after "To".
10260         (message-carefully-insert-headers): Add comment.
10261
10262         * gnus.el: Remove unused variable `gnus-article-check-size'.
10263
10264         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10265
10266         * gnus-art.el (gnus-button-alist): Improve
10267         `gnus-button-handle-library' entry.
10268
10269 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10270
10271         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10272         downcase, since XEmacs capitalizes error messages differently.
10273
10274 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10275
10276         * nntp.el: Add (require 'gnus) due to reference to
10277         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10278
10279 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10280
10281         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10282         `mm-fill-flowed'.
10283
10284         * mm-decode.el (mm-dissect-singlepart): Check it.
10285
10286 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10287
10288         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10289         'imap' for netrc parsing.
10290
10291 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10292
10293         * mailcap.el (mailcap-mime-data): Mark as risky.
10294
10295 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10298         may be included in the encoded word.
10299         (rfc2047-encode): Don't append a space if the encoded word
10300         includes close parenthesis.
10301
10302 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10305         of text within parentheses.
10306
10307 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10308
10309         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10310         (gnus-encrypt-write-file-contents): Make the password key the file
10311         name PLUS the cipher, not just the cipher.  Also remove failed
10312         passwords from the cache.
10313
10314 2004-08-06  Simon Josefsson  <jas@extundo.com>
10315
10316         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10317         fix.
10318
10319 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10322         LWSP.
10323
10324 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10325
10326         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10327         to append in-reply-to: data to the references: header.
10328
10329         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10330         (netrc-parse): Use gnus-encrypt.el functions.
10331
10332         * gnus-encrypt.el: Add new file for encryption support; currently
10333         does only a few GPG ciphers and an internal XOR cipher.
10334
10335         * password.el: Add comments on using password-read-and-add.
10336         (password-read-and-add): Add function to read and add the
10337         password to the cache at once.
10338
10339 2004-07-28  Simon Josefsson  <jas@extundo.com>
10340
10341         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10342         parameter (but don't use it, for now).
10343
10344         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10345         instead of hard coding to nil.
10346
10347 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10350         as mm-inline-image-xemacs does.
10351
10352 2004-07-26  Simon Josefsson  <jas@extundo.com>
10353
10354         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10355         Revert part of 2004-07-17 change below.
10356
10357 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10360         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10361
10362 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10363
10364         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10365         quotes that actually start with ">" at the beginning of the
10366         lines.
10367
10368 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * rfc2047.el (rfc2047-encode-region): Fix last change.
10371         (rfc2047-encode-parameter): Remove useless concat.
10372
10373 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10376         encode special characters; fix some kind of misconfigured headers;
10377         signal a real error if debug-on-quit or debug-on-error is non-nil.
10378         (rfc2047-encode-max-chars): New variable.
10379         (rfc2047-encode-1): Use it.
10380         (rfc2047-encode-parameter): New function.
10381
10382         * mml.el (mml-insert-parameter): Remove an excessive space.
10383
10384 2004-07-17  Simon Josefsson  <jas@extundo.com>
10385
10386         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10387         Kai Grossjohann <kai@emptydomain.de>.
10388         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10389         (gnus-group-make-menu-bar): Ditto.
10390
10391         * gnus-util.el (gnus-group-server): Add.
10392
10393 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10394
10395         * message.el (message-clone-locals): Clone sendmail and smtp
10396         variables.
10397
10398 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * rfc2047.el (rfc2047-encode-region): Fix last change.
10401
10402 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10405         characters as non-special.
10406
10407 2004-07-09  Simon Josefsson  <jas@extundo.com>
10408
10409         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10410         Users will lose all flag changes made while unplugged with
10411         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10412         good default.  See numerous reports on ding mailing list.
10413
10414 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10417         add generate-head-function and generate-article-function to the
10418         rfc822-forward entry.
10419         (nndoc-rfc822-forward-generate-article): New function.
10420         (nndoc-rfc822-forward-generate-head): New function.
10421
10422         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10423
10424 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10425
10426         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10427         respect display group parameter and gnus-summary-expunge-below.
10428         (gnus-articles-to-read): Remove unused reference to display group
10429         parameter.
10430
10431 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10432
10433         * nnheader.el (nnheader-uniquify-message-id): New experimental
10434         variable.
10435         (nnheader-nov-read-message-id): Use it.
10436
10437         * spam-report.el (spam-report-gmane): Add interactive.
10438
10439 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10442         qp-or-base64 for the application/* types.
10443
10444 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10445
10446         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10447
10448 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10449
10450         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10451         trim value.
10452
10453 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10454
10455         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10456         New macro and function.
10457         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10458
10459 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10462         after-load-alist.
10463
10464 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10465
10466         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10467         update info that isn't there.
10468
10469 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10470
10471         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10472         entry.
10473
10474 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * mm-view.el (mm-inline-render-with-function): Use multibyte
10477         buffer; decode html source by charset.
10478
10479         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10480
10481         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10482         Mule-UCS is loaded under XEmacs.
10483         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10484
10485 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10486
10487         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10488
10489 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * mm-util.el (mm-coding-system-p): Return a coding-system.
10492         (mm-mime-mule-charset-alist): Use shift_jis instead of
10493         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10494         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10495         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10496         instead of japanese-shift-jis and iso-latin-1 respectively in
10497         order to share the default value with both Emacs and XEmacs-mule.
10498         (mm-mule-charset-to-mime-charset): Make
10499         mm-coding-system-priorities effective.
10500         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10501         while predicating of candidates upon the priorities.
10502
10503 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10504
10505         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10506         gnus-uu-invert-processable.
10507
10508         * gnus.el: Autoload gnus-uu-invert-processable.
10509
10510 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * mm-util.el (mm-with-multibyte-buffer): New macro.
10513
10514         * rfc2047.el (rfc2047-encode-string): Use it.
10515         (rfc2047-encode-region): Move point to the end of the region after
10516         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10517
10518 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10521         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10522
10523 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10526         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10527         Karl Chen <quarl@nospam.quarl.org>.
10528
10529 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10530
10531         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10532         invalid addresses.
10533
10534 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10535
10536         * spam.el: Change section markers, revise TODO list.
10537         (spam-backends): Make new master list of all installed backends.
10538         (spam-summary-exit-behavior): Add new variable to determine how
10539         messages moves are done at summary exit.
10540         (spam-move-spam-nonspam-groups-only)
10541         (spam-process-ham-in-nonham-groups)
10542         (spam-process-ham-in-spam-groups): Remove variables, the
10543         spam-summary-exit-behavior variable should be used to manage this
10544         behavior.
10545         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10546         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10547         and spam-old-spam-articles.
10548         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10549         Add empty variables, placeholders for the backends they represent.
10550         (spam-set-difference): Move, unchanged.
10551         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10552         unless the user has a processor variable.
10553         (spam-classifications, spam-classification-valid-p)
10554         (spam-backend-properties, spam-backend-property-valid-p)
10555         (spam-backend-function-type-valid-p)
10556         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10557         (spam-report-articles-gmane, spam-report-articles-resend):
10558         Remove functions, they are not needed.
10559         (spam-install-backend-super, spam-backend-list)
10560         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10561         (spam-backend-function, spam-backend-ham-registration-function)
10562         (spam-backend-spam-registration-function)
10563         (spam-backend-ham-unregistration-function)
10564         (spam-backend-spam-unregistration-function)
10565         (spam-backend-statistical-p, spam-backend-mover-p)
10566         (spam-install-backend-alias, spam-install-checkonly-backend)
10567         (spam-install-mover-backend, spam-install-nocheck-backend)
10568         (spam-install-backend, spam-install-statistical-backend)
10569         (spam-install-statistical-checkonly-backend): Add backend installation
10570         support.
10571         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10572         (spam-group-processor-p): Use the new backend code and respect the
10573         summary exit behavior.
10574         (spam-mark-spam-as-expired-and-move-routine): Remove.
10575         (spam-summary-prepare): Change to use the new spam-old-articles
10576         variable.
10577         (spam-copy-or-move-routine, spam-copy-spam-routine)
10578         (spam-move-spam-routine, spam-copy-ham-routine)
10579         (spam-move-ham-routine): Add code to copy/move ham or spam.
10580         (spam-fetch-field-fast): Improve doc and code, plus allow the
10581         'number request.
10582         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10583         variables.
10584         (spam-split, spam-find-spam): Use the new backend code.
10585         (spam-registration-functions): Remove variable.
10586         (spam-unregister-routine): Add convenience wrapper.
10587         (spam-log-undo-registration, spam-register-routine)
10588         (spam-log-processing-to-registry)
10589         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10590         where possible.
10591         (spam-check-gmane-xref, spam-check-regex-headers)
10592         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10593         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10594         (spam-check-bogofilter-headers, spam-check-spamoracle)
10595         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10596         (spam-check-crm114-headers): Use the spam-split-group that
10597         spam-split prepares, no need to determine it every time.
10598
10599         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10600         to the nnheader-parse-naked-head call.
10601
10602         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10603
10604         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10605         the nnheader-nov-read-message-id call.
10606
10607 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10610         gnus-activate-group twice.  Suggested by Markus Peter
10611         <warp@spin.de>.
10612
10613 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10614
10615         * gnus-art.el (gnus-article-time-format): Exchange the order of
10616         day and month in the default value; fix customization type.
10617         (article-date-ut): Use add-text-properties.
10618         (article-make-date-line): Use message-make-date instead of
10619         current-time-string.
10620
10621         * message.el (message-fetch-field): Don't use set-text-properties.
10622         (message-make-date): Simplify.
10623
10624         * messagexmas.el (message-xmas-make-date): New function.
10625         (message-xmas-redefine): Defalias message-make-date to it.
10626
10627 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10630         (rfc2047-encode-region): Treat text within parentheses as special;
10631         show the original text when error has occurred.
10632
10633         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10634         already-computed method to gnus-activate-group.
10635
10636         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10637         same select-methods identical Lisp objects.
10638
10639         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10640         object when modifying the info.
10641
10642 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10645         gnus-opened-servers since it has never been opened with the new
10646         configuration yet.
10647
10648 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10651         arg to nnheader-generate-fake-message-id.
10652
10653 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10654
10655         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10656         number and build a fake message ID localized to a group and
10657         article number (so it's repeatable from that point on).
10658         (nnheader-fake-message-id-p): Change regex to accomodate new fake
10659         ID format.
10660
10661         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10662         nnheader-generate-fake-message-id with the article number.
10663
10664 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10665
10666         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10667         end-of-buffer.
10668
10669 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10670
10671         * message.el (message-ignored-supersedes-headers): Add Approved.
10672
10673 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * rfc2047.el (rfc2047-encode-message-header): Remove useless
10676         goto-char.
10677         (rfc2047-encode): Fold the line before encoding.
10678
10679 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10680
10681         * rfc2047.el (rfc2047-encode-message-header): Disabled header
10682         folding -- not all headers can be folded, and this should be done
10683         by the message composition mode.  Probably.  I think.
10684
10685 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10688         fast.
10689
10690         * gnus-ems.el (gnus-remove-image): Don't use
10691         message-text-with-property; remove only the image found first.
10692
10693         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
10694         found first.
10695
10696 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
10697
10698         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10699
10700 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * message.el (message-text-with-property): Make it fast and accept
10703         optional arguments.
10704         (message-strip-forbidden-properties): Use it.
10705         (message-fix-before-sending): Follow the m-t-w-p change.
10706
10707         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10708
10709 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * gnus-art.el (article-hide-headers): Don't change the buffer
10712         mistakenly when performing mml-preview even if
10713         gnus-single-article-buffer is nil.
10714
10715 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
10716
10717         * message.el (message-expand-name-databases): New user option.
10718         (message-expand-name): Use it.
10719
10720 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
10721
10722         * spam.el (spam-report-articles-resend)
10723         (spam-report-resend-register-routine): Allow ham reporting.
10724         (spam-report-resend-register-ham-routine): Add wrapper.
10725         (spam-registration-functions): Add ham resending functions.
10726         (spam-list-of-processors): Add ham resend processor.
10727
10728         * gnus.el (ham-resend-to): Add new group parameter.
10729         (spam-process): Add ham resend option.
10730
10731         * spam-report.el (spam-report-resend): Allow reporting ham.
10732         (spam-report-resend-ham): Add wrapper.
10733
10734 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10735
10736         * message.el (message-cite-articles-with-x-no-archive): New
10737         variable.
10738         (message-cite-original): Use it.
10739
10740 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10741
10742         * message.el (message-cite-original): Respect X-No-Archive.
10743
10744 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10745
10746         * gnus-art.el (article-hide-headers): Refer to the values for
10747         gnus-ignored-headers and gnus-visible-headers in the summary
10748         buffer since a user may have set them as group parameters.
10749
10750 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
10751
10752         * assistant.el (assistant-node-name): Add convenience function.
10753         (assistant-render-text, assistant-render-node): Add error handling,
10754         plus handle multiple next nodes.
10755         (assistant-find-next-node): Comment out for now.
10756         (assistant-find-next-nodes): Add function, returns list of next
10757         nodes.
10758
10759 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
10760
10761         * mail-source.el (mail-source-directory): Fix doc-string.
10762
10763 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
10764
10765         * assistant.el (assistant-render-text, assistant-eval): Add :set
10766         widget type, which is different because it takes and returns a
10767         list.  Much hilarity ensues.
10768
10769 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
10770
10771         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10772
10773         * gnus-group.el (gnus-group-get-new-news-this-group): Added
10774         doc-string.
10775
10776         * gnus-start.el (gnus-activate-group): Added doc-string.
10777
10778 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10781
10782 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
10783
10784         * assistant.el (assistant-render-text): Try to add a :set
10785         widget, more to come.
10786
10787         * spam.el (spam-group-spam-contents-p): Handle empty groupname
10788         strings.
10789         (spam-report-articles-resend)
10790         (spam-register-routine): Do registration iff any articles warrant
10791         it.
10792         (spam-summary-prepare-exit): Change log message for nil group
10793         destinations.
10794
10795 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
10796
10797         * spam.el (spam-report-resend-register-routine): Allow
10798         spam-report-resend-to to be a group parameter or a global value.
10799
10800 2004-05-26  Simon Josefsson  <jas@extundo.com>
10801
10802         * starttls.el: Merge with my GNUTLS based starttls.el.
10803         (starttls-gnutls-program, starttls-use-gnutls)
10804         (starttls-extra-arguments, starttls-process-connection-type)
10805         (starttls-connect, starttls-failure, starttls-success): New
10806         variables.
10807         (starttls-program, starttls-extra-args): Doc fix.
10808         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10809         functions.
10810         (starttls-negotiate, starttls-open-stream): Check
10811         `starttls-use-gnutls' and pass on to corresponding *-gnutls
10812         function if it is set.
10813
10814 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10817         structured fields.
10818
10819 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10822
10823 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
10824
10825         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10826         variable.
10827         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
10828         assigning the spam-mark to new messages.
10829
10830 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
10831
10832         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10833
10834 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * dgnushack.el: Autoload customize-set-variable for XEmacs.
10837
10838         * rfc2047.el (rfc2047-encodable-p): Don't move point.
10839         (rfc2047-decode): Treat the ascii coding-system as raw-text by
10840         default.
10841
10842 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
10843
10844         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10845         correct data.
10846
10847 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
10848
10849         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10850         (spam-group-processor-p): Fix function.
10851         (spam-group-processor-multiple-p)
10852         (spam-group-spam-processor-report-gmane-p)
10853         (spam-group-spam-processor-report-resend-p)
10854         (spam-group-spam-processor-bogofilter-p)
10855         (spam-group-spam-processor-blacklist-p)
10856         (spam-group-spam-processor-ifile-p)
10857         (spam-group-ham-processor-ifile-p)
10858         (spam-group-spam-processor-spamoracle-p)
10859         (spam-group-spam-processor-crm114-p)
10860         (spam-group-ham-processor-bogofilter-p)
10861         (spam-group-spam-processor-stat-p)
10862         (spam-group-ham-processor-stat-p)
10863         (spam-group-ham-processor-whitelist-p)
10864         (spam-group-ham-processor-BBDB-p)
10865         (spam-group-ham-processor-spamoracle-p)
10866         (spam-group-ham-processor-copy-p): Remove functions with some
10867         prejudice against unneeded code.
10868         (spam-report-articles-resend)
10869         (spam-report-resend-register-routine): Allow the group/topic
10870         spam-resend-to value to override spam-report-resend-to.
10871         (spam-summary-prepare-exit): Invoke spam-group-processor-p
10872         properly now.
10873
10874         * gnus.el (spam-resend-to): Add group/topic parameter.
10875         (spam-process): Move the OBSOLETE processors to the end of the
10876         choices.
10877
10878 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
10879
10880         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10881         with resend-to set to nil, and then ask the user if necessary.
10882         (spam-report-resend): spam-report-resend takes a list of articles, not
10883         separate article numbers.
10884
10885 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10888         addition to emacs-w3m.
10889
10890 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10891
10892         * assistant.el (assistant-authinfo-data): New function.
10893         (assistant-eval): Eval for entire assistant.
10894
10895         * netrc.el (netrc-services-file): New variable.
10896         (netrc-parse-services): New function.
10897         (netrc-find-service-name): New function.
10898         (netrc-find-service-number): New function.
10899         (netrc-port-equal): New function.
10900         (netrc-machine): Use it.
10901
10902         * nnimap.el (nnimap-open-connection): Use netrc.
10903
10904         * gnus-util.el (gnus-netrc-get): Remove aliases.
10905
10906         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10907
10908         * assistant.el (wid-edit): Fix compilation.
10909
10910         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10911
10912 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
10913
10914         * gnus-util.el (gnus-set-file-modes): New function.  (small
10915         patch).
10916
10917 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10918
10919         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10920
10921         * assistant.el (assistant-render-node): Fix up rendering and
10922         read-only text.
10923         (assistant-render-node): Reset.
10924         (assistant-make-read-only): Not sticky.
10925
10926 2004-05-20  Danny Siu  <dsiu@adobe.com>
10927
10928         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10929         centered even when gnus-auto-center-summary is t
10930
10931 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10932
10933         * dns.el (dns-get-txt-answer): New function.
10934         (dns-read-txt): Ditto.
10935         (query-dns): Use it.
10936
10937 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10940         active for foreign groups even if the group level is higher than
10941         the specified value.
10942
10943 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10944
10945         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10946         non-active groups.
10947
10948         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10949
10950 2004-05-20  Magnus Henoch  <mange@freemail.hu>
10951
10952         * dns.el (dns-read-type): Add support for SVR.  (small patch)
10953
10954 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10955
10956         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10957         (spam-crm114-header, spam-crm114-spam-switch)
10958         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10959         (spam-crm114-positive-spam-header)
10960         (spam-crm114-database-directory, spam-list-of-processors)
10961         (spam-group-spam-processor-crm114-p)
10962         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10963         (spam-generic-score, spam-list-of-checks)
10964         (spam-list-of-statistical-checks, spam-registration-functions)
10965         (spam-check-crm114-headers, spam-crm114-score)
10966         (spam-check-crm114, spam-crm114-register-with-crm114)
10967         (spam-crm114-register-spam-routine)
10968         (spam-crm114-unregister-spam-routine)
10969         (spam-crm114-register-ham-routine)
10970         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
10971         asjo@koldfront.dk (Adam Sjøgren).
10972
10973         * gnus.el: Add spam-use-crm114.
10974
10975         * spam.el (spam-list-of-processors, spam-registration-functions):
10976         Add spam-use-resend.
10977         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10978         (spam-report-articles-gmane): Add doc fix.
10979         (spam-report-articles-resend, spam-report-resend-register-routine):
10980         Add wrappers around spam-report-resend-to.
10981
10982         * spam-report.el (spam-report-resend-to, spam-report-resend):
10983         Add support for resending spam.
10984         (spam-report-gmane): Fix line length >80.
10985
10986         * gnus.el (spam-process): Add spam-use-resend.
10987
10988 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10989
10990         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10991         number of processed spam messages.
10992         (spam-ham-copy-or-move-routine): Return the number of processed
10993         ham messages.
10994         (spam-summary-prepare-exit): Use the above values to decide
10995         whether status messages shouled be displayed.
10996
10997 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11000         `rfc2047-encoding-function-alist' in order to avoid conflicting
11001         with the old version.
11002         (rfc2047-encode-region): Concatenate words containing non-ASCII
11003         characters in structured fields; don't encode space-delimited
11004         ASCII words even in unstructured fields; don't break words at
11005         char-category boundaries.
11006         (rfc2047-encode-1): New function.
11007         (rfc2047-encode): Use it; encode text so that it occupies the
11008         maximum width within 76-column; work correctly on Q encoding for
11009         iso-2022-* charsets.
11010         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11011         sure not to break a line just after the header name.
11012         (rfc2047-b-encode-region): Removed.
11013         (rfc2047-b-encode-string): New function.
11014         (rfc2047-q-encode-region): Removed.
11015         (rfc2047-q-encode-string): New function.
11016
11017         * mm-util.el (mm-replace-in-string): New function.
11018
11019 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11020
11021         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11022         get it right.
11023         (gnus-inews-make-draft): Really.
11024
11025 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11026
11027         * nnmh.el (nnmh-request-list-1): Don't check the link count
11028         before descending.  (small patch)
11029
11030 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11031
11032         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11033         stuff.
11034
11035         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11036         on real group name.
11037
11038         * gnus-art.el (gnus-signature-limit): Doc fix.
11039
11040         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11041
11042         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11043
11044 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11045
11046         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11047         isn't a string.
11048
11049 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11050
11051         * gnus-draft.el (gnus-draft-send): Bind
11052         rfc2047-encode-encoded-words.
11053
11054         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11055         (rfc2047-encodable-p): Say that =? needs encoding.
11056         (rfc2047-encode-encoded-words): New variable.
11057
11058         * gnus-group.el (gnus-group-select-group): Doc fix.
11059
11060         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11061
11062         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11063         to nil.
11064
11065         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11066
11067         * nnheader.el (nnheader-get-lines-and-char): New function.
11068
11069 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * gnus-msg.el (gnus-summary-followup-with-original): Document
11072         yanking of region when active.
11073
11074 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11077         groups if the group level is higher than the specified value.
11078
11079 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11080
11081         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11082         (gnus-group-jump-to-group): Added prefix argument using
11083         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11084         non-active group.
11085
11086         * compface.el (uncompface): Be verbose when changing
11087         `uncompface-use-external'.
11088
11089         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11090         handle manual section.
11091
11092 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11093
11094         * gnus-art.el (gnus-button-alist): Revert previous change.
11095
11096 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11097
11098         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11099
11100 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11101
11102         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11103         whether backend can accept message.
11104
11105         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11106
11107 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11108
11109         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11110         Avoid creating directory when nntp-marks-is-evil is true.
11111         Reported by Reiner Steib.
11112
11113 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11114
11115         * gnus-picon.el (gnus-picon-style): New variable.
11116         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11117         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11118         Jesper Harder <harder@ifa.au.dk>.
11119
11120 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11121
11122         * message.el (message-fill-field): Return point.
11123         (message-generate-headers): Go to end of field.
11124
11125         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11126         stuff for non-living groups.
11127
11128 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11129
11130         * gnus-art.el (gnus-article-followup-with-original)
11131         (gnus-article-reply-with-original): gnus-mark-active-p ->
11132         gnus-region-active-p.
11133
11134 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11135
11136         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11137         only when there is spam or ham to be processed.
11138
11139 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11140
11141         * mail-source.el (mail-source-delete-crash-box): Refactor.
11142         (mail-source-fetch): Use it.
11143         (mail-source-fetch-file): Ditto.
11144         (mail-source-fetch-directory): Run postscript in loop.
11145         (mail-source-fetch-pop): Delete.
11146         (mail-source-fetch-maildir): Ditto.
11147         (mail-source-fetch-imap): Ditto.
11148
11149         * imap.el (imap-authenticators): Comment out sasl.
11150
11151         * message.el (message-skip-to-next-address): New function.
11152         (message-fill-header-address): Refactor.
11153         (message-fill-address): Use it.
11154         (message-delete-address): Use it.
11155         (message-fill-header-general): Refactor.
11156         (message-fill-field-address): Rename.
11157         (message-narrow-to-field): Find the start of the header.
11158         (message-header-format-alist): Don't pre-fill.
11159         (message-fill-header): Removed.
11160         (message-insert-header): New function.
11161         (message-shorten-references): Use it.
11162
11163         * rfc2047.el (rfc2047-field-value): Strip props.
11164
11165         * mail-parse.el (mail-header-make-address): New alias.
11166
11167         * ietf-drums.el (ietf-drums-make-address): New function.
11168
11169         * imap.el: Add compiler directives.
11170
11171         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11172
11173         * gnus-art.el (article-decode-idna-rhs): Don't use
11174         message-idna-inside-rhs-p.
11175
11176 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * message.el (message-idna-inside-rhs-p): Removed.
11179         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11180
11181         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11182         false positives.
11183
11184 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11185
11186         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11187
11188 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11189
11190         * nneething.el (nneething-file-name): Don't create spurions
11191         files.
11192
11193         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11194         (gnus-inews-do-gcc): Remove sleep.
11195
11196         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11197         part under point.
11198
11199         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11200         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11201
11202 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11203
11204         * spam.el (spam-summary-prepare-exit): Fixed (length).
11205
11206 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11207
11208         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11209         as expired without moving it" message when there are spam
11210         messages left.
11211
11212 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11213
11214         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11215         header is not nil.
11216
11217 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11218
11219         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11220         nntp-possibly-create-directory, not nntp-possibly-change-group.
11221         (nntp-marks-changed-p): New arg SERVER.
11222         (nntp-request-update-info): Adjust caller.
11223
11224 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11225
11226         * nntp.el (nntp-save-marks): Pass missing arg.
11227
11228 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11229
11230         * nntp.el: Support marks.
11231         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11232         (nntp-marks-modtime, nntp-marks-directory): New variables.
11233         (nntp-request-set-mark, nntp-request-update-info)
11234         (nntp-possibly-create-directory, nntp-marks-changed-p)
11235         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11236         functions.
11237
11238 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11239
11240         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11241         (gnus-xmas-redefine): Rename.
11242
11243         * gnus-score.el (gnus-score-insert-help): Use
11244         gnus-select-lowest-window.
11245
11246         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11247         appt-select-lowest-window and rename to gnus-select-lowest-window.
11248
11249         * gnus.el: do.
11250
11251 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11252
11253         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11254         encodings of MIME-encoded words, in order to improve
11255         interoperability with several broken MUAs.
11256
11257 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11258
11259         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11260         tags, only when charsets are not specified in headers.
11261         (mm-inline-text-html-render-with-w3m): Ditto.
11262
11263         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11264         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11265
11266 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11267
11268         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11269         instead of MIME-decoded from fields when checking
11270         `gnus-article-address-banner-alist'.
11271
11272 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11273
11274         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11275         description rather than subject.
11276
11277 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11278
11279         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11280
11281 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11282
11283         * gnus.el (gnus-version-number): Bump.
11284
11285 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11286
11287         * gnus.el: No Gnus v0.2 is released.
11288
11289 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11290
11291         * gnus-agent.el (gnus-agent-read-agentview): Inline
11292         gnus-uncompress-range.
11293
11294 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11295
11296         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11297         `exec-installed-p'.
11298
11299 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11300
11301         * gnus.el (spam-process, spam-autodetect-methods): Add
11302         bsfilter and bsfilter-headers.
11303
11304         * spam.el (spam-bsfilter): New customize group.
11305         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11306         (spam-bsfilter-header, spam-bsfilter-probability-header)
11307         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11308         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11309         (spam-bsfilter-database-directory): New options.
11310         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11311         (spam-list-of-statistical-checks, spam-registration-functions):
11312         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11313         (spam-bsfilter-score): New command.
11314         (spam-check-bsfilter-headers, spam-check-bsfilter)
11315         (spam-bsfilter-register-with-bsfilter)
11316         (spam-bsfilter-register-spam-routine)
11317         (spam-bsfilter-unregister-spam-routine)
11318         (spam-bsfilter-register-ham-routine)
11319         (spam-bsfilter-unregister-ham-routine): New functions.
11320         (spam-generic-score): Support bsfilter; Accept an optional argument
11321         to recalcurate spam score even if scoring header has already been
11322         added.
11323         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11324         optional argument to recalcurate spam score even if scoring header
11325         has already been added.
11326
11327 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11328
11329         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11330         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11331         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11332         link is missing.
11333
11334 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11335
11336         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11337         (html2text-get-attr): Rewrite.
11338
11339         * message.el (message-setup-1): Remove redundant put-text-property
11340         on mail-header-separator.
11341
11342 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11343
11344         * gnus-registry.el (gnus-registry-cache-whitespace)
11345         (gnus-registry-action, gnus-registry-spool-action)
11346         (gnus-registry-split-fancy-with-parent): Change message levels
11347         from 5 to 3 or 7, as needed.
11348
11349         * spam.el (spam-summary-prepare-exit)
11350         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11351         (spam-split, spam-find-spam, spam-log-undo-registration)
11352         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11353         level from 5 to 6.
11354
11355 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11358         2004-03-04 change).
11359
11360 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11361
11362         * sieve-manage.el (sieve-manage-open):
11363         * nnweb.el (nnweb-insert-html):
11364         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11365         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11366         * nnspool.el (nnspool-request-group):
11367         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11368         * nnml.el (nnml-request-update-info):
11369         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11370         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11371         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11372         (nnimap-request-set-mark):
11373         * nnfolder.el (nnfolder-request-update-info):
11374         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11375         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11376         * gnus-uu.el (gnus-uu-find-articles-matching):
11377         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11378         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11379         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11380         * gnus-nocem.el (gnus-nocem-scan-groups):
11381         * gnus-int.el (gnus-start-news-server):
11382         * gnus-group.el (gnus-group-make-kiboze-group)
11383         (gnus-group-browse-foreign-server):
11384         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11385         Use mapc when appropriate.
11386
11387 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11388
11389         FIXME: Make separate entries for each person.
11390
11391         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11392         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11393         <shields@msrl.com>:
11394
11395         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11396         may need for spam sorting and scoring.
11397         (spam-user-format-function-S): Add user format function suitable for
11398         general use.
11399         (spam-article-sort-by-spam-status): Add sorting function for summary
11400         sorting.
11401         (spam-extra-header-to-number): Add function to get a score from a
11402         header.
11403         (spam-summary-score): Add function to  get a numeric score from the
11404         headers.
11405         (spam-generic-score): Fix function doc, was in wrong place.
11406         (spam-initialize): Take symbols when it's run, and install the
11407         extra headers that spam-necessary-extra-headers thinks we need.
11408
11409 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11410
11411         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11412         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11413
11414 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11415
11416         * gnus-sum.el (gnus-set-global-variables)
11417         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11418         (gnus-article-get-xrefs, gnus-summary-best-group)
11419         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11420         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11421         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11422         Use with-current-buffer.
11423
11424 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11425
11426         * spam.el (spam-summary-prepare-exit): Simplify logic.
11427         (spam-fetch-article-header): Read the article header if it's not
11428         available.
11429         (spam-list-articles): Simplify logic.
11430         (spam-filelist-register-routine): Fix bug with unregister-list.
11431
11432         * gnus-registry.el: Fix comments at beginning.
11433
11434 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11435
11436         * message.el (message-cater-to-broken-inn): Remove.
11437         (message-shorten-references): Make sure the total folded length of
11438         References is shorter than 998 characters to cater to a bug in INN
11439         2.3.  Also, don't pretend that references aren't folded -- this
11440         hasn't worked for a while.
11441
11442 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11443
11444         * gnus-agent.el (gnus-agentize):
11445         gnus-agent-send-mail-real-function no longer set to current value
11446         of message-send-mail-function but rather a lambda that calls
11447         message-send-mail-function.  The change makes the agent real-time
11448         responsive to user changes to message-send-mail-function.
11449
11450 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11451
11452         * legacy-gnus-agent.el
11453         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11454         help from Florian Weimer <fw@deneb.enyo.de>
11455
11456 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * nnmail.el (nnmail-cache-insert): Revert last change.
11459
11460 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * nnmail.el (nnmail-cache-insert): Always check whether
11463         nnmail-cache-ignore-groups matches a group name.
11464
11465 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11466
11467         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11468         (spam-find-spam, spam-log-processing-to-registry)
11469         (spam-log-registered-p, spam-log-unregistration-needed-p)
11470         (spam-log-undo-registration): Use gnus-message instead of
11471         gnus-error, none of these errors are fatal.
11472
11473         * gnus-registry.el (gnus-registry-clean-empty-function)
11474         (gnus-registry-clean-empty): Remove only empty entries without
11475         extra data.
11476
11477 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11478
11479         * spam-stat.el (spam-stat-buffer-change-to-spam)
11480         (spam-stat-buffer-change-to-non-spam): Change (error) to
11481         (gnus-message 8) invocation.
11482
11483 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * nntp.el (nntp-via-netcat-command): New variable.
11486         (nntp-via-netcat-switches): New variable.
11487         (nntp-open-via-rlogin-and-netcat): New function.
11488         (nntp-open-connection-function): Doc fix.
11489         (nntp-telnet-command): Doc fix.
11490         (nntp-end-of-line): Doc fix.
11491         (nntp-via-rlogin-command): Doc fix.
11492         (nntp-via-user-name): Doc fix.
11493         (nntp-via-address): Doc fix.
11494
11495 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11498         error in Emacs 21.1.
11499
11500 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11501
11502         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11503
11504 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11505         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11506         (gnus-agent-with-refreshed-group): New macro.
11507         (gnus-agent-rename-group): New function.
11508         (gnus-agent-delete-group): New function.
11509         (gnus-agent-save-group-info): Use gnus-command-method when
11510         `method' parameter is nil.  Don't write nil entries into the
11511         active file.
11512         (gnus-agent-get-group-info): New function.
11513         (gnus-agent-fetch-articles): Use
11514         gnus-agent-update-files-total-fetched-for to increment disk space
11515         used.
11516         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11517         gnus-agent-update-view-total-fetched-for to increment disk space
11518         used.
11519         (gnus-agent-get-local): Added optional parameters to avoid calling
11520         gnus-group-real-name and gnus-find-method-for-group.
11521         (gnus-agent-set-local): Delete stored entry if either min, or max,
11522         are nil.
11523         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11524         quit, use gnus-agent-regenerate-group to record existance of any
11525         articles fetched to disk before the quit occurred.
11526         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11527         gnus-agent-update-view-total-fetched-for, and
11528         gnus-agent-update-files-total-fetched-for to decrement disk space
11529         used.
11530         (gnus-agent-retrieve-headers): Use
11531         gnus-agent-update-view-total-fetched-for to increment disk space
11532         used.
11533         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11534         with gnus-agent-update-files-total-fetched-for to decrement disk
11535         space and fresh group buffer.
11536         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11537         (gnus-agent-need-update-total-fetched-for): New variable.
11538         (gnus-agent-update-files-total-fetched-for): New function.
11539         (gnus-agent-update-view-total-fetched-for): New function.
11540         (gnus-agent-total-fetched-for): New function.
11541
11542         * gnus-cache.el (gnus-cache-save-buffers): Use
11543         gnus-cache-update-overview-total-fetched-for to change disk space
11544         used by this group.
11545         (gnus-cache-possibly-enter-article): Use
11546         gnus-cache-update-file-total-fetched-for to increment disk space
11547         used by this group.
11548         (gnus-cache-possibly-remove-article): Use
11549         gnus-cache-update-file-total-fetched-for to decrement disk space
11550         used by this group.
11551         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11552         (gnus-cache-rename-group): New function.
11553         (gnus-cache-delete-group): New function.
11554         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11555         (gnus-cache-need-update-total-fetched-for): New variable.
11556         (gnus-cache-with-refreshed-group): New macro.
11557         (gnus-cache-update-file-total-fetched-for): New function.
11558         (gnus-cache-update-overview-total-fetched-for): New function.
11559         (gnus-cache-rename-group-total-fetched-for): New function.
11560         (gnus-cache-delete-group-total-fetched-for): New function.
11561         (gnus-cache-total-fetched-for): New function.
11562
11563         * gnus-group.el: Require gnus-sum and autoload functions to
11564         resolve warnings when gnus-group.el compiled alone.
11565         (gnus-group-line-format): Documented new %F
11566         (size of Fetched data) group line format; identifies disk space
11567         used by agent and cache.
11568         (gnus-group-line-format-alist): Defined new F format.
11569         (gnus-total-fetched-for): New function.
11570         (gnus-group-delete-group): No longer update
11571         gnus-cache-active-altered as gnus-request-delete-group now keeps
11572         the cache in sync.
11573         (gnus-group-list-active): Let the agent store a server's active
11574         list if currently plugged.
11575
11576         * gnus-int.el (gnus-request-delete-group):
11577         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11578         local disk in sync with the server.
11579         (gnus-request-rename-group):
11580         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11581         local disk in sync with the server.
11582
11583         * gnus-start.el (gnus-get-unread-articles):
11584         Cosmetic simplification to logic.
11585
11586         * gnus-util.el (gnus-rename-file): New function.
11587
11588 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11589
11590         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11591
11592 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11593
11594         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11595         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11596
11597 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11598
11599         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11600         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11601
11602 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11603
11604         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11605
11606 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11607
11608         * spam.el (spam-set-difference): Add function to replace
11609         gnus-set-difference in spam.el.
11610         (spam-summary-prepare-exit): Use spam-set-difference.
11611
11612 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11613
11614         * gnus-registry.el (gnus-registry-cache-file): Update to use
11615         gnus-dribble-directory OR gnus-home-directory OR ~.
11616         (gnus-registry-split-fancy-with-parent): Fix doc.
11617
11618 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * message.el (message-exchange-point-and-mark): Use
11621         message-mark-active-p.  Suggested by Jesper Harder
11622         <harder@ifa.au.dk>.
11623
11624 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * message.el (message-exchange-point-and-mark): Don't activate
11627         region if it was inactive.  Suggested by Hiroshi Fujishima
11628         <pooh@nature.tsukuba.ac.jp>.
11629
11630 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * gnus-art.el (article-display-face): Display Faces in the same
11633         order as X-Faces.
11634
11635 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11636
11637         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11638
11639 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11642         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11643         (gnus-article-mime-hierarchy): Remove.
11644         (gnus-article-mime-hierarchy-next): Remove.
11645         (gnus-article-mode): Revert 2004-03-19 change.
11646         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11647         (gnus-insert-mime-button): Revert 2004-03-19 change.
11648         (gnus-mime-accumulate-hierarchy): Remove.
11649         (gnus-mime-enter-multipart): Remove.
11650         (gnus-mime-leave-multipart): Remove.
11651         (gnus-mime-display-part): Revert 2004-03-19 change.
11652         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11653
11654         * mml.el (mml-preview): Revert 2004-03-19 change.
11655
11656 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11657
11658         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11659
11660 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11663         t while entering a file name using the mm-with-multibyte macro.
11664         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11665
11666         * mm-util.el (mm-with-multibyte): New macro.
11667
11668 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11669
11670         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11671         user option.
11672         (gnus-mime-multipart-functions): Doc and customization fix.
11673         (gnus-article-mime-hierarchy): New variable.
11674         (gnus-article-mime-hierarchy-next): New variable.
11675         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11676         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11677         gnus-article-mime-hierarchy-next to nil.
11678         (gnus-insert-mime-button): Show hierarchy numbers.
11679         (gnus-mime-accumulate-hierarchy): New function.
11680         (gnus-mime-enter-multipart): New function.
11681         (gnus-mime-leave-multipart): New function.
11682         (gnus-mime-display-part): Recompute hierarchical MIME structure.
11683         (gnus-mime-display-alternative): Show hierarchy numbers.
11684
11685         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11686         gnus-article-mime-hierarchy-next to nil.
11687
11688 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
11689
11690         * dns.el: Don't require gnus-xmas.
11691
11692 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
11693
11694         * mml.el (mml-generate-mime-1): Don't use format=flowed with
11695         inline PGP.
11696         (mml-menu): Disable mml-quote-region if mark is inactive.
11697
11698 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11701         when the group's active is not available.
11702
11703 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11704
11705         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11706         error.
11707
11708 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
11709
11710         * imap.el (imap-store-password): New variable.
11711         (imap-interactive-login): Use it.
11712         Suggested by Mark Plaksin <happy@mcplaksin.org>.
11713
11714 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * gnus-art.el (gnus-article-read-summary-keys): Restore new
11717         window-start and hscroll to summary window.
11718
11719 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11720
11721         * gnus-start.el (gnus-convert-old-newsrc): Only write the
11722         conversion message to newsrc-dribble when an actual conversion is
11723         performed.
11724
11725 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
11726
11727         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11728
11729 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * mm-decode.el (mm-complicated-handles): New function reviving
11732         former definition of mm-multiple-handles.
11733
11734         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11735         (gnus-mime-delete-part): Use it.
11736
11737 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11738
11739         * gnus-agent.el (gnus-agent-read-local): Bind
11740         nnheader-file-coding-system to gnus-agent-file-coding-system to
11741         avoid the implicit assumption that they will always be equal.
11742         (gnus-agent-save-local): Bind buffer-file-coding-system, not
11743         coding-system-for-write, as the with-temp-file macro first prints
11744         to a buffer then saves the buffer.
11745
11746 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11747
11748         * gnus-art.el (gnus-article-edit-part): New function.
11749         (gnus-mime-save-part-and-strip): Use it; do query instead of
11750         signaling an error; don't use mm-multiple-handles.
11751         (gnus-mime-delete-part): Ditto.
11752
11753 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11754
11755         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11756         old file versions.
11757         (gnus-group-prepare-hook): Removed function that converted list
11758         form of gnus-agent-expire-days to group properties.
11759
11760         * gnus-int.el: Autoload gnus-agent-regenerate-group.
11761         (gnus-request-accept-article): Re-indented.
11762
11763         * gnus-start.el (gnus-convert-old-newsrc): Registered new
11764         converters to handle old agent file formats.  Added logic for a
11765         "backup before upgrading warning".
11766         (gnus-convert-mark-converter-prompt): Developers can mark
11767         functions as needing (default), or not needing,
11768         gnus-convert-old-newsrc's "backup before upgrading warning".
11769         (gnus-convert-converter-needs-prompt): Tests whether the user
11770         should be protected from potentially irreversable changes by the
11771         function.
11772
11773         * legacy-gnus-agent.el: New.  Provides converters that are only
11774         loaded when gnus-convert-old-newsrc needs to call them.
11775
11776 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * mail-source.el (mail-source-touch-pop): Doc fix.
11779
11780         * message.el (message-smtpmail-send-it): Doc fix.
11781
11782 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
11783
11784         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11785
11786         * nnmail.el (nnmail-split-fancy): do.
11787
11788         * gnus-kill.el (gnus-kill, gnus-execute): do.
11789
11790 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11791
11792         * gnus-sum.el (gnus-widget-reversible-match)
11793         (gnus-widget-reversible-to-internal)
11794         (gnus-widget-reversible-to-external): New functions.
11795         (gnus-widget-reversible): New widget.
11796         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11797
11798 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
11799
11800         * gnus-sum.el (gnus-thread-sort-functions)
11801         (gnus-article-sort-functions): Document `(not F)' items.
11802
11803 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11804
11805         * spam.el (spam-use-gmane-xref): Add new backend.
11806         (spam-gmane-xref-spam-group): Add variable to control the name of the
11807         Gmane spam group.
11808         (spam-blackhole-servers, spam-blackhole-good-server-regex)
11809         (spam-regex-headers-spam, spam-regex-headers-ham)
11810         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11811         (spam-list-of-checks): Add spam-use-gmane-xref to list of
11812         backends and checks.
11813         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11814
11815         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11816         an autodetect method.
11817
11818 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11819
11820         * gnus-int.el (gnus-request-accept-article): Inform the agent that
11821         articles are being added to a group.
11822         (gnus-request-replace-article): Inform the agent that articles
11823         need to be uncached as the cached contents are no longer valid.
11824
11825 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * binhex.el: Don't autoload executable-find.
11828
11829         * canlock.el: Don't autoload mail-fetch-field.
11830
11831         * dgnushack.el: Autoload c-mode for XEmacs.
11832
11833         * gnus-ems.el: Don't autoload appt-select-lowest-window.
11834
11835         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11836         rmail-dont-reply-to and rmail-output.
11837
11838         * gnus-score.el: Don't autoload ffap-string-at-point.
11839
11840         * gnus-setup.el: Don't autoload sc-cite-original.
11841
11842         * imap.el: Don't autoload base64-decode-string,
11843         base64-encode-string and md5.
11844
11845         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11846         and rmail-msg-restore-non-pruned-header.
11847
11848         * mm-decode.el: Don't autoload executable-find.
11849
11850         * mm-url.el: Don't autoload executable-find.
11851
11852         * mm-view.el: Don't autoload diff-mode.
11853
11854         * nndb.el: Don't autoload news-reply-mode, news-setup,
11855         cancel-timer and telnet.
11856
11857         * password.el: Don't autoload run-at-time for Emacs.
11858
11859         * sha1-el.el: Don't autoload executable-find.
11860
11861         * sieve-mode.el: Don't autoload c-mode.
11862
11863         * uudecode.el: Don't autoload executable-find.
11864
11865 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11866
11867         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11868         (gnus-agent-possibly-alter-active): Avoid null in numeric
11869         comparison.
11870         (gnus-agent-set-local): Refuse to save null in local object table.
11871         (gnus-agent-regenerate-group): The REREAD parameter can now be a
11872         list of articles that will be marked as unread.
11873
11874 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11877
11878 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
11879
11880         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11881         language tags.
11882
11883 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11884
11885         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11886         Don't bind "obarray".
11887
11888         * gnus-sum.el (gnus-thread-sort-functions): Added
11889         `gnus-thread-sort-by-most-recent-number' and
11890         `gnus-thread-sort-by-most-recent-date'.
11891         Reported by Kai Grossjohann <kai@emptydomain.de>.
11892
11893 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11896
11897 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11898
11899         * gnus-cus.el (gnus-agent-customize-category): Removed
11900         ignore-errors macro reference that required cl to be loaded at
11901         run-time.
11902
11903         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11904         single-interval range of the form (min . max).  Previously the
11905         range had to look like ((min . max)).  Likewise, return
11906         (min . max) rather than ((min . max)).
11907         (gnus-range-map): Use gnus-range-normalize to accept
11908         single-interval range.
11909
11910         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11911         the cache, but not the agent, now appear with their usual face.
11912
11913         * dgnushack.el (loaddir): New variable that is bound to the
11914         directory containing the dgnushack.el file. Use loaddir, rather
11915         than srcdir, to update load-path. Change lets dgnushack compile
11916         code in directories other than GNUS/lisp.
11917
11918 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * lpath.el: Don't bind w3m-safe-url-regexp.
11921
11922         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11923         w3m-safe-url-regexp variable buffer-local.
11924
11925         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11926
11927 2004-02-27  Simon Josefsson  <jas@extundo.com>
11928
11929         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11930         gnus-group-real-prefix.
11931         (gnus-summary-move-article): Use it, instead of
11932         gnus-group-real-prefix.
11933
11934 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * lpath.el: Bind w3m-safe-url-regexp.
11937
11938         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11939         w3m-safe-url-regexp variable buffer-local and set it as the value
11940         of mm-w3m-safe-url-regexp.
11941
11942         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11943
11944         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11945         parsing gnus-posting-styles when the message is not for replying.
11946
11947         * dgnushack.el: Autoload sgml-mode for XEmacs.
11948
11949         * nnrss.el (nnrss-opml-export): Use
11950         mm-set-buffer-file-coding-system instead of
11951         set-buffer-file-coding-system.
11952
11953 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
11954
11955         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11956         of checkdoc.el).
11957         * nnrss.el: do.
11958         * gnus-mlspl.el: do.
11959         * gnus-ml.el: do.
11960         * gnus-srvr.el: do.
11961
11962         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11963
11964 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11965
11966         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11967         Corrections to custom-manual links.
11968
11969         * gnus-art.el (gnus-article): Ditto.
11970
11971         * mm-decode.el (mime-display, mime-security): Ditto.
11972
11973 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11974
11975         * flow-fill.el: Typo.
11976
11977 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
11978
11979         * spam-wash.el: New file.
11980
11981 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
11982
11983         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11984
11985 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11986
11987         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11988         to be run with new-articles as LIST1, not LIST2.
11989         (spam-registration-functions): Add spam-use-ham-copy as a nil
11990         registration backend.
11991
11992 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11993
11994         * spam-stat.el (spam-stat-washing-hook): New option.
11995         (spam-stat-buffer-words): Use it.
11996         (spam-stat-process-directory, spam-stat-test-directory): Use
11997         insert-file-contents-literally.
11998         (spam-stat-coding-system): New variable.
11999         (spam-stat-load, spam-stat-save): Use it.
12000
12001 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * spam-report.el (spam-report-plug-agent): Quote
12004         spam-report-url-to-file and spam-report-url-ping-plain.
12005
12006 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12009         / in mailto URLs.
12010
12011 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12012
12013         * spam-report.el (spam-report-process-queue): Fix interactive use.
12014         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12015         (spam-report-unplug-agent): Doc fixes.
12016         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12017         (spam-report-agentize, spam-report-deagentize): Autoload
12018
12019 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12022
12023         * message.el (message-setup-fill-variables): Add mml tags to
12024         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12025         <ajk@iu.edu>.
12026         (message-mode): Don't modify paragraph-separate there.
12027
12028 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * compface.el (uncompface-use-external): Default to undecided.
12031         (uncompface-use-external-threshold): New variable.
12032         (uncompface-float-time): New macro.
12033         (uncompface): Determine whether to use the external decoder if
12034         uncompface-use-external is undecided.
12035
12036 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12037
12038         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12039         after images.
12040
12041         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12042
12043 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12044
12045         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12046
12047         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12048
12049         * gnus-sum.el (gnus-summary-limit-to-age)
12050         (gnus-summary-limit-children): do.
12051
12052         * gnus-int.el (gnus-request-scan): do.
12053
12054         * gnus-group.el (gnus-group-suspend): do.
12055
12056         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12057
12058         * gnus-cite.el (gnus-cite-parse-attributions): do.
12059
12060         * gnus-agent.el (gnus-summary-set-agent-mark)
12061         (gnus-agent-regenerate-group): do.
12062
12063         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12064
12065         * binhex.el (binhex-decode-region-internal): do.
12066
12067 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * gnus-fun.el (gnus-face-properties-alist): New user option.
12070         (gnus-display-x-face-in-from): Use it.
12071
12072         * gnus-art.el (article-display-face): Ditto.
12073
12074         * compface.el (uncompface-use-external): Default to nil.
12075
12076 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12077
12078         * nntp.el (nntp-erase-buffer): New function.
12079         (nntp-retrieve-data, nntp-send-command)
12080         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12081         (nntp-possibly-change-group): Use it.
12082
12083         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12084         with-current-buffer.
12085
12086 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12087
12088         * compface.el: Merge the ELisp-based uncompface program.
12089         (compface): New customization group.
12090         (uncompface-use-external): New user option.
12091         (uncompface): Call uncompface-internal if uncompface-use-external
12092         is nil.
12093         (uncompface-internal): New function.  Note that there are also
12094         some other functions and variables added for this function.
12095
12096 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12097
12098         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12099         if necessary.
12100
12101 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12102
12103         * spam-report.el (spam-report-unplug-agent)
12104         (spam-report-plug-agent, spam-report-deagentize)
12105         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12106         Add support for the Agent in spam-report: when unplugged, report to a
12107         file; when plugged, submit all the requests.
12108
12109         * spam.el (spam-register-routine): Fix message about
12110         registration.
12111
12112 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12113
12114         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12115         dependencies.
12116         (rfc2047-encode): Use it.
12117
12118         * gnus-art.el (gnus-button-marker-list): Move before first
12119         reference.
12120
12121         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12122         (imap-parse-body): Fix format string mismatch.
12123
12124         * gnus-score.el (gnus-summary-increase-score): do.
12125
12126         * nnrss.el (nnrss-close): New function.
12127
12128 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12129
12130         * nnrss.el (nnrss-make-filename): New function.
12131         (nnrss-request-delete-group, nnrss-read-server-data)
12132         (nnrss-save-server-data, nnrss-read-group-data)
12133         (nnrss-save-group-data): Use it.
12134         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12135         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12136         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12137
12138 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12139
12140         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12141
12142 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12143
12144         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12145         files.
12146
12147         * message.el (message-generate-headers-first): Don't quote nil
12148         and t in docstrings.
12149
12150         * imap.el (imap-id): do.
12151
12152         * gnus-agent.el (gnus-agent-consider-all-articles)
12153         (gnus-agent-queue-mail): do.
12154
12155 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * spam-report.el (spam-report-process-queue): New function.
12158         Process requests from `spam-report-requests-file'.
12159         (spam-report-process-queue): Doc fix.
12160
12161 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12162
12163         * spam.el (spam-register-routine)
12164         (spam-log-processing-to-registry, spam-log-registered-p)
12165         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12166         Change "check" to "spam-check" for semi-clarity.
12167
12168 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12169
12170         * pop3.el: Require nnheader.
12171
12172         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12173
12174         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12175
12176         * gnus-picon.el: Require cl.
12177
12178         * gnus-fun.el: Require gnus-ems and gnus-util.
12179
12180         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12181
12182         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12183
12184         * gnus-art.el (gnus-article-edit-mode): Define before first
12185         reference.
12186
12187 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12188
12189         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12190         (gnus-uu-post-encoded): Use point-at-bol.
12191
12192         * gnus-topic.el (gnus-group-active-topic-p): do.
12193
12194         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12195
12196         * gnus-group.el (gnus-group-kill-region): do.
12197
12198         * gnus-art.el (article-date-ut): do.
12199
12200         * message.el (message-fetch-field): Remove redundant
12201         case-fold-search binding.
12202         (message-narrow-to-field): Simplify.
12203
12204 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12205
12206         * spam.el (spam-directory): Derive from `gnus-directory'.
12207
12208         * spam-report.el (spam-report-url-to-file)
12209         (spam-report-requests-file): New function and variable for offline
12210         reporting.
12211         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12212         and user defined function.
12213         (spam-report-url-ping-mm-url): Remove doubled slash.
12214
12215 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12216
12217         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12218
12219 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12220
12221         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12222         format string mismatch.
12223
12224         * sieve.el (sieve-deactivate-all): do.
12225
12226         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12227
12228         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12229
12230         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12231
12232         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12233
12234 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12235
12236         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12237         the list of checks.
12238
12239 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12240
12241         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12242         padding.
12243
12244 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12245
12246         * mm-view.el (mm-fill-flowed): New variable.
12247         (mm-inline-text): Use it.
12248
12249 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12250
12251         * spam.el (spam-spamassassin-register-ham-routine)
12252         (spam-spamassassin-register-spam-routine): Fix function names.
12253
12254 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * gnus.el (gnus-tmp-grouplens): Remove.
12257         (gnus-summary-line-format): Remove grouplens.
12258
12259         * gnus-group.el (gnus-group-line-format): Ditto.
12260
12261         * gnus-spec.el (gnus-format-specs): Ditto.
12262         (gnus-update-format-specifications): Flush the group format spec
12263         cache if there's the grouplens stuff.
12264         (gnus-parse-simple-format): Replace %l with the empty string.
12265
12266 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12267
12268         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12269         omission.
12270
12271 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12272
12273         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12274         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12275
12276 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12277
12278         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12279         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12280         New macros and functions.
12281         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12282         Handle > NLINK_MAX messages.
12283         * nnmaildir.el (nnmaildir-request-set-mark): Use
12284         nnmaildir--emlink-p and nnmaildir--eexist-p.
12285
12286 2004-01-25  Alex Schroeder  <alex@gnu.org>
12287
12288         * spam-stat.el (spam-stat-process-directory-age): New option.
12289         (spam-stat-process-directory): Use it.
12290
12291 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12292
12293         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12294         (spam-stat-save): Accept prefix argument.
12295
12296 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12297
12298         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12299         links" error.
12300
12301 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12304         the rest of the and/or forms.
12305
12306 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12307
12308         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12309         compatibility with old .newsrc.eld files.
12310
12311         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12312
12313         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12314
12315         * gnus-start.el (gnus-1): do.
12316
12317         * gnus-group.el (gnus-group-line-format-alist): do.
12318
12319         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12320
12321         * gnus-gl.el: Remove.
12322
12323 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12324
12325         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12326         marks consisting of a single range {for example, (3 . 5)} rather
12327         than a list of a single range { ((3 . 5)) }.
12328
12329 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12330
12331         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12332         with-current-buffer.
12333         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12334         avoid consing a string.
12335
12336         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12337         Remove obsolete entries for big5 and gb2312.
12338
12339 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12340
12341         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12342         uncompressed list.
12343
12344 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12345
12346         * spam-stat.el (spam-stat-strip-xref): New function.
12347         (spam-stat-process-directory): Use it.
12348
12349         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12350         here -- it's done in message-fetch-field.
12351
12352 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12353
12354         * gnus-agent.el (gnus-agent-queue-mail)
12355         (gnus-agent-prompt-send-queue): New variables.
12356         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12357         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12358         "nndraft:queue" along to gnus-draft-send.  Use
12359         gnus-agent-prompt-send-queue.
12360         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12361         is "nndraft:queue".  Suggested by Gaute Strokkenes
12362         <gs234@srcf.ucam.org>
12363
12364         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12365         (agent-enable-undownloaded-faces): Added
12366         (gnus-agent-cat-groups): Use eval-and-compile, not
12367         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12368         method of gnus-agent-cat-groups even when the buffer has been
12369         evaled.
12370         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12371         delete gnus-agent-save-active-1.
12372         (gnus-agent-save-groups): Deleted.  Identical to
12373         gnus-agent-save-active.
12374         (gnus-agent-write-active): No longer adjust agent's copy of active
12375         file as agent's adjustments are now stored in their own
12376         file.  Removed optional parameter.
12377         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12378         servers.  Add use of min/max range limits from server's local
12379         file.
12380         (gnus-agent-save-alist): Removed unused optional argument.
12381         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12382         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12383         (gnus-agent-set-local): A per-server file that keeps min/max range
12384         limits for articles known to the agent.  Provides a fast mechanism
12385         for altering many active ranges.
12386         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12387         active file (local makes it unnecessary).
12388         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12389
12390         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12391         (agent-enable-undownloaded-faces): Added
12392
12393         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12394         disable it when sending to "nndraft:queue".
12395         (gnus-group-send-queue): Add safety check to avoid sending queue
12396         when unplugged.
12397
12398         * gnus-group.el (gnus-group-catchup): Use new
12399         gnus-sequence-of-unread-articles, not
12400         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12401         numbers of articles.  Use gnus-range-map to avoid having to
12402         uncompress the unread list.
12403         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12404         Fixed invalid ange-ftp reference.
12405
12406         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12407         (gnus-sorted-range-intersection): Intersection of two ranges
12408         without requiring that they first be uncompressed.
12409
12410         * gnus-start.el (gnus-activate-group): Unless blocked by the
12411         caller, possibly expand the active range to include both cached
12412         and agentized articles.
12413         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12414         multiple version-dependent converters.
12415         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12416         gnus-agent-save-active.
12417         (gnus-save-newsrc-file): Save dirty agent range limits.
12418
12419         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12420         gnus-agent-possibly-alter-active.
12421         (gnus-adjust-marked-articles): Faster handling of simple lists
12422
12423 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12424
12425         * spam-stat.el (spam-stat-test-directory): New optional argument
12426         displays a list of files detected.  Suggested by Andrew Cohen
12427         <cohen@andy.bu.edu>.
12428         (spam-stat-buffer-words-with-scores): Don't narrow and change
12429         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12430
12431 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12432
12433         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12434         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12435         (spam-spamassassin-arguments)
12436         (spam-spamassassin-spam-flag-header)
12437         (spam-spamassassin-positive-spam-flag-header)
12438         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12439         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12440         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12441         (spam-list-of-processors, spam-list-of-checks)
12442         (spam-list-of-statistical-checks, spam-registration-functions)
12443         (spam-check-spamassassin-headers, spam-check-spamassassin)
12444         (spam-spamassassin-score)
12445         (spam-spamassassin-register-with-sa-learn)
12446         (spam-spamassassin-register-spam-routine)
12447         (spam-spamassassin-register-ham-routine)
12448         (spam-assassin-register-spam-routine)
12449         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12450         (spam-bogofilter-score): Fix to show article before scoring.
12451
12452 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12453
12454         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12455         default scoring function.
12456         (spam-generic-score): Call spam-spamassassin-score if
12457         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12458         spam-bogofilter-score otherwise.
12459
12460         * gnus.el (spam-process, spam-autodetect-methods): Add
12461         spamassassin and spamassassin-headers.
12462
12463 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12464
12465         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12466         Suppress unnecessary messages.
12467
12468 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12469
12470         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12471         make-hash-table.
12472
12473 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * canlock.el (base64-encode-string): Don't autoload it.
12476
12477 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * run-at-time.el: Remove useless (require 'itimer),
12480         eval-and-compile and (featurep 'xemacs).
12481
12482 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12483
12484         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12485         GROUP is a virtual group.
12486
12487 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12488
12489         * gnus.el: Autoload `message-y-or-n-p'.
12490
12491 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12492
12493         * pgg-parse.el: Remove unnecessary (require 'custom).
12494
12495         * pgg-def.el: do.
12496
12497         * nnmail.el: do.
12498
12499         * gnus-undo.el: do.
12500
12501         * gnus-picon.el: do.
12502
12503         * gnus-util.el: do.
12504
12505 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12506
12507         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12508
12509 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12512         handle, as well as a list.
12513
12514         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12515         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12516         (mm-w3m-cid-retrieve): Simplify.
12517
12518 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12519
12520         * message.el (message-kill-to-signature): Allow prefix arg to
12521         specify number of lines to keep before signature.
12522
12523 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12524
12525         (message-kill-to-signature): Change docstring.
12526
12527 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * canlock.el: Always require sha1-el.
12530         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12531
12532         * message.el: Autoload sha1 only when compiling.
12533
12534         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12535         eudc-expand-inline for XEmacs.
12536
12537 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * message.el (message-canlock-generate): Require sha1-el.
12540
12541 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12542
12543         * message.el (message-expand-name): Silence the byte compiler.
12544
12545         * lpath.el: Add detect-coding-system.
12546
12547         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12548         cus-edit.
12549
12550 2004-01-13  Simon Josefsson  <jas@extundo.com>
12551
12552         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12553         Invoke gnus-score-mode.  Reported by
12554         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12555
12556         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12557         Jim Blandy <jimb@redhat.com> (tiny change).
12558
12559 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12560
12561         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12562
12563 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12564
12565         * spam.el (spam-get-article-as-string): Update to use
12566         gnus-request-article-this-buffer, much simpler.
12567         (spam-get-article-as-buffer): Remove.
12568
12569 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12570
12571         * message.el (message-expand-name): Use EUDC if the user uses that.
12572
12573 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12574
12575         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12576         character for the encoding to avoid consing a string.
12577
12578         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12579         unnecessarily.
12580
12581         * mm-util.el (mm-replace-chars-in-string): Remove.
12582
12583         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12584         of mm-replace-chars-in-string.
12585
12586 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12587
12588         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12589
12590         * mm-util.el (mm-subst-char-in-string): Support inplace.
12591
12592         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12593         a new string in every iteration.  Use shy groups.
12594
12595 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12596
12597         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12598         * gnus-soup.el (gnus-soup-group-brew):
12599         * gnus-msg.el (gnus-put-message):
12600         * gnus-move.el (gnus-group-move-group-to-server):
12601         * gnus-kill.el (gnus-batch-score):
12602         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12603         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12604         (gnus-group-update-group, gnus-group-read-group)
12605         (gnus-group-make-group, gnus-group-make-help-group)
12606         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12607         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12608         (gnus-group-sort-by-unread, gnus-group-catchup)
12609         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12610         (gnus-group-yank-group, gnus-group-set-info)
12611         (gnus-group-list-groups):
12612         * gnus.el (gnus-generate-new-group-name):
12613         * gnus-delay.el (gnus-delay-send-queue):
12614         * nnvirtual.el (nnvirtual-catchup-group):
12615         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12616         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12617         (gnus-group-prepare-topics, gnus-topic-check-topology):
12618         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12619         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12620         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12621         (gnus-group-make-articles-read):
12622         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12623         (gnus-group-change-level, gnus-kill-newsgroup)
12624         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12625         (gnus-get-unread-articles, gnus-make-articles-unread)
12626         (gnus-make-ascending-articles-unread): Use accessor
12627         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12628         to get group information for improved readability.
12629
12630
12631 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12632
12633         * gnus-art.el (article-decode-mime-words, article-babel)
12634         (gnus-article-highlight-signature, gnus-article-add-buttons)
12635         (gnus-signature-toggle): Use gnus-with-article-buffer.
12636
12637         * gnus-art.el (gnus-article-highlight-headers)
12638         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12639
12640         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12641         (gnus-article-set-globals, gnus-request-article-this-buffer)
12642         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12643         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12644         (gnus-mime-display-alternative): Use with-current-buffer.
12645
12646 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12647
12648         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12649         also under 80 char limit, and call gnus-error if needed.
12650         (spam-fetch-article-header): Fix - it was a
12651         buffer-local variable (gnus-newsgroup-data).
12652         (spam-find-spam): Use spam-generate-fake-headers, forget about
12653         spam-insert-fake-headers.
12654         (spam-insert-fake-headers): Remove.
12655
12656 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12657
12658         * deuglify.el (gnus-article-outlook-unwrap-lines)
12659         (gnus-outlook-rearrange-article)
12660         (gnus-outlook-repair-attribution-outlook)
12661         (gnus-outlook-repair-attribution-block)
12662         (gnus-outlook-repair-attribution-other): Remove redundant
12663         save-excursion.
12664
12665 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12666
12667         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12668         (spam-fetch-field-subject-fast)
12669         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12670         (spam-fetch-article-header): Add functions to deal with Gnus
12671         internals for fast retrieval of article header data.
12672         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12673
12674 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12675
12676         * pop3.el (pop3-md5): Remove.
12677         (pop3-apop): Replace pop3-md5 with md5.
12678
12679         * mm-bodies.el: base64 is always built-in.
12680
12681         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12682         with-current-buffer.
12683
12684 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * canlock.el (canlock-insert-header): Remove excessive grouping in
12687         regexp.
12688
12689         * gnus-sum.el (gnus-summary-read-document): Ditto.
12690
12691         * gnus-uu.el (gnus-uu-part-number): Ditto.
12692
12693         * html2text.el (html2text-remove-tags): Ditto.
12694         (html2text-format-tags): Ditto.
12695         (html2text-format-single-elements): Ditto.
12696
12697         * mml.el (mml-parse-1): Ditto.
12698
12699 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12700
12701         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12702
12703         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12704
12705         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12706
12707         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12708
12709 2003-11-15  Simon Josefsson  <jas@extundo.com>
12710
12711         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12712         (pgg-gpg-lookup-key): Use regexp match instead of
12713         split-string (split-string is different between emacs 21.2 and
12714         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
12715
12716 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12717
12718         * gnus-art.el (gnus-mime-view-all-parts)
12719         (gnus-article-part-wrapper, gnus-article-view-part): Use
12720         with-current-buffer.
12721
12722 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12723
12724         * spam.el (spam-disable-spam-split-during-ham-respool)
12725         (spam-spamoracle-database, spam-cache-lookups)
12726         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12727         (spam-group-ham-mark-p, spam-group-spam-mark-p)
12728         (spam-group-ham-marks, spam-group-spam-marks)
12729         (spam-group-spam-contents-p, spam-group-ham-contents-p)
12730         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12731         also add spam-use-blackholes to the statistical checks.
12732         (spam-fetch-field-fast): Add interface to fetching fields, may
12733         become a macro.
12734         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12735         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12736         (spam-insert-fake-headers): Fake an article when needed.
12737         (spam-find-spam): Fake article when possible.
12738         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12739         (spam-check-bogofilter-headers): Use message-fetch-field instead
12740         of nnmail-fetch-field.
12741
12742 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12743
12744         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12745
12746 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12747
12748         * spam.el (spam-split): Do not require spam-use-CHECK to be
12749         enabled if that check is passed to spam-split explicitly; also
12750         fix so 'spam doesn't get converted to spam-split-group when
12751         spam-split-symbolic-return is t.
12752         (spam-find-spam): Find registrations of the article and use those
12753         instead of re-running spam-split to find the spam/ham
12754         classification of the article.
12755         (spam-log-processing-to-registry, spam-log-registered-p)
12756         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12757         Use gnus-error instead of gnus-message.
12758         (spam-log-registration-type): Add function to determine the
12759         classification of a message based on registry entries; will
12760         return nil if both 'spam and 'ham are found.
12761         (spam-check-BBDB): Expand all the BBDB macros here so we can have
12762         a reasonably fast local cache without the loading errors.
12763         (spam-cache-lookups): Set to t by default.
12764         (spam-find-spam): Don't try to guess spam-cache-lookups.
12765         (spam-enter-whitelist, spam-enter-blacklist): Clear the
12766         spam-caches entry.
12767         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12768         caching of whitelist/blacklist entries.
12769         (spam-check-whitelist, spam-check-blacklist): Invoke
12770         spam-from-listed-p with a type, not a cache variable.
12771         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12772
12773 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12774
12775         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12776
12777         * nnmail.el (nnmail-split-fancy): do.
12778
12779         * mml.el (mml-parse): do.
12780
12781         * gnus-score.el (gnus-enter-score-words-into-hashtb)
12782         (gnus-score-adaptive): do.
12783
12784 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12787         (gnus-mime-button-map): Don't set keymap parent.
12788         (gnus-button-ctan-directory-regexp): Use shy grouping.
12789         (gnus-prev-page-map): Don't set keymap parent.
12790         (gnus-prev-page-map): Remove duplicated one.
12791         (gnus-next-page-map): Don't set keymap parent.
12792         (gnus-mime-security-button-map): Ditto.
12793
12794         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12795         version number.
12796
12797         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12798
12799 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12800
12801         * canlock.el (canlock-sha1-function): Remove.
12802         (canlock-sha1-function-for-verify): Remove.
12803         (canlock-openssl-program): Remove.
12804         (canlock-openssl-args): Remove.
12805         (canlock-ignore-errors): Remove.
12806         (canlock-sha1-with-openssl): Remove.
12807         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12808         (canlock-verify): Don't use canlock-ignore-errors.
12809
12810         * sha1-el.el (sha1-string-external): Make it can return a string
12811         in binary form.
12812         (sha1-region-external): Ditto.
12813         (sha1-string-internal): Ditto.
12814         (sha1-region-internal): Ditto.
12815         (sha1-region): Ditto.
12816         (sha1-string): Ditto.
12817         (sha1): Ditto.
12818
12819 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12820
12821         * spam.el (spam-report-articles-gmane): New command.
12822
12823 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * gnus.el: Don't make unnecessary *Group* buffer when loading.
12826
12827         * run-at-time.el (run-at-time-saved): Remove.
12828         (run-at-time): Doc fix.
12829
12830 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12831
12832         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12833         (gnus-summary-limit-map): Add it.
12834         (gnus-summary-make-menu-bar): do.
12835
12836 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
12837
12838         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12839         Make attempt at some caching support (done for BBDB only now).
12840         (spam-find-spam): Set spam-cache-lookups if there are more than 2
12841         addresses to be checked.
12842         (spam-clear-cache-BBDB): Add function, to be invoked by
12843         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12844         (spam-check-BBDB): Check and use the caches, if
12845         spam-cache-lookups is on, remove superfluous (provide).
12846
12847 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12848
12849         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12850
12851 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
12852
12853         * run-at-time.el (run-at-time-saved): Move to after the definition
12854         of `run-at-time'.
12855
12856         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
12857
12858 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12861         mm-w3m-local-map-property.
12862
12863         * mm-view.el (mm-w3m-mode-map): Remove.
12864         (mm-w3m-local-map-property): Remove.
12865         (mm-inline-text-html-render-with-w3m): Don't use
12866         mm-w3m-local-map-property.
12867
12868 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12869
12870         * run-at-time.el: New file.
12871
12872         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
12873         under Emacs.
12874
12875         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12876         of gnus-set-text-properties.
12877
12878         * gnus-uu.el (gnus-uu-save-article): Ditto.
12879
12880         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12881
12882         * gnus-cite.el (gnus-cite-parse): Ditto.
12883
12884         * gnus-art.el (gnus-button-push): Use set-text-properties instead
12885         of gnus-.
12886
12887         * gnus-xmas.el (run-at-time): Require run-at-time.
12888
12889         * gnus.el: Changed calls to nnheader-run-at-time and
12890         password-run-at-time throughout to use run-at-time directly.
12891
12892         * password.el: Removed definition of run-at-time.
12893
12894         * nnheaderxm.el: Remove definition of run-at-time.
12895
12896 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
12897
12898         * mml.el (mml-minibuffer-read-disposition): Show attachment type
12899         in prompt.
12900
12901 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12902
12903         * messagexmas.el (message-xmas-redefine): Alias
12904         `message-make-caesar-translation-table' to
12905         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
12906         version.
12907
12908         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
12909         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
12910         `gnus-xmas-set-text-properties'.
12911         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
12912         `gnus-xmas-completing-read'.
12913         (gnus-xmas-completing-read): Removed.
12914         (gnus-xmas-open-network-stream): Removed.
12915
12916         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12917         XEmacs version.
12918
12919         * dns.el (dns-make-network-process): Use `open-network-stream'
12920         instead of `gnus-xmas-open-network-stream'.
12921
12922         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
12923
12924         * .cvsignore: Add auto-autoloads.el, custom-load.el.
12925
12926 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12927
12928         * gnus-art.el (gnus-mime-display-alternative)
12929         (gnus-insert-mime-button, gnus-insert-mime-security-button)
12930         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12931         Don't use gnus-local-map-property.
12932
12933         * gnus-util.el (gnus-local-map-property): Remove.
12934
12935         * mm-view.el (mm-view-pkcs7-decrypt): Replace
12936         gnus-completing-read-maybe-default with completing-read.
12937
12938         * gnus-util.el (gnus-completing-read): do.
12939         (gnus-completing-read-maybe-default): Remove.
12940
12941 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12942
12943         * password.el: Only autoload `run-at-time' if not XEmacs.
12944         Only autoload the itimer functions if XEmacs.
12945
12946 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
12949         XEmacsen.
12950
12951         * dgnushack.el: Autoload executable-find for XEmacs.
12952
12953 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12954
12955         * gnus-art.el (gnus-read-string): Remove.
12956         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12957         read-string.
12958
12959 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
12960
12961         * netrc.el: Autoload password-read.
12962         (netrc): Add configuration group.
12963         (netrc-encoding-method, netrc-openssl-path): Add
12964         variables for encoding and decoding of files with symmetric
12965         ciphers.
12966         (netrc-encode): Add assistant function to encode a file with
12967         netrc-encoding-method.
12968         (netrc-parse): Add interactive parameter, added optional
12969         decoding if netrc-encoding-method is non-nil but otherwise
12970         behavior is standard.
12971         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12972         Do s/encode/encrypt/ everywhere.
12973
12974         * spam.el: Remove executable-find autoload.
12975
12976 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12977
12978         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12979
12980         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12981
12982 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12983
12984         * gnus-art.el (gnus-treat-ansi-sequences,
12985         (article-treat-ansi-sequences): New variable and function.
12986         Suggested by Dan Jacobson <jidanni@jidanni.org>.
12987
12988         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12989         Use it.
12990
12991 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12992
12993         * mm-util.el (mm-quote-arg): Remove.
12994
12995         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12996         shell-quote-argument.
12997
12998         * gnus-uu.el (gnus-uu-command): do.
12999
13000         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13001
13002         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13003         with make-char.
13004
13005         * mm-util.el (mm-make-char): Remove.
13006
13007         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13008         add-minor-mode.
13009
13010         * gnus-undo.el (gnus-undo-mode): do.
13011
13012         * gnus-topic.el (gnus-topic-mode): do.
13013
13014         * gnus-sum.el (gnus-dead-summary-mode): do.
13015
13016         * gnus-start.el (gnus-slave-mode): do.
13017
13018         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13019
13020         * gnus-ml.el (gnus-mailing-list-mode): do.
13021
13022         * gnus-gl.el (gnus-grouplens-mode): do.
13023
13024         * gnus-draft.el (gnus-draft-mode): do.
13025
13026         * gnus-dired.el (gnus-dired-mode): do.
13027
13028         * gnus-ems.el (gnus-add-minor-mode): Remove.
13029
13030         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13031         Replace gnus-char-width with char-width.
13032
13033         * gnus-ems.el (gnus-char-width): Remove.
13034
13035         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13036         Replace gnus-char-width with char-width.
13037
13038         * gnus-ems.el (gnus-char-width): Remove.
13039
13040         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13041         definition.
13042         Remove Emacs 20 hash table compatibility code.
13043
13044         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13045         20 compatibility code.
13046
13047         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13048
13049         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13050
13051         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13052         with point-at-{eol,bol}.
13053
13054         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13055
13056         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13057
13058         * flow-fill.el (fill-flowed-point-at-bol)
13059         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13060
13061         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13062         Replace with point-at-{eol,bol} throughout all files.
13063
13064 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * ntlm.el (ntlm-string-as-unibyte): New macro.
13067         (ntlm-build-auth-response): Use it.
13068
13069         Remove Emacs 20 stuff:
13070         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13071         (butlast, mapc, remove): Remove the compiler macros.
13072         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13073         of delq and copy-sequence.
13074         * gnus-art.el (popup-menu): Remove the compiler macro.
13075         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13076         Emacs 20.
13077
13078 2004-01-05  Simon Josefsson  <jas@extundo.com>
13079
13080         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13081         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13082         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13083         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13084         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13085         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13086         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13087         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13088         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13089         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13090         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13091         string-xor into ntlm-string-xor.  Suggested by
13092         Jesper Harder <harder@myrealbox.com>.
13093
13094         * ntlm.el: Don't include poem.
13095
13096         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13097         Jesper Harder <harder@myrealbox.com>.
13098
13099         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13100
13101         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13102         probably breaks emacs with DL patch, but do we care? Is anyone
13103         still using the DL stuff?)
13104
13105         * sieve-manage.el: Use the password package.
13106         (sieve-manage-read-passwd): Remove.
13107         (sieve-manage-interactive-login): Use password.  Re-add
13108         condition-case around loop.
13109
13110         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13111         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13112         the password package.
13113
13114 2003-02-19  Simon Josefsson  <jas@extundo.com>
13115
13116         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13117         token.
13118
13119 2002-08-07  Simon Josefsson  <jas@extundo.com>
13120
13121         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13122         (sieve-manage-authenticators):
13123         (sieve-manage-authenticator-alist): Add some SASL mechs.
13124         (sieve-sasl-auth): New function.
13125         (sieve-manage-cram-md5-auth):
13126         (sieve-manage-plain-auth): Rewrite using SASL library.
13127         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13128         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13129         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13130         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13131
13132 2004-01-05  Simon Josefsson  <jas@extundo.com>
13133
13134         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13135         New files.
13136
13137 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13138
13139         * gnus-group.el (gnus-no-groups-message): Update.
13140
13141         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13142
13143 2003-11-09  Simon Josefsson  <jas@extundo.com>
13144
13145         * imap.el: Support for ID IMAP extension (RFC 2971).
13146         (imap-local-variables): Add imap-id.
13147         (imap-id): New variable.
13148         (imap-id): New function.
13149         (imap-parse-response): Parse untagged ID response.
13150         * nnimap.el (nnimap-id): New variable.
13151         (nnimap-open-connection): Use it.
13152
13153 2003-12-28  Simon Josefsson  <jas@extundo.com>
13154
13155         * gnus-score.el (gnus-score-edit-all-score): New.
13156         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13157
13158 2004-01-04  Simon Josefsson  <jas@extundo.com>
13159
13160         * password.el: Add.
13161
13162 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13163
13164         * dns.el: Add support for AAAA records (see RFC 3596)
13165
13166         * Fix typo PRT -> PTR
13167
13168         * Parse MX, PTR and SOA replies (see RFC 1035)
13169
13170 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13171
13172         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13173
13174         * Moved to Changelog.2.
13175
13176 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13177
13178         * gnus.el (gnus-version-number): Bump version.
13179
13180 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13181
13182         * gnus.el: No Gnus v0.1 is released.
13183
13184 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13185
13186         * gnus.el: No Gnus v0.0 is released.
13187
13188 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13189
13190         * gnus.el (gnus-version-number): Bump.
13191         (gnus-version): No.
13192
13193 See ChangeLog.2 for earlier changes.
13194
13195     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13196
13197   This file is part of GNU Emacs.
13198
13199   GNU Emacs is free software: you can redistribute it and/or modify
13200   it under the terms of the GNU General Public License as published by
13201   the Free Software Foundation, either version 3 of the License, or
13202   (at your option) any later version.
13203
13204   GNU Emacs is distributed in the hope that it will be useful,
13205   but WITHOUT ANY WARRANTY; without even the implied warranty of
13206   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13207   GNU General Public License for more details.
13208
13209   You should have received a copy of the GNU General Public License
13210   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13211
13212 ;; Local Variables:
13213 ;; coding: utf-8
13214 ;; fill-column: 79
13215 ;; add-log-time-zone-rule: t
13216 ;; End:
13217
13218 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4