2008-06-14 * nnmairix.el: Add function/variable level entry.
[gnus] / lisp / ChangeLog
1 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2
3         * gnus-util.el (gnus-put-display-table, gnus-get-display-table): New
4         macros that expand to an `aset'/`aref' call under Emacs, and to a
5         runtime choice under XEmacs.
6
7         * gnus-sum.el (gnus-summary-set-display-table): Use
8         `gnus-put-display-table', `gnus-get-display-table',
9         `gnus-set-display-table' for the display table, instead of `aset'.
10
11         * gnus-xmas.el (gnus-xmas-summary-set-display-table): Use
12         `gnus-put-display-table', `gnus-get-display-table',
13         `gnus-set-display-table' for the display table.
14
15 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
16
17         * nnmairix.el: Add autoloads.
18
19 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
20
21         * nnmairix.el (nnmairix-delete-recreate-group)
22         (nnmairix-update-and-clear-marks): Fix error messages.
23
24 2008-06-14  David Engster  <dengste@eml.cc>
25
26         * nnmairix.el: (nnmairix-group-toggle-propmarks-this-group)
27         (nnmairix-group-toggle-readmarks-this-group)
28         (nnmairix-group-delete-recreate-this-group)
29         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
30         (nnmairix-remove-tick-mark-original-article): New commands
31         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
32         (nnmairix-propagate-marks-to-nnmairix-groups)
33         (nnmairix-only-use-registry, nnmairix-allowfast-default)
34         (nnmairix-marks-cache, nnmairix-version-output): New variables
35         (nnmairix-request-set-mark, nnmairix-request-update-info): New
36         back end functions needed for marks propagation and manipulation of
37         read marks
38         (nnmairix-update-groups): New function
39         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
40         (nnmairix-determine-original-group-from-registry)
41         (nnmairix-determine-original-group-from-path)
42         (nnmairix-get-group-from-file-path, nnmairix-map-range)
43         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter): New
44         helper functions
45         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Inserted new
46         keystrokes for new commands
47         (nnmairix-delete-and-create-on-change): Doc string cleanup
48         (nnmairix-request-group): Check allow-fast group parameter
49         (nnmairix-request-create-group): Set allow-fast group parameter if
50         nnmairix-allowfast-default is set
51         (nnmairix-close-group): Propagate marks upon closing if needed
52         (nnmairix-group-toggle-threads-this-group): Use new
53         nnmairix-group-toggle-parameter helper function
54         (nnmairix-search): Better check for empty search result
55         (nnmairix-goto-original-article): Use new helper functions for
56         determining original article
57         (nnmairix-show-original-article): Make sure message-id is in brackets
58         (nnmairix-call-mairix-binary): Change variable name
59         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
60         helper function
61         (nnmairix-widget-toggle-activate): Fix doc string
62         (nnmairix-widget-toggle-activate): Fix doc string
63
64 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * nnir.el: Require edmacro when compiling with XEmacs.
67         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
68         available in Emacs 21.
69
70 2008-06-11  Glenn Morris  <rgm@gnu.org>
71
72         * gnus-util.el (x-focus-frame):
73         * gnus.el (image-size):
74         * mm-decode.el (image-size): Declare.
75
76         * gnus-picon.el (declare-function): Add compat definition.
77         (image-size): Declare.
78
79         * gnus-group.el (tool-bar-map):
80         * gnus-sum.el (tool-bar-map): Define for compiler.
81
82         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
83
84         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
85
86         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
87         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
88         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
89         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
90         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
91         * sieve-manage.el, spam-report.el, spam.el:
92         Remove unnecessary eval-and-compile of autoloads.
93
94 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
95
96         * auth-source.el: Precise Tramp doc.
97
98 2008-06-07  Glenn Morris  <rgm@gnu.org>
99
100         * nnmairix.el: Remove unnecessary eval-when-compile.
101
102 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * lpath.el: Fbind propertize for XEmacs 21.4.
105
106 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
107
108         * nnir.el: Move here from ../contrib.
109
110 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
111
112         * gnus-util.el (gnus-read-shell-command): New function.
113         * mm-decode.el (mm-pipe-part):
114         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
115
116 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
117
118         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
119
120 2008-06-03  Glenn Morris  <rgm@gnu.org>
121
122        * pop3.el (nnheader-accept-process-output): Autoload it.
123
124 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
125
126         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
127         are not 2-digit hexadecimal characters that follow `%'s.
128
129 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
130
131         * message.el (message-bogus-recipient-p): Fix type in doc string.
132         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
133         (message-bogus-addresses): Rename from message-bogus-address-regexp.
134         Improve custom options.
135         (message-bogus-recipient-p): Adjust accordingly.
136
137 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
138
139         * parse-time.el (parse-time-months, parse-time-weekdays): Add
140         long-form month and day names.
141
142 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * dgnushack.el: Autoload debug, eudc-expand-inline and
145         pgg-snarf-keys-region for XEmacs.
146
147         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
148
149         * nnmairix.el: Require edmacro when compiling with XEmacs.
150
151 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
152
153         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
154         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
155
156 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
157
158         * auth-source.el: Add more docs.
159
160         * netrc.el (netrc-machine): Always match if the port is not given.
161
162 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163
164         * nnheader.el (nnheader-read-timeout): Change the default timeout from
165         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
166         retrieval faster in some cases, but might make CPU usage larger.  If
167         this has any bad side effects, we might revert this change.
168
169         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
170         seems to make mail retrieval much, much faster.
171         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
172         unconditionally.
173
174         * gnus-draft.el (gnus-group-send-queue): Bind
175         message-send-mail-partially-limit to nil to avoid being prompted.
176
177 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
178
179         * mml.el (mml-attach-buffer): Prompt for `disposition'.
180
181         * message.el (message-bogus-address-regexp): Fix and improve custom
182         type.
183         (message-setup-hook): Add message-check-recipients as custom option.
184
185 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
186
187         * message.el (message-cite-function): Remove bogus autoload which crept
188         in during merge from v5-10.
189
190 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
191
192         * nnimap.el (nnimap-open-connection): Fix login/password bug.
193
194         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
195
196         * auth-source.el: Preliminary Tramp docs.
197         (auth-sources): Change the default auth-sources to use
198         EPA .gpg files.
199
200 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
201
202         * nntp.el: Autoload `auth-source-user-or-password'.
203         (nntp-send-authinfo): Use it.
204
205         * nnimap.el: Autoload `auth-source-user-or-password'.
206         (nnimap-open-connection): Use it.
207
208         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
209         for the gnus-message function.
210         (auth-source-user-or-password): Use it.
211
212 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
213
214         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
215         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
216         (rfc2104-hash): Use it.
217
218 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
219
220         * gnus-art.el (gnus-article-toggle-truncate-lines):
221         Don't use `iff' in docstring.
222
223 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
224
225         * gnus-registry.el: Adjusted copyright dates and added a keyword.
226
227         * gnus-util.el (gnus-extract-address-component-name)
228         (gnus-extract-address-component-email): Convenience functions around
229         `gnus-extract-address-components'.
230
231         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
232         Use `gnus-extract-address-component-email' to fix bug of comparing full
233         sender name to `user-mail-address'.
234
235 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
236
237         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
238         catch/throw to optimize.
239         (gnus-registry-find-keywords): Just use member to find a keyword.
240
241 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
242
243         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
244         is current before calling gnus-server-prepare.
245         (gnus-server-setup-buffer, gnus-server-update-server)
246         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
247
248 2008-05-04  Juri Linkov  <juri@jurta.org>
249
250         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
251         (mailcap-file-default-commands): Use mailcap-replace-in-string
252         instead of replace-regexp-in-string, and mailcap-delete-duplicates
253         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
254
255 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
256
257         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
258
259 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
260
261         * gnus.el: Bump version to 0.11
262
263 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
264
265         * gnus.el: No Gnus v0.10 is released.
266
267 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
270         hooks.
271         (gnus-update-read-articles): Speed up non-marks-using users.
272         (gnus-use-marks): Define gnus-use-marks.
273         (gnus-propagate-marks): Rename variable to something more sensible.
274
275 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
276
277         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
278         (gmm-image-load-path-for-library): Fix typos in docstrings.
279         (gmm-message): Reflow docstring.
280
281 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
282
283         * mail-source.el (mail-source-set-1, mail-source-bind):
284         Move auth-source code out of the macro to clean it up and fix bugs.
285
286 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
287
288         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
289         by sender if it's equal to user-mail-address, it's likely to be
290         useless.
291
292         * mail-source.el (mail-source-bind): Don't use user or password if they
293         are not bound.  Unintern them if they are nil.  Don't use server unless
294         it's bound, and default it to empty string otherwise.
295
296 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
297
298         * mail-source.el: Load auth-source.el.
299         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
300         get user name or password, if auth-sources is set up.
301
302         * gnus-registry.el (gnus-registry-split-strategy): New variable for
303         strategy of splitting with parent.
304         (gnus-registry-split-fancy-with-parent)
305         (gnus-registry-post-process-groups): Use it and fix prior
306         bug (returning a list as the split result).
307
308         * auth-source.el (auth-sources): Remove server parameter.
309         (auth-source-pick, auth-source-user-or-password)
310         (auth-source-user-or-password-imap)
311         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
312         (auth-source-user-or-password-sftp)
313         (auth-source-user-or-password-smtp): Remove server parameter.
314
315 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
316
317         * smime.el (smime-sign-region, smime-encrypt-region)
318         (smime-decrypt-region):
319         Remove redundant calls to `generate-new-buffer-name'.
320
321 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
322
323         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
324         Don't use QP for message/rfc822.
325         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
326
327 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
328
329         * sieve-manage.el (sieve-string-bytes): Remove.
330         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
331         correct byte-length only if the process's coding-system is the same as
332         the one used internally by Emacs to represent strings.
333
334 2008-04-22  Juri Linkov  <juri@jurta.org>
335
336         * mailcap.el (mailcap-file-default-commands): New function.
337
338 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
339
340         * message.el (message-signature-separator, message-cite-function):
341         Change custom version.
342
343 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
344
345         * tls.el (tls-program): Add -ign_eof argument to call the openssl
346         commands.
347         (tls-checktrust): Ditto.
348
349 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
350
351         * mm-decode.el (mm-display-external): Make temp file read-only.
352
353 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
354
355         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
356         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
357         `C-c C-f d'.
358
359 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
360
361         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
362
363 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
364
365         * gnus.el: Bump version to 0.9.
366
367 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
368
369         * gnus.el: No Gnus v0.8 is released.
370
371 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
372
373         * mail-source.el (mail-source-value):
374         Prefer fboundp to functionp so it works with macros as well.
375
376 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
377
378         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
379         Fix last change in case the element is not even a symbol.
380
381 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
382
383         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
384         Prefer fboundp to functionp so it works with macros as well.
385
386 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
387
388         * auth-source.el: Added docs.
389         (auth-sources): Modify format to support server.
390         (auth-source-pick, auth-source-user-or-password)
391         (auth-source-user-or-password-imap)
392         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
393         (auth-source-user-or-password-sftp)
394         (auth-source-user-or-password-smtp): Add server parameter.
395
396 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
397
398         * gnus-registry.el: Initialize the registry when gnus-registry-install
399         is t.
400
401 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
402
403         * compface.el (uncompface): Make buffer unibyte.
404
405 2008-04-05  Glenn Morris  <rgm@gnu.org>
406
407         * gnus-ems.el (mm-disable-multibyte): Autoload it.
408
409 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
410
411         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
412         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
413
414         * nnheader.el (nnheader-init-server-buffer): Change buffer's
415         multibyteness after rather than before erasing it.
416
417         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
418         mm-with-multibyte.
419         (gnus-request-article-this-buffer): Make sure the proper decoding is
420         used if gnus-original-article-buffer happens to be unibyte.
421
422         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
423         default-enable-multibyte-characters.
424
425         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
426         default-enable-multibyte-characters.
427
428         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
429
430         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
431
432 2008-04-02  Simon Josefsson  <simon@josefsson.org>
433
434         * imap.el (imap-enable-exchange-bug-workaround): New variable.
435         (imap-message-copyuid-1): Use it.
436         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
437         J. Williams in
438         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
439
440         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
441         imap-enable-exchange-bug-workaround.
442         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
443
444 2008-04-01  Simon Josefsson  <simon@josefsson.org>
445
446         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
447         a 100 byte status-checks into a 2-3MB transfer for each group.
448         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
449         to enable bug workaround or not.
450         (nnimap-find-minmax-uid): Only enable workaround conditionally.
451
452 2008-03-31  Glenn Morris  <rgm@gnu.org>
453
454         * message.el (mml2015-use): Declare for compiler.
455         (message-info): Require mml2015 when appropriate.
456
457 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * Makefile.in (EMACS_COMP): Quote directory name that might contain
460         whitespace.
461
462 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
463
464         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
465         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
466         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
467         (nntp-service-to-port): New function.
468         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
469         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
470         (nntp-open-netcat-stream): New function.
471         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
472
473 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
474
475         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
476
477 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
478
479         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
480
481 2008-03-28  Magnus Henoch  <mange@freemail.hu>
482
483         * dns.el (dns-write): Use set-buffer-multibyte.
484
485 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
486
487         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
488
489 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
490
491         * message.el (message-signature-separator): Change default.
492         Improve custom type.
493         (message-cite-function): Change default to
494         message-cite-original-without-signature.
495
496         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
497         toggle.
498
499         * message.el (message-check-news-body-syntax): Fix signature check.
500         (message-setup-1): Mark buffer as unmodified _after_ running
501         message-setup-hook and handling message-alternative-emails.
502         (message-shorten-references): Be more strict when building list of
503         valid references to comply with GNKSA.
504
505         * gnus-group.el (gnus-read-ephemeral-bug-group)
506         (gnus-read-ephemeral-debian-bug-group)
507         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
508
509         * message.el (message-info): Don't use booleanp which isn't supported
510         in Emacs 21 and XEmacs.
511
512 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
513
514         * gnus-group.el (gnus-gmane-group-download-format): Rename from
515         gnus-group-gmane-group-download-format.
516         (gnus-group-read-ephemeral-gmane-group): Rename from
517         gnus-group-read-ephemeral-gmane-group.
518         (gnus-read-ephemeral-gmane-group-url): Rename from
519         gnus-group-read-ephemeral-gmane-group-url.
520         (gnus-bug-group-download-format-alist):  New variable.
521         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
522         (gnus-read-ephemeral-emacs-bug-group): New commands.
523
524 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
525
526         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
527         (gnus-visible-headers): Improve custom type.
528
529 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
530
531         * mml.el (mml-menu): Add workarounds for XEmacs.
532
533         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
534         X-Boundary header.
535
536         * message.el (message-simplify-recipients): Fix previous commit.
537
538 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
539
540         * mm-util.el (mm-set-buffer-multibyte): New function.
541         * mm-decode.el (mm-copy-to-buffer): Use it.
542
543 2008-03-19  Glenn Morris  <rgm@gnu.org>
544
545         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
546         Accidentally removed in the sync process with Emacs.
547
548 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
549
550         * message.el (message-alter-recipients-discard-bogus-full-name):
551         New function.
552         (message-alter-recipients-function): New variable.
553         (message-get-reply-headers): Use it.
554         (message-replace-header): New helper function.
555         (message-recipients-without-full-name): New variable.
556         (message-simplify-recipients): New command.
557
558         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
559
560         * message.el (message-info): Handle EasyPG manual.
561
562         * mml.el (mml-menu): Add entry for EasyPG.
563
564 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
565
566         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
567         parameter.
568
569         * message.el (message-disassociate-draft): Specify drafts group name
570         fully.
571
572 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
573
574         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
575         unnecessary duplicates from the match list.
576
577 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
580
581         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
582
583         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
584         args of `how-many' of which the XEmacs version doesn't take; declare
585         Info-index-next as function.
586
587 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
588
589         * gnus-score.el (gnus-score-headers): Fix handling of
590         gnus-inhibit-slow-scoring.
591
592         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
593         string.
594         (gnus-button-url-regexp): Improve handling of parenthesis.
595         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
596         (gnus-button-handle-info-keystrokes): Handle index entries.
597
598 2008-03-15  Glenn Morris  <rgm@gnu.org>
599
600         * parse-time.el (parse-time-string): Simplify.
601
602 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
603
604         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
605         Incoming* files.
606
607 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
608
609         * auth-source.el (auth-sources): Renamed from auth-source-choices.
610         (auth-source-pick): Use it.
611
612 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
613
614         * binhex.el (binhex-decode-region-internal):
615         * uudecode.el (uudecode-decode-region-internal):
616         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
617         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
618         setting default-enable-multibyte-characters.
619
620 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
621
622         * auth-source.el (auth-source-protocols)
623         (auth-source-protocols-customize, auth-source-choices): Added and
624         modified variable customizations and defaults.
625         (auth-source-pick, auth-source-user-or-password)
626         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
627         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
628         (auth-source-user-or-password-sftp)
629         (auth-source-user-or-password-smtp): Use new variables and provide an
630         interface to netrc.el.
631
632 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
635         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
636         Make sure the nntp port to specify is a string.
637
638 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
639
640         * nntp.el: Use with-current-buffer.
641         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
642         dubious mm-with-unibyte-current-buffer.
643         (nntp-with-open-group-function): New function extracted from
644         nntp-with-open-group macro.
645         (nntp-with-open-group): Use the function, so it's easier to debug.
646         Add indentation and debugging info.
647         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
648         the use of the netcat alternatives.
649
650         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
651         Avoid mm-string-as-multibyte as well.
652
653         * nnweb.el (nnweb-insert-html):
654         Remove use of nnheader-string-as-multibyte.
655
656         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
657         (nnheader-string-as-multibyte): Remove.
658
659         * mm-view.el: Use inhibit-read-only.
660         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
661         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
662         or unibyte-string.
663
664         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
665         (mm-uu-yenc-extract): Use with-current-buffer.
666
667         * gnus-soup.el (gnus-soup-send-packet): Don't use
668         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
669
670         * nnmh.el: Use with-current-buffer.
671         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
672         mm-string-as-multibyte on the output of mm-encode-coding-string.
673
674         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
675         (nnimap-request-move-article): Use with-current-buffer.
676
677         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
678         inserting the handle-buffer's text, so the implicit multibyte->unibyte
679         conversion uses string-make-unibyte rather than string-as-unibyte.
680
681         * gnus-msg.el: Use with-current-buffer.
682
683         * message.el (message-ignored-resent-headers): Add "Delivered-To".
684
685 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
686
687         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
688         string for caching if it is 'PIN.
689
690 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * lpath.el: Consider the case without Emacs/W3.
693
694 2008-03-08  Glenn Morris  <rgm@gnu.org>
695
696         * time-date.el (date-to-time, time-subtract, time-add)
697         (safe-date-to-time): Doc fixes.
698
699 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
700
701         * mail-source.el (mail-source-delete-old-incoming-confirm):
702         Change default to nil.
703         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
704
705 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
706
707         * lpath.el: Rearrange.
708
709         * gnus-art.el (gnus-narrow-to-page): Position point properly.
710         (gnus-article-goto-prev-page): Work for articles having ^L's.
711
712         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
713
714         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
715
716 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
717
718         * gnus-bookmark.el: Adjust for renames in bookmark.el.
719         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
720         (gnus-bookmark-jump): Adjust some variable names.
721
722 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
723
724         * auth-source.el: New package.
725         (auth-source-choices): Add customization entry point variable.
726
727         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
728         bug.
729
730 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
731
732         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
733         (gnus-registry-initialize, gnus-registry-install-p): Use it.
734         (gnus-registry-install-shortcuts): Rename from
735         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
736         the `gnus-registry-mark-map' keymap dynamically from
737         `gnus-registry-marks'.  The generated functions update the summary line
738         when a registry mark is added or deleted, and will call
739         `gnus-registry-install-p' (see the comments in the code).
740         (gnus-registry-user-format-function-M): Use concat intelligently.
741
742         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
743         the registry mark functions.
744
745 2008-03-05  Glenn Morris  <rgm@gnu.org>
746
747         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
748         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
749         gnus-art.
750         (top-level): No need to load own source when compiling.
751
752 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
753
754         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
755         Suggested by <chris.anderton@zetnet.co.uk>.
756
757 2008-03-04  Glenn Morris  <rgm@gnu.org>
758
759         * gnus-sum.el (top-level): No need to require gnus when compiling,
760         since unconditionally required near start of file.
761         (gnus-summary-display-while-building): Move definition before use.
762
763 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
764
765         * gnus-registry.el (gnus-registry-user-format-function-M): Add
766         formatting function.
767
768 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
769
770         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
771         with plists.
772         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
773         Use new format.
774
775 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
776
777         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
778         `where-is-internal' that returns a range of key sequences.
779
780 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
781
782         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
783
784         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
785         (gnus-summary-jump-to-group): Consider windows on other displayed
786         frames as well.  Similar changes might be needed elsewhere, but that's
787         the one I've bumped into during my use.
788
789         * nndoc.el (nndoc-oe-dbx-type-p):
790         * gnus-msg.el (gnus-debug):
791         * gnus-group.el (gnus-update-group-mark-positions):
792         Use mm-string-to-multibyte.
793
794 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
795
796         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
797         doesn't handle NotDashEscaped.
798
799         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
800         (mml-dnd-attach-options): Fix typo in custom choice.
801
802         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
803         nndoc-article-type to mbox.
804         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
805
806         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
807         to nil, instead of html2text.
808
809         * imap.el (imap-debug): Add `imap-ping-server'.
810
811         * gnus-bookmark.el: Add FIXMEs.
812
813         * message.el (message-form-letter-separator)
814         (message-send-form-letter-delay): New variables.
815         (message-send-form-letter): Use them.  New command to send form
816         letters.  Requested by Uwe Siart.
817         (message-send-mail-function): Doc fix.  Add "Other" custom option.
818
819 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
820
821         * Update copyright years.
822
823 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
824
825         Sync from EMACS_22_BASE.
826
827         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
828
829 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
830
831         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
832         empty author.
833
834 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
835
836         * gnus-registry.el (gnus-registry-marks): Add variable for
837         customization of marks and their appearance.
838         (gnus-registry-read-mark): Use it.
839         (gnus-registry-do-marks): Add utility function to loop through
840         `gnus-registry-marks'.
841         (gnus-registry-install-shortcuts-and-menus): Add function to install
842         shortcuts and menus.
843         (gnus-registry-initialize): Use it.
844         (gnus-registry-default-mark): Clarify documentation.
845
846 2008-02-29  Glenn Morris  <rgm@gnu.org>
847
848         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
849         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
850         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
851         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
852         Change defcustom :version from 23.0 to 23.1.
853
854 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
855
856         * gnus-registry.el (gnus-registry-follow-group-p)
857         (gnus-registry-post-process-groups): Add functions to aid registry
858         splitting and improve logging.  Clarify behavior in function
859         documentation.
860         (gnus-registry-split-fancy-with-parent): Use them.
861
862 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
863
864         * gnus-art.el: Use with-current-buffer.
865
866 2008-02-27  David Engster  <dengste@eml.cc>
867
868         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
869         Express real group name in the response.
870
871 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
872
873         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
874         (nnmairix-last-server, nnmairix-current-server): Defvar them.
875         (nnmairix-goto-original-article): Defvar gnus-registry-install and
876         autoload gnus-registry-fetch-group when compiling.
877         (nnmairix-request-group-with-article-number-correction): Remove
878         unreferenced argument passed to nnmairix-call-backend.
879
880 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
881
882         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
883         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
884         Wilde.
885
886 2008-02-27  Glenn Morris  <rgm@gnu.org>
887
888         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
889         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
890         variables to defconsts.  Convert comments to doc-strings.
891         (nnmairix-last-server, nnmairix-current-server): Convert from free
892         variables to defvars.  Convert comments to doc-strings.
893         (gnus-registry-fetch-group): Autoload.
894         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
895         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
896         (nnmairix-widget-build-editable-fields): Use car cddr rather than
897         caddr.
898         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
899         nnmairix-request-group-with-article-number-correction call.
900         (nnmairix-fast, nnmairix-group): New, less general names, for free
901         variables passed from nnmairix-request-group to
902         nnmairix-request-group-with-article-number-correction.  Declare.
903         (nnmairix-request-group-with-article-number-correction):
904         Use nnmairix-fast, nnmairix-group rather than fast, group.
905
906 2008-02-26  David Engster  <dengste@eml.cc>
907
908         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
909         version 0.5.
910
911 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
912
913         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
914         instead of making an extra function call.  Don't add the current group
915         to articles only when they have the group.  Use
916         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
917         Reported by David <de_bb@arcor.de>.
918
919 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
922         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
923
924 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
925
926         * mail-source.el (mail-source-delete-incoming): Change default.
927         Supplement doc string.
928
929         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
930
931 2008-02-14  Glenn Morris  <rgm@gnu.org>
932
933         * time-date.el (format-seconds): New function.
934
935 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
936
937         * nnmail.el (nnmail-message-id-cache-file): Derive from
938         `gnus-home-directory'.
939
940 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
941
942         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
943         Document negative prefix.
944
945         * gnus-group.el (gnus-group-read-group): Document negative prefix.
946
947 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
948
949         * message.el (message-unsent-separator): Add the Exim bounce
950         separator.
951
952 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
953
954         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
955         list.
956         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
957         recipient/signer list.
958
959 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
960
961         * Makefile.in (datarootdir): Define.
962         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
963         name that might contain whitespace.
964
965 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
966
967         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
968         fbound (Emacs 23 unicode), signal an error.
969
970 2008-02-08  Glenn Morris  <rgm@gnu.org>
971
972         * gnus-art.el (pgg-display-output-buffer): Declare as function.
973
974 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
975
976         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
977         ports to the calls to `netrc-machine-user-or-password' in addition to
978         "imap" and "imaps".
979
980 2008-02-01  Zhang Wei  <id.brep@gmail.com>
981
982         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
983
984         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
985
986 2008-02-01  Kenichi Handa  <handa@m17n.org>
987
988         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
989         rfc2104-hexstring-to-bitstring and changed to return a byte list.
990         (rfc2104-hash): Convert the result of concat to unibyte string.
991
992 2008-02-01  Dave Love  <fx@gnu.org>
993
994         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
995         coding-system-for-read.
996         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
997
998 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
999
1000         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1001         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1002         <hanche@math.ntnu.no>.
1003
1004 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1005
1006         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1007
1008         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1009
1010 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1011
1012         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1013         * message.el (message-beginning-of-line): Use featurep instead of bound
1014         tests in order to resolve conditionals at compile time.
1015
1016 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1017
1018         * mail-source.el (mail-sources): Add `group' choice.
1019
1020         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1021         parameter `in-group' to control into which group the articles go.
1022         Add treatment of `group' mail-source.
1023
1024 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1027
1028         * mm-decode.el (mm-dissect-buffer): Decode description.
1029
1030         * mml.el (mml-to-mime): Encode message header first.
1031
1032 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1033
1034         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1035         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1036
1037         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1038         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1039
1040 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1041
1042         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1043
1044 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1047         prefix keys.
1048         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1049         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1050         gnus-xmas.el.
1051
1052         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1053         (gnus-xmas-article-describe-bindings): New function.
1054         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1055         gnus-xmas-article-describe-bindings.
1056
1057         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1058
1059 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1060
1061         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1062         Add new variables for article mark management.
1063         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1064         list of extra data entries which, when present, will indicate that the
1065         article ID should not be trimmed from the registry.
1066         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1067         functions.
1068         (gnus-registry-read-mark): New function to read a mark name from the
1069         user.
1070         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1071         (gnus-registry-set-article-mark-internal): New functions to add and
1072         remove marks.
1073         (gnus-registry-get-article-marks): New function to show the marks for
1074         an article, or retrieve them for further use.
1075
1076 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1077
1078         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1079         keys when no argument is given.
1080
1081 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1082
1083         * imap.el (imap-ping-server): New variable.
1084         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1085         (imap-ping-server): Minor doc string fixes.
1086
1087 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1088
1089         * imap.el (imap-ping-server): New function.
1090         (imap-opened): Call imap-ping-server.
1091
1092 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1093
1094         * gnus-sum.el (gnus-article-sort-by-random)
1095         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1096         jidanni@jidanni.org.
1097
1098 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * gnus-art.el (gnus-article-describe-bindings): New function.
1101         (gnus-article-read-summary-keys): Use it.
1102         (gnus-article-mode-map): Bind `C-h b' to it.
1103
1104 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1107         XEmacs.
1108         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1109         against non-character events.
1110
1111         * lpath.el: Fbind map-keymap for Emacs 21.
1112
1113 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1114
1115         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1116         command.
1117         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1118         instead of END.  Change name of the temp file.
1119         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1120         customizable.
1121
1122 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1125         bind `S W' to gnus-article-wide-reply-with-original; set default
1126         binding to gnus-article-read-summary-send-keys.
1127         (gnus-article-read-summary-keys): Fix the order of keys; display
1128         continuation keys correctly in the echo area; describe bindings
1129         correctly when keys end with `C-h'.
1130         (gnus-article-read-summary-send-keys): New function.
1131         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1132         for gnus-article-read-summary-send-keys; display continuation keys
1133         correctly in the echo area.
1134         (gnus-article-reply-with-original): Ignore prefix argument.
1135         (gnus-article-wide-reply-with-original): New function.
1136
1137         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1138         Emacs 21.
1139
1140 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1141
1142         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1143         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1144
1145 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1146
1147         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1148         (gnus-group-read-ephemeral-gmane-group): New command.
1149
1150 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1151
1152         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1153
1154 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1155
1156         * message.el (message-send-mail-function): Increase custom version.
1157
1158         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1159         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1160
1161 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1162
1163         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1164         for the cases where imap-authenticate is called with a nil buffer
1165         parameter.
1166
1167 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1170         html parts correctly; support forwarded messages.
1171         (gnus-article-browse-html-article): Remove work buffers.
1172
1173         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1174         compiling.
1175         (netrc-bound-and-true-p): New macro.
1176         (netrc-parse): Use it instead of bound-and-true-p that is not available
1177         in XEmacs 21.4.
1178
1179 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1180
1181         * gnus-registry.el (gnus-registry-mark-article)
1182         (gnus-registry-article-marks): Add functionality to mark articles
1183         through the Gnus registry.
1184
1185         * encrypt.el: Clarify documentation for the new pgg method.
1186         (encrypt-file-alist): Add PGG option.
1187         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1188         functionality.  Abstract password key and messaging to external
1189         functions.
1190         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1191         (encrypt-message-method-and-cipher): Add new convenience external
1192         functions.
1193         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1194         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1195
1196         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1197         (netrc-parse): Use encrypt-file-alist to determine if
1198         encrypt-find-model or encrypt-insert-file-contents should be used.
1199
1200         * encrypt.el: Clarify documentation.  Load password-cache or
1201         password, whichever one is found first, instead of autoloading.
1202
1203 2007-12-19  Glenn Morris  <rgm@gnu.org>
1204
1205         * mml.el (message-options-set, message-narrow-to-head)
1206         (message-in-body-p, message-mail-p, message-encode-message-body):
1207         Autoload.
1208         (message-remove-header, message-narrow-to-headers-or-head)
1209         (message-subscribed-p, message-make-mail-followup-to)
1210         (message-position-on-field, message-news-p)
1211         (message-options-set-recipient, message-generate-headers)
1212         (message-sort-headers): Declare as functions.
1213
1214 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1215
1216         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1217         convention in doc string.
1218
1219 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1222         title to html parts.
1223         (gnus-article-browse-html-article): Pass message header to it.
1224
1225         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1226
1227 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1228
1229         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1230         or password compatible with XEmacs.
1231
1232 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1233
1234         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1235         format document.
1236         (gnus-mime-delete-part): Don't write description line if empty.
1237         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1238
1239 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1240
1241         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1242         (gnus-summary-mark-read-and-unread-as-read)
1243         (gnus-summary-mark-current-read-and-unread-as-read)
1244         (gnus-summary-mark-unread-as-ticked): Doc fix.
1245         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1246
1247 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1248
1249         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1250         Christoph Conrad <christoph.conrad@gmx.de>.
1251
1252 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1253
1254         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1255         yes-or-no-p.
1256
1257 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * mm-decode.el (mm-add-meta-html-tag): New function.
1260         (mm-save-part-to-file, mm-pipe-part): Use it.
1261
1262         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1263         gnus-y-or-n-p instead of y-or-n-p.
1264         (gnus-article-browse-html-parts): Work with message/external-body; use
1265         mm-add-meta-html-tag.
1266
1267 2007-12-11  Glenn Morris  <rgm@gnu.org>
1268
1269         * gnus-cache.el: Require gnus-sum not just when compiling.
1270
1271         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1272
1273         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1274         definitions before use.
1275
1276         * mm-decode.el: Require gnus-util.
1277         (mm-remove-part): Only call delete-annotation on XEmacs.
1278
1279         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1280
1281         * nnmail.el: Require gnus-int.
1282
1283         * spam.el: Move `require's before `eval-when-compile's.
1284
1285         * gnus-ems.el (gnus-alive-p):
1286         * gnus-fun.el (message-goto-eoh):
1287         * gnus-util.el (gnus-group-name-decode):
1288         * mail-source.el (gnus-compress-sequence):
1289         * message.el (Info-goto-node, format-spec):
1290         * mm-bodies.el (message-options-get):
1291         * mm-decode.el (mm-view-pkcs7):
1292         * mm-util.el (gmm-write-region):
1293         * mml-smime.el (mml-compute-boundary)
1294         (gnus-completing-read-with-default):
1295         * mml.el (widget-button-press, gnus-make-hashtable):
1296         * mml1991.el (mm-decode-content-transfer-encoding)
1297         (mm-encode-content-transfer-encoding)
1298         (message-options-get, message-options-set):
1299         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1300         * nnfolder.el (gnus-request-group):
1301         * nnheader.el (ietf-drums-unfold-fws):
1302         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1303         * smime.el (gnus-run-mode-hooks):
1304         * spam-stat.el (gnus-message): Autoload.
1305
1306         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1307         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1308         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1309         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1310         Add declare-function compatibility definition.
1311
1312         * gnus-cache.el (nnvirtual-find-group-art):
1313         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1314         (gnus-add-image, gnus-add-wash-type):
1315         * gnus-group.el (nnkiboze-score-file):
1316         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1317         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1318         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1319         (message-tokenize-header, gnus-get-buffer-create)
1320         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1321         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1322         * gnus.el (gnus-group-decoded-name):
1323         * mail-source.el (imap-capability):
1324         * mm-bodies.el (message-options-set):
1325         * mm-decode.el (gnus-configure-windows):
1326         * mm-extern.el (message-goto-body):
1327         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1328         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1329         (epg-sub-key-validity, message-options-set):
1330         * mml.el (widget-event-point, gnus-configure-windows):
1331         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1332         * mml2015.el (epg-check-configuration, epg-configuration)
1333         (message-options-set):
1334         * nndb.el (nndb-request-article):
1335         * nnfolder.el (gnus-request-create-group):
1336         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1337         * nnmaildir.el (gnus-group-mark-article-read):
1338         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1339         * rfc1843.el (message-fetch-field):
1340         * spam.el (gnus-extract-address-components):
1341         Declare as functions.
1342
1343 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1346
1347         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1348
1349         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1350         bind show-trailing-whitespace for XEmacs.
1351
1352 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1353
1354         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1355         new no-op macro for backward compatibility.
1356
1357         * imap.el (imap-string-to-integer): New function.
1358
1359 2007-12-09  Glenn Morris  <rgm@gnu.org>
1360
1361         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1362
1363         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1364         * message.el, mm-view.el, sieve-manage, smime.el:
1365         Add declare-function compatibility definition.
1366
1367         * gnus-art.el (w3-region, w3m-region, Info-menu):
1368         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1369         * gnus-sum.el (gnus-get-predicate):
1370         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1371         * message.el (mail-abbrev-in-expansion-header-p):
1372         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1373         (w3m-detect-meta-charset, w3m-region):
1374         * sieve-manage.el (password-read, password-cache-add)
1375         (password-cache-remove):
1376         * smime.el (password-read-and-add): Declare as functions.
1377
1378 2007-12-08  David Kastrup  <dak@gnu.org>
1379
1380         * gnus-sum.el (gnus-summary-simplify-subject-query):
1381         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1382         `message'.
1383
1384 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1387         it to bind idna-program, installation-directory, defined-colors, and
1388         face-attribute for XEmacs of the version that compiles defcustom forms.
1389
1390 2007-12-07  Glenn Morris  <rgm@gnu.org>
1391
1392         * gnus-art.el (article-make-date-line): Revert previous change.
1393
1394 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1395
1396         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1397
1398 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1399
1400         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1401         Call gnus-add-to-range ranges only once with a prepared article-list.
1402
1403 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1404
1405         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1406         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1407         group names with backslashes.  Reported by Tassilo Horn
1408         <tassilo@member.fsf.org>.
1409
1410 2007-12-06  D. Goel  <deego3@gmail.com>
1411
1412         * gnus-art.el (article-make-date-line):
1413         * gnus-start.el (gnus-load):
1414         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1415
1416 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1417
1418         * gnus-art.el (gnus-use-idna)
1419         * gnus-start.el (gnus-site-init-file)
1420         * message.el (message-use-idna)
1421         * mm-uu.el (mm-uu-hide-markers)
1422         * smiley.el (smiley-style): Revert changes that suppress warnings.
1423
1424 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1425
1426         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1427         specify charset to html source.  Reported by Christoph Conrad
1428         <christoph.conrad@gmx.de>.
1429
1430 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1433         idna-program in order to suppress byte compile warning issued by XEmacs
1434         that came to byte compile the default value section of defcustom forms
1435         recently.
1436
1437         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1438         value of installation-directory.
1439
1440         * message.el (message-use-idna): Don't directly refer to the value of
1441         idna-program.
1442
1443         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1444
1445         * smiley.el (smiley-style): Don't directly call face-attribute.
1446
1447 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1448
1449         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1450
1451         * gnus-dired.el: Reduce Gnus dependencies.
1452         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1453         require.  Use autoloads instead.
1454         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1455         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1456         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1457         (gnus-dired-mode): Adjust doc string.
1458         (gnus-dired-mail-mode): New variable.
1459         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1460         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1461         (gnus-dired-mail-buffers): New function.  Return mail or message
1462         composition buffers.
1463         (gnus-dired-attach): Use it.
1464         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1465         NO-DECODE.
1466         (gnus-dired-print): Use `gnus-print-buffer' depending on
1467         `gnus-dired-mail-mode'.
1468
1469 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1470
1471         * rfc2047.el (rfc2047-encoded-word-regexp)
1472         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1473         explaining what regexp patterns are for.
1474
1475 2007-12-04  Glenn Morris  <rgm@gnu.org>
1476
1477         * password.el: Move to password-cache.el.
1478
1479         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1480         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1481         * mml-smime.el (password-read, password-cache-add)
1482         (password-cache-remove):
1483         No need to autoload, since mml-sec requires password.
1484
1485         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1486         * message.el (gnus-extract-address-components):
1487         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1488
1489         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1490         password.
1491
1492 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1493
1494         * mailcap.el: Reduce dependencies.
1495         (mail-header-parse-content-type): Autoload.
1496         (mailcap-delete-duplicates): New alias.
1497         (mailcap-mime-info): Add optional argument NO-DECODE.
1498         (mailcap-mime-types): Use mailcap-delete-duplicates.
1499
1500         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1501
1502 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1503
1504         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1505         (imap-parse-status): Upcase status-att for servers that sends them
1506         lower-case (e.g., MS Exchange 2007).
1507
1508 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1509
1510         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1511         function.
1512
1513         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1514         (gnus-uu-yenc-article): New function.
1515
1516         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1517
1518         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1519         buffer.
1520
1521 2007-12-02  Glenn Morris  <rgm@gnu.org>
1522
1523         * binhex.el (binhex): New custom group.
1524         (binhex-decoder-program, binhex-decoder-switches)
1525         (binhex-use-external): Move to the binhex custom group.
1526
1527         * uudecode.el (uudecode): New custom group.
1528         (uudecode-decoder-program, uudecode-decoder-switches)
1529         (uudecode-use-external): Move to the uudecode custom group.
1530
1531         * netrc.el (top-level): Don't load `encrypt' features.
1532         (netrc-parse): Don't use encrypt.
1533         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1534
1535         * encrypt.el: Remove file.
1536
1537 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1538
1539         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1540         matches on patches.
1541
1542         * gnus-art.el (gnus-article-browse-html-article): Mention
1543         `mm-text-html-renderer' in the doc string.
1544
1545         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1546         string.  Add comments.
1547
1548         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1549         if rhs is ASCII.
1550
1551 2007-12-01  Glenn Morris  <rgm@gnu.org>
1552
1553         * mail-source.el (top-level): Require format-spec before
1554         eval-when-compile.
1555
1556 2007-11-30  Glenn Morris  <rgm@gnu.org>
1557
1558         * encrypt.el: Require password, rather than autoloading password-read.
1559
1560 2007-11-29  Glenn Morris  <rgm@gnu.org>
1561
1562         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1563         (sasl-make-client, sasl-next-step, sasl-step-data)
1564         (sasl-step-set-data): Declare as functions.
1565
1566 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1567
1568         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1569
1570 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1571
1572         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1573         certs should be verified and what is to be done in the event of a
1574         verification failure.
1575
1576         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1577         caller can indicate whether the cache should be disregarded for this
1578         call.  This way the result of the call is reproducible at all times and
1579         can be considered a canonical server name for the supplied method.
1580         (gnus-agent-method-p): Canonicalize server names by pushing their
1581         method through `gnus-method-to-server' using the no-cache argument.
1582
1583         * gnus-srvr.el (gnus-server-insert-server-line): Call
1584         `gnus-method-to-server' with `no-cache' argument.
1585
1586         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1587         gnus-agent-possibly-synchronize-flags as this should be called when the
1588         server is actually being opened.
1589         (gnus-agent-possibly-synchronize-flags)
1590         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1591         flags file of an agentized server to the latter function.
1592
1593         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1594         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1595         after a connection has been established successfully.
1596
1597 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * gnus-art.el (article-display-face): Force to display face if called
1600         interactively; check if gnus-article-x-face-too-ugly matches author.
1601         (article-display-x-face): Display face even if From header is missing
1602         as article-display-face does.
1603
1604 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1605
1606         * hashcash.el (message-narrow-to-headers-or-head)
1607         (message-fetch-field, message-goto-eoh)
1608         (message-narrow-to-headers): Declare as functions.
1609
1610 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1611
1612         * mail-source.el (mail-sources): Default to fetch from file for
1613         compatibility with default of nnmail-spool-file.
1614
1615 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1618         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1619         to look for encoded word that should be encoded again.
1620         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1621         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1622         encoding pattern.
1623         (rfc2047-decode-region): Switch strict regexp and loose one according
1624         to rfc2047-allow-irregular-q-encoded-words.
1625
1626 2007-11-25  Romain Francoise  <romain@orebokech.com>
1627
1628         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1629
1630 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1631
1632         * tls.el (tls-program): Provide more custom choices from
1633         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1634         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1635
1636 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1637
1638         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1639         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1640
1641         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1642         `nnmail-spool-file'.
1643
1644         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1645         `nnmail-spool-file'.
1646
1647         * gnus-move.el (gnus-change-server): Ditto.
1648
1649         * gnus-kill.el (gnus-batch-score): Ditto.
1650
1651         * gnus-cache.el (gnus-jog-cache): Ditto.
1652
1653         * gnus-msg.el (gnus-summary-reply):
1654         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1655
1656 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1657
1658         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1659         version.  Minor improvement to doc strings.
1660         (tls-program): Add comment.
1661
1662 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1663
1664         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1665         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1666         mismatch between the hostname provided in the certificate and the name
1667         of the host connnecting to.
1668         (open-tls-stream): Use them.  Check certificates against trusted root
1669         certificates.
1670
1671 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1672
1673         * gnus-cache.el (gnus-cache-generate-nov-databases):
1674         Use nnml-generate-nov-databases-directory instead of
1675         nnml-generate-nov-databases-1.
1676
1677 2007-11-24  Glenn Morris  <rgm@gnu.org>
1678
1679         * message.el (message-tool-bar-retro): Update for rename
1680         mail_send.xpm->mail-send.xpm.
1681
1682 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1683
1684         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1685         `smime-ldap-search' for Emacs 22 and up.
1686
1687 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1688
1689         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1690
1691         * message.el (message-send-mail-function): Fix error convention.
1692         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1693         (message-widen-reply, message-send-mail, message-talkative-question)
1694         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1695         (message-clone-locals, message-send-news): Use with-current-buffer.
1696         (message-insert-or-toggle-importance): Remove unused var `valid'.
1697         (message-make-references): Remove unused var `new-references'.
1698         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1699
1700 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1701
1702         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1703         (spam-split-symbolic-return-positive): Reflow docstring.
1704         (spam-backends, spam-summary-exit-behavior)
1705         (spam-mark-ham-unread-before-move-from-spam-group)
1706         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1707         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1708         (spam-clear-cache, spam-backend-check, spam-install-backend)
1709         (spam-install-statistical-backend, spam-list-of-processors)
1710         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1711         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1712         (spam-check-crm114, spam-initialize, spam-unload-hook):
1713         Fix typos in docstrings.
1714
1715 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1718         been checked if they have never been read and those group levels are
1719         higher than the one that a user specified.
1720
1721 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1722
1723         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1724         foreign groups unless a group level is specified by a user.
1725         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1726
1727 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1728
1729         * message.el (message-send-mail-function): Require sendmail.
1730
1731 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1732
1733         * message.el (message-send-mail-function): Check for smtpmail too.
1734
1735         * utf7.el (utf7-encode, utf7-decode): Use coding system
1736         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1737
1738         * message.el (message-send-mail-function): New function.
1739         (message-send-mail-function): Set default using
1740         message-send-mail-function.  Adjust doc string.
1741         (message-send-mail-with-mailclient): New function.
1742
1743 2007-11-17  Richard Stallman  <rms@gnu.org>
1744
1745         * assistant.el: Remove file.
1746
1747 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1748
1749         * smime.el (from):
1750         * rfc2047.el (message-posting-charset):
1751         * qp.el (mm-use-ultra-safe-encoding):
1752         * pop3.el (parse-time-months):
1753         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1754         * nnml.el (files):
1755         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1756         (jka-compr-compression-info-list, ange-ftp-path-format)
1757         (efs-path-regexp):
1758         * nndiary.el (files):
1759         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1760         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1761         (epg-digest-algorithm-alist, inhibit-redisplay)
1762         (password-cache-expiry):
1763         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1764         (pgg-output-buffer, password-cache-expiry):
1765         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1766         (efs-path-regexp):
1767         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1768         (inhibit-redisplay):
1769         * mm-uu.el (file-name, start-point, end-point, entry)
1770         (gnus-newsgroup-name, gnus-newsgroup-charset):
1771         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1772         (latin-unity-ucs-list):
1773         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1774         (mm-uu-binhex-decode-function):
1775         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1776         (rmail-enable-mime-composing, gnus-local-organization)
1777         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1778         (gnus-read-active-file, facemenu-add-face-function)
1779         (facemenu-remove-face-function, gnus-article-decoded-p)
1780         (tool-bar-mode):
1781         * mail-source.el (display-time-mail-function):
1782         * gnus-util.el (nnmail-pathname-coding-system)
1783         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1784         (gnus-original-article-buffer, gnus-user-agent)
1785         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1786         (xemacs-codename, sxemacs-codename, emacs-program-version):
1787         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1788         * gnus-start.el (gnus-agent-covered-methods)
1789         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1790         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1791         (gnus-newsgroup-headers, gnus-group-list-mode)
1792         (gnus-group-mark-positions, gnus-newsgroup-data)
1793         (gnus-newsgroup-unreads, nnoo-state-alist)
1794         (gnus-current-select-method, mail-sources)
1795         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1796         (nnmail-spool-file, gnus-cache-active-hashtb):
1797         * gnus-mh.el (mh-lib-progs):
1798         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1799         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1800         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1801         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1802         (gnus-group-buffer):
1803         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1804         (font-lock-set-defaults):
1805         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1806         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1807         (gnus-summary-post-menu, total-parts, type, condition, length):
1808         * gnus-agent.el (gnus-agent-read-agentview):
1809         * flow-fill.el (show-trailing-whitespace):
1810         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1811         eval-and-compile wrappers for byte compiler pacifiers.
1812
1813         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1814         (mm-display-inline-fontify): Check for featurep 'xemacs not
1815         extent-list.
1816
1817         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1818         itimer-list.
1819         (mm-create-image-xemacs): Only do something for XEmacs.
1820         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1821
1822         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1823
1824         * gnus-registry.el (gnus-adaptive-word-syntax-table):
1825         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1826
1827 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1828
1829         * nnimap.el (nnimap-split-download-body):
1830         * gnus-demon.el (gnus-demon):
1831         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1832
1833 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1836         macros.
1837         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1838         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1839         copy data from unibyte buffer to multibyte current buffer.
1840         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1841         to copy data from unibyte current buffer to multibyte buffer.
1842         (nntp-make-process-buffer): Make process buffer unibyte.
1843
1844         * pop3.el (pop3-open-server): Fix typo in Lisp code.
1845
1846 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
1847
1848         * pop3.el (pop3-open-server): Accept and process data more robustly at
1849         connexion start to avoid spurious "POP SSL connexion failed" errors.
1850
1851 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1852
1853         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1854         read group names.
1855
1856 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
1857
1858         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1859
1860 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1861
1862         * nnmail.el (nnmail-parse-active): Make group names unibyte.
1863         (nnmail-save-active): Use a unibyte buffer when saving active file,
1864         which may contain non-ASCII group names.
1865
1866         * nnml.el (nnml-request-group): Decode group names in messages.
1867
1868 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1869
1870         * message.el (message-citation-line-function)
1871         (message-insert-formatted-citation-line): Fix spelling of
1872         `message-insert-formated-citation-line'.
1873
1874 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
1875
1876         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1877
1878 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1881         nnmail-pathname-coding-system.
1882
1883         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1884         that a user enters; decode group names in messages.
1885
1886         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1887
1888 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1889
1890         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1891
1892         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1893
1894         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1895         risky local variable.
1896
1897         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1898
1899 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1900
1901         * encrypt.el: Improve documentation to fix function name typo.
1902         Reported by Daiki Ueno <ueno@unixuser.org>.
1903
1904 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1907         even if the point is not in the last page of an article.
1908         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1909         back to the previous page.
1910
1911 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
1912
1913         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1914
1915 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1916
1917         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1918
1919 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1920
1921         * message.el (message-check-news-body-syntax): Avoid
1922         mm-string-as-multibyte.
1923         (message-hide-headers): Don't assume (point-min)==1.
1924
1925 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1926
1927         * message.el (message-remove-blank-cited-lines): Fix if remove is
1928         given.
1929         (message-bogus-address-regexp): New variable.
1930         (message-bogus-recipient-p): New function.
1931         (message-check-recipients): New command.
1932         (message-syntax-checks): Add `bogus-recipient'.
1933         (message-fix-before-sending): Add `bogus-recipient'.
1934
1935         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1936         (gnus-treat-body-boundary): Don't test window-system.
1937
1938 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
1939
1940         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1941
1942 2007-10-28  Miles Bader  <miles@gnu.org>
1943
1944         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1945         at compile-time too.
1946
1947 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1948
1949         * gnus-msg.el (gnus-message-setup-hook): Add
1950         `message-remove-blank-cited-lines' to options.
1951
1952 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1953
1954         * message.el (message-remove-blank-cited-lines): New function.
1955         Suggested by Karl Plästerer.
1956
1957 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1960         mapc.
1961
1962         * imap.el (imap-open): Replace mapcar called for effect with mapc.
1963         (top-level): Use mapc to set functions to be traced for debugging.
1964
1965         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1966         called for effect with while loop.
1967
1968         * message.el (message-talkative-question): Replace mapcar called for
1969         effect with mapc.
1970
1971         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1972         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1973         called for effect with dolist.
1974
1975         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1976
1977         * nndiary.el: Use dolist instead of mapcar to add diary headers to
1978         gnus-extra-headers and nnmail-extra-headers.
1979
1980         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1981         called for effect with dolist.
1982         (top-level): Use mapc to set functions to be traced for debugging.
1983
1984         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1985         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1986         dolist.
1987
1988         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1989         Replace mapcar called for effect with mapc.
1990         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1991         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1992         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1993         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1994
1995         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1996         remove-if that's a cl function.
1997
1998         * webmail.el (webmail-debug): Replace mapcar called for effect with
1999         dolist.
2000
2001         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2002         with mapc.
2003
2004 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2007         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2008         with while loop.
2009
2010         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2011         functions from article-* functions.
2012         (gnus-multi-decode-header): Replace mapcar called for effect with
2013         dolist.
2014
2015         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2016         (gnus-bookmark-show-details): Replace mapcar called for effect with
2017         while loop.
2018
2019         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2020         called for effect with while loop.
2021
2022         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2023         with dolist.
2024
2025         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2026         mapcar called for effect with dolist.
2027
2028         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2029
2030         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2031         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2032         Replace mapcar called for effect with dolist.
2033         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2034         mapc.
2035
2036         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2037         Replace mapcar called for effect with dolist.
2038         (gnus-topic-list): Replace mapcar called for effect with mapc.
2039
2040         * gnus.el: Use mapc instead of mapcar to add autoloads.
2041
2042 2007-10-23  Richard Stallman  <rms@gnu.org>
2043
2044         * gnus-group.el (gnus-group-highlight): Mark as risky.
2045
2046 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * gnus.el (gnus-server-to-method): Return method found first in
2049         gnus-newsrc-alist.
2050
2051         * gnus-art.el (gnus-article-highlight-signature)
2052         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2053         button overlay without the front stickiness.
2054
2055 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2056
2057         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2058         overview buffer needed a catch to receive its throw.
2059         (gnus-agent-flush-cache): Declared as interactive to make this function
2060         easier to use.
2061
2062 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2063
2064         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2065         `next-line'.
2066
2067 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2070         exclude address matching message-dont-reply-to-names.
2071
2072 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * gnus-util.el (gnus-string<): New function.
2075
2076         * gnus-sum.el (gnus-article-sort-by-author)
2077         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2078
2079 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2082         the frame-focus tag is set in gnus-buffer-configuration.
2083
2084 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2087         the front stickiness.
2088
2089 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2092         url pattern; remove duplicate one.
2093         (gnus-article-extend-url-button): New function.
2094         (gnus-article-add-buttons): Use it.
2095         (gnus-button-push): Use concatenated url that it makes.
2096
2097 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2098
2099         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2100
2101 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2102
2103         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2104         Don't hardcode point-min==1.
2105
2106 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2107
2108         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2109         Fix comment about "iso8859-1".
2110
2111 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
2112
2113         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2114         ones returned from the verify-function.
2115
2116         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2117         mml2015-extract-cleartext-signature if extraction failed.
2118
2119 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2120
2121         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2122         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2123         failed.
2124
2125 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2126
2127         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2128
2129 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2130
2131         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2132         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2133         recommends to use EasyPG instead of PGG.
2134
2135         * pgg.el: Revert to revision 6.23.2.16
2136
2137         * pgg-def.el: Revert to revision 6.6.2.14.
2138
2139         * pgg-gpg.el: Revert to revision 6.23.2.34.
2140
2141 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2142
2143         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2144         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2145         thread for both the null and zero (kill/expire thread) universal prefix
2146         cases.
2147         (gnus-summary-expire-thread): Add new function to expire a thread,
2148         using gnus-summary-kill-thread.
2149         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2150         shortcuts for gnus-summary-expire-thread.
2151         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2152         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2153
2154 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2155
2156         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2157         extras value, so an extras entry can be deleted.
2158         (gnus-registry-delete-extra-entry): Use it.
2159         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2160         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2161         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2162         storage through the gnus-registry, and provide an appropriate API for
2163         it.
2164
2165 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2168         Suggested by Leo <sdl.web@gmail.com>.
2169
2170         * gnus.el: Do.
2171
2172 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2175         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2176
2177         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2178
2179         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2180         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2181
2182 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2185         newline.
2186         (nnmbox-request-accept-article): Don't change article in source buffer;
2187         narrow to header to use message-fetch-field rather than
2188         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2189         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2190         as delimiters; make sure article ends with newline.
2191         (nnmbox-delete-mail): Correct last position of article to be deleted;
2192         ignore X-Gnus-Newsgroup header in article body.
2193         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2194         positions; make sure article ends with newline.
2195
2196         * message.el (message-display-abbrev): Don't infloop when a user
2197         inserts SPC in the beginning of header.
2198
2199         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2200         coding-system-for-read and coding-system-for-write for XEmacs having no
2201         file-coding feature.
2202
2203         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2204
2205 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2206
2207         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2208         list of groups not followed by default.  Fix type to be regexp.
2209         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2210
2211 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2212
2213         * hmac-def.el (define-hmac-function): Switch from old-style to
2214         new-style backquotes.
2215
2216         * md4.el (md4-make-step): Likewise.
2217
2218 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2219
2220         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2221         raw-text coding system when saving .newsrc file, which may contain
2222         non-ASCII group names.
2223
2224 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * gnus-cus.el (gnus-score-extra): New widget.
2227         (gnus-score-extra-convert): New function.
2228         (gnus-score-customize): Use it for Extra.
2229
2230 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2231
2232         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2233         (mml2015-mailcrypt-clear-verify): Use it.
2234         (mml2015-gpg-clear-verify): Use it.
2235         (mml2015-pgg-clear-verify): Use it.
2236         (mml2015-epg-clear-verify): Replace the current part with the output
2237         from GnuPG; don't extract the plaintext by itself.
2238
2239         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2240         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2241         mml2015-clear-verify-function; don't touch the armor headers or
2242         dash-escaped text here.
2243
2244 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2247         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2248         parts, or application/octet-stream as a last resort.
2249         (gnus-mime-view-part-as-type): Don't toggle display.
2250         (gnus-mime-view-part-as-charset): Don't turn off display before
2251         querying charset.
2252
2253         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2254         stuff to undisplayer function in Emacs.
2255         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2256
2257         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2258         text/calendar parts.
2259
2260 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2263         decoding text/calendar parts.
2264
2265         * message.el (message-forward-make-body-mime): Always mark body as
2266         having no illegible text; remove signed-or-encrypted argument.
2267         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2268
2269         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2270         (mml-generate-mime-1): Don't encode body if it is specified to be in
2271         raw form; don't make buffer be unibyte when inserting multibyte string.
2272
2273 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2274
2275         * sha1.el: Fix up comment style.
2276         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2277         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2278
2279         * hex-util.el: Fix up comment style.
2280         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2281
2282         * gnus-salt.el: Use with-current-buffer.
2283         (gnus-pick-setup-message): Fix long-standing typo.
2284
2285 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * imap.el (imap-logout-timeout): New variable.
2288         (imap-logout, imap-logout-wait): New functions.
2289         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2290
2291         * nnimap.el (nnimap-logout-timeout): New server variable.
2292         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2293         nnimap-logout-timeout.
2294
2295         * gnus-art.el (gnus-article-summary-command-nosave)
2296         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2297
2298 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * gnus.el (gnus-maximum-newsgroup): New variable.
2301
2302         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2303         according to gnus-maximum-newsgroup.
2304
2305         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2306         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2307         Limit the range of articles according to gnus-maximum-newsgroup.
2308
2309 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2310
2311         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2312         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2313         Don't perform gnus-configure-windows here; reuse existing sticky
2314         article buffer.
2315
2316         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2317         it doesn't exist in gnus-article-mode.
2318
2319 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2320
2321         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2322         (gnus-agent-decoded-group-name): New function.
2323         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2324         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2325
2326 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2327
2328         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2329         Add binding for gnus-sticky-article.
2330         (gnus-summary-exit): Don't kill sticky article buffers.
2331
2332         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2333         article buffer.
2334         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2335         (gnus-kill-sticky-article-buffers): New commands.
2336
2337 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * nntp.el (nntp-xref-number-is-evil): New server variable.
2340         (nntp-find-group-and-number): If it is non-nil, don't trust article
2341         numbers in the Xref header.
2342
2343 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2344
2345         * gnus-agent.el (gnus-agent-read-group): New function.
2346         (gnus-agent-flush-group, gnus-agent-expire-group)
2347         (gnus-agent-regenerate-group): Use it.
2348         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2349         nnmail-pathname-coding-system.
2350
2351 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2354
2355         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2356         that are unread as unread, and also as selected so that information of
2357         marks having been changed by a user may be updated when exiting group.
2358
2359 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2362         calculated ignoring signature parts to gnus-treat-article.
2363
2364 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2367         a point here in order to keep the window start.
2368         (gnus-insert-mime-security-button): Make a button overlay without the
2369         front stickiness.
2370         (gnus-mime-display-security): Goto the end of a button.
2371
2372         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2373
2374 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2377         group-name-at-point.
2378         (gnus-group-completing-read): New function that offers decoded
2379         non-ASCII group names for completion.
2380         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2381         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2382         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2383         (gnus-group-fetch-control): Use it.
2384         (gnus-fetch-group): Use group-name-at-point for the initial value
2385         rather than the default value; use gnus-alive-p.
2386
2387         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2388         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2389         (gnus-summary-post-news): Use gnus-group-completing-read.
2390
2391         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2392         (gnus-read-move-group-name): Decode group name for completion.
2393
2394 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2395
2396         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2397         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2398         Yamaoka slightly modified the code).
2399
2400 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2403         (nnmail-split-incoming): Bind it.
2404
2405         * nnml.el (nnml-group-name-charset): New function.
2406         (nnml-decoded-group-name): Use it; don't decode group name if
2407         nnmail-group-names-not-encoded-p is non-nil.
2408         (nnml-encoded-group-name): New function.
2409         (nnml-group-pathname): Inline nnml-decoded-group-name.
2410         (nnml-request-expire-articles): Decode group name in message.
2411         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2412         nnmail-pathname-coding-system.
2413         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2414         not decoded ones according to nnmail-group-names-not-encoded-p.
2415         (nnml-generate-active-info): Use nnml-encoded-group-name.
2416
2417 2007-08-08  Glenn Morris  <rgm@gnu.org>
2418
2419         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2420         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2421         doc-strings and comments.
2422
2423 2007-07-25  Glenn Morris  <rgm@gnu.org>
2424
2425         * Relicense all FSF files to GPLv3 or later.
2426
2427 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * gnus-sum.el (gnus-summary-move-article): Make
2430         gnus-summary-respool-article work.
2431
2432 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2433
2434         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2435         string.
2436
2437 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2438
2439         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2440         that should be ignored when comparing distant RSS articles with local
2441         ones.
2442         (nnrss-make-hash-index): New function.  Create a hash index according
2443         to the ignored fields.
2444         (nnrss-check-group): Use it.
2445
2446 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2449
2450         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2451
2452         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2453         the new optional argument ENCODED is non-nil.
2454         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2455         coding system for encoding group name.
2456         (gnus-group-make-rss-group): Pass un-encoded group name to
2457         gnus-group-make-group.
2458         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2459         encoded.
2460
2461         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2462         Encode group name to which articles are moved or copied.
2463         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2464         coding system for encoding Newsgroup, Followup-To and Xref headers.
2465
2466         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2467         marks; use nnheader-file-coding-system to write a file.
2468         (nnagent-retrieve-headers): Bind file-name-coding-system to
2469         nnmail-pathname-coding-system.
2470
2471         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2472
2473         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2474         (nnml-request-article, nnml-request-create-group)
2475         (nnml-request-rename-group, nnml-find-id)
2476         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2477         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2478         (nnml-save-marks): Use nnml-group-pathname instead of
2479         nnmail-group-pathname.
2480
2481         (nnml-request-create-group, nnml-request-expire-articles)
2482         (nnml-request-move-article, nnml-request-delete-group)
2483         (nnml-deletable-article-p, nnml-possibly-create-directory)
2484         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2485         (nnml-open-marks): Bind file-name-coding-system to
2486         nnmail-pathname-coding-system.
2487
2488         (nnml-request-article): Pass server argument to nnml-find-group-number.
2489         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2490         server argument to nnml-possibly-create-directory.
2491         (nnml-request-accept-article): Pass server argument to
2492         nnml-active-number and nnml-save-mail.
2493         (nnml-find-group-number): Pass server argument to nnml-find-id.
2494         (nnml-request-update-info): Pass server argument to
2495         nnml-marks-changed-p.
2496
2497         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2498         (nnml-save-mail, nnml-active-number): Add server argument.
2499
2500         (nnml-request-delete-group): Warn if group is missing.
2501         (nnml-get-nov-buffer): Decode group name.
2502         (nnml-generate-active-info): Encode group name.
2503         (nnml-open-marks): Decode group name in messages.
2504
2505 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2508         if it is not specified.
2509         (gnus-article-pipe-part, gnus-article-save-part)
2510         (gnus-article-interactively-view-part, gnus-article-copy-part)
2511         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2512         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2513         (gnus-article-replace-part, gnus-article-delete-part)
2514         (gnus-article-view-part-as-type): Pass raw prefix argument to
2515         gnus-article-part-wrapper.
2516
2517 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * gnus-agent.el (gnus-agent-save-active): Bind
2520         nnheader-file-coding-system to gnus-agent-file-coding-system.
2521
2522         * gnus-cache.el (gnus-cache-save-buffers)
2523         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2524         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2525         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2526         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2527         (gnus-cache-generate-active, gnus-cache-rename-group)
2528         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2529         (gnus-cache-update-overview-total-fetched-for): Bind
2530         file-name-coding-system to nnmail-pathname-coding-system.
2531         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2532         variables.
2533         (gnus-cache-decoded-group-name): New function.
2534         (gnus-cache-file-name): Use it.
2535         (gnus-cache-generate-active): Use non-decoded group name for active.
2536
2537         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2538         right place.
2539         (gnus-write-active-file): Don't break non-ASCII group names.
2540
2541         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2542         nnmail-pathname-coding-system.
2543
2544         * lpath.el: Bind default-file-name-coding-system,
2545         file-name-coding-system and language-info-alist for XEmacs.
2546
2547         * gnus-uu.el (gnus-uu-decode-save): Typo.
2548
2549 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2550
2551         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2552
2553 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2556         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2557         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2558         (gnus-agent-flush-group, gnus-agent-flush-cache)
2559         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2560         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2561         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2562         (gnus-agent-regenerate-group)
2563         (gnus-agent-update-files-total-fetched-for)
2564         (gnus-agent-update-view-total-fetched-for): Bind
2565         file-name-coding-system to nnmail-pathname-coding-system.
2566         (gnus-agent-group-pathname): Don't encode file names by
2567         nnmail-pathname-coding-system.
2568         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2569         coding-system-for-write instead of buffer-file-coding-system to
2570         gnus-agent-file-coding-system.
2571
2572         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2573         Decode group name.
2574
2575         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2576
2577         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2578         (gnus-read-newsrc-el-file): Make group names unibyte.
2579
2580         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2581         nnmail-pathname-coding-system.
2582
2583         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2584         (nnrss-request-delete-group): Bind file-name-coding-system to
2585         nnmail-pathname-coding-system.
2586         (nnrss-read-server-data, nnrss-read-group-data): Bind
2587         file-name-coding-system correctly.
2588         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2589
2590         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2591         (nntp-server-to-method-cache): New variable.
2592         (nntp-group-pathname): New function that decodes non-ASCII group names.
2593         (nntp-possibly-create-directory, nntp-marks-changed-p)
2594         (nntp-save-marks, nntp-open-marks): Use it.
2595         (nntp-possibly-create-directory, nntp-open-marks):
2596         Bind file-name-coding-system to nnmail-pathname-coding-system.
2597         (nntp-open-marks): Decode group names when bootstrapping marks.
2598
2599         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2600         Newsgroups and Folowup-To headers.
2601
2602 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2605         (gnus-server-closed-face, gnus-server-denied-face)
2606         (gnus-server-offline-face): Remove variable.
2607         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2608
2609         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2610         of modifying message-stack directly for XEmacs.
2611
2612         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2613         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2614         if the coding-system argument is nil for XEmacs.
2615
2616         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2617         mm-charset-override-alist.
2618
2619         * rfc2047.el: Don't require base64; require rfc2045 for the function
2620         rfc2045-encode-string.
2621         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2622         to quote the parameter value.
2623
2624 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2627         form in gnus-group-name-charset-method-alist.
2628
2629         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2630         overrides the default layout edit-form.
2631
2632         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2633
2634         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2635
2636 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2639         as unfetched articles.
2640
2641 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2642
2643         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2644
2645 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2648         original back end that keeps marks in the local system.
2649
2650 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2653         arg of pop-to-buffer for XEmacs.
2654         (gnus-article-read-summary-keys): Ditto; don't restore window
2655         configuration if summary command ends up with neither article buffer
2656         nor summary buffer; describe bindings if summary keys end with C-h.
2657
2658 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * message.el (message-fix-before-sending): Skip raw message part to be
2661         forwarded while checking illegible text.
2662         (message-forward-make-body-mime, message-forward-make-body): Mark
2663         signed or encrypted raw message as having no illegible text.
2664
2665 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2666
2667         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2668         (gnus-message-with-timestamp-1): New macro.
2669         (gnus-message-with-timestamp): New function.
2670         (gnus-message): Use them.
2671
2672         * nnheader.el (nnheader-message): Use them.
2673
2674 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2675
2676         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2677         .newsrc.eld file.
2678
2679 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2680
2681         * gnus-agent.el (gnus-agent-fetch-headers)
2682         (gnus-agent-retrieve-headers): Bind
2683         gnus-decode-encoded-address-function to identity.
2684
2685         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2686         available also when the server returns simply a dot.
2687
2688         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2689
2690 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2693
2694 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2695
2696         * gnus-ems.el (gnus-x-splash): Make it work.
2697
2698         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2699         from being used.
2700
2701         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2702
2703 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2704
2705         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2706         4th and the 5th arguments.
2707
2708         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2709         the front stickiness.
2710         (gnus-article-summary-command-nosave): Correct the order of the
2711         arguments passed to pop-to-buffer.
2712         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2713         summary command ends up with the article buffer.
2714
2715         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2716         the same faces.
2717
2718 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2719
2720         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2721
2722 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2723
2724         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2725         * gnus-sum.el (gnus-summary-highlight):
2726         * pgg.el (pgg-sign-region, pgg-sign):
2727         * mail-source.el (mail-source-delete-old-incoming-confirm):
2728         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2729
2730 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * gnus-art.el (gnus-mime-view-part-externally)
2733         (gnus-mime-view-part-internally): Fix predicate function passed to
2734         completing-read.
2735
2736         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2737
2738         * gnus.el (gnus-update-message-archive-method): Add :version.
2739
2740 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * gnus.el (gnus-update-message-archive-method): New variable.
2743
2744         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2745         according to gnus-message-archive-method if
2746         gnus-update-message-archive-method is non-nil.
2747
2748 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2749
2750         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2751         by Loic Dachary <loic@dachary.org>.
2752         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2753
2754 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * message.el (message-pop-to-buffer): Add switch-function argument.
2757         (message-mail): Pass switch-function argument to it.
2758
2759 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2760
2761         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2762         Improve doc string.
2763
2764 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2765
2766         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2767         (gnus-header-content)
2768         * gnus-cite.el (gnus-cite-10)
2769         * gnus-srvr.el (gnus-server-closed)
2770         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2771         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2772         (gnus-group-mail-3-empty, gnus-group-mail-low)
2773         (gnus-group-mail-low-empty, gnus-splash)
2774         * message.el (message-header-to, message-header-cc)
2775         (message-header-subject, message-header-other, message-header-name)
2776         (message-header-xheader, message-separator, message-cited-text)
2777         (message-mml): Lighten colors of faces used for dark background.
2778
2779 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2780
2781         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2782         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2783
2784 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * message.el (message-narrow-to-headers-or-head):
2787         Ignore mail-header-separator in the body.
2788
2789 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2792         same as window size.
2793
2794 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2795
2796         * message.el (message-font-lock-keywords): Use message-header-xheader
2797         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2798         ahead of the anything pattern, to get it recognised.
2799
2800 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2801
2802         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
2803         spam.el loads uses it in the compiled defadvice form.
2804
2805 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
2806
2807         * gnus-sum.el (gnus-articles-to-read)
2808         (gnus-summary-insert-old-articles): Don't truncate group name for
2809         `read-string'.
2810
2811         * gnus-util.el (gnus-limit-string): Delete this function.
2812
2813         * gnus-sum.el (gnus-simplify-subject-fully): Use
2814         `truncate-string-to-width' instead.
2815
2816 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
2817
2818         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
2819         if, on summary exit, the next group has to be selected.
2820         (gnus-summary-exit): Use it.
2821
2822 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2823
2824         * gnus-art.el (gnus-article-mode): Fix comment about displaying
2825         non-break space.
2826
2827 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2830         Check if group is not a directory.
2831         (nnfolder-request-expire-articles): Don't delete articles if the target
2832         group is not available.
2833
2834         * nnml.el (nnml-request-create-group): Properly check if group is not a
2835         file.
2836         (nnml-request-expire-articles): Don't delete articles if the target
2837         group is not available.
2838
2839         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2840         Don't quote characters that are within parentheses.
2841
2842 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2843
2844         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2845         (gnus-handle-ephemeral-exit): Select article according to it.
2846
2847 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2848
2849         * message.el (message-insert-formated-citation-line): Remove newline.
2850         (message-citation-line-format): Add final \n here so that the user can
2851         avoid a blank line.
2852
2853 2007-05-03  Dan Christensen  <jdc@uwo.ca>
2854
2855         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2856         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2857         Update lanl/arXiv support.
2858
2859 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2860
2861         * gnus.el: Bump version number.
2862
2863 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2864
2865         * gnus.el (gnus-version-number): Bump version.
2866
2867 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2868
2869         * gnus.el: No Gnus v0.6 is released.
2870
2871 2007-04-27  Didier Verna  <didier@xemacs.org>
2872
2873         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2874         * gmm-utils.el (gmm-regexp-concat): here.
2875         * message.el: Don't require 'gnus-util.
2876         (message-dont-reply-to-names): Handle name change above.
2877         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2878
2879 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2882         since the initial value varies according to the system.
2883
2884 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2885
2886         * mm-util.el (mm-charset-synonym-alist): Defcustom.
2887
2888 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
2889
2890         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2891
2892 2007-04-24  Didier Verna  <didier@xemacs.org>
2893
2894         Improve the type of gnus-ignored-from-addresses.
2895         * gnus-util.el (gnus-orify-regexp): New function.
2896         * message.el (gnus-util): Require it.
2897         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2898         * gnus-sum.el (gnus-ignored-from-addresses): New function.
2899         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2900
2901 2007-04-24  Didier Verna  <didier@xemacs.org>
2902
2903         * gnus-sum.el:
2904         * gnus-utils.el: Fix some trailing whitespaces.
2905
2906 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2909         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2910         article's Message-ID; refer parent article in summary buffer.
2911
2912         * message.el (message-bounce): Call mime-to-mml.
2913
2914         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
2915         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
2916         optimize and/or forms properly.
2917
2918 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
2919
2920         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
2921         URL.
2922
2923 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2926
2927 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2928
2929         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2930         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2931         displayed of multipart/alternative part if it is invoked from summary
2932         buffer.
2933
2934         * mm-view.el (mm-inline-text-html-render-with-w3m)
2935         (mm-inline-text-html-render-with-w3m-standalone)
2936         (mm-inline-render-with-function): Use mail-parse-charset by default.
2937
2938 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2939
2940         * parse-time.el (parse-time-string-chars): Check if CHAR
2941         is less than the length of parse-time-syntax.
2942
2943 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2944
2945         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2946         from gnus-newsgroup-processable.
2947
2948 2007-04-16  Didier Verna  <didier@xemacs.org>
2949
2950         * gnus-msg.el (gnus-configure-posting-styles): Handle
2951         message-signature-directory properly with :file syntax.  Reported by
2952         "Leo".
2953
2954 2007-04-11  Didier Verna  <didier@xemacs.org>
2955
2956         New user option: message-signature-directory.
2957         * gnus-msg.el (gnus-configure-posting-styles): Support it.
2958         * message.el (message-insert-signature): Ditto.
2959         * message.el (message-signature-file): Doc update.
2960         * message.el (message-signature-directory): New.
2961
2962 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * gnus-msg.el (gnus-inews-yank-articles): Use
2965         message-exchange-point-and-mark instead of exchange-point-and-mark.
2966
2967 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         * message.el (message-yank-original): Make sure cited text ends with
2970         newline; don't exchange point and mark.
2971
2972 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2973
2974         * tls.el (open-tls-stream): Properly handle case where there
2975         is no associated buffer.
2976
2977 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
2978
2979         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2980         message-yank-original, make sure (< mark TEXT point).
2981
2982 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2983
2984         * message.el (message-fill-column): New variable.
2985         (message-mode): Use it.  Add comment on a possible new hook.
2986
2987         * nnmail.el (nnmail-spool-file): Mark as obsolete.
2988         (nnmail-get-new-mail): Reformat.
2989
2990         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2991
2992         * gmm-utils.el: Fix Commentary.
2993         (gmm-tool-bar-from-list): Fix typo in doc string.
2994
2995 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
2996
2997         * message.el (message-yank-original): Don't switch point and mark
2998         unnecessarily to put point and mark as documented.
2999
3000 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3001
3002         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3003         from the message heads.
3004
3005 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3006
3007         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3008         article buffer does not have a window.  This may not be the best
3009         solution but is certainly better than setting the start of the null,
3010         that is the current, window.
3011
3012 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3013
3014         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3015         (gnus-draft-setup): Run it.
3016
3017         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3018         gnus-score-fast-scoring.  Allow regexp.
3019         (gnus-score-headers): Use it.
3020
3021         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3022         XEmacs.
3023
3024         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3025         string.
3026         (gnus-button-alist): Also catch `<f1> k ...'.
3027         (gnus-treat-display-x-face): Fix doc string.
3028
3029 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3030
3031         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3032         evaluation of gnus-extended-version to ensure correct generation of the
3033         User-Agent header when message-generate-headers-first is used.
3034
3035 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3036
3037         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3038         hashcash-path is nil.  Don't call callback with incorrect number of
3039         parameters if val is 0.
3040
3041 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3042
3043         * message.el (message-required-news-headers):
3044         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3045
3046 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3047
3048         * tls.el (open-tls-stream): In handshake-waiting loop,
3049         don't wait more if there is output available to process.
3050
3051 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3052
3053         * tls.el (tls-program): Doc fix.
3054
3055 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * message.el (message-generate-new-buffers): Change the meaning of the
3058         nil value; add `standard' to the choices; treat t as `unique'; improve
3059         doc string.
3060         (gnus-select-frame-set-input-focus): Autoload.
3061         (message-buffer-name): Search for the existing message buffer if
3062         message-generate-new-buffers is nil or `standard'; treat the value t of
3063         message-generate-new-buffers as `unique'.
3064         (message-pop-to-buffer): Raise the frame already displaying the message
3065         buffer; clear the echo area after querying.
3066         (message-setup): Pass the `continue' argument to compose-mail.
3067         (message-mail): Prefer `switch-function' if it is given; search for the
3068         existing message buffer if the `continue' argument is non-nil; pass
3069         continue and switch-function arguments to compose-mail by way of
3070         message-setup.
3071         (message-mail-other-window): Adjust argument of message-setup.
3072         (message-mail-other-frame): Ditto.
3073
3074 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3077         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3078         to turn font-lock on when turning gnus-message-citation-mode on.
3079
3080 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3081
3082         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3083         (mml-smime-function-alist): New variable; add epg as the backend.
3084         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3085         mml-smime- functions instead.
3086         * mm-view.el: Require smime.
3087
3088 2007-03-05  Didier Verna  <didier@xemacs.org>
3089
3090         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3091         instead of just inheritance for posting styles.
3092         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3093
3094 2007-02-24  Chris Moore  <dooglus@gmail.com>
3095
3096         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3097         * pgg-pgp.el (pgg-pgp-encrypt-region):
3098         * pgg-gpg.el (pgg-gpg-encrypt-region):
3099         Check pgg-encrypt-for-me if no other recipients.
3100
3101 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3102
3103         * tls.el (tls-certtool-program): Fix custom type.
3104
3105 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3106
3107         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3108         and point-at-eol instead of line-(beginning|end)-position.
3109
3110         * assistant.el (assistant-parse-buffer): Ditto.
3111
3112         * netrc.el (netrc-parse-services): Ditto.
3113
3114 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3115
3116         * mml2015.el (mml2015-epg-find-usable-key): New function.
3117         (mml2015-epg-sign): Use it.
3118         (mml2015-epg-encrypt): Use it.
3119
3120 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * message.el (message-make-in-reply-to): Quote name containing
3123         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3124         if there are special characters.  Reported by NAKAJI Hiroyuki
3125         <nakaji@jp.freebsd.org>.
3126
3127 2007-02-27  Didier Verna  <didier@xemacs.org>
3128
3129         Include the group parameters as well as the topic ones in the
3130         inheritance filter process.
3131         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3132         argument GROUP-PARAMS-LIST.
3133         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3134
3135 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3136
3137         * nntp.el (nntp-never-echoes-commands)
3138         (nntp-open-connection-functions-never-echo-commands): New variables.
3139         (nntp-send-command): Use them.
3140
3141 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3142
3143         * mml2015.el (mml2015-epg-verify): Simplified.
3144
3145 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * mml.el (mml-content-disposition-alist): New user option.
3148         (mml-content-disposition): New function.
3149         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3150         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3151
3152 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3153
3154         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3155         verification.
3156
3157 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3158
3159         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3160         articles posted in the last 24 hours.
3161
3162 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3163
3164         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3165
3166 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3167
3168         * nntp.el (nntp-send-command): Don't wait for echoes when
3169         nntp-open-ssl-stream is used.
3170
3171 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3174         (gnus-message-add-citation-keywords)
3175         (gnus-message-remove-citation-keywords): Remove.
3176         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3177         directly, make the variables in font-lock-defaults buffer-local, add
3178         gnus-message-citation-keywords to them and then update the value of
3179         font-lock-keywords.
3180
3181 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * message.el (message-cite-original-1): Don't call
3184         gnus-article-highlight-citation.
3185
3186         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3187         citations; fix line count.
3188
3189 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3192         (gnus-message-add-citation-keywords)
3193         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3194         versions of font-lock-add-keywords and font-lock-remove-keywords to
3195         work with XEmacs correctly.
3196
3197 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * gnus-cite.el (gnus-cite-face-list): Set the values of
3200         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3201         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3202         (gnus-message-cite-prefix-regexp): New variable.
3203         (gnus-message-search-citation-line): Use it; protect against long
3204         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3205         the 0th match data for Emacs.
3206         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3207         (gnus-message-add-citation-keywords): Append keywords rather than
3208         prepending; emulate font-lock-add-keywords if it is not available.
3209         (gnus-message-remove-citation-keywords): Emulate
3210         font-lock-remove-keywords if it is not available.
3211
3212         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3213
3214         * message.el (message-cite-prefix-regexp): Set the value of
3215         gnus-message-cite-prefix-regexp.
3216
3217 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3218
3219         * nnweb.el (nnweb-google-parse-1): Update parser.
3220
3221 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3222
3223         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3224
3225 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3226
3227         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3228         regexp.
3229
3230 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3233         string-to-multibyte.
3234         (uudecode-decode-region-internal): Use it.
3235
3236         * lpath.el: Fbind string-as-multibyte for XEmacs.
3237
3238 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3239
3240         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3241         custom choice.
3242
3243         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3244
3245 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3246
3247         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3248
3249         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3250         `write-region' to respect `mm-inhibit-file-name-handlers'.
3251
3252 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3253
3254         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3255         Use gnus-home-directory instead of "~/" or "$HOME".
3256
3257 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3258
3259         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3260         to mention filename.
3261         Add comments at beginning regarding usage.
3262         (encrypt-write-file-contents): Change interactive so a string is
3263         acceptable.  If the file has no associated model, show an error instead
3264         of a nonsense prompt.
3265
3266 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3267
3268         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3269         Thanks to Yoshihiko Yamada for kind notification of this typo.
3270
3271 2007-01-12  Kenichi Handa  <handa@m17n.org>
3272
3273         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3274         multibyte buffer.
3275
3276 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3277
3278         * gnus-score.el (gnus-score-fast-scoring): New variable.
3279         (gnus-score-headers): Use it.
3280
3281         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3282
3283         * message.el (message-cite-original-1): Call
3284         gnus-article-highlight-citation if requested.
3285         (message-make-from): Allow name and address as optional arguments.
3286
3287         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3288
3289         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3290         bugs to doc string.
3291         (gnus-button-alist): Add mid\\|message-id.
3292         (gnus-button-fetch-group): Extend for use in
3293         `browse-url-browser-function'.
3294         (gnus-button-url-regexp): Try to catch paired parentheses like in
3295         Wikipedia URLs.
3296
3297         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3298         Suggested by Simon Krahnke <overlord@gmx.li>.
3299
3300 2007-01-13  Romain Francoise  <romain@orebokech.com>
3301
3302         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3303         Update copyright.
3304
3305 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3306
3307         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3308
3309 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3310
3311         * gnus-registry.el (gnus-registry-unfollowed-groups)
3312         (gnus-registry-split-fancy-with-parent): Fix documentation.
3313
3314 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3315
3316         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3317         from nnweb groups.
3318
3319 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3320
3321         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3322         Xref urls.  Erase buffer before requesting head.
3323
3324 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3325
3326         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3327         customizable.
3328
3329 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3330
3331         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3332         no signing key is found.
3333         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3334         no encrypting and/or signing key is found.
3335
3336 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3337
3338         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3339
3340 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3341
3342         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3343         headers read from disk with the ones newly found in the current search.
3344         This should no longer cause problems, because the article numbers in
3345         Gmane's `nov.php' output are ignored since the previous change.
3346
3347 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3348
3349         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3350
3351 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3354         replace-regexp-in-string; bind url-version; fbind display-images-p and
3355         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3356         find-face and set-itimer-function for Emacs; bind itimer-list for
3357         Emacs.
3358
3359         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3360
3361 2007-01-01  Romain Francoise  <romain@orebokech.com>
3362
3363         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3364
3365 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3366
3367         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3368         `define-minor-mode' macro definition expanded properly.
3369         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3370         exclude it there.
3371
3372         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3373         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3374         `fboundp' test.
3375         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3376         This is OK to autoload in (S)XEmacs now.
3377
3378 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3381         keystroke.
3382         (gnus-summary-limit-to-singletons): Fix typo.
3383
3384         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3385         else fails.
3386
3387 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3388
3389         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3390         docstring.
3391
3392         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3393         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3394         (gnus-summary-insert-dormant-articles): Fix typo in message.
3395
3396 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3397
3398         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3399         nil for XEmacs.
3400         (gnus-message-citation-mode): Don't autoload in XEmacs.
3401
3402         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3403
3404 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3405
3406         * nnimap.el (nnimap-expunge-search-string): Mention
3407         nnimap-search-uids-not-since-is-evil in docstring.
3408
3409 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3410
3411         * spam.el: Revert to make-obsolete-variable because
3412         define-obsolete-variable-alias is not supported in Emacs 21.
3413
3414         * spam.el (spam-ifile-path, spam-ifile-database-path)
3415         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3416         make-obsolete-variable.
3417         (spam-bsfilter-path, spam-bsfilter-program)
3418         (spam-spamassassin-path, spam-spamassassin-program)
3419         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3420         use "path" inappropriately.
3421         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3422         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3423         variable names.
3424
3425 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3426
3427         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3428         summary buffer.
3429
3430         * password.el (password-cache-remove): Use clear-string to burn
3431         password, if available.
3432
3433 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3434
3435         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3436
3437         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3438
3439         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3440         (gnus-message-highlight-citation): Move defcustom here from
3441         gnus-cite.el.
3442         (gnus-message-citation-mode): Autoload.
3443
3444         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3445         checks to make it compile with XEmacs.
3446         (gnus-message-citation-mode): New minor mode.
3447         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3448         (gnus-message-highlight-citation): New variables.
3449         (gnus-message-search-citation-line)
3450         (gnus-message-add-citation-keywords)
3451         (gnus-message-remove-citation-keywords)
3452         (turn-on-gnus-message-citation-mode)
3453         (turn-off-gnus-message-citation-mode): New functions.
3454
3455 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3456
3457         * gnus-cite.el: Enable highlighting of different citation levels in
3458         message-mode.
3459
3460 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3461
3462         * message.el (message-make-fqdn): Fix comment.
3463         (message-bogus-system-names): Add ".local".
3464
3465         * spam.el (spam-ifile-path, spam-ifile-program)
3466         (spam-ifile-database-path, spam-ifile-database)
3467         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3468         Don't use "path" inappropriately.
3469         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3470         strings.
3471         (spam-check-ifile, spam-ifile-register-with-ifile)
3472         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3473         new variable names.
3474
3475         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3476         (gnus-treat-display-smileys): Simplify using
3477         gnus-image-type-available-p.
3478
3479         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3480         available.
3481
3482         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3483         `display-images-p' if available.
3484
3485 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3488         one after turning on the buffer's multibyteness instead of decoding
3489         them directly in the unibyte buffer that causes unexpected conversion
3490         in Emacs 23 (unicode).
3491
3492 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3493
3494         * message.el (message-generate-hashcash): Fix custom type.
3495
3496 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3497
3498         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3499
3500 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3501
3502         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3503         disconnect icons.  Add help text.
3504
3505 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3506
3507         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3508         negated to be consistent with the others we handle.
3509
3510 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3511
3512         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3513         version of gnus-summary-buffer to something, so that we can use two
3514         article buffers at the same time.
3515
3516 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3517
3518         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3519         trigger all the extra headers.
3520         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3521         sorting.
3522
3523 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3524
3525         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3526         solid groups.
3527
3528 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3529
3530         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3531
3532 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3533
3534         * legacy-gnus-agent.el: Add Copyright notice.
3535
3536 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3537
3538         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3539
3540 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3541
3542         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3543
3544         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3545         to make it work reliably in CVS Emacs.
3546         (gnus-summary-limit-strange-charsets-predicate)
3547         (gnus-summary-limit-to-predicate): New functions.
3548
3549 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3550
3551         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3552         specifying array size.
3553         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3554         array if it is too small.
3555         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3556         (gnus-sort-threads-loop): New function.
3557
3558 2006-12-06  Chris Moore  <dooglus@gmail.com>
3559
3560         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3561         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3562
3563 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3564
3565         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3566         options.
3567
3568 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3571         DOS-ing the recipient.
3572
3573         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3574         the headers when creating the mapping to avoid mismappings.
3575         (nnweb-gmane-create-mapping): Always nix out old mapping.
3576
3577 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3578
3579         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3580         and mm-verify-option to never.
3581
3582 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * message.el (message-signed-or-encrypted-p): New function.
3585         (message-forward-make-body): Use it.
3586
3587         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3588         Replace encode-coding-string with mm-encode-coding-string.
3589
3590 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * nneething.el (nneething-decode-file-name): Replace
3593         decode-coding-string with mm-decode-coding-string.
3594
3595         * gnus-int.el (gnus-open-server): Say failed server's name.
3596
3597 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3598
3599         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3600         strings to a single string.  Quote `errors-file-name'.
3601         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3602         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3603         Adjust calls.  Use `shell-quote-argument'.
3604
3605 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3606
3607         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3608         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3609
3610         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3611         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3612         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3613         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3614         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3615         (gnus-subscribe-newsgroup, gnus-1):
3616         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3617         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3618         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3619         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3620
3621 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3622
3623         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3624         keystroke.
3625         (gnus-summary-limit-to-bodies): Implement headersp.
3626
3627 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3628
3629         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3630
3631 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3634
3635 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3636
3637         * message.el (message-generate-hashcash): Expand range of values to
3638         include `opportunistic'.
3639         (message-send-mail): Use it.
3640
3641 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3642
3643         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3644         and comment it.
3645
3646         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3647
3648 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3649
3650         * gnus-util.el (gnus-extract-address-components): Improve comment.
3651
3652 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * gnus-util.el (gnus-extract-address-components): Work with address in
3655         which the name portion contains @.
3656
3657         * lpath.el: Fbind custom-autoload.
3658
3659 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3660
3661         * gnus.el (gnus-start): Move custom group up.
3662         (gnus-select-method): Don't autoload, but make it available for
3663         `customize-variable'.
3664         (gnus-getenv-nntpserver): Don't autoload.
3665
3666 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3667
3668         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3669
3670 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3671
3672         * message.el (message-sendmail-extra-arguments): New variable.
3673         (message-send-mail-with-sendmail): Use it.
3674
3675 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3678         mm-with-unibyte-current-buffer to make string unibyte.
3679
3680         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3681         mm-string-as-multibyte.
3682
3683 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3684
3685         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3686         Reported by Werner Koch <wk@gnupg.org>.
3687
3688 2006-11-14  Daiki Ueno  <ueno@p360>
3689
3690         * mml2015.el: Autoload epa-select-keys when compiling.
3691
3692 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3693
3694         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3695         message-options.
3696         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3697
3698 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3699
3700         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3701         EasyPG (< 0.0.6).
3702         (mml2015-always-trust): New user option.
3703         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3704         prompt.
3705
3706 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * nntp.el (nntp-authinfo-force): New variable.
3709         (nntp-send-authinfo): Use it.
3710
3711 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3712
3713         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3714         decode encoded words.  Improve prompt.  Add comment about forwarding.
3715         (message-replacement-char): Move up.
3716
3717 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3718
3719         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3720         instead of gnus-intersection because arguments of gnus-sorted-nunion
3721         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3722
3723 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3724
3725         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3726         (message-simplify-subject-functions): Enable
3727         message-strip-subject-encoded-words by default.
3728
3729 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3730
3731         * message.el (message-strip-subject-encoded-words): New function
3732         (message-simplify-subject-functions): New variable.
3733         (message-simplify-subject): Use it.  Fix typo in doc string.
3734         Support message-strip-subject-encoded-words.
3735
3736 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3737
3738         * gnus-diary.el (gnus-diary-delay-format-function):
3739         * nndiary.el (nndiary-reminders):
3740         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3741
3742 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3743
3744         * gnus-art.el (article-hide-boring-headers): Fetch date from
3745         gnus-original-article-buffer to avoid problems with localized date
3746         strings.
3747
3748 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3751
3752 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3753
3754         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3755         New variables.
3756         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3757         (mm-charset-synonym-alist): Move some entries to
3758         mm-codepage-iso-8859-list.
3759         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3760         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3761
3762 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3765
3766 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3767
3768         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3769         with Emacs 21 and XEmacs.
3770
3771 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3772
3773         * spam.el (spam-parse-address): New function for better parsing,
3774         catching errors, etc.
3775         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3776
3777 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3778
3779         * mm-view.el: Add interactive arg to html2text autoload.
3780
3781 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3784
3785 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3786
3787         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3788         variables.
3789         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3790         (mm-charset-synonym-alist): Move some entries to
3791         mm-codepage-iso-8859-list.
3792
3793         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3794
3795 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3796
3797         * message.el (message-citation-line-format)
3798         (message-insert-formated-citation-line): Fix implementation of %E, %N
3799         and %n according to the doc string.
3800
3801 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3802
3803         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3804         car-safe to avoid bad parses.
3805
3806 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3809         names.
3810
3811         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3812
3813 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3816         header.
3817
3818         * message.el (message-draft-headers): Add Date.
3819         (message-headers-to-generate): Fix typo in docstring.
3820
3821         * nndraft.el (nndraft-required-headers): New variable.
3822         (nndraft-generate-headers): Use it.
3823
3824         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3825
3826 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3827
3828         * gnus-registry.el (gnus-registry-wash-for-keywords)
3829         (gnus-registry-find-keywords): New functions to allow easy searching of
3830         articles that are in the registry.
3831
3832 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3833
3834         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3835         ietf-drums-parse-address instead of gnus-extract-address-components.
3836         Reported by Damien Elmes <damien@repose.cx>.
3837
3838 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3839
3840         * gnus.el (gnus-mime): Remove unused custom group.
3841
3842 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3843
3844         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3845         "blank line" when searching for end of armor headers.
3846
3847 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * gmm-utils.el (gmm-write-region): Fix variable name.
3850
3851 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
3852
3853         * gmm-utils.el (gmm-write-region): New function based on compatibility
3854         code from `mm-make-temp-file'.
3855
3856         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3857
3858         * nnmaildir.el (nnmaildir--update-nov)
3859         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3860         Use `gmm-write-region'.
3861
3862 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3863
3864         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3865         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3866
3867         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3868
3869         * message.el (message-replacement-char): New variable.
3870         (message-fix-before-sending): Use it.
3871         (message-simplify-subject): New function to remove duplicate code.
3872         (message-reply, message-followup): Use it.
3873
3874         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3875         gnus-summary-limit-to-articles.
3876
3877 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * gnus-util.el (gnus-with-local-quit): New macro.
3880
3881         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3882
3883 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
3884
3885         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3886         ignore non-string data.
3887
3888 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
3889
3890         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3891         non-string data (needs to be done in the registry too).
3892
3893 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3894
3895         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3896         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3897         (gnus-registry-split-fancy-with-parent)
3898         (gnus-registry-fetch-simplified-message-subject-fast)
3899         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3900         Remove text properties on ingress into the registry and when it's saved.
3901         (gnus-registry-clean-empty-function): Fix bug with cleaning the
3902         registry from entries with no groups.
3903
3904 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3905
3906         * gnus-util.el (gnus-string-remove-all-properties): Add utility
3907         function to remove string properties.
3908
3909 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3910
3911         * gmm-utils.el (gmm): Adjust custom version.
3912
3913         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3914         custom version.
3915
3916         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3917
3918 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3919
3920         * gnus-art.el (gnus-insert-prev-page-button)
3921         (gnus-insert-next-page-button): Simplify.  Reformat.
3922
3923 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3924
3925         * gnus-art.el (gnus-insert-prev-page-button)
3926         (gnus-insert-next-page-button): Apply gnus-article-button-face.
3927
3928 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3929
3930         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3931
3932 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3933
3934         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3935         gnus-article-button-face to MIME and security buttons.
3936
3937 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
3938
3939         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3940         readable.
3941
3942 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
3945
3946 2006-09-20  Steve Youngs  <steve@sxemacs.org>
3947
3948         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3949         `browse-url-of-file' instead of `browse-url'.
3950
3951 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3952
3953         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3954         regexp.  Articles containing quotation were cut prematurely.
3955
3956 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * message.el (message-cite-original-1): Use nobody by default for the
3959         value of From header.
3960         (message-reply): Ditto.
3961
3962 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
3963
3964         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3965         to the gnus-info.  This fixes a bug of inline-PGP message verification.
3966         Reported by Michael Piotrowski <mxp@dynalabs.de>.
3967
3968 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
3969
3970         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3971         mails in the doc string.  Add some URLs in comment.
3972         (pop3-movemail): Warn about pop3-leave-mail-on-server.
3973
3974 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3977         backslashes handling and the way to find boundaries of quoted strings.
3978
3979 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
3980
3981         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3982         mml1991-encrypt-to-self is set and mml1991-signers is not set.
3983         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3984         mml2015-encrypt-to-self is set and mml2015-signers is not set.
3985
3986 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3987
3988         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
3989         doc string.
3990         (gnus-button-regexp, gnus-button-last): Remove unused variables.
3991
3992 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * lpath.el: Fbind epg-check-configuration.
3995
3996 2006-09-06  Simon Josefsson  <jas@extundo.com>
3997
3998         * mml2015.el (mml2015-use): Doc fix, mention epg.
3999
4000 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4001
4002         * mml2015.el (mml2015-use): Default to epg, if available.
4003
4004 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4005
4006         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4007         message-sender.
4008         (mml1991-epg-encrypt): Ditto.
4009         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4010         message-sender.
4011         (mml2015-epg-encrypt): Ditto.
4012
4013 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4014
4015         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4016         several common directories.
4017
4018 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4019
4020         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4021         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4022
4023 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * gnus-art.el (article-decode-encoded-words): Make it fast.
4026
4027 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4030
4031         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4032         in quoted string into `\'.
4033
4034 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4037         Use standard-syntax-table.
4038
4039 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * gnus-art.el (gnus-decode-address-function): New variable.
4042         (article-decode-encoded-words): Use it to decode headers which are
4043         assumed to contain addresses.
4044         (gnus-mime-delete-part): Remove useless `or'.
4045
4046         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4047         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4048         (gnus-nov-parse-line): Use it to decode From header.
4049         (gnus-get-newsgroup-headers): Ditto.
4050         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4051
4052         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4053         (mail-decode-encoded-address-string): New alias.
4054
4055         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4056         New function.
4057         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4058         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4059         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4060         (rfc2047-decode-string): Ditto.
4061         (rfc2047-decode-address-region): New function.
4062         (rfc2047-decode-address-string): New function.
4063
4064 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4065
4066         * message.el (message-caesar-buffer-body): Allow rotating headers.
4067
4068         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4069
4070         * message.el (message-insert-formated-citation-line): Fix %f.
4071         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4072
4073 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4076         (gnus-bookmark-mouse-available-p): New macro.
4077         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4078         (gnus-bookmark-bmenu-show-infos): Use it.
4079         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4080         (gnus-bookmark-bmenu-hide-infos): Ditto.
4081         (gnus-bookmark-remove-properties): New function.
4082         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4083         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4084         (gnus-bookmark-write-file): Bind coding-system-for-write.
4085         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4086         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4087         group before selecting it.
4088         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4089         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4090         quit-window if it is not available; use gnus-mouse-2 and bind it to
4091         gnus-bookmark-bmenu-select-by-mouse.
4092         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4093         (gnus-bookmark-bmenu-select-by-mouse): New function.
4094
4095 2006-08-13  Romain Francoise  <romain@orebokech.com>
4096
4097         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4098         space.
4099
4100 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * compface.el (uncompface): Use binary rather than raw-text-unix.
4103
4104 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4105
4106         * compface.el (uncompface): Make sure the eol conversion doesn't take
4107         place when communicating with the external programs.  Reported by
4108         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4109
4110 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4113
4114 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4115
4116         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4117         Make it more robust by parsing author and date independently.
4118
4119 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4122
4123 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4124
4125         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4126         first matching secret key.
4127         (mml2015-epg-encrypt): Ditto.
4128
4129         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4130         first matching secret key.
4131         (mml1991-epg-encrypt): Ditto.
4132
4133         * mml2015.el (mml2015-encrypt-to-self): New user option.
4134         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4135         mml2015-epg-encrypt-to-self is set.
4136
4137         * mml1991.el (mml1991-encrypt-to-self): New variable.
4138         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4139         mml1991-epg-encrypt-to-self is set.
4140
4141         * mml2015.el (mml2015-signers): New user option.
4142         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4143         (mml2015-epg-encrypt): Allow to select signing keys.
4144
4145         * mml1991.el (mml1991-signers): New variable.
4146         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4147         (mml1991-epg-encrypt): Allow to select signing keys.
4148
4149 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * nnheader.el (nnheader-insert-head): Make it work even if the file
4152         uses CRLF for the line-break code.
4153
4154 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4155
4156         * mml2015.el: Require mml-sec instead of password.
4157         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4158         (mml2015-cache-passphrase): Inherit the default value from
4159         mml-secure-cache-passphrase.
4160         (mml2015-passphrase-cache-expiry): Inherit the default value from
4161         mml-secure-passphrase-cache-expiry.
4162
4163         * mml1991.el: Require mml-sec instead of password.
4164         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4165         (mml1991-cache-passphrase): Inherit the default value from
4166         mml-secure-cache-passphrase.
4167         (mml1991-passphrase-cache-expiry): Inherit the default value from
4168         mml-secure-passphrase-cache-expiry.
4169
4170         * mml-sec.el: Require password.
4171         (mml-secure-verbose): New user option.
4172         (mml-secure-cache-passphrase): New user option.
4173         (mml-secure-passphrase-cache-expiry): New user option.
4174
4175 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4176
4177         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4178         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4179         andreas@altroot.de (Andreas Vögele).
4180
4181         FIXME: Use `tiny change'?
4182
4183 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4184
4185         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4186         workaround for the url package included with Emacs.
4187
4188         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4189
4190 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4193         correctly.  This fixes a bug caused by the 2006-05-12 change.
4194
4195 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4196
4197         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4198         some information about the error when saying that the `bogus' mail
4199         group will be used.
4200
4201 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4202
4203         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4204         string.
4205
4206 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4207
4208         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4209
4210 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4211
4212         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4213
4214 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4215
4216         * mml1991.el (mml1991-function-alist): Add epg.
4217         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4218         (mml1991-epg-encrypt): New functions.
4219
4220 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4221
4222         * mml2015.el (mml2015-verbose): New variable.
4223         (mml2015-cache-passphrase): Ditto.
4224         (mml2015-passphrase-cache-expiry): Ditto.
4225         (mml2015-function-alist): Add epg.
4226         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4227         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4228         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4229         functions.
4230
4231 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4232
4233         * message.el (message-cite-original-1): Preserve region when removing
4234         quoted text due to X-No-Archive in order to avoid bogus attribution
4235         when citing multiple messages.
4236
4237 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4238
4239         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4240         Kenneth Jacker <khj@be.cs.appstate.edu>.
4241
4242 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4243
4244         * gnus-diary.el (gnus-user-format-function-d)
4245         (gnus-user-format-function-D): Autoload.
4246
4247         * imap.el (Commentary): Fix typo.
4248
4249         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4250         2006-04-22 contribution.
4251
4252 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4253
4254         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4255         It didn't really fix the bogosity I'm seeing with solid web groups.
4256
4257 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4258
4259         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4260         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4261         created using server names.  If we use the feature without declaring
4262         it, Gnus does not properly manage server and group state.
4263
4264         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4265         bound.
4266
4267 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4268
4269         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4270         looking up the method using GROUP's prefix before inventing a new one.
4271         It is used on killed/unknown groups in various places where returning
4272         an all-new method isn't expected by the caller.
4273
4274         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4275         and match semantics of gnus-group-real-prefix.
4276
4277 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4278
4279         * nnmail.el (nnmail-broken-references-mailers): New variable.
4280         (nnmail-ignore-broken-references): New function generalizing
4281         nnmail-fix-eudora-headers.
4282         (nnmail-fix-eudora-headers): Now obsolete.
4283
4284         * gnus-art.el (gnus-button-handle-custom): Support
4285         `customize-apropos*'.
4286
4287 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288
4289         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4290
4291         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4292         articles.
4293
4294 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4295
4296         * message.el (message-cite-reply-above): New variable.
4297         (message-yank-original): Use it.
4298
4299 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4302
4303 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4304
4305         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4306         as read.
4307
4308         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4309
4310 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4311
4312         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4313         (gnus-bookmark-default-file): Use gnus-directory.
4314         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4315         Remove "*" in doc string.
4316         (gnus-bookmark-write-file): Simplify.
4317         (gnus-bookmark-maybe-sort-alist): Use `when'.
4318         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4319         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4320         FIXME about Emacs 21 and XEmacs compatibility.
4321         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4322         compatibility.
4323         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4324         compatibility.
4325         (gnus-bookmark-menu-heading): Fix version.
4326
4327 2006-06-19  Bastien Guerry  <bzg@altern.org>
4328
4329         * gnus-bookmark.el: New file.
4330
4331 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * message.el (message-syntax-checks): Doc fix.
4334
4335 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4336
4337         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4338         unsubscribed groups as if they were killed ones.  It causes duplicate
4339         entries in gnus-newsrc-alist.
4340
4341 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * message.el (message-syntax-checks): Doc fix.
4344         (message-send-mail): Add check for continuation headers.
4345         (message-check-news-header-syntax): Fix regexp used to check for
4346         continuation headers.
4347
4348 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4351
4352 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4353
4354         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4355
4356 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4359         default-truncate-lines.
4360
4361 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4364         to fill the utf-8 entry.
4365
4366         * lpath.el: Fbind unicode-precedence-list.
4367
4368 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4369
4370         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4371
4372 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4373
4374         * gnus-agent.el (directory-files-and-attributes): Move all the way
4375         forward (the third and final move).
4376         (gnus-agent-read-agentview): Trap reconstruction errors due to
4377         nonexistant directory.  Handle by returning nil.
4378
4379 2006-05-30  Didier Verna  <didier@xemacs.org>
4380
4381         * message.el (message-dont-reply-to-names): Update the custom type.
4382         * message.el (message-dont-reply-to-names): New defsubst: potentially
4383         convert a list of regexps into a single one.
4384         * message.el (message-get-reply-headers): Use it.
4385         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4386
4387 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * gnus-agent.el (directory-files-and-attributes): Move forward.
4390
4391 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4392
4393         * gnus-ml.el (gnus-mailing-list-subscribe)
4394         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4395         (gnus-mailing-list-message): Fix doc strings.
4396
4397 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4398
4399         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4400         of doing it manually.
4401
4402 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4403
4404         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4405         comment.
4406
4407 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4408
4409         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4410         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4411         (gnus-agent-read-local): All symbols allocated in my-obarray
4412         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4413         (gnus-agent-regenerate-group): Check numeric names to see if they are
4414         messages or groups.
4415         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4416         better way of do this...)
4417
4418         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4419         'dummy.group' (there should be a better way of do this...)
4420
4421 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4424         (gnus-saved-headers): Ditto.
4425         (gnus-default-article-saver): Mention functions may have properties.
4426         (gnus-article-save): Override gnus-save-all-headers and
4427         gnus-saved-headers by :headers property which saver function may have.
4428         (gnus-summary-save-in-file): Add :headers property.
4429         (gnus-summary-write-to-file): Ditto.
4430
4431         * gnus-sum.el (gnus-summary-save-article): Bind
4432         gnus-prompt-before-saving to t when saving many articles in a file;
4433         always show all headers.
4434
4435         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4436
4437 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4438
4439         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4440         marks.
4441
4442         * message.el (message-indent-citation): Add optional arguments to allow
4443         using it outside of message buffers.
4444
4445         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4446         (gnus-article-treat-unfold-headers): Use it.
4447         (gnus-article-truncate-lines): New variable.
4448         (gnus-article-mode): Use it.
4449         (gnus-article-toggle-truncate-lines): New function.
4450
4451         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4452         gnus-article-toggle-truncate-lines.
4453
4454         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4455         coding system in XEmacs, use binary.
4456
4457 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4460         after-load-alist.
4461
4462         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4463         this function should save decoded articles.
4464         (gnus-summary-write-to-file): Use property to specify this function
4465         should save decoded articles and specify gnus-summary-save-in-file
4466         should be used to save articles other than the first one when saving
4467         many articles.
4468         (gnus-summary-save-body-in-file): Use property to specify this
4469         function should save decoded articles.
4470         (gnus-summary-write-body-to-file): Use property to specify this
4471         function should save decoded articles and specify
4472         gnus-summary-save-body-in-file should be used to save articles other
4473         than the first one when saving many articles.
4474
4475         * gnus-sum.el (gnus-summary-save-article): Simplify.
4476
4477 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * gnus-art.el (gnus-default-article-saver): Add
4480         gnus-summary-write-body-to-file.
4481         (gnus-article-save-coding-system): Don't use coding system object
4482         in XEmacs.
4483         (gnus-read-save-file-name): Add optional `dir-var' argument which
4484         specifies directory in which files are saved; work even if optional
4485         `variable' argument is not specified.
4486         (gnus-summary-write-to-file): Read file name.
4487         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4488         (gnus-summary-write-body-to-file): New function.
4489
4490         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4491         (gnus-summary-local-variables): Add it.
4492         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4493         (gnus-summary-save-article): Remove optional `decode' argument;
4494         determine whether to decode articles by the value of
4495         gnus-default-article-saver; when saving many files using
4496         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4497         it first and use gnus-summary-save-in-file or
4498         gnus-summary-save-body-in-file thereafter unless
4499         gnus-prompt-before-saving is always; move point to article which
4500         will be saved.
4501         (gnus-summary-save-article-file): Revert.
4502         (gnus-summary-write-article-file): Revert.
4503         (gnus-summary-save-article-body-file): Revert.
4504         (gnus-summary-write-article-body-file): New function.
4505
4506 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * gnus-art.el (gnus-default-article-saver): Doc fix.
4509         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4510         from gnus-summary-save-article-coding-system, and default to a
4511         certain coding system.
4512         (gnus-output-to-file): Add coding cookie and encode text according
4513         to gnus-article-save-coding-system; don't use mm-append-to-file.
4514
4515         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4516         gnus-art.el and rename to gnus-article-save-coding-system.
4517         (gnus-summary-save-article): Require gnus-art; don't show all
4518         headers if it decodes articles; don't add coding cookie here;
4519         don't bind mm-text-coding-system-for-write.
4520         (gnus-summary-save-article-file): Save decoded articles.
4521         (gnus-summary-write-article-file): When saving many files, use
4522         gnus-summary-write-to-file first and gnus-summary-save-in-file
4523         thereafter unless gnus-prompt-before-saving is always.
4524         (gnus-summary-save-article-body-file): Save decoded articles.
4525
4526         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4527
4528 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4529
4530         * nnrss.el (nnrss-check-group): Bind hash-index.
4531
4532 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4533
4534         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4535         its hash index.  Store this hash in `nnrss-group-data'.
4536         (nnrss-read-group-data): Update accordingly.
4537
4538 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4539
4540         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4541         entry.
4542
4543         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4544         gnus-article-browse-html-article.
4545
4546 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4547
4548         * gnus-sum.el (gnus-summary-mime-map): Add
4549         gnus-article-browse-html-article.
4550
4551         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4552
4553 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4554
4555         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4556         suitable coding systems in customize.
4557
4558 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4559
4560         * mail-source.el (mail-sources): Fix custom type.
4561
4562 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4565         (gnus-summary-expire-articles-now): Shorten prompt.
4566
4567         * gmm-utils.el (wid-edit): Require.
4568         (defun-gmm): Renamed from `gmm-defun-compat'.
4569         (gmm-image-search-load-path): Use it.
4570         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4571
4572 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4575         variable.
4576         (gnus-summary-save-article): Add optional `decode' argument.  If
4577         it is set and gnus-summary-save-article-coding-system is non-nil,
4578         save decoded article.
4579         (gnus-summary-write-article-file): Save decoded article if
4580         gnus-summary-save-article-coding-system is non-nil.
4581
4582         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4583         type.
4584
4585 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4586
4587         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4588
4589 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4592         first to test gnus-single-article-buffer which may be buffer-local.
4593
4594         * gnus-sum.el (gnus-summary-setup-buffer): Make
4595         gnus-single-article-buffer buffer-local and nil in ephemeral
4596         group; make gnus-article-buffer, gnus-article-current, and
4597         gnus-original-article-buffer always buffer-local.
4598         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4599         group.
4600         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4601
4602 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4603
4604         * nnml.el (nnml-request-compact-group): Compressed files might not
4605         have .gz extension.
4606
4607 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4608
4609         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4610         (mm-copy-to-buffer): Use with-current-buffer.
4611         (mm-display-part): Simplify.
4612         (mm-inlinable-p): Add optional arg `type'.
4613
4614 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4615
4616         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4617         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4618         Try harder to show the attachment internally or externally using
4619         gnus-mime-view-part-as-type.
4620
4621 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4622
4623         * message.el (message-from-style, message-signature-separator)
4624         (message-user-organization-file, message-send-mail-function)
4625         (message-citation-line-function, message-yank-prefix)
4626         (message-indent-citation-function, message-signature)
4627         (message-signature-file, message-signature-insert-empty-line):
4628         Remove autoloads.
4629
4630         * gnus-art.el (gnus-buttonized-mime-types): Remove
4631         "multipart/signed".  Revert 2006-04-26 change.
4632
4633 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4634
4635         * gnus.el (gnus-version-number): Bump version.
4636
4637 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4638
4639         * gnus.el: No Gnus v0.5 is released.
4640
4641 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4642
4643         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4644         fetching articles by message-id.
4645
4646 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647
4648         * message.el (hashcash): Require hashcash as normal.
4649
4650         * ecomplete.el (ecomplete-highlight-match-line): Use
4651         point-at-eol.
4652         (ecomplete-highlight-match-line): Use `highlight', because that
4653         face exists in both Emacs and XEmacs.
4654
4655         * message.el (message-display-abbrev): Use point-at-bol.
4656
4657         * mail-source.el: Don't require timer/timer-funcs.
4658
4659         * gnus-async.el: Ditto.
4660
4661         * password.el: Ditto.
4662
4663         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4664
4665         * mm-url.el: Ditto.
4666
4667         * gnus-xmas.el: Don't require timer-funcs.
4668
4669         * mm-util.el: Require timer/timer-funcs.
4670
4671 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4672
4673         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4674         Close.
4675
4676 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4679         unibyte after clear-decrypt function runs.
4680
4681         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4682         returns as a unibyte string.
4683
4684 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * lpath.el: Revert.
4687
4688         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4689         (pgg-gpg-process-sentinel): Revert.
4690
4691         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4692         (pgg-pgp-lookup-key): Revert.
4693
4694         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4695         (pgg-pgp5-lookup-key): Revert.
4696
4697         * pgg.el (pgg-fetch-key): Revert.
4698
4699 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * lpath.el: Fbind string-as-multibyte for XEmacs.
4702
4703         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4704         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4705         (mml1991-pgg-encrypt): Ditto.
4706
4707         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4708         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4709         a multibyte buffer.
4710
4711         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4712         (pgg-pgp-lookup-key): Ditto.
4713
4714         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4715         (pgg-pgp5-lookup-key): Ditto.
4716
4717         * pgg.el (pgg-fetch-key): Ditto.
4718
4719 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4720
4721         * message.el (message-user-organization-file): Check several
4722         locations of the organization file.
4723
4724         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4725         Add gnus-article-view-part-as-type.
4726
4727         * gnus-art.el (gnus-article-view-part-as-type): New function.
4728
4729         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4730         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4731
4732         * mml.el: Simplify autoload.
4733         (mml-mode): defvar dnd-protocol-alist instead of using
4734         symbol-value.
4735         (mml-default-directory): New variable.
4736         (mml-minibuffer-read-file): Use it.
4737         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4738
4739         * message.el (message-citation-line-format): New variable.
4740         (message-insert-formated-citation-line): New function.
4741         (message-citation-line-function): Add
4742         `message-insert-formated-citation-line' to custom type.
4743
4744         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4745         to doc string.
4746
4747         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4748         depending on mm-verify-option.
4749
4750 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4753         binding pgg-* variables; reimplement the section which prevents
4754         MIME header from being signed.
4755         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4756         pgg-text-mode; remove a blank line at the top of body.
4757
4758         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4759         lines at the top of body; use gnus-newsgroup-charset if there's no
4760         Charset header.
4761
4762 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4763
4764         * message.el (message-self-insert-commands): Doc fix.
4765
4766         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4767         (mm-uu-pgp-encrypted-test): Ditto.
4768         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4769         between header and body; return application/pgp-encrypted handle
4770         if decryption failed; decode decrypted body by charset.
4771
4772         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4773         element match to application/pgp-*.
4774
4775 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4776
4777         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4778         HTML.
4779
4780 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4781
4782         * mail-source.el (mail-source-call-script): Message the error
4783         string.
4784
4785 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4786
4787         * gnus-util.el (gnus-byte-compile): Use it.
4788
4789 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4790
4791         * gnus-util.el (kill-empty-logs): New function.
4792
4793 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794
4795         * message.el (message-mail-alias-type): Doc fix.
4796         (message-mail-alias-type-p): New function.
4797         (message-send): Use it.
4798         (message-mode): Ditto.
4799         (message-strip-forbidden-properties): Ditto.
4800
4801         * ecomplete.el (ecomplete-database-file-coding-system): New
4802         variable.
4803         (ecomplete-save): Use it.
4804         (ecomplete-setup): Use it.
4805
4806 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * message.el (message-self-insert-commands): New variable.
4809         (message-strip-forbidden-properties): Use it.
4810
4811 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4812
4813         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4814         that doesn't make XEmacs choke.
4815
4816 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
4817
4818         * gnus-util.el (gnus-replace-in-string):
4819         Prefer replace-regexp-in-string over of replace-in-string.
4820
4821 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * gnus-util.el (gnus-select-frame-set-input-focus):
4824         Use select-frame-set-input-focus if it is available in XEmacs; use
4825         definition defined in Emacs 22 for old Emacsen.
4826
4827         * dgnushack.el: Autoload unmorse-region for XEmacs.
4828
4829         * lpath.el: Bind cursor-in-non-selected-windows and
4830         select-frame-set-input-focus for XEmacs.
4831
4832 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * mm-view.el (mm-inline-text): Use equal instead of equalp.
4835
4836 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
4837
4838         * gnus-registry.el (gnus-registry-cache-save): Remove text
4839         properties when saving via the temp buffer.
4840
4841 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4842
4843         * message.el (message-generate-hashcash): Honor custom type.
4844
4845 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * message.el (message-generate-hashcash): Default to non-nil when
4848         hashcash is found.
4849
4850         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4851         (gnus-refer-thread-limit): Increase default to 500.
4852
4853         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4854
4855         * flow-fill.el (fill-flowed): Allow delete-space.
4856
4857 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4858
4859         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4860         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4861         Remove autoloads.
4862
4863 2006-04-18  Simon Josefsson  <jas@extundo.com>
4864
4865         * message.el (message-generate-hashcash): Default to.
4866
4867 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4870         concatenating segments rather than before concatenating them.
4871
4872 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4873
4874         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4875
4876 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4877
4878         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4879
4880         * message.el (message-forward-make-body-plain): Allow
4881         message-forward-ignored-headers to be a list.
4882         (message-remove-ignored-headers): Factor out into function.
4883         (message-forward-make-body-mml): Use it.
4884
4885         * imap.el (imap-quote-specials): New function.
4886         (imap-login-auth): Quote specials.
4887
4888         * rfc2231.el (rfc2231-parse-string): Remove dead code.
4889         (rfc2231-parse-string): Allow concatanation of parameters that
4890         aren't contiguous.  The test case is
4891           (mail-header-parse-content-type "message/external-body;
4892             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4893             access-type=LOCAL-FILE;
4894             name*1*=plugh%2fhello-sailor%2fbing.pdf")
4895
4896 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4897
4898         * nntp.el (nntp-accept-process-output): Return the value of
4899         `nnheader-accept-process-output'.
4900
4901 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4902
4903         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4904         (gnus-button-alist): Recognize more diff formats.
4905         (gnus-button-patch): Strip directory.
4906
4907 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4908
4909         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4910         Emacs 22 when setting focus.
4911
4912 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4913
4914         * gnus-art.el (gnus-article-treat-types): Do treatment of
4915         text/x-verbatim parts.
4916         (gnus-button-patch): New command.
4917
4918         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4919         addresses that contain invalid characters.
4920
4921 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4922
4923         * message.el (message-put-addresses-in-ecomplete): Use
4924         gnus-replace-in-string.
4925         (message-is-yours-p): Use the more correct
4926         mail-header-parse-address instead of
4927         mail-extract-address-components.
4928         (message-put-addresses-in-ecomplete): Fix typo.
4929
4930         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4931         keystroke.
4932
4933         * gnus-art.el (gnus-treatment-function-alist): Change order of
4934         newsgroups/generic header folding to avoid double-folding.
4935
4936         * message.el (message-hidden-headers): Add X-Draft-From.
4937
4938         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4939         command.
4940         (gnus-summary-repeat-search-article-backward): New command.
4941
4942         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4943         groups in the parent topic.
4944
4945 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
4946
4947         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4948         (spam-extra-header-to-number): Return the CRM114 number as a
4949         number instead of a string.
4950
4951 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952
4953         * gnus-art.el (gnus-face-properties-alist): Moved here from
4954         gnus-fun.
4955
4956         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4957
4958 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4959
4960         * message.el (message-strip-forbidden-properties): Only display on
4961         self-insert-command.
4962
4963         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4964         reindent.
4965         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4966
4967 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
4968
4969         * smiley.el (smiley-style): Fix typo.
4970
4971 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4972
4973         * hashcash.el (hashcash-insert-payment-async-2): Use
4974         message-goto-eoh instead of doing it manually.
4975         (mail-add-payment): Use message-narrow-to-header instead of trying
4976         to do the same itself.
4977
4978         * message.el (message-hidden-headers): Add Face.
4979
4980         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4981         reparenting code.
4982         (gnus-summary-reparent-children): Refactored out code.
4983         (gnus-summary-thread-map): New keystroke.
4984         (gnus-summary-reparent-children): Make into command.
4985
4986         * smiley.el (smiley-style): Default to `medium' if using a large
4987         font.
4988
4989         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4990         does it itself.
4991
4992         * message.el (message-point-in-header-p): Simplify definition.
4993
4994 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4995
4996         * nnagent.el (nnagent-request-set-mark): Silence log file
4997         writing.
4998         (nnagent-request-set-mark): Use write-region instead of
4999         append-to-file.
5000
5001         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5002         strange select method.
5003
5004         * ecomplete.el (ecomplete-display-matches): Get highlightling
5005         right.
5006         (ecomplete-display-matches): Use literals.
5007         (ecomplete-display-matches): Disable message logging.
5008
5009         * message.el (message-display-abbrev): Small optimization.
5010
5011         * ecomplete.el (ecomplete-display-matches): Allow automatic
5012         display.
5013
5014         * message.el (message-strip-forbidden-properties): Display
5015         abbrevs.
5016         (message-display-abbrev): Get automatic display right.
5017
5018         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5019         keystrokes.
5020
5021 2006-04-13  Romain Francoise  <romain@orebokech.com>
5022
5023         TODO: Backport to v5-10!
5024
5025         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5026         Moved here (and renamed) from gnus-registry.el.
5027
5028         * gnus-registry.el: Require gnus-util.
5029         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5030
5031 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5032
5033         * gnus-group.el (gnus-group-catchup-current): Change
5034         if-then-else-if-then-else into cond.
5035         (gnus-group-catchup): Indent.
5036         (group-name-at-point): New function.
5037         (gnus-fetch-group): Provide default from thing at point.
5038
5039 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5040
5041         * message.el (message-display-abbrev): Fix regexp.
5042
5043         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5044         choosing.
5045         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5046         dead variables.
5047
5048         * message.el (message-newline-and-indent): Remove debugging.
5049         (message-display-abbrev): Use new implementation.
5050
5051 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5052
5053         * gnus-art.el (gnus-article-mode): Set
5054         cursor-in-non-selected-windows to nil.
5055
5056         * smiley.el: Revert previous change.
5057         (smiley-data-directory): defvar it before using it in the
5058         defcustom of `smiley-style'.
5059
5060 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5061
5062         * message.el (message-newline-and-indent): New function.
5063
5064         * ecomplete.el: Implement more bits.
5065
5066         * message.el (message-put-addresses-in-ecomplete): Clean up the
5067         string.
5068
5069         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5070
5071         * gnus-sum.el (gnus-summary-save-parts): Bind
5072         gnus-summary-save-parts-counter and use it to make unique file
5073         names.
5074
5075         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5076
5077         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5078         parameter to say whether to actually parse the individual
5079         addresses.
5080
5081         * message.el (message-put-addresses-in-ecomplete): New function.
5082         (ecomplete): Require.
5083         (message-mail-alias-type): Add ecomplete as an option.
5084
5085 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5086
5087         * flow-fill.el (fill-flowed): Remove trailing space from blank
5088         quoted lines.
5089
5090 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5091
5092         * smiley.el (smiley-style): Move definition later to avoid a
5093         compilation warning.
5094
5095 2006-04-12  Kenichi Handa  <handa@m17n.org>
5096
5097         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5098         buffer and then decode the buffer text if necessary.
5099         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5100         first, and after mm-encode-body, change the buffer to unibyte.
5101         Use mm-disable-multibyte instead of set-buffer-multibyte.
5102
5103 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5106         Content-Type header instead of Content-Disposition header.
5107         (gnus-mime-inline-part): Ditto.
5108         (gnus-mime-view-part-as-charset): Ignore charset that the part
5109         specifies.
5110
5111         * mm-decode.el (mm-display-part): Work with external parts and
5112         usual parts similarly.
5113
5114         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5115         instead of gnus-display-mime.
5116
5117         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5118         instead of with-temp-buffer.
5119
5120         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5121         tag to summarized topics part in order to encode non-ASCII text.
5122
5123 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5124
5125         * smiley.el (smiley-style): New variable.
5126         (smiley-directory): New function.
5127         (smiley-data-directory): Derive from `smiley-style' using
5128         `smiley-directory'.
5129         (smiley-regexp-alist): Add new entries.
5130
5131         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5132         (gnus-article-browse-delete-temp): Add :version.
5133
5134 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5135
5136         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5137         the sieve region.
5138
5139 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5140
5141         * gnus.el (gnus-version-number): Bump version.
5142
5143 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5144
5145         * gnus.el: No Gnus v0.4 is released.
5146
5147 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5148
5149         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5150         layout.
5151
5152         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5153         unknown charset.
5154
5155         * message.el (message-header-synonyms): Add Original-To to the
5156         default.
5157
5158         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5159         optional parameter.
5160
5161 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5162
5163         * gnus-fun.el (gnus): Require it for gnus-directory.
5164
5165 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5168
5169 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5170
5171         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5172
5173 2006-04-05  Simon Josefsson  <jas@extundo.com>
5174
5175         * password.el (password-reset): New function.
5176
5177 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5178
5179         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5180         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5181
5182 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5183
5184         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5185         Some whitespace was matched into the url, which broke browsing hits
5186         > 100 when mm-url-use-external was nil.
5187
5188 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5189
5190         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5191         gnus-extra-headers for 'Newsgroups.
5192
5193         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5194         bound.
5195
5196 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5197
5198         * pgg-gpg.el: Clean up process buffers every time gpg processes
5199         complete.
5200
5201 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5202
5203         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5204         doc string.
5205
5206 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5207
5208         * pgg-gpg.el (pgg-gpg-process-filter)
5209         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5210
5211         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5212         lines, temporary fix.
5213
5214 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5215
5216         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5217
5218 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5219
5220         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5221         default-enable-multibyte-characters.  This reverts the change from
5222         revision 6.17 which is no longer necessary because the passphrase
5223         is sent separately now.  GnuPG messages are unreadable under
5224         multibyte locales with default-enable-multibyte-characters set to
5225         nil.
5226
5227 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5228
5229         * message.el (message-tool-bar-gnome): Move "spell".
5230
5231 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5232
5233         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5234         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5235         instead.
5236
5237 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5238
5239         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5240         newsgroups handling for NNTP overviews which don't include
5241         Newsgroups.
5242
5243 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5244
5245         * message.el (message-resend): Bind message-generate-hashcash to nil.
5246
5247 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5248
5249         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5250         when searching for already-paid recipients.
5251
5252 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5253
5254         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5255         passphrases when it is not needed.
5256         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5257         passphrase stuff from gpg, should only be necessary when you use
5258         gpg with a smartcard.
5259
5260 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * mml.el (mml-insert-mime): Ignore cached contents of
5263         message/external-body part.
5264
5265         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5266         (mm-insert-part): Ditto.
5267
5268 2006-03-23  Simon Josefsson  <jas@extundo.com>
5269
5270         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5271         Reiner.
5272         (pgg-gpg-use-agent-p): Use it again.
5273
5274 2006-03-23  Simon Josefsson  <jas@extundo.com>
5275
5276         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5277         older emacsen.
5278         (pgg-gpg-use-agent-p): Don't use it.
5279
5280 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5281
5282         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5283         if we can.
5284
5285 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5286
5287         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5288         (pgg-gpg-update-agent): New function.
5289         (pgg-gpg-use-agent-p): New function.
5290         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5291         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5292         (pgg-gpg-sign-region): Use it.
5293
5294 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5297         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5298
5299 2006-03-21  Simon Josefsson  <jas@extundo.com>
5300
5301         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5302         <wilde@sha-bang.de>.
5303         (pgg-gpg-use-agent): New variable.
5304         (pgg-gpg-process-region): Use it.
5305         (pgg-gpg-encrypt-region): Likewise.
5306         (pgg-gpg-encrypt-symmetric-region): Likewise.
5307         (pgg-gpg-decrypt-region): Likewise.
5308         (pgg-gpg-sign-region): Likewise.
5309         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5310
5311 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5312
5313         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5314
5315         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5316         Add comment on version.
5317
5318 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5319
5320         * smiley.el: Add missing test smiley.
5321
5322 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * mm-decode.el (mm-with-part): New macro.
5325         (mm-get-part): Use it; work with message/external-body as well.
5326         (mm-save-part): Treat name and filename equally.
5327
5328         * mm-extern.el (mm-extern-cache-contents): New function.
5329         (mm-inline-external-body): Use it; force the part to be displayed;
5330         move undisplayer added to the cached handle to the parent.
5331
5332         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5333         (gnus-mime-view-part-as-type): Work with message/external-body.
5334
5335         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5336
5337 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5338
5339         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5340         images in image-load-path.  [Sync with image.el, revision 1.60, in
5341         Emacs.]
5342
5343 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5344
5345         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5346         path rather than symbol.  Always return list of directories.
5347         Guarantee that image directory comes first.  [Sync with image.el,
5348         revision 1.59, in Emacs.]
5349
5350         * message.el (message-make-tool-bar): Adjust to new API of
5351         `gmm-image-load-path-for-library'.
5352
5353         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5354
5355         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5356
5357 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5358
5359         * gnus-art.el (gnus-article-only-boring-p):
5360         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5361         intangible text.
5362         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5363
5364 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5365
5366         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5367         `defun' instead of `gmm-defun-compat'.
5368
5369 2006-03-14  Simon Josefsson  <jas@extundo.com>
5370
5371         * message.el (message-unique-id): Don't use message-number-base36
5372         if (user-uid) is a float.
5373         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5374
5375 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5378
5379         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5380         empty line between a part and a message part.
5381
5382 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5383
5384         * smiley.el: Add more test smileys.
5385         (smiley-data-directory, smiley-regexp-alist)
5386         (gnus-smiley-file-types): Fix doc strings.
5387         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5388         adding new elements.
5389         (smiley-mouse-map): Unused code.  Make it a comment.
5390
5391 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5394         scan latest NoCeM messages instead of old ones.
5395         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5396         delimiters that are recently used.
5397         (gnus-nocem-load-cache): Add autoload cookie.
5398
5399         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5400
5401         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5402         level which is larger than gnus-use-nocem is specified.
5403
5404         * gnus-group.el (gnus-group-get-new-news): Ditto.
5405
5406 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5407
5408         * gnus-util.el (gnus-tool-bar-update): New function.
5409
5410         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5411         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5412
5413         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5414
5415         * gnus-group.el (gnus-group-redraw-when-idle)
5416         (gnus-group-redraw-check): Remove.
5417         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5418
5419 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5422         if optional last element is specified in splits (FIELD VALUE...).
5423
5424 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5425
5426         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5427         to gmm-image-load-path-for-library.  Call with no-error argument.
5428         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5429
5430         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5431
5432         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5433
5434         * gmm-utils.el (gmm-image-load-path): Remove alias.
5435
5436 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5437
5438         * gmm-utils.el (gmm-image-load-path): Add alias.
5439
5440         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5441         nnml-generate-nov-databases-1.
5442         (nnml-generate-nov-databases): Use it.
5443         (nnml-generate-nov-databases-directory): Document no-active
5444         argument.
5445
5446         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5447         directory if path is t.  Add no-error.
5448
5449         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5450         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5451
5452         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5453         resetting gnus-article-browse-html-temp-list.
5454
5455         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5456         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5457         Add example to docstring.  Rename local variables.  Move error
5458         checks to default case in cond and simplify.
5459
5460 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5463         handle is multipart when calling it recursively.
5464         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5465
5466 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5467
5468         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5469         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5470
5471 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5474         is loaded.
5475
5476         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5477         loaded.
5478
5479 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5480
5481         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5482         to "Emacs 23 (unicode)" in doc string.
5483
5484         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5485         "Emacs 23 (unicode)" in comment.
5486
5487 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5490
5491         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5492         characters 160 through 255 in Emacs 23.
5493
5494 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5495
5496         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5497         gnus-article-browse-html-temp.
5498         (gnus-article-browse-delete-temp): Make it customizable.  Add
5499         `file'.  Adjust doc string.
5500         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5501         query for each file.  Adjust doc string.
5502         (gnus-article-browse-html-parts): Add
5503         `gnus-article-browse-delete-temp-files' to
5504         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5505
5506 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5507
5508         * gnus-art.el (gnus-article-browse-html-temp)
5509         (gnus-article-browse-delete-temp): New variables.
5510         (gnus-article-browse-delete-temp-files): New function.
5511         (gnus-article-browse-html-parts): Use it.
5512
5513 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5514
5515         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5516
5517         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5518         string.
5519
5520         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5521         gnus-summary-insert-new-articles when unplugged.  Remove
5522         gnus-summary-search-article-forward.
5523
5524         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5525         display-visual-class instead of display-color-cells.
5526
5527 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * dgnushack.el: Autoload customize-group for XEmacs.
5530
5531         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5532         message/* containing non-ASCII text properly.
5533
5534 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5535
5536         * message.el: Require gmm-utils, remove autoloads.
5537         (message-tool-bar): Set default based on
5538         gmm-tool-bar-style.
5539         (message-tool-bar-gnome): Add gmm-customize-mode.
5540
5541         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5542         gmm-tool-bar-style.
5543         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5544
5545         * gnus-group.el (gnus-group-tool-bar): Set default based on
5546         gmm-tool-bar-style.
5547         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5548
5549         * gmm-utils.el (gmm-image-directory): Rename variable from
5550         gmm-image-load-path.
5551         (gmm-image-load-path): Use gmm-image-directory.
5552         (gmm-customize-mode): New function.
5553         (gmm-tool-bar-style): New variable.
5554
5555         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5556         gnus-group-redraw-line-number.
5557         (gnus-group-redraw-check): Simplify.
5558         (gnus-group-tool-bar-update): Remove redraw check.
5559         (gnus-group-make-tool-bar): Add redraw check.
5560
5561 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5562
5563         * gnus-art.el (gnus-button): Add missing parentheses.
5564
5565 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * lpath.el: Fbind line-number-at-pos.
5568
5569 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5572
5573 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5574
5575         * gnus-art.el (gnus-button): New face.
5576         (gnus-article-button-face): Use it.
5577
5578         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5579         gnus-summary-next-page.  Re-order.
5580
5581         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5582         next-node are now included.
5583         (gnus-group-redraw-line-number): New internal variable.
5584         (gnus-group-redraw-check): Helper function for updating the tool
5585         bar.
5586         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5587
5588         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5589
5590         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5591         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5592         Use it to match format of Spamassassin 3.0 and later.  Reported by
5593         IRIE Tetsuya <irie@t.email.ne.jp>.
5594         (spam-check-bogofilter)
5595         (spam-bogofilter-register-with-bogofilter): Fix args of
5596         `gnus-error' calls.
5597
5598 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5599
5600         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5601         unnecessary interaction when sending queued mails.  Reported by
5602         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5603
5604 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5605
5606         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5607         first or last are nil.
5608
5609 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5610
5611         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5612
5613 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614
5615         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5616
5617 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5618
5619         * dns.el (query-dns): Protect more against buggy tcp output.
5620
5621 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5622
5623         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5624         nov.php.
5625
5626 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5627
5628         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5629         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5630         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5631         output on the server side.
5632         (nnweb-google-create-mapping): Update regexps and add some
5633         progress indication.
5634
5635 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5636
5637         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5638         gnus-agent-toggle-plugged.  Re-order icons.
5639         (gnus-group-tool-bar-gnome): Add
5640         gnus-group-{prev,next}-unread-group.
5641         (gnus-group-tool-bar-gnome): Re-order icons.
5642
5643         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5644         gnus-summary-insert-new-articles.
5645
5646         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5647         comments.
5648
5649         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5650         also available in Emacs 21.3.
5651
5652         * message.el (message-fix-before-sending): Change "Emacs 22" to
5653         "Emacs 23 (unicode)" in comment.
5654
5655         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5656         "Emacs 23 (unicode)" in comment.
5657
5658         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5659         comment.
5660         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5661
5662         * mm-view.el (mm-fill-flowed): Add :version.
5663
5664 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5667         and load-path.
5668
5669 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5670
5671         * message.el: Autoload gmm-image-load-path.
5672         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5673         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5674         consitency.
5675
5676         * gmm-utils.el (gmm-image-load-path): Also search in
5677         "../etc/images".  Don't set gmm-image-load-path if we don't find
5678         the image.
5679
5680 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * gmm-utils.el (gmm-image-load-path): Don't make
5683         `gmm-image-load-path' include subdirectories which the second arg
5684         `image' might specify.
5685
5686         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5687         subdirectory to icon file names.
5688
5689         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5690
5691 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5692
5693         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5694         gmm-image-load-path calls.
5695
5696         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5697
5698         * message.el (message-make-tool-bar): Ditto.
5699
5700         * mml.el (mml-preview): Added comment concerning tool bar icons.
5701
5702         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5703         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5704
5705         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5706         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5707
5708         * message.el (message-tool-bar-gnome): Use new icon names.
5709         (message-make-tool-bar): Use `gmm-image-load-path'.
5710
5711         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5712         functions from MH-E.
5713         (gmm-image-load-path): New variable from MH-E.
5714         (gmm-image-load-path): New function from MH-E.  Added arguments
5715         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5716         *-image-load-path-called-flag.
5717
5718 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5719
5720         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5721
5722 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5723
5724         * nnimap.el (nnimap-request-move-article): Change folder back to
5725         source group before deleting.
5726
5727 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5728
5729         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5730
5731         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5732         mm-url.
5733
5734         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5735
5736 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5739         coding system which mm-charset-to-coding-system returns for a
5740         given charset is valid.
5741
5742 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5743
5744         * html2text.el (html2text-remove-tag-list):
5745         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5746
5747 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5748
5749         * gnus-cus.el: Revert 2005-10-17 change.
5750
5751 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * gnus-art.el (article-strip-banner): Call
5754         article-really-strip-banner only when the regexp match is made.
5755
5756 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * gnus-art.el (article-strip-banner): Use
5759         gnus-extract-address-components instead of
5760         mail-header-parse-addresses to make it work with non-ASCII text;
5761         remove mail-encode-encoded-word-string.
5762
5763         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5764         values which are surrounded with \"...\"; make it never cause a
5765         Lisp error; give up parsing of parameters if it failed in
5766         extracting type.
5767
5768 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
5769
5770         * smime.el (smime-cert-by-ldap-1): Fix bug where
5771         `smime-ldap-search' returns results without userCertificates.
5772
5773 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5776
5777 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5778
5779         * spam.el (spam-check-spamassassin-headers): Adapt format for
5780         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5781         <ari@mbf.ocn.ne.jp>.
5782         (spam-list-of-processors): Add spam-use-gmane.
5783
5784 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5787         make-temp-file; make it work with XEmacs as well.
5788
5789         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5790         mm-make-temp-file.
5791
5792         * mm-decode.el (mm-display-external): Use the 3rd arg of
5793         mm-make-temp-file.
5794         (mm-create-image-xemacs): Ditto.
5795
5796 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5799         with message-narrow-to-headers.
5800         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5801         (gnus-draft-check-draft-articles): New function.
5802         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5803
5804 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5805
5806         * gnus-art.el (gnus-article-browse-html-parts):
5807         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5808         Don't use suffix argument for mm-make-temp-file for Emacs 21
5809         compatibility.  Remove useless `format'.
5810
5811 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5812
5813         * nnweb.el (nnweb-google-wash-article): Update regexps.
5814         (nnweb-group-alist): Use defvoo instead of defvar.
5815
5816 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5819         re-loading nn* modules.
5820
5821 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5822
5823         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5824         for `tool-bar-mode' and don't check it's default-value.
5825
5826         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5827
5828         * message.el (message-make-tool-bar): Ditto.
5829
5830         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5831         `substring'.  Shorten tmp-file name.
5832
5833         * gnus.el: Remove bogus comment.
5834
5835 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
5836
5837         * gnus-art.el (gnus-article-browse-html-parts): New function.
5838         (gnus-article-browse-html-article): New function for viewing html
5839         articles with a browser.
5840
5841 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
5842
5843         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
5844         in elisp.
5845         (pgg-gpg-encrypt-symmetric-region): Ditto.
5846         (pgg-gpg-sign-region): Ditto.
5847
5848         * pgg-def.el (pgg-text-mode): New variable.
5849
5850         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5851         (mml2015-pgg-encrypt): Ditto.
5852
5853         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5854         (mml1991-pgg-encrypt): Ditto.
5855
5856 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5859         message-make-date instead of current-time-string.
5860
5861         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5862         to gnus-decoded which mm-uu might set.
5863
5864 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5867         don't decode quoted parameters; remove misimported Emacs code.
5868         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5869         (rfc2231-decode-encoded-string): Don't use split-string which
5870         behaves differently according to Emacs version; use
5871         mm-decode-coding-region to convert charset to coding-system.
5872         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5873         (rfc2231-encode-string): Remove misimported Emacs code.
5874
5875 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * gnus-art.el (article-decode-charset): Don't use ignore-errors
5878         when calling mail-header-parse-content-type.
5879         (article-de-quoted-unreadable): Ditto.
5880         (article-de-base64-unreadable): Ditto.
5881         (article-wash-html): Ditto.
5882
5883         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5884         calling mail-header-parse-content-type and
5885         mail-header-parse-content-disposition.
5886         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5887         mail-header-parse-content-type.
5888
5889         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5890         insert charset and format parameters; encode description after
5891         inserting it to buffer.
5892         (mml-insert-parameter): Fold lines properly even if a parameter is
5893         segmented into two or more lines; change the max column to 76.
5894
5895         * rfc1843.el (rfc1843-decode-article-body): Don't use
5896         ignore-errors when calling mail-header-parse-content-type.
5897
5898         * rfc2231.el (rfc2231-parse-string): Return at least type if
5899         possible; don't cause an error even if it fails in parsing of
5900         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5901         (rfc2231-encode-string): Don't break lines at the beginning, leave
5902         it to mml-insert-parameter.
5903
5904         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5905         calling mail-header-parse-content-type.
5906
5907 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
5908
5909         * spam-report.el (spam-report-gmane-use-article-number):
5910         Improve doc string.
5911         (spam-report-gmane-internal): Check if a suitable header was found
5912         in the article.
5913
5914 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5917         (rfc2231-encode-string): Make param*=value always begin with LWSP.
5918
5919 2006-02-05  Romain Francoise  <romain@orebokech.com>
5920
5921         Update copyright notices of all files in the gnus directory.
5922
5923 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5924
5925         * nnweb.el (nnweb-request-group): Avoid growing overview files.
5926
5927 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5930         segmented lines of parameter value to cope with Thunderbird 1.5
5931         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5932         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5933         (rfc2231-encode-string): Don't make lines exceeding 76 column.
5934
5935 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
5936
5937         * mml.el (mml-generate-mime-1): Correct the order of inline signed
5938         parts.
5939
5940 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5941
5942         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5943         there's only one active file for all servers.
5944         (nnweb-request-scan): Make sure nnweb-articles is initialized on
5945         solid groups.  Gnus might have used a FAST request to select the group.
5946         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5947         and nnweb-search redundantly in the active file.
5948         (nnweb-request-list): Don't list bogus groups.  There can only be one.
5949         (nnweb-request-create-group): Don't use ARGS.
5950         (nnweb-possibly-change-server, nnweb-request-group): Remove some
5951         initialisations.  Let nnoo do the work.
5952
5953 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5956         Say the part has been decoded.
5957
5958         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5959
5960 2006-01-31  Kevin Ryde  <user42@zip.com.au>
5961
5962         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5963         mailcap-viewer-test-cache when there's no 'test clause, since that
5964         will invert the meaning of a "nil" test previously determined by
5965         mailcap-mailcap-entry-passes-test.
5966
5967 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5970         compiling.
5971
5972         * gnus-sum.el: Ditto.
5973
5974         * message.el: Don't bind tool-bar-map when compiling.
5975
5976 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
5977
5978         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5979
5980 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5981
5982         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5983         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5984         current Google Groups.
5985
5986 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
5987
5988         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5989         and tool-bar-mode.
5990
5991         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5992         and tool-bar-mode.
5993
5994         * message.el (message-tool-bar-update): Simplify.
5995         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5996
5997         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5998         gnus-summary-buffer.
5999         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6000         gnus-summary-reply.
6001
6002         * gmm-utils.el (gmm): Add :version.
6003
6004 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * Makefile.in (clean): New rule.
6007         (distclean): Use it.
6008
6009 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6010
6011         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6012         autoload.
6013
6014 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * gmm-utils.el (gmm-verbose): Add :group.
6017
6018 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6019
6020         * message.el: Change some comments WRT tool-bars.
6021
6022         * gnus-sum.el (gnus-summary-tool-bar)
6023         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6024         (gnus-summary-tool-bar-zap-list): New variables.
6025         (gnus-summary-make-tool-bar): Complete rewrite using
6026         `gmm-tool-bar-from-list'.
6027
6028         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6029         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6030         variables.
6031         (gnus-group-make-tool-bar): Complete rewrite using
6032         `gmm-tool-bar-from-list'.
6033         (gnus-group-tool-bar-update): New function.
6034
6035         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6036
6037 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6040         is dissected into a single part of which the type is the same as
6041         the given one; decode charset.
6042
6043 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6044
6045         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6046         into alists as symbol not string, since that's what
6047         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6048         look for.
6049
6050 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6051
6052         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6053         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6054
6055         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6056
6057 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6060         (gnus-xmas-mime-security-button-menu): New function.
6061
6062         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6063         (gnus-mime-security-button-menu): New definition.
6064         (gnus-mime-security-button-map): Use them.
6065         (gnus-mime-security-button-menu): New function.
6066         (gnus-insert-mime-security-button): Addition to help echo.
6067         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6068         (gnus-mime-security-pipe-part): New functions.
6069
6070         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6071         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6072
6073         * mm-decode.el (mm-handle-set-disposition): Remove.
6074         (mm-handle-set-description): Remove.
6075
6076 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6079         (mm-w3m-standalone-supports-m17n-p): New function.
6080         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6081         w3m usage.
6082
6083         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6084         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6085
6086 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6087
6088         * message.el (message-tool-bar-zap-list): Use
6089         gmm-tool-bar-zap-list as custom type.
6090         (message-tool-bar-update): New function.
6091         (message-tool-bar, message-tool-bar-gnome)
6092         (message-tool-bar-retro): Add message-tool-bar-update.
6093         (message-tool-bar-gnome): Add flyspell-buffer.
6094
6095         * gnus-util.el (gnus-error): Describe `args'.
6096
6097         * gmm-utils.el (gmm-error): Describe `args'.
6098         (gmm-tool-bar-zap-list): New widget.
6099         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6100
6101 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6104         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6105         the number of recursive calls.
6106
6107         * mm-decode.el (mm-handle-set-disposition): New macro.
6108         (mm-handle-set-description): New macro.
6109
6110 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6113         encoding.
6114
6115 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6116
6117         * message.el (message-tool-bar-zap-list, message-tool-bar)
6118         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6119         (message-tool-bar-local-item-from-menu): Remove.
6120         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6121         (message-make-tool-bar): New function.
6122         (message-mode): Use `message-make-tool-bar'.
6123
6124         * gmm-utils.el: New file.
6125         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6126         (gmm-lazy): New widget copied from `nnmail.el'.
6127         (gmm-tool-bar-from-list): New function for creating customizable
6128         tool bars.
6129         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6130         output.
6131         (gmm): Add :prefix to defgroup.
6132
6133 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6134
6135         * gmm-utils.el (gmm-widget-p): New function.
6136
6137 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6138
6139         * mml.el (mml-attach-file): Describe `description' in doc string.
6140         (mml-menu): Add Emacs MIME manual and PGG manual.
6141
6142 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6143
6144         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6145
6146 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6147
6148         * nntp.el (nntp-end-of-line): Doc fix.
6149
6150 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6151
6152         * imap.el (imap-open): Handle case where buffer is a buffer
6153         object.
6154
6155 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6156
6157         * gnus-delay.el (gnus-delay): Don't autoload.
6158         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6159         to be re-loaded when customizing the `gnus-delay' group.
6160
6161 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6162
6163         * message.el (message-insert-citation-line): Use newlines.
6164
6165 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6166
6167         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6168         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6169         these routines, so the passphrase can be managed externally and
6170         passed in to the system.
6171         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6172         pgg-add-passphrase-to-cache function.
6173
6174         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6175         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6176         these routines, so the passphrase can be managed externally and
6177         passed in to the system.
6178         (pgg-pgp5-sign-region): Use new name of
6179         pgg-add-passphrase-to-cache function.
6180
6181 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6182
6183         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6184         part of the decoded armor to find the key-identifier.
6185         (pgg-gpg-lookup-key-owner): New function to return the
6186         human-readable identifier of a key owner.
6187         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6188         itself.
6189         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6190         the key value) if we have a key and can match it against a secret
6191         key.  Also, added a note pointing out fact that the prompt only
6192         indicates the first matching key.
6193
6194         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6195         pgg-decrypt-region.
6196         (pgg-add-passphrase-to-cache): Rename from
6197         `pgg-add-passphrase-cache' to reduce confusion (all callers
6198         changed).
6199         (pgg-remove-passphrase-from-cache): Rename from
6200         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6201         changed).
6202         (pgg-read-passphrase, pgg-add-passphrase-cache)
6203         (pgg-remove-passphrase-cache): Add informative docstrings.
6204         (pgg-decrypt): Convey provided passphrase in subordinate call to
6205         pgg-decrypt-region.
6206
6207 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6208
6209         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6210         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6211         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6212         'passphrase' argument, so the passphrase can be managed externally
6213         and then passed in to the system.
6214
6215         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6216         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6217         so the passphrase cache can be used reliably with identifiers
6218         besides a pgp packet's key id.
6219
6220         * pgg-gpg.el (pgg-gpg-encrypt-region)
6221         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6222         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6223         these routines, so the passphrase can be managed externally and
6224         passed in to the system.
6225
6226         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6227         'notruncate' argument, so the passphrase cache can be used
6228         reliably with identifiers besides a pgp packet's key id.
6229
6230 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6231
6232         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6233         symmetric encryption.
6234         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6235         encrypted session key.
6236         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6237         message ask for the passphrase in a proper way.
6238
6239         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6240         New user commands for symmetric encryption.
6241
6242 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6245
6246         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6247
6248 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6249
6250         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6251
6252 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * mm-decode.el (mm-inlined-types): Add application/pgp.
6255         (mm-automatic-display): Ditto.
6256
6257         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6258         part as text.
6259
6260 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * nnrss.el: Update copyright.
6263         (nnrss-opml-import): Query whether to subscribe to each entry.
6264
6265         * gnus-art.el:
6266         * gnus-sum.el:
6267         * gnus-xmas.el:
6268         * messagexmas.el:
6269         * mm-uu.el:
6270         * mm-view.el: Update copyright.
6271
6272 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6273
6274         * message.el (message-info): New function.
6275         (message-mode-menu): Add it.
6276         Update copyright.
6277
6278         * ChangeLog: Fix and update copyright.
6279
6280 2006-01-13  Romain Francoise  <romain@orebokech.com>
6281
6282         * message.el (message-forward-subject-name-subject): Prefer the
6283         address to 'nowhere' if the sender has no name.
6284         Fix typo.  Update copyright year.
6285
6286 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * gnus-art.el (article-wash-html): Use
6289         gnus-summary-show-article-charset-alist if a numeric arg is given.
6290         (gnus-article-wash-html-with-w3m-standalone): New function.
6291
6292         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6293         mm-inline-text-html-render-with-w3m-standalone.
6294         (mm-text-html-washer-alist): Map w3m-standalone to
6295         gnus-article-wash-html-with-w3m-standalone.
6296         (mm-inline-text-html-render-with-w3m-standalone): New function.
6297
6298 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6299
6300         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6301         Improve LaTeX.
6302
6303 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6306         (nnrss-request-article): Render text/plain parts as HTML.
6307
6308         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6309         the buffer.
6310
6311 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6312
6313         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6314         custom definition of `gnus-posting-styles'.
6315
6316         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6317         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6318
6319 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6320
6321         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6322         Use nntp for bug archive.
6323
6324 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6327         parts.
6328         (nnrss-normalize-date): New function converts ISO 8601 date into
6329         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6330         (nnrss-check-group): Use it.
6331
6332 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6335
6336         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6337         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6338         (nnrss-insert-w3): Ditto.
6339
6340 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6343         the articles to be forwarded including the case where neither a
6344         number of articles nor a region is specified.
6345
6346 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * nnrss.el (nnrss-request-article): Fix last change; fill
6349         text/plain parts.
6350
6351 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6354         in text/plain part.
6355         (nnrss-check-group): Don't add excessive newline to dc:subject.
6356
6357 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6358
6359         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6360         article.
6361
6362 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6363
6364         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6365         (nnml-use-compressed-files, nnml-save-mail): Support other
6366         comression programs such as bzip2.
6367
6368 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6369
6370         * dns.el (query-dns): Make sure we check the buffer size before
6371         removing tcp headers.
6372
6373 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6376         remove MIME buttons associated with multipart/alternative parts.
6377         (gnus-mime-display-alternative): Tag buttons using `article-type'
6378         text property.
6379
6380         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6381         associated with multipart/alternative parts.
6382
6383         * gnus-art.el (gnus-signature-separator): Fix custom type.
6384
6385         * mm-decode.el (mm-inlined-types): Fix custom type.
6386         (mm-keep-viewer-alive-types): Ditto.
6387         (mm-automatic-display): Ditto.
6388         (mm-attachment-override-types): Ditto.
6389         (mm-inline-override-types): Ditto.
6390         (mm-automatic-external-display): Ditto.
6391
6392 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6393
6394         * spam-report.el (spam-report-user-mail-address)
6395         (spam-report-user-agent): New variables.
6396         (spam-report-url-ping-plain): Use spam-report-user-agent.
6397
6398 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6399
6400         * gnus-art.el (gnus-button-handle-custom): Do not just use
6401         `customize-apropos' for any "M-x customize-*" button but the
6402         function called for.  Accept both the function name and its
6403         argument in order to achieve this.
6404         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6405         function name to `gnus-button-handle-custom' in case of "M-x
6406         customize-*" buttons.
6407
6408 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6409
6410         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6411         multipart/alternative and add xref to mm-discouraged-alternatives
6412         in doc string.
6413
6414         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6415         gnus-buttonized-mime-types in doc string.
6416
6417 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6418
6419         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6420         Suggest image/.* in the doc string.
6421
6422 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6423
6424         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6425         message-marks (Debian bug #342521).
6426
6427 2005-12-12  Simon Josefsson  <jas@extundo.com>
6428
6429         * password.el (password-read-from-cache): Add.
6430         (password-read): Use it.
6431
6432 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6435         us-ascii as a MIME charset.
6436
6437         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6438         against the case where the 2nd arg TYPE is nil.
6439
6440 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6441
6442         * pop3.el (pop3-stream-type): Fix custom version.
6443
6444         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6445
6446 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6447
6448         * mm-decode.el (mm-display-external): Add missing cdr.
6449
6450 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6453         RFC1524) if it is in mailcap or add a suffix according to
6454         mailcap-mime-extensions when generating a temp filename; postpone
6455         deleting a temp file for 2 seconds for some wrappers, shell
6456         scripts, and so on, which might exit right after having started a
6457         viewer command as a background job.
6458
6459 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6460
6461         * nntp.el (nntp-marks-directory): Fix custom group.
6462
6463         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6464         steps when < 10.
6465
6466         * gnus-start.el (gnus-no-server-1): Mention
6467         `gnus-level-default-subscribed' in doc string.
6468
6469 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6470
6471         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6472         parens.
6473
6474 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * gnus-xmas.el (gnus-use-toolbar): Revert.
6477         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6478         gnus-use-toolbar is default.
6479
6480         * messagexmas.el (message-use-toolbar): Revert.
6481         (message-setup-toolbar): Use global default-toolbar if
6482         message-use-toolbar is default.
6483
6484 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6485
6486         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6487         according to default-toolbar-visible-p.
6488
6489         * messagexmas.el (message-use-toolbar): Ditto.
6490
6491 2005-11-26  Dave Love  <fx@gnu.org>
6492
6493         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6494         (tls-program, tls-success): Provide openssl alternative.
6495
6496         * starttls.el: Doc fixes.
6497         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6498         SERVICE to PORT.
6499
6500         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6501         port null or service name.
6502         (starttls-negotiate): Autoload.
6503
6504 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * message.el (message-kill-to-signature): Fix interactive spec.
6507
6508 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * pop3.el (pop3-open-server): Recognize a string as a service name.
6511
6512 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6513
6514         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6515
6516 2005-11-23  Dave Love  <fx@gnu.org>
6517
6518         Add pop3s, pop3/starttls.
6519
6520         * pop3.el (pop3-authentication-scheme): Clarify doc.
6521         (open-tls-stream, starttls-open-stream): Autoload.
6522         (pop3-stream-type): New.
6523         (pop3-open-server): Use it.
6524
6525         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6526         for POP.
6527         (mail-source-keyword-map): Add :stream for POP.
6528         (mail-source-fetch-pop): Use pop3-stream-type.
6529
6530 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6533         of current-time-string.
6534
6535 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6536
6537         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6538         date header.
6539
6540 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6541
6542         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6543         it can seriously impact performance as it bypasses the agent's
6544         local caches.
6545
6546 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6547
6548         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6549         must be explicitly online rather than "not explicitly offline" for
6550         its flags to be synchronized.
6551
6552         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6553         that gnus-uu-unmark-thread will function correctly.
6554
6555         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6556         1024K is instead displayed as 1M.
6557
6558 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6559
6560         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6561
6562 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6563
6564         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6565
6566 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6567
6568         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6569         error message to display actual error condition.
6570         (gnus-agent-save-local): Avoid saving symbols that are bound to
6571         nil as they simply result in a warning message in
6572         gnus-agent-read-local.
6573
6574 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6577         rather than make-variable-buffer-local for file-precious-flag.
6578
6579 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6580
6581         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6582         for duplicates which are removed.  The invalid sort check then
6583         triggers a rescan after the sort as sorting may have moved
6584         duplicate entries such that they can be cheaply detected.
6585
6586 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6589
6590 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6591
6592         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6593         internal variable to a custom variable.  Changed default value
6594         from compressed(2) to uncompressed(1).
6595         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6596         support for uncompressed agentview files.  Taken together, reading
6597         the agentview file should now be 6-7 times faster.
6598
6599 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6600
6601         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6602         as a buffer-local variable.  This avoids creating truncated
6603         dribble files as a result of a hang up, eg.
6604
6605 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6606
6607         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6608         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6609         XEmacs.
6610
6611 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6612
6613         * gnus-start.el (gnus-start-draft-setup): Enforce
6614         `gnus-draft-mode' for nndraft:drafts at startup.
6615
6616         * gnus.el (gnus-splash): Change custom group.
6617         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6618         allow-list argument.
6619
6620         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6621         string.
6622
6623 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6624
6625         * gnus-art.el (gnus-default-article-saver): Add user-defined
6626         `function' to custom type.
6627
6628 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6629
6630         * imap.el (imap-open): Handle case where buffer is a buffer
6631         object.
6632
6633 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6636         long lines.
6637         (gnus-cache-delete-group): Wrap doc strings.
6638
6639         * gnus-agent.el (gnus-agent-rename-group)
6640         (gnus-agent-delete-group): Wrap doc strings.
6641
6642 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * messagexmas.el (message-use-toolbar): Change the valid values
6645         into default, top, bottom, left, and right.
6646         (message-toolbar-thickness): New variable.
6647         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6648         well.
6649         (message-setup-toolbar): Make it work.
6650
6651         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6652         (gnus-use-toolbar): Change the valid values into default, top,
6653         bottom, left, and right.
6654         (gnus-toolbar-thickness): New variable.
6655         (gnus-xmas-setup-toolbar): New function.
6656         (gnus-xmas-setup-group-toolbar): Use it.
6657         (gnus-xmas-setup-summary-toolbar): Use it.
6658
6659 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6660
6661         * gnus-start.el (gnus-1): Add "native" to
6662         gnus-predefined-server-alist.
6663
6664         * gnus.el (gnus-method-to-server): Don't add "native" to the
6665         lists here, because that leads to problems when
6666         gnus-select-method is bound.
6667
6668 2005-11-09  Simon Josefsson  <jas@extundo.com>
6669
6670         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6671         use (not sort-by-date) instead.
6672
6673 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6674
6675         * gnus-delay.el (gnus-delay-group): Don't autoload.
6676         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6677         to be re-loaded when customizing the `gnus-delay' group.
6678
6679 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6680
6681         * message.el: Revert last changes.
6682         (message-insert-citation-line): Use newlines.
6683
6684 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6685
6686         * message.el (message-courtesy-message)
6687         (message-mark-insert-begin, message-mark-insert-end)
6688         (message-elide-ellipsis, message-cancel-message)
6689         (message-add-header, message-change-subject)
6690         (message-cross-post-followup-to-header)
6691         (message-cross-post-insert-note, message-reduce-to-to-cc)
6692         (message-widen-reply, message-delete-not-region)
6693         (message-kill-to-signature, message-insert-signature)
6694         (message-insert-importance-high, message-insert-importance-low)
6695         (message-insert-or-toggle-importance)
6696         (message-insert-disposition-notification-to)
6697         (message-indent-citation, message-yank-original)
6698         (message-cite-original-without-signature, message-cite-original)
6699         (message-insert-citation-line, message-position-on-field)
6700         (message-fix-before-sending, message-send-mail-partially)
6701         (message-send-mail, message-send-mail-with-sendmail)
6702         (message-send-mail-with-qmail, message-send-news)
6703         (message-check-news-header-syntax, message-generate-headers)
6704         (message-insert-courtesy-copy, message-fill-address)
6705         (message-fill-header, message-shorten-references)
6706         (message-setup-1, message-cancel-news)
6707         (message-forward-make-body-plain, message-forward-make-body-mime)
6708         (message-forward-make-body-mml, message-encode-message-body)
6709         (message-forward-make-body-digest-plain)
6710         (message-forward-make-body-digest-mime)
6711         (message-use-alternative-email-as-from): Insert `hard-newline'
6712         instead of ordinary newlines.
6713
6714 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * message.el (message-generate-headers): Downcase the argument
6717         given to message-check-element.
6718
6719 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6720
6721         * nntp.el (nntp-authinfo-rejected): New error condition.
6722         (nntp-wait-for): Use new error condition to signal authentication
6723         error.
6724         (nntp-retrieve-data): Rethrow new error condition to break out of
6725         recursive call to nntp-send-authinfo.
6726
6727 2005-11-08  Romain Francoise  <romain@orebokech.com>
6728
6729         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6730         (gnus-summary-exit-map): Bind to `Z p'.
6731         (gnus-summary-make-menu-bar): Add menu item.
6732
6733 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6734
6735         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6736         (gnus-treat-*): Add `first' in all doc strings.
6737
6738         * gnus-group.el (gnus-group-compact-group): Fix typo.
6739
6740 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * gnus.el (gnus-parameters-case-fold-search): New variable.
6743         (gnus-parameters-get-parameter): Use it.
6744
6745         * gnus-score.el (gnus-home-score-file): Doc fix.
6746
6747 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6748
6749         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6750
6751 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * mm-util.el (mm-special-display-p): New function.
6754
6755         * mml.el (mml-preview): Use it; doc fix.
6756
6757 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6758
6759         * imap.el (imap-open): Handle case where buffer is a buffer object.
6760
6761 2005-10-29  Romain Francoise  <romain@orebokech.com>
6762
6763         * message.el (message-fix-before-sending): Fix comment.
6764
6765 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6766
6767         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6768
6769 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6770
6771         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6772         Used in gnus-score.el.
6773
6774 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6775
6776         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6777
6778 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6779
6780         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6781         whitespace removed in revision 7.8.  Use concatenated string to
6782         protect trailing whitespace.
6783
6784 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6785
6786         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6787         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6788         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6789         Courier IMAP ("some version from 2004").  Mostly based on similar
6790         code in the same function.
6791
6792 2005-10-26  Didier Verna  <didier@xemacs.org>
6793
6794         * gnus-group.el (gnus-group-compact-group): Invalidate original
6795         article buffer.
6796         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6797         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6798         NOV database and in article itself.
6799         Invalidate article backlog.
6800
6801 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6802
6803         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6804
6805 2005-10-26  Simon Josefsson  <jas@extundo.com>
6806
6807         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6808         part of 2004-07-25 change.
6809
6810 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * message.el (message-display-completion-list): New function.
6813         (message-expand-group): Use it; make sure the Completions buffer
6814         is modifiable.
6815 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6816
6817         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6818         user-mail-name is an empty string.
6819
6820 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6823         depending on gnus-score-decay-constant.
6824
6825         * encrypt.el (encrypt-insert-file-contents)
6826         (encrypt-write-file-contents): Don't use `gnus-message'.
6827
6828         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6829         arguments.
6830         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6831         arguments to mm-uu-verbatim-marks-extract.
6832         (mm-uu-hide-markers): New variable.
6833         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6834
6835         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6836         (gnus-convert-image-to-face-command): Use "convert" by default to
6837         allow other input image formats.
6838         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6839         accordingly.
6840
6841 2005-10-23  Simon Josefsson  <jas@extundo.com>
6842
6843         * imap.el (imap-gssapi-program): Align command line parameters
6844         with latest GNU SASL.
6845         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6846
6847 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848
6849         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6850         HTML.
6851         (nnslashdot-request-article): Ditto.
6852
6853         * lpath.el (featurep): Add nobreak-char-display.
6854
6855 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6856
6857         * mail-source.el (mail-source-fetch-pop): Require pop3.
6858         (mail-source-check-pop): Ditto.
6859
6860 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6863         errors.
6864
6865 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6866
6867         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6868         (gnus-treat-strip-leading-blank-lines): Improve doc string.
6869
6870         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6871
6872         * mm-bodies.el (mm-decode-string): Call
6873         `mm-charset-to-coding-system' with allow-override argument.
6874
6875 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6878         (rfc2047-charset-to-coding-system): New function.
6879         (rfc2047-decode-encoded-words): New function.
6880         (rfc2047-decode-region): Use them.
6881         (rfc2047-decode-cte): Remove.
6882         (rfc2047-parse-and-decode): Remove.
6883         (rfc2047-decode): Remove.
6884
6885 2005-10-15  Kenichi Handa  <handa@m17n.org>
6886
6887         * rfc2047.el (rfc2047-decode-cte): New function.
6888         (rfc2047-decode-region): Change the way to decode successive
6889         encoded-words: decode B- or Q-encoding in each encoded-word,
6890         concatenate them, and decode it as charset.
6891
6892 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * lpath.el: Fbind codepage-setup for XEmacs.
6895
6896 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6897
6898         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
6899         widget-move-and-invoke.
6900         (gnus-custom-mode): Use gnus-custom-map.
6901
6902 2005-10-15  Bill Wohler  <wohler@newt.com>
6903
6904         * message.el (message-tool-bar-map): Renamed image file from
6905         mail_send to mail/send.
6906
6907 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6908
6909         * message.el (message-expand-group): Pass the common
6910         prefix substring of completion to `display-completion-list'.
6911
6912 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
6913
6914         * mml-sec.el (mml-secure-method): New internal variable.
6915         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6916         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6917         functions using mml-secure-method.
6918
6919         * mml.el (mml-mode-map): Add key bindings for those functions.
6920         (mml-menu): Simplify security menu entries.  Suggested by Jesper
6921         Harder <harder@myrealbox.com>.
6922         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6923         end of message if point is the headers of the message.
6924
6925         * message.el (message-in-body-p): New function.
6926
6927         * assistant.el: Autoload gnus-util and netrc.
6928
6929         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6930         Use `mm-charset-override-alist' only when decoding.
6931
6932         * mm-bodies.el (mm-decode-body): Call
6933         `mm-charset-to-coding-system' with allow-override argument.
6934
6935         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6936         `filename' from Content-Disposition if Content-Type doesn't
6937         provide `name'.
6938         (gnus-mime-view-part-as-type): Set default instead of
6939         initial-input.
6940
6941 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6942
6943         * format-spec.el (format-spec): Propagate text properties of % spec.
6944
6945 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6946
6947         * gnus-art.el (gnus-treat-predicate): Add `first'.
6948
6949 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6950
6951         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6952         (mm-charset-override-alist): New variable.
6953         (mm-charset-to-coding-system): Use it.
6954         (mm-codepage-setup): New helper function.
6955         (mm-charset-eval-alist): New variable.
6956         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
6957         about unknown charsets.
6958
6959         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
6960
6961 2005-10-04  David Hansen  <david.hansen@gmx.net>
6962
6963         * nnrss.el (nnrss-request-article): Add support for the comments tag.
6964         (nnrss-check-group): Ditto.
6965
6966 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6967
6968         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6969         Rename x-gnus-verbatim to x-verbatim.
6970         (mm-uu-type-alist): Fix regexp for verbatim-marks.
6971
6972         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6973         x-verbatim.
6974
6975         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6976
6977         * gnus-util.el (gnus-remove-duplicates): Remove.
6978
6979         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6980         instead of gnus-remove-duplicates.
6981
6982         * message.el (message-remove-duplicates): Remove.
6983         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6984         message-remove-duplicates.
6985
6986         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6987         available, else use implementation from `delete-dups'.
6988
6989         * message.el (message-insert-expires): New function.
6990         (message-mode-map): Add key binding.
6991         (message-mode-field-menu): Add menu entry.
6992         (message-mode): Document it.
6993         (message-make-expires-date): Use `message-make-date'.
6994
6995 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
6996
6997         * message.el (message-make-expires-date): New function.
6998
6999 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * Makefile.in (list-installed-shadows): New entry.
7002         (install): Use it.
7003         (remove-installed-shadows): New entry.
7004
7005         * dgnushack.el (dgnushack-default-load-path): New variable.
7006         (dgnushack-find-lisp-shadows): New function.
7007         (dgnushack-remove-lisp-shadows): New function.
7008
7009 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * Makefile.in (install-el-elc): New entry.
7012         (install): Use it so that .el files are necessarily installed.
7013
7014 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7017
7018 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7019
7020         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7021         function rather than the diff-mode.el package.
7022         (mm-display-external): Use with-current-buffer.
7023         (mm-viewer-completion-map, mm-viewer-completion-map):
7024         Move initialization inside declaration.
7025
7026 2005-09-29  Simon Josefsson  <jas@extundo.com>
7027
7028         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7029         autoload mail-check-payment.
7030         (spam-check-hashcash): Define unconditionally, since hashcash.el
7031         is part of Gnus now.  Ignore errors from payment checking.
7032
7033 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * message.el (message-bold-region, message-unbold-region): Rename
7036         from `bold-region' and `unbold-region'.
7037
7038         * message.el: Remove useless autoloads.
7039
7040 2005-09-28  Simon Josefsson  <jas@extundo.com>
7041
7042         * message.el (message-use-idna): Default to t.
7043         (message-use-idna): Test whether encoding works too.  Doc fix.
7044
7045 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * nntp.el (nntp-warn-about-losing-connection): Remove.
7048
7049 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7050
7051         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7052         customizable.  Change default value.
7053         (mm-uu-diff-groups-regexp): Change default value.
7054         (mm-uu-type-alist): Add doc string.
7055         (mm-uu-configure): Add doc string.  Make it interactive.
7056         (mm-uu-tex-groups-regexp): New variable.
7057         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7058         (mm-uu-type-alist): Add LaTeX documents.
7059         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7060         of "text/verbatim".
7061         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7062
7063         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7064         instead of "text/verbatim".
7065
7066         * message.el (message-mark-inserted-region)
7067         (message-mark-insert-file): Use slrn style marks when called with
7068         prefix argument.
7069
7070 2005-09-27  Simon Josefsson  <jas@extundo.com>
7071
7072         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7073
7074 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7075
7076         * message.el (message-remove-duplicates): New function.
7077         Implementation borrowed from `gnus-remove-duplicates'.
7078         (message-idna-to-ascii-rhs): Also encode idna addresses in
7079         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7080         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7081         only ask about the same idna domain once per header and also tell
7082         in what header to replace the idna domain.
7083
7084         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7085         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7086         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7087         a header is decoded and not just the last one.
7088
7089 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7092         has been decoded.
7093
7094         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7095         (mm-insert-part): Don't modify text if it has been decoded.
7096
7097         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7098         decoded.
7099
7100         * mm-view.el (mm-inline-text): Don't strip text props unless
7101         decoding enriched or richtext parts.
7102
7103 2005-09-25  Romain Francoise  <romain@orebokech.com>
7104
7105         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7106         * gnus-start.el (gnus-subscribe-interactively):
7107         * gnus-uu.el (gnus-uu-grab-articles):
7108         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7109         space.
7110
7111 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7112
7113         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7114         * mm-view.el (mm-view-pkcs7-decrypt):
7115         * gnus-sum.el (gnus-summary-limit-to-extra)
7116         (gnus-summary-respool-article, gnus-read-move-group-name):
7117         * gnus-score.el (gnus-summary-increase-score):
7118         * gnus-util.el (gnus-completing-read-with-default):
7119         * gnus-art.el (gnus-read-save-file-name)
7120         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7121         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7122         * message.el (message-check-news-header-syntax):
7123         Follow convention for reading with the minibuffer.
7124
7125 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7126
7127         * spam-report.el (spam-report-url-ping-plain):
7128         Use gnus-extended-version as User-Agent.
7129
7130         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7131         default value is nil.
7132
7133         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7134         (mm-uu-verbatim-marks-extract): New function.
7135         (mm-uu-extract): New face.
7136         (mm-uu-copy-to-buffer): Use it.
7137
7138         * spam-report.el (spam-report-gmane-ham): Renamed from
7139         `spam-report-gmane-unspam'.
7140         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7141         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7142
7143         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7144         Autoload.
7145         (spam-report-gmane-unregister-routine): Renamed
7146         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7147
7148 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7149
7150         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7151         (spam-report-gmane-unregister-routine): Add support for gmane
7152         unregistration.
7153
7154         * spam-report.el (spam-report-gmane-unspam)
7155         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7156         (spam-report-gmane): Change to take a single article and do unspam
7157         registration.
7158
7159 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7160
7161         * mm-url.el (mm-url-decode-entities): Fix regexp.
7162
7163 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7164
7165         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7166         default to nil, to be able to use Gnus at all.  If the default
7167         switches to something else, then the function should be fixed not
7168         be exceedingly slow.
7169
7170 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7171
7172         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7173         fail hard.
7174
7175         * spam-report.el: Add better Keywords line.
7176
7177         * spam.el: Add Maintainer and better Keywords line.
7178
7179 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * gnus-art.el (gnus-article-replace-part)
7182         (gnus-mime-replace-part): New functions.
7183         (gnus-mime-action-alist, gnus-mime-button-commands)
7184         (gnus-mime-save-part-and-strip): Added file argument.
7185         (gnus-article-part-wrapper): Added interactive argument.
7186
7187         * gnus-sum.el (gnus-summary-mime-map): Add
7188         `gnus-article-replace-part'.
7189
7190 2005-09-19  Didier Verna  <didier@xemacs.org>
7191
7192         The nnml compaction feature:
7193         * nnml.el (nnml-request-compact-group): New function.
7194         * nnml.el (nnml-request-compact): New function.
7195         * gnus-int.el (gnus-request-compact-group): New function.
7196         * gnus-int.el (gnus-request-compact): New function.
7197         * gnus-group.el (gnus-group-compact-group): New function.
7198         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7199         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7200         * gnus-srvr.el (gnus-server-compact-server): New function.
7201         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7202         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7203
7204 2005-09-18  Deepak Goel  <deego@gnufans.org>
7205
7206         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7207         format spec.
7208
7209 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7212
7213 2005-09-15  Romain Francoise  <romain@orebokech.com>
7214
7215         * message.el (message-fill-paragraph): Clarify docstring.
7216
7217 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-art.el (gnus-mime-display-part): Protect against broken
7220         MIME messages.
7221
7222 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7225         before parsing header.
7226
7227 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7228
7229         * html2text.el (html2text-replace-list): Add new entities.
7230
7231 2005-09-11  Romain Francoise  <romain@orebokech.com>
7232
7233         * message.el (message-alternative-emails): Improve docstring.
7234         (message-setup-1): Call `message-use-alternative-email-as-from'
7235         after `message-setup-hook' to give it precedence over posting
7236         styles, etc.
7237         (message-use-alternative-email-as-from): Add docstring.  Remove
7238         the original From header if present.
7239
7240         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7241         (nnml-save-mail): Use it.
7242
7243         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7244         articles.  Add new argument `silent'.
7245         (gnus-uu-mark-all): Report the total number of marked articles.
7246
7247 2005-09-10  Romain Francoise  <romain@orebokech.com>
7248
7249         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7250         (gnus-uu-mark-series): Likewise.
7251
7252 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7253
7254         * spam-report.el (spam-report-gmane): Fix generation of spam
7255         report URL.
7256
7257 2005-09-10  Simon Josefsson  <jas@extundo.com>
7258
7259         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7260         t, based on discussion on the ding list with Robert Epprecht
7261         <epprecht@solnet.ch>.
7262
7263 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7264
7265         * spam-report.el (spam-report-gmane): Make it work without
7266         X-Report-Spam header.  Gmane now only provides Archived-At.
7267         This is only used if `spam-report-gmane-use-article-number' is nil.
7268         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7269
7270         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7271         make `gnus-summary-sort-by-recipient' work with threading.
7272
7273         * nnweb.el (nnweb-google-wash-article): Print a message if article
7274         is not available.
7275
7276 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7277
7278         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7279         change.  Decode text/* parts content before displaying.
7280
7281 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7282
7283         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7284
7285 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7286
7287         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7288
7289         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7290         url-package-name, url-package-version,
7291         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7292         w3m-display-inline-images, and w3m-minor-mode-map.
7293
7294 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7295
7296         * message.el (message-tab-body-function): Fix mismatched custom type.
7297
7298         * gnus.el (gnus-group-change-level-function): Ditto.
7299
7300         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7301
7302         * gnus-art.el (gnus-signature-limit)
7303         (gnus-article-mime-part-function): Ditto.
7304
7305 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * mml.el (mml-mode): Silence the byte compiler.
7308
7309         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7310         using `(sit-for 0)' before moving the point to the specified part;
7311         skip unbuttonized parts.
7312         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7313         return to the summary window if gnus-auto-select-part is non-nil.
7314
7315 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7316
7317         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7318         variables.
7319         (mml-dnd-attach-file, mml-mode): Use them.
7320
7321         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7322         Make fetching article by MID work again for Google Groups.  Added
7323         FIXME concerning gnus-group-make-web-group.
7324
7325         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7326         Don't depend on Gnus by using mail-extract-address-components if
7327         gnus-extract-address-components is not bound.
7328
7329 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7330
7331         * gnus-art.el (gnus-mime-display-security): Don't display the
7332         signature, but only the signed part.
7333
7334 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7337
7338         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7339         list, not listp.
7340
7341 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7342
7343         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7344         when encoding.
7345
7346         * mm-bodies.el (mm-decode-content-transfer-encoding):
7347         De-canonicalize CRLF for all text content types, not just
7348         text/plain.
7349
7350 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7353         valid article; point arrow and cursor at the MIME button.
7354
7355 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7358         Suggested by Dan Christensen <jdc@uwo.ca>.
7359
7360         * mm-decode.el (mm-save-part): Enable change of prompt.
7361
7362 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7363
7364         * gnus-msg.el (gnus-inews-add-send-actions): Made
7365         `message-post-method' lambda parameter ARG `&optional'.
7366
7367 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7368
7369         * gnus-sum.el (gnus-summary-mime-map): Added
7370         gnus-article-save-part-and-strip, gnus-article-delete-part and
7371         gnus-article-jump-to-part.
7372
7373         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7374         (gnus-article-edit-part): Use it.
7375         (gnus-article-part-wrapper): Added no-handle argument.
7376         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7377         functions.
7378
7379 2005-08-29  Romain Francoise  <romain@orebokech.com>
7380
7381         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7382         docstring.
7383         (gnus-face-from-file): Likewise.
7384
7385 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7386
7387         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7388         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7389         non-nil.
7390         (gnus-auto-select-part): New variable.
7391         (gnus-article-jump-to-part): New function.
7392         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7393         (gnus-mime-delete-part): Allow selecting specified part after
7394         deleting or stripping parts.
7395         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7396         part if argument is bogus.
7397
7398 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7399
7400         * gnus-art.el (w3m-minor-mode-map):
7401         * gnus-spec.el (gnus-newsrc-file-version):
7402         * gnus-util.el (nnmail-active-file-coding-system)
7403         (gnus-original-article-buffer, gnus-user-agent):
7404         * gnus.el (gnus-ham-process-destinations)
7405         (gnus-parameter-ham-marks-alist)
7406         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7407         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7408         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7409         * mm-decode.el (gnus-current-window-configuration):
7410         * mm-extern.el (gnus-article-mime-handles):
7411         * mm-url.el (url-current-object, url-package-name)
7412         (url-package-version):
7413         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7414         (smime-keys, w3m-cid-retrieve-function-alist)
7415         (w3m-current-buffer, w3m-display-inline-images)
7416         (w3m-minor-mode-map):
7417         * mml-smime.el (gnus-extract-address-components):
7418         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7419         (gnus-newsrc-hashtb, message-default-charset)
7420         (message-deletable-headers, message-options)
7421         (message-posting-charset, message-required-mail-headers)
7422         (message-required-news-headers):
7423         * mml1991.el (mc-pgp-always-sign):
7424         * mml2015.el (mc-pgp-always-sign):
7425         * nnheader.el (nnmail-extra-headers):
7426         * rfc1843.el (gnus-decode-encoded-word-function)
7427         (gnus-decode-header-function, gnus-newsgroup-name):
7428         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7429
7430 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7431
7432         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7433         the end of the date treatments.
7434
7435 2005-08-15  Simon Josefsson  <jas@extundo.com>
7436
7437         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7438         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7439         Capello and Romain Francoise.
7440         (pgg-fetch-key-function): Removed, not used?
7441         (pgg-insert-url-with-w3): Require url, to get
7442         url-insert-file-contents regardless of where it is defined.
7443
7444 2005-08-13  Romain Francoise  <romain@orebokech.com>
7445
7446         * message.el (message-cite-original-1): New function.
7447         (message-cite-original): Use it.
7448         (message-cite-original-without-signature): Ditto.
7449
7450 2005-08-08  Romain Francoise  <romain@orebokech.com>
7451
7452         * message.el (message-yank-empty-prefix): New variable.
7453         (message-indent-citation): Use it.
7454         (message-cite-original-without-signature): Respect X-No-Archive.
7455
7456 2005-08-08  Simon Josefsson  <jas@extundo.com>
7457
7458         * pgg.el: Autoload url-insert-file-contents instead of loading
7459         w3/url.
7460         (pgg-insert-url-with-w3): Don't load url here.
7461
7462 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7463
7464         * message.el (message-kill-to-signature): Don't insert newline at
7465         bol.
7466         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7467
7468 2005-08-06  Romain Francoise  <romain@orebokech.com>
7469
7470         * message.el (message-user-fqdn): Fix typo in docstring.
7471
7472 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7473
7474         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7475
7476         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7477
7478 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * mm-bodies.el (mm-encode-body): Use coding system rather than
7481         charset to encode text.
7482
7483         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7484         number of charsets if utf-8 is available (XEmacs).
7485
7486 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7487
7488         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7489         taken from `gnus-button-mid-or-mail-regexp'.
7490         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7491         (gnus-button-alist): Improve regexp for domain part of the MIDs
7492         for news:localpart@domain buttons.
7493         (gnus-button-ctan-directory-regexp): Update.
7494
7495 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * sieve-manage.el (sieve-manage-interactive-login): Use
7498         make-local-variable rather than make-variable-buffer-local.
7499         (sieve-manage-open): Ditto.
7500         (sieve-manage-authenticate): Ditto.
7501
7502         * mml.el (mml-generate-mime-1): Make the content type default to
7503         text/plain if the filename is not specified.
7504
7505 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7508         instead of insert-buffer.
7509
7510         * message.el (message-yank-original): Ditto; set the mark at the
7511         end of the yanked message.
7512
7513 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7516         lines to scroll rather than to stop it.
7517
7518         * mml.el (mml-generate-default-type): Add doc string.
7519         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7520         default to application/octet-stream when determining the content
7521         type if it is not specified for the part or the mml contents; add
7522         a comment about mml-generate-default-type.
7523
7524 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7525
7526         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7527         make it default to application/octet-stream when determining the
7528         content type if it is not specified for the external contents.
7529
7530 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7533         segmented parameter but also other parameters might be there.
7534
7535 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * mm-decode.el (mm-display-external): Delete temp file, directory
7538         and buffer immediately if the external process is exited.
7539
7540 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7543         fewer lines than that of scroll-margin.
7544         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7545
7546 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * gnus-art.el (gnus-article-next-page): Revert.
7549         (gnus-article-beginning-of-window): New macro.
7550         (gnus-article-next-page-1): Use it.
7551         (gnus-article-prev-page): Ditto.
7552         (gnus-article-edit-part): Use insert-buffer-substring instead of
7553         insert-buffer.
7554         (gnus-article-edit-exit): Ditto.
7555
7556         * gnus-util.el (gnus-beginning-of-window): Remove.
7557         (gnus-end-of-window): Remove.
7558
7559         * lpath.el: Don't bind header-line-format and scroll-margin.
7560
7561 2005-07-25  Simon Josefsson  <jas@extundo.com>
7562
7563         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7564         to have the url package without w3.  Reported by Daiki Ueno
7565         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7566
7567 2005-07-20  Didier Verna  <didier@xemacs.org>
7568
7569         * gnus-diary.el: Remove the description comment (nndiary is now
7570         properly documented in the Gnus manual).
7571         Fix the spelling of "Back End".
7572         * nndiary.el: Ditto.
7573         Fix the copyright notice.
7574
7575 2005-07-18  Romain Francoise  <romain@orebokech.com>
7576
7577         * gnus-sum.el (gnus-summary-to-prefix)
7578         (gnus-summary-newsgroup-prefix): New variables.
7579         (gnus-summary-from-or-to-or-newsgroups): Use them.
7580
7581 2005-07-17  Romain Francoise  <romain@orebokech.com>
7582
7583         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7584         space as it's generally not especially interesting to the user.
7585
7586 2005-07-16  Romain Francoise  <romain@orebokech.com>
7587
7588         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7589         nil to avoid prompting and file modification if one of the
7590         messages at the top of the nnfolder file contains a copyright
7591         notice.
7592         Update copyright notice.
7593
7594         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7595         instead of `current-time-string' as the latter creates a time
7596         string that is not RFC 2822 compliant (it lacks the zone).
7597         Update copyright notice.
7598
7599 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7600
7601         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7602         for text/rtf.  Display default in prompt.  Pass default for M-n.
7603
7604         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7605
7606 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7607
7608         * gnus-msg.el (gnus-button-mailto): Remove
7609         save-selected-window-window hackery because it relies on
7610         save-selected-window internals.
7611
7612 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7613
7614         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7615         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7616         (gnus-article-prev-page): Ditto.
7617
7618         * gnus-util.el (gnus-beginning-of-window): New function.
7619         (gnus-end-of-window): New function.
7620
7621         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7622
7623 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7624
7625         * gnus-score.el (gnus-score-edit-all-score): Set
7626         gnus-score-edit-exit-function to gnus-score-edit-done and call
7627         gnus-message.
7628
7629 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7630
7631         * gnus-msg.el (gnus-button-mailto): Remove
7632         save-selected-window-window hackery because it relies on
7633         save-selected-window internals.
7634
7635 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7638         add-minor-mode.
7639         (gnus-binary-mode): Ditto.
7640
7641         * gnus-topic.el (gnus-topic-mode): Ditto.
7642
7643 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7644
7645         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7646         (gnus-article-prev-page): Take scroll-margin into consideration.
7647
7648 2005-07-04  Lute Kamstra  <lute@gnu.org>
7649
7650         Update FSF's address in GPL notices.
7651
7652 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7653
7654         * gnus.el (gnus-exit):
7655         * gnus-group.el (gnus-group-icons):
7656         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7657
7658         * gnus-nocem.el (gnus-nocem):
7659         * message.el (message-various, message-buffers, message-sending)
7660         (message-interface, message-forwarding, message-insertion)
7661         (message-headers, message-news, message-mail):
7662         * pgg-gpg.el (pgg-gpg):
7663         * pgg-parse.el (pgg-parse):
7664         * pgg-pgp.el (pgg-pgp):
7665         * pgg-pgp5.el (pgg-pgp5):
7666         * pop3.el (pop3): Finish `defgroup' description with period.
7667
7668 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * gnus-art.el (article-display-face): Improve the efficiency.
7671         (article-display-x-face): Ditto; remove grey x-face stuff.
7672
7673 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * gnus-art.el (article-display-face): Correct the position in
7676         which Faces are inserted.
7677
7678 2005-06-29  Didier Verna  <didier@xemacs.org>
7679
7680         * gnus-art.el (article-display-face): Display faces in correct
7681         order.
7682
7683 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7686         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7687         (gnus-nocem-check-article): Fetch the Type header.
7688         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7689         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7690         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7691         make sure gnus-nocem-hashtb is initialized.
7692         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7693         (gnus-nocem-unwanted-article-p): Ditto.
7694
7695         * pgg.el (pgg-verify): Return the verification result.
7696
7697 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7698
7699         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7700         is ascii.
7701
7702 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7703
7704         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7705         `show-nonbreak-escape'.
7706
7707 2005-06-23  Lute Kamstra  <lute@gnu.org>
7708
7709         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7710
7711         * dig.el (dig-mode):
7712         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7713
7714 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7715
7716         * nnimap.el (nnimap-split-download-body): Fix spellings.
7717
7718 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7719
7720         * gnus-art.el (gnus-article-encrypt-body):
7721         * gnus-cus.el (gnus-score-customize):
7722         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7723         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7724
7725 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7726
7727         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7728         header by looking for magic "MII" at the beginnig.
7729
7730 2005-06-16  Miles Bader  <miles@gnu.org>
7731
7732         * gnus-xmas.el (gnus-xmas-group-startup-message):
7733         Use renamed gnus-splash face.
7734
7735         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7736         (assistant-field-face): New backward-compatibility alias for renamed
7737         face.
7738         (assistant-render-text): Use renamed assistant-field face.
7739
7740         * spam.el (spam): Remove "-face" suffix from face name.
7741         (spam-face): New backward-compatibility alias for renamed face.
7742         (spam-face, spam-initialize): Use renamed spam face.
7743
7744         * message.el (message-header-to, message-header-cc)
7745         (message-header-subject, message-header-newsgroups)
7746         (message-header-other, message-header-name)
7747         (message-header-xheader, message-separator, message-cited-text)
7748         (message-mml): Remove "-face" suffix from face names.
7749         (message-header-to-face, message-header-cc-face)
7750         (message-header-subject-face, message-header-newsgroups-face)
7751         (message-header-other-face, message-header-name-face)
7752         (message-header-xheader-face, message-separator-face)
7753         (message-cited-text-face, message-mml-face):
7754         New backward-compatibility aliases for renamed faces.
7755         (message-font-lock-keywords): Use renamed message faces.
7756
7757         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7758         (sieve-test-commands, sieve-tagged-arguments):
7759         Remove "-face" suffix from face names.
7760         (sieve-control-commands-face, sieve-action-commands-face)
7761         (sieve-test-commands-face, sieve-tagged-arguments-face):
7762         New backward-compatibility aliases for renamed faces.
7763         (sieve-control-commands-face, sieve-action-commands-face)
7764         (sieve-test-commands-face, sieve-tagged-arguments-face):
7765         Use renamed sieve faces.
7766
7767         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7768         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7769         (gnus-group-news-3-empty, gnus-group-news-4)
7770         (gnus-group-news-4-empty, gnus-group-news-5)
7771         (gnus-group-news-5-empty, gnus-group-news-6)
7772         (gnus-group-news-6-empty, gnus-group-news-low)
7773         (gnus-group-news-low-empty, gnus-group-mail-1)
7774         (gnus-group-mail-1-empty, gnus-group-mail-2)
7775         (gnus-group-mail-2-empty, gnus-group-mail-3)
7776         (gnus-group-mail-3-empty, gnus-group-mail-low)
7777         (gnus-group-mail-low-empty, gnus-summary-selected)
7778         (gnus-summary-cancelled, gnus-summary-high-ticked)
7779         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7780         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7781         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7782         (gnus-summary-low-undownloaded)
7783         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7784         (gnus-summary-low-unread, gnus-summary-normal-unread)
7785         (gnus-summary-high-read, gnus-summary-low-read)
7786         (gnus-summary-normal-read, gnus-splash):
7787         Remove "-face" suffix from face names.
7788         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7789         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7790         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7791         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7792         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7793         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7794         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7795         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7796         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7797         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7798         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7799         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7800         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7801         (gnus-summary-normal-ticked-face)
7802         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7803         (gnus-summary-normal-ancient-face)
7804         (gnus-summary-high-undownloaded-face)
7805         (gnus-summary-low-undownloaded-face)
7806         (gnus-summary-normal-undownloaded-face)
7807         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7808         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7809         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7810         (gnus-splash-face):
7811         New backward-compatibility aliases for renamed faces.
7812         (gnus-group-startup-message): Use renamed gnus faces.
7813
7814         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7815         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7816         (gnus-server-agent): Remove "-face" suffix from face names.
7817         (gnus-server-agent-face, gnus-server-opened-face)
7818         (gnus-server-closed-face, gnus-server-denied-face)
7819         (gnus-server-offline-face):
7820         New backward-compatibility aliases for renamed faces.
7821         (gnus-server-agent-face, gnus-server-opened-face)
7822         (gnus-server-closed-face, gnus-server-denied-face)
7823         (gnus-server-offline-face): Use renamed gnus faces.
7824
7825         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7826         Remove "-face" suffix from face names.
7827         (gnus-picon-xbm-face, gnus-picon-face):
7828         New backward-compatibility aliases for renamed faces.
7829
7830         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7831         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7832         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7833         (gnus-cite-11): Remove "-face" suffix from face names.
7834         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7835         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7836         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7837         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7838         New backward-compatibility aliases for renamed faces.
7839         (gnus-cite-attribution-face, gnus-cite-face-list)
7840         (gnus-article-boring-faces): Use renamed gnus faces.
7841
7842         * gnus-art.el (gnus-signature, gnus-header-from)
7843         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7844         (gnus-header-content): Remove "-face" suffix from face names.
7845         (gnus-signature-face, gnus-header-from-face)
7846         (gnus-header-subject-face, gnus-header-newsgroups-face)
7847         (gnus-header-name-face, gnus-header-content-face):
7848         New backward-compatibility aliases for renamed faces.
7849         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7850
7851         * gnus-sum.el (gnus-summary-selected-face)
7852         (gnus-summary-highlight): Use renamed gnus faces.
7853         * gnus-group.el (gnus-group-highlight): Likewise.
7854
7855 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7856
7857         * gnus-sieve.el (gnus-sieve-article-add-rule):
7858         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7859         * spam-stat.el (spam-stat-buffer-change-to-spam)
7860         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7861
7862         * message.el (message-is-yours-p):
7863         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7864
7865 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * mm-view.el (mm-inline-text): Withdraw the last change.
7868
7869 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7872         executing enriched-decode.
7873
7874 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7877         charset of tar files.
7878
7879 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7880
7881         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7882
7883 2005-06-04  Lute Kamstra  <lute@gnu.org>
7884
7885         * nnfolder.el (nnfolder-read-folder): Make sure that undo
7886         information is never recorded.
7887
7888 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7889
7890         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7891
7892 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * pop3.el (pop3-apop): Run md5 in the binary mode.
7895
7896         * starttls.el (starttls-set-process-query-on-exit-flag):
7897         Use eval-and-compile.
7898
7899 2005-05-31  Simon Josefsson  <jas@extundo.com>
7900
7901         * smime.el (smime-replace-in-string): Define.
7902         (smime-cert-by-ldap-1): Use it.
7903
7904 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * gnus-art.el (article-display-x-face): Replace
7907         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7908
7909         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7910         set-process-query-on-exit-flag or process-kill-without-query.
7911
7912         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7913         loop instead of replace-regexp.
7914
7915         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7916         instead of process-kill-without-query if it is available.
7917
7918         * lpath.el: Fbind ldap-search-entries.
7919
7920         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7921         instead of find-file-hooks if it is available.
7922
7923         * mml1991.el: Bind pgg-default-user-id when compiling.
7924
7925         * mml2015.el: Bind pgg-default-user-id when compiling.
7926
7927         * nndraft.el (nndraft-request-associate-buffer):
7928         Use write-contents-functions instead of write-contents-hooks if it is
7929         available.
7930
7931         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7932         instead of find-file-hooks if it is available.
7933
7934         * nntp.el (nntp-open-connection): Replace
7935         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7936         (nntp-open-ssl-stream): Ditto.
7937         (nntp-open-tls-stream): Ditto.
7938
7939         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7940         set-process-query-on-exit-flag or process-kill-without-query.
7941         (starttls-open-stream-gnutls): Use it instead of
7942         process-kill-without-query.
7943         (starttls-open-stream): Ditto.
7944
7945 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
7946
7947         * smime.el (smime-cert-by-ldap-1): Don't use
7948         replace-regexp-in-string.
7949
7950 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
7951
7952         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7953
7954         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7955         in PEM format.  Adjust to the XEmacs compability.
7956
7957 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7958
7959         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7960         by `string-to-number'.
7961         * gnus-agent.el (gnus-agent-regenerate-group)
7962         (gnus-agent-fetch-articles): Ditto.
7963         * gnus-art.el (gnus-button-fetch-group): Ditto.
7964         * gnus-cache.el (gnus-cache-generate-active)
7965         (gnus-cache-articles-in-group): Ditto.
7966         * gnus-group.el (gnus-group-set-current-level)
7967         (gnus-group-insert-group-line): Ditto.
7968         * gnus-score.el (gnus-score-set-expunge-below)
7969         (gnus-score-set-mark-below, gnus-summary-score-effect)
7970         (gnus-summary-score-entry): Ditto.
7971         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7972         (gnus-soup-pack): Ditto.
7973         * gnus-spec.el (gnus-xmas-format): Ditto.
7974         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7975         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7976         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7977         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7978         * nndb.el (nndb-get-remote-expire-response): Ditto.
7979         * nndiary.el (nndiary-parse-schedule-value)
7980         (nndiary-string-to-number, nndiary-request-replace-article)
7981         (nndiary-request-article): Ditto.
7982         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7983         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7984         * nneething.el (nneething-make-head): Ditto.
7985         * nnfolder.el (nnfolder-request-article)
7986         (nnfolder-retrieve-headers): Ditto.
7987         * nnheader.el (nnheader-file-to-number): Ditto.
7988         * nnkiboze.el (nnkiboze-request-article): Ditto.
7989         * nnmail.el (nnmail-process-unix-mail-format)
7990         (nnmail-process-babyl-mail-format): Ditto.
7991         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7992         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7993         (nnmh-request-create-group, nnmh-request-list-1)
7994         (nnmh-request-group, nnmh-request-article): Ditto.
7995         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7996         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7997         * nnsoup.el (nnsoup-make-active): Ditto.
7998         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7999         * nntp.el (nntp-find-group-and-number)
8000         (nntp-retrieve-headers-with-xover): Ditto.
8001         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8002         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8003         (pgg-format-key-identifier): Ditto.
8004         * pop3.el (pop3-last, pop3-stat): Ditto.
8005         * qp.el (quoted-printable-decode-region): Ditto.
8006
8007         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8008         of concat.
8009
8010 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8013
8014         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8015
8016         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8017
8018         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8019
8020         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8021
8022         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8023
8024         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8025         (gnus-carpal-mode): Ditto.
8026
8027         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8028         (gnus-browse-mode): Ditto.
8029
8030         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8031
8032         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8033
8034 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8035
8036         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8037
8038 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * gnus-util.el (gnus-run-mode-hooks): New function.
8041
8042         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8043
8044         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8045         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8046
8047 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8048
8049         * gnus-agent.el (gnus-agent-make-mode-line-string):
8050         Use mode-line-highlight as mouse-face.
8051
8052 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * canlock.el (canlock): Change the parent group to news.
8055
8056         * deuglify.el (gnus-outlook-deuglify): Add :group.
8057
8058         * dig.el (dig): Add :group.
8059
8060         * dns-mode.el (dns-mode): Add :group.
8061
8062         * encrypt.el (encrypt): Add :group.
8063
8064         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8065         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8066         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8067         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8068         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8069
8070         * gnus-diary.el (gnus-diary): Add :group.
8071
8072         * gnus.el (gnus-group-news-1-face): Add :group.
8073         (gnus-group-news-1-empty-face): Ditto.
8074         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8075         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8076         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8077         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8078         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8079         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8080         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8081         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8082         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8083         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8084         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8085         (gnus-summary-high-ticked-face): Ditto.
8086         (gnus-summary-low-ticked-face): Ditto.
8087         (gnus-summary-normal-ticked-face): Ditto.
8088         (gnus-summary-high-ancient-face): Ditto.
8089         (gnus-summary-low-ancient-face): Ditto.
8090         (gnus-summary-normal-ancient-face): Ditto.
8091         (gnus-summary-high-undownloaded-face): Ditto.
8092         (gnus-summary-low-undownloaded-face): Ditto.
8093         (gnus-summary-normal-undownloaded-face): Ditto.
8094         (gnus-summary-high-unread-face): Ditto.
8095         (gnus-summary-low-unread-face): Ditto.
8096         (gnus-summary-normal-unread-face): Ditto.
8097         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8098         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8099
8100         * hashcash.el (hashcash): New custom group.
8101         (hashcash-default-payment): Add :group.
8102         (hashcash-payment-alist): Ditto.
8103         (hashcash-default-accept-payment): Ditto.
8104         (hashcash-accept-resources): Ditto.
8105         (hashcash-path): Ditto.
8106         (hashcash-extra-generate-parameters): Ditto.
8107         (hashcash-double-spend-database): Ditto.
8108         (hashcash-in-news): Ditto.
8109
8110         * message.el (message-minibuffer-local-map): Add :group.
8111
8112         * netrc.el (netrc): Add :group.
8113
8114         * sieve-manage.el (sieve-manage-log): Add :group.
8115         (sieve-manage-default-user): Diito.
8116         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8117         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8118         (sieve-manage-authenticators): Ditto.
8119         (sieve-manage-authenticator-alist): Ditto.
8120         (sieve-manage-default-port): Ditto.
8121
8122         * sieve-mode.el (sieve-control-commands-face): Add :group.
8123         (sieve-action-commands-face): Ditto.
8124         (sieve-test-commands-face): Ditto.
8125         (sieve-tagged-arguments-face): Ditto.
8126
8127         * smime.el (smime): Add :group.
8128
8129         * spam-report.el (spam-report): Add :group.
8130
8131         * spam.el (spam, spam-face): Add :group.
8132
8133 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8134
8135         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8136         return \n.\n.\n at the end of articles.  Protect against that.
8137         (nntp-with-open-group): Allow debugging.
8138
8139         * nnheader.el (mail-header-set-extra): Make into a function
8140         because I just could't understand how to quote the list properly.
8141
8142         * dns.el (query-dns-cached): New function.
8143
8144 2005-05-26  Lute Kamstra  <lute@gnu.org>
8145
8146         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8147
8148 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8151
8152         * gnus-art.el: Don't autoload mail-extract-address-components.
8153
8154         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8155         eval-and-compile to evaluate it.
8156
8157         * hashcash.el: Don't autoload executable-find.
8158
8159         * nndb.el: Don't declare the nndb back end two or more times; don't
8160         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8161
8162         * nntp.el: Autoload format-spec instead of format; use
8163         eval-and-compile to evaluate autoload forms.
8164
8165 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8166
8167         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8168
8169 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * gnus.el (gnus-version-number): Bump version.
8172
8173 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8174
8175         * gnus.el: No Gnus v0.3 is released.
8176
8177 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8178
8179         * lpath.el (featurep): Bind show-nonbreak-escape.
8180
8181 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8182
8183         * gnus-art.el (gnus-article-edit-part): Disable undo.
8184
8185 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8188         gnus-article-date-lapsed-new-header is t if date timer is active;
8189         skip headers in which the original date value is empty.
8190         (gnus-article-save-original-date): Redefine it as a macro.
8191         (gnus-display-mime): Use it.
8192
8193 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * gnus-art.el (article-date-ut): Support converting date in
8196         forwarded parts as well.
8197         (gnus-article-save-original-date): New function.
8198         (gnus-display-mime): Use it.
8199
8200 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8201
8202         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8203         enclosure element of <item>.
8204
8205 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8206
8207         * message.el (message-kill-buffer-query): Renamed from
8208         `message-kill-buffer-query-if-modified'.  Added :version.
8209
8210 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8213         window layout.
8214
8215 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * mml.el: Autoload dnd when compiling.
8218
8219 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8220
8221         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8222         x-dnd-*.
8223
8224 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * qp.el (quoted-printable-encode-region): Save excursion.
8227
8228 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8229
8230         * message.el (message-kill-buffer-query-if-modified): Add new variable
8231         so the user can kill a modified message buffer quickly.
8232         (message-kill-buffer): Use it.
8233
8234 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * lpath.el: Fbind display-time-event-handler; don't fbind
8237         string-to-multibyte.
8238
8239         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8240
8241 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8244         contained in text because xml.el decodes entities) with LFs.
8245
8246 2005-04-11  Lute Kamstra  <lute@gnu.org>
8247
8248         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8249         differently.
8250
8251 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8252
8253         * mm-util.el (mm-detect-coding-region): Typo.
8254
8255 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8258
8259 2005-04-06  D Goel  <deego@gnufans.org>
8260
8261         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8262         user-function allow user modifications of the scores.
8263         (spam-stat-score-buffer-user): New function, to allow
8264         user-computed modifications to the score.
8265         (spam-stat-score-buffer-user-functions): List of additional
8266         scoring functions.
8267         (spam-stat-error-holder): Global temporary error holder.
8268         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8269         variable.
8270
8271 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8272
8273         * gnus-registry.el (gnus-registry-clean-empty-function)
8274         (gnus-registry-trim, gnus-registry-fetch-groups)
8275         (gnus-registry-delete-group): Groups that match
8276         `gnus-registry-ignored-groups' are removed from the registry
8277         entries, not just ignored for splitting.  This helps clean up the
8278         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8279         to get all the groups a message ID is in.
8280
8281         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8282         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8283         (spam-stat-score-buffer-user-functions): Add :number custom type.
8284
8285 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8288         argument in XEmacs.
8289
8290         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8291         (nnrss-request-group): Decode group name first.
8292         (nnrss-request-article): Make a text/plain article if mml-to-mime
8293         failed.
8294         (nnrss-get-encoding): Return a compatible encoding according to
8295         nnrss-compatible-encoding-alist.
8296         (nnrss-find-el): Use consp instead of listp.
8297         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8298
8299 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8302         which Emacs 20 doesn't support.
8303         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8304
8305 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8306
8307         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8308         silence the byte compiler inside the defun.
8309
8310         * gnus-demon.el (parse-time-string): Add autoload.
8311
8312         * gnus-delay.el (parse-time-string): Add autoload.
8313
8314         * gnus-art.el (parse-time-string): Add autoload.
8315
8316         * nnultimate.el (parse-time): Require for `parse-time-string'.
8317
8318 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8319
8320         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8321
8322         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8323
8324         * smime.el (smime-ldap-host-list): Add :version.
8325
8326 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8329         pass it to `gnus-browse-read-group'.
8330         (gnus-browse-read-group): Add NUMBER argument and pass it to
8331         `gnus-group-read-ephemeral-group'.
8332
8333         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8334         argument and pass it to `gnus-group-read-group'.
8335
8336 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8337
8338         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8339         mm-xemacs-find-mime-charset-1 if we have the mule feature
8340         available at runtime.
8341
8342 2005-03-25  Werner Lemberg  <wl@gnu.org>
8343
8344         * nnmaildir.el: Replace `illegal' with `invalid'.
8345
8346 2005-03-23  Lute Kamstra  <lute@gnu.org>
8347
8348         * time-date.el: Add comment on time value formats.
8349         Don't require parse-time.
8350         (with-decoded-time-value): New macro.
8351         (encode-time-value): New function.
8352         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8353         (days-to-time): Return a valid time value when arg is huge.
8354         (time-since): Use time-subtract.
8355         (time-to-number-of-days): Use time-to-seconds.
8356
8357 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8358
8359         * gnus-start.el (gnus-display-time-event-handler):
8360         Check display-time-timer at runtime rather than only at load time
8361         in case display-time-mode is turned off in the mean time.
8362
8363 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8364
8365         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8366         used.
8367
8368         * nneething.el (nneething-map-file-directory): Derive from
8369         `gnus-directory'.
8370
8371         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8372         the To/Cc button.
8373
8374 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8375
8376         * nnmaildir.el (nnmaildir-request-accept-article):
8377         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8378
8379 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8380
8381         * gnus-async.el: Require timer-funcs at compile time when in
8382         XEmacs for `run-with-idle-timer'.
8383
8384 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8385
8386         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8387         autoloaded function.
8388
8389 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8390
8391         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8392
8393 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8394
8395         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8396
8397 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8398
8399         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8400         gnus-expert-user to default.
8401
8402 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8403
8404         * nnimap.el (nnimap-open-server): Ditto.
8405
8406         * imap.el (imap-authenticate): Fix typo.
8407
8408 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8409
8410         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8411         buffer (since IMAP server might return FETCH response out of
8412         order, and the nntp buffer must be sorted).
8413
8414 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8415
8416         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8417         comparison on string.
8418
8419         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8420         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8421         (gnus-agent-summary-fetch-series): Modified to protect against
8422         gnus-agent-summary-fetch-group clearing processable flags.
8423         (gnus-agent-synchronize-group-flags): Update live group buffer as
8424         synchronization may occur due to the user toggle the plugged
8425         status.
8426         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8427         successfully downloaded.
8428         (gnus-agent-expire-group-1): Avoid using markers when the overview
8429         is in ascending order; greatly improves performance.
8430         (gnus-agent-regenerate-group): Use
8431         gnus-agent-synchronize-group-flags to reset read status in both
8432         gnus and server.
8433         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8434
8435 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8436
8437         * message.el: Don't autoload former message-utils variables.
8438         (message-strip-subject-trailing-was): Change doc string.
8439
8440         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8441         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8442         (nnweb-google-search): Add "hl=en" here.
8443         (nnweb-google-parse-1, nnweb-google-create-mapping):
8444         Don't hardcode URL.
8445
8446 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * message.el (message-get-reply-headers, message-followup):
8449         Mention related variables `message-use-followup-to' and
8450         `message-use-mail-followup-to', in the information buffer.
8451
8452         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8453         of broken groups(-beta).google.com.
8454
8455 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8456
8457         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8458         parameter to invoked gnus-request-move-article; remove the
8459         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8460         all at once instead of once per article.
8461         (gnus-summary-remove-process-mark): Accept a list of articles as
8462         well as a single article for processing.
8463
8464         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8465         parameter.
8466
8467         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8468
8469         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8470
8471         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8472         parameter.
8473
8474         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8475         parameter.
8476
8477         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8478         parameter and remove the gnus-sum-hint-move-is-internal variable.
8479
8480         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8481         parameter.
8482
8483         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8484         parameter.
8485
8486         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8487         parameter.
8488
8489         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8490
8491         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8492         parameter.
8493
8494         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8495         parameter.
8496
8497 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8498
8499         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8500         a more conservative way.
8501
8502 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8503
8504         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8505         buffer, so it moves the window's cursor.
8506
8507 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8508
8509         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8510         `mm-dissect-multipart' and receive the from field as an (optional)
8511         argument from `mm-dissect-multipart'.
8512         (mm-dissect-multipart): Receive the from field as an argument and
8513         pass it on when we call `mm-dissect-buffer' on MIME parts.
8514         Fixes verification/decryption of signed/encrypted MIME parts.
8515
8516 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8517
8518         * gnus-sum.el (gnus-summary-move-article): Set
8519         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8520         whatever it calls (right now, only nnimap-request-move article
8521         respects it).
8522
8523         * nnimap.el (nnimap-request-move-article): When
8524         gnus-sum-hint-move-is-internal is set, don't do the extra
8525         nnimap-request-article.
8526
8527 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8528
8529         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8530
8531         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8532         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8533
8534         * gnus-sum.el (gnus-summary-caesar-message):
8535         Apply `gnus-treat-article' after rotation.
8536
8537         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8538         doc string.
8539
8540 2005-02-22  Simon Josefsson  <jas@extundo.com>
8541
8542         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8543         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8544         <arne@arnested.dk>.
8545         (encrypt): Add password-cache and password-cache-expiry as group
8546         members.
8547
8548 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8549
8550         * smime.el (smime-ldap-host-list): Doc fix.
8551         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8552         cache) password.
8553         (smime-sign-region): Use it.
8554         (smime-decrypt-region): Use it.
8555         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8556         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8557         fails.
8558         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8559         certificate from DER to PEM format rather than calling openssl.
8560
8561         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8562
8563         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8564         for signing/encryption.
8565
8566         * mml.el (mml-parse-1): Use them.
8567
8568 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8569
8570         * nnrss.el (nnrss-verbose): Removed.
8571         (nnrss-request-group): Use `nnheader-message' instead.
8572
8573 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8574
8575         * nnrss.el (nnrss-verbose): New variable.
8576         (nnrss-request-group): Make it say nnrss is requesting a group.
8577
8578 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8581         Handle news URL with given port correctly.
8582
8583 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8584
8585         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8586         containing special characters.
8587
8588         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8589
8590         * mml.el (mime-to-mml): Ditto.
8591
8592         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8593         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8594         (rfc2047-decode-region): Quote decoded words containing special
8595         characters when rfc2047-quote-decoded-words-containing-tspecials
8596         is non-nil.
8597
8598 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8599
8600         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8601
8602         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8603
8604 2005-02-15  Simon Josefsson  <jas@extundo.com>
8605
8606         * nnimap.el (nnimap-debug): Doc fix.
8607
8608         * imap.el (imap-debug): Doc fix.
8609
8610 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8613
8614 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8615
8616         * gnus.el (spam-contents): Improve docs for spam-contents
8617         parameter in its variable incarnation.
8618
8619 2005-02-14  Simon Josefsson  <jas@extundo.com>
8620
8621         * smime-ldap.el: Use require instead of load-library for ldap.
8622         (smime-ldap-search): Indent.
8623         (smime-ldap-search-internal): Shorten line.
8624
8625         * smime.el (smime-cert-by-dns): Add doc-string.
8626         (smime-cert-by-ldap-1): Indent.
8627
8628         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8629         mml-smime-get-dns-ldap.
8630         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8631
8632 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8633
8634         * smime.el: Require smime-ldap.
8635         (smime-ldap-host-list): New variable.
8636         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8637
8638         * mml-smime.el (mml-smime-encrypt-query): New function.
8639         (mml-smime-encrypt-query): Use it.
8640
8641         * smime-ldap.el: New file.
8642
8643 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8646
8647 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8648
8649         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8650         argument in doc string.  Make query for type more clear.
8651
8652 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8653
8654         * gnus.el (gnus-group-startup-message): Search for gnus images in
8655         etc/images/gnus.
8656         * mm-util.el (mm-image-load-path): Likewise.
8657         * smiley.el (smiley-data-directory): Search for smilies in
8658         etc/images/smilies.
8659
8660 2005-02-09  Kim F. Storm  <storm@cua.dk>
8661
8662         Change Emacs release version from 21.4 to 22.1 throughout.
8663         Change Emacs development version from 21.3.50 to 22.0.50.
8664
8665 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8668
8669         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8670         non-Mule XEmacs as well.
8671         (mm-decompress-buffer): Signal an error intentionally if it does
8672         not decompress compressed data because auto-compression-mode is
8673         disabled.
8674
8675 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8676
8677         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8678         an ID in the registry even if it has no groups.
8679
8680 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8683         merge it into mm-decompress-buffer.
8684         (gnus-mime-copy-part): Use the MIME part charset, the value which
8685         a user specified or gnus-newsgroup-charset for decoding, like
8686         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8687         save-buffer what was used.  Suggested by Kevin Ryde
8688         <user42@zip.com.au>.
8689         (gnus-mime-inline-part): Allow the name parameter as well as the
8690         filename parameter; force decompressing of compressed data; always
8691         display contents being not decoded as unibyte.
8692
8693         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8694         as well as the filename parameter.
8695
8696         * mm-util.el (mm-decompress-buffer): Merge
8697         gnus-mime-jka-compr-maybe-uncompress.
8698         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8699         of compressed data.
8700
8701 2005-02-08  Simon Josefsson  <jas@extundo.com>
8702
8703         * imap.el (imap-log): Doc fix.
8704
8705 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8708         the coding cookies; decompress compressed parts.
8709
8710         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8711         to the value which a user specified manually or the coding cookie.
8712
8713         * mm-util.el (mm-string-to-multibyte): New function.
8714         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8715         (mm-coding-system-to-mime-charset): New function.
8716         (mm-decompress-buffer): New function.
8717         (mm-find-buffer-file-coding-system): New function.
8718
8719         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8720         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8721         parts.
8722
8723 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8724
8725         * mm-view.el (mm-display-inline-fontify): Decode a part according
8726         to the charset parameter.
8727
8728 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8731         prefix arg is neither nil nor a number, as info specifies.
8732
8733 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8736         timestamps.
8737
8738 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8739
8740         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8741         groups error checking and notify user.
8742
8743 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8744
8745         * message.el (message-send-mail-function): Check existence of
8746         sendmail-program first before using default value
8747         `message-send-mail-with-sendmail'.  Otherwise use more generic
8748         `smtpmail-send-it'.
8749
8750 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * nntp.el (nntp-request-update-info): Always return nil.
8753
8754 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8755
8756         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8757
8758 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8759
8760         * message.el (message-beginning-of-line): Change the behavior when
8761         invoked between BOL and : so that it first moves backward.
8762
8763 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8766         article buffer when editing of the article is discarded.
8767         (gnus-article-prepare): Revert.
8768
8769 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * gnus-art.el (gnus-article-prepare):
8772         Remove message-strip-forbidden-properties from the local hook.
8773
8774 2005-01-27  Simon Josefsson  <jas@extundo.com>
8775
8776         * password.el (password-cache-add): Only start one timer per key.
8777         Reported by Derek Atkins <warlord@MIT.EDU>.
8778
8779 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8780
8781         * run-at-time.el: Removed.  It is no longer needed as
8782         timer-funcs.el in the xemacs-base package has a working version of
8783         `run-at-time'.
8784
8785         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
8786
8787         * password.el: Require timer-funcs instead of run-at-time in
8788         XEmacs.
8789         Remove `password-run-at-time' macro.
8790         (password-cache-add): Use `run-at-time' instead of
8791         `password-run-at-time'.
8792
8793         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
8794         Remove `nnheader-cancel-function-timers' alias,
8795         `cancel-function-timers' exists in XEmacs in timer-funcs.
8796
8797         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8798         for `run-with-idle-timer'.
8799
8800         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8801         for `run-at-time'.
8802
8803         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8804         for `with-timeout'.
8805
8806         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
8807         the same as for XEmacs 21.4.
8808         No need to ignore `run-with-idle-timer', this function exists in
8809         XEmacs now in timer-funcs.el in the xemacs-base package.
8810         (dgnushack-compile): No need to delete
8811         run-at-time.el from the list of files to compile because it
8812         doesn't exist anymore.
8813
8814 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8817         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8818
8819 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8820
8821         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8822         sensitively.
8823
8824 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8825
8826         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8827
8828 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8831         which will be inserted according to the multibyteness of a buffer
8832         rather than the type of contents.  Suggested by ARISAWA Akihiro
8833         <ari@mbf.ocn.ne.jp>.
8834
8835         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8836         of string which old xml.el may return rather than a string.
8837
8838 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8841
8842 2005-01-16  Simon Josefsson  <jas@extundo.com>
8843
8844         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8845         idn/idna.el isn't available.
8846         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
8847         <michael@waxrat.com>.
8848
8849         * hashcash.el: Remove non-FSF copyright header.
8850
8851         * hashcash.el (hashcash-extra-generate-parameters): New variable.
8852         (hashcash-generate-payment): Use it.
8853         (hashcash-generate-payment-async): Use it.
8854
8855 2005-01-15  Simon Josefsson  <jas@extundo.com>
8856
8857         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8858         Suggested by Raymond Scholz <ray-2005@zonix.de>.
8859
8860         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8861         gnus-summary-idna-message.
8862         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8863         (gnus-summary-idna-message): New function.
8864
8865 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8866
8867         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8868         gnus-novice-user.
8869
8870 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * nnrss.el (nnrss-request-delete-group): Delete entries in
8873         nnrss-group-alist as well.
8874         (nnrss-save-server-data): Insert newline.
8875
8876 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
8877
8878         * gnus.el (gnus-user-agent): Use list of symbols instead of
8879         symbols.  Display full version number for (S)XEmacs.  Optionally
8880         display (S)XEmacs codename.
8881
8882         * gnus-util.el (gnus-emacs-version): Update for new
8883         `gnus-user-agent'.
8884
8885         * gnus-msg.el (gnus-extended-version): Make it possible to omit
8886         Gnus version.
8887
8888 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
8891         which is unreadable in some setups.
8892
8893 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * gnus-spec.el (gnus-update-format-specifications): Flush the
8896         group format spec cache if it doesn't support decoded group names.
8897
8898 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8901         Allow to apply decay on score files matching a regexp.
8902
8903 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8906         compatibility in %g and %c.
8907
8908 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8911         name for only %g and %c.
8912         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8913         of gnus-tmp-group to decoded group name.
8914         (gnus-group-make-rss-group): Exclude `/'s from group names.
8915
8916 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * nnrss.el (nnrss-get-encoding): Fix regexp.
8919
8920 2004-12-27  Simon Josefsson  <jas@extundo.com>
8921
8922         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8923         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8924         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
8925
8926 2004-12-17  Kim F. Storm  <storm@cua.dk>
8927
8928         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8929
8930         * gnus-sum.el (gnus-summary-mode-map): Likewise.
8931
8932 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8933
8934         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8935
8936 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * nnrss.el: Require rfc2047 and mml.
8939         (nnrss-file-coding-system): New variable.
8940         (nnrss-format-string): Redefine it as an inline function.
8941         (nnrss-decode-group-name): New function.
8942         (nnrss-string-as-multibyte): Remove.
8943         (nnrss-retrieve-headers): Decode group name; don't use
8944         nnrss-format-string.
8945         (nnrss-request-group): Decode group name.
8946         (nnrss-request-article): Decode group name; allow a Message-ID as
8947         well as an article number; don't use nnrss-format-string; encode a
8948         Message-ID string which may contain non-ASCII characters; use
8949         mml-to-mime to compose a MIME article.
8950         (nnrss-request-expire-articles): Decode group name.
8951         (nnrss-request-delete-group): Decode group name.
8952         (nnrss-fetch): Clarify error message.
8953         (nnrss-read-server-data): Use insert-file-contents instead of load;
8954         bind file-name-coding-system; use multibyte buffer.
8955         (nnrss-save-server-data): Bind coding-system-for-write to the
8956         value of nnrss-file-coding-system; bind file-name-coding-system;
8957         add coding cookie.
8958         (nnrss-read-group-data): Use insert-file-contents instead of load;
8959         bind file-name-coding-system; use multibyte buffer.
8960         (nnrss-save-group-data): Bind coding-system-for-write to the
8961         value of nnrss-file-coding-system; bind file-name-coding-system.
8962         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8963         make it work with non-ASCII text.
8964         (nnrss-find-el): Make it work with old xml.el as well.
8965
8966 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8967
8968         * nnrss.el (nnrss-get-encoding): New function.
8969         (nnrss-fetch): Use unibyte buffer initially; bind
8970         coding-system-for-read while performing mm-url-insert; remove ^Ms;
8971         decode contents according to the encoding attribute.
8972         (nnrss-save-group-data): Add coding cookie.
8973         (nnrss-mime-encode-string): New function.
8974         (nnrss-check-group): Use it to encode subject and author.
8975
8976 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
8977
8978         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8979         imaginary variable.
8980
8981 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8984         correctly even if there are wide characters.
8985
8986 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8987
8988         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8989         downcased symbol names; make a new cache instead of reusing
8990         bbdb-hashtable.
8991
8992 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8995         concatenating segments rather than before concatenating them.
8996         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8997
8998         * message.el (message-get-reply-headers): Bind `extra'.
8999
9000 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9001
9002         * message.el (message-extra-wide-headers): New variable.
9003         (message-get-reply-headers): Use it.
9004
9005 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9008         (gnus-agent-group-pathname): Ditto.
9009
9010         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9011
9012         * gnus-group.el (gnus-group-make-group): Decode group name.
9013         (gnus-group-make-rss-group): Register the group data after opening
9014         the nnrss group.
9015
9016 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9017
9018         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9019         by expiry now get marked as read.
9020
9021 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9024
9025 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9026
9027         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9028         unify Latin characters in XEmacs.
9029         (mm-find-mime-charset-region): Use it.
9030
9031 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * gnus-util.el (gnus-delete-directory): New function.
9034
9035         * gnus-agent.el (gnus-agent-delete-group): Use it.
9036
9037         * gnus-cache.el (gnus-cache-delete-group): Use it.
9038
9039 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9042         names.
9043
9044 2004-12-16  Simon Josefsson  <jas@extundo.com>
9045
9046         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9047
9048 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9051
9052         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9053         (gnus-group-set-current-level): Decode group name.
9054
9055 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9056
9057         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9058         failed.
9059
9060 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * gnus-group.el (gnus-group-delete-group): Decode group name.
9063         (gnus-group-make-rss-group): Encode group name.
9064         (gnus-group-catchup-current): Decode group name.
9065         (gnus-group-kill-group): Decode group name.
9066
9067 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9068
9069         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9070
9071 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * gnus-group.el (gnus-group-make-rss-group):
9074         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9075
9076         * gnus-start.el (gnus-setup-news): Honor user's setting to
9077         gnus-message-archive-method.  Suggested by Lute Kamstra
9078         <lute@gnu.org>.
9079
9080 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9081
9082         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9083         global counterparts of the buffer-local variables.
9084
9085 2004-11-16  Romain Francoise  <romain@orebokech.com>
9086
9087         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9088         counterparts of the buffer-local variables.
9089
9090 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9091
9092         * message.el (message-forbidden-properties): Fixed typo in doc
9093         string.
9094
9095 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * gnus-util.el (gnus-replace-in-string): Added doc string.
9098
9099         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9100         to avoid problems when splitting mails with many recipients.
9101
9102 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9103
9104         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9105         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9106
9107 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9108
9109         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9110         if there is no hashtable in memory or file modification time is
9111         newer than cached timestamp.
9112
9113 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9114
9115         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9116         not-matching option.
9117
9118 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9119
9120         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9121         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9122         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9123         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9124         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9125         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9126
9127 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * message.el (message-forward-make-body-mml): Remove headers
9130         according to message-forward-ignored-headers if a message is decoded.
9131
9132 2004-12-02  Romain Francoise  <romain@orebokech.com>
9133
9134         * message.el (message-forward-make-body-plain): Always remove
9135         headers according to message-forward-ignored-headers.
9136
9137 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9138
9139         * spam.el (spam-summary-prepare-exit): Remove the
9140         gnus-summary-limit pop for now, it has problems with ham marks for
9141         me.
9142
9143 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9144
9145         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9146         correctly.
9147
9148 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9149
9150         * format-spec.el (format-spec): Message the char.
9151
9152 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9153
9154         * gnus-art.el (gnus-split-methods): Reformat comments.
9155
9156         * spam.el (spam-summary-prepare-exit): Remove article limits
9157         before exiting the summary buffer.
9158
9159 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9162         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9163
9164         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9165         order to silence the byte compiler.
9166
9167         * spam.el: Fix the way to silence the byte compiler, which
9168         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9169         bbdb-search-simple, spam-BBDB-register-routine,
9170         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9171         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9172         spam-stat-buffer-is-spam, spam-stat-load,
9173         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9174         spam-stat-save and spam-stat-split-fancy.
9175
9176 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9179         which may confuse users.
9180         (canlock-password-for-verify): Ditto.
9181
9182         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9183
9184         * gnus-art.el (gnus-emphasis-alist): Ditto.
9185
9186         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9187
9188         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9189
9190         * gnus-start.el (gnus-save-killed-list): Ditto.
9191
9192         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9193         (gnus-sum-thread-tree-root): Ditto.
9194         (gnus-sum-thread-tree-false-root): Ditto.
9195         (gnus-sum-thread-tree-single-indent): Ditto.
9196
9197         * message.el (message-courtesy-message): Ditto.
9198         (message-archive-note): Ditto.
9199         (message-subscribed-address-file): Ditto.
9200         (message-user-fqdn): Ditto.
9201
9202         * spam-report.el (spam-report-gmane-regex): Ditto.
9203
9204         * spam.el (spam-blackhole-good-server-regex): Ditto.
9205
9206 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * mml.el (mml-preview): Widen the message buffer before copying
9209         the contents to the preview buffer; sort headers before previewing.
9210
9211         * message.el (message-hidden-headers): Fix the way to avoid a bug
9212         in the `repeat' widget in Emacs 21.3 or earlier.
9213
9214 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * message.el (message-hidden-headers): Default to "^References:".
9217         Improve customization type.  Suggested by Reiner Steib
9218         <Reiner.Steib@gmx.de>.
9219
9220 2004-11-25  Romain Francoise  <romain@orebokech.com>
9221
9222         * message.el (message-strip-forbidden-properties): Remove check for
9223         obsolete `message-hidden' text property, hidden headers are not
9224         accessible in the buffer anymore.
9225
9226 2004-11-22  Romain Francoise  <romain@orebokech.com>
9227
9228         * message.el (message-header-format-alist): Add `From' in list
9229         so that it can be sorted.
9230         (message-fix-before-sending): Widen and sort headers before
9231         sending.
9232         (message-hide-headers): Use narrowing to hide headers by moving
9233         them to the top of the buffer and narrowing to the region
9234         underneath.
9235
9236 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9237
9238         * message.el (message-strip-forbidden-properties): Bind
9239         buffer-read-only (etc) to nil.
9240
9241 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9244         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9245
9246 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9247
9248         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9249
9250 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9251
9252         * dns.el (query-dns): Use sit-for to time instead of
9253         accept-process-output, since that doesn't seem to work on udp
9254         sockets.
9255
9256 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9259
9260 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9261
9262         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9263         doc string.  Improve doc string.
9264
9265 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * nntp.el (nntp-request-update-info): Return nil if
9268         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9269         may not call gnus-activate-group which uselessly issues the GROUP
9270         commands for all nntp groups and wastes time.  Reported by Romain
9271         Francoise <romain@orebokech.com>.
9272
9273         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9274
9275 2004-11-15  Simon Josefsson  <jas@extundo.com>
9276
9277         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9278         headers separately.
9279         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9280         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9281
9282 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * gnus-start.el (gnus-convert-old-newsrc):
9285         Assign legacy-gnus-agent to 5.10.7.
9286
9287 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9288
9289         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9290         start of the lines.
9291
9292 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9293
9294         * hashcash.el (hashcash-default-payment): Change default to 20
9295         (hashcash-default-accept-payment): Change default to 20
9296         (hashcash-process-alist): New variable
9297         (hashcash-generate-payment-async): Add
9298         (hashcash-already-paid-p): Add
9299         (hashcash-insert-payment): Don't generate payments twice
9300         (hashcash-insert-payment-async): Add
9301         (hashcash-insert-payment-async-2): Add
9302         (hashcash-cancel-async): Add
9303         (hashcash-wait-async): Add
9304         (hashcash-processes-running-p): Add
9305         (hashcash-wait-or-cancel): Add
9306         (mail-add-payment): New optional argument.  Conditionally start
9307         asynchronous calculation.
9308         (mail-add-payment-async): Add
9309
9310         * message.el (message-send-mail): Wait for asynchronous hashcash
9311         results.  Don't clobber existing X-Hashcash headers.
9312         (message-setup-1): Call mail-add-payment-async when
9313         message-generate-hashcash is non-nil.
9314
9315 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9316
9317         * message.el (message-use-alternative-email-as-from): Examine the
9318         From header as well; use message-make-from in order to include a
9319         user's full name.
9320
9321 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9324         default; improve customization type.
9325         (gnus-emphasis-custom-with-format): New macro.
9326         (gnus-emphasis-custom-value-to-external): New function.
9327         (gnus-emphasis-custom-value-to-internal): New function.
9328
9329 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9330
9331         * dns.el (query-dns): Resolve reverse addresses.
9332
9333 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9334
9335         * gnus-group.el (gnus-group-get-new-news): Use it.
9336
9337         * gnus-start.el (gnus-check-reasonable-setup): New function.
9338
9339 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9340
9341         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9342         "Args out of range" error.  Reported by Arnaud Giersch
9343         <arnaud.giersch@free.fr>.
9344
9345 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9346
9347         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9348
9349 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9350
9351         * spam.el (spam group): Add :version.
9352
9353         * pgg-def.el (pgg group): Add :version.
9354
9355 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * gnus-art.el (gnus-article-edit-article): Don't associate the
9358         article buffer with a draft file.  This is a temporary measure
9359         against the 2004-08-22 change to gnus-article-edit-mode.
9360
9361 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9364         (html2text-format-tags): Remove unused variable `attr'.
9365
9366 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9369
9370         * tls.el (tls-process-connection-type, tls-success)
9371         (tls-certtool-program): Add :version.
9372
9373         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9374         (starttls-extra-arguments, starttls-process-connection-type)
9375         (starttls-connect, starttls-failure, starttls-success):
9376
9377         * spam-stat.el (spam-stat): Add :version.
9378
9379         * sieve.el (sieve): Add :version.
9380
9381         * sha1.el (sha1): Add :version.
9382         (sha1-use-external): Remove redundant version.
9383
9384         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9385         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9386         (nnmail-split-fancy-match-partial-words)
9387         (nnmail-split-lowercase-expanded): Add :version.
9388
9389         * nndiary.el (nndiary): Add :version.
9390
9391         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9392
9393         * mml-sec.el (mml-default-sign-method)
9394         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9395         Add :version.
9396
9397         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9398
9399         * mm-url.el (mm-url-use-external, mm-url-program)
9400         (mm-url-arguments): Add :version.
9401
9402         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9403         (mm-attachment-file-modes, mm-decrypt-option)
9404         (mm-w3m-safe-url-regexp): Add :version.
9405
9406         * message.el (message-cite-prefix-regexp)
9407         (message-sendmail-envelope-from, message-minibuffer-local-map)
9408         (message-user-fqdn, message-completion-alist): Add :version.
9409
9410         * gnus-win.el (gnus-configure-windows-hook)
9411         (gnus-use-frames-on-any-display): Add :version.
9412
9413         * gnus-art.el (gnus-article-address-banner-alist)
9414         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9415         (gnus-treat-from-picon, gnus-treat-mail-picon)
9416         (gnus-treat-x-pgp-sig): Add :version.
9417
9418         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9419         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9420         (gnus-summary-article-delete-hook)
9421         (gnus-summary-display-while-building): Add :version.
9422
9423         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9424         (gnus-get-top-new-news-hook):Add :version.
9425
9426         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9427         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9428
9429         * gnus-registry.el (gnus-registry): Add :version.
9430
9431         * gnus-spec.el (gnus-use-correct-string-widths)
9432         (gnus-make-format-preserve-properties): Add :version.
9433
9434         * gnus.el (gnus-group-charter-alist)
9435         (gnus-group-fetch-control-use-browse-url)
9436         (gnus-install-group-spam-parameters): Add :version.
9437
9438         * gnus-diary.el (gnus-diary): Add :version.
9439
9440         * gnus-delay.el (gnus-delay): Add :version.
9441
9442         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9443         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9444         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9445         Add :version.
9446
9447         * gnus-agent.el (gnus-agent-max-fetch-size)
9448         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9449         (gnus-agent-prompt-send-queue): Add :version.
9450
9451         * deuglify.el (gnus-outlook-deuglify): Add :version.
9452
9453         * html2text.el: Beautify code.  Improve doc strings.  Some
9454         checkdoc cleanup.
9455         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9456
9457 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9458
9459         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9460
9461 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9462
9463         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9464         when package is loaded.
9465
9466         * spam.el (spam-summary-score-preferred-header): Add global preference
9467         for people who want to override the default SpamAssassin over
9468         Bogofilter preference (when both are set).
9469         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9470         (spam-user-format-function-S): Check
9471         spam-summary-score-preferred-header.
9472         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9473         (spam-user-format-function-S): Format the score correctly.
9474
9475 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9478         signature file.  Suggested by Manoj Srivastava
9479         <srivasta@golden-gryphon.com>.
9480
9481         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9482         iso-2022-jp even in the Japanese language environment.
9483         Suggested by Jason Rumney <jasonr@gnu.org>.
9484
9485 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9488         use the same characters as the dummy marks; make it free from
9489         getting affected by the language environment.
9490         (gnus-summary-read-group-1): Update mark positions only when the
9491         format spec is updated.
9492
9493         * gnus-spec.el (gnus-update-format-specifications): Return a list
9494         of updated types.
9495
9496 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9499         of boundp to check if display-warning is available.
9500
9501 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9502
9503         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9504
9505 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * nnspool.el (nnspool-spool-directory): Use news-path if the
9508         news-directory variable is not bound.
9509
9510         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9511         function instead of display-warning if it is not available.
9512
9513 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9516         v5-10: Use `point-at-bol'.
9517
9518 2004-10-26  Simon Josefsson  <jas@extundo.com>
9519
9520         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9521         <chenggao@gmail.com>.
9522
9523 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9526         instead.
9527
9528 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9529
9530         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9531         to remove a server from the nnimap-server-buffer-alist.
9532         (nnimap-open-connection, nnimap-close-server): Use it.
9533
9534         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9535
9536 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9537
9538         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9539         running the major-mode function.
9540
9541 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9544         dummy marks in the right way.
9545
9546 2004-10-18  David Edmondson  <dme@dme.org>
9547
9548         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9549         excessively.
9550
9551 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9552
9553         * gnus-util.el (gnus-split-references): Accept a nil references
9554         string and go on blissfully.
9555
9556         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9557         cases where the references string is non-nil but has no references.
9558
9559         * encrypt.el: Add autoload tags.
9560
9561         * spam.el (spam-resolve-registrations-routine): Remove article
9562         from unregistration list too.  Reported by David Hanak
9563         <dhanak@isis.vanderbilt.edu>
9564
9565 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9568         nil.  Changed custom type.
9569
9570 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9571
9572         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9573
9574         * gnus-sum.el (gnus-summary-move-article): Use it.
9575
9576 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9577
9578         * encrypt.el: Add autoload cookies.
9579
9580         * spam.el (spam-backend-article-list-property)
9581         (spam-backend-get-article-todo-list)
9582         (spam-backend-put-article-todo-list, )
9583         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9584         Resolve registrations separately.
9585         (spam-register-routine): Format comments.
9586         (spam-unregister-routine, spam-register-routine): Always call with
9587         specific-articles, no default list.
9588         (spam-summary-prepare-exit): Use the spam-classifications function.
9589
9590         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9591         gnus-encrypt.el.
9592
9593         * encrypt.el: Copied from gnus-encrypt.el.
9594
9595         * gnus-encrypt.el: Commented that it's obsolete.
9596
9597 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9598
9599         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9600         (gnus-score-save): Use it.
9601
9602         * message.el (message-bury): Use `window-dedicated-p'.
9603
9604 2004-10-15  Simon Josefsson  <jas@extundo.com>
9605
9606         * pop3.el (top-level): Don't require nnheader.
9607         (pop3-read-timeout): Add.
9608         (pop3-accept-process-output): Add.
9609         (pop3-read-response, pop3-retr): Use it.
9610
9611 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9612
9613         * spam.el (spam-register-routine): Move comment.
9614         (spam-verify-bogofilter): Use 'unknown for the initial
9615         spam-bogofilter-valid state, not 'never.
9616
9617         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9618         for netrc-machine.
9619
9620         * nnimap.el (nnimap-open-connection): Use
9621         netrc-machine-user-or-password.
9622
9623 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9624
9625         * gnus-registry.el (gnus-registry-unload-hook):
9626         Set as a variable with add-hook.
9627
9628         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9629         of news-path.
9630
9631         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9632
9633         * spam.el: Delete duplicate `provide'.
9634         (spam-unload-hook): Set as a variable with add-hook.
9635
9636 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9637
9638         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9639         in the doc string.
9640
9641         * message.el (message-ignored-news-headers)
9642         (message-ignored-supersedes-headers)
9643         (message-ignored-resent-headers)
9644         (message-forward-ignored-headers): Improve custom type.
9645
9646 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * message.el (message-tokenize-header): Fix 2004-09-06 change
9649         which used point-min in the wrong place.
9650
9651 2004-10-12  Simon Josefsson  <jas@extundo.com>
9652
9653         * tls.el (tls-certtool-program): New variable.
9654         (tls-certificate-information): New function, based on
9655         ssl-certificate-information.
9656
9657 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * compface.el: Move the version of ELisp-based uncompface program
9660         to the contrib directory because of the copyright problem.
9661
9662 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9663
9664         * message.el (message-kill-buffer): Raise the current frame.
9665
9666 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9667
9668         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9669
9670         * gnus.el (message-y-or-n-p): Autoload.
9671
9672         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9673         (pop3-password-required, pop3-authentication-scheme)
9674         (pop3-leave-mail-on-server): Made customizable.
9675         (pop3): New custom group.
9676         (pop3-retr): Remove `sleep-for' statements.
9677         Suggested by Dave Love <fx@gnu.org>.
9678
9679         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9680         Windows/DOS.
9681
9682         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9683         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9684         Dave Love <fx@gnu.org>.
9685
9686         * mml.el (mml-minibuffer-read-disposition): Require match.
9687         Suggested by Dave Love <fx@gnu.org>.
9688
9689 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9692         doc string.
9693
9694 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9697
9698 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9699
9700         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9701         instead of calling `mm-insert-inline', to decode text/* parts
9702         before displaying them.
9703
9704 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9705
9706         * mm-uu.el (mm-uu-text-plain-type): New variable.
9707         (mm-uu-pgp-signed-extract-1): Use it.
9708         (mm-uu-pgp-encrypted-extract-1): Use it.
9709         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9710         bind mm-uu-text-plain-type with that value.
9711         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9712         mm-uu-dissect.
9713
9714 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * gnus-group.el (gnus-update-group-mark-positions):
9717         * gnus-sum.el (gnus-update-summary-mark-positions):
9718         * message.el (message-check-news-body-syntax):
9719         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9720         of string-as-multibyte.
9721
9722 2004-10-05  Juri Linkov  <juri@jurta.org>
9723
9724         * gnus-group.el (gnus-update-group-mark-positions):
9725         * gnus-sum.el (gnus-update-summary-mark-positions):
9726         * message.el (message-check-news-body-syntax):
9727         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9728         8-bit unibyte values to a multibyte string for search functions.
9729
9730 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9733         (mm-uu-dissect-text-parts): New function.
9734
9735         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9736         dissect text parts.
9737
9738         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9739         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9740
9741         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9742
9743         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9744         gnus-current-topics instead of gnus-current-topic.
9745
9746 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9747
9748         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9749
9750 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9751
9752         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9753         where approriate.
9754
9755         * nnml.el (nnml-generate-active-info): do.
9756
9757         * nndiary.el (nndiary-generate-active-info): do.
9758
9759         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9760         (gnus-topic-move): do.
9761
9762         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9763         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9764
9765         * gnus-srvr.el (gnus-server-prepare)
9766         (gnus-server-open-all-servers): do.
9767
9768         * gnus-msg.el (gnus-summary-cancel-article)
9769         (gnus-summary-resend-message)
9770         (gnus-summary-mail-crosspost-complaint): do.
9771
9772         * gnus-move.el (gnus-change-server): do.
9773
9774         * gnus-group.el (gnus-group-unmark-all-groups)
9775         (gnus-group-set-current-level): do.
9776
9777 2004-10-04  Simon Josefsson  <jas@extundo.com>
9778
9779         * message.el (message-generate-hashcash): Doc fix.
9780
9781 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9782
9783         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9784         avoid infinite recursion via gnus-get-function.
9785
9786 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9787
9788         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9789
9790         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9791
9792         * nnmail.el (nnmail-split-history): do.
9793
9794         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9795         (nnml-request-delete-group): do.
9796
9797         * nnslashdot.el (nnslashdot-read-groups): do.
9798
9799         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9800         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9801
9802         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9803         (nnspool-sift-nov-with-sed): Use last
9804         (nnspool-retrieve-headers-with-nov): Use mapc.
9805         (nnspool-request-newgroups): Use dolist.
9806         (nnspool-request-group): Use last.
9807
9808         * nntp.el (nntp-read-server-type): Use dolist.
9809
9810         * nnvirtual.el (nnvirtual-create-mapping)
9811         (nnvirtual-update-read-and-marked): Use dolist.
9812         (nnvirtual-convert-headers): Simplify.
9813
9814 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9815
9816         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9817         support for sync'ing tick marks.
9818
9819 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9822         there's no visible header.
9823
9824 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9825
9826         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9827         necessary, pass full group name to gnus-request-set-marks.
9828
9829 2004-10-01  Simon Josefsson  <jas@extundo.com>
9830
9831         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9832         acroread.
9833
9834 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9835
9836         * spam-report.el (spam-report-gmane): Fix interactive.
9837
9838         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9839
9840         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9841         when writing file.
9842         (gnus-agent-synchronize-flags): Don't default to being
9843         interactive.
9844
9845 2004-09-30  Simon Josefsson  <jas@extundo.com>
9846
9847         * message.el (message-generate-hashcash): Add.
9848         (message-send-mail): Use it, call mail-add-payment.
9849
9850 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9851
9852         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9853
9854 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
9855
9856         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9857         gnus-requst-update-info with explicit code to sync the in-memory
9858         info read flags with the marks being sync'd to the backend.
9859
9860         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9861
9862 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9863
9864         * spam.el (spam-verify-bogofilter): Add new function.
9865         (spam-check-bogofilter)
9866         (spam-bogofilter-register-with-bogofilter): Use it.
9867         (spam-verify-bogofilter): Add small fixes.
9868
9869 2004-09-28  Simon Josefsson  <jas@extundo.com>
9870
9871         * hashcash.el (hashcash-generate-payment): Revert.
9872
9873 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9874
9875         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9876         gnus-extract-references instead of gnus-split-references.
9877
9878         * gnus-util.el (gnus-extract-references): Add new function, analogous
9879         to gnus-split-references but extracts only the message-ID without
9880         anything extra.
9881
9882         * hashcash.el (hashcash-generate-payment)
9883         (hashcash-check-payment): Do the right thing if hashcash-path is
9884         nil (because the hashcash program could not be found).
9885
9886         * spam.el (spam-use-hashcash): Remove comment.
9887
9888 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
9889
9890         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9891         (gnus-cache-enter-article, gnus-cache-remove-article)
9892         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9893
9894         * gnus-async.el (gnus-async-prefetch-remove-group): do.
9895
9896         * gnus-art.el (article-hide-boring-headers)
9897         (article-translate-strings, article-display-face)
9898         (gnus-article-mime-match-handle-first)
9899         (gnus-article-highlight-headers)
9900         (gnus-article-add-buttons-to-head): do.
9901
9902 2004-09-27  Simon Josefsson  <jas@extundo.com>
9903
9904         * hashcash.el: New version, from
9905         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
9906         ../contrib/.
9907
9908 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9911
9912 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
9913
9914         * gnus-dup.el (gnus-dup-open): Use mapc.
9915         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9916
9917         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9918         Reported by Stefan Wiens <s.wi@gmx.net>.
9919
9920         * gnus.el (gnus-shutdown): Use dolist.
9921
9922         * gnus-undo.el (gnus-undo): Use mapc.
9923
9924         * nnrss.el (nnrss-generate-active): do.
9925
9926         * message.el (message-cite-original-without-signature)
9927         (message-cite-original): Use mapc.
9928         (message-do-actions, message-make-forward-subject): Use dolist.
9929
9930 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9931
9932         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9933         deletion to remove entire duplicate line.  Fixes merged article
9934         number bug.
9935
9936 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9937
9938         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9939         servers that are offline.  Avoids having gnus-agent-toggle-plugged
9940         first ask if you want to open a server and then, even when you
9941         responded with no, asking if you want to synchronize the server's
9942         flags.
9943         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9944         multi-line expressions.
9945         (gnus-agent-synchronize-group-flags): New internal function.
9946         Updates marks in memory (in the info structure) AND in the
9947         backend.
9948
9949         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9950
9951         * nnagent.el (nnagent-request-set-mark): Use
9952         gnus-agent-synchronize-group-flags, not backend's request-set-mark
9953         method, to ensure that synchronization updates marks in the
9954         backend and in the info (in memory) structure.
9955
9956 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9959         convention fully; don't miss the root article of a thread; make
9960         the X-Draft-From header with correct article numbers.
9961
9962 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
9963
9964         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9965         unless plugged.  Disable the agent so that an open failure causes
9966         an error.
9967
9968         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9969         Reverted 2004-09-21 change.  The backend must be opened while
9970         synchronizing flags even when the backend stores the flags
9971         locally.
9972
9973 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
9974
9975         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9976         in `header' match.  Reported by Svend Tollak Munkejord.
9977
9978         * message.el (message-cite-original): Fix use of
9979         `message-cite-articles-with-x-no-archive'.
9980
9981 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9984         (gnus-window-to-buffer): Ditto.
9985
9986         * mml.el (mml-preview-buffer): New variable.
9987         (mml-preview): Manage window layout with gnus-buffer-configuration.
9988
9989         * gnus-msg.el (gnus-setup-message): Put article numbers into the
9990         X-Draft-From header even if those articles aren't quoted.
9991
9992 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
9993
9994         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9995         (gnus-request-set-mark, gnus-request-update-mark): Use new
9996         g-s-t-u-l-m to decide to use backend even when unplugged.
9997
9998 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10001         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10002
10003 2004-09-20  Simon Josefsson  <jas@extundo.com>
10004
10005         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10006         "utf-16-le".
10007
10008 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10009
10010         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10011
10012 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10013
10014         * uudecode.el (uudecode-use-external): Add :version.
10015
10016         * smime.el (smime-CA-file, smime-encrypt-cipher)
10017         (smime-dns-server): Add :version.
10018
10019         * smiley.el (gnus-smiley-file-types): Add :version.
10020
10021         * sha1.el (sha1-use-external): Add :version.
10022
10023         * pgg-def.el (pgg-query-keyserver): Add :version.
10024
10025         * nnmail.el (nnmail-fancy-expiry-targets)
10026         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10027         Add :version.
10028
10029         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10030         (nnimap-retrieve-groups-asynchronous): Add :version.
10031         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10032
10033         * mml.el (mml-content-disposition-parameters)
10034         (mml-insert-mime-headers-always): Add :version.
10035
10036         * mm-util.el (mm-coding-system-priorities): Add :version.
10037
10038         * mm-decode.el (mm-inline-text-html-with-images)
10039         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10040         (mm-verify-option): Add :version.
10041         (mm-text-html-renderer): Change :version.
10042
10043         * message.el (message-fcc-externalize-attachments)
10044         (message-required-headers, message-draft-headers)
10045         (message-subject-trailing-was-query)
10046         (message-subject-trailing-was-ask-regexp)
10047         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10048         (message-mark-insert-end, message-archive-header)
10049         (message-archive-note, message-cross-post-default)
10050         (message-cross-post-note, message-followup-to-note)
10051         (message-cross-post-note-function, message-use-mail-followup-to)
10052         (message-subscribed-address-functions)
10053         (message-subscribed-address-file, message-subscribed-addresses)
10054         (message-subscribed-regexps, message-allow-no-recipients)
10055         (message-yank-cited-prefix, message-signature-insert-empty-line)
10056         (message-hidden-headers, message-hierarchical-addresses)
10057         (message-mail-user-agent, message-use-idna)
10058         (message-valid-fqdn-regexp)
10059         (message-strip-special-text-properties, message-header-synonyms)
10060         (message-beginning-of-line, message-tab-body-function): Add :version.
10061         (message-insert-canlock, message-wide-reply-confirm-recipients):
10062         Change :version.
10063
10064         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10065         and :version.
10066         (mail-source-delete-old-incoming-confirm)
10067         (mail-source-movemail-program): Add :version.
10068
10069         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10070         (gnus-agent-cache, gnus-agent): Change :version.
10071
10072         * gnus-util.el (gnus-use-byte-compile): Change :version.
10073
10074         * gnus-sum.el (gnus-summary-make-false-root-always)
10075         (gnus-summary-default-high-score)
10076         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10077         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10078         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10079         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10080         (gnus-sum-thread-tree-single-indent)
10081         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10082         (gnus-sum-thread-tree-leaf-with-other)
10083         (gnus-sum-thread-tree-single-leaf): Add :version.
10084         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10085         (gnus-article-loose-mime): Change :version.
10086
10087         * gnus-start.el (gnus-backup-startup-file)
10088         (gnus-save-startup-file-via-temp-buffer): Add :version.
10089
10090         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10091         (gnus-server-offline-face): Add :version.
10092
10093         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10094
10095         * gnus-msg.el (gnus-gcc-externalize-attachments)
10096         (gnus-debug-files, gnus-debug-exclude-variables)
10097         (gnus-discouraged-post-methods): Change :version.
10098         (gnus-confirm-mail-reply-to-news)
10099         (gnus-confirm-treat-mail-like-news): Add :version.
10100
10101         * gnus-int.el (gnus-server-unopen-status): Add :version.
10102
10103         * gnus-group.el (gnus-group-jump-to-group-prompt)
10104         (gnus-large-ephemeral-newsgroup)
10105         (gnus-fetch-old-ephemeral-headers): Add :version.
10106
10107         * gnus-fun.el (gnus-x-face-directory)
10108         (gnus-convert-pbm-to-x-face-command)
10109         (gnus-convert-image-to-x-face-command)
10110         (gnus-convert-image-to-face-command): Add :version.
10111
10112         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10113
10114         * gnus-cite.el (gnus-cite-blank-line-after-header)
10115         (gnus-article-boring-faces): Add :version.
10116
10117         * gnus-art.el (gnus-buttonized-mime-types)
10118         (gnus-inhibit-mime-unbuttonizing)
10119         (gnus-treat-display-face)
10120         (gnus-treat-body-boundary): Change :version.
10121         (gnus-body-boundary-delimiter, gnus-picon-databases)
10122         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10123         (gnus-treat-date-english, gnus-treat-fold-headers)
10124         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10125         (gnus-treat-mail-picon, gnus-treat-wash-html)
10126         (gnus-article-encrypt-protocol)
10127         (gnus-use-idna, gnus-article-over-scroll)
10128         (gnus-mime-display-multipart-alternative-as-mixed)
10129         (gnus-mime-display-multipart-related-as-mixed)
10130         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10131         (gnus-ctan-url, gnus-button-ctan-handler)
10132         (gnus-button-handle-ctan-bogus-regexp)
10133         (gnus-button-ctan-directory-regexp)
10134         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10135         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10136         (gnus-button-man-level, gnus-button-emacs-level)
10137         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10138
10139         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10140         (gnus-agent-go-online): Change :version.
10141         (gnus-agent-expire-unagentized-dirs)
10142         (gnus-agent-auto-agentize-methods): Add :version.
10143
10144         * flow-fill.el (fill-flowed-display-column)
10145         (fill-flowed-encode-column): Add :version.
10146
10147         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10148         (gnus-outlook-deuglify-unwrap-max)
10149         (gnus-outlook-deuglify-cite-marks)
10150         (gnus-outlook-deuglify-unwrap-stop-chars)
10151         (gnus-outlook-deuglify-no-wrap-chars)
10152         (gnus-outlook-deuglify-attrib-cut-regexp)
10153         (gnus-outlook-deuglify-attrib-verb-regexp)
10154         (gnus-outlook-deuglify-attrib-end-regexp)
10155         (gnus-outlook-display-hook): Add :version.
10156
10157         * binhex.el (binhex-use-external): Add :version.
10158
10159 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10162         and `invisible'.
10163
10164 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10165
10166         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10167         in gnus-registry-trim.
10168
10169 2004-09-13  Simon Josefsson  <jas@extundo.com>
10170
10171         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10172
10173         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10174
10175         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10176         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10177         <yamaoka@jpl.org>.
10178         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10179         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10180         <yamaoka@jpl.org>.
10181
10182         * sieve.el (sieve-manage-mode): Ditto.
10183
10184 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10185
10186         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10187
10188 2004-09-11  Simon Josefsson  <jas@extundo.com>
10189
10190         * dns-mode.el: Add.
10191
10192         * mm-view.el (mm-display-dns-inline): Add.
10193
10194         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10195         (mm-automatic-display): Ditto.
10196
10197         * mailcap.el (mailcap-mime-data): Add text/dns.
10198         (mailcap-mime-extensions): Map .soa to text/dns.
10199
10200 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10201
10202         * gnus-art.el (article-decode-mime-words, article-babel)
10203         (gnus-article-highlight-signature, gnus-article-add-buttons)
10204         (gnus-signature-toggle): Remove unnecessary bindings of
10205         `inhibit-read-only' inherited from v5.10 merge.
10206
10207 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10208
10209         * nntp.el (nntp): New customization group.
10210         (nntp-authinfo-file): Add customization group.
10211
10212         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10213
10214         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10215
10216         * gnus.el (to-address, to-list, subscribed)
10217         (large-newsgroup-initial): Ditto.
10218
10219         * flow-fill.el (fill-flowed-display-column)
10220         (fill-flowed-encode-column): Ditto.
10221
10222 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10223
10224         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10225         Use point-min rather than 1.
10226         (message-send-mail): Use buffer-size rather than point-max.
10227
10228         * gnus-sum.el (gnus-summary-search-article-forward):
10229         Signal a specific `search-failed' rather than a generic `error'.
10230
10231         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10232         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10233         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10234
10235 2004-09-10  Simon Josefsson  <jas@extundo.com>
10236
10237         * nndb.el (require): Remove tcp and duplicate cl.
10238
10239 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * gnus-agent.el (directory-files-and-attributes): Move forward.
10242
10243 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10244
10245         * gnus-agent.el (directory-files-and-attributes): Optionally
10246         defined to support XEmacs.
10247
10248 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10249
10250         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10251         to avoid run-time CL dependencies.
10252         (gnus-agent-unfetch-articles): New function.
10253         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10254         article numbers even when local .overview file is missing.
10255         (gnus-agent-read-article-number): New function.  Only accepts
10256         27-bit article numbers.
10257         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10258         gnus-agent-read-article-number.
10259         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10260         from backend while recognizing that article numbers in .overview
10261         must be valid.
10262         (gnus-agent-update-files-total-fetched-for): Use
10263         directory-files-and-attributes to improve performance.
10264         * gnus-int.el (gnus-request-move-article): Use
10265         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10266         improve performance.
10267
10268         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10269         some users confused by references to .newsrc when they only have a
10270         .newsrc.eld file.
10271         (gnus-convert-mark-converter-prompt)
10272         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10273         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10274         New function.  Used internally to only display 'gnus converting
10275         files' message when actually necessary.
10276
10277         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10278         methods now autoloaded.
10279
10280 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10283         identifiers.
10284
10285 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10286
10287         * gnus-picon.el: Fix indentation and closing parenthesis.
10288
10289 2004-09-01  Simon Josefsson  <jas@extundo.com>
10290
10291         * message.el (message-canlock-generate): Require sha1, not
10292         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
10293         to require within a function.  Sadly, if sha1.el isn't loaded, the
10294         let binding in m-c-g will hide the defcustom definition, which is
10295         bad.)
10296
10297         * canlock.el: Require sha1, not sha1-el.
10298
10299         * message.el: Don't autoload sha1 (there is a autoload cookie in
10300         sha1.el).
10301
10302         * sha1-el.el: Renamed to sha1.el.
10303
10304 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10305
10306         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10307
10308 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10309
10310         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10311
10312 2004-08-30  Kim F. Storm  <storm@cua.dk>
10313
10314         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10315
10316         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10317         Add :group 'nnimap.
10318
10319 2004-08-30  Andreas Schwab  <schwab@suse.de>
10320
10321         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10322         ?* and ?\;.
10323
10324         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10325         and ?\' to symbol instead of whitespace.
10326
10327 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10330
10331         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10332         instead of re-search-forward.
10333
10334         * gnus-uu.el (gnus-uu-save-article): Ditto.
10335         (gnus-uu-post-encode-uuencode): Ditto.
10336
10337         * html2text.el (html2text-clean-list-items): Ditto.
10338         (html2text-clean-dtdd): Ditto.
10339         (html2text-format-tags): Ditto.
10340
10341         * message.el (message-send-mail-with-sendmail): Fix regexp.
10342         (message-fill-field-general): Use search-forward instead of
10343         re-search-forward.
10344         (unbold-region): Ditto.
10345
10346         * nnrss.el (nnrss-request-article): Ditto.
10347
10348         * nnslashdot.el (nnslashdot-request-article): Ditto.
10349
10350         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10351
10352         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10353         "Unrecognized menu descriptor" error in XEmacs.
10354
10355 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10356
10357         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10358         parent article of a sparse article in the thread hashtb.
10359
10360 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10361
10362         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10363         (nnmail-expand-newtext): Lowercase expanded entries if
10364         nnmail-split-lowercase-expanded is non-nil.
10365
10366 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10369
10370         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10371         of gnus-tmp-news-method into string under XEmacs.  It will be
10372         passed to gnus-correct-length which takes only a string argument.
10373
10374 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10375
10376         * gnus-util.el (gnus-bind-print-variables): New macro.
10377         (gnus-prin1): Use it.
10378         (gnus-prin1-to-string): Use it.
10379         (gnus-pp): New function.
10380         (gnus-pp-to-string): New function.
10381
10382         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10383         Replace pp-to-string with gnus-pp-to-string.
10384         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10385         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10386         * gnus-msg.el (gnus-debug): Ditto.
10387         * gnus-score.el (gnus-score-save): Ditto.
10388         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10389         gnus-pp-to-string.
10390         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10391         with gnus-pp.
10392         * score-mode.el (gnus-score-pretty-print): Ditto.
10393         * webmail.el (webmail-debug): Ditto.
10394
10395 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * gnus-art.el (article-display-face, article-display-x-face):
10398         Use buffer-read-only.
10399
10400 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * gnus-art.el (article-hide-list-identifiers):
10403         Bind inhibit-read-only as t.
10404
10405 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10406
10407         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10408
10409 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10410
10411         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10412         (gnus-narrow-to-page): Don't assume point-min == 1.
10413         (gnus-article-edit-mode): Derive from message-mode.
10414
10415         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10416         point-min == 1.
10417
10418         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10419         Disable incorrect use of `assert'.
10420
10421         * message.el (message-mode): Set comment-start-skip.
10422
10423
10424 2004-08-22  Sam Steingold  <sds@gnu.org>
10425
10426         * pop3.el (pop3-leave-mail-on-server): New user variable.
10427         (pop3-movemail): Delete mail only when it is nil.
10428
10429 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10432
10433         * mml.el (mml-preview): Use `pop-to-buffer'.
10434
10435         * message.el (message-goto-mail-followup-to): Insert after "To".
10436         (message-carefully-insert-headers): Add comment.
10437
10438         * gnus.el: Remove unused variable `gnus-article-check-size'.
10439
10440         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10441
10442         * gnus-art.el (gnus-button-alist): Improve
10443         `gnus-button-handle-library' entry.
10444
10445 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10446
10447         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10448         downcase, since XEmacs capitalizes error messages differently.
10449
10450 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10451
10452         * nntp.el: Add (require 'gnus) due to reference to
10453         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10454
10455 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10456
10457         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10458         `mm-fill-flowed'.
10459
10460         * mm-decode.el (mm-dissect-singlepart): Check it.
10461
10462 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10463
10464         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10465         'imap' for netrc parsing.
10466
10467 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10468
10469         * mailcap.el (mailcap-mime-data): Mark as risky.
10470
10471 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10474         may be included in the encoded word.
10475         (rfc2047-encode): Don't append a space if the encoded word
10476         includes close parenthesis.
10477
10478 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10481         of text within parentheses.
10482
10483 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10484
10485         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10486         (gnus-encrypt-write-file-contents): Make the password key the file
10487         name PLUS the cipher, not just the cipher.  Also remove failed
10488         passwords from the cache.
10489
10490 2004-08-06  Simon Josefsson  <jas@extundo.com>
10491
10492         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10493         fix.
10494
10495 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10498         LWSP.
10499
10500 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10501
10502         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10503         to append in-reply-to: data to the references: header.
10504
10505         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10506         (netrc-parse): Use gnus-encrypt.el functions.
10507
10508         * gnus-encrypt.el: Add new file for encryption support; currently
10509         does only a few GPG ciphers and an internal XOR cipher.
10510
10511         * password.el: Add comments on using password-read-and-add.
10512         (password-read-and-add): Add function to read and add the
10513         password to the cache at once.
10514
10515 2004-07-28  Simon Josefsson  <jas@extundo.com>
10516
10517         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10518         parameter (but don't use it, for now).
10519
10520         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10521         instead of hard coding to nil.
10522
10523 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10526         as mm-inline-image-xemacs does.
10527
10528 2004-07-26  Simon Josefsson  <jas@extundo.com>
10529
10530         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10531         Revert part of 2004-07-17 change below.
10532
10533 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10536         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10537
10538 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10539
10540         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10541         quotes that actually start with ">" at the beginning of the
10542         lines.
10543
10544 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * rfc2047.el (rfc2047-encode-region): Fix last change.
10547         (rfc2047-encode-parameter): Remove useless concat.
10548
10549 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10552         encode special characters; fix some kind of misconfigured headers;
10553         signal a real error if debug-on-quit or debug-on-error is non-nil.
10554         (rfc2047-encode-max-chars): New variable.
10555         (rfc2047-encode-1): Use it.
10556         (rfc2047-encode-parameter): New function.
10557
10558         * mml.el (mml-insert-parameter): Remove an excessive space.
10559
10560 2004-07-17  Simon Josefsson  <jas@extundo.com>
10561
10562         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10563         Kai Grossjohann <kai@emptydomain.de>.
10564         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10565         (gnus-group-make-menu-bar): Ditto.
10566
10567         * gnus-util.el (gnus-group-server): Add.
10568
10569 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10570
10571         * message.el (message-clone-locals): Clone sendmail and smtp
10572         variables.
10573
10574 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * rfc2047.el (rfc2047-encode-region): Fix last change.
10577
10578 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10581         characters as non-special.
10582
10583 2004-07-09  Simon Josefsson  <jas@extundo.com>
10584
10585         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10586         Users will lose all flag changes made while unplugged with
10587         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10588         good default.  See numerous reports on ding mailing list.
10589
10590 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10593         add generate-head-function and generate-article-function to the
10594         rfc822-forward entry.
10595         (nndoc-rfc822-forward-generate-article): New function.
10596         (nndoc-rfc822-forward-generate-head): New function.
10597
10598         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10599
10600 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10601
10602         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10603         respect display group parameter and gnus-summary-expunge-below.
10604         (gnus-articles-to-read): Remove unused reference to display group
10605         parameter.
10606
10607 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10608
10609         * nnheader.el (nnheader-uniquify-message-id): New experimental
10610         variable.
10611         (nnheader-nov-read-message-id): Use it.
10612
10613         * spam-report.el (spam-report-gmane): Add interactive.
10614
10615 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10618         qp-or-base64 for the application/* types.
10619
10620 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10621
10622         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10623
10624 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10625
10626         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10627         trim value.
10628
10629 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10630
10631         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10632         New macro and function.
10633         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10634
10635 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10638         after-load-alist.
10639
10640 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10641
10642         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10643         update info that isn't there.
10644
10645 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10646
10647         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10648         entry.
10649
10650 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * mm-view.el (mm-inline-render-with-function): Use multibyte
10653         buffer; decode html source by charset.
10654
10655         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10656
10657         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10658         Mule-UCS is loaded under XEmacs.
10659         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10660
10661 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10662
10663         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10664
10665 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * mm-util.el (mm-coding-system-p): Return a coding-system.
10668         (mm-mime-mule-charset-alist): Use shift_jis instead of
10669         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10670         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10671         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10672         instead of japanese-shift-jis and iso-latin-1 respectively in
10673         order to share the default value with both Emacs and XEmacs-mule.
10674         (mm-mule-charset-to-mime-charset): Make
10675         mm-coding-system-priorities effective.
10676         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10677         while predicating of candidates upon the priorities.
10678
10679 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10680
10681         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10682         gnus-uu-invert-processable.
10683
10684         * gnus.el: Autoload gnus-uu-invert-processable.
10685
10686 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10687
10688         * mm-util.el (mm-with-multibyte-buffer): New macro.
10689
10690         * rfc2047.el (rfc2047-encode-string): Use it.
10691         (rfc2047-encode-region): Move point to the end of the region after
10692         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10693
10694 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10697         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10698
10699 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10702         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10703         Karl Chen <quarl@nospam.quarl.org>.
10704
10705 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10706
10707         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10708         invalid addresses.
10709
10710 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10711
10712         * spam.el: Change section markers, revise TODO list.
10713         (spam-backends): Make new master list of all installed backends.
10714         (spam-summary-exit-behavior): Add new variable to determine how
10715         messages moves are done at summary exit.
10716         (spam-move-spam-nonspam-groups-only)
10717         (spam-process-ham-in-nonham-groups)
10718         (spam-process-ham-in-spam-groups): Remove variables, the
10719         spam-summary-exit-behavior variable should be used to manage this
10720         behavior.
10721         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10722         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10723         and spam-old-spam-articles.
10724         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10725         Add empty variables, placeholders for the backends they represent.
10726         (spam-set-difference): Move, unchanged.
10727         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10728         unless the user has a processor variable.
10729         (spam-classifications, spam-classification-valid-p)
10730         (spam-backend-properties, spam-backend-property-valid-p)
10731         (spam-backend-function-type-valid-p)
10732         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10733         (spam-report-articles-gmane, spam-report-articles-resend):
10734         Remove functions, they are not needed.
10735         (spam-install-backend-super, spam-backend-list)
10736         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10737         (spam-backend-function, spam-backend-ham-registration-function)
10738         (spam-backend-spam-registration-function)
10739         (spam-backend-ham-unregistration-function)
10740         (spam-backend-spam-unregistration-function)
10741         (spam-backend-statistical-p, spam-backend-mover-p)
10742         (spam-install-backend-alias, spam-install-checkonly-backend)
10743         (spam-install-mover-backend, spam-install-nocheck-backend)
10744         (spam-install-backend, spam-install-statistical-backend)
10745         (spam-install-statistical-checkonly-backend): Add backend installation
10746         support.
10747         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10748         (spam-group-processor-p): Use the new backend code and respect the
10749         summary exit behavior.
10750         (spam-mark-spam-as-expired-and-move-routine): Remove.
10751         (spam-summary-prepare): Change to use the new spam-old-articles
10752         variable.
10753         (spam-copy-or-move-routine, spam-copy-spam-routine)
10754         (spam-move-spam-routine, spam-copy-ham-routine)
10755         (spam-move-ham-routine): Add code to copy/move ham or spam.
10756         (spam-fetch-field-fast): Improve doc and code, plus allow the
10757         'number request.
10758         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10759         variables.
10760         (spam-split, spam-find-spam): Use the new backend code.
10761         (spam-registration-functions): Remove variable.
10762         (spam-unregister-routine): Add convenience wrapper.
10763         (spam-log-undo-registration, spam-register-routine)
10764         (spam-log-processing-to-registry)
10765         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10766         where possible.
10767         (spam-check-gmane-xref, spam-check-regex-headers)
10768         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10769         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10770         (spam-check-bogofilter-headers, spam-check-spamoracle)
10771         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10772         (spam-check-crm114-headers): Use the spam-split-group that
10773         spam-split prepares, no need to determine it every time.
10774
10775         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10776         to the nnheader-parse-naked-head call.
10777
10778         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10779
10780         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10781         the nnheader-nov-read-message-id call.
10782
10783 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10786         gnus-activate-group twice.  Suggested by Markus Peter
10787         <warp@spin.de>.
10788
10789 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * gnus-art.el (gnus-article-time-format): Exchange the order of
10792         day and month in the default value; fix customization type.
10793         (article-date-ut): Use add-text-properties.
10794         (article-make-date-line): Use message-make-date instead of
10795         current-time-string.
10796
10797         * message.el (message-fetch-field): Don't use set-text-properties.
10798         (message-make-date): Simplify.
10799
10800         * messagexmas.el (message-xmas-make-date): New function.
10801         (message-xmas-redefine): Defalias message-make-date to it.
10802
10803 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10806         (rfc2047-encode-region): Treat text within parentheses as special;
10807         show the original text when error has occurred.
10808
10809         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10810         already-computed method to gnus-activate-group.
10811
10812         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10813         same select-methods identical Lisp objects.
10814
10815         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10816         object when modifying the info.
10817
10818 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10819
10820         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10821         gnus-opened-servers since it has never been opened with the new
10822         configuration yet.
10823
10824 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10827         arg to nnheader-generate-fake-message-id.
10828
10829 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10830
10831         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10832         number and build a fake message ID localized to a group and
10833         article number (so it's repeatable from that point on).
10834         (nnheader-fake-message-id-p): Change regex to accomodate new fake
10835         ID format.
10836
10837         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10838         nnheader-generate-fake-message-id with the article number.
10839
10840 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10841
10842         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10843         end-of-buffer.
10844
10845 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10846
10847         * message.el (message-ignored-supersedes-headers): Add Approved.
10848
10849 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * rfc2047.el (rfc2047-encode-message-header): Remove useless
10852         goto-char.
10853         (rfc2047-encode): Fold the line before encoding.
10854
10855 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10856
10857         * rfc2047.el (rfc2047-encode-message-header): Disabled header
10858         folding -- not all headers can be folded, and this should be done
10859         by the message composition mode.  Probably.  I think.
10860
10861 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10862
10863         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10864         fast.
10865
10866         * gnus-ems.el (gnus-remove-image): Don't use
10867         message-text-with-property; remove only the image found first.
10868
10869         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
10870         found first.
10871
10872 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
10873
10874         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10875
10876 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * message.el (message-text-with-property): Make it fast and accept
10879         optional arguments.
10880         (message-strip-forbidden-properties): Use it.
10881         (message-fix-before-sending): Follow the m-t-w-p change.
10882
10883         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10884
10885 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * gnus-art.el (article-hide-headers): Don't change the buffer
10888         mistakenly when performing mml-preview even if
10889         gnus-single-article-buffer is nil.
10890
10891 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
10892
10893         * message.el (message-expand-name-databases): New user option.
10894         (message-expand-name): Use it.
10895
10896 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
10897
10898         * spam.el (spam-report-articles-resend)
10899         (spam-report-resend-register-routine): Allow ham reporting.
10900         (spam-report-resend-register-ham-routine): Add wrapper.
10901         (spam-registration-functions): Add ham resending functions.
10902         (spam-list-of-processors): Add ham resend processor.
10903
10904         * gnus.el (ham-resend-to): Add new group parameter.
10905         (spam-process): Add ham resend option.
10906
10907         * spam-report.el (spam-report-resend): Allow reporting ham.
10908         (spam-report-resend-ham): Add wrapper.
10909
10910 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10911
10912         * message.el (message-cite-articles-with-x-no-archive): New
10913         variable.
10914         (message-cite-original): Use it.
10915
10916 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10917
10918         * message.el (message-cite-original): Respect X-No-Archive.
10919
10920 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * gnus-art.el (article-hide-headers): Refer to the values for
10923         gnus-ignored-headers and gnus-visible-headers in the summary
10924         buffer since a user may have set them as group parameters.
10925
10926 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
10927
10928         * assistant.el (assistant-node-name): Add convenience function.
10929         (assistant-render-text, assistant-render-node): Add error handling,
10930         plus handle multiple next nodes.
10931         (assistant-find-next-node): Comment out for now.
10932         (assistant-find-next-nodes): Add function, returns list of next
10933         nodes.
10934
10935 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
10936
10937         * mail-source.el (mail-source-directory): Fix doc-string.
10938
10939 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
10940
10941         * assistant.el (assistant-render-text, assistant-eval): Add :set
10942         widget type, which is different because it takes and returns a
10943         list.  Much hilarity ensues.
10944
10945 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
10946
10947         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10948
10949         * gnus-group.el (gnus-group-get-new-news-this-group): Added
10950         doc-string.
10951
10952         * gnus-start.el (gnus-activate-group): Added doc-string.
10953
10954 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10955
10956         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10957
10958 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
10959
10960         * assistant.el (assistant-render-text): Try to add a :set
10961         widget, more to come.
10962
10963         * spam.el (spam-group-spam-contents-p): Handle empty groupname
10964         strings.
10965         (spam-report-articles-resend)
10966         (spam-register-routine): Do registration iff any articles warrant
10967         it.
10968         (spam-summary-prepare-exit): Change log message for nil group
10969         destinations.
10970
10971 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
10972
10973         * spam.el (spam-report-resend-register-routine): Allow
10974         spam-report-resend-to to be a group parameter or a global value.
10975
10976 2004-05-26  Simon Josefsson  <jas@extundo.com>
10977
10978         * starttls.el: Merge with my GNUTLS based starttls.el.
10979         (starttls-gnutls-program, starttls-use-gnutls)
10980         (starttls-extra-arguments, starttls-process-connection-type)
10981         (starttls-connect, starttls-failure, starttls-success): New
10982         variables.
10983         (starttls-program, starttls-extra-args): Doc fix.
10984         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10985         functions.
10986         (starttls-negotiate, starttls-open-stream): Check
10987         `starttls-use-gnutls' and pass on to corresponding *-gnutls
10988         function if it is set.
10989
10990 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10993         structured fields.
10994
10995 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10998
10999 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11000
11001         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11002         variable.
11003         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11004         assigning the spam-mark to new messages.
11005
11006 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11007
11008         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11009
11010 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11011
11012         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11013
11014         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11015         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11016         default.
11017
11018 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11019
11020         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11021         correct data.
11022
11023 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11024
11025         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11026         (spam-group-processor-p): Fix function.
11027         (spam-group-processor-multiple-p)
11028         (spam-group-spam-processor-report-gmane-p)
11029         (spam-group-spam-processor-report-resend-p)
11030         (spam-group-spam-processor-bogofilter-p)
11031         (spam-group-spam-processor-blacklist-p)
11032         (spam-group-spam-processor-ifile-p)
11033         (spam-group-ham-processor-ifile-p)
11034         (spam-group-spam-processor-spamoracle-p)
11035         (spam-group-spam-processor-crm114-p)
11036         (spam-group-ham-processor-bogofilter-p)
11037         (spam-group-spam-processor-stat-p)
11038         (spam-group-ham-processor-stat-p)
11039         (spam-group-ham-processor-whitelist-p)
11040         (spam-group-ham-processor-BBDB-p)
11041         (spam-group-ham-processor-spamoracle-p)
11042         (spam-group-ham-processor-copy-p): Remove functions with some
11043         prejudice against unneeded code.
11044         (spam-report-articles-resend)
11045         (spam-report-resend-register-routine): Allow the group/topic
11046         spam-resend-to value to override spam-report-resend-to.
11047         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11048         properly now.
11049
11050         * gnus.el (spam-resend-to): Add group/topic parameter.
11051         (spam-process): Move the OBSOLETE processors to the end of the
11052         choices.
11053
11054 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11055
11056         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11057         with resend-to set to nil, and then ask the user if necessary.
11058         (spam-report-resend): spam-report-resend takes a list of articles, not
11059         separate article numbers.
11060
11061 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11062
11063         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11064         addition to emacs-w3m.
11065
11066 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11067
11068         * assistant.el (assistant-authinfo-data): New function.
11069         (assistant-eval): Eval for entire assistant.
11070
11071         * netrc.el (netrc-services-file): New variable.
11072         (netrc-parse-services): New function.
11073         (netrc-find-service-name): New function.
11074         (netrc-find-service-number): New function.
11075         (netrc-port-equal): New function.
11076         (netrc-machine): Use it.
11077
11078         * nnimap.el (nnimap-open-connection): Use netrc.
11079
11080         * gnus-util.el (gnus-netrc-get): Remove aliases.
11081
11082         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11083
11084         * assistant.el (wid-edit): Fix compilation.
11085
11086         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11087
11088 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11089
11090         * gnus-util.el (gnus-set-file-modes): New function.  (small
11091         patch).
11092
11093 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11094
11095         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11096
11097         * assistant.el (assistant-render-node): Fix up rendering and
11098         read-only text.
11099         (assistant-render-node): Reset.
11100         (assistant-make-read-only): Not sticky.
11101
11102 2004-05-20  Danny Siu  <dsiu@adobe.com>
11103
11104         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11105         centered even when gnus-auto-center-summary is t
11106
11107 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11108
11109         * dns.el (dns-get-txt-answer): New function.
11110         (dns-read-txt): Ditto.
11111         (query-dns): Use it.
11112
11113 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11114
11115         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11116         active for foreign groups even if the group level is higher than
11117         the specified value.
11118
11119 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11120
11121         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11122         non-active groups.
11123
11124         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11125
11126 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11127
11128         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11129
11130 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11131
11132         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11133         (spam-crm114-header, spam-crm114-spam-switch)
11134         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11135         (spam-crm114-positive-spam-header)
11136         (spam-crm114-database-directory, spam-list-of-processors)
11137         (spam-group-spam-processor-crm114-p)
11138         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11139         (spam-generic-score, spam-list-of-checks)
11140         (spam-list-of-statistical-checks, spam-registration-functions)
11141         (spam-check-crm114-headers, spam-crm114-score)
11142         (spam-check-crm114, spam-crm114-register-with-crm114)
11143         (spam-crm114-register-spam-routine)
11144         (spam-crm114-unregister-spam-routine)
11145         (spam-crm114-register-ham-routine)
11146         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11147         asjo@koldfront.dk (Adam Sjøgren).
11148
11149         * gnus.el: Add spam-use-crm114.
11150
11151         * spam.el (spam-list-of-processors, spam-registration-functions):
11152         Add spam-use-resend.
11153         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11154         (spam-report-articles-gmane): Add doc fix.
11155         (spam-report-articles-resend, spam-report-resend-register-routine):
11156         Add wrappers around spam-report-resend-to.
11157
11158         * spam-report.el (spam-report-resend-to, spam-report-resend):
11159         Add support for resending spam.
11160         (spam-report-gmane): Fix line length >80.
11161
11162         * gnus.el (spam-process): Add spam-use-resend.
11163
11164 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11165
11166         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11167         number of processed spam messages.
11168         (spam-ham-copy-or-move-routine): Return the number of processed
11169         ham messages.
11170         (spam-summary-prepare-exit): Use the above values to decide
11171         whether status messages shouled be displayed.
11172
11173 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11176         `rfc2047-encoding-function-alist' in order to avoid conflicting
11177         with the old version.
11178         (rfc2047-encode-region): Concatenate words containing non-ASCII
11179         characters in structured fields; don't encode space-delimited
11180         ASCII words even in unstructured fields; don't break words at
11181         char-category boundaries.
11182         (rfc2047-encode-1): New function.
11183         (rfc2047-encode): Use it; encode text so that it occupies the
11184         maximum width within 76-column; work correctly on Q encoding for
11185         iso-2022-* charsets.
11186         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11187         sure not to break a line just after the header name.
11188         (rfc2047-b-encode-region): Removed.
11189         (rfc2047-b-encode-string): New function.
11190         (rfc2047-q-encode-region): Removed.
11191         (rfc2047-q-encode-string): New function.
11192
11193         * mm-util.el (mm-replace-in-string): New function.
11194
11195 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11196
11197         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11198         get it right.
11199         (gnus-inews-make-draft): Really.
11200
11201 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11202
11203         * nnmh.el (nnmh-request-list-1): Don't check the link count
11204         before descending.  (small patch)
11205
11206 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11207
11208         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11209         stuff.
11210
11211         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11212         on real group name.
11213
11214         * gnus-art.el (gnus-signature-limit): Doc fix.
11215
11216         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11217
11218         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11219
11220 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11221
11222         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11223         isn't a string.
11224
11225 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11226
11227         * gnus-draft.el (gnus-draft-send): Bind
11228         rfc2047-encode-encoded-words.
11229
11230         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11231         (rfc2047-encodable-p): Say that =? needs encoding.
11232         (rfc2047-encode-encoded-words): New variable.
11233
11234         * gnus-group.el (gnus-group-select-group): Doc fix.
11235
11236         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11237
11238         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11239         to nil.
11240
11241         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11242
11243         * nnheader.el (nnheader-get-lines-and-char): New function.
11244
11245 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11246
11247         * gnus-msg.el (gnus-summary-followup-with-original): Document
11248         yanking of region when active.
11249
11250 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11253         groups if the group level is higher than the specified value.
11254
11255 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11256
11257         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11258         (gnus-group-jump-to-group): Added prefix argument using
11259         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11260         non-active group.
11261
11262         * compface.el (uncompface): Be verbose when changing
11263         `uncompface-use-external'.
11264
11265         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11266         handle manual section.
11267
11268 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11269
11270         * gnus-art.el (gnus-button-alist): Revert previous change.
11271
11272 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11275
11276 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11277
11278         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11279         whether backend can accept message.
11280
11281         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11282
11283 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11284
11285         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11286         Avoid creating directory when nntp-marks-is-evil is true.
11287         Reported by Reiner Steib.
11288
11289 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11290
11291         * gnus-picon.el (gnus-picon-style): New variable.
11292         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11293         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11294         Jesper Harder <harder@ifa.au.dk>.
11295
11296 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11297
11298         * message.el (message-fill-field): Return point.
11299         (message-generate-headers): Go to end of field.
11300
11301         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11302         stuff for non-living groups.
11303
11304 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11305
11306         * gnus-art.el (gnus-article-followup-with-original)
11307         (gnus-article-reply-with-original): gnus-mark-active-p ->
11308         gnus-region-active-p.
11309
11310 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11311
11312         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11313         only when there is spam or ham to be processed.
11314
11315 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11316
11317         * mail-source.el (mail-source-delete-crash-box): Refactor.
11318         (mail-source-fetch): Use it.
11319         (mail-source-fetch-file): Ditto.
11320         (mail-source-fetch-directory): Run postscript in loop.
11321         (mail-source-fetch-pop): Delete.
11322         (mail-source-fetch-maildir): Ditto.
11323         (mail-source-fetch-imap): Ditto.
11324
11325         * imap.el (imap-authenticators): Comment out sasl.
11326
11327         * message.el (message-skip-to-next-address): New function.
11328         (message-fill-header-address): Refactor.
11329         (message-fill-address): Use it.
11330         (message-delete-address): Use it.
11331         (message-fill-header-general): Refactor.
11332         (message-fill-field-address): Rename.
11333         (message-narrow-to-field): Find the start of the header.
11334         (message-header-format-alist): Don't pre-fill.
11335         (message-fill-header): Removed.
11336         (message-insert-header): New function.
11337         (message-shorten-references): Use it.
11338
11339         * rfc2047.el (rfc2047-field-value): Strip props.
11340
11341         * mail-parse.el (mail-header-make-address): New alias.
11342
11343         * ietf-drums.el (ietf-drums-make-address): New function.
11344
11345         * imap.el: Add compiler directives.
11346
11347         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11348
11349         * gnus-art.el (article-decode-idna-rhs): Don't use
11350         message-idna-inside-rhs-p.
11351
11352 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11353
11354         * message.el (message-idna-inside-rhs-p): Removed.
11355         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11356
11357         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11358         false positives.
11359
11360 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11361
11362         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11363
11364 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11365
11366         * nneething.el (nneething-file-name): Don't create spurious
11367         files.
11368
11369         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11370         (gnus-inews-do-gcc): Remove sleep.
11371
11372         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11373         part under point.
11374
11375         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11376         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11377
11378 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11379
11380         * spam.el (spam-summary-prepare-exit): Fixed (length).
11381
11382 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11383
11384         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11385         as expired without moving it" message when there are spam
11386         messages left.
11387
11388 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11389
11390         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11391         header is not nil.
11392
11393 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11394
11395         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11396         nntp-possibly-create-directory, not nntp-possibly-change-group.
11397         (nntp-marks-changed-p): New arg SERVER.
11398         (nntp-request-update-info): Adjust caller.
11399
11400 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11401
11402         * nntp.el (nntp-save-marks): Pass missing arg.
11403
11404 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11405
11406         * nntp.el: Support marks.
11407         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11408         (nntp-marks-modtime, nntp-marks-directory): New variables.
11409         (nntp-request-set-mark, nntp-request-update-info)
11410         (nntp-possibly-create-directory, nntp-marks-changed-p)
11411         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11412         functions.
11413
11414 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11415
11416         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11417         (gnus-xmas-redefine): Rename.
11418
11419         * gnus-score.el (gnus-score-insert-help): Use
11420         gnus-select-lowest-window.
11421
11422         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11423         appt-select-lowest-window and rename to gnus-select-lowest-window.
11424
11425         * gnus.el: do.
11426
11427 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11428
11429         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11430         encodings of MIME-encoded words, in order to improve
11431         interoperability with several broken MUAs.
11432
11433 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11434
11435         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11436         tags, only when charsets are not specified in headers.
11437         (mm-inline-text-html-render-with-w3m): Ditto.
11438
11439         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11440         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11441
11442 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11443
11444         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11445         instead of MIME-decoded from fields when checking
11446         `gnus-article-address-banner-alist'.
11447
11448 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11449
11450         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11451         description rather than subject.
11452
11453 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11454
11455         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11456
11457 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11458
11459         * gnus.el (gnus-version-number): Bump.
11460
11461 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11462
11463         * gnus.el: No Gnus v0.2 is released.
11464
11465 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11466
11467         * gnus-agent.el (gnus-agent-read-agentview): Inline
11468         gnus-uncompress-range.
11469
11470 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11471
11472         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11473         `exec-installed-p'.
11474
11475 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11476
11477         * gnus.el (spam-process, spam-autodetect-methods): Add
11478         bsfilter and bsfilter-headers.
11479
11480         * spam.el (spam-bsfilter): New customize group.
11481         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11482         (spam-bsfilter-header, spam-bsfilter-probability-header)
11483         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11484         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11485         (spam-bsfilter-database-directory): New options.
11486         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11487         (spam-list-of-statistical-checks, spam-registration-functions):
11488         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11489         (spam-bsfilter-score): New command.
11490         (spam-check-bsfilter-headers, spam-check-bsfilter)
11491         (spam-bsfilter-register-with-bsfilter)
11492         (spam-bsfilter-register-spam-routine)
11493         (spam-bsfilter-unregister-spam-routine)
11494         (spam-bsfilter-register-ham-routine)
11495         (spam-bsfilter-unregister-ham-routine): New functions.
11496         (spam-generic-score): Support bsfilter; Accept an optional argument
11497         to recalcurate spam score even if scoring header has already been
11498         added.
11499         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11500         optional argument to recalcurate spam score even if scoring header
11501         has already been added.
11502
11503 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11504
11505         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11506         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11507         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11508         link is missing.
11509
11510 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11511
11512         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11513         (html2text-get-attr): Rewrite.
11514
11515         * message.el (message-setup-1): Remove redundant put-text-property
11516         on mail-header-separator.
11517
11518 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11519
11520         * gnus-registry.el (gnus-registry-cache-whitespace)
11521         (gnus-registry-action, gnus-registry-spool-action)
11522         (gnus-registry-split-fancy-with-parent): Change message levels
11523         from 5 to 3 or 7, as needed.
11524
11525         * spam.el (spam-summary-prepare-exit)
11526         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11527         (spam-split, spam-find-spam, spam-log-undo-registration)
11528         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11529         level from 5 to 6.
11530
11531 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11534         2004-03-04 change).
11535
11536 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11537
11538         * sieve-manage.el (sieve-manage-open):
11539         * nnweb.el (nnweb-insert-html):
11540         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11541         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11542         * nnspool.el (nnspool-request-group):
11543         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11544         * nnml.el (nnml-request-update-info):
11545         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11546         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11547         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11548         (nnimap-request-set-mark):
11549         * nnfolder.el (nnfolder-request-update-info):
11550         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11551         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11552         * gnus-uu.el (gnus-uu-find-articles-matching):
11553         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11554         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11555         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11556         * gnus-nocem.el (gnus-nocem-scan-groups):
11557         * gnus-int.el (gnus-start-news-server):
11558         * gnus-group.el (gnus-group-make-kiboze-group)
11559         (gnus-group-browse-foreign-server):
11560         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11561         Use mapc when appropriate.
11562
11563 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11564
11565         FIXME: Make separate entries for each person.
11566
11567         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11568         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11569         <shields@msrl.com>:
11570
11571         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11572         may need for spam sorting and scoring.
11573         (spam-user-format-function-S): Add user format function suitable for
11574         general use.
11575         (spam-article-sort-by-spam-status): Add sorting function for summary
11576         sorting.
11577         (spam-extra-header-to-number): Add function to get a score from a
11578         header.
11579         (spam-summary-score): Add function to  get a numeric score from the
11580         headers.
11581         (spam-generic-score): Fix function doc, was in wrong place.
11582         (spam-initialize): Take symbols when it's run, and install the
11583         extra headers that spam-necessary-extra-headers thinks we need.
11584
11585 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11586
11587         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11588         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11589
11590 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11591
11592         * gnus-sum.el (gnus-set-global-variables)
11593         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11594         (gnus-article-get-xrefs, gnus-summary-best-group)
11595         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11596         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11597         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11598         Use with-current-buffer.
11599
11600 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11601
11602         * spam.el (spam-summary-prepare-exit): Simplify logic.
11603         (spam-fetch-article-header): Read the article header if it's not
11604         available.
11605         (spam-list-articles): Simplify logic.
11606         (spam-filelist-register-routine): Fix bug with unregister-list.
11607
11608         * gnus-registry.el: Fix comments at beginning.
11609
11610 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11611
11612         * message.el (message-cater-to-broken-inn): Remove.
11613         (message-shorten-references): Make sure the total folded length of
11614         References is shorter than 998 characters to cater to a bug in INN
11615         2.3.  Also, don't pretend that references aren't folded -- this
11616         hasn't worked for a while.
11617
11618 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11619
11620         * gnus-agent.el (gnus-agentize):
11621         gnus-agent-send-mail-real-function no longer set to current value
11622         of message-send-mail-function but rather a lambda that calls
11623         message-send-mail-function.  The change makes the agent real-time
11624         responsive to user changes to message-send-mail-function.
11625
11626 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11627
11628         * legacy-gnus-agent.el
11629         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11630         help from Florian Weimer <fw@deneb.enyo.de>
11631
11632 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * nnmail.el (nnmail-cache-insert): Revert last change.
11635
11636 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * nnmail.el (nnmail-cache-insert): Always check whether
11639         nnmail-cache-ignore-groups matches a group name.
11640
11641 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11642
11643         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11644         (spam-find-spam, spam-log-processing-to-registry)
11645         (spam-log-registered-p, spam-log-unregistration-needed-p)
11646         (spam-log-undo-registration): Use gnus-message instead of
11647         gnus-error, none of these errors are fatal.
11648
11649         * gnus-registry.el (gnus-registry-clean-empty-function)
11650         (gnus-registry-clean-empty): Remove only empty entries without
11651         extra data.
11652
11653 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11654
11655         * spam-stat.el (spam-stat-buffer-change-to-spam)
11656         (spam-stat-buffer-change-to-non-spam): Change (error) to
11657         (gnus-message 8) invocation.
11658
11659 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * nntp.el (nntp-via-netcat-command): New variable.
11662         (nntp-via-netcat-switches): New variable.
11663         (nntp-open-via-rlogin-and-netcat): New function.
11664         (nntp-open-connection-function): Doc fix.
11665         (nntp-telnet-command): Doc fix.
11666         (nntp-end-of-line): Doc fix.
11667         (nntp-via-rlogin-command): Doc fix.
11668         (nntp-via-user-name): Doc fix.
11669         (nntp-via-address): Doc fix.
11670
11671 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11674         error in Emacs 21.1.
11675
11676 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11677
11678         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11679
11680 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11681         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11682         (gnus-agent-with-refreshed-group): New macro.
11683         (gnus-agent-rename-group): New function.
11684         (gnus-agent-delete-group): New function.
11685         (gnus-agent-save-group-info): Use gnus-command-method when
11686         `method' parameter is nil.  Don't write nil entries into the
11687         active file.
11688         (gnus-agent-get-group-info): New function.
11689         (gnus-agent-fetch-articles): Use
11690         gnus-agent-update-files-total-fetched-for to increment disk space
11691         used.
11692         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11693         gnus-agent-update-view-total-fetched-for to increment disk space
11694         used.
11695         (gnus-agent-get-local): Added optional parameters to avoid calling
11696         gnus-group-real-name and gnus-find-method-for-group.
11697         (gnus-agent-set-local): Delete stored entry if either min, or max,
11698         are nil.
11699         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11700         quit, use gnus-agent-regenerate-group to record existance of any
11701         articles fetched to disk before the quit occurred.
11702         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11703         gnus-agent-update-view-total-fetched-for, and
11704         gnus-agent-update-files-total-fetched-for to decrement disk space
11705         used.
11706         (gnus-agent-retrieve-headers): Use
11707         gnus-agent-update-view-total-fetched-for to increment disk space
11708         used.
11709         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11710         with gnus-agent-update-files-total-fetched-for to decrement disk
11711         space and fresh group buffer.
11712         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11713         (gnus-agent-need-update-total-fetched-for): New variable.
11714         (gnus-agent-update-files-total-fetched-for): New function.
11715         (gnus-agent-update-view-total-fetched-for): New function.
11716         (gnus-agent-total-fetched-for): New function.
11717
11718         * gnus-cache.el (gnus-cache-save-buffers): Use
11719         gnus-cache-update-overview-total-fetched-for to change disk space
11720         used by this group.
11721         (gnus-cache-possibly-enter-article): Use
11722         gnus-cache-update-file-total-fetched-for to increment disk space
11723         used by this group.
11724         (gnus-cache-possibly-remove-article): Use
11725         gnus-cache-update-file-total-fetched-for to decrement disk space
11726         used by this group.
11727         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11728         (gnus-cache-rename-group): New function.
11729         (gnus-cache-delete-group): New function.
11730         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11731         (gnus-cache-need-update-total-fetched-for): New variable.
11732         (gnus-cache-with-refreshed-group): New macro.
11733         (gnus-cache-update-file-total-fetched-for): New function.
11734         (gnus-cache-update-overview-total-fetched-for): New function.
11735         (gnus-cache-rename-group-total-fetched-for): New function.
11736         (gnus-cache-delete-group-total-fetched-for): New function.
11737         (gnus-cache-total-fetched-for): New function.
11738
11739         * gnus-group.el: Require gnus-sum and autoload functions to
11740         resolve warnings when gnus-group.el compiled alone.
11741         (gnus-group-line-format): Documented new %F
11742         (size of Fetched data) group line format; identifies disk space
11743         used by agent and cache.
11744         (gnus-group-line-format-alist): Defined new F format.
11745         (gnus-total-fetched-for): New function.
11746         (gnus-group-delete-group): No longer update
11747         gnus-cache-active-altered as gnus-request-delete-group now keeps
11748         the cache in sync.
11749         (gnus-group-list-active): Let the agent store a server's active
11750         list if currently plugged.
11751
11752         * gnus-int.el (gnus-request-delete-group):
11753         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11754         local disk in sync with the server.
11755         (gnus-request-rename-group):
11756         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11757         local disk in sync with the server.
11758
11759         * gnus-start.el (gnus-get-unread-articles):
11760         Cosmetic simplification to logic.
11761
11762         * gnus-util.el (gnus-rename-file): New function.
11763
11764 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11765
11766         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11767
11768 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11769
11770         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11771         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11772
11773 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11774
11775         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11776         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11777
11778 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11779
11780         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11781
11782 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11783
11784         * spam.el (spam-set-difference): Add function to replace
11785         gnus-set-difference in spam.el.
11786         (spam-summary-prepare-exit): Use spam-set-difference.
11787
11788 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11789
11790         * gnus-registry.el (gnus-registry-cache-file): Update to use
11791         gnus-dribble-directory OR gnus-home-directory OR ~.
11792         (gnus-registry-split-fancy-with-parent): Fix doc.
11793
11794 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * message.el (message-exchange-point-and-mark): Use
11797         message-mark-active-p.  Suggested by Jesper Harder
11798         <harder@ifa.au.dk>.
11799
11800 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * message.el (message-exchange-point-and-mark): Don't activate
11803         region if it was inactive.  Suggested by Hiroshi Fujishima
11804         <pooh@nature.tsukuba.ac.jp>.
11805
11806 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * gnus-art.el (article-display-face): Display Faces in the same
11809         order as X-Faces.
11810
11811 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11814
11815 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11818         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11819         (gnus-article-mime-hierarchy): Remove.
11820         (gnus-article-mime-hierarchy-next): Remove.
11821         (gnus-article-mode): Revert 2004-03-19 change.
11822         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11823         (gnus-insert-mime-button): Revert 2004-03-19 change.
11824         (gnus-mime-accumulate-hierarchy): Remove.
11825         (gnus-mime-enter-multipart): Remove.
11826         (gnus-mime-leave-multipart): Remove.
11827         (gnus-mime-display-part): Revert 2004-03-19 change.
11828         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11829
11830         * mml.el (mml-preview): Revert 2004-03-19 change.
11831
11832 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11833
11834         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11835
11836 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11839         t while entering a file name using the mm-with-multibyte macro.
11840         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11841
11842         * mm-util.el (mm-with-multibyte): New macro.
11843
11844 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11847         user option.
11848         (gnus-mime-multipart-functions): Doc and customization fix.
11849         (gnus-article-mime-hierarchy): New variable.
11850         (gnus-article-mime-hierarchy-next): New variable.
11851         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11852         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11853         gnus-article-mime-hierarchy-next to nil.
11854         (gnus-insert-mime-button): Show hierarchy numbers.
11855         (gnus-mime-accumulate-hierarchy): New function.
11856         (gnus-mime-enter-multipart): New function.
11857         (gnus-mime-leave-multipart): New function.
11858         (gnus-mime-display-part): Recompute hierarchical MIME structure.
11859         (gnus-mime-display-alternative): Show hierarchy numbers.
11860
11861         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11862         gnus-article-mime-hierarchy-next to nil.
11863
11864 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
11865
11866         * dns.el: Don't require gnus-xmas.
11867
11868 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
11869
11870         * mml.el (mml-generate-mime-1): Don't use format=flowed with
11871         inline PGP.
11872         (mml-menu): Disable mml-quote-region if mark is inactive.
11873
11874 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11877         when the group's active is not available.
11878
11879 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11882         error.
11883
11884 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
11885
11886         * imap.el (imap-store-password): New variable.
11887         (imap-interactive-login): Use it.
11888         Suggested by Mark Plaksin <happy@mcplaksin.org>.
11889
11890 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * gnus-art.el (gnus-article-read-summary-keys): Restore new
11893         window-start and hscroll to summary window.
11894
11895 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11896
11897         * gnus-start.el (gnus-convert-old-newsrc): Only write the
11898         conversion message to newsrc-dribble when an actual conversion is
11899         performed.
11900
11901 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
11902
11903         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11904
11905 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * mm-decode.el (mm-complicated-handles): New function reviving
11908         former definition of mm-multiple-handles.
11909
11910         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11911         (gnus-mime-delete-part): Use it.
11912
11913 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11914
11915         * gnus-agent.el (gnus-agent-read-local): Bind
11916         nnheader-file-coding-system to gnus-agent-file-coding-system to
11917         avoid the implicit assumption that they will always be equal.
11918         (gnus-agent-save-local): Bind buffer-file-coding-system, not
11919         coding-system-for-write, as the with-temp-file macro first prints
11920         to a buffer then saves the buffer.
11921
11922 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * gnus-art.el (gnus-article-edit-part): New function.
11925         (gnus-mime-save-part-and-strip): Use it; do query instead of
11926         signaling an error; don't use mm-multiple-handles.
11927         (gnus-mime-delete-part): Ditto.
11928
11929 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11930
11931         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11932         old file versions.
11933         (gnus-group-prepare-hook): Removed function that converted list
11934         form of gnus-agent-expire-days to group properties.
11935
11936         * gnus-int.el: Autoload gnus-agent-regenerate-group.
11937         (gnus-request-accept-article): Re-indented.
11938
11939         * gnus-start.el (gnus-convert-old-newsrc): Registered new
11940         converters to handle old agent file formats.  Added logic for a
11941         "backup before upgrading warning".
11942         (gnus-convert-mark-converter-prompt): Developers can mark
11943         functions as needing (default), or not needing,
11944         gnus-convert-old-newsrc's "backup before upgrading warning".
11945         (gnus-convert-converter-needs-prompt): Tests whether the user
11946         should be protected from potentially irreversable changes by the
11947         function.
11948
11949         * legacy-gnus-agent.el: New.  Provides converters that are only
11950         loaded when gnus-convert-old-newsrc needs to call them.
11951
11952 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11953
11954         * mail-source.el (mail-source-touch-pop): Doc fix.
11955
11956         * message.el (message-smtpmail-send-it): Doc fix.
11957
11958 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
11959
11960         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11961
11962         * nnmail.el (nnmail-split-fancy): do.
11963
11964         * gnus-kill.el (gnus-kill, gnus-execute): do.
11965
11966 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11967
11968         * gnus-sum.el (gnus-widget-reversible-match)
11969         (gnus-widget-reversible-to-internal)
11970         (gnus-widget-reversible-to-external): New functions.
11971         (gnus-widget-reversible): New widget.
11972         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11973
11974 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
11975
11976         * gnus-sum.el (gnus-thread-sort-functions)
11977         (gnus-article-sort-functions): Document `(not F)' items.
11978
11979 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11980
11981         * spam.el (spam-use-gmane-xref): Add new backend.
11982         (spam-gmane-xref-spam-group): Add variable to control the name of the
11983         Gmane spam group.
11984         (spam-blackhole-servers, spam-blackhole-good-server-regex)
11985         (spam-regex-headers-spam, spam-regex-headers-ham)
11986         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11987         (spam-list-of-checks): Add spam-use-gmane-xref to list of
11988         backends and checks.
11989         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11990
11991         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11992         an autodetect method.
11993
11994 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11995
11996         * gnus-int.el (gnus-request-accept-article): Inform the agent that
11997         articles are being added to a group.
11998         (gnus-request-replace-article): Inform the agent that articles
11999         need to be uncached as the cached contents are no longer valid.
12000
12001 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * binhex.el: Don't autoload executable-find.
12004
12005         * canlock.el: Don't autoload mail-fetch-field.
12006
12007         * dgnushack.el: Autoload c-mode for XEmacs.
12008
12009         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12010
12011         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12012         rmail-dont-reply-to and rmail-output.
12013
12014         * gnus-score.el: Don't autoload ffap-string-at-point.
12015
12016         * gnus-setup.el: Don't autoload sc-cite-original.
12017
12018         * imap.el: Don't autoload base64-decode-string,
12019         base64-encode-string and md5.
12020
12021         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12022         and rmail-msg-restore-non-pruned-header.
12023
12024         * mm-decode.el: Don't autoload executable-find.
12025
12026         * mm-url.el: Don't autoload executable-find.
12027
12028         * mm-view.el: Don't autoload diff-mode.
12029
12030         * nndb.el: Don't autoload news-reply-mode, news-setup,
12031         cancel-timer and telnet.
12032
12033         * password.el: Don't autoload run-at-time for Emacs.
12034
12035         * sha1-el.el: Don't autoload executable-find.
12036
12037         * sieve-mode.el: Don't autoload c-mode.
12038
12039         * uudecode.el: Don't autoload executable-find.
12040
12041 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12042
12043         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12044         (gnus-agent-possibly-alter-active): Avoid null in numeric
12045         comparison.
12046         (gnus-agent-set-local): Refuse to save null in local object table.
12047         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12048         list of articles that will be marked as unread.
12049
12050 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12053
12054 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12055
12056         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12057         language tags.
12058
12059 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12060
12061         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12062         Don't bind "obarray".
12063
12064         * gnus-sum.el (gnus-thread-sort-functions): Added
12065         `gnus-thread-sort-by-most-recent-number' and
12066         `gnus-thread-sort-by-most-recent-date'.
12067         Reported by Kai Grossjohann <kai@emptydomain.de>.
12068
12069 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12072
12073 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12074
12075         * gnus-cus.el (gnus-agent-customize-category): Removed
12076         ignore-errors macro reference that required cl to be loaded at
12077         run-time.
12078
12079         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12080         single-interval range of the form (min . max).  Previously the
12081         range had to look like ((min . max)).  Likewise, return
12082         (min . max) rather than ((min . max)).
12083         (gnus-range-map): Use gnus-range-normalize to accept
12084         single-interval range.
12085
12086         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12087         the cache, but not the agent, now appear with their usual face.
12088
12089         * dgnushack.el (loaddir): New variable that is bound to the
12090         directory containing the dgnushack.el file. Use loaddir, rather
12091         than srcdir, to update load-path. Change lets dgnushack compile
12092         code in directories other than GNUS/lisp.
12093
12094 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * lpath.el: Don't bind w3m-safe-url-regexp.
12097
12098         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12099         w3m-safe-url-regexp variable buffer-local.
12100
12101         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12102
12103 2004-02-27  Simon Josefsson  <jas@extundo.com>
12104
12105         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12106         gnus-group-real-prefix.
12107         (gnus-summary-move-article): Use it, instead of
12108         gnus-group-real-prefix.
12109
12110 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * lpath.el: Bind w3m-safe-url-regexp.
12113
12114         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12115         w3m-safe-url-regexp variable buffer-local and set it as the value
12116         of mm-w3m-safe-url-regexp.
12117
12118         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12119
12120         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12121         parsing gnus-posting-styles when the message is not for replying.
12122
12123         * dgnushack.el: Autoload sgml-mode for XEmacs.
12124
12125         * nnrss.el (nnrss-opml-export): Use
12126         mm-set-buffer-file-coding-system instead of
12127         set-buffer-file-coding-system.
12128
12129 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12130
12131         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12132         of checkdoc.el).
12133         * nnrss.el: do.
12134         * gnus-mlspl.el: do.
12135         * gnus-ml.el: do.
12136         * gnus-srvr.el: do.
12137
12138         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12139
12140 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12141
12142         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12143         Corrections to custom-manual links.
12144
12145         * gnus-art.el (gnus-article): Ditto.
12146
12147         * mm-decode.el (mime-display, mime-security): Ditto.
12148
12149 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12150
12151         * flow-fill.el: Typo.
12152
12153 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12154
12155         * spam-wash.el: New file.
12156
12157 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12158
12159         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12160
12161 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12162
12163         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12164         to be run with new-articles as LIST1, not LIST2.
12165         (spam-registration-functions): Add spam-use-ham-copy as a nil
12166         registration backend.
12167
12168 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12169
12170         * spam-stat.el (spam-stat-washing-hook): New option.
12171         (spam-stat-buffer-words): Use it.
12172         (spam-stat-process-directory, spam-stat-test-directory): Use
12173         insert-file-contents-literally.
12174         (spam-stat-coding-system): New variable.
12175         (spam-stat-load, spam-stat-save): Use it.
12176
12177 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * spam-report.el (spam-report-plug-agent): Quote
12180         spam-report-url-to-file and spam-report-url-ping-plain.
12181
12182 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12183
12184         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12185         / in mailto URLs.
12186
12187 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12188
12189         * spam-report.el (spam-report-process-queue): Fix interactive use.
12190         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12191         (spam-report-unplug-agent): Doc fixes.
12192         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12193         (spam-report-agentize, spam-report-deagentize): Autoload
12194
12195 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12198
12199         * message.el (message-setup-fill-variables): Add mml tags to
12200         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12201         <ajk@iu.edu>.
12202         (message-mode): Don't modify paragraph-separate there.
12203
12204 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * compface.el (uncompface-use-external): Default to undecided.
12207         (uncompface-use-external-threshold): New variable.
12208         (uncompface-float-time): New macro.
12209         (uncompface): Determine whether to use the external decoder if
12210         uncompface-use-external is undecided.
12211
12212 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12213
12214         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12215         after images.
12216
12217         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12218
12219 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12220
12221         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12222
12223         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12224
12225         * gnus-sum.el (gnus-summary-limit-to-age)
12226         (gnus-summary-limit-children): do.
12227
12228         * gnus-int.el (gnus-request-scan): do.
12229
12230         * gnus-group.el (gnus-group-suspend): do.
12231
12232         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12233
12234         * gnus-cite.el (gnus-cite-parse-attributions): do.
12235
12236         * gnus-agent.el (gnus-summary-set-agent-mark)
12237         (gnus-agent-regenerate-group): do.
12238
12239         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12240
12241         * binhex.el (binhex-decode-region-internal): do.
12242
12243 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-fun.el (gnus-face-properties-alist): New user option.
12246         (gnus-display-x-face-in-from): Use it.
12247
12248         * gnus-art.el (article-display-face): Ditto.
12249
12250         * compface.el (uncompface-use-external): Default to nil.
12251
12252 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12253
12254         * nntp.el (nntp-erase-buffer): New function.
12255         (nntp-retrieve-data, nntp-send-command)
12256         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12257         (nntp-possibly-change-group): Use it.
12258
12259         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12260         with-current-buffer.
12261
12262 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12263
12264         * compface.el: Merge the ELisp-based uncompface program.
12265         (compface): New customization group.
12266         (uncompface-use-external): New user option.
12267         (uncompface): Call uncompface-internal if uncompface-use-external
12268         is nil.
12269         (uncompface-internal): New function.  Note that there are also
12270         some other functions and variables added for this function.
12271
12272 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12273
12274         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12275         if necessary.
12276
12277 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12278
12279         * spam-report.el (spam-report-unplug-agent)
12280         (spam-report-plug-agent, spam-report-deagentize)
12281         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12282         Add support for the Agent in spam-report: when unplugged, report to a
12283         file; when plugged, submit all the requests.
12284
12285         * spam.el (spam-register-routine): Fix message about
12286         registration.
12287
12288 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12289
12290         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12291         dependencies.
12292         (rfc2047-encode): Use it.
12293
12294         * gnus-art.el (gnus-button-marker-list): Move before first
12295         reference.
12296
12297         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12298         (imap-parse-body): Fix format string mismatch.
12299
12300         * gnus-score.el (gnus-summary-increase-score): do.
12301
12302         * nnrss.el (nnrss-close): New function.
12303
12304 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12305
12306         * nnrss.el (nnrss-make-filename): New function.
12307         (nnrss-request-delete-group, nnrss-read-server-data)
12308         (nnrss-save-server-data, nnrss-read-group-data)
12309         (nnrss-save-group-data): Use it.
12310         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12311         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12312         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12313
12314 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12315
12316         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12317
12318 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12319
12320         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12321         files.
12322
12323         * message.el (message-generate-headers-first): Don't quote nil
12324         and t in docstrings.
12325
12326         * imap.el (imap-id): do.
12327
12328         * gnus-agent.el (gnus-agent-consider-all-articles)
12329         (gnus-agent-queue-mail): do.
12330
12331 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12332
12333         * spam-report.el (spam-report-process-queue): New function.
12334         Process requests from `spam-report-requests-file'.
12335         (spam-report-process-queue): Doc fix.
12336
12337 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12338
12339         * spam.el (spam-register-routine)
12340         (spam-log-processing-to-registry, spam-log-registered-p)
12341         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12342         Change "check" to "spam-check" for semi-clarity.
12343
12344 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12345
12346         * pop3.el: Require nnheader.
12347
12348         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12349
12350         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12351
12352         * gnus-picon.el: Require cl.
12353
12354         * gnus-fun.el: Require gnus-ems and gnus-util.
12355
12356         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12357
12358         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12359
12360         * gnus-art.el (gnus-article-edit-mode): Define before first
12361         reference.
12362
12363 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12364
12365         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12366         (gnus-uu-post-encoded): Use point-at-bol.
12367
12368         * gnus-topic.el (gnus-group-active-topic-p): do.
12369
12370         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12371
12372         * gnus-group.el (gnus-group-kill-region): do.
12373
12374         * gnus-art.el (article-date-ut): do.
12375
12376         * message.el (message-fetch-field): Remove redundant
12377         case-fold-search binding.
12378         (message-narrow-to-field): Simplify.
12379
12380 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * spam.el (spam-directory): Derive from `gnus-directory'.
12383
12384         * spam-report.el (spam-report-url-to-file)
12385         (spam-report-requests-file): New function and variable for offline
12386         reporting.
12387         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12388         and user defined function.
12389         (spam-report-url-ping-mm-url): Remove doubled slash.
12390
12391 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12392
12393         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12394
12395 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12396
12397         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12398         format string mismatch.
12399
12400         * sieve.el (sieve-deactivate-all): do.
12401
12402         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12403
12404         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12405
12406         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12407
12408         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12409
12410 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12411
12412         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12413         the list of checks.
12414
12415 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12416
12417         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12418         padding.
12419
12420 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12421
12422         * mm-view.el (mm-fill-flowed): New variable.
12423         (mm-inline-text): Use it.
12424
12425 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12426
12427         * spam.el (spam-spamassassin-register-ham-routine)
12428         (spam-spamassassin-register-spam-routine): Fix function names.
12429
12430 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * gnus.el (gnus-tmp-grouplens): Remove.
12433         (gnus-summary-line-format): Remove grouplens.
12434
12435         * gnus-group.el (gnus-group-line-format): Ditto.
12436
12437         * gnus-spec.el (gnus-format-specs): Ditto.
12438         (gnus-update-format-specifications): Flush the group format spec
12439         cache if there's the grouplens stuff.
12440         (gnus-parse-simple-format): Replace %l with the empty string.
12441
12442 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12443
12444         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12445         omission.
12446
12447 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12450         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12451
12452 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12453
12454         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12455         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12456         New macros and functions.
12457         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12458         Handle > NLINK_MAX messages.
12459         * nnmaildir.el (nnmaildir-request-set-mark): Use
12460         nnmaildir--emlink-p and nnmaildir--eexist-p.
12461
12462 2004-01-25  Alex Schroeder  <alex@gnu.org>
12463
12464         * spam-stat.el (spam-stat-process-directory-age): New option.
12465         (spam-stat-process-directory): Use it.
12466
12467 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12468
12469         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12470         (spam-stat-save): Accept prefix argument.
12471
12472 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12473
12474         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12475         links" error.
12476
12477 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12480         the rest of the and/or forms.
12481
12482 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12483
12484         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12485         compatibility with old .newsrc.eld files.
12486
12487         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12488
12489         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12490
12491         * gnus-start.el (gnus-1): do.
12492
12493         * gnus-group.el (gnus-group-line-format-alist): do.
12494
12495         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12496
12497         * gnus-gl.el: Remove.
12498
12499 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12500
12501         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12502         marks consisting of a single range {for example, (3 . 5)} rather
12503         than a list of a single range { ((3 . 5)) }.
12504
12505 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12506
12507         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12508         with-current-buffer.
12509         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12510         avoid consing a string.
12511
12512         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12513         Remove obsolete entries for big5 and gb2312.
12514
12515 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12516
12517         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12518         uncompressed list.
12519
12520 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12521
12522         * spam-stat.el (spam-stat-strip-xref): New function.
12523         (spam-stat-process-directory): Use it.
12524
12525         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12526         here -- it's done in message-fetch-field.
12527
12528 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12529
12530         * gnus-agent.el (gnus-agent-queue-mail)
12531         (gnus-agent-prompt-send-queue): New variables.
12532         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12533         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12534         "nndraft:queue" along to gnus-draft-send.  Use
12535         gnus-agent-prompt-send-queue.
12536         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12537         is "nndraft:queue".  Suggested by Gaute Strokkenes
12538         <gs234@srcf.ucam.org>
12539
12540         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12541         (agent-enable-undownloaded-faces): Added
12542         (gnus-agent-cat-groups): Use eval-and-compile, not
12543         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12544         method of gnus-agent-cat-groups even when the buffer has been
12545         evaled.
12546         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12547         delete gnus-agent-save-active-1.
12548         (gnus-agent-save-groups): Deleted.  Identical to
12549         gnus-agent-save-active.
12550         (gnus-agent-write-active): No longer adjust agent's copy of active
12551         file as agent's adjustments are now stored in their own
12552         file.  Removed optional parameter.
12553         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12554         servers.  Add use of min/max range limits from server's local
12555         file.
12556         (gnus-agent-save-alist): Removed unused optional argument.
12557         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12558         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12559         (gnus-agent-set-local): A per-server file that keeps min/max range
12560         limits for articles known to the agent.  Provides a fast mechanism
12561         for altering many active ranges.
12562         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12563         active file (local makes it unnecessary).
12564         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12565
12566         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12567         (agent-enable-undownloaded-faces): Added
12568
12569         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12570         disable it when sending to "nndraft:queue".
12571         (gnus-group-send-queue): Add safety check to avoid sending queue
12572         when unplugged.
12573
12574         * gnus-group.el (gnus-group-catchup): Use new
12575         gnus-sequence-of-unread-articles, not
12576         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12577         numbers of articles.  Use gnus-range-map to avoid having to
12578         uncompress the unread list.
12579         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12580         Fixed invalid ange-ftp reference.
12581
12582         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12583         (gnus-sorted-range-intersection): Intersection of two ranges
12584         without requiring that they first be uncompressed.
12585
12586         * gnus-start.el (gnus-activate-group): Unless blocked by the
12587         caller, possibly expand the active range to include both cached
12588         and agentized articles.
12589         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12590         multiple version-dependent converters.
12591         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12592         gnus-agent-save-active.
12593         (gnus-save-newsrc-file): Save dirty agent range limits.
12594
12595         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12596         gnus-agent-possibly-alter-active.
12597         (gnus-adjust-marked-articles): Faster handling of simple lists
12598
12599 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12600
12601         * spam-stat.el (spam-stat-test-directory): New optional argument
12602         displays a list of files detected.  Suggested by Andrew Cohen
12603         <cohen@andy.bu.edu>.
12604         (spam-stat-buffer-words-with-scores): Don't narrow and change
12605         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12606
12607 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12608
12609         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12610         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12611         (spam-spamassassin-arguments)
12612         (spam-spamassassin-spam-flag-header)
12613         (spam-spamassassin-positive-spam-flag-header)
12614         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12615         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12616         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12617         (spam-list-of-processors, spam-list-of-checks)
12618         (spam-list-of-statistical-checks, spam-registration-functions)
12619         (spam-check-spamassassin-headers, spam-check-spamassassin)
12620         (spam-spamassassin-score)
12621         (spam-spamassassin-register-with-sa-learn)
12622         (spam-spamassassin-register-spam-routine)
12623         (spam-spamassassin-register-ham-routine)
12624         (spam-assassin-register-spam-routine)
12625         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12626         (spam-bogofilter-score): Fix to show article before scoring.
12627
12628 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12629
12630         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12631         default scoring function.
12632         (spam-generic-score): Call spam-spamassassin-score if
12633         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12634         spam-bogofilter-score otherwise.
12635
12636         * gnus.el (spam-process, spam-autodetect-methods): Add
12637         spamassassin and spamassassin-headers.
12638
12639 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12640
12641         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12642         Suppress unnecessary messages.
12643
12644 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12645
12646         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12647         make-hash-table.
12648
12649 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * canlock.el (base64-encode-string): Don't autoload it.
12652
12653 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * run-at-time.el: Remove useless (require 'itimer),
12656         eval-and-compile and (featurep 'xemacs).
12657
12658 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12659
12660         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12661         GROUP is a virtual group.
12662
12663 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12664
12665         * gnus.el: Autoload `message-y-or-n-p'.
12666
12667 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12668
12669         * pgg-parse.el: Remove unnecessary (require 'custom).
12670
12671         * pgg-def.el: do.
12672
12673         * nnmail.el: do.
12674
12675         * gnus-undo.el: do.
12676
12677         * gnus-picon.el: do.
12678
12679         * gnus-util.el: do.
12680
12681 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12682
12683         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12684
12685 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12688         handle, as well as a list.
12689
12690         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12691         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12692         (mm-w3m-cid-retrieve): Simplify.
12693
12694 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12695
12696         * message.el (message-kill-to-signature): Allow prefix arg to
12697         specify number of lines to keep before signature.
12698
12699 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12700
12701         (message-kill-to-signature): Change docstring.
12702
12703 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * canlock.el: Always require sha1-el.
12706         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12707
12708         * message.el: Autoload sha1 only when compiling.
12709
12710         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12711         eudc-expand-inline for XEmacs.
12712
12713 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * message.el (message-canlock-generate): Require sha1-el.
12716
12717 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12718
12719         * message.el (message-expand-name): Silence the byte compiler.
12720
12721         * lpath.el: Add detect-coding-system.
12722
12723         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12724         cus-edit.
12725
12726 2004-01-13  Simon Josefsson  <jas@extundo.com>
12727
12728         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12729         Invoke gnus-score-mode.  Reported by
12730         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12731
12732         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12733         Jim Blandy <jimb@redhat.com> (tiny change).
12734
12735 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12736
12737         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12738
12739 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12740
12741         * spam.el (spam-get-article-as-string): Update to use
12742         gnus-request-article-this-buffer, much simpler.
12743         (spam-get-article-as-buffer): Remove.
12744
12745 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12746
12747         * message.el (message-expand-name): Use EUDC if the user uses that.
12748
12749 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12750
12751         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12752         character for the encoding to avoid consing a string.
12753
12754         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12755         unnecessarily.
12756
12757         * mm-util.el (mm-replace-chars-in-string): Remove.
12758
12759         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12760         of mm-replace-chars-in-string.
12761
12762 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12763
12764         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12765
12766         * mm-util.el (mm-subst-char-in-string): Support inplace.
12767
12768         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12769         a new string in every iteration.  Use shy groups.
12770
12771 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12772
12773         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12774         * gnus-soup.el (gnus-soup-group-brew):
12775         * gnus-msg.el (gnus-put-message):
12776         * gnus-move.el (gnus-group-move-group-to-server):
12777         * gnus-kill.el (gnus-batch-score):
12778         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12779         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12780         (gnus-group-update-group, gnus-group-read-group)
12781         (gnus-group-make-group, gnus-group-make-help-group)
12782         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12783         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12784         (gnus-group-sort-by-unread, gnus-group-catchup)
12785         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12786         (gnus-group-yank-group, gnus-group-set-info)
12787         (gnus-group-list-groups):
12788         * gnus.el (gnus-generate-new-group-name):
12789         * gnus-delay.el (gnus-delay-send-queue):
12790         * nnvirtual.el (nnvirtual-catchup-group):
12791         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12792         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12793         (gnus-group-prepare-topics, gnus-topic-check-topology):
12794         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12795         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12796         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12797         (gnus-group-make-articles-read):
12798         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12799         (gnus-group-change-level, gnus-kill-newsgroup)
12800         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12801         (gnus-get-unread-articles, gnus-make-articles-unread)
12802         (gnus-make-ascending-articles-unread): Use accessor
12803         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12804         to get group information for improved readability.
12805
12806
12807 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12808
12809         * gnus-art.el (article-decode-mime-words, article-babel)
12810         (gnus-article-highlight-signature, gnus-article-add-buttons)
12811         (gnus-signature-toggle): Use gnus-with-article-buffer.
12812
12813         * gnus-art.el (gnus-article-highlight-headers)
12814         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12815
12816         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12817         (gnus-article-set-globals, gnus-request-article-this-buffer)
12818         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12819         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12820         (gnus-mime-display-alternative): Use with-current-buffer.
12821
12822 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12823
12824         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12825         also under 80 char limit, and call gnus-error if needed.
12826         (spam-fetch-article-header): Fix - it was a
12827         buffer-local variable (gnus-newsgroup-data).
12828         (spam-find-spam): Use spam-generate-fake-headers, forget about
12829         spam-insert-fake-headers.
12830         (spam-insert-fake-headers): Remove.
12831
12832 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12833
12834         * deuglify.el (gnus-article-outlook-unwrap-lines)
12835         (gnus-outlook-rearrange-article)
12836         (gnus-outlook-repair-attribution-outlook)
12837         (gnus-outlook-repair-attribution-block)
12838         (gnus-outlook-repair-attribution-other): Remove redundant
12839         save-excursion.
12840
12841 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12842
12843         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12844         (spam-fetch-field-subject-fast)
12845         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12846         (spam-fetch-article-header): Add functions to deal with Gnus
12847         internals for fast retrieval of article header data.
12848         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12849
12850 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12851
12852         * pop3.el (pop3-md5): Remove.
12853         (pop3-apop): Replace pop3-md5 with md5.
12854
12855         * mm-bodies.el: base64 is always built-in.
12856
12857         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12858         with-current-buffer.
12859
12860 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * canlock.el (canlock-insert-header): Remove excessive grouping in
12863         regexp.
12864
12865         * gnus-sum.el (gnus-summary-read-document): Ditto.
12866
12867         * gnus-uu.el (gnus-uu-part-number): Ditto.
12868
12869         * html2text.el (html2text-remove-tags): Ditto.
12870         (html2text-format-tags): Ditto.
12871         (html2text-format-single-elements): Ditto.
12872
12873         * mml.el (mml-parse-1): Ditto.
12874
12875 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12876
12877         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12878
12879         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12880
12881         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12882
12883         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12884
12885 2003-11-15  Simon Josefsson  <jas@extundo.com>
12886
12887         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12888         (pgg-gpg-lookup-key): Use regexp match instead of
12889         split-string (split-string is different between emacs 21.2 and
12890         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
12891
12892 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12893
12894         * gnus-art.el (gnus-mime-view-all-parts)
12895         (gnus-article-part-wrapper, gnus-article-view-part): Use
12896         with-current-buffer.
12897
12898 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12899
12900         * spam.el (spam-disable-spam-split-during-ham-respool)
12901         (spam-spamoracle-database, spam-cache-lookups)
12902         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12903         (spam-group-ham-mark-p, spam-group-spam-mark-p)
12904         (spam-group-ham-marks, spam-group-spam-marks)
12905         (spam-group-spam-contents-p, spam-group-ham-contents-p)
12906         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12907         also add spam-use-blackholes to the statistical checks.
12908         (spam-fetch-field-fast): Add interface to fetching fields, may
12909         become a macro.
12910         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12911         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12912         (spam-insert-fake-headers): Fake an article when needed.
12913         (spam-find-spam): Fake article when possible.
12914         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12915         (spam-check-bogofilter-headers): Use message-fetch-field instead
12916         of nnmail-fetch-field.
12917
12918 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12919
12920         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12921
12922 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12923
12924         * spam.el (spam-split): Do not require spam-use-CHECK to be
12925         enabled if that check is passed to spam-split explicitly; also
12926         fix so 'spam doesn't get converted to spam-split-group when
12927         spam-split-symbolic-return is t.
12928         (spam-find-spam): Find registrations of the article and use those
12929         instead of re-running spam-split to find the spam/ham
12930         classification of the article.
12931         (spam-log-processing-to-registry, spam-log-registered-p)
12932         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12933         Use gnus-error instead of gnus-message.
12934         (spam-log-registration-type): Add function to determine the
12935         classification of a message based on registry entries; will
12936         return nil if both 'spam and 'ham are found.
12937         (spam-check-BBDB): Expand all the BBDB macros here so we can have
12938         a reasonably fast local cache without the loading errors.
12939         (spam-cache-lookups): Set to t by default.
12940         (spam-find-spam): Don't try to guess spam-cache-lookups.
12941         (spam-enter-whitelist, spam-enter-blacklist): Clear the
12942         spam-caches entry.
12943         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12944         caching of whitelist/blacklist entries.
12945         (spam-check-whitelist, spam-check-blacklist): Invoke
12946         spam-from-listed-p with a type, not a cache variable.
12947         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12948
12949 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12950
12951         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12952
12953         * nnmail.el (nnmail-split-fancy): do.
12954
12955         * mml.el (mml-parse): do.
12956
12957         * gnus-score.el (gnus-enter-score-words-into-hashtb)
12958         (gnus-score-adaptive): do.
12959
12960 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12963         (gnus-mime-button-map): Don't set keymap parent.
12964         (gnus-button-ctan-directory-regexp): Use shy grouping.
12965         (gnus-prev-page-map): Don't set keymap parent.
12966         (gnus-prev-page-map): Remove duplicated one.
12967         (gnus-next-page-map): Don't set keymap parent.
12968         (gnus-mime-security-button-map): Ditto.
12969
12970         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12971         version number.
12972
12973         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12974
12975 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * canlock.el (canlock-sha1-function): Remove.
12978         (canlock-sha1-function-for-verify): Remove.
12979         (canlock-openssl-program): Remove.
12980         (canlock-openssl-args): Remove.
12981         (canlock-ignore-errors): Remove.
12982         (canlock-sha1-with-openssl): Remove.
12983         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12984         (canlock-verify): Don't use canlock-ignore-errors.
12985
12986         * sha1-el.el (sha1-string-external): Make it can return a string
12987         in binary form.
12988         (sha1-region-external): Ditto.
12989         (sha1-string-internal): Ditto.
12990         (sha1-region-internal): Ditto.
12991         (sha1-region): Ditto.
12992         (sha1-string): Ditto.
12993         (sha1): Ditto.
12994
12995 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12996
12997         * spam.el (spam-report-articles-gmane): New command.
12998
12999 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13002
13003         * run-at-time.el (run-at-time-saved): Remove.
13004         (run-at-time): Doc fix.
13005
13006 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13007
13008         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13009         (gnus-summary-limit-map): Add it.
13010         (gnus-summary-make-menu-bar): do.
13011
13012 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13013
13014         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13015         Make attempt at some caching support (done for BBDB only now).
13016         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13017         addresses to be checked.
13018         (spam-clear-cache-BBDB): Add function, to be invoked by
13019         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13020         (spam-check-BBDB): Check and use the caches, if
13021         spam-cache-lookups is on, remove superfluous (provide).
13022
13023 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13024
13025         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13026
13027 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13028
13029         * run-at-time.el (run-at-time-saved): Move to after the definition
13030         of `run-at-time'.
13031
13032         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13033
13034 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13037         mm-w3m-local-map-property.
13038
13039         * mm-view.el (mm-w3m-mode-map): Remove.
13040         (mm-w3m-local-map-property): Remove.
13041         (mm-inline-text-html-render-with-w3m): Don't use
13042         mm-w3m-local-map-property.
13043
13044 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13045
13046         * run-at-time.el: New file.
13047
13048         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13049         under Emacs.
13050
13051         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13052         of gnus-set-text-properties.
13053
13054         * gnus-uu.el (gnus-uu-save-article): Ditto.
13055
13056         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13057
13058         * gnus-cite.el (gnus-cite-parse): Ditto.
13059
13060         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13061         of gnus-.
13062
13063         * gnus-xmas.el (run-at-time): Require run-at-time.
13064
13065         * gnus.el: Changed calls to nnheader-run-at-time and
13066         password-run-at-time throughout to use run-at-time directly.
13067
13068         * password.el: Removed definition of run-at-time.
13069
13070         * nnheaderxm.el: Remove definition of run-at-time.
13071
13072 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13073
13074         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13075         in prompt.
13076
13077 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13078
13079         * messagexmas.el (message-xmas-redefine): Alias
13080         `message-make-caesar-translation-table' to
13081         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13082         version.
13083
13084         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13085         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13086         `gnus-xmas-set-text-properties'.
13087         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13088         `gnus-xmas-completing-read'.
13089         (gnus-xmas-completing-read): Removed.
13090         (gnus-xmas-open-network-stream): Removed.
13091
13092         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13093         XEmacs version.
13094
13095         * dns.el (dns-make-network-process): Use `open-network-stream'
13096         instead of `gnus-xmas-open-network-stream'.
13097
13098         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13099
13100         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13101
13102 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13103
13104         * gnus-art.el (gnus-mime-display-alternative)
13105         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13106         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13107         Don't use gnus-local-map-property.
13108
13109         * gnus-util.el (gnus-local-map-property): Remove.
13110
13111         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13112         gnus-completing-read-maybe-default with completing-read.
13113
13114         * gnus-util.el (gnus-completing-read): do.
13115         (gnus-completing-read-maybe-default): Remove.
13116
13117 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13118
13119         * password.el: Only autoload `run-at-time' if not XEmacs.
13120         Only autoload the itimer functions if XEmacs.
13121
13122 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13123
13124         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13125         XEmacsen.
13126
13127         * dgnushack.el: Autoload executable-find for XEmacs.
13128
13129 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13130
13131         * gnus-art.el (gnus-read-string): Remove.
13132         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13133         read-string.
13134
13135 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13136
13137         * netrc.el: Autoload password-read.
13138         (netrc): Add configuration group.
13139         (netrc-encoding-method, netrc-openssl-path): Add
13140         variables for encoding and decoding of files with symmetric
13141         ciphers.
13142         (netrc-encode): Add assistant function to encode a file with
13143         netrc-encoding-method.
13144         (netrc-parse): Add interactive parameter, added optional
13145         decoding if netrc-encoding-method is non-nil but otherwise
13146         behavior is standard.
13147         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13148         Do s/encode/encrypt/ everywhere.
13149
13150         * spam.el: Remove executable-find autoload.
13151
13152 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13153
13154         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13155
13156         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13157
13158 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13159
13160         * gnus-art.el (gnus-treat-ansi-sequences,
13161         (article-treat-ansi-sequences): New variable and function.
13162         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13163
13164         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13165         Use it.
13166
13167 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13168
13169         * mm-util.el (mm-quote-arg): Remove.
13170
13171         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13172         shell-quote-argument.
13173
13174         * gnus-uu.el (gnus-uu-command): do.
13175
13176         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13177
13178         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13179         with make-char.
13180
13181         * mm-util.el (mm-make-char): Remove.
13182
13183         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13184         add-minor-mode.
13185
13186         * gnus-undo.el (gnus-undo-mode): do.
13187
13188         * gnus-topic.el (gnus-topic-mode): do.
13189
13190         * gnus-sum.el (gnus-dead-summary-mode): do.
13191
13192         * gnus-start.el (gnus-slave-mode): do.
13193
13194         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13195
13196         * gnus-ml.el (gnus-mailing-list-mode): do.
13197
13198         * gnus-gl.el (gnus-grouplens-mode): do.
13199
13200         * gnus-draft.el (gnus-draft-mode): do.
13201
13202         * gnus-dired.el (gnus-dired-mode): do.
13203
13204         * gnus-ems.el (gnus-add-minor-mode): Remove.
13205
13206         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13207         Replace gnus-char-width with char-width.
13208
13209         * gnus-ems.el (gnus-char-width): Remove.
13210
13211         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13212         Replace gnus-char-width with char-width.
13213
13214         * gnus-ems.el (gnus-char-width): Remove.
13215
13216         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13217         definition.
13218         Remove Emacs 20 hash table compatibility code.
13219
13220         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13221         20 compatibility code.
13222
13223         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13224
13225         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13226
13227         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13228         with point-at-{eol,bol}.
13229
13230         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13231
13232         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13233
13234         * flow-fill.el (fill-flowed-point-at-bol)
13235         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13236
13237         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13238         Replace with point-at-{eol,bol} throughout all files.
13239
13240 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * ntlm.el (ntlm-string-as-unibyte): New macro.
13243         (ntlm-build-auth-response): Use it.
13244
13245         Remove Emacs 20 stuff:
13246         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13247         (butlast, mapc, remove): Remove the compiler macros.
13248         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13249         of delq and copy-sequence.
13250         * gnus-art.el (popup-menu): Remove the compiler macro.
13251         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13252         Emacs 20.
13253
13254 2004-01-05  Simon Josefsson  <jas@extundo.com>
13255
13256         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13257         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13258         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13259         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13260         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13261         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13262         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13263         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13264         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13265         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13266         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13267         string-xor into ntlm-string-xor.  Suggested by
13268         Jesper Harder <harder@myrealbox.com>.
13269
13270         * ntlm.el: Don't include poem.
13271
13272         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13273         Jesper Harder <harder@myrealbox.com>.
13274
13275         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13276
13277         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13278         probably breaks emacs with DL patch, but do we care? Is anyone
13279         still using the DL stuff?)
13280
13281         * sieve-manage.el: Use the password package.
13282         (sieve-manage-read-passwd): Remove.
13283         (sieve-manage-interactive-login): Use password.  Re-add
13284         condition-case around loop.
13285
13286         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13287         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13288         the password package.
13289
13290 2003-02-19  Simon Josefsson  <jas@extundo.com>
13291
13292         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13293         token.
13294
13295 2002-08-07  Simon Josefsson  <jas@extundo.com>
13296
13297         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13298         (sieve-manage-authenticators):
13299         (sieve-manage-authenticator-alist): Add some SASL mechs.
13300         (sieve-sasl-auth): New function.
13301         (sieve-manage-cram-md5-auth):
13302         (sieve-manage-plain-auth): Rewrite using SASL library.
13303         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13304         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13305         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13306         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13307
13308 2004-01-05  Simon Josefsson  <jas@extundo.com>
13309
13310         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13311         New files.
13312
13313 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13314
13315         * gnus-group.el (gnus-no-groups-message): Update.
13316
13317         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13318
13319 2003-11-09  Simon Josefsson  <jas@extundo.com>
13320
13321         * imap.el: Support for ID IMAP extension (RFC 2971).
13322         (imap-local-variables): Add imap-id.
13323         (imap-id): New variable.
13324         (imap-id): New function.
13325         (imap-parse-response): Parse untagged ID response.
13326         * nnimap.el (nnimap-id): New variable.
13327         (nnimap-open-connection): Use it.
13328
13329 2003-12-28  Simon Josefsson  <jas@extundo.com>
13330
13331         * gnus-score.el (gnus-score-edit-all-score): New.
13332         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13333
13334 2004-01-04  Simon Josefsson  <jas@extundo.com>
13335
13336         * password.el: Add.
13337
13338 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13339
13340         * dns.el: Add support for AAAA records (see RFC 3596)
13341
13342         * Fix typo PRT -> PTR
13343
13344         * Parse MX, PTR and SOA replies (see RFC 1035)
13345
13346 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13347
13348         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13349
13350         * Moved to Changelog.2.
13351
13352 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13353
13354         * gnus.el (gnus-version-number): Bump version.
13355
13356 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13357
13358         * gnus.el: No Gnus v0.1 is released.
13359
13360 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13361
13362         * gnus.el: No Gnus v0.0 is released.
13363
13364 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13365
13366         * gnus.el (gnus-version-number): Bump.
13367         (gnus-version): No.
13368
13369 See ChangeLog.2 for earlier changes.
13370
13371     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13372
13373   This file is part of GNU Emacs.
13374
13375   GNU Emacs is free software: you can redistribute it and/or modify
13376   it under the terms of the GNU General Public License as published by
13377   the Free Software Foundation, either version 3 of the License, or
13378   (at your option) any later version.
13379
13380   GNU Emacs is distributed in the hope that it will be useful,
13381   but WITHOUT ANY WARRANTY; without even the implied warranty of
13382   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13383   GNU General Public License for more details.
13384
13385   You should have received a copy of the GNU General Public License
13386   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13387
13388 ;; Local Variables:
13389 ;; coding: utf-8
13390 ;; fill-column: 79
13391 ;; add-log-time-zone-rule: t
13392 ;; End:
13393
13394 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4