00083bdc6649b8248aa580324614a94a6cf92578
[gnus] / lisp / ChangeLog
1 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4         html parts correctly; support forwarded messages.
5         (gnus-article-browse-html-article): Remove work buffers.
6
7         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8         compiling.
9         (netrc-bound-and-true-p): New macro.
10         (netrc-parse): Use it instead of bound-and-true-p that is not available
11         in XEmacs 21.4.
12
13 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14
15         * gnus-registry.el (gnus-registry-mark-article)
16         (gnus-registry-article-marks): Add functionality to mark articles
17         through the Gnus registry.
18
19         * encrypt.el: Clarify documentation for the new pgg method.
20         (encrypt-file-alist): Add PGG option.
21         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
22         functionality.  Abstract password key and messaging to external functions.
23         (encrypt-password-key, encrypt-get-passphrase-if-needed)
24         (encrypt-message-method-and-cipher): Add new convenience external functions.
25         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
26         (encrypt-pgg-process-buffer): Add PGG functionality glue.
27
28         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
29         (netrc-parse): Use encrypt-file-alist to determine if
30         encrypt-find-model or encrypt-insert-file-contents should be used.
31
32         * encrypt.el: Clarify documentation.  Load password-cache or
33         password, whichever one is found first, instead of autoloading.
34
35 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
38         title to html parts.
39         (gnus-article-browse-html-article): Pass message header to it.
40
41         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
42
43 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
44
45         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
46         or password compatible with XEmacs.
47
48 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
49
50         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
51         format document.
52         (gnus-mime-delete-part): Don't write description line if empty.
53         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
54
55 2007-12-14  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
56
57         * gnus-sum.el (gnus-summary-mark-unread-as-read)
58         (gnus-summary-mark-read-and-unread-as-read)
59         (gnus-summary-mark-current-read-and-unread-as-read)
60         (gnus-summary-mark-unread-as-ticked): Doc fix.
61         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
62
63 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
64
65         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
66         Christoph Conrad <christoph.conrad@gmx.de>.
67
68 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
69
70         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
71         yes-or-no-p.
72
73 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * mm-decode.el (mm-add-meta-html-tag): New function.
76         (mm-save-part-to-file, mm-pipe-part): Use it
77
78         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
79         gnus-y-or-n-p instead of y-or-n-p.
80         (gnus-article-browse-html-parts): Work with message/external-body; use
81         mm-add-meta-html-tag.
82
83 2007-12-11  Glenn Morris  <rgm@gnu.org>
84
85         * gnus-cache.el: Require gnus-sum not just when compiling.
86
87         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
88
89         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
90         definitions before use.
91
92         * mm-decode.el: Require gnus-util.
93         (mm-remove-part): Only call delete-annotation on XEmacs.
94
95         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
96
97         * nnmail.el: Require gnus-int.
98
99         * spam.el: Move `require's before `eval-when-compile's.
100
101         * gnus-ems.el (gnus-alive-p):
102         * gnus-fun.el (message-goto-eoh):
103         * gnus-util.el (gnus-group-name-decode):
104         * mail-source.el (gnus-compress-sequence):
105         * message.el (Info-goto-node, format-spec):
106         * mm-bodies.el (message-options-get):
107         * mm-decode.el (mm-view-pkcs7):
108         * mm-util.el (gmm-write-region):
109         * mml-smime.el (mml-compute-boundary)
110         (gnus-completing-read-with-default):
111         * mml.el (widget-button-press, gnus-make-hashtable):
112         * mml1991.el (mm-decode-content-transfer-encoding)
113         (mm-encode-content-transfer-encoding)
114         (message-options-get, message-options-set):
115         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
116         * nnfolder.el (gnus-request-group):
117         * nnheader.el (ietf-drums-unfold-fws):
118         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
119         * smime.el (gnus-run-mode-hooks):
120         * spam-stat.el (gnus-message): Autoload.
121
122         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
123         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
124         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
125         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
126         Add declare-function compatibility definition.
127
128         * gnus-cache.el (nnvirtual-find-group-art):
129         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
130         (gnus-add-image, gnus-add-wash-type):
131         * gnus-group.el (nnkiboze-score-file):
132         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
133         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
134         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
135         (message-tokenize-header, gnus-get-buffer-create)
136         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
137         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
138         * gnus.el (gnus-group-decoded-name):
139         * mail-source.el (imap-capability):
140         * mm-bodies.el (message-options-set):
141         * mm-decode.el (gnus-configure-windows):
142         * mm-extern.el (message-goto-body):
143         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
144         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
145         (epg-sub-key-validity, message-options-set):
146         * mml.el (widget-event-point, gnus-configure-windows):
147         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
148         * mml2015.el (epg-check-configuration, epg-configuration)
149         (message-options-set):
150         * nndb.el (nndb-request-article):
151         * nnfolder.el (gnus-request-create-group):
152         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
153         * nnmaildir.el (gnus-group-mark-article-read):
154         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
155         * rfc1843.el (message-fetch-field):
156         * spam.el (gnus-extract-address-components):
157         Declare as functions.
158
159 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
162
163         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
164
165         * lpath.el: Fbind run-mode-hooks for Emacs 21;
166         bind show-trailing-whitespace for XEmacs.
167
168 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
169
170         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
171         new no-op macro for backward compatibility.
172
173         * imap.el (imap-string-to-integer): New function.
174
175 2007-12-09  Glenn Morris  <rgm@gnu.org>
176
177         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
178
179         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
180         * message.el, mm-view.el, sieve-manage, smime.el:
181         Add declare-function compatibility definition.
182
183         * gnus-art.el (w3-region, w3m-region, Info-menu):
184         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
185         * gnus-sum.el (gnus-get-predicate):
186         * gnus-util.el (mm-append-to-file, w32-focus-frame):
187         * message.el (mail-abbrev-in-expansion-header-p):
188         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
189         (w3m-detect-meta-charset, w3m-region):
190         * sieve-manage.el (password-read, password-cache-add)
191         (password-cache-remove):
192         * smime.el (password-read-and-add): Declare as functions.
193
194 2007-12-08  David Kastrup  <dak@gnu.org>
195
196         * gnus-sum.el (gnus-summary-simplify-subject-query):
197         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
198         `message'.
199
200 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
201
202         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
203         it to bind idna-program, installation-directory, defined-colors, and
204         face-attribute for XEmacs of the version that compiles defcustom forms.
205
206 2007-12-07  Glenn Morris  <rgm@gnu.org>
207
208         * gnus-art.el (article-make-date-line): Revert previous change.
209
210 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
211
212         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
213
214 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
215
216         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
217         Call gnus-add-to-range ranges only once with a prepared article-list.
218
219 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
220
221         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups,
222         nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
223         group names with backslashes.  Reported by Tassilo Horn
224         <tassilo@member.fsf.org>.
225
226 2007-12-06  D. Goel  <deego3@gmail.com>
227
228         * gnus-art.el (article-make-date-line):
229         * gnus-start.el (gnus-load):
230         * pop3.el (pop3-read-response): Fix buggy call to `error'.
231
232 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * gnus-art.el (gnus-use-idna)
235         * gnus-start.el (gnus-site-init-file)
236         * message.el (message-use-idna)
237         * mm-uu.el (mm-uu-hide-markers)
238         * smiley.el (smiley-style): Revert changes that suppress warnings.
239
240 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
243         specify charset to html source.  Reported by Christoph Conrad
244         <christoph.conrad@gmx.de>.
245
246 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
249         idna-program in order to suppress byte compile warning issued by XEmacs
250         that came to byte compile the default value section of defcustom forms
251         recently.
252
253         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
254         value of installation-directory.
255
256         * message.el (message-use-idna): Don't directly refer to the value of
257         idna-program.
258
259         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
260
261         * smiley.el (smiley-style): Don't directly call face-attribute.
262
263 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
264
265         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
266
267         * gnus-dired.el: Reduce Gnus dependencies.
268         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
269         require.  Use autoloads instead.
270         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
271         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
272         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
273         (gnus-dired-mode): Adjust doc string.
274         (gnus-dired-mail-mode): New variable.
275         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
276         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
277         (gnus-dired-mail-buffers): New function.  Return mail or message
278         composition buffers.
279         (gnus-dired-attach): Use it.
280         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
281         NO-DECODE.
282         (gnus-dired-print): Use `gnus-print-buffer' depending on
283         `gnus-dired-mail-mode'.
284
285 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * rfc2047.el (rfc2047-encoded-word-regexp)
288         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
289         explaining what regexp patterns are for.
290
291 2007-12-04  Glenn Morris  <rgm@gnu.org>
292
293         * password.el: Move to password-cache.el.
294
295         * mml1991.el (password-read, password-cache-add, password-cache-remove):
296         * mml2015.el (password-read, password-cache-add, password-cache-remove):
297         * mml-smime.el (password-read, password-cache-add)
298         (password-cache-remove):
299         No need to autoload, since mml-sec requires password.
300
301         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
302         * message.el (gnus-extract-address-components):
303         * mml-smime.el (gnus-extract-address-components): Define for compiler.
304
305         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
306         password.
307
308 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
309
310         * mailcap.el: Reduce dependencies.
311         (mail-header-parse-content-type): Autoload.
312         (mailcap-delete-duplicates): New alias.
313         (mailcap-mime-info): Add optional argument NO-DECODE.
314         (mailcap-mime-types): Use mailcap-delete-duplicates.
315
316         * message.el (message-ignored-supersedes-headers): Add "X-ID".
317
318 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
319
320         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
321         (imap-parse-status): Upcase status-att for servers that sends them
322         lower-case (e.g., MS Exchange 2007).
323
324 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
327         function.
328
329         * gnus-uu.el (gnus-uu-decode-yenc): New command.
330         (gnus-uu-yenc-article): New function.
331
332         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
333
334         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
335         buffer.
336
337 2007-12-02  Glenn Morris  <rgm@gnu.org>
338
339         * binhex.el (binhex): New custom group.
340         (binhex-decoder-program, binhex-decoder-switches)
341         (binhex-use-external): Move to the binhex custom group.
342
343         * uudecode.el (uudecode): New custom group.
344         (uudecode-decoder-program, uudecode-decoder-switches)
345         (uudecode-use-external): Move to the uudecode custom group.
346
347         * netrc.el (top-level): Don't load `encrypt' features.
348         (netrc-parse): Don't use encrypt.
349         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
350
351         * encrypt.el: Remove file.
352
353 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
354
355         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
356         matches on patches.
357
358         * gnus-art.el (gnus-article-browse-html-article): Mention
359         `mm-text-html-renderer' in the doc string.
360
361         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
362         string.  Add comments.
363
364         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
365         if rhs is ASCII.
366
367 2007-12-01  Glenn Morris  <rgm@gnu.org>
368
369         * mail-source.el (top-level): Require format-spec before
370         eval-when-compile.
371
372 2007-11-30  Glenn Morris  <rgm@gnu.org>
373
374         * encrypt.el: Require password, rather than autoloading password-read.
375
376 2007-11-29  Glenn Morris  <rgm@gnu.org>
377
378         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
379         (sasl-make-client, sasl-next-step, sasl-step-data)
380         (sasl-step-set-data): Declare as functions.
381
382 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
383
384         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
385
386 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
387
388         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
389         certs should be verified and what is to be done in the event of a
390         verification failure.
391
392         * gnus.el (gnus-method-to-server): Add an optional parameter so the
393         caller can indicate whether the cache should be disregarded for this
394         call.  This way the result of the call is reproducible at all times and
395         can be considered a canonical server name for the supplied method.
396         (gnus-agent-method-p): Canonicalize server names by pushing their
397         method through `gnus-method-to-server' using the no-cache argument.
398
399         * gnus-srvr.el (gnus-server-insert-server-line): Call
400         `gnus-method-to-server' with `no-cache' argument.
401
402         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
403         gnus-agent-possibly-synchronize-flags as this should be called when the
404         server is actually being opened.
405         (gnus-agent-possibly-synchronize-flags)
406         (gnus-agent-possibly-synchronize-flags-server): Move check for the
407         flags file of an agentized server to the latter function.
408
409         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
410         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
411         after a connection has been established successfully.
412
413 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * gnus-art.el (article-display-face): Force to display face if called
416         interactively; check if gnus-article-x-face-too-ugly matches author.
417         (article-display-x-face): Display face even if From header is missing
418         as article-display-face does.
419
420 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
421
422         * hashcash.el (message-narrow-to-headers-or-head)
423         (message-fetch-field, message-goto-eoh)
424         (message-narrow-to-headers): Declare as functions.
425
426 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
427
428         * mail-source.el (mail-sources): Default to fetch from file for
429         compatibility with default of nnmail-spool-file.
430
431 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
434         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
435         to look for encoded word that should be encoded again.
436         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
437         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
438         encoding pattern.
439         (rfc2047-decode-region): Switch strict regexp and loose one according
440         to rfc2047-allow-irregular-q-encoded-words.
441
442 2007-11-25  Romain Francoise  <romain@orebokech.com>
443
444         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
445
446 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
447
448         * tls.el (tls-program): Provide more custom choices from
449         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
450         (tls-process-connection-type, tls-success): Remove "*" in doc string.
451
452 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
453
454         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
455         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
456
457         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
458         `nnmail-spool-file'.
459
460         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
461         `nnmail-spool-file'.
462
463         * gnus-move.el (gnus-change-server): Ditto.
464
465         * gnus-kill.el (gnus-batch-score): Ditto.
466
467         * gnus-cache.el (gnus-jog-cache): Ditto.
468
469         * gnus-msg.el (gnus-summary-reply): Ignore
470         gnus-confirm-mail-reply-to-news for wide and very wide replies.
471
472 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
473
474         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
475         version.  Minor improvement to doc strings.
476         (tls-program): Add comment.
477
478 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
479
480         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
481         (tls-checktrust): New variable.  Check if GNU TLS complained about a
482         mismatch between the hostname provided in the certificate and the name
483         of the host connnecting to.
484         (open-tls-stream): Use them.  Check certificates against trusted root
485         certificates.
486
487 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
488
489         * gnus-cache.el (gnus-cache-generate-nov-databases): Use
490         nnml-generate-nov-databases-directory instead of
491         nnml-generate-nov-databases-1.
492
493 2007-11-24  Glenn Morris  <rgm@gnu.org>
494
495         * message.el (message-tool-bar-retro): Update for rename
496         mail_send.xpm->mail-send.xpm.
497
498 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
499
500         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
501         `smime-ldap-search' for Emacs 22 and up.
502
503 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
504
505         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
506
507         * message.el (message-send-mail-function): Fix error convention.
508         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
509         (message-widen-reply, message-send-mail, message-talkative-question)
510         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
511         (message-clone-locals, message-send-news): Use with-current-buffer.
512         (message-insert-or-toggle-importance): Remove unused var `valid'.
513         (message-make-references): Remove unused var `new-references'.
514         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
515
516 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
517
518         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
519         (spam-split-symbolic-return-positive): Reflow docstring.
520         (spam-backends, spam-summary-exit-behavior)
521         (spam-mark-ham-unread-before-move-from-spam-group)
522         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
523         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
524         (spam-clear-cache, spam-backend-check, spam-install-backend)
525         (spam-install-statistical-backend, spam-list-of-processors)
526         (spam-group-processor-p, spam-split, spam-bogofilter-score)
527         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
528         (spam-check-crm114, spam-initialize, spam-unload-hook):
529         Fix typos in docstrings.
530
531 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
534         been checked if they have never been read and those group levels are
535         higher than the one that a user specified.
536
537 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
538
539         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
540         foreign groups unless a group level is specified by a user.
541         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
542
543 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
544
545         * message.el (message-send-mail-function): Require sendmail.
546
547 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
548
549         * message.el (message-send-mail-function): Check for smtpmail too.
550
551         * utf7.el (utf7-encode, utf7-decode): Use coding system
552         `utf-7'/`utf-7-imap' from utf-7.el' if available.
553
554         * message.el (message-send-mail-function): New function.
555         (message-send-mail-function): Set default using
556         message-send-mail-function.  Adjust doc string.
557         (message-send-mail-with-mailclient): New function.
558
559 2007-11-17  Richard Stallman  <rms@gnu.org>
560
561         * assistant.el: Remove file.
562
563 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
564
565         * smime.el (from):
566         * rfc2047.el (message-posting-charset):
567         * qp.el (mm-use-ultra-safe-encoding):
568         * pop3.el (parse-time-months):
569         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
570         * nnml.el (files):
571         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
572         (jka-compr-compression-info-list, ange-ftp-path-format)
573         (efs-path-regexp):
574         * nndiary.el (files):
575         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
576         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
577         (epg-digest-algorithm-alist, inhibit-redisplay)
578         (password-cache-expiry):
579         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
580         (pgg-output-buffer, password-cache-expiry):
581         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
582         (efs-path-regexp):
583         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
584         (inhibit-redisplay):
585         * mm-uu.el (file-name, start-point, end-point, entry)
586         (gnus-newsgroup-name, gnus-newsgroup-charset):
587         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
588         (latin-unity-ucs-list):
589         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
590         (mm-uu-binhex-decode-function):
591         * message.el (gnus-message-group-art, gnus-list-identifiers, )
592         (rmail-enable-mime-composing, gnus-local-organization)
593         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
594         (gnus-read-active-file, facemenu-add-face-function)
595         (facemenu-remove-face-function, gnus-article-decoded-p)
596         (tool-bar-mode):
597         * mail-source.el (display-time-mail-function):
598         * gnus-util.el (nnmail-pathname-coding-system)
599         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
600         (gnus-original-article-buffer, gnus-user-agent)
601         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
602         (xemacs-codename, sxemacs-codename, emacs-program-version):
603         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
604         * gnus-start.el (gnus-agent-covered-methods)
605         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
606         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
607         (gnus-newsgroup-headers, gnus-group-list-mode)
608         (gnus-group-mark-positions, gnus-newsgroup-data)
609         (gnus-newsgroup-unreads, nnoo-state-alist)
610         (gnus-current-select-method, mail-sources)
611         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
612         (nnmail-spool-file, gnus-cache-active-hashtb):
613         * gnus-mh.el (mh-lib-progs):
614         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
615         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
616         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
617         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
618         (gnus-group-buffer):
619         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
620         (font-lock-set-defaults):
621         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
622         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
623         (gnus-summary-post-menu, total-parts, type, condition, length):
624         * gnus-agent.el (gnus-agent-read-agentview):
625         * flow-fill.el (show-trailing-whitespace):
626         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
627         eval-and-compile wrappers for byte compiler pacifiers.
628
629         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
630         (mm-display-inline-fontify): Check for featurep 'xemacs not
631         extent-list.
632
633         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
634         itimer-list.
635         (mm-create-image-xemacs): Only do something for XEmacs.
636         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
637
638         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
639
640         * gnus-registry.el (gnus-adaptive-word-syntax-table):
641         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
642
643 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
644
645         * nnimap.el (nnimap-split-download-body):
646         * gnus-demon.el (gnus-demon):
647         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
648
649 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
652         macros.
653         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
654         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
655         copy data from unibyte buffer to multibyte current buffer.
656         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
657         to copy data from unibyte current buffer to multibyte buffer.
658         (nntp-make-process-buffer): Make process buffer unibyte.
659
660         * pop3.el (pop3-open-server): Fix typo in Lisp code.
661
662 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
663
664         * pop3.el (pop3-open-server): Accept and process data more robustly at
665         connexion start to avoid spurious "POP SSL connexion failed" errors.
666
667 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
670         read group names.
671
672 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
673
674         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
675
676 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * nnmail.el (nnmail-parse-active): Make group names unibyte.
679         (nnmail-save-active): Use a unibyte buffer when saving active file,
680         which may contain non-ASCII group names.
681
682         * nnml.el (nnml-request-group): Decode group names in messages.
683
684 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
685
686         * message.el (message-citation-line-function)
687         (message-insert-formatted-citation-line): Fix spelling of
688         `message-insert-formated-citation-line'.
689
690 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
691
692         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
693
694 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
697         nnmail-pathname-coding-system.
698
699         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
700         that a user enters; decode group names in messages.
701
702         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
703
704 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
705
706         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
707
708         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
709
710         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
711         risky local variable.
712
713         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
714
715 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
716
717         * encrypt.el: Improve documentation to fix function name typo.
718         Reported by Daiki Ueno <ueno@unixuser.org>.
719
720 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
723         even if the point is not in the last page of an article.
724         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
725         back to the previous page.
726
727 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
728
729         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
730
731 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
734
735 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
736
737         * message.el (message-check-news-body-syntax): Avoid
738         mm-string-as-multibyte.
739         (message-hide-headers): Don't assume (point-min)==1.
740
741 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
742
743         * message.el (message-remove-blank-cited-lines): Fix if remove is
744         given.
745         (message-bogus-address-regexp): New variable.
746         (message-bogus-recipient-p): New function.
747         (message-check-recipients): New command.
748         (message-syntax-checks): Add `bogus-recipient'.
749         (message-fix-before-sending): Add `bogus-recipient'.
750
751         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
752         (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
753         window-system.
754
755 2007-10-28  Miles Bader  <miles@gnu.org>
756
757         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
758         at compile-time too.
759
760 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
761
762         * gnus-msg.el (gnus-message-setup-hook): Add
763         `message-remove-blank-cited-lines' to options.
764
765 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
766
767         * message.el (message-remove-blank-cited-lines): New function.
768         Suggested by Karl Pl\e,Ad\e(Bsterer.
769
770 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
773         mapc.
774
775         * imap.el (imap-open): Replace mapcar called for effect with mapc.
776         (top-level): Use mapc to set functions to be traced for debugging.
777
778         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
779         called for effect with while loop.
780
781         * message.el (message-talkative-question): Replace mapcar called for
782         effect with mapc.
783
784         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
785         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
786         called for effect with dolist.
787
788         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
789
790         * nndiary.el: Use dolist instead of mapcar to add diary headers to
791         gnus-extra-headers and nnmail-extra-headers.
792
793         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
794         called for effect with dolist.
795         (top-level): Use mapc to set functions to be traced for debugging.
796
797         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
798         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
799         dolist.
800
801         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
802         Replace mapcar called for effect with mapc.
803         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
804         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
805         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
806         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
807
808         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
809         remove-if that's a cl function.
810
811         * webmail.el (webmail-debug): Replace mapcar called for effect with
812         dolist.
813
814         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
815         with mapc.
816
817 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
820         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
821         with while loop.
822
823         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
824         functions from article-* functions.
825         (gnus-multi-decode-header): Replace mapcar called for effect with
826         dolist.
827
828         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
829         (gnus-bookmark-show-details): Replace mapcar called for effect with
830         while loop.
831
832         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
833         called for effect with while loop.
834
835         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
836         with dolist.
837
838         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
839         mapcar called for effect with dolist.
840
841         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
842
843         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
844         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
845         Replace mapcar called for effect with dolist.
846         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
847         mapc.
848
849         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
850         Replace mapcar called for effect with dolist.
851         (gnus-topic-list): Replace mapcar called for effect with mapc.
852
853         * gnus.el: Use mapc instead of mapcar to add autoloads.
854
855 2007-10-23  Richard Stallman  <rms@gnu.org>
856
857         * gnus-group.el (gnus-group-highlight): Mark as risky.
858
859 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
860
861         * gnus.el (gnus-server-to-method): Return method found first in
862         gnus-newsrc-alist.
863
864         * gnus-art.el (gnus-article-highlight-signature)
865         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
866         button overlay without the front stickiness.
867
868 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
869
870         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
871         overview buffer needed a catch to receive its throw.
872         (gnus-agent-flush-cache): Declared as interactive to make this function
873         easier to use.
874
875 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
876
877         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
878         `next-line'.
879
880 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
881
882         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
883         exclude address matching message-dont-reply-to-names.
884
885 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * gnus-util.el (gnus-string<): New function.
888
889         * gnus-sum.el (gnus-article-sort-by-author)
890         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
891
892 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
893
894         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
895         the frame-focus tag is set in gnus-buffer-configuration.
896
897 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
898
899         * gnus-art.el (gnus-article-add-button): Make a button overlay without
900         the front stickiness.
901
902 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
905         url pattern; remove duplicate one.
906         (gnus-article-extend-url-button): New function.
907         (gnus-article-add-buttons): Use it.
908         (gnus-button-push): Use concatenated url that it makes.
909
910 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
911
912         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
913
914 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
915
916         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
917         Don't hardcode point-min==1.
918
919 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
920
921         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
922         Fix comment about "iso8859-1".
923
924 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
925
926         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
927         ones returned from the verify-function.
928
929         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
930         mml2015-extract-cleartext-signature if extraction failed.
931
932 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
933
934         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
935         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
936         failed.
937
938 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
939
940         * Relicense "GPLv2 or later" files to "GPLv3 or later".
941
942 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
943
944         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
945         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
946         recommends to use EasyPG instead of PGG.
947
948         * pgg.el: Revert to revision 6.23.2.16
949
950         * pgg-def.el: Revert to revision 6.6.2.14.
951
952         * pgg-gpg.el: Revert to revision 6.23.2.34.
953
954 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
955
956         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
957         to mark a thread as expirable.  Add variable `hide' to handle hiding of
958         thread for both the null and zero (kill/expire thread) universal prefix
959         cases.
960         (gnus-summary-expire-thread): Add new function to expire a thread,
961         using gnus-summary-kill-thread.
962         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
963         shortcuts for gnus-summary-expire-thread.
964         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
965         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
966
967 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
968
969         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
970         extras value, so an extras entry can be deleted.
971         (gnus-registry-delete-extra-entry): Use it.
972         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
973         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
974         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
975          storage through the gnus-registry, and provide an appropriate API for
976          it.
977
978 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
981         Suggested by Leo <sdl.web@gmail.com>.
982
983         * gnus.el: Do.
984
985 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
986
987         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
988         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
989
990         * gnus-agent.el (gnus-agent-fetch-headers): Do.
991
992         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
993         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
994
995 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
998         newline.
999         (nnmbox-request-accept-article): Don't change article in source buffer;
1000         narrow to header to use message-fetch-field rather than
1001         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
1002         (nnmbox-request-replace-article): Quote lines that'll be misidentified
1003         as delimiters; make sure article ends with newline.
1004         (nnmbox-delete-mail): Correct last position of article to be deleted;
1005         ignore X-Gnus-Newsgroup header in article body.
1006         (nnmbox-save-mail): Quote lines looking like delimiters at the right
1007         positions; make sure article ends with newline.
1008
1009         * message.el (message-display-abbrev): Don't infloop when a user
1010         inserts SPC in the beginning of header.
1011
1012         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
1013         coding-system-for-read and coding-system-for-write for XEmacs having no
1014         file-coding feature.
1015
1016         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
1017
1018 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
1019
1020         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
1021         list of groups not followed by default.  Fix type to be regexp.
1022         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
1023
1024 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
1025
1026         * hmac-def.el (define-hmac-function): Switch from old-style to
1027         new-style backquotes.
1028
1029         * md4.el (md4-make-step): likewise.
1030
1031 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
1034         raw-text coding system when saving .newsrc file, which may contain
1035         non-ASCII group names.
1036
1037 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * gnus-cus.el (gnus-score-extra): New widget.
1040         (gnus-score-extra-convert): New function.
1041         (gnus-score-customize): Use it for Extra.
1042
1043 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
1044
1045         * mml2015.el (mml2015-extract-cleartext-signature): New function.
1046         (mml2015-mailcrypt-clear-verify): Use it.
1047         (mml2015-gpg-clear-verify): Use it.
1048         (mml2015-pgg-clear-verify): Use it.
1049         (mml2015-epg-clear-verify): Replace the current part with the output
1050         from GnuPG; don't extract the plaintext by itself.
1051
1052         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
1053         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
1054         mml2015-clear-verify-function; don't touch the armor headers or
1055         dash-escaped text here.
1056
1057 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1058
1059         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
1060         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
1061         parts, or application/octet-stream as a last resort.
1062         (gnus-mime-view-part-as-type): Don't toggle display.
1063         (gnus-mime-view-part-as-charset): Don't turn off display before
1064         querying charset.
1065
1066         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
1067         stuff to undisplayer function in Emacs.
1068         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
1069
1070         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
1071         text/calendar parts.
1072
1073 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
1076         decoding text/calendar parts.
1077
1078         * message.el (message-forward-make-body-mime): Always mark body as
1079         having no illegible text; remove signed-or-encrypted argument.
1080         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
1081
1082         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
1083         (mml-generate-mime-1): Don't encode body if it is specified to be in
1084         raw form; don't make buffer be unibyte when inserting multibyte string.
1085
1086 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1087
1088         * sha1.el: Fix up comment style.
1089         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
1090         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
1091
1092         * hex-util.el: Fix up comment style.
1093         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
1094
1095         * gnus-salt.el: Use with-current-buffer.
1096         (gnus-pick-setup-message): Fix long-standing typo.
1097
1098 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * imap.el (imap-logout-timeout): New variable.
1101         (imap-logout, imap-logout-wait): New functions.
1102         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
1103
1104         * nnimap.el (nnimap-logout-timeout): New server variable.
1105         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
1106         nnimap-logout-timeout.
1107
1108         * gnus-art.el (gnus-article-summary-command-nosave)
1109         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
1110
1111 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * gnus.el (gnus-maximum-newsgroup): New variable.
1114
1115         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
1116         according to gnus-maximum-newsgroup.
1117
1118         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1119         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
1120         Limit the range of articles according to gnus-maximum-newsgroup.
1121
1122 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
1123
1124         * gnus-art.el (gnus-sticky-article): Fixed problems described in
1125         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
1126         Don't perform gnus-configure-windows here; reuse existing sticky
1127         article buffer.
1128
1129         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
1130         it doesn't exist in gnus-article-mode.
1131
1132 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
1135         (gnus-agent-decoded-group-name): New function.
1136         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
1137         (gnus-agent-expire-group-1): Use it; decode group name in messages.
1138
1139 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
1140
1141         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
1142         Add binding for gnus-sticky-article.
1143         (gnus-summary-exit): Don't kill sticky article buffers.
1144
1145         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
1146         article buffer.
1147         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
1148         (gnus-kill-sticky-article-buffers): New commands.
1149
1150 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * nntp.el (nntp-xref-number-is-evil): New server variable.
1153         (nntp-find-group-and-number): If it is non-nil, don't trust article
1154         numbers in the Xref header.
1155
1156 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1157
1158         * gnus-agent.el (gnus-agent-read-group): New function.
1159         (gnus-agent-flush-group, gnus-agent-expire-group)
1160         (gnus-agent-regenerate-group): Use it.
1161         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
1162         nnmail-pathname-coding-system.
1163
1164 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1165
1166         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
1167
1168         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
1169         that are unread as unread, and also as selected so that information of
1170         marks having been changed by a user may be updated when exiting group.
1171
1172 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * gnus-art.el (gnus-mime-display-single): Pass part number that is
1175         calculated ignoring signature parts to gnus-treat-article.
1176
1177 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
1180         a point here in order to keep the window start.
1181         (gnus-insert-mime-security-button): Make a button overlay without the
1182         front stickiness.
1183         (gnus-mime-display-security): Goto the end of a button.
1184
1185         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
1186
1187 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
1190         group-name-at-point.
1191         (gnus-group-completing-read): New function that offers decoded
1192         non-ASCII group names for completion.
1193         (gnus-fetch-group, gnus-group-read-ephemeral-group)
1194         (gnus-group-jump-to-group, gnus-group-make-group-simple)
1195         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
1196         (gnus-group-fetch-control): Use it.
1197         (gnus-fetch-group): Use group-name-at-point for the initial value
1198         rather than the default value; use gnus-alive-p.
1199
1200         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
1201         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
1202         (gnus-summary-post-news): Use gnus-group-completing-read.
1203
1204         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
1205         (gnus-read-move-group-name): Decode group name for completion.
1206
1207 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
1208
1209         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
1210         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
1211         Yamaoka slightly modified the code).
1212
1213 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
1216         (nnmail-split-incoming): Bind it.
1217
1218         * nnml.el (nnml-group-name-charset): New function.
1219         (nnml-decoded-group-name): Use it; don't decode group name if
1220         nnmail-group-names-not-encoded-p is non-nil.
1221         (nnml-encoded-group-name): New function.
1222         (nnml-group-pathname): Inline nnml-decoded-group-name.
1223         (nnml-request-expire-articles): Decode group name in message.
1224         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
1225         nnmail-pathname-coding-system.
1226         (nnml-save-mail, nnml-active-number): Work with decoded group names and
1227         not decoded ones according to nnmail-group-names-not-encoded-p.
1228         (nnml-generate-active-info): Use nnml-encoded-group-name.
1229
1230 2007-08-08  Glenn Morris  <rgm@gnu.org>
1231
1232         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
1233         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
1234         doc-strings and comments.
1235
1236 2007-07-25  Glenn Morris  <rgm@gnu.org>
1237
1238         * Relicense all FSF files to GPLv3 or later.
1239
1240 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1241
1242         * gnus-sum.el (gnus-summary-move-article): Make
1243         gnus-summary-respool-article work.
1244
1245 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
1246
1247         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
1248         string.
1249
1250 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1251
1252         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
1253         that should be ignored when comparing distant RSS articles with local
1254         ones.
1255         (nnrss-make-hash-index): New function.  Create a hash index according
1256         to the ignored fields.
1257         (nnrss-check-group): Use it.
1258
1259 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
1262
1263         * gnus-art.el (article-decode-group-name): Decode Xref header too.
1264
1265         * gnus-group.el (gnus-group-make-group): Encode group name here unless
1266         the new optional argument ENCODED is non-nil.
1267         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
1268         coding system for encoding group name.
1269         (gnus-group-make-rss-group): Pass un-encoded group name to
1270         gnus-group-make-group.
1271         (gnus-group-set-info): Tell gnus-group-make-group that group name is
1272         encoded.
1273
1274         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
1275         Encode group name to which articles are moved or copied.
1276         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
1277         coding system for encoding Newsgroup, Followup-To and Xref headers.
1278
1279         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
1280         marks; use nnheader-file-coding-system to write a file.
1281         (nnagent-retrieve-headers): Bind file-name-coding-system to
1282         nnmail-pathname-coding-system.
1283
1284         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
1285
1286         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
1287         (nnml-request-article, nnml-request-create-group)
1288         (nnml-request-rename-group, nnml-find-id)
1289         (nnml-possibly-change-directory, nnml-possibly-create-directory)
1290         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
1291         (nnml-save-marks): Use nnml-group-pathname instead of
1292         nnmail-group-pathname.
1293
1294         (nnml-request-create-group, nnml-request-expire-articles)
1295         (nnml-request-move-article, nnml-request-delete-group)
1296         (nnml-deletable-article-p, nnml-possibly-create-directory)
1297         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
1298         (nnml-open-marks): Bind file-name-coding-system to
1299         nnmail-pathname-coding-system.
1300
1301         (nnml-request-article): Pass server argument to nnml-find-group-number.
1302         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
1303         server argument to nnml-possibly-create-directory.
1304         (nnml-request-accept-article): Pass server argument to
1305         nnml-active-number and nnml-save-mail.
1306         (nnml-find-group-number): Pass server argument to nnml-find-id.
1307         (nnml-request-update-info): Pass server argument to
1308         nnml-marks-changed-p.
1309
1310         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
1311         (nnml-save-mail, nnml-active-number): Add server argument.
1312
1313         (nnml-request-delete-group): Warn if group is missing.
1314         (nnml-get-nov-buffer): Decode group name.
1315         (nnml-generate-active-info): Encode group name.
1316         (nnml-open-marks): Decode group name in messages.
1317
1318 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
1321         if it is not specified.
1322         (gnus-article-pipe-part, gnus-article-save-part)
1323         (gnus-article-interactively-view-part, gnus-article-copy-part)
1324         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
1325         (gnus-article-inline-part, gnus-article-save-part-and-strip)
1326         (gnus-article-replace-part, gnus-article-delete-part)
1327         (gnus-article-view-part-as-type): Pass raw prefix argument to
1328         gnus-article-part-wrapper.
1329
1330 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1331
1332         * gnus-agent.el (gnus-agent-save-active): Bind
1333         nnheader-file-coding-system to gnus-agent-file-coding-system.
1334
1335         * gnus-cache.el (gnus-cache-save-buffers)
1336         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
1337         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
1338         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
1339         (gnus-cache-braid-nov, gnus-cache-braid-heads)
1340         (gnus-cache-generate-active, gnus-cache-rename-group)
1341         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
1342         (gnus-cache-update-overview-total-fetched-for): Bind
1343         file-name-coding-system to nnmail-pathname-coding-system.
1344         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
1345         variables.
1346         (gnus-cache-decoded-group-name): New function.
1347         (gnus-cache-file-name): Use it.
1348         (gnus-cache-generate-active): Use non-decoded group name for active.
1349
1350         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
1351         right place.
1352         (gnus-write-active-file): Don't break non-ASCII group names.
1353
1354         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
1355         nnmail-pathname-coding-system.
1356
1357         * lpath.el: Bind default-file-name-coding-system,
1358         file-name-coding-system and language-info-alist for XEmacs.
1359
1360         * gnus-uu.el (gnus-uu-decode-save): Typo.
1361
1362 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
1365
1366 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
1369         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
1370         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
1371         (gnus-agent-flush-group, gnus-agent-flush-cache)
1372         (gnus-agent-fetch-headers, gnus-agent-load-alist)
1373         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
1374         (gnus-agent-retrieve-headers, gnus-agent-request-article)
1375         (gnus-agent-regenerate-group)
1376         (gnus-agent-update-files-total-fetched-for)
1377         (gnus-agent-update-view-total-fetched-for): Bind
1378         file-name-coding-system to nnmail-pathname-coding-system.
1379         (gnus-agent-group-pathname): Don't encode file names by
1380         nnmail-pathname-coding-system.
1381         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
1382         coding-system-for-write instead of buffer-file-coding-system to
1383         gnus-agent-file-coding-system.
1384
1385         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
1386         Decode group name.
1387
1388         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
1389
1390         * gnus-start.el (gnus-update-active-hashtb-from-killed)
1391         (gnus-read-newsrc-el-file): Make group names unibyte.
1392
1393         * nnmail.el (nnmail-group-pathname): Don't encode file names by
1394         nnmail-pathname-coding-system.
1395
1396         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
1397         (nnrss-request-delete-group): Bind file-name-coding-system to
1398         nnmail-pathname-coding-system.
1399         (nnrss-read-server-data, nnrss-read-group-data): Bind
1400         file-name-coding-system correctly.
1401         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
1402
1403         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
1404         (nntp-server-to-method-cache): New variable.
1405         (nntp-group-pathname): New function that decodes non-ASCII group names.
1406         (nntp-possibly-create-directory, nntp-marks-changed-p)
1407         (nntp-save-marks, nntp-open-marks): Use it.
1408         (nntp-possibly-create-directory, nntp-open-marks):
1409         Bind file-name-coding-system to nnmail-pathname-coding-system.
1410         (nntp-open-marks): Decode group names when bootstrapping marks.
1411
1412         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
1413         Newsgroups and Folowup-To headers.
1414
1415 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1416
1417         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1418         (gnus-server-closed-face, gnus-server-denied-face)
1419         (gnus-server-offline-face): Remove variable.
1420         (gnus-server-font-lock-keywords): Use faces that are not aliases.
1421
1422         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
1423         of modifying message-stack directly for XEmacs.
1424
1425         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
1426         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
1427         if the coding-system argument is nil for XEmacs.
1428
1429         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
1430         mm-charset-override-alist.
1431
1432         * rfc2047.el: Don't require base64; require rfc2045 for the function
1433         rfc2045-encode-string.
1434         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
1435         to quote the parameter value.
1436
1437 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
1440         form in gnus-group-name-charset-method-alist.
1441
1442         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
1443         overrides the default layout edit-form.
1444
1445         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
1446
1447         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
1448
1449 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
1452         as unfetched articles.
1453
1454 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
1455
1456         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
1457
1458 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
1461         original back end that keeps marks in the local system.
1462
1463 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
1466         arg of pop-to-buffer for XEmacs.
1467         (gnus-article-read-summary-keys): Ditto; don't restore window
1468         configuration if summary command ends up with neither article buffer
1469         nor summary buffer; describe bindings if summary keys end with C-h.
1470
1471 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1472
1473         * message.el (message-fix-before-sending): Skip raw message part to be
1474         forwarded while checking illegible text.
1475         (message-forward-make-body-mime, message-forward-make-body): Mark
1476         signed or encrypted raw message as having no illegible text.
1477
1478 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1479
1480         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
1481         (gnus-message-with-timestamp-1): New macro.
1482         (gnus-message-with-timestamp): New function.
1483         (gnus-message): Use them.
1484
1485         * nnheader.el (nnheader-message): Use them.
1486
1487 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
1488
1489         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
1490         .newsrc.eld file.
1491
1492 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * gnus-agent.el (gnus-agent-fetch-headers)
1495         (gnus-agent-retrieve-headers): Bind
1496         gnus-decode-encoded-address-function to identity.
1497
1498         * nntp.el (nntp-send-xover-command): Recognize an xover command is
1499         available also when the server returns simply a dot.
1500
1501         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
1502
1503 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
1506
1507 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1508
1509         * gnus-ems.el (gnus-x-splash): Make it work.
1510
1511         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
1512         from being used.
1513
1514         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
1515
1516 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1517
1518         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
1519         4th and the 5th arguments.
1520
1521         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
1522         the front stickiness.
1523         (gnus-article-summary-command-nosave): Correct the order of the
1524         arguments passed to pop-to-buffer.
1525         (gnus-article-read-summary-keys): Ditto; make it work properly when the
1526         summary command ends up with the article buffer.
1527
1528         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
1529         the same faces.
1530
1531 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1532
1533         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
1534
1535 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1536
1537         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
1538         * gnus-sum.el (gnus-summary-highlight):
1539         * pgg.el (pgg-sign-region, pgg-sign):
1540         * mail-source.el (mail-source-delete-old-incoming-confirm):
1541         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
1542
1543 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1544
1545         * gnus-art.el (gnus-mime-view-part-externally)
1546         (gnus-mime-view-part-internally): Fix predicate function passed to
1547         completing-read.
1548
1549         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
1550
1551         * gnus.el (gnus-update-message-archive-method): Add :version.
1552
1553 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1554
1555         * gnus.el (gnus-update-message-archive-method): New variable.
1556
1557         * gnus-start.el (gnus-setup-news): Update saved "archive" method
1558         according to gnus-message-archive-method if
1559         gnus-update-message-archive-method is non-nil.
1560
1561 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1562
1563         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
1564         by Loic Dachary <loic@dachary.org>.
1565         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
1566
1567 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1568
1569         * message.el (message-pop-to-buffer): Add switch-function argument.
1570         (message-mail): Pass switch-function argument to it.
1571
1572 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
1573
1574         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
1575         Improve doc string.
1576
1577 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1578
1579         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
1580         (gnus-header-content)
1581         * gnus-cite.el (gnus-cite-10)
1582         * gnus-srvr.el (gnus-server-closed)
1583         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
1584         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
1585         (gnus-group-mail-3-empty, gnus-group-mail-low)
1586         (gnus-group-mail-low-empty, gnus-splash)
1587         * message.el (message-header-to, message-header-cc)
1588         (message-header-subject, message-header-other, message-header-name)
1589         (message-header-xheader, message-separator, message-cited-text)
1590         (message-mml): Lighten colors of faces used for dark background.
1591
1592 2007-05-24  Simon Josefsson  <simon@josefsson.org>
1593
1594         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
1595         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
1596
1597 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * message.el (message-narrow-to-headers-or-head): Ignore
1600         mail-header-separator in the body.
1601
1602 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1603
1604         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
1605         same as window size.
1606
1607 2007-05-22  Kevin Ryde  <user42@zip.com.au>
1608
1609         * message.el (message-font-lock-keywords): Use message-header-xheader
1610         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
1611         ahead of the anything pattern, to get it recognised.
1612
1613 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
1616         spam.el loads uses it in the compiled defadvice form.
1617
1618 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1619
1620         * gnus-sum.el (gnus-articles-to-read)
1621         (gnus-summary-insert-old-articles): Don't truncate group name for
1622         `read-string'.
1623
1624         * gnus-util.el (gnus-limit-string): Delete this function.
1625
1626         * gnus-sum.el (gnus-simplify-subject-fully): Use
1627         `truncate-string-to-width' instead.
1628
1629 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1630
1631         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
1632         if, on summary exit, the next group has to be selected.
1633         (gnus-summary-exit): Use it.
1634
1635 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1636
1637         * gnus-art.el (gnus-article-mode): Fix comment about displaying
1638         non-break space.
1639
1640 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1641
1642         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
1643         Check if group is not a directory.
1644         (nnfolder-request-expire-articles): Don't delete articles if the target
1645         group is not available.
1646
1647         * nnml.el (nnml-request-create-group): Properly check if group is not a
1648         file.
1649         (nnml-request-expire-articles): Don't delete articles if the target
1650         group is not available.
1651
1652         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1653         Don't quote characters that are within parentheses.
1654
1655 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
1658         (gnus-handle-ephemeral-exit): Select article according to it.
1659
1660 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1661
1662         * message.el (message-insert-formated-citation-line): Remove newline.
1663         (message-citation-line-format): Add final \n here so that the user can
1664         avoid a blank line.
1665
1666 2007-05-03  Dan Christensen  <jdc@uwo.ca>
1667
1668         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1669         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1670         Update lanl/arXiv support.
1671
1672 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1673
1674         * gnus.el: Bump version number.
1675
1676 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * gnus.el (gnus-version-number): Bump version.
1679
1680 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1681
1682         * gnus.el: No Gnus v0.6 is released.
1683
1684 2007-04-27  Didier Verna  <didier@xemacs.org>
1685
1686         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
1687         * gmm-utils.el (gmm-regexp-concat): here.
1688         * message.el: Don't require 'gnus-util.
1689         (message-dont-reply-to-names): Handle name change above.
1690         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
1691
1692 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
1695         since the initial value varies according to the system.
1696
1697 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * mm-util.el (mm-charset-synonym-alist): Defcustom.
1700
1701 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
1702
1703         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
1704
1705 2007-04-24  Didier Verna  <didier@xemacs.org>
1706
1707         Improve the type of gnus-ignored-from-addresses.
1708         * gnus-util.el (gnus-orify-regexp): New function.
1709         * message.el (gnus-util): Require it.
1710         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
1711         * gnus-sum.el (gnus-ignored-from-addresses): New function.
1712         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
1713
1714 2007-04-24  Didier Verna  <didier@xemacs.org>
1715
1716         * gnus-sum.el:
1717         * gnus-utils.el: Fix some trailing whitespaces.
1718
1719 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
1722         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
1723         article's Message-ID; refer parent article in summary buffer.
1724
1725         * message.el (message-bounce): Call mime-to-mml.
1726
1727         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
1728         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
1729         optimize and/or forms properly.
1730
1731 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
1732
1733         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
1734         URL.
1735
1736 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
1739
1740 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1741
1742         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
1743         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
1744         displayed of multipart/alternative part if it is invoked from summary
1745         buffer.
1746
1747         * mm-view.el (mm-inline-text-html-render-with-w3m)
1748         (mm-inline-text-html-render-with-w3m-standalone)
1749         (mm-inline-render-with-function): Use mail-parse-charset by default.
1750
1751 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1752
1753         * parse-time.el (parse-time-string-chars): Check if CHAR
1754         is less than the length of parse-time-syntax.
1755
1756 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
1759         from gnus-newsgroup-processable.
1760
1761 2007-04-16  Didier Verna  <didier@xemacs.org>
1762
1763         * gnus-msg.el (gnus-configure-posting-styles): Handle
1764         message-signature-directory properly with :file syntax. Reported by
1765         "Leo".
1766
1767 2007-04-11  Didier Verna  <didier@xemacs.org>
1768
1769         New user option: message-signature-directory.
1770         * gnus-msg.el (gnus-configure-posting-styles): Support it.
1771         * message.el (message-insert-signature): Ditto.
1772         * message.el (message-signature-file): Doc update.
1773         * message.el (message-signature-directory): New.
1774
1775 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * gnus-msg.el (gnus-inews-yank-articles): Use
1778         message-exchange-point-and-mark instead of exchange-point-and-mark.
1779
1780 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * message.el (message-yank-original): Make sure cited text ends with
1783         newline; don't exchange point and mark.
1784
1785 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1786
1787         * tls.el (open-tls-stream): Properly handle case where there
1788         is no associated buffer.
1789
1790 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
1791
1792         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1793         message-yank-original, make sure (< mark TEXT point).
1794
1795 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1796
1797         * message.el (message-fill-column): New variable.
1798         (message-mode): Use it.  Add comment on a possible new hook.
1799
1800         * nnmail.el (nnmail-spool-file): Mark as obsolete.
1801         (nnmail-get-new-mail): Reformat.
1802
1803         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
1804
1805         * gmm-utils.el: Fix Commentary.
1806         (gmm-tool-bar-from-list): Fix typo in doc string.
1807
1808 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
1809
1810         * message.el (message-yank-original): Don't switch point and mark
1811         unnecessarily to put point and mark as documented.
1812
1813 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814
1815         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
1816         from the message heads.
1817
1818 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
1819
1820         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
1821         article buffer does not have a window.  This may not be the best
1822         solution but is certainly better than setting the start of the null,
1823         that is the current, window.
1824
1825 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1826
1827         * gnus-draft.el (gnus-draft-setup-hook): New hook.
1828         (gnus-draft-setup): Run it.
1829
1830         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
1831         gnus-score-fast-scoring.  Allow regexp.
1832         (gnus-score-headers): Use it.
1833
1834         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
1835         XEmacs.
1836
1837         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
1838         string.
1839         (gnus-button-alist): Also catch `<f1> k ...'.
1840         (gnus-treat-display-x-face): Fix doc string.
1841
1842 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1843
1844         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
1845         evaluation of gnus-extended-version to ensure correct generation of the
1846         User-Agent header when message-generate-headers-first is used.
1847
1848 2007-03-24  Simon Josefsson  <simon@josefsson.org>
1849
1850         * hashcash.el (hashcash-generate-payment-async): Don't crash if
1851         hashcash-path is nil.  Don't call callback with incorrect number of
1852         parameters if val is 0.
1853
1854 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1855
1856         * message.el (message-required-news-headers):
1857         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
1858
1859 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1860
1861         * tls.el (open-tls-stream): In handshake-waiting loop,
1862         don't wait more if there is output available to process.
1863
1864 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1865
1866         * tls.el (tls-program): Doc fix.
1867
1868 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * message.el (message-generate-new-buffers): Change the meaning of the
1871         nil value; add `standard' to the choices; treat t as `unique'; improve
1872         doc string.
1873         (gnus-select-frame-set-input-focus): Autoload.
1874         (message-buffer-name): Search for the existing message buffer if
1875         message-generate-new-buffers is nil or `standard'; treat the value t of
1876         message-generate-new-buffers as `unique'.
1877         (message-pop-to-buffer): Raise the frame already displaying the message
1878         buffer; clear the echo area after querying.
1879         (message-setup): Pass the `continue' argument to compose-mail.
1880         (message-mail): Prefer `switch-function' if it is given; search for the
1881         existing message buffer if the `continue' argument is non-nil; pass
1882         continue and switch-function arguments to compose-mail by way of
1883         message-setup.
1884         (message-mail-other-window): Adjust argument of message-setup.
1885         (message-mail-other-frame): Ditto.
1886
1887 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
1890         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
1891         to turn font-lock on when turning gnus-message-citation-mode on.
1892
1893 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
1894
1895         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
1896         (mml-smime-function-alist): New variable; add epg as the backend.
1897         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
1898         mml-smime- functions instead.
1899         * mm-view.el: Require smime.
1900
1901 2007-03-05  Didier Verna  <didier@xemacs.org>
1902
1903         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
1904         instead of just inheritance for posting styles.
1905         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
1906
1907 2007-02-24  Chris Moore  <dooglus@gmail.com>
1908
1909         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1910         * pgg-pgp.el (pgg-pgp-encrypt-region):
1911         * pgg-gpg.el (pgg-gpg-encrypt-region):
1912         Check pgg-encrypt-for-me if no other recipients.
1913
1914 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1915
1916         * tls.el (tls-certtool-program): Fix custom type.
1917
1918 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1919
1920         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1921         and point-at-eol instead of line-(beginning|end)-position.
1922
1923         * assistant.el (assistant-parse-buffer): Ditto.
1924
1925         * netrc.el (netrc-parse-services): Ditto.
1926
1927 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
1928
1929         * mml2015.el (mml2015-epg-find-usable-key): New function.
1930         (mml2015-epg-sign): Use it.
1931         (mml2015-epg-encrypt): Use it.
1932
1933 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * message.el (message-make-in-reply-to): Quote name containing
1936         non-ASCII characters.  It will make the RFC2047 encoder cause an error
1937         if there are special characters.  Reported by NAKAJI Hiroyuki
1938         <nakaji@jp.freebsd.org>.
1939
1940 2007-02-27  Didier Verna  <didier@xemacs.org>
1941
1942         Include the group parameters as well as the topic ones in the
1943         inheritance filter process.
1944         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1945         argument GROUP-PARAMS-LIST.
1946         * gnus-topic.el (gnus-group-topic-parameters): Use it.
1947
1948 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * nntp.el (nntp-never-echoes-commands)
1951         (nntp-open-connection-functions-never-echo-commands): New variables.
1952         (nntp-send-command): Use them.
1953
1954 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
1955
1956         * mml2015.el (mml2015-epg-verify): Simplified.
1957
1958 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * mml.el (mml-content-disposition-alist): New user option.
1961         (mml-content-disposition): New function.
1962         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1963         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1964
1965 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1966
1967         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1968         verification.
1969
1970 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1971
1972         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1973         articles posted in the last 24 hours.
1974
1975 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1976
1977         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1978
1979 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1980
1981         * nntp.el (nntp-send-command): Don't wait for echoes when
1982         nntp-open-ssl-stream is used.
1983
1984 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1987         (gnus-message-add-citation-keywords)
1988         (gnus-message-remove-citation-keywords): Remove.
1989         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1990         directly, make the variables in font-lock-defaults buffer-local, add
1991         gnus-message-citation-keywords to them and then update the value of
1992         font-lock-keywords.
1993
1994 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1995
1996         * message.el (message-cite-original-1): Don't call
1997         gnus-article-highlight-citation.
1998
1999         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
2000         citations; fix line count.
2001
2002 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
2005         (gnus-message-add-citation-keywords)
2006         (gnus-message-remove-citation-keywords): Use it; fix the emulating
2007         versions of font-lock-add-keywords and font-lock-remove-keywords to
2008         work with XEmacs correctly.
2009
2010 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2011
2012         * gnus-cite.el (gnus-cite-face-list): Set the values of
2013         gnus-message-max-citation-depth and gnus-message-citation-keywords.
2014         (gnus-message-max-citation-depth): Use defvar rather than defconst.
2015         (gnus-message-cite-prefix-regexp): New variable.
2016         (gnus-message-search-citation-line): Use it; protect against long
2017         citation prefix; fill match data with nil rather than 0 for XEmacs; set
2018         the 0th match data for Emacs.
2019         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
2020         (gnus-message-add-citation-keywords): Append keywords rather than
2021         prepending; emulate font-lock-add-keywords if it is not available.
2022         (gnus-message-remove-citation-keywords): Emulate
2023         font-lock-remove-keywords if it is not available.
2024
2025         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
2026
2027         * message.el (message-cite-prefix-regexp): Set the value of
2028         gnus-message-cite-prefix-regexp.
2029
2030 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2031
2032         * nnweb.el (nnweb-google-parse-1): Update parser.
2033
2034 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
2035
2036         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
2037
2038 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2039
2040         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2041         regexp.
2042
2043 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * uudecode.el (uudecode-string-to-multibyte): New function emulating
2046         string-to-multibyte.
2047         (uudecode-decode-region-internal): Use it.
2048
2049         * lpath.el: Fbind string-as-multibyte for XEmacs.
2050
2051 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2052
2053         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
2054         custom choice.
2055
2056         * gnus-art.el (gnus-signature-limit): Fix custom choice.
2057
2058 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
2059
2060         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
2061
2062         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
2063         `write-region' to respect `mm-inhibit-file-name-handlers'.
2064
2065 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
2066
2067         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
2068         Use gnus-home-directory instead of "~/" or "$HOME".
2069
2070 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
2071
2072         * encrypt.el (encrypt-insert-file-contents): Add better prompt
2073         to mention filename.
2074         Add comments at beginning regarding usage.
2075         (encrypt-write-file-contents): Change interactive so a string is
2076         acceptable.  If the file has no associated model, show an error instead
2077         of a nonsense prompt.
2078
2079 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2080
2081         * spam.el (spam-bsfilter-ham-switch): Fix typo.
2082         Thanks to Yoshihiko Yamada for kind notification of this typo.
2083
2084 2007-01-12  Kenichi Handa  <handa@m17n.org>
2085
2086         * uudecode.el (uudecode-decode-region-internal): Make it work in a
2087         multibyte buffer.
2088
2089 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2090
2091         * gnus-score.el (gnus-score-fast-scoring): New variable.
2092         (gnus-score-headers): Use it.
2093
2094         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
2095
2096         * message.el (message-cite-original-1): Call
2097         gnus-article-highlight-citation if requested.
2098         (message-make-from): Allow name and address as optional arguments.
2099
2100         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
2101
2102         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
2103         bugs to doc string.
2104         (gnus-button-alist): Add mid\\|message-id.
2105         (gnus-button-fetch-group): Extend for use in
2106         `browse-url-browser-function'.
2107         (gnus-button-url-regexp): Try to catch paired parentheses like in
2108         Wikipedia URLs.
2109
2110         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
2111         Suggested by Simon Krahnke <overlord@gmx.li>.
2112
2113 2007-01-13  Romain Francoise  <romain@orebokech.com>
2114
2115         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
2116         Update copyright.
2117
2118 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
2119
2120         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
2121
2122 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2123
2124         * gnus-registry.el (gnus-registry-unfollowed-groups)
2125         (gnus-registry-split-fancy-with-parent): Fix documentation.
2126
2127 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2128
2129         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
2130         from nnweb groups.
2131
2132 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2133
2134         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
2135         Xref urls.  Erase buffer before requesting head.
2136
2137 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2138
2139         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
2140         customizable.
2141
2142 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
2143
2144         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
2145         no signing key is found.
2146         (mml2015-epg-encrypt): Ask user whether to skip or abort if
2147         no encrypting and/or signing key is found.
2148
2149 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2150
2151         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
2152
2153 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2154
2155         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
2156         headers read from disk with the ones newly found in the current search.
2157         This should no longer cause problems, because the article numbers in
2158         Gmane's `nov.php' output are ignored since the previous change.
2159
2160 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2161
2162         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
2163
2164 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
2167         replace-regexp-in-string; bind url-version; fbind display-images-p and
2168         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
2169         find-face and set-itimer-function for Emacs; bind itimer-list for
2170         Emacs.
2171
2172         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2173
2174 2007-01-01  Romain Francoise  <romain@orebokech.com>
2175
2176         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2177
2178 2006-12-31  Steve Youngs  <steve@sxemacs.org>
2179
2180         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
2181         `define-minor-mode' macro definition expanded properly.
2182         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
2183         exclude it there.
2184
2185         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
2186         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
2187         `fboundp' test.
2188         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
2189         This is OK to autoload in (S)XEmacs now.
2190
2191 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
2194         keystroke.
2195         (gnus-summary-limit-to-singletons): Fix typo.
2196
2197         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
2198         else fails.
2199
2200 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2201
2202         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
2203         docstring.
2204
2205         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
2206         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
2207         (gnus-summary-insert-dormant-articles): Fix typo in message.
2208
2209 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2210
2211         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
2212         nil for XEmacs.
2213         (gnus-message-citation-mode): Don't autoload in XEmacs.
2214
2215         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
2216
2217 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
2218
2219         * nnimap.el (nnimap-expunge-search-string): Mention
2220         nnimap-search-uids-not-since-is-evil in docstring.
2221
2222 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2223
2224         * spam.el: Revert to make-obsolete-variable because
2225         define-obsolete-variable-alias is not supported in Emacs 21.
2226
2227         * spam.el (spam-ifile-path, spam-ifile-database-path)
2228         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
2229         make-obsolete-variable.
2230         (spam-bsfilter-path, spam-bsfilter-program)
2231         (spam-spamassassin-path, spam-spamassassin-program)
2232         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
2233         use "path" inappropriately.
2234         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
2235         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
2236         variable names.
2237
2238 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
2239
2240         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
2241         summary buffer.
2242
2243         * password.el (password-cache-remove): Use clear-string to burn
2244         password, if available.
2245
2246 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2247
2248         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
2249
2250         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
2251
2252         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
2253         (gnus-message-highlight-citation): Move defcustom here from
2254         gnus-cite.el.
2255         (gnus-message-citation-mode): Autoload.
2256
2257         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
2258         checks to make it compile with XEmacs.
2259         (gnus-message-citation-mode): New minor mode.
2260         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
2261         (gnus-message-highlight-citation): New variables.
2262         (gnus-message-search-citation-line)
2263         (gnus-message-add-citation-keywords)
2264         (gnus-message-remove-citation-keywords)
2265         (turn-on-gnus-message-citation-mode)
2266         (turn-off-gnus-message-citation-mode): New functions.
2267
2268 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
2269
2270         * gnus-cite.el: Enable highlighting of different citation levels in
2271         message-mode.
2272
2273 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2274
2275         * message.el (message-make-fqdn): Fix comment.
2276         (message-bogus-system-names): Add ".local".
2277
2278         * spam.el (spam-ifile-path, spam-ifile-program)
2279         (spam-ifile-database-path, spam-ifile-database)
2280         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
2281         Don't use "path" inappropriately.
2282         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
2283         strings.
2284         (spam-check-ifile, spam-ifile-register-with-ifile)
2285         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
2286         new variable names.
2287
2288         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
2289         (gnus-treat-display-smileys): Simplify using
2290         gnus-image-type-available-p.
2291
2292         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
2293         available.
2294
2295         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
2296         `display-images-p' if available.
2297
2298 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
2301         one after turning on the buffer's multibyteness instead of decoding
2302         them directly in the unibyte buffer that causes unexpected conversion
2303         in Emacs 23 (unicode).
2304
2305 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2306
2307         * message.el (message-generate-hashcash): Fix custom type.
2308
2309 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
2310
2311         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
2312
2313 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
2314
2315         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
2316         disconnect icons.  Add help text.
2317
2318 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
2319
2320         * spam.el (spam-extra-header-to-number): CRM114 spam score is
2321         negated to be consistent with the others we handle.
2322
2323 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
2326         version of gnus-summary-buffer to something, so that we can use two
2327         article buffers at the same time.
2328
2329 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
2330
2331         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
2332         trigger all the extra headers.
2333         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
2334         sorting.
2335
2336 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2337
2338         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
2339         solid groups.
2340
2341 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
2342
2343         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2344
2345 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2346
2347         * legacy-gnus-agent.el: Add Copyright notice.
2348
2349 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
2350
2351         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
2352
2353 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354
2355         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
2356
2357         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
2358         to make it work reliably in CVS Emacs.
2359         (gnus-summary-limit-strange-charsets-predicate)
2360         (gnus-summary-limit-to-predicate): New functions.
2361
2362 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
2363
2364         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
2365         specifying array size.
2366         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
2367         array if it is too small.
2368         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
2369         (gnus-sort-threads-loop): New function.
2370
2371 2006-12-06  Chris Moore  <dooglus@gmail.com>
2372
2373         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
2374         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
2375
2376 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
2377
2378         * mm-url.el (mm-url-predefined-programs): Call curl with correct
2379         options.
2380
2381 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
2384         DOS-ing the recipient.
2385
2386         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
2387         the headers when creating the mapping to avoid mismappings.
2388         (nnweb-gmane-create-mapping): Always nix out old mapping.
2389
2390 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
2393         and mm-verify-option to never.
2394
2395 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2396
2397         * message.el (message-signed-or-encrypted-p): New function.
2398         (message-forward-make-body): Use it.
2399
2400         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
2401         Replace encode-coding-string with mm-encode-coding-string.
2402
2403 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * nneething.el (nneething-decode-file-name): Replace
2406         decode-coding-string with mm-decode-coding-string.
2407
2408         * gnus-int.el (gnus-open-server): Say failed server's name.
2409
2410 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2411
2412         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
2413         strings to a single string.  Quote `errors-file-name'.
2414         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
2415         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
2416         Adjust calls.  Use `shell-quote-argument'.
2417
2418 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
2419
2420         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
2421         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
2422
2423         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
2424         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
2425         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
2426         (gnus-group-make-directory-group, gnus-group-transpose-groups):
2427         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
2428         (gnus-subscribe-newsgroup, gnus-1):
2429         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
2430         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
2431         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
2432         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
2433
2434 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
2437         keystroke.
2438         (gnus-summary-limit-to-bodies): Implement headersp.
2439
2440 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * dns.el (query-dns): Protect against "Process dns deleted" strings.
2443
2444 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
2447
2448 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * message.el (message-generate-hashcash): Expand range of values to
2451         include `opportunistic'.
2452         (message-send-mail): Use it.
2453
2454 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2455
2456         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
2457         and comment it.
2458
2459         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
2460
2461 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
2462
2463         * gnus-util.el (gnus-extract-address-components): Improve comment.
2464
2465 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2466
2467         * gnus-util.el (gnus-extract-address-components): Work with address in
2468         which the name portion contains @.
2469
2470         * lpath.el: Fbind custom-autoload.
2471
2472 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2473
2474         * gnus.el (gnus-start): Move custom group up.
2475         (gnus-select-method): Don't autoload, but make it available for
2476         `customize-variable'.
2477         (gnus-getenv-nntpserver): Don't autoload.
2478
2479 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
2480
2481         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
2482
2483 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2484
2485         * message.el (message-sendmail-extra-arguments): New variable.
2486         (message-send-mail-with-sendmail): Use it.
2487
2488 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
2491         mm-with-unibyte-current-buffer to make string unibyte.
2492
2493         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
2494         mm-string-as-multibyte.
2495
2496 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
2497
2498         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
2499         Reported by Werner Koch <wk@gnupg.org>.
2500
2501 2006-11-14  Daiki Ueno  <ueno@p360>
2502
2503         * mml2015.el: Autoload epa-select-keys when compiling.
2504
2505 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2506
2507         * mml2015.el (mml2015-epg-sign): Save the signing keys in
2508         message-options.
2509         (mml2015-epg-encrypt): Save the recipient keys in message-options.
2510
2511 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2512
2513         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
2514         EasyPG (< 0.0.6).
2515         (mml2015-always-trust): New user option.
2516         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
2517         prompt.
2518
2519 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * nntp.el (nntp-authinfo-force): New variable.
2522         (nntp-send-authinfo): Use it.
2523
2524 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
2525
2526         * message.el (message-strip-subject-encoded-words): Allow _not_ to
2527         decode encoded words.  Improve prompt.  Add comment about forwarding.
2528         (message-replacement-char): Move up.
2529
2530 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2531
2532         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
2533         instead of gnus-intersection because arguments of gnus-sorted-nunion
2534         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
2535
2536 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
2537
2538         * message.el (message-strip-subject-encoded-words): Reformat prompt.
2539         (message-simplify-subject-functions): Enable
2540         message-strip-subject-encoded-words by default.
2541
2542 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
2543
2544         * message.el (message-strip-subject-encoded-words): New function
2545         (message-simplify-subject-functions): New variable.
2546         (message-simplify-subject): Use it.  Fix typo in doc string.
2547         Support message-strip-subject-encoded-words.
2548
2549 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
2550
2551         * gnus-diary.el (gnus-diary-delay-format-function):
2552         * nndiary.el (nndiary-reminders):
2553         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
2554
2555 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2556
2557         * gnus-art.el (article-hide-boring-headers): Fetch date from
2558         gnus-original-article-buffer to avoid problems with localized date
2559         strings.
2560
2561 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
2564
2565 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
2566
2567         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
2568         New variables.
2569         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2570         (mm-charset-synonym-alist): Move some entries to
2571         mm-codepage-iso-8859-list.
2572         (mm-charset-synonym-alist, mm-charset-override-alist): Add
2573         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2574
2575 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
2578
2579 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2580
2581         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
2582         with Emacs 21 and XEmacs.
2583
2584 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2585
2586         * spam.el (spam-parse-address): New function for better parsing,
2587         catching errors, etc.
2588         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
2589
2590 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2591
2592         * mm-view.el: Add interactive arg to html2text autoload.
2593
2594 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
2597
2598 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
2599
2600         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
2601         variables.
2602         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2603         (mm-charset-synonym-alist): Move some entries to
2604         mm-codepage-iso-8859-list.
2605
2606         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
2607
2608 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
2609
2610         * message.el (message-citation-line-format)
2611         (message-insert-formated-citation-line): Fix implementation of %E, %N
2612         and %n according to the doc string.
2613
2614 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
2615
2616         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2617         car-safe to avoid bad parses.
2618
2619 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2620
2621         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
2622         names.
2623
2624         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
2625
2626 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
2629         header.
2630
2631         * message.el (message-draft-headers): Add Date.
2632         (message-headers-to-generate): Fix typo in docstring.
2633
2634         * nndraft.el (nndraft-required-headers): New variable.
2635         (nndraft-generate-headers): Use it.
2636
2637         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
2638
2639 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2640
2641         * gnus-registry.el (gnus-registry-wash-for-keywords)
2642         (gnus-registry-find-keywords): New functions to allow easy searching of
2643         articles that are in the registry.
2644
2645 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2646
2647         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2648         ietf-drums-parse-address instead of gnus-extract-address-components.
2649         Reported by Damien Elmes <damien@repose.cx>.
2650
2651 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2652
2653         * gnus.el (gnus-mime): Remove unused custom group.
2654
2655 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2656
2657         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
2658         "blank line" when searching for end of armor headers.
2659
2660 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * gmm-utils.el (gmm-write-region): Fix variable name.
2663
2664 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
2665
2666         * gmm-utils.el (gmm-write-region): New function based on compatibility
2667         code from `mm-make-temp-file'.
2668
2669         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
2670
2671         * nnmaildir.el (nnmaildir--update-nov)
2672         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
2673         Use `gmm-write-region'.
2674
2675 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2676
2677         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
2678         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2679
2680         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
2681
2682         * message.el (message-replacement-char): New variable.
2683         (message-fix-before-sending): Use it.
2684         (message-simplify-subject): New function to remove duplicate code.
2685         (message-reply, message-followup): Use it.
2686
2687         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
2688         gnus-summary-limit-to-articles.
2689
2690 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * gnus-util.el (gnus-with-local-quit): New macro.
2693
2694         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
2695
2696 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
2697
2698         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
2699         ignore non-string data.
2700
2701 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
2702
2703         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
2704         non-string data (needs to be done in the registry too).
2705
2706 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2707
2708         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
2709         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
2710         (gnus-registry-split-fancy-with-parent)
2711         (gnus-registry-fetch-simplified-message-subject-fast)
2712         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
2713         Remove text properties on ingress into the registry and when it's saved.
2714         (gnus-registry-clean-empty-function): Fix bug with cleaning the
2715         registry from entries with no groups.
2716
2717 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2718
2719         * gnus-util.el (gnus-string-remove-all-properties): Add utility
2720         function to remove string properties.
2721
2722 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2723
2724         * gmm-utils.el (gmm): Adjust custom version.
2725
2726         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
2727         custom version.
2728
2729         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2730
2731 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2732
2733         * gnus-art.el (gnus-insert-prev-page-button)
2734         (gnus-insert-next-page-button): Simplify.  Reformat.
2735
2736 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2737
2738         * gnus-art.el (gnus-insert-prev-page-button)
2739         (gnus-insert-next-page-button): Apply gnus-article-button-face.
2740
2741 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2742
2743         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2744
2745 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2746
2747         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
2748         gnus-article-button-face to MIME and security buttons.
2749
2750 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2751
2752         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
2753         readable.
2754
2755 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2756
2757         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
2758
2759 2006-09-20  Steve Youngs  <steve@sxemacs.org>
2760
2761         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
2762         `browse-url-of-file' instead of `browse-url'.
2763
2764 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2765
2766         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2767         regexp.  Articles containing quotation were cut prematurely.
2768
2769 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * message.el (message-cite-original-1): Use nobody by default for the
2772         value of From header.
2773         (message-reply): Ditto.
2774
2775 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
2776
2777         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2778         to the gnus-info.  This fixes a bug of inline-PGP message verification.
2779         Reported by Michael Piotrowski <mxp@dynalabs.de>.
2780
2781 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2782
2783         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2784         mails in the doc string.  Add some URLs in comment.
2785         (pop3-movemail): Warn about pop3-leave-mail-on-server.
2786
2787 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2790         backslashes handling and the way to find boundaries of quoted strings.
2791
2792 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
2793
2794         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
2795         mml1991-encrypt-to-self is set and mml1991-signers is not set.
2796         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
2797         mml2015-encrypt-to-self is set and mml2015-signers is not set.
2798
2799 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2800
2801         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
2802         doc string.
2803         (gnus-button-regexp, gnus-button-last): Remove unused variables.
2804
2805 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2806
2807         * lpath.el: Fbind epg-check-configuration.
2808
2809 2006-09-06  Simon Josefsson  <jas@extundo.com>
2810
2811         * mml2015.el (mml2015-use): Doc fix, mention epg.
2812
2813 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2814
2815         * mml2015.el (mml2015-use): Default to epg, if available.
2816
2817 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2818
2819         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
2820         message-sender.
2821         (mml1991-epg-encrypt): Ditto.
2822         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
2823         message-sender.
2824         (mml2015-epg-encrypt): Ditto.
2825
2826 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
2827
2828         * message.el (message-send-mail-with-sendmail): Look for sendmail in
2829         several common directories.
2830
2831 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
2832
2833         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
2834         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
2835
2836 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2837
2838         * gnus-art.el (article-decode-encoded-words): Make it fast.
2839
2840 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
2843
2844         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
2845         in quoted string into `\'.
2846
2847 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2850         Use standard-syntax-table.
2851
2852 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * gnus-art.el (gnus-decode-address-function): New variable.
2855         (article-decode-encoded-words): Use it to decode headers which are
2856         assumed to contain addresses.
2857         (gnus-mime-delete-part): Remove useless `or'.
2858
2859         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
2860         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
2861         (gnus-nov-parse-line): Use it to decode From header.
2862         (gnus-get-newsgroup-headers): Ditto.
2863         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
2864
2865         * mail-parse.el (mail-decode-encoded-address-region): New alias.
2866         (mail-decode-encoded-address-string): New alias.
2867
2868         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2869         New function.
2870         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
2871         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
2872         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
2873         (rfc2047-decode-string): Ditto.
2874         (rfc2047-decode-address-region): New function.
2875         (rfc2047-decode-address-string): New function.
2876
2877 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
2878
2879         * message.el (message-caesar-buffer-body): Allow rotating headers.
2880
2881         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
2882
2883         * message.el (message-insert-formated-citation-line): Fix %f.
2884         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
2885
2886 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
2889         (gnus-bookmark-mouse-available-p): New macro.
2890         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
2891         (gnus-bookmark-bmenu-show-infos): Use it.
2892         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
2893         (gnus-bookmark-bmenu-hide-infos): Ditto.
2894         (gnus-bookmark-remove-properties): New function.
2895         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
2896         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
2897         (gnus-bookmark-write-file): Bind coding-system-for-write.
2898         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
2899         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
2900         group before selecting it.
2901         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
2902         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
2903         quit-window if it is not available; use gnus-mouse-2 and bind it to
2904         gnus-bookmark-bmenu-select-by-mouse.
2905         (gnus-bookmark-show-details): Remove unused variable `details-list'.
2906         (gnus-bookmark-bmenu-select-by-mouse): New function.
2907
2908 2006-08-13  Romain Francoise  <romain@orebokech.com>
2909
2910         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
2911         space.
2912
2913 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2914
2915         * compface.el (uncompface): Use binary rather than raw-text-unix.
2916
2917 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2918
2919         * compface.el (uncompface): Make sure the eol conversion doesn't take
2920         place when communicating with the external programs.  Reported by
2921         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2922
2923 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * nnheader.el (nnheader-insert-head): Fix typo in comment.
2926
2927 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2928
2929         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2930         Make it more robust by parsing author and date independently.
2931
2932 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2935
2936 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
2937
2938         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2939         first matching secret key.
2940         (mml2015-epg-encrypt): Ditto.
2941
2942         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2943         first matching secret key.
2944         (mml1991-epg-encrypt): Ditto.
2945
2946         * mml2015.el (mml2015-encrypt-to-self): New user option.
2947         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2948         mml2015-epg-encrypt-to-self is set.
2949
2950         * mml1991.el (mml1991-encrypt-to-self): New variable.
2951         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2952         mml1991-epg-encrypt-to-self is set.
2953
2954         * mml2015.el (mml2015-signers): New user option.
2955         (mml2015-epg-sign): Reflect the value of mml2015-signers.
2956         (mml2015-epg-encrypt): Allow to select signing keys.
2957
2958         * mml1991.el (mml1991-signers): New variable.
2959         (mml1991-epg-sign): Reflect the value of mml1991-signers.
2960         (mml1991-epg-encrypt): Allow to select signing keys.
2961
2962 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * nnheader.el (nnheader-insert-head): Make it work even if the file
2965         uses CRLF for the line-break code.
2966
2967 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2968
2969         * mml2015.el: Require mml-sec instead of password.
2970         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2971         (mml2015-cache-passphrase): Inherit the default value from
2972         mml-secure-cache-passphrase.
2973         (mml2015-passphrase-cache-expiry): Inherit the default value from
2974         mml-secure-passphrase-cache-expiry.
2975
2976         * mml1991.el: Require mml-sec instead of password.
2977         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2978         (mml1991-cache-passphrase): Inherit the default value from
2979         mml-secure-cache-passphrase.
2980         (mml1991-passphrase-cache-expiry): Inherit the default value from
2981         mml-secure-passphrase-cache-expiry.
2982
2983         * mml-sec.el: Require password.
2984         (mml-secure-verbose): New user option.
2985         (mml-secure-cache-passphrase): New user option.
2986         (mml-secure-passphrase-cache-expiry): New user option.
2987
2988 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2989
2990         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2991         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2992         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2993
2994         FIXME: Use `tiny change'?
2995
2996 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2997
2998         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2999         workaround for the url package included with Emacs.
3000
3001         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3002
3003 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3006         correctly.  This fixes a bug caused by the 2006-05-12 change.
3007
3008 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
3009
3010         * nnmail.el (nnmail-article-group): If splitting raises an error, give
3011         some information about the error when saying that the `bogus' mail
3012         group will be used.
3013
3014 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
3015
3016         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
3017         string.
3018
3019 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
3020
3021         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
3022
3023 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3024
3025         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
3026
3027 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
3028
3029         * mml1991.el (mml1991-function-alist): Add epg.
3030         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
3031         (mml1991-epg-encrypt): New functions.
3032
3033 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
3034
3035         * mml2015.el (mml2015-verbose): New variable.
3036         (mml2015-cache-passphrase): Ditto.
3037         (mml2015-passphrase-cache-expiry): Ditto.
3038         (mml2015-function-alist): Add epg.
3039         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
3040         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
3041         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
3042         functions.
3043
3044 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3045
3046         * message.el (message-cite-original-1): Preserve region when removing
3047         quoted text due to X-No-Archive in order to avoid bogus attribution
3048         when citing multiple messages.
3049
3050 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3051
3052         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
3053         Kenneth Jacker <khj@be.cs.appstate.edu>.
3054
3055 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
3056
3057         * gnus-diary.el (gnus-user-format-function-d)
3058         (gnus-user-format-function-D): Autoload.
3059
3060         * imap.el (Commentary): Fix typo.
3061
3062         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
3063         2006-04-22 contribution.
3064
3065 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3066
3067         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
3068         It didn't really fix the bogosity I'm seeing with solid web groups.
3069
3070 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3071
3072         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
3073         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
3074         created using server names.  If we use the feature without declaring
3075         it, Gnus does not properly manage server and group state.
3076
3077         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
3078         bound.
3079
3080 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3081
3082         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
3083         looking up the method using GROUP's prefix before inventing a new one.
3084         It is used on killed/unknown groups in various places where returning
3085         an all-new method isn't expected by the caller.
3086
3087         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
3088         and match semantics of gnus-group-real-prefix.
3089
3090 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
3091
3092         * nnmail.el (nnmail-broken-references-mailers): New variable.
3093         (nnmail-ignore-broken-references): New function generalizing
3094         nnmail-fix-eudora-headers.
3095         (nnmail-fix-eudora-headers): Now obsolete.
3096
3097         * gnus-art.el (gnus-button-handle-custom): Support
3098         `customize-apropos*'.
3099
3100 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
3103
3104         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
3105         articles.
3106
3107 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
3108
3109         * message.el (message-cite-reply-above): New variable.
3110         (message-yank-original): Use it.
3111
3112 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
3115
3116 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
3117
3118         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
3119         as read.
3120
3121         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
3122
3123 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
3124
3125         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
3126         (gnus-bookmark-default-file): Use gnus-directory.
3127         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
3128         Remove "*" in doc string.
3129         (gnus-bookmark-write-file): Simplify.
3130         (gnus-bookmark-maybe-sort-alist): Use `when'.
3131         (gnus-bookmark-get-bookmark): Fix typo in doc string.
3132         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
3133         FIXME about Emacs 21 and XEmacs compatibility.
3134         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
3135         compatibility.
3136         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
3137         compatibility.
3138         (gnus-bookmark-menu-heading): Fix version.
3139
3140 2006-06-19  Bastien Guerry  <bzg@altern.org>
3141
3142         * gnus-bookmark.el: New file.
3143
3144 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3145
3146         * message.el (message-syntax-checks): Doc fix.
3147
3148 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3149
3150         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
3151         unsubscribed groups as if they were killed ones.  It causes duplicate
3152         entries in gnus-newsrc-alist.
3153
3154 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * message.el (message-syntax-checks): Doc fix.
3157         (message-send-mail): Add check for continuation headers.
3158         (message-check-news-header-syntax): Fix regexp used to check for
3159         continuation headers.
3160
3161 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3162
3163         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
3164
3165 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
3166
3167         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
3168
3169 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
3172         default-truncate-lines.
3173
3174 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3175
3176         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
3177         to fill the utf-8 entry.
3178
3179         * lpath.el: Fbind unicode-precedence-list.
3180
3181 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3182
3183         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3184
3185 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
3186
3187         * gnus-agent.el (directory-files-and-attributes): Move all the way
3188         forward (the third and final move).
3189         (gnus-agent-read-agentview): Trap reconstruction errors due to
3190         nonexistant directory.  Handle by returning nil.
3191
3192 2006-05-30  Didier Verna  <didier@xemacs.org>
3193
3194         * message.el (message-dont-reply-to-names): Update the custom type.
3195         * message.el (message-dont-reply-to-names): New defsubst: potentially
3196         convert a list of regexps into a single one.
3197         * message.el (message-get-reply-headers): Use it.
3198         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
3199
3200 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * gnus-agent.el (directory-files-and-attributes): Move forward.
3203
3204 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3205
3206         * gnus-ml.el (gnus-mailing-list-subscribe)
3207         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
3208         (gnus-mailing-list-message): Fix doc strings.
3209
3210 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3211
3212         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
3213         of doing it manually.
3214
3215 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3216
3217         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
3218         comment.
3219
3220 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
3221
3222         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
3223         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
3224         (gnus-agent-read-local): All symbols allocated in my-obarray
3225         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
3226         (gnus-agent-regenerate-group): Check numeric names to see if they are
3227         messages or groups.
3228         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
3229         better way of do this...)
3230
3231         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
3232         'dummy.group' (there should be a better way of do this...)
3233
3234 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
3237         (gnus-saved-headers): Ditto.
3238         (gnus-default-article-saver): Mention functions may have properties.
3239         (gnus-article-save): Override gnus-save-all-headers and
3240         gnus-saved-headers by :headers property which saver function may have.
3241         (gnus-summary-save-in-file): Add :headers property.
3242         (gnus-summary-write-to-file): Ditto.
3243
3244         * gnus-sum.el (gnus-summary-save-article): Bind
3245         gnus-prompt-before-saving to t when saving many articles in a file;
3246         always show all headers.
3247
3248         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
3249
3250 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
3251
3252         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
3253         marks.
3254
3255         * message.el (message-indent-citation): Add optional arguments to allow
3256         using it outside of message buffers.
3257
3258         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
3259         (gnus-article-treat-unfold-headers): Use it.
3260         (gnus-article-truncate-lines): New variable.
3261         (gnus-article-mode): Use it.
3262         (gnus-article-toggle-truncate-lines): New function.
3263
3264         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
3265         gnus-article-toggle-truncate-lines.
3266
3267         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
3268         coding system in XEmacs, use binary.
3269
3270 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
3273         after-load-alist.
3274
3275         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
3276         this function should save decoded articles.
3277         (gnus-summary-write-to-file): Use property to specify this function
3278         should save decoded articles and specify gnus-summary-save-in-file
3279         should be used to save articles other than the first one when saving
3280         many articles.
3281         (gnus-summary-save-body-in-file): Use property to specify this
3282         function should save decoded articles.
3283         (gnus-summary-write-body-to-file): Use property to specify this
3284         function should save decoded articles and specify
3285         gnus-summary-save-body-in-file should be used to save articles other
3286         than the first one when saving many articles.
3287
3288         * gnus-sum.el (gnus-summary-save-article): Simplify.
3289
3290 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * gnus-art.el (gnus-default-article-saver): Add
3293         gnus-summary-write-body-to-file.
3294         (gnus-article-save-coding-system): Don't use coding system object
3295         in XEmacs.
3296         (gnus-read-save-file-name): Add optional `dir-var' argument which
3297         specifies directory in which files are saved; work even if optional
3298         `variable' argument is not specified.
3299         (gnus-summary-write-to-file): Read file name.
3300         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
3301         (gnus-summary-write-body-to-file): New function.
3302
3303         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
3304         (gnus-summary-local-variables): Add it.
3305         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
3306         (gnus-summary-save-article): Remove optional `decode' argument;
3307         determine whether to decode articles by the value of
3308         gnus-default-article-saver; when saving many files using
3309         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
3310         it first and use gnus-summary-save-in-file or
3311         gnus-summary-save-body-in-file thereafter unless
3312         gnus-prompt-before-saving is always; move point to article which
3313         will be saved.
3314         (gnus-summary-save-article-file): Revert.
3315         (gnus-summary-write-article-file): Revert.
3316         (gnus-summary-save-article-body-file): Revert.
3317         (gnus-summary-write-article-body-file): New function.
3318
3319 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * gnus-art.el (gnus-default-article-saver): Doc fix.
3322         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
3323         from gnus-summary-save-article-coding-system, and default to a
3324         certain coding system.
3325         (gnus-output-to-file): Add coding cookie and encode text according
3326         to gnus-article-save-coding-system; don't use mm-append-to-file.
3327
3328         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
3329         gnus-art.el and rename to gnus-article-save-coding-system.
3330         (gnus-summary-save-article): Require gnus-art; don't show all
3331         headers if it decodes articles; don't add coding cookie here;
3332         don't bind mm-text-coding-system-for-write.
3333         (gnus-summary-save-article-file): Save decoded articles.
3334         (gnus-summary-write-article-file): When saving many files, use
3335         gnus-summary-write-to-file first and gnus-summary-save-in-file
3336         thereafter unless gnus-prompt-before-saving is always.
3337         (gnus-summary-save-article-body-file): Save decoded articles.
3338
3339         * lpath.el: Fbind select-safe-coding-system for XEmacs.
3340
3341 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3342
3343         * nnrss.el (nnrss-check-group): Bind hash-index.
3344
3345 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3346
3347         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
3348         its hash index.  Store this hash in `nnrss-group-data'.
3349         (nnrss-read-group-data): Update accordingly.
3350
3351 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3352
3353         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
3354         entry.
3355
3356         * gnus-sum.el (gnus-summary-make-menu-bar): Add
3357         gnus-article-browse-html-article.
3358
3359 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
3360
3361         * gnus-sum.el (gnus-summary-mime-map): Add
3362         gnus-article-browse-html-article.
3363
3364         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
3365
3366 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3367
3368         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
3369         suitable coding systems in customize.
3370
3371 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
3372
3373         * mail-source.el (mail-sources): Fix custom type.
3374
3375 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
3376
3377         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
3378         (gnus-summary-expire-articles-now): Shorten prompt.
3379
3380         * gmm-utils.el (wid-edit): Require.
3381         (defun-gmm): Renamed from `gmm-defun-compat'.
3382         (gmm-image-search-load-path): Use it.
3383         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
3384
3385 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * gnus-sum.el (gnus-summary-save-article-coding-system): New
3388         variable.
3389         (gnus-summary-save-article): Add optional `decode' argument.  If
3390         it is set and gnus-summary-save-article-coding-system is non-nil,
3391         save decoded article.
3392         (gnus-summary-write-article-file): Save decoded article if
3393         gnus-summary-save-article-coding-system is non-nil.
3394
3395         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
3396         type.
3397
3398 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
3401
3402 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3403
3404         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
3405         first to test gnus-single-article-buffer which may be buffer-local.
3406
3407         * gnus-sum.el (gnus-summary-setup-buffer): Make
3408         gnus-single-article-buffer buffer-local and nil in ephemeral
3409         group; make gnus-article-buffer, gnus-article-current, and
3410         gnus-original-article-buffer always buffer-local.
3411         (gnus-summary-exit): Kill article buffer belonging to ephemeral
3412         group.
3413         (gnus-handle-ephemeral-exit): Don't move to next summary line.
3414
3415 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3416
3417         * nnml.el (nnml-request-compact-group): Compressed files might not
3418         have .gz extension.
3419
3420 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3421
3422         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
3423         (mm-copy-to-buffer): Use with-current-buffer.
3424         (mm-display-part): Simplify.
3425         (mm-inlinable-p): Add optional arg `type'.
3426
3427 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3428
3429         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
3430         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
3431         Try harder to show the attachment internally or externally using
3432         gnus-mime-view-part-as-type.
3433
3434 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3435
3436         * message.el (message-from-style, message-signature-separator)
3437         (message-user-organization-file, message-send-mail-function)
3438         (message-citation-line-function, message-yank-prefix)
3439         (message-indent-citation-function, message-signature)
3440         (message-signature-file, message-signature-insert-empty-line):
3441         Remove autoloads.
3442
3443         * gnus-art.el (gnus-buttonized-mime-types): Remove
3444         "multipart/signed".  Revert 2006-04-26 change.
3445
3446 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3447
3448         * gnus.el (gnus-version-number): Bump version.
3449
3450 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3451
3452         * gnus.el: No Gnus v0.5 is released.
3453
3454 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3455
3456         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
3457         fetching articles by message-id.
3458
3459 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * message.el (hashcash): Require hashcash as normal.
3462
3463         * ecomplete.el (ecomplete-highlight-match-line): Use
3464         point-at-eol.
3465         (ecomplete-highlight-match-line): Use `highlight', because that
3466         face exists in both Emacs and XEmacs.
3467
3468         * message.el (message-display-abbrev): Use point-at-bol.
3469
3470         * mail-source.el: Don't require timer/timer-funcs.
3471
3472         * gnus-async.el: Ditto.
3473
3474         * password.el: Ditto.
3475
3476         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
3477
3478         * mm-url.el: Ditto.
3479
3480         * gnus-xmas.el: Don't require timer-funcs.
3481
3482         * mm-util.el: Require timer/timer-funcs.
3483
3484 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3485
3486         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
3487         Close.
3488
3489 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
3492         unibyte after clear-decrypt function runs.
3493
3494         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
3495         returns as a unibyte string.
3496
3497 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3498
3499         * lpath.el: Revert.
3500
3501         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
3502         (pgg-gpg-process-sentinel): Revert.
3503
3504         * pgg-pgp.el (pgg-pgp-process-region): Revert.
3505         (pgg-pgp-lookup-key): Revert.
3506
3507         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
3508         (pgg-pgp5-lookup-key): Revert.
3509
3510         * pgg.el (pgg-fetch-key): Revert.
3511
3512 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * lpath.el: Fbind string-as-multibyte for XEmacs.
3515
3516         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
3517         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
3518         (mml1991-pgg-encrypt): Ditto.
3519
3520         * pgg-gpg.el (pgg-string-to-multibyte): New function.
3521         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
3522         a multibyte buffer.
3523
3524         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
3525         (pgg-pgp-lookup-key): Ditto.
3526
3527         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3528         (pgg-pgp5-lookup-key): Ditto.
3529
3530         * pgg.el (pgg-fetch-key): Ditto.
3531
3532 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
3533
3534         * message.el (message-user-organization-file): Check several
3535         locations of the organization file.
3536
3537         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
3538         Add gnus-article-view-part-as-type.
3539
3540         * gnus-art.el (gnus-article-view-part-as-type): New function.
3541
3542         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
3543         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
3544
3545         * mml.el: Simplify autoload.
3546         (mml-mode): defvar dnd-protocol-alist instead of using
3547         symbol-value.
3548         (mml-default-directory): New variable.
3549         (mml-minibuffer-read-file): Use it.
3550         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
3551
3552         * message.el (message-citation-line-format): New variable.
3553         (message-insert-formated-citation-line): New function.
3554         (message-citation-line-function): Add
3555         `message-insert-formated-citation-line' to custom type.
3556
3557         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
3558         to doc string.
3559
3560         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
3561         depending on mm-verify-option.
3562
3563 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
3566         binding pgg-* variables; reimplement the section which prevents
3567         MIME header from being signed.
3568         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
3569         pgg-text-mode; remove a blank line at the top of body.
3570
3571         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
3572         lines at the top of body; use gnus-newsgroup-charset if there's no
3573         Charset header.
3574
3575 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * message.el (message-self-insert-commands): Doc fix.
3578
3579         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
3580         (mm-uu-pgp-encrypted-test): Ditto.
3581         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
3582         between header and body; return application/pgp-encrypted handle
3583         if decryption failed; decode decrypted body by charset.
3584
3585         * mm-decode.el (mm-automatic-display): Don't make application/pgp
3586         element match to application/pgp-*.
3587
3588 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3589
3590         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
3591         HTML.
3592
3593 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3594
3595         * mail-source.el (mail-source-call-script): Message the error
3596         string.
3597
3598 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3599
3600         * gnus-util.el (gnus-byte-compile): Use it.
3601
3602 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
3603
3604         * gnus-util.el (kill-empty-logs): New function.
3605
3606 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * message.el (message-mail-alias-type): Doc fix.
3609         (message-mail-alias-type-p): New function.
3610         (message-send): Use it.
3611         (message-mode): Ditto.
3612         (message-strip-forbidden-properties): Ditto.
3613
3614         * ecomplete.el (ecomplete-database-file-coding-system): New
3615         variable.
3616         (ecomplete-save): Use it.
3617         (ecomplete-setup): Use it.
3618
3619 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * message.el (message-self-insert-commands): New variable.
3622         (message-strip-forbidden-properties): Use it.
3623
3624 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625
3626         * message.el (message-put-addresses-in-ecomplete): Use a regexp
3627         that doesn't make XEmacs choke.
3628
3629 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
3630
3631         * gnus-util.el (gnus-replace-in-string):
3632         Prefer replace-regexp-in-string over of replace-in-string.
3633
3634 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * gnus-util.el (gnus-select-frame-set-input-focus):
3637         Use select-frame-set-input-focus if it is available in XEmacs; use
3638         definition defined in Emacs 22 for old Emacsen.
3639
3640         * dgnushack.el: Autoload unmorse-region for XEmacs.
3641
3642         * lpath.el: Bind cursor-in-non-selected-windows and
3643         select-frame-set-input-focus for XEmacs.
3644
3645 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3646
3647         * mm-view.el (mm-inline-text): Use equal instead of equalp.
3648
3649 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3650
3651         * gnus-registry.el (gnus-registry-cache-save): Remove text
3652         properties when saving via the temp buffer.
3653
3654 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3655
3656         * message.el (message-generate-hashcash): Honor custom type.
3657
3658 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * message.el (message-generate-hashcash): Default to non-nil when
3661         hashcash is found.
3662
3663         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
3664         (gnus-refer-thread-limit): Increase default to 500.
3665
3666         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
3667
3668         * flow-fill.el (fill-flowed): Allow delete-space.
3669
3670 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3671
3672         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
3673         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
3674         Remove autoloads.
3675
3676 2006-04-18  Simon Josefsson  <jas@extundo.com>
3677
3678         * message.el (message-generate-hashcash): Default to.
3679
3680 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3681
3682         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3683         concatenating segments rather than before concatenating them.
3684
3685 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3686
3687         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
3688
3689 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
3692
3693         * message.el (message-forward-make-body-plain): Allow
3694         message-forward-ignored-headers to be a list.
3695         (message-remove-ignored-headers): Factor out into function.
3696         (message-forward-make-body-mml): Use it.
3697
3698         * imap.el (imap-quote-specials): New function.
3699         (imap-login-auth): Quote specials.
3700
3701         * rfc2231.el (rfc2231-parse-string): Remove dead code.
3702         (rfc2231-parse-string): Allow concatanation of parameters that
3703         aren't contiguous.  The test case is
3704           (mail-header-parse-content-type "message/external-body;
3705             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
3706             access-type=LOCAL-FILE;
3707             name*1*=plugh%2fhello-sailor%2fbing.pdf")
3708
3709 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3710
3711         * nntp.el (nntp-accept-process-output): Return the value of
3712         `nnheader-accept-process-output'.
3713
3714 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715
3716         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
3717         (gnus-button-alist): Recognize more diff formats.
3718         (gnus-button-patch): Strip directory.
3719
3720 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3721
3722         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
3723         Emacs 22 when setting focus.
3724
3725 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * gnus-art.el (gnus-article-treat-types): Do treatment of
3728         text/x-verbatim parts.
3729         (gnus-button-patch): New command.
3730
3731         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
3732         addresses that contain invalid characters.
3733
3734 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735
3736         * message.el (message-put-addresses-in-ecomplete): Use
3737         gnus-replace-in-string.
3738         (message-is-yours-p): Use the more correct
3739         mail-header-parse-address instead of
3740         mail-extract-address-components.
3741         (message-put-addresses-in-ecomplete): Fix typo.
3742
3743         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
3744         keystroke.
3745
3746         * gnus-art.el (gnus-treatment-function-alist): Change order of
3747         newsgroups/generic header folding to avoid double-folding.
3748
3749         * message.el (message-hidden-headers): Add X-Draft-From.
3750
3751         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
3752         command.
3753         (gnus-summary-repeat-search-article-backward): New command.
3754
3755         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
3756         groups in the parent topic.
3757
3758 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
3759
3760         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
3761         (spam-extra-header-to-number): Return the CRM114 number as a
3762         number instead of a string.
3763
3764 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765
3766         * gnus-art.el (gnus-face-properties-alist): Moved here from
3767         gnus-fun.
3768
3769         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
3770
3771 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * message.el (message-strip-forbidden-properties): Only display on
3774         self-insert-command.
3775
3776         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
3777         reindent.
3778         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3779
3780 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
3781
3782         * smiley.el (smiley-style): Fix typo.
3783
3784 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * hashcash.el (hashcash-insert-payment-async-2): Use
3787         message-goto-eoh instead of doing it manually.
3788         (mail-add-payment): Use message-narrow-to-header instead of trying
3789         to do the same itself.
3790
3791         * message.el (message-hidden-headers): Add Face.
3792
3793         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
3794         reparenting code.
3795         (gnus-summary-reparent-children): Refactored out code.
3796         (gnus-summary-thread-map): New keystroke.
3797         (gnus-summary-reparent-children): Make into command.
3798
3799         * smiley.el (smiley-style): Default to `medium' if using a large
3800         font.
3801
3802         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
3803         does it itself.
3804
3805         * message.el (message-point-in-header-p): Simplify definition.
3806
3807 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3808
3809         * nnagent.el (nnagent-request-set-mark): Silence log file
3810         writing.
3811         (nnagent-request-set-mark): Use write-region instead of
3812         append-to-file.
3813
3814         * gnus-sum.el (gnus-read-header): Fudge article number if using a
3815         strange select method.
3816
3817         * ecomplete.el (ecomplete-display-matches): Get highlightling
3818         right.
3819         (ecomplete-display-matches): Use literals.
3820         (ecomplete-display-matches): Disable message logging.
3821
3822         * message.el (message-display-abbrev): Small optimization.
3823
3824         * ecomplete.el (ecomplete-display-matches): Allow automatic
3825         display.
3826
3827         * message.el (message-strip-forbidden-properties): Display
3828         abbrevs.
3829         (message-display-abbrev): Get automatic display right.
3830
3831         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
3832         keystrokes.
3833
3834 2006-04-13  Romain Francoise  <romain@orebokech.com>
3835
3836         TODO: Backport to v5-10!
3837
3838         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
3839         Moved here (and renamed) from gnus-registry.el.
3840
3841         * gnus-registry.el: Require gnus-util.
3842         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
3843
3844 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * gnus-group.el (gnus-group-catchup-current): Change
3847         if-then-else-if-then-else into cond.
3848         (gnus-group-catchup): Indent.
3849         (group-name-at-point): New function.
3850         (gnus-fetch-group): Provide default from thing at point.
3851
3852 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * message.el (message-display-abbrev): Fix regexp.
3855
3856         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
3857         choosing.
3858         (ecomplete-highlight-match-line): Fix up code rewrite, remove
3859         dead variables.
3860
3861         * message.el (message-newline-and-indent): Remove debugging.
3862         (message-display-abbrev): Use new implementation.
3863
3864 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3865
3866         * gnus-art.el (gnus-article-mode): Set
3867         cursor-in-non-selected-windows to nil.
3868
3869         * smiley.el: Revert previous change.
3870         (smiley-data-directory): defvar it before using it in the
3871         defcustom of `smiley-style'.
3872
3873 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3874
3875         * message.el (message-newline-and-indent): New function.
3876
3877         * ecomplete.el: Implement more bits.
3878
3879         * message.el (message-put-addresses-in-ecomplete): Clean up the
3880         string.
3881
3882         * ecomplete.el (ecomplete-add-item): Chop off decimals.
3883
3884         * gnus-sum.el (gnus-summary-save-parts): Bind
3885         gnus-summary-save-parts-counter and use it to make unique file
3886         names.
3887
3888         * gnus-art.el (gnus-ignored-headers): Add some more headers.
3889
3890         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
3891         parameter to say whether to actually parse the individual
3892         addresses.
3893
3894         * message.el (message-put-addresses-in-ecomplete): New function.
3895         (ecomplete): Require.
3896         (message-mail-alias-type): Add ecomplete as an option.
3897
3898 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
3899
3900         * flow-fill.el (fill-flowed): Remove trailing space from blank
3901         quoted lines.
3902
3903 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3904
3905         * smiley.el (smiley-style): Move definition later to avoid a
3906         compilation warning.
3907
3908 2006-04-12  Kenichi Handa  <handa@m17n.org>
3909
3910         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3911         buffer and then decode the buffer text if necessary.
3912         (rfc2231-encode-string): Be sure to work on multibyte buffer at
3913         first, and after mm-encode-body, change the buffer to unibyte.
3914         Use mm-disable-multibyte instead of set-buffer-multibyte.
3915
3916 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3919         Content-Type header instead of Content-Disposition header.
3920         (gnus-mime-inline-part): Ditto.
3921         (gnus-mime-view-part-as-charset): Ignore charset that the part
3922         specifies.
3923
3924         * mm-decode.el (mm-display-part): Work with external parts and
3925         usual parts similarly.
3926
3927         * mm-extern.el (mm-inline-external-body): Use mm-display-part
3928         instead of gnus-display-mime.
3929
3930         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3931         instead of with-temp-buffer.
3932
3933         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3934         tag to summarized topics part in order to encode non-ASCII text.
3935
3936 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3937
3938         * smiley.el (smiley-style): New variable.
3939         (smiley-directory): New function.
3940         (smiley-data-directory): Derive from `smiley-style' using
3941         `smiley-directory'.
3942         (smiley-regexp-alist): Add new entries.
3943
3944         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3945         (gnus-article-browse-delete-temp): Add :version.
3946
3947 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3948
3949         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3950         the sieve region.
3951
3952 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3953
3954         * gnus.el (gnus-version-number): Bump version.
3955
3956 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3957
3958         * gnus.el: No Gnus v0.4 is released.
3959
3960 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3961
3962         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3963         layout.
3964
3965         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3966         unknown charset.
3967
3968         * message.el (message-header-synonyms): Add Original-To to the
3969         default.
3970
3971         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3972         optional parameter.
3973
3974 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3975
3976         * gnus-fun.el (gnus): Require it for gnus-directory.
3977
3978 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3981
3982 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3983
3984         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3985
3986 2006-04-05  Simon Josefsson  <jas@extundo.com>
3987
3988         * password.el (password-reset): New function.
3989
3990 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3991
3992         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3993         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3994
3995 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3996
3997         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3998         Some whitespace was matched into the url, which broke browsing hits
3999         > 100 when mm-url-use-external was nil.
4000
4001 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4002
4003         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4004         gnus-extra-headers for 'Newsgroups.
4005
4006         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4007         bound.
4008
4009 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
4010
4011         * pgg-gpg.el: Clean up process buffers every time gpg processes
4012         complete.
4013
4014 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
4015
4016         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4017         doc string.
4018
4019 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
4020
4021         * pgg-gpg.el (pgg-gpg-process-filter)
4022         (pgg-gpg-wait-for-completion): Check if buffer is alive.
4023
4024         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4025         lines, temporary fix.
4026
4027 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4028
4029         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
4030
4031 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
4032
4033         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4034         default-enable-multibyte-characters.  This reverts the change from
4035         revision 6.17 which is no longer necessary because the passphrase
4036         is sent separately now.  GnuPG messages are unreadable under
4037         multibyte locales with default-enable-multibyte-characters set to
4038         nil.
4039
4040 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
4041
4042         * message.el (message-tool-bar-gnome): Move "spell".
4043
4044 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
4045
4046         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
4047         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
4048         instead.
4049
4050 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
4051
4052         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
4053         newsgroups handling for NNTP overviews which don't include
4054         Newsgroups.
4055
4056 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4057
4058         * message.el (message-resend): Bind message-generate-hashcash to nil.
4059
4060 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4061
4062         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
4063         when searching for already-paid recipients.
4064
4065 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
4066
4067         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4068         passphrases when it is not needed.
4069         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4070         passphrase stuff from gpg, should only be necessary when you use
4071         gpg with a smartcard.
4072
4073 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * mml.el (mml-insert-mime): Ignore cached contents of
4076         message/external-body part.
4077
4078         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
4079         (mm-insert-part): Ditto.
4080
4081 2006-03-23  Simon Josefsson  <jas@extundo.com>
4082
4083         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
4084         Reiner.
4085         (pgg-gpg-use-agent-p): Use it again.
4086
4087 2006-03-23  Simon Josefsson  <jas@extundo.com>
4088
4089         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
4090         older emacsen.
4091         (pgg-gpg-use-agent-p): Don't use it.
4092
4093 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
4094
4095         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
4096         if we can.
4097
4098 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
4099
4100         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4101         (pgg-gpg-update-agent): New function.
4102         (pgg-gpg-use-agent-p): New function.
4103         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4104         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4105         (pgg-gpg-sign-region): Use it.
4106
4107 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4108
4109         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
4110         Reported by Ralf Wachinger <rwachinger@gmx.de>.
4111
4112 2006-03-21  Simon Josefsson  <jas@extundo.com>
4113
4114         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4115         <wilde@sha-bang.de>.
4116         (pgg-gpg-use-agent): New variable.
4117         (pgg-gpg-process-region): Use it.
4118         (pgg-gpg-encrypt-region): Likewise.
4119         (pgg-gpg-encrypt-symmetric-region): Likewise.
4120         (pgg-gpg-decrypt-region): Likewise.
4121         (pgg-gpg-sign-region): Likewise.
4122         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4123
4124 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4125
4126         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
4127
4128         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
4129         Add comment on version.
4130
4131 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4132
4133         * smiley.el: Add missing test smiley.
4134
4135 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4136
4137         * mm-decode.el (mm-with-part): New macro.
4138         (mm-get-part): Use it; work with message/external-body as well.
4139         (mm-save-part): Treat name and filename equally.
4140
4141         * mm-extern.el (mm-extern-cache-contents): New function.
4142         (mm-inline-external-body): Use it; force the part to be displayed;
4143         move undisplayer added to the cached handle to the parent.
4144
4145         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
4146         (gnus-mime-view-part-as-type): Work with message/external-body.
4147
4148         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
4149
4150 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4151
4152         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
4153         images in image-load-path.  [Sync with image.el, revision 1.60, in
4154         Emacs.]
4155
4156 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4157
4158         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
4159         path rather than symbol.  Always return list of directories.
4160         Guarantee that image directory comes first.  [Sync with image.el,
4161         revision 1.59, in Emacs.]
4162
4163         * message.el (message-make-tool-bar): Adjust to new API of
4164         `gmm-image-load-path-for-library'.
4165
4166         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4167
4168         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4169
4170 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4171
4172         * gnus-art.el (gnus-article-only-boring-p):
4173         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
4174         intangible text.
4175         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
4176
4177 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
4178
4179         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
4180         `defun' instead of `gmm-defun-compat'.
4181
4182 2006-03-14  Simon Josefsson  <jas@extundo.com>
4183
4184         * message.el (message-unique-id): Don't use message-number-base36
4185         if (user-uid) is a float.
4186         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
4187
4188 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
4191
4192         * gnus-art.el (gnus-mime-display-single): Make sure there is an
4193         empty line between a part and a message part.
4194
4195 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4196
4197         * smiley.el: Add more test smileys.
4198         (smiley-data-directory, smiley-regexp-alist)
4199         (gnus-smiley-file-types): Fix doc strings.
4200         (smiley-update-cache): Clear smiley-cached-regexp-alist before
4201         adding new elements.
4202         (smiley-mouse-map): Unused code.  Make it a comment.
4203
4204 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
4207         scan latest NoCeM messages instead of old ones.
4208         (gnus-nocem-check-article): Fix regexps so as to match to PGP
4209         delimiters that are recently used.
4210         (gnus-nocem-load-cache): Add autoload cookie.
4211
4212         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
4213
4214         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
4215         level which is larger than gnus-use-nocem is specified.
4216
4217         * gnus-group.el (gnus-group-get-new-news): Ditto.
4218
4219 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4220
4221         * gnus-util.el (gnus-tool-bar-update): New function.
4222
4223         * gnus-group.el (gnus-group-update-tool-bar): New variable.
4224         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
4225
4226         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
4227
4228         * gnus-group.el (gnus-group-redraw-when-idle)
4229         (gnus-group-redraw-check): Remove.
4230         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
4231
4232 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
4235         if optional last element is specified in splits (FIELD VALUE...).
4236
4237 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
4238
4239         * message.el (message-make-tool-bar): Rename gmm-image-load-path
4240         to gmm-image-load-path-for-library.  Call with no-error argument.
4241         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
4242
4243         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4244
4245         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4246
4247         * gmm-utils.el (gmm-image-load-path): Remove alias.
4248
4249 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
4250
4251         * gmm-utils.el (gmm-image-load-path): Add alias.
4252
4253         * nnml.el (nnml-generate-nov-databases-directory): Rename from
4254         nnml-generate-nov-databases-1.
4255         (nnml-generate-nov-databases): Use it.
4256         (nnml-generate-nov-databases-directory): Document no-active
4257         argument.
4258
4259         * gmm-utils.el (gmm-image-load-path-for-library): Return single
4260         directory if path is t.  Add no-error.
4261
4262         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
4263         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4264
4265         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
4266         resetting gnus-article-browse-html-temp-list.
4267
4268         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
4269         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
4270         Add example to docstring.  Rename local variables.  Move error
4271         checks to default case in cond and simplify.
4272
4273 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4274
4275         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
4276         handle is multipart when calling it recursively.
4277         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
4278
4279 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
4280
4281         * nnimap.el (nnimap-request-update-info-internal): Optimize.
4282         Don't `gnus-uncompress-range' to avoid excessive memory usage.
4283
4284 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
4287         is loaded.
4288
4289         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
4290         loaded.
4291
4292 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4293
4294         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
4295         to "Emacs 23 (unicode)" in doc string.
4296
4297         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
4298         "Emacs 23 (unicode)" in comment.
4299
4300 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4301
4302         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
4303
4304         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
4305         characters 160 through 255 in Emacs 23.
4306
4307 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4308
4309         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
4310         gnus-article-browse-html-temp.
4311         (gnus-article-browse-delete-temp): Make it customizable.  Add
4312         `file'.  Adjust doc string.
4313         (gnus-article-browse-delete-temp-files): Add argument.  Allow
4314         query for each file.  Adjust doc string.
4315         (gnus-article-browse-html-parts): Add
4316         `gnus-article-browse-delete-temp-files' to
4317         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
4318
4319 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
4320
4321         * gnus-art.el (gnus-article-browse-html-temp)
4322         (gnus-article-browse-delete-temp): New variables.
4323         (gnus-article-browse-delete-temp-files): New function.
4324         (gnus-article-browse-html-parts): Use it.
4325
4326 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4327
4328         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
4329
4330         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
4331         string.
4332
4333         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
4334         gnus-summary-insert-new-articles when unplugged.  Remove
4335         gnus-summary-search-article-forward.
4336
4337         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
4338         display-visual-class instead of display-color-cells.
4339
4340 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * dgnushack.el: Autoload customize-group for XEmacs.
4343
4344         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
4345         message/* containing non-ASCII text properly.
4346
4347 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4348
4349         * message.el: Require gmm-utils, remove autoloads.
4350         (message-tool-bar): Set default based on
4351         gmm-tool-bar-style.
4352         (message-tool-bar-gnome): Add gmm-customize-mode.
4353
4354         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
4355         gmm-tool-bar-style.
4356         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
4357
4358         * gnus-group.el (gnus-group-tool-bar): Set default based on
4359         gmm-tool-bar-style.
4360         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
4361
4362         * gmm-utils.el (gmm-image-directory): Rename variable from
4363         gmm-image-load-path.
4364         (gmm-image-load-path): Use gmm-image-directory.
4365         (gmm-customize-mode): New function.
4366         (gmm-tool-bar-style): New variable.
4367
4368         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
4369         gnus-group-redraw-line-number.
4370         (gnus-group-redraw-check): Simplify.
4371         (gnus-group-tool-bar-update): Remove redraw check.
4372         (gnus-group-make-tool-bar): Add redraw check.
4373
4374 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
4375
4376         * gnus-art.el (gnus-button): Add missing parentheses.
4377
4378 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * lpath.el: Fbind line-number-at-pos.
4381
4382 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
4385
4386 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
4387
4388         * gnus-art.el (gnus-button): New face.
4389         (gnus-article-button-face): Use it.
4390
4391         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
4392         gnus-summary-next-page.  Re-order.
4393
4394         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
4395         next-node are now included.
4396         (gnus-group-redraw-line-number): New internal variable.
4397         (gnus-group-redraw-check): Helper function for updating the tool
4398         bar.
4399         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
4400
4401         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
4402
4403         * spam.el (spam-spamassassin-score-regexp): New internal variable.
4404         (spam-extra-header-to-number, spam-check-spamassassin-headers):
4405         Use it to match format of Spamassassin 3.0 and later.  Reported by
4406         IRIE Tetsuya <irie@t.email.ne.jp>.
4407         (spam-check-bogofilter)
4408         (spam-bogofilter-register-with-bogofilter): Fix args of
4409         `gnus-error' calls.
4410
4411 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
4412
4413         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
4414         unnecessary interaction when sending queued mails.  Reported by
4415         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
4416
4417 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4418
4419         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
4420         first or last are nil.
4421
4422 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4423
4424         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
4425
4426 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4427
4428         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
4429
4430 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * dns.el (query-dns): Protect more against buggy tcp output.
4433
4434 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4435
4436         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
4437         nov.php.
4438
4439 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4440
4441         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
4442         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
4443         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
4444         output on the server side.
4445         (nnweb-google-create-mapping): Update regexps and add some
4446         progress indication.
4447
4448 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
4449
4450         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
4451         gnus-agent-toggle-plugged.  Re-order icons.
4452         (gnus-group-tool-bar-gnome): Add
4453         gnus-group-{prev,next}-unread-group.
4454         (gnus-group-tool-bar-gnome): Re-order icons.
4455
4456         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
4457         gnus-summary-insert-new-articles.
4458
4459         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
4460         comments.
4461
4462         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
4463         also available in Emacs 21.3.
4464
4465         * message.el (message-fix-before-sending): Change "Emacs 22" to
4466         "Emacs 23 (unicode)" in comment.
4467
4468         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
4469         "Emacs 23 (unicode)" in comment.
4470
4471         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
4472         comment.
4473         (mm-coding-system-p): Add comment about no-MULE XEmacs.
4474
4475         * mm-view.el (mm-fill-flowed): Add :version.
4476
4477 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
4480         and load-path.
4481
4482 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
4483
4484         * message.el: Autoload gmm-image-load-path.
4485         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
4486         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
4487         consitency.
4488
4489         * gmm-utils.el (gmm-image-load-path): Also search in
4490         "../etc/images".  Don't set gmm-image-load-path if we don't find
4491         the image.
4492
4493 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * gmm-utils.el (gmm-image-load-path): Don't make
4496         `gmm-image-load-path' include subdirectories which the second arg
4497         `image' might specify.
4498
4499         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
4500         subdirectory to icon file names.
4501
4502         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
4503
4504 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4505
4506         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
4507         gmm-image-load-path calls.
4508
4509         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4510
4511         * message.el (message-make-tool-bar): Ditto.
4512
4513         * mml.el (mml-preview): Added comment concerning tool bar icons.
4514
4515         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
4516         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
4517
4518         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
4519         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
4520
4521         * message.el (message-tool-bar-gnome): Use new icon names.
4522         (message-make-tool-bar): Use `gmm-image-load-path'.
4523
4524         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
4525         functions from MH-E.
4526         (gmm-image-load-path): New variable from MH-E.
4527         (gmm-image-load-path): New function from MH-E.  Added arguments
4528         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
4529         *-image-load-path-called-flag.
4530
4531 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
4532
4533         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
4534
4535 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
4536
4537         * nnimap.el (nnimap-request-move-article): Change folder back to
4538         source group before deleting.
4539
4540 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
4541
4542         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
4543
4544         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
4545         mm-url.
4546
4547         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
4548
4549 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
4552         coding system which mm-charset-to-coding-system returns for a
4553         given charset is valid.
4554
4555 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
4556
4557         * html2text.el (html2text-remove-tag-list):
4558         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
4559
4560 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4561
4562         * gnus-cus.el: Revert 2005-10-17 change.
4563
4564 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * gnus-art.el (article-strip-banner): Call
4567         article-really-strip-banner only when the regexp match is made.
4568
4569 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * gnus-art.el (article-strip-banner): Use
4572         gnus-extract-address-components instead of
4573         mail-header-parse-addresses to make it work with non-ASCII text;
4574         remove mail-encode-encoded-word-string.
4575
4576         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
4577         values which are surrounded with \"...\"; make it never cause a
4578         Lisp error; give up parsing of parameters if it failed in
4579         extracting type.
4580
4581 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4582
4583         * smime.el (smime-cert-by-ldap-1): Fix bug where
4584         `smime-ldap-search' returns results without userCertificates.
4585
4586 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
4589
4590 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4591
4592         * spam.el (spam-check-spamassassin-headers): Adapt format for
4593         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
4594         <ari@mbf.ocn.ne.jp>.
4595         (spam-list-of-processors): Add spam-use-gmane.
4596
4597 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
4600         make-temp-file; make it work with XEmacs as well.
4601
4602         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
4603         mm-make-temp-file.
4604
4605         * mm-decode.el (mm-display-external): Use the 3rd arg of
4606         mm-make-temp-file.
4607         (mm-create-image-xemacs): Ditto.
4608
4609 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
4612         with message-narrow-to-headers.
4613         (gnus-draft-setup): Narrow to header to run message-fetch-field.
4614         (gnus-draft-check-draft-articles): New function.
4615         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
4616
4617 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4618
4619         * gnus-art.el (gnus-article-browse-html-parts):
4620         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
4621         Don't use suffix argument for mm-make-temp-file for Emacs 21
4622         compatibility.  Remove useless `format'.
4623
4624 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4625
4626         * nnweb.el (nnweb-google-wash-article): Update regexps.
4627         (nnweb-group-alist): Use defvoo instead of defvar.
4628
4629 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4630
4631         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
4632         re-loading nn* modules.
4633
4634 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4635
4636         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
4637         for `tool-bar-mode' and don't check it's default-value.
4638
4639         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4640
4641         * message.el (message-make-tool-bar): Ditto.
4642
4643         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
4644         `substring'.  Shorten tmp-file name.
4645
4646         * gnus.el: Remove bogus comment.
4647
4648 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
4649
4650         * gnus-art.el (gnus-article-browse-html-parts): New function.
4651         (gnus-article-browse-html-article): New function for viewing html
4652         articles with a browser.
4653
4654 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
4655
4656         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
4657         in elisp.
4658         (pgg-gpg-encrypt-symmetric-region): Ditto.
4659         (pgg-gpg-sign-region): Ditto.
4660
4661         * pgg-def.el (pgg-text-mode): New variable.
4662
4663         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
4664         (mml2015-pgg-encrypt): Ditto.
4665
4666         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
4667         (mml1991-pgg-encrypt): Ditto.
4668
4669 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
4672         message-make-date instead of current-time-string.
4673
4674         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
4675         to gnus-decoded which mm-uu might set.
4676
4677 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
4680         don't decode quoted parameters; remove misimported Emacs code.
4681         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4682         (rfc2231-decode-encoded-string): Don't use split-string which
4683         behaves differently according to Emacs version; use
4684         mm-decode-coding-region to convert charset to coding-system.
4685         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4686         (rfc2231-encode-string): Remove misimported Emacs code.
4687
4688 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * gnus-art.el (article-decode-charset): Don't use ignore-errors
4691         when calling mail-header-parse-content-type.
4692         (article-de-quoted-unreadable): Ditto.
4693         (article-de-base64-unreadable): Ditto.
4694         (article-wash-html): Ditto.
4695
4696         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
4697         calling mail-header-parse-content-type and
4698         mail-header-parse-content-disposition.
4699         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
4700         mail-header-parse-content-type.
4701
4702         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
4703         insert charset and format parameters; encode description after
4704         inserting it to buffer.
4705         (mml-insert-parameter): Fold lines properly even if a parameter is
4706         segmented into two or more lines; change the max column to 76.
4707
4708         * rfc1843.el (rfc1843-decode-article-body): Don't use
4709         ignore-errors when calling mail-header-parse-content-type.
4710
4711         * rfc2231.el (rfc2231-parse-string): Return at least type if
4712         possible; don't cause an error even if it fails in parsing of
4713         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4714         (rfc2231-encode-string): Don't break lines at the beginning, leave
4715         it to mml-insert-parameter.
4716
4717         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
4718         calling mail-header-parse-content-type.
4719
4720 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
4721
4722         * spam-report.el (spam-report-gmane-use-article-number):
4723         Improve doc string.
4724         (spam-report-gmane-internal): Check if a suitable header was found
4725         in the article.
4726
4727 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
4730         (rfc2231-encode-string): Make param*=value always begin with LWSP.
4731
4732 2006-02-05  Romain Francoise  <romain@orebokech.com>
4733
4734         Update copyright notices of all files in the gnus directory.
4735
4736 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4737
4738         * nnweb.el (nnweb-request-group): Avoid growing overview files.
4739
4740 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
4743         segmented lines of parameter value to cope with Thunderbird 1.5
4744         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
4745         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4746         (rfc2231-encode-string): Don't make lines exceeding 76 column.
4747
4748 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
4749
4750         * mml.el (mml-generate-mime-1): Correct the order of inline signed
4751         parts.
4752
4753 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4754
4755         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
4756         there's only one active file for all servers.
4757         (nnweb-request-scan): Make sure nnweb-articles is initialized on
4758         solid groups.  Gnus might have used a FAST request to select the group.
4759         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
4760         and nnweb-search redundantly in the active file.
4761         (nnweb-request-list): Don't list bogus groups.  There can only be one.
4762         (nnweb-request-create-group): Don't use ARGS.
4763         (nnweb-possibly-change-server, nnweb-request-group): Remove some
4764         initialisations.  Let nnoo do the work.
4765
4766 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
4769         Say the part has been decoded.
4770
4771         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
4772
4773 2006-01-31  Kevin Ryde  <user42@zip.com.au>
4774
4775         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
4776         mailcap-viewer-test-cache when there's no 'test clause, since that
4777         will invert the meaning of a "nil" test previously determined by
4778         mailcap-mailcap-entry-passes-test.
4779
4780 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4783         compiling.
4784
4785         * gnus-sum.el: Ditto.
4786
4787         * message.el: Don't bind tool-bar-map when compiling.
4788
4789 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
4790
4791         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
4792
4793 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4794
4795         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
4796         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
4797         current Google Groups.
4798
4799 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
4800
4801         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
4802         and tool-bar-mode.
4803
4804         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
4805         and tool-bar-mode.
4806
4807         * message.el (message-tool-bar-update): Simplify.
4808         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
4809
4810         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
4811         gnus-summary-buffer.
4812         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
4813         gnus-summary-reply.
4814
4815         * gmm-utils.el (gmm): Add :version.
4816
4817 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * Makefile.in (clean): New rule.
4820         (distclean): Use it.
4821
4822 2006-01-26  Steve Youngs  <steve@sxemacs.org>
4823
4824         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
4825         autoload.
4826
4827 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * gmm-utils.el (gmm-verbose): Add :group.
4830
4831 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
4832
4833         * message.el: Change some comments WRT tool-bars.
4834
4835         * gnus-sum.el (gnus-summary-tool-bar)
4836         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
4837         (gnus-summary-tool-bar-zap-list): New variables.
4838         (gnus-summary-make-tool-bar): Complete rewrite using
4839         `gmm-tool-bar-from-list'.
4840
4841         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
4842         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
4843         variables.
4844         (gnus-group-make-tool-bar): Complete rewrite using
4845         `gmm-tool-bar-from-list'.
4846         (gnus-group-tool-bar-update): New function.
4847
4848         * message.el (message-mode-field-menu): Add "Show hidden Headers".
4849
4850 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4853         is dissected into a single part of which the type is the same as
4854         the given one; decode charset.
4855
4856 2006-01-21  Kevin Ryde  <user42@zip.com.au>
4857
4858         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
4859         into alists as symbol not string, since that's what
4860         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
4861         look for.
4862
4863 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
4866         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
4867
4868         * message.el (message-tool-bar-gnome): Use gmm-ignore.
4869
4870 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
4873         (gnus-xmas-mime-security-button-menu): New function.
4874
4875         * gnus-art.el (gnus-mime-security-button-commands): New variable.
4876         (gnus-mime-security-button-menu): New definition.
4877         (gnus-mime-security-button-map): Use them.
4878         (gnus-mime-security-button-menu): New function.
4879         (gnus-insert-mime-security-button): Addition to help echo.
4880         (gnus-mime-security-run-function, gnus-mime-security-save-part)
4881         (gnus-mime-security-pipe-part): New functions.
4882
4883         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
4884         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
4885
4886         * mm-decode.el (mm-handle-set-disposition): Remove.
4887         (mm-handle-set-description): Remove.
4888
4889 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
4892         (mm-w3m-standalone-supports-m17n-p): New function.
4893         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
4894         w3m usage.
4895
4896         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
4897         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
4898
4899 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4900
4901         * message.el (message-tool-bar-zap-list): Use
4902         gmm-tool-bar-zap-list as custom type.
4903         (message-tool-bar-update): New function.
4904         (message-tool-bar, message-tool-bar-gnome)
4905         (message-tool-bar-retro): Add message-tool-bar-update.
4906         (message-tool-bar-gnome): Add flyspell-buffer.
4907
4908         * gnus-util.el (gnus-error): Describe `args'.
4909
4910         * gmm-utils.el (gmm-error): Describe `args'.
4911         (gmm-tool-bar-zap-list): New widget.
4912         (gmm-tool-bar-from-list): Improve description of `zap-list'.
4913
4914 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
4917         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
4918         the number of recursive calls.
4919
4920         * mm-decode.el (mm-handle-set-disposition): New macro.
4921         (mm-handle-set-description): New macro.
4922
4923 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4926         encoding.
4927
4928 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4929
4930         * message.el (message-tool-bar-zap-list, message-tool-bar)
4931         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4932         (message-tool-bar-local-item-from-menu): Remove.
4933         (message-tool-bar-map): Replace by `message-make-tool-bar'.
4934         (message-make-tool-bar): New function.
4935         (message-mode): Use `message-make-tool-bar'.
4936
4937         * gmm-utils.el: New file.
4938         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4939         (gmm-lazy): New widget copied from `nnmail.el'.
4940         (gmm-tool-bar-from-list): New function for creating customizable
4941         tool bars.
4942         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
4943         output.
4944         (gmm): Add :prefix to defgroup.
4945
4946 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4947
4948         * gmm-utils.el (gmm-widget-p): New function.
4949
4950 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4951
4952         * mml.el (mml-attach-file): Describe `description' in doc string.
4953         (mml-menu): Add Emacs MIME manual and PGG manual.
4954
4955 2006-01-20  Richard M. Stallman  <rms@gnu.org>
4956
4957         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4958
4959 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
4960
4961         * nntp.el (nntp-end-of-line): Doc fix.
4962
4963 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4964
4965         * imap.el (imap-open): Handle case where buffer is a buffer
4966         object.
4967
4968 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4969
4970         * gnus-delay.el (gnus-delay): Don't autoload.
4971         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4972         to be re-loaded when customizing the `gnus-delay' group.
4973
4974 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4975
4976         * message.el (message-insert-citation-line): Use newlines.
4977
4978 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4979
4980         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4981         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4982         these routines, so the passphrase can be managed externally and
4983         passed in to the system.
4984         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4985         pgg-add-passphrase-to-cache function.
4986
4987         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4988         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4989         these routines, so the passphrase can be managed externally and
4990         passed in to the system.
4991         (pgg-pgp5-sign-region): Use new name of
4992         pgg-add-passphrase-to-cache function.
4993
4994 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4995
4996         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4997         part of the decoded armor to find the key-identifier.
4998         (pgg-gpg-lookup-key-owner): New function to return the
4999         human-readable identifier of a key owner.
5000         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
5001         itself.
5002         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5003         the key value) if we have a key and can match it against a secret
5004         key.  Also, added a note pointing out fact that the prompt only
5005         indicates the first matching key.
5006
5007         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
5008         pgg-decrypt-region.
5009         (pgg-add-passphrase-to-cache): Rename from
5010         `pgg-add-passphrase-cache' to reduce confusion (all callers
5011         changed).
5012         (pgg-remove-passphrase-from-cache): Rename from
5013         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5014         changed).
5015         (pgg-read-passphrase, pgg-add-passphrase-cache)
5016         (pgg-remove-passphrase-cache): Add informative docstrings.
5017         (pgg-decrypt): Convey provided passphrase in subordinate call to
5018         pgg-decrypt-region.
5019
5020 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
5021
5022         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5023         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5024         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5025         'passphrase' argument, so the passphrase can be managed externally
5026         and then passed in to the system.
5027
5028         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5029         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
5030         so the passphrase cache can be used reliably with identifiers
5031         besides a pgp packet's key id.
5032
5033         * pgg-gpg.el (pgg-gpg-encrypt-region)
5034         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5035         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
5036         these routines, so the passphrase can be managed externally and
5037         passed in to the system.
5038
5039         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5040         'notruncate' argument, so the passphrase cache can be used
5041         reliably with identifiers besides a pgp packet's key id.
5042
5043 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
5044
5045         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5046         symmetric encryption.
5047         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5048         encrypted session key.
5049         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5050         message ask for the passphrase in a proper way.
5051
5052         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5053         New user commands for symmetric encryption.
5054
5055 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
5058
5059         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
5060
5061 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
5062
5063         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
5064
5065 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * mm-decode.el (mm-inlined-types): Add application/pgp.
5068         (mm-automatic-display): Ditto.
5069
5070         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
5071         part as text.
5072
5073 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * nnrss.el: Update copyright.
5076         (nnrss-opml-import): Query whether to subscribe to each entry.
5077
5078         * gnus-art.el:
5079         * gnus-sum.el:
5080         * gnus-xmas.el:
5081         * messagexmas.el:
5082         * mm-uu.el:
5083         * mm-view.el: Update copyright.
5084
5085 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
5086
5087         * message.el (message-info): New function.
5088         (message-mode-menu): Add it.
5089         Update copyright.
5090
5091         * ChangeLog: Fix and update copyright.
5092
5093 2006-01-13  Romain Francoise  <romain@orebokech.com>
5094
5095         * message.el (message-forward-subject-name-subject): Prefer the
5096         address to 'nowhere' if the sender has no name.
5097         Fix typo.  Update copyright year.
5098
5099 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * gnus-art.el (article-wash-html): Use
5102         gnus-summary-show-article-charset-alist if a numeric arg is given.
5103         (gnus-article-wash-html-with-w3m-standalone): New function.
5104
5105         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
5106         mm-inline-text-html-render-with-w3m-standalone.
5107         (mm-text-html-washer-alist): Map w3m-standalone to
5108         gnus-article-wash-html-with-w3m-standalone.
5109         (mm-inline-text-html-render-with-w3m-standalone): New function.
5110
5111 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5112
5113         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
5114         Improve LaTeX.
5115
5116 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5117
5118         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
5119         (nnrss-request-article): Render text/plain parts as HTML.
5120
5121         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
5122         the buffer.
5123
5124 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5125
5126         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
5127         custom definition of `gnus-posting-styles'.
5128
5129         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
5130         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
5131
5132 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5133
5134         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
5135         Use nntp for bug archive.
5136
5137 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
5140         parts.
5141         (nnrss-normalize-date): New function converts ISO 8601 date into
5142         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
5143         (nnrss-check-group): Use it.
5144
5145 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
5148
5149         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
5150         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
5151         (nnrss-insert-w3): Ditto.
5152
5153 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
5156         the articles to be forwarded including the case where neither a
5157         number of articles nor a region is specified.
5158
5159 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * nnrss.el (nnrss-request-article): Fix last change; fill
5162         text/plain parts.
5163
5164 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
5167         in text/plain part.
5168         (nnrss-check-group): Don't add excessive newline to dc:subject.
5169
5170 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
5171
5172         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
5173         article.
5174
5175 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5176
5177         * nnml.el: Don't require gnus-bcklg.  Autoload it.
5178         (nnml-use-compressed-files, nnml-save-mail): Support other
5179         comression programs such as bzip2.
5180
5181 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5182
5183         * dns.el (query-dns): Make sure we check the buffer size before
5184         removing tcp headers.
5185
5186 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
5189         remove MIME buttons associated with multipart/alternative parts.
5190         (gnus-mime-display-alternative): Tag buttons using `article-type'
5191         text property.
5192
5193         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
5194         associated with multipart/alternative parts.
5195
5196         * gnus-art.el (gnus-signature-separator): Fix custom type.
5197
5198         * mm-decode.el (mm-inlined-types): Fix custom type.
5199         (mm-keep-viewer-alive-types): Ditto.
5200         (mm-automatic-display): Ditto.
5201         (mm-attachment-override-types): Ditto.
5202         (mm-inline-override-types): Ditto.
5203         (mm-automatic-external-display): Ditto.
5204
5205 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5206
5207         * spam-report.el (spam-report-user-mail-address)
5208         (spam-report-user-agent): New variables.
5209         (spam-report-url-ping-plain): Use spam-report-user-agent.
5210
5211 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
5212
5213         * gnus-art.el (gnus-button-handle-custom): Do not just use
5214         `customize-apropos' for any "M-x customize-*" button but the
5215         function called for.  Accept both the function name and its
5216         argument in order to achieve this.
5217         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
5218         function name to `gnus-button-handle-custom' in case of "M-x
5219         customize-*" buttons.
5220
5221 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
5224         multipart/alternative and add xref to mm-discouraged-alternatives
5225         in doc string.
5226
5227         * mm-decode.el (mm-discouraged-alternatives): Add xref to
5228         gnus-buttonized-mime-types in doc string.
5229
5230 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
5231
5232         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
5233         Suggest image/.* in the doc string.
5234
5235 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5236
5237         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
5238         message-marks (Debian bug #342521).
5239
5240 2005-12-12  Simon Josefsson  <jas@extundo.com>
5241
5242         * password.el (password-read-from-cache): Add.
5243         (password-read): Use it.
5244
5245 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
5248         us-ascii as a MIME charset.
5249
5250         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
5251         against the case where the 2nd arg TYPE is nil.
5252
5253 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5254
5255         * pop3.el (pop3-stream-type): Fix custom version.
5256
5257         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
5258
5259 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5260
5261         * mm-decode.el (mm-display-external): Add missing cdr.
5262
5263 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * mm-decode.el (mm-display-external): Use nametemplate (defined in
5266         RFC1524) if it is in mailcap or add a suffix according to
5267         mailcap-mime-extensions when generating a temp filename; postpone
5268         deleting a temp file for 2 seconds for some wrappers, shell
5269         scripts, and so on, which might exit right after having started a
5270         viewer command as a background job.
5271
5272 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5273
5274         * nntp.el (nntp-marks-directory): Fix custom group.
5275
5276         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
5277         steps when < 10.
5278
5279         * gnus-start.el (gnus-no-server-1): Mention
5280         `gnus-level-default-subscribed' in doc string.
5281
5282 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5283
5284         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
5285         parens.
5286
5287 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-xmas.el (gnus-use-toolbar): Revert.
5290         (gnus-xmas-setup-toolbar): Use global default-toolbar if
5291         gnus-use-toolbar is default.
5292
5293         * messagexmas.el (message-use-toolbar): Revert.
5294         (message-setup-toolbar): Use global default-toolbar if
5295         message-use-toolbar is default.
5296
5297 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
5300         according to default-toolbar-visible-p.
5301
5302         * messagexmas.el (message-use-toolbar): Ditto.
5303
5304 2005-11-26  Dave Love  <fx@gnu.org>
5305
5306         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
5307         (tls-program, tls-success): Provide openssl alternative.
5308
5309         * starttls.el: Doc fixes.
5310         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
5311         SERVICE to PORT.
5312
5313         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
5314         port null or service name.
5315         (starttls-negotiate): Autoload.
5316
5317 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * message.el (message-kill-to-signature): Fix interactive spec.
5320
5321 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * pop3.el (pop3-open-server): Recognize a string as a service name.
5324
5325 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
5326
5327         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5328
5329 2005-11-23  Dave Love  <fx@gnu.org>
5330
5331         Add pop3s, pop3/starttls.
5332
5333         * pop3.el (pop3-authentication-scheme): Clarify doc.
5334         (open-tls-stream, starttls-open-stream): Autoload.
5335         (pop3-stream-type): New.
5336         (pop3-open-server): Use it.
5337
5338         * mail-source.el (mail-sources): Fix some :types.  Add stream type
5339         for POP.
5340         (mail-source-keyword-map): Add :stream for POP.
5341         (mail-source-fetch-pop): Use pop3-stream-type.
5342
5343 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
5346         of current-time-string.
5347
5348 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
5349
5350         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
5351         date header.
5352
5353 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
5354
5355         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
5356         it can seriously impact performance as it bypasses the agent's
5357         local caches.
5358
5359 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
5360
5361         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
5362         must be explicitly online rather than "not explicitly offline" for
5363         its flags to be synchronized.
5364
5365         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
5366         that gnus-uu-unmark-thread will function correctly.
5367
5368         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
5369         1024K is instead displayed as 1M.
5370
5371 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
5374
5375 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
5376
5377         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
5378
5379 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
5380
5381         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
5382         error message to display actual error condition.
5383         (gnus-agent-save-local): Avoid saving symbols that are bound to
5384         nil as they simply result in a warning message in
5385         gnus-agent-read-local.
5386
5387 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
5390         rather than make-variable-buffer-local for file-precious-flag.
5391
5392 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
5393
5394         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
5395         for duplicates which are removed.  The invalid sort check then
5396         triggers a rescan after the sort as sorting may have moved
5397         duplicate entries such that they can be cheaply detected.
5398
5399 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
5402
5403 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
5404
5405         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
5406         internal variable to a custom variable.  Changed default value
5407         from compressed(2) to uncompressed(1).
5408         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
5409         support for uncompressed agentview files.  Taken together, reading
5410         the agentview file should now be 6-7 times faster.
5411
5412 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5413
5414         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
5415         as a buffer-local variable.  This avoids creating truncated
5416         dribble files as a result of a hang up, eg.
5417
5418 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
5419
5420         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
5421         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
5422         XEmacs.
5423
5424 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5425
5426         * gnus-start.el (gnus-start-draft-setup): Enforce
5427         `gnus-draft-mode' for nndraft:drafts at startup.
5428
5429         * gnus.el (gnus-splash): Change custom group.
5430         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
5431         allow-list argument.
5432
5433         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
5434         string.
5435
5436 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5437
5438         * gnus-art.el (gnus-default-article-saver): Add user-defined
5439         `function' to custom type.
5440
5441 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
5442
5443         * imap.el (imap-open): Handle case where buffer is a buffer
5444         object.
5445
5446 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5447
5448         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
5449         long lines.
5450         (gnus-cache-delete-group): Wrap doc strings.
5451
5452         * gnus-agent.el (gnus-agent-rename-group)
5453         (gnus-agent-delete-group): Wrap doc strings.
5454
5455
5456 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * messagexmas.el (message-use-toolbar): Change the valid values
5459         into default, top, bottom, left, and right.
5460         (message-toolbar-thickness): New variable.
5461         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
5462         well.
5463         (message-setup-toolbar): Make it work.
5464
5465         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
5466         (gnus-use-toolbar): Change the valid values into default, top,
5467         bottom, left, and right.
5468         (gnus-toolbar-thickness): New variable.
5469         (gnus-xmas-setup-toolbar): New function.
5470         (gnus-xmas-setup-group-toolbar): Use it.
5471         (gnus-xmas-setup-summary-toolbar): Use it.
5472
5473 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5474
5475         * gnus-start.el (gnus-1): Add "native" to
5476         gnus-predefined-server-alist.
5477
5478         * gnus.el (gnus-method-to-server): Don't add "native" to the
5479         lists here, because that leads to problems when
5480         gnus-select-method is bound.
5481
5482 2005-11-09  Simon Josefsson  <jas@extundo.com>
5483
5484         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
5485         use (not sort-by-date) instead.
5486
5487 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5488
5489         * gnus-delay.el (gnus-delay-group): Don't autoload.
5490         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5491         to be re-loaded when customizing the `gnus-delay' group.
5492
5493 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
5494
5495         * message.el: Revert last changes.
5496         (message-insert-citation-line): Use newlines.
5497
5498 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5499
5500         * message.el (message-courtesy-message)
5501         (message-mark-insert-begin, message-mark-insert-end)
5502         (message-elide-ellipsis, message-cancel-message)
5503         (message-add-header, message-change-subject)
5504         (message-cross-post-followup-to-header)
5505         (message-cross-post-insert-note, message-reduce-to-to-cc)
5506         (message-widen-reply, message-delete-not-region)
5507         (message-kill-to-signature, message-insert-signature)
5508         (message-insert-importance-high, message-insert-importance-low)
5509         (message-insert-or-toggle-importance)
5510         (message-insert-disposition-notification-to)
5511         (message-indent-citation, message-yank-original)
5512         (message-cite-original-without-signature, message-cite-original)
5513         (message-insert-citation-line, message-position-on-field)
5514         (message-fix-before-sending, message-send-mail-partially)
5515         (message-send-mail, message-send-mail-with-sendmail)
5516         (message-send-mail-with-qmail, message-send-news)
5517         (message-check-news-header-syntax, message-generate-headers)
5518         (message-insert-courtesy-copy, message-fill-address)
5519         (message-fill-header, message-shorten-references)
5520         (message-setup-1, message-cancel-news)
5521         (message-forward-make-body-plain, message-forward-make-body-mime)
5522         (message-forward-make-body-mml, message-encode-message-body)
5523         (message-forward-make-body-digest-plain)
5524         (message-forward-make-body-digest-mime)
5525         (message-use-alternative-email-as-from): Insert `hard-newline'
5526         instead of ordinary newlines.
5527
5528 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * message.el (message-generate-headers): Downcase the argument
5531         given to message-check-element.
5532
5533 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
5534
5535         * nntp.el (nntp-authinfo-rejected): New error condition.
5536         (nntp-wait-for): Use new error condition to signal authentication
5537         error.
5538         (nntp-retrieve-data): Rethrow new error condition to break out of
5539         recursive call to nntp-send-authinfo.
5540
5541 2005-11-08  Romain Francoise  <romain@orebokech.com>
5542
5543         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
5544         (gnus-summary-exit-map): Bind to `Z p'.
5545         (gnus-summary-make-menu-bar): Add menu item.
5546
5547 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
5548
5549         * gnus-art.el (gnus-article-treat-custom): Add `first'.
5550         (gnus-treat-*): Add `first' in all doc strings.
5551
5552         * gnus-group.el (gnus-group-compact-group): Fix typo.
5553
5554 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * gnus.el (gnus-parameters-case-fold-search): New variable.
5557         (gnus-parameters-get-parameter): Use it.
5558
5559         * gnus-score.el (gnus-home-score-file): Doc fix.
5560
5561 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
5562
5563         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
5564
5565 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * mm-util.el (mm-special-display-p): New function.
5568
5569         * mml.el (mml-preview): Use it; doc fix.
5570
5571 2005-10-29  Romain Francoise  <romain@orebokech.com>
5572
5573         * message.el (message-fix-before-sending): Fix comment.
5574
5575 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5576
5577         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
5578
5579 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5580
5581         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
5582         Used in gnus-score.el.
5583
5584 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5585
5586         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
5587
5588 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5589
5590         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
5591         whitespace removed in revision 7.8.  Use concatenated string to
5592         protect trailing whitespace.
5593
5594 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
5595
5596         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
5597         (nnimap-request-expire-articles): Use it to avoid sending 'UID
5598         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
5599         Courier IMAP ("some version from 2004").  Mostly based on similar
5600         code in the same function.
5601
5602 2005-10-26  Didier Verna  <didier@xemacs.org>
5603
5604         * gnus-group.el (gnus-group-compact-group): invalidate original
5605         article buffer.
5606         * gnus-srvr.el (gnus-server-compact-server): ditto.
5607         * nnml.el (nnml-request-compact-group): handle self Xref: field in
5608         NOV database and in article itself.
5609         Invalidate article backlog.
5610
5611 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5612
5613         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
5614
5615 2005-10-26  Simon Josefsson  <jas@extundo.com>
5616
5617         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
5618         part of 2004-07-25 change.
5619
5620 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * message.el (message-display-completion-list): New function.
5623         (message-expand-group): Use it; make sure the Completions buffer
5624         is modifiable.
5625
5626 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5627
5628         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
5629         user-mail-name is an empty string.
5630
5631 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5632
5633         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
5634         depending on gnus-score-decay-constant.
5635
5636         * encrypt.el (encrypt-insert-file-contents)
5637         (encrypt-write-file-contents): Don't use `gnus-message'.
5638
5639         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
5640         arguments.
5641         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
5642         arguments to mm-uu-verbatim-marks-extract.
5643         (mm-uu-hide-markers): New variable.
5644         (mm-uu-extract): Use face similar to `gnus-cite-3'.
5645
5646         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5647         (gnus-convert-image-to-face-command): Use "convert" by default to
5648         allow other input image formats.
5649         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
5650         accordingly.
5651
5652 2005-10-23  Simon Josefsson  <jas@extundo.com>
5653
5654         * imap.el (imap-gssapi-program): Align command line parameters
5655         with latest GNU SASL.
5656         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
5657
5658 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5659
5660         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
5661         HTML.
5662         (nnslashdot-request-article): Ditto.
5663
5664         * lpath.el (featurep): Add nobreak-char-display.
5665
5666 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5667
5668         * mail-source.el (mail-source-fetch-pop): Require pop3.
5669         (mail-source-check-pop): Ditto.
5670
5671 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
5674         errors.
5675
5676 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5677
5678         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
5679         (gnus-treat-strip-leading-blank-lines): Improve doc string.
5680
5681         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
5682
5683         * mm-bodies.el (mm-decode-string): Call
5684         `mm-charset-to-coding-system' with allow-override argument.
5685
5686 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
5689         (rfc2047-charset-to-coding-system): New function.
5690         (rfc2047-decode-encoded-words): New function.
5691         (rfc2047-decode-region): Use them.
5692         (rfc2047-decode-cte): Remove.
5693         (rfc2047-parse-and-decode): Remove.
5694         (rfc2047-decode): Remove.
5695
5696 2005-10-15  Kenichi Handa  <handa@m17n.org>
5697
5698         * rfc2047.el (rfc2047-decode-cte): New function.
5699         (rfc2047-decode-region): Change the way to decode successive
5700         encoded-words: decode B- or Q-encoding in each encoded-word,
5701         concatenate them, and decode it as charset.
5702
5703 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * lpath.el: Fbind codepage-setup for XEmacs.
5706
5707 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5708
5709         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
5710         widget-move-and-invoke.
5711         (gnus-custom-mode): Use gnus-custom-map.
5712
5713 2005-10-15  Bill Wohler  <wohler@newt.com>
5714
5715         * message.el (message-tool-bar-map): Renamed image file from
5716         mail_send to mail/send.
5717
5718 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5719
5720         * message.el (message-expand-group): Pass the common
5721         prefix substring of completion to `display-completion-list'.
5722
5723 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
5724
5725         * mml-sec.el (mml-secure-method): New internal variable.
5726         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5727         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
5728         functions using mml-secure-method.
5729
5730         * mml.el (mml-mode-map): Add key bindings for those functions.
5731         (mml-menu): Simplify security menu entries.  Suggested by Jesper
5732         Harder <harder@myrealbox.com>.
5733         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
5734         end of message if point is the headers of the message.
5735
5736         * message.el (message-in-body-p): New function.
5737
5738         * assistant.el: Autoload gnus-util and netrc.
5739
5740         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
5741         Use `mm-charset-override-alist' only when decoding.
5742
5743         * mm-bodies.el (mm-decode-body): Call
5744         `mm-charset-to-coding-system' with allow-override argument.
5745
5746         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
5747         `filename' from Content-Disposition if Content-Type doesn't
5748         provide `name'.
5749         (gnus-mime-view-part-as-type): Set default instead of
5750         initial-input.
5751
5752 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5753
5754         * format-spec.el (format-spec): Propagate text properties of % spec.
5755
5756 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5757
5758         * gnus-art.el (gnus-treat-predicate): Add `first'.
5759
5760 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5761
5762         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5763         (mm-charset-override-alist): New variable.
5764         (mm-charset-to-coding-system): Use it.
5765         (mm-codepage-setup): New helper function.
5766         (mm-charset-eval-alist): New variable.
5767         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
5768         about unknown charsets.
5769
5770         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
5771
5772 2005-10-04  David Hansen  <david.hansen@gmx.net>
5773
5774         * nnrss.el (nnrss-request-article): Add support for the comments tag.
5775         (nnrss-check-group): Ditto.
5776
5777 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5778
5779         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5780         Rename x-gnus-verbatim to x-verbatim.
5781         (mm-uu-type-alist): Fix regexp for verbatim-marks.
5782
5783         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5784         x-verbatim.
5785
5786         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5787
5788         * gnus-util.el (gnus-remove-duplicates): Remove.
5789
5790         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5791         instead of gnus-remove-duplicates.
5792
5793         * message.el (message-remove-duplicates): Remove.
5794         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5795         message-remove-duplicates.
5796
5797         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5798         available, else use implementation from `delete-dups'.
5799
5800         * message.el (message-insert-expires): New function.
5801         (message-mode-map): Add key binding.
5802         (message-mode-field-menu): Add menu entry.
5803         (message-mode): Document it.
5804         (message-make-expires-date): Use `message-make-date'.
5805
5806 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
5807
5808         * message.el (message-make-expires-date): New function.
5809
5810 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * Makefile.in (list-installed-shadows): New entry.
5813         (install): Use it.
5814         (remove-installed-shadows): New entry.
5815
5816         * dgnushack.el (dgnushack-default-load-path): New variable.
5817         (dgnushack-find-lisp-shadows): New function.
5818         (dgnushack-remove-lisp-shadows): New function.
5819
5820 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * Makefile.in (install-el-elc): New entry.
5823         (install): Use it so that .el files are necessarily installed.
5824
5825 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * time-date.el: Autoload parse-time-string, XEmacs needs it.
5828
5829 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5830
5831         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5832         function rather than the diff-mode.el package.
5833         (mm-display-external): Use with-current-buffer.
5834         (mm-viewer-completion-map, mm-viewer-completion-map):
5835         Move initialization inside declaration.
5836
5837 2005-09-29  Simon Josefsson  <jas@extundo.com>
5838
5839         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
5840         autoload mail-check-payment.
5841         (spam-check-hashcash): Define unconditionally, since hashcash.el
5842         is part of Gnus now.  Ignore errors from payment checking.
5843
5844 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5845
5846         * message.el (message-bold-region, message-unbold-region): Rename
5847         from `bold-region' and `unbold-region'.
5848
5849         * message.el: Remove useless autoloads.
5850
5851 2005-09-28  Simon Josefsson  <jas@extundo.com>
5852
5853         * message.el (message-use-idna): Default to t.
5854         (message-use-idna): Test whether encoding works too.  Doc fix.
5855
5856 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * nntp.el (nntp-warn-about-losing-connection): Remove.
5859
5860 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5861
5862         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
5863         customizable.  Change default value.
5864         (mm-uu-diff-groups-regexp): Change default value.
5865         (mm-uu-type-alist): Add doc string.
5866         (mm-uu-configure): Add doc string.  Make it interactive.
5867         (mm-uu-tex-groups-regexp): New variable.
5868         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
5869         (mm-uu-type-alist): Add LaTeX documents.
5870         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
5871         of "text/verbatim".
5872         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
5873
5874         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
5875         instead of "text/verbatim".
5876
5877         * message.el (message-mark-inserted-region)
5878         (message-mark-insert-file): Use slrn style marks when called with
5879         prefix argument.
5880
5881 2005-09-27  Simon Josefsson  <jas@extundo.com>
5882
5883         * message.el (message-idna-to-ascii-rhs-1): Reformat.
5884
5885 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5886
5887         * message.el (message-remove-duplicates): New function.
5888         Implementation borrowed from `gnus-remove-duplicates'.
5889         (message-idna-to-ascii-rhs): Also encode idna addresses in
5890         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5891         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
5892         only ask about the same idna domain once per header and also tell
5893         in what header to replace the idna domain.
5894
5895         * gnus-art.el (article-decode-idna-rhs): Also decode idna
5896         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5897         (article-decode-idna-rhs): Fix regexp so that all idna-address in
5898         a header is decoded and not just the last one.
5899
5900 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
5903         has been decoded.
5904
5905         * mm-decode.el (mm-automatic-display): Add text/verbatim.
5906         (mm-insert-part): Don't modify text if it has been decoded.
5907
5908         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
5909         decoded.
5910
5911         * mm-view.el (mm-inline-text): Don't strip text props unless
5912         decoding enriched or richtext parts.
5913
5914 2005-09-25  Romain Francoise  <romain@orebokech.com>
5915
5916         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5917         * gnus-start.el (gnus-subscribe-interactively):
5918         * gnus-uu.el (gnus-uu-grab-articles):
5919         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5920         space.
5921
5922 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5923
5924         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5925         * mm-view.el (mm-view-pkcs7-decrypt):
5926         * gnus-sum.el (gnus-summary-limit-to-extra)
5927         (gnus-summary-respool-article, gnus-read-move-group-name):
5928         * gnus-score.el (gnus-summary-increase-score):
5929         * gnus-util.el (gnus-completing-read-with-default):
5930         * gnus-art.el (gnus-read-save-file-name)
5931         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5932         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5933         * message.el (message-check-news-header-syntax):
5934         Follow convention for reading with the minibuffer.
5935
5936 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5937
5938         * spam-report.el (spam-report-url-ping-plain):
5939         Use gnus-extended-version as User-Agent.
5940
5941         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5942         default value is nil.
5943
5944         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5945         (mm-uu-verbatim-marks-extract): New function.
5946         (mm-uu-extract): New face.
5947         (mm-uu-copy-to-buffer): Use it.
5948
5949         * spam-report.el (spam-report-gmane-ham): Renamed from
5950         `spam-report-gmane-unspam'.
5951         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5952         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5953
5954         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5955         Autoload.
5956         (spam-report-gmane-unregister-routine): Renamed
5957         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5958
5959 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5960
5961         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5962         (spam-report-gmane-unregister-routine): Add support for gmane
5963         unregistration.
5964
5965         * spam-report.el (spam-report-gmane-unspam)
5966         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5967         (spam-report-gmane): Change to take a single article and do unspam
5968         registration.
5969
5970 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5971
5972         * mm-url.el (mm-url-decode-entities): Fix regexp.
5973
5974 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5975
5976         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5977         default to nil, to be able to use Gnus at all.  If the default
5978         switches to something else, then the function should be fixed not
5979         be exceedingly slow.
5980
5981 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5982
5983         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5984         fail hard.
5985
5986         * spam-report.el: Add better Keywords line.
5987
5988         * spam.el: Add Maintainer and better Keywords line.
5989
5990 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5991
5992         * gnus-art.el (gnus-article-replace-part)
5993         (gnus-mime-replace-part): New functions.
5994         (gnus-mime-action-alist, gnus-mime-button-commands)
5995         (gnus-mime-save-part-and-strip): Added file argument.
5996         (gnus-article-part-wrapper): Added interactive argument.
5997
5998         * gnus-sum.el (gnus-summary-mime-map): Add
5999         `gnus-article-replace-part'.
6000
6001 2005-09-19  Didier Verna  <didier@xemacs.org>
6002
6003         The nnml compaction feature:
6004         * nnml.el (nnml-request-compact-group): New function.
6005         * nnml.el (nnml-request-compact): New function.
6006         * gnus-int.el (gnus-request-compact-group): New function.
6007         * gnus-int.el (gnus-request-compact): New function.
6008         * gnus-group.el (gnus-group-compact-group): New function.
6009         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6010         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6011         * gnus-srvr.el (gnus-server-compact-server): New function.
6012         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6013         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6014
6015 2005-09-18  Deepak Goel  <deego@gnufans.org>
6016
6017         * sieve.el (sieve-help): Fix `message' call: first arg should be a
6018         format spec.
6019
6020 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * gnus.el (gnus-group-startup-message): Bind image-load-path.
6023
6024 2005-09-15  Romain Francoise  <romain@orebokech.com>
6025
6026         * message.el (message-fill-paragraph): Clarify docstring.
6027
6028 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * gnus-art.el (gnus-mime-display-part): Protect against broken
6031         MIME messages.
6032
6033 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6036         before parsing header.
6037
6038 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
6039
6040         * html2text.el: (html2text-replace-list): Add new entities.
6041
6042 2005-09-11  Romain Francoise  <romain@orebokech.com>
6043
6044         * message.el (message-alternative-emails): Improve docstring.
6045         (message-setup-1): Call `message-use-alternative-email-as-from'
6046         after `message-setup-hook' to give it precedence over posting
6047         styles, etc.
6048         (message-use-alternative-email-as-from): Add docstring.  Remove
6049         the original From header if present.
6050
6051         * nnml.el (nnml-compressed-files-size-threshold): New variable.
6052         (nnml-save-mail): Use it.
6053
6054         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6055         articles.  Add new argument `silent'.
6056         (gnus-uu-mark-all): Report the total number of marked articles.
6057
6058 2005-09-10  Romain Francoise  <romain@orebokech.com>
6059
6060         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6061         (gnus-uu-mark-series): Likewise.
6062
6063 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
6064
6065         * spam-report.el (spam-report-gmane): Fix generation of spam
6066         report URL.
6067
6068 2005-09-10  Simon Josefsson  <jas@extundo.com>
6069
6070         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6071         t, based on discussion on the ding list with Robert Epprecht
6072         <epprecht@solnet.ch>.
6073
6074 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
6075
6076         * spam-report.el (spam-report-gmane): Make it work without
6077         X-Report-Spam header.  Gmane now only provides Archived-At.
6078         This is only used if `spam-report-gmane-use-article-number' is nil.
6079         (spam-report-gmane-spam-header): Remove.  Not used anymore.
6080
6081         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6082         make `gnus-summary-sort-by-recipient' work with threading.
6083
6084         * nnweb.el (nnweb-google-wash-article): Print a message if article
6085         is not available.
6086
6087 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6088
6089         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6090         change.  Decode text/* parts content before displaying.
6091
6092 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6093
6094         * mml-smime.el: Remove defvar of gnus-extract-address-components.
6095
6096 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * mm-view.el (mm-display-inline-fontify): Disable support modes.
6099
6100         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
6101         url-package-name, url-package-version,
6102         w3m-cid-retrieve-function-alist, w3m-current-buffer,
6103         w3m-display-inline-images, and w3m-minor-mode-map.
6104
6105 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
6106
6107         * message.el (message-tab-body-function): Fixed mismatched custom
6108         type.
6109
6110         * gnus.el (gnus-group-change-level-function): Ditto.
6111
6112         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
6113
6114         * gnus-art.el (gnus-signature-limit)
6115         (gnus-article-mime-part-function): Ditto.
6116
6117 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * mml.el (mml-mode): Silence the byte compiler.
6120
6121         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
6122         using `(sit-for 0)' before moving the point to the specified part;
6123         skip unbuttonized parts.
6124         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
6125         return to the summary window if gnus-auto-select-part is non-nil.
6126
6127 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
6130         variables.
6131         (mml-dnd-attach-file, mml-mode): Use them.
6132
6133         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
6134         Make fetching article by MID work again for Google Groups.  Added
6135         FIXME concerning gnus-group-make-web-group.
6136
6137         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
6138         Don't depend on Gnus by using mail-extract-address-components if
6139         gnus-extract-address-components is not bound.
6140
6141 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6142
6143         * gnus-art.el (gnus-mime-display-security): Don't display the
6144         signature, but only the signed part.
6145
6146 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
6149
6150         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
6151         list, not listp.
6152
6153 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
6154
6155         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
6156         when encoding.
6157
6158         * mm-bodies.el (mm-decode-content-transfer-encoding):
6159         De-canonicalize CRLF for all text content types, not just
6160         text/plain.
6161
6162 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6165         valid article; point arrow and cursor at the MIME button.
6166
6167 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6170         Suggested by Dan Christensen <jdc@uwo.ca>.
6171
6172         * mm-decode.el (mm-save-part): Enable change of prompt.
6173
6174 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
6175
6176         * gnus-msg.el (gnus-inews-add-send-actions): Made
6177         `message-post-method' lambda parameter ARG `&optional'.
6178
6179 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
6180
6181         * gnus-sum.el (gnus-summary-mime-map): Added
6182         gnus-article-save-part-and-strip, gnus-article-delete-part and
6183         gnus-article-jump-to-part.
6184
6185         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6186         (gnus-article-edit-part): Use it.
6187         (gnus-article-part-wrapper): Added no-handle argument.
6188         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6189         functions.
6190
6191 2005-08-29  Romain Francoise  <romain@orebokech.com>
6192
6193         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6194         docstring.
6195         (gnus-face-from-file): Likewise.
6196
6197 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
6198
6199         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6200         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6201         non-nil.
6202         (gnus-auto-select-part): New variable.
6203         (gnus-article-jump-to-part): New function.
6204         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
6205         (gnus-mime-delete-part): Allow selecting specified part after
6206         deleting or stripping parts.
6207         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
6208         part if argument is bogus.
6209
6210 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
6211
6212         * gnus-art.el (w3m-minor-mode-map):
6213         * gnus-spec.el (gnus-newsrc-file-version):
6214         * gnus-util.el (nnmail-active-file-coding-system)
6215         (gnus-original-article-buffer, gnus-user-agent):
6216         * gnus.el (gnus-ham-process-destinations)
6217         (gnus-parameter-ham-marks-alist)
6218         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
6219         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
6220         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
6221         * mm-decode.el (gnus-current-window-configuration):
6222         * mm-extern.el (gnus-article-mime-handles):
6223         * mm-url.el (url-current-object, url-package-name)
6224         (url-package-version):
6225         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
6226         (smime-keys, w3m-cid-retrieve-function-alist)
6227         (w3m-current-buffer, w3m-display-inline-images)
6228         (w3m-minor-mode-map):
6229         * mml-smime.el (gnus-extract-address-components):
6230         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
6231         (gnus-newsrc-hashtb, message-default-charset)
6232         (message-deletable-headers, message-options)
6233         (message-posting-charset, message-required-mail-headers)
6234         (message-required-news-headers):
6235         * mml1991.el (mc-pgp-always-sign):
6236         * mml2015.el (mc-pgp-always-sign):
6237         * nnheader.el (nnmail-extra-headers):
6238         * rfc1843.el (gnus-decode-encoded-word-function)
6239         (gnus-decode-header-function, gnus-newsgroup-name):
6240         * spam-stat.el (gnus-original-article-buffer): Add defvars.
6241
6242 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
6243
6244         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
6245         the end of the date treatments.
6246
6247 2005-08-15  Simon Josefsson  <jas@extundo.com>
6248
6249         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
6250         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
6251         Capello and Romain Francoise.
6252         (pgg-fetch-key-function): Removed, not used?
6253         (pgg-insert-url-with-w3): Require url, to get
6254         url-insert-file-contents regardless of where it is defined.
6255
6256 2005-08-13  Romain Francoise  <romain@orebokech.com>
6257
6258         * message.el (message-cite-original-1): New function.
6259         (message-cite-original): Use it.
6260         (message-cite-original-without-signature): Ditto.
6261
6262 2005-08-08  Romain Francoise  <romain@orebokech.com>
6263
6264         * message.el (message-yank-empty-prefix): New variable.
6265         (message-indent-citation): Use it.
6266         (message-cite-original-without-signature): Respect X-No-Archive.
6267
6268 2005-08-08  Simon Josefsson  <jas@extundo.com>
6269
6270         * pgg.el: Autoload url-insert-file-contents instead of loading
6271         w3/url.
6272         (pgg-insert-url-with-w3): Don't load url here.
6273
6274 2005-08-07  Jesper Harder  <harder@phys.au.dk>
6275
6276         * message.el (message-kill-to-signature): Don't insert newline at
6277         bol.
6278         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
6279
6280 2005-08-06  Romain Francoise  <romain@orebokech.com>
6281
6282         * message.el (message-user-fqdn): Fix typo in docstring.
6283
6284 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
6285
6286         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
6287
6288         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
6289
6290 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * mm-bodies.el (mm-encode-body): Use coding system rather than
6293         charset to encode text.
6294
6295         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
6296         number of charsets if utf-8 is available (XEmacs).
6297
6298 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
6299
6300         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
6301         taken from `gnus-button-mid-or-mail-regexp'.
6302         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
6303         (gnus-button-alist): Improve regexp for domain part of the MIDs
6304         for news:localpart@domain buttons.
6305         (gnus-button-ctan-directory-regexp): Update.
6306
6307 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * sieve-manage.el (sieve-manage-interactive-login): Use
6310         make-local-variable rather than make-variable-buffer-local.
6311         (sieve-manage-open): Ditto.
6312         (sieve-manage-authenticate): Ditto.
6313
6314         * mml.el (mml-generate-mime-1): Make the content type default to
6315         text/plain if the filename is not specified.
6316
6317 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
6320         instead of insert-buffer.
6321
6322         * message.el (message-yank-original): Ditto; set the mark at the
6323         end of the yanked message.
6324
6325 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
6328         lines to scroll rather than to stop it.
6329
6330         * mml.el (mml-generate-default-type): Add doc string.
6331         (mml-generate-mime-1): Use mm-default-file-encoding or make it
6332         default to application/octet-stream when determining the content
6333         type if it is not specified for the part or the mml contents; add
6334         a comment about mml-generate-default-type.
6335
6336 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
6337
6338         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
6339         make it default to application/octet-stream when determining the
6340         content type if it is not specified for the external contents.
6341
6342 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * rfc2231.el (rfc2231-parse-string): Take care that not only a
6345         segmented parameter but also other parameters might be there.
6346
6347 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * mm-decode.el (mm-display-external): Delete temp file, directory
6350         and buffer immediately if the external process is exited.
6351
6352 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
6355         fewer lines than that of scroll-margin.
6356         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
6357
6358 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * gnus-art.el (gnus-article-next-page): Revert.
6361         (gnus-article-beginning-of-window): New macro.
6362         (gnus-article-next-page-1): Use it.
6363         (gnus-article-prev-page): Ditto.
6364         (gnus-article-edit-part): Use insert-buffer-substring instead of
6365         insert-buffer.
6366         (gnus-article-edit-exit): Ditto.
6367
6368         * gnus-util.el (gnus-beginning-of-window): Remove.
6369         (gnus-end-of-window): Remove.
6370
6371         * lpath.el: Don't bind header-line-format and scroll-margin.
6372
6373 2005-07-25  Simon Josefsson  <jas@extundo.com>
6374
6375         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
6376         to have the url package without w3.  Reported by Daiki Ueno
6377         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
6378
6379 2005-07-20  Didier Verna  <didier@xemacs.org>
6380
6381         * gnus-diary.el: Remove the description comment (nndiary is now
6382         properly documented in the Gnus manual).
6383         Fix the spelling of "Back End".
6384         * nndiary.el: Ditto.
6385         Fix the copyright notice.
6386
6387 2005-07-18  Romain Francoise  <romain@orebokech.com>
6388
6389         * gnus-sum.el (gnus-summary-to-prefix,
6390         gnus-summary-newsgroup-prefix): New variables.
6391         (gnus-summary-from-or-to-or-newsgroups): Use them.
6392
6393 2005-07-17  Romain Francoise  <romain@orebokech.com>
6394
6395         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
6396         space as it's generally not especially interesting to the user.
6397
6398 2005-07-16  Romain Francoise  <romain@orebokech.com>
6399
6400         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
6401         nil to avoid prompting and file modification if one of the
6402         messages at the top of the nnfolder file contains a copyright
6403         notice.
6404         Update copyright notice.
6405
6406         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
6407         instead of `current-time-string' as the latter creates a time
6408         string that is not RFC 2822 compliant (it lacks the zone).
6409         Update copyright notice.
6410
6411 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6412
6413         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
6414         for text/rtf.  Display default in prompt.  Pass default for M-n.
6415
6416         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
6417
6418 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6419
6420         * gnus-msg.el (gnus-button-mailto): Remove
6421         save-selected-window-window hackery because it relies on
6422         save-selected-window internals.
6423
6424 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
6427         (gnus-article-next-page-1): Use gnus-beginning-of-window.
6428         (gnus-article-prev-page): Ditto.
6429
6430         * gnus-util.el (gnus-beginning-of-window): New function.
6431         (gnus-end-of-window): New function.
6432
6433         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
6434
6435 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6436
6437         * gnus-score.el (gnus-score-edit-all-score): Set
6438         gnus-score-edit-exit-function to gnus-score-edit-done and call
6439         gnus-message.
6440
6441 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6442
6443         * gnus-msg.el (gnus-button-mailto): Remove
6444         save-selected-window-window hackery because it relies on
6445         save-selected-window internals.
6446
6447 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
6450         add-minor-mode.
6451         (gnus-binary-mode): Ditto.
6452
6453         * gnus-topic.el (gnus-topic-mode): Ditto.
6454
6455 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
6456
6457         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
6458         (gnus-article-prev-page): Take scroll-margin into consideration.
6459
6460 2005-07-04  Lute Kamstra  <lute@gnu.org>
6461
6462         Update FSF's address in GPL notices.
6463
6464 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
6465
6466         * gnus.el (gnus-exit):
6467         * gnus-group.el (gnus-group-icons):
6468         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
6469
6470         * gnus-nocem.el (gnus-nocem):
6471         * message.el (message-various, message-buffers, message-sending)
6472         (message-interface, message-forwarding, message-insertion)
6473         (message-headers, message-news, message-mail):
6474         * pgg-gpg.el (pgg-gpg):
6475         * pgg-parse.el (pgg-parse):
6476         * pgg-pgp.el (pgg-pgp):
6477         * pgg-pgp5.el (pgg-pgp5):
6478         * pop3.el (pop3): Finish `defgroup' description with period.
6479
6480 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * gnus-art.el (article-display-face): Improve the efficiency.
6483         (article-display-x-face): Ditto; remove grey x-face stuff.
6484
6485 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * gnus-art.el (article-display-face): Correct the position in
6488         which Faces are inserted.
6489
6490 2005-06-29  Didier Verna  <didier@xemacs.org>
6491
6492         * gnus-art.el (article-display-face): Display faces in correct
6493         order.
6494
6495 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
6498         (gnus-fill-real-hashtb): Use hash table instead of obarray.
6499         (gnus-nocem-check-article): Fetch the Type header.
6500         (gnus-nocem-message-wanted-p): Fix the way to examine types.
6501         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
6502         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
6503         make sure gnus-nocem-hashtb is initialized.
6504         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
6505         (gnus-nocem-unwanted-article-p): Ditto.
6506
6507         * pgg.el (pgg-verify): Return the verification result.
6508
6509 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6510
6511         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
6512         is ascii.
6513
6514 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
6515
6516         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
6517         `show-nonbreak-escape'.
6518
6519 2005-06-23  Lute Kamstra  <lute@gnu.org>
6520
6521         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
6522
6523         * dig.el (dig-mode):
6524         * smime.el (smime-mode): Use gnus-run-mode-hooks.
6525
6526 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
6527
6528         * nnimap.el (nnimap-split-download-body): Fix spellings.
6529
6530 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
6531
6532         * gnus-art.el (gnus-article-encrypt-body):
6533         * gnus-cus.el (gnus-score-customize):
6534         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
6535         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
6536
6537 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6538
6539         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
6540         header by looking for magic "MII" at the beginnig.
6541
6542 2005-06-16  Miles Bader  <miles@gnu.org>
6543
6544         * gnus-xmas.el (gnus-xmas-group-startup-message):
6545         Use renamed gnus-splash face.
6546
6547         * assistant.el (assistant-field): Remove "-face" suffix from face name.
6548         (assistant-field-face): New backward-compatibility alias for renamed
6549         face.
6550         (assistant-render-text): Use renamed assistant-field face.
6551
6552         * spam.el (spam): Remove "-face" suffix from face name.
6553         (spam-face): New backward-compatibility alias for renamed face.
6554         (spam-face, spam-initialize): Use renamed spam face.
6555
6556         * message.el (message-header-to, message-header-cc)
6557         (message-header-subject, message-header-newsgroups)
6558         (message-header-other, message-header-name)
6559         (message-header-xheader, message-separator, message-cited-text)
6560         (message-mml): Remove "-face" suffix from face names.
6561         (message-header-to-face, message-header-cc-face)
6562         (message-header-subject-face, message-header-newsgroups-face)
6563         (message-header-other-face, message-header-name-face)
6564         (message-header-xheader-face, message-separator-face)
6565         (message-cited-text-face, message-mml-face):
6566         New backward-compatibility aliases for renamed faces.
6567         (message-font-lock-keywords): Use renamed message faces.
6568
6569         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
6570         (sieve-test-commands, sieve-tagged-arguments):
6571         Remove "-face" suffix from face names.
6572         (sieve-control-commands-face, sieve-action-commands-face)
6573         (sieve-test-commands-face, sieve-tagged-arguments-face):
6574         New backward-compatibility aliases for renamed faces.
6575         (sieve-control-commands-face, sieve-action-commands-face)
6576         (sieve-test-commands-face, sieve-tagged-arguments-face):
6577         Use renamed sieve faces.
6578
6579         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
6580         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
6581         (gnus-group-news-3-empty, gnus-group-news-4)
6582         (gnus-group-news-4-empty, gnus-group-news-5)
6583         (gnus-group-news-5-empty, gnus-group-news-6)
6584         (gnus-group-news-6-empty, gnus-group-news-low)
6585         (gnus-group-news-low-empty, gnus-group-mail-1)
6586         (gnus-group-mail-1-empty, gnus-group-mail-2)
6587         (gnus-group-mail-2-empty, gnus-group-mail-3)
6588         (gnus-group-mail-3-empty, gnus-group-mail-low)
6589         (gnus-group-mail-low-empty, gnus-summary-selected)
6590         (gnus-summary-cancelled, gnus-summary-high-ticked)
6591         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
6592         (gnus-summary-high-ancient, gnus-summary-low-ancient)
6593         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
6594         (gnus-summary-low-undownloaded)
6595         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
6596         (gnus-summary-low-unread, gnus-summary-normal-unread)
6597         (gnus-summary-high-read, gnus-summary-low-read)
6598         (gnus-summary-normal-read, gnus-splash):
6599         Remove "-face" suffix from face names.
6600         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6601         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6602         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6603         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6604         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6605         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6606         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6607         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6608         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6609         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6610         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6611         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6612         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6613         (gnus-summary-normal-ticked-face)
6614         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
6615         (gnus-summary-normal-ancient-face)
6616         (gnus-summary-high-undownloaded-face)
6617         (gnus-summary-low-undownloaded-face)
6618         (gnus-summary-normal-undownloaded-face)
6619         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6620         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6621         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6622         (gnus-splash-face):
6623         New backward-compatibility aliases for renamed faces.
6624         (gnus-group-startup-message): Use renamed gnus faces.
6625
6626         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
6627         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
6628         (gnus-server-agent): Remove "-face" suffix from face names.
6629         (gnus-server-agent-face, gnus-server-opened-face)
6630         (gnus-server-closed-face, gnus-server-denied-face)
6631         (gnus-server-offline-face):
6632         New backward-compatibility aliases for renamed faces.
6633         (gnus-server-agent-face, gnus-server-opened-face)
6634         (gnus-server-closed-face, gnus-server-denied-face)
6635         (gnus-server-offline-face): Use renamed gnus faces.
6636
6637         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
6638         Remove "-face" suffix from face names.
6639         (gnus-picon-xbm-face, gnus-picon-face):
6640         New backward-compatibility aliases for renamed faces.
6641
6642         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
6643         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
6644         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
6645         (gnus-cite-11): Remove "-face" suffix from face names.
6646         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
6647         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
6648         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
6649         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
6650         New backward-compatibility aliases for renamed faces.
6651         (gnus-cite-attribution-face, gnus-cite-face-list)
6652         (gnus-article-boring-faces): Use renamed gnus faces.
6653
6654         * gnus-art.el (gnus-signature, gnus-header-from)
6655         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
6656         (gnus-header-content): Remove "-face" suffix from face names.
6657         (gnus-signature-face, gnus-header-from-face)
6658         (gnus-header-subject-face, gnus-header-newsgroups-face)
6659         (gnus-header-name-face, gnus-header-content-face):
6660         New backward-compatibility aliases for renamed faces.
6661         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
6662
6663         * gnus-sum.el (gnus-summary-selected-face)
6664         (gnus-summary-highlight): Use renamed gnus faces.
6665         * gnus-group.el (gnus-group-highlight): Likewise.
6666
6667 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
6668
6669         * gnus-sieve.el (gnus-sieve-article-add-rule):
6670         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
6671         * spam-stat.el (spam-stat-buffer-change-to-spam)
6672         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
6673
6674         * message.el (message-is-yours-p):
6675         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
6676
6677 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * mm-view.el (mm-inline-text): Withdraw the last change.
6680
6681 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
6684         executing enriched-decode.
6685
6686 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
6689         charset of tar files.
6690
6691 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
6692
6693         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
6694
6695 2005-06-04  Lute Kamstra  <lute@gnu.org>
6696
6697         * nnfolder.el (nnfolder-read-folder): Make sure that undo
6698         information is never recorded.
6699
6700 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6701
6702         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
6703
6704 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * pop3.el (pop3-apop): Run md5 in the binary mode.
6707
6708         * starttls.el (starttls-set-process-query-on-exit-flag):
6709         Use eval-and-compile.
6710
6711 2005-05-31  Simon Josefsson  <jas@extundo.com>
6712
6713         * smime.el (smime-replace-in-string): Define.
6714         (smime-cert-by-ldap-1): Use it.
6715
6716 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * gnus-art.el (article-display-x-face): Replace
6719         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6720
6721         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
6722         set-process-query-on-exit-flag or process-kill-without-query.
6723
6724         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
6725         loop instead of replace-regexp.
6726
6727         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
6728         instead of process-kill-without-query if it is available.
6729
6730         * lpath.el: Fbind ldap-search-entries.
6731
6732         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
6733         instead of find-file-hooks if it is available.
6734
6735         * mml1991.el: Bind pgg-default-user-id when compiling.
6736
6737         * mml2015.el: Bind pgg-default-user-id when compiling.
6738
6739         * nndraft.el (nndraft-request-associate-buffer):
6740         Use write-contents-functions instead of write-contents-hooks if it is
6741         available.
6742
6743         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
6744         instead of find-file-hooks if it is available.
6745
6746         * nntp.el (nntp-open-connection): Replace
6747         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6748         (nntp-open-ssl-stream): Ditto.
6749         (nntp-open-tls-stream): Ditto.
6750
6751         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
6752         set-process-query-on-exit-flag or process-kill-without-query.
6753         (starttls-open-stream-gnutls): Use it instead of
6754         process-kill-without-query.
6755         (starttls-open-stream): Ditto.
6756
6757 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
6758
6759         * smime.el (smime-cert-by-ldap-1): Don't use
6760         replace-regexp-in-string.
6761
6762 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6763
6764         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6765
6766         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6767         in PEM format. Adjust to the XEmacs compability.
6768
6769 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6770
6771         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6772         by `string-to-number'.
6773         * gnus-agent.el (gnus-agent-regenerate-group)
6774         (gnus-agent-fetch-articles): Ditto.
6775         * gnus-art.el (gnus-button-fetch-group): Ditto.
6776         * gnus-cache.el (gnus-cache-generate-active)
6777         (gnus-cache-articles-in-group): Ditto.
6778         * gnus-group.el (gnus-group-set-current-level)
6779         (gnus-group-insert-group-line): Ditto.
6780         * gnus-score.el (gnus-score-set-expunge-below)
6781         (gnus-score-set-mark-below, gnus-summary-score-effect)
6782         (gnus-summary-score-entry): Ditto.
6783         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6784         (gnus-soup-pack): Ditto.
6785         * gnus-spec.el (gnus-xmas-format): Ditto.
6786         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6787         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6788         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6789         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6790         * nndb.el (nndb-get-remote-expire-response): Ditto.
6791         * nndiary.el (nndiary-parse-schedule-value)
6792         (nndiary-string-to-number, nndiary-request-replace-article)
6793         (nndiary-request-article): Ditto.
6794         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6795         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6796         * nneething.el (nneething-make-head): Ditto.
6797         * nnfolder.el (nnfolder-request-article)
6798         (nnfolder-retrieve-headers): Ditto.
6799         * nnheader.el (nnheader-file-to-number): Ditto.
6800         * nnkiboze.el (nnkiboze-request-article): Ditto.
6801         * nnmail.el (nnmail-process-unix-mail-format)
6802         (nnmail-process-babyl-mail-format): Ditto.
6803         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6804         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6805         (nnmh-request-create-group, nnmh-request-list-1)
6806         (nnmh-request-group, nnmh-request-article): Ditto.
6807         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6808         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6809         * nnsoup.el (nnsoup-make-active): Ditto.
6810         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6811         * nntp.el (nntp-find-group-and-number)
6812         (nntp-retrieve-headers-with-xover): Ditto.
6813         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6814         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6815         (pgg-format-key-identifier): Ditto.
6816         * pop3.el (pop3-last, pop3-stat): Ditto.
6817         * qp.el (quoted-printable-decode-region): Ditto.
6818
6819         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6820         of concat.
6821
6822 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6825
6826         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6827
6828         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6829
6830         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6831
6832         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6833
6834         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6835
6836         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6837         (gnus-carpal-mode): Ditto.
6838
6839         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6840         (gnus-browse-mode): Ditto.
6841
6842         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6843
6844         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6845
6846 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6847
6848         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6849
6850 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6851
6852         * gnus-util.el (gnus-run-mode-hooks): New function.
6853
6854         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6855
6856         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
6857         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
6858
6859 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6860
6861         * gnus-agent.el (gnus-agent-make-mode-line-string):
6862         Use mode-line-highlight as mouse-face.
6863
6864 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * canlock.el (canlock): Change the parent group to news.
6867
6868         * deuglify.el (gnus-outlook-deuglify): Add :group.
6869
6870         * dig.el (dig): Add :group.
6871
6872         * dns-mode.el (dns-mode): Add :group.
6873
6874         * encrypt.el (encrypt): Add :group.
6875
6876         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
6877         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
6878         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
6879         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
6880         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
6881
6882         * gnus-diary.el (gnus-diary): Add :group.
6883
6884         * gnus.el (gnus-group-news-1-face): Add :group.
6885         (gnus-group-news-1-empty-face): Ditto.
6886         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
6887         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
6888         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
6889         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
6890         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
6891         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
6892         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
6893         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
6894         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
6895         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
6896         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
6897         (gnus-summary-high-ticked-face): Ditto.
6898         (gnus-summary-low-ticked-face): Ditto.
6899         (gnus-summary-normal-ticked-face): Ditto.
6900         (gnus-summary-high-ancient-face): Ditto.
6901         (gnus-summary-low-ancient-face): Ditto.
6902         (gnus-summary-normal-ancient-face): Ditto.
6903         (gnus-summary-high-undownloaded-face): Ditto.
6904         (gnus-summary-low-undownloaded-face): Ditto.
6905         (gnus-summary-normal-undownloaded-face): Ditto.
6906         (gnus-summary-high-unread-face): Ditto.
6907         (gnus-summary-low-unread-face): Ditto.
6908         (gnus-summary-normal-unread-face): Ditto.
6909         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
6910         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6911
6912         * hashcash.el (hashcash): New custom group.
6913         (hashcash-default-payment): Add :group.
6914         (hashcash-payment-alist): Ditto.
6915         (hashcash-default-accept-payment): Ditto.
6916         (hashcash-accept-resources): Ditto.
6917         (hashcash-path): Ditto.
6918         (hashcash-extra-generate-parameters): Ditto.
6919         (hashcash-double-spend-database): Ditto.
6920         (hashcash-in-news): Ditto.
6921
6922         * message.el (message-minibuffer-local-map): Add :group.
6923
6924         * netrc.el (netrc): Add :group.
6925
6926         * sieve-manage.el (sieve-manage-log): Add :group.
6927         (sieve-manage-default-user): Diito.
6928         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6929         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6930         (sieve-manage-authenticators): Ditto.
6931         (sieve-manage-authenticator-alist): Ditto.
6932         (sieve-manage-default-port): Ditto.
6933
6934         * sieve-mode.el (sieve-control-commands-face): Add :group.
6935         (sieve-action-commands-face): Ditto.
6936         (sieve-test-commands-face): Ditto.
6937         (sieve-tagged-arguments-face): Ditto.
6938
6939         * smime.el (smime): Add :group.
6940
6941         * spam-report.el (spam-report): Add :group.
6942
6943         * spam.el (spam, spam-face): Add :group.
6944
6945 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6946
6947         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6948         return \n.\n.\n at the end of articles.  Protect against that.
6949         (nntp-with-open-group): Allow debugging.
6950
6951         * nnheader.el (mail-header-set-extra): Make into a function
6952         because I just could't understand how to quote the list properly.
6953
6954         * dns.el (query-dns-cached): New function.
6955
6956 2005-05-26  Lute Kamstra  <lute@gnu.org>
6957
6958         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6959
6960 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6963
6964         * gnus-art.el: Don't autoload mail-extract-address-components.
6965
6966         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6967         eval-and-compile to evaluate it.
6968
6969         * hashcash.el: Don't autoload executable-find.
6970
6971         * nndb.el: Don't declare the nndb back end two or more times; don't
6972         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6973
6974         * nntp.el: Autoload format-spec instead of format; use
6975         eval-and-compile to evaluate autoload forms.
6976
6977 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6978
6979         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6980
6981 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6982
6983         * gnus.el (gnus-version-number): Bump version.
6984
6985 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6986
6987         * gnus.el: No Gnus v0.3 is released.
6988
6989 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6990
6991         * lpath.el (featurep): Bind show-nonbreak-escape.
6992
6993 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * gnus-art.el (gnus-article-edit-part): Disable undo.
6996
6997 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7000         gnus-article-date-lapsed-new-header is t if date timer is active;
7001         skip headers in which the original date value is empty.
7002         (gnus-article-save-original-date): Redefine it as a macro.
7003         (gnus-display-mime): Use it.
7004
7005 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * gnus-art.el (article-date-ut): Support converting date in
7008         forwarded parts as well.
7009         (gnus-article-save-original-date): New function.
7010         (gnus-display-mime): Use it.
7011
7012 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
7013
7014         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7015         enclosure element of <item>.
7016
7017 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
7018
7019         * message.el (message-kill-buffer-query): Renamed from
7020         `message-kill-buffer-query-if-modified'.  Added :version.
7021
7022 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7025         window layout.
7026
7027 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * mml.el: Autoload dnd when compiling.
7030
7031 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7032
7033         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7034         x-dnd-*.
7035
7036 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * qp.el (quoted-printable-encode-region): Save excursion.
7039
7040 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7041
7042         * message.el (message-kill-buffer-query-if-modified): Add new variable
7043         so the user can kill a modified message buffer quickly.
7044         (message-kill-buffer): Use it.
7045
7046 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * lpath.el: Fbind display-time-event-handler; don't fbind
7049         string-to-multibyte.
7050
7051         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7052
7053 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7056         contained in text because xml.el decodes entities) with LFs.
7057
7058 2005-04-11  Lute Kamstra  <lute@gnu.org>
7059
7060         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7061         differently.
7062
7063 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7064
7065         * mm-util.el (mm-detect-coding-region): Typo.
7066
7067 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7070
7071 2005-04-06  D Goel  <deego@gnufans.org>
7072
7073         * spam-stat.el (spam-stat-score-buffer): Add a call to a
7074         user-function allow user modifications of the scores.
7075         (spam-stat-score-buffer-user): New function, to allow
7076         user-computed modifications to the score.
7077         (spam-stat-score-buffer-user-functions): list of additional
7078         scoring functions
7079         (spam-stat-error-holder): global temporary error holder
7080         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
7081         variable
7082
7083 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7084
7085         * gnus-registry.el (gnus-registry-clean-empty-function)
7086         (gnus-registry-trim, gnus-registry-fetch-groups)
7087         (gnus-registry-delete-group): Groups that match
7088         `gnus-registry-ignored-groups' are removed from the registry
7089         entries, not just ignored for splitting.  This helps clean up the
7090         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
7091         to get all the groups a message ID is in.
7092
7093         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7094         (spam-stat-split-fancy): Change "threshhold" to "threshold"
7095         (spam-stat-score-buffer-user-functions): Add :number custom type.
7096
7097 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7100         argument in XEmacs.
7101
7102         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7103         (nnrss-request-group): Decode group name first.
7104         (nnrss-request-article): Make a text/plain article if mml-to-mime
7105         failed.
7106         (nnrss-get-encoding): Return a compatible encoding according to
7107         nnrss-compatible-encoding-alist.
7108         (nnrss-find-el): Use consp instead of listp.
7109         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7110
7111 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7114         which Emacs 20 doesn't support.
7115         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7116
7117 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7118
7119         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
7120         silence the byte compiler inside the defun
7121
7122         * gnus-demon.el (parse-time-string): Add autoload.
7123
7124         * gnus-delay.el (parse-time-string): Add autoload.
7125
7126         * gnus-art.el (parse-time-string): Add autoload.
7127
7128         * nnultimate.el (parse-time): Require for `parse-time-string'.
7129
7130 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7131
7132         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7133
7134         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7135
7136         * smime.el (smime-ldap-host-list): Add :version.
7137
7138 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
7141         pass it to `gnus-browse-read-group'.
7142         (gnus-browse-read-group): Add NUMBER argument and pass it to
7143         `gnus-group-read-ephemeral-group'.
7144
7145         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
7146         argument and pass it to `gnus-group-read-group'.
7147
7148 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
7149
7150         * mm-util.el (mm-xemacs-find-mime-charset): Only call
7151         mm-xemacs-find-mime-charset-1 if we have the mule feature
7152         available at runtime.
7153
7154 2005-03-25  Werner Lemberg  <wl@gnu.org>
7155
7156         * nnmaildir.el: Replace `illegal' with `invalid'.
7157
7158 2005-03-23  Lute Kamstra  <lute@gnu.org>
7159
7160         * time-date.el: Add comment on time value formats.
7161         Don't require parse-time.
7162         (with-decoded-time-value): New macro.
7163         (encode-time-value): New function.
7164         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7165         (days-to-time): Return a valid time value when arg is huge.
7166         (time-since): Use time-subtract.
7167         (time-to-number-of-days): Use time-to-seconds.
7168
7169 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7170
7171         * gnus-start.el (gnus-display-time-event-handler):
7172         Check display-time-timer at runtime rather than only at load time
7173         in case display-time-mode is turned off in the mean time.
7174
7175 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7176
7177         * nnimap.el (nnimap-open-connection): Print which authinfo file is
7178         used.
7179
7180         * nneething.el (nneething-map-file-directory): Derive from
7181         `gnus-directory'.
7182
7183         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7184         the To/Cc button.
7185
7186 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7187
7188         * nnmaildir.el (nnmaildir-request-accept-article):
7189         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7190
7191 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
7192
7193         * gnus-async.el: Require timer-funcs at compile time when in
7194         XEmacs for `run-with-idle-timer'.
7195
7196 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
7197
7198         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7199         autoloaded function.
7200
7201 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7202
7203         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7204
7205 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
7206
7207         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7208
7209 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7210
7211         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7212         gnus-expert-user to default.
7213
7214 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
7215
7216         * nnimap.el (nnimap-open-server): Ditto.
7217
7218         * imap.el (imap-authenticate): Fix typo.
7219
7220 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
7221
7222         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7223         buffer (since IMAP server might return FETCH response out of
7224         order, and the nntp buffer must be sorted).
7225
7226 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
7227
7228         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7229         comparison on string.
7230
7231         * gnus-agent.el (gnus-agent-long-article,
7232         gnus-agent-short-article, gnus-agent-score): Renamed category
7233         keywords to match gnus-cus.
7234         (gnus-agent-summary-fetch-series): Modified to protect against
7235         gnus-agent-summary-fetch-group clearing processable flags.
7236         (gnus-agent-synchronize-group-flags): Update live group buffer as
7237         synchronization may occur due to the user toggle the plugged
7238         status.
7239         (gnus-agent-fetch-group-1): Clear downloadable flag when article
7240         successfully downloaded.
7241         (gnus-agent-expire-group-1): Avoid using markers when the overview
7242         is in ascending order; greatly improves performance.
7243         (gnus-agent-regenerate-group): Use
7244         gnus-agent-synchronize-group-flags to reset read status in both
7245         gnus and server.
7246         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
7247
7248 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7249
7250         * message.el: Don't autoload former message-utils variables.
7251         (message-strip-subject-trailing-was): Change doc string.
7252
7253         * nnweb.el: Fixes for `gnus-group-make-web-group'.
7254         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
7255         (nnweb-google-search): Add "hl=en" here.
7256         (nnweb-google-parse-1, nnweb-google-create-mapping):
7257         Don't hardcode URL.
7258
7259 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7260
7261         * message.el (message-get-reply-headers, message-followup):
7262         Mention related variables `message-use-followup-to' and
7263         `message-use-mail-followup-to', in the information buffer.
7264
7265         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
7266         of broken groups(-beta).google.com.
7267
7268 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7269
7270         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
7271         parameter to invoked gnus-request-move-article; remove the
7272         redundant gnus-sum-hint-move-is-internal variable; apply the marks
7273         all at once instead of once per article.
7274         (gnus-summary-remove-process-mark): Accept a list of articles as
7275         well as a single article for processing.
7276
7277         * gnus-int.el (gnus-request-move-article): Add move-is-internal
7278         parameter.
7279
7280         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
7281
7282         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
7283
7284         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
7285         parameter.
7286
7287         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
7288         parameter.
7289
7290         * nnimap.el (nnimap-request-move-article): Add move-is-internal
7291         parameter and remove the gnus-sum-hint-move-is-internal variable.
7292
7293         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
7294         parameter.
7295
7296         * nndraft.el (nndraft-request-move-article): Add move-is-internal
7297         parameter.
7298
7299         * nndiary.el (nndiary-request-move-article): Add move-is-internal
7300         parameter.
7301
7302         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
7303
7304         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
7305         parameter.
7306
7307         * nnagent.el (nnagent-request-move-article): Add move-is-internal
7308         parameter.
7309
7310 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7311
7312         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
7313         a more conservative way.
7314
7315 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7316
7317         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
7318         buffer, so it moves the window's cursor.
7319
7320 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7321
7322         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
7323         `mm-dissect-multipart' and receive the from field as an (optional)
7324         argument from `mm-dissect-multipart'.
7325         (mm-dissect-multipart): Receive the from field as an argument and
7326         pass it on when we call `mm-dissect-buffer' on MIME parts.
7327         Fixes verification/decryption of signed/encrypted MIME parts.
7328
7329 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7330
7331         * gnus-sum.el (gnus-summary-move-article): Set
7332         gnus-sum-hint-move-is-internal for gnus-request-move-article and
7333         whatever it calls (right now, only nnimap-request-move article
7334         respects it).
7335
7336         * nnimap.el (nnimap-request-move-article): When
7337         gnus-sum-hint-move-is-internal is set, don't do the extra
7338         nnimap-request-article.
7339
7340 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7341
7342         * nnheader.el (nnheader-find-file-noselect): Add doc string.
7343
7344         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
7345         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
7346
7347         * gnus-sum.el (gnus-summary-caesar-message):
7348         Apply `gnus-treat-article' after rotation.
7349
7350         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
7351         doc string.
7352
7353 2005-02-22  Simon Josefsson  <jas@extundo.com>
7354
7355         * encrypt.el (encrypt-password-cache-expiry): Remove (use
7356         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
7357         <arne@arnested.dk>.
7358         (encrypt): Add password-cache and password-cache-expiry as group
7359         members.
7360
7361 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7362
7363         * smime.el (smime-ldap-host-list): Doc fix.
7364         (smime-ask-passphrase): Use `password-read-and-add' to read (and
7365         cache) password.
7366         (smime-sign-region): Use it.
7367         (smime-decrypt-region): Use it.
7368         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
7369         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
7370         fails.
7371         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
7372         certificate from DER to PEM format rather than calling openssl.
7373
7374         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
7375
7376         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
7377         for signing/encryption.
7378
7379         * mml.el (mml-parse-1): Use them.
7380
7381 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7382
7383         * nnrss.el (nnrss-verbose): Removed.
7384         (nnrss-request-group): Use `nnheader-message' instead.
7385
7386 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
7387
7388         * nnrss.el (nnrss-verbose): New variable.
7389         (nnrss-request-group): Make it say nnrss is requesting a group.
7390
7391 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7392
7393         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
7394         Handle news URL with given port correctly.
7395
7396 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
7399         containing special characters.
7400
7401         * gnus-sum.el (gnus-summary-edit-article): Ditto.
7402
7403         * mml.el (mime-to-mml): Ditto.
7404
7405         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
7406         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
7407         (rfc2047-decode-region): Quote decoded words containing special
7408         characters when rfc2047-quote-decoded-words-containing-tspecials
7409         is non-nil.
7410
7411 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7412
7413         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
7414
7415         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
7416
7417 2005-02-15  Simon Josefsson  <jas@extundo.com>
7418
7419         * nnimap.el (nnimap-debug): Doc fix.
7420
7421         * imap.el (imap-debug): Doc fix.
7422
7423 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
7426
7427 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7428
7429         * gnus.el (spam-contents): Improve docs for spam-contents
7430         parameter in its variable incarnation.
7431
7432 2005-02-14  Simon Josefsson  <jas@extundo.com>
7433
7434         * smime-ldap.el: Use require instead of load-library for ldap.
7435         (smime-ldap-search): Indent.
7436         (smime-ldap-search-internal): Shorten line.
7437
7438         * smime.el (smime-cert-by-dns): Add doc-string.
7439         (smime-cert-by-ldap-1): Indent.
7440
7441         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
7442         mml-smime-get-dns-ldap.
7443         (mml-smime-encrypt-query): Use new function.  Default to ldap.
7444
7445 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7446
7447         * smime.el: Require smime-ldap.
7448         (smime-ldap-host-list): New variable.
7449         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
7450
7451         * mml-smime.el (mml-smime-encrypt-query): New function.
7452         (mml-smime-encrypt-query): Use it.
7453
7454         * smime-ldap.el: New file.
7455
7456 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
7459
7460 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7461
7462         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
7463         argument in doc string.  Make query for type more clear.
7464
7465 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * gnus.el (gnus-group-startup-message): Search for gnus images in
7468         etc/images/gnus.
7469         * mm-util.el (mm-image-load-path): Likewise.
7470         * smiley.el (smiley-data-directory): Search for smilies in
7471         etc/images/smilies.
7472
7473 2005-02-09  Kim F. Storm  <storm@cua.dk>
7474
7475         Change Emacs release version from 21.4 to 22.1 throughout.
7476         Change Emacs development version from 21.3.50 to 22.0.50.
7477
7478 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
7481
7482         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
7483         non-Mule XEmacs as well.
7484         (mm-decompress-buffer): Signal an error intentionally if it does
7485         not decompress compressed data because auto-compression-mode is
7486         disabled.
7487
7488 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
7489
7490         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
7491         an ID in the registry even if it has no groups.
7492
7493 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7494
7495         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
7496         merge it into mm-decompress-buffer.
7497         (gnus-mime-copy-part): Use the MIME part charset, the value which
7498         a user specified or gnus-newsgroup-charset for decoding, like
7499         gnus-mime-inline-part does; set buffer-file-coding-system to tell
7500         save-buffer what was used.  Suggested by Kevin Ryde
7501         <user42@zip.com.au>.
7502         (gnus-mime-inline-part): Allow the name parameter as well as the
7503         filename parameter; force decompressing of compressed data; always
7504         display contents being not decoded as unibyte.
7505
7506         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
7507         as well as the filename parameter.
7508
7509         * mm-util.el (mm-decompress-buffer): Merge
7510         gnus-mime-jka-compr-maybe-uncompress.
7511         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
7512         of compressed data.
7513
7514 2005-02-08  Simon Josefsson  <jas@extundo.com>
7515
7516         * imap.el (imap-log): Doc fix.
7517
7518 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
7521         the coding cookies; decompress compressed parts.
7522
7523         * mml.el (mml-generate-mime-1): Add the charaset parameter according
7524         to the value which a user specified manually or the coding cookie.
7525
7526         * mm-util.el (mm-string-to-multibyte): New function.
7527         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
7528         (mm-coding-system-to-mime-charset): New function.
7529         (mm-decompress-buffer): New function.
7530         (mm-find-buffer-file-coding-system): New function.
7531
7532         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
7533         (mm-display-inline-fontify): Rewrite for decoding and decompressing
7534         parts.
7535
7536 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7537
7538         * mm-view.el (mm-display-inline-fontify): Decode a part according
7539         to the charset parameter.
7540
7541 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
7544         prefix arg is neither nil nor a number, as info specifies.
7545
7546 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
7549         timestamps.
7550
7551 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
7552
7553         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
7554         groups error checking and notify user.
7555
7556 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
7557
7558         * message.el (message-send-mail-function): Check existence of
7559         sendmail-program first before using default value
7560         `message-send-mail-with-sendmail'.  Otherwise use more generic
7561         `smtpmail-send-it'.
7562
7563 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * nntp.el (nntp-request-update-info): Always return nil.
7566
7567 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7568
7569         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
7570
7571 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7572
7573         * message.el (message-beginning-of-line): Change the behavior when
7574         invoked between BOL and : so that it first moves backward.
7575
7576 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
7579         article buffer when editing of the article is discarded.
7580         (gnus-article-prepare): Revert.
7581
7582 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-art.el (gnus-article-prepare):
7585         Remove message-strip-forbidden-properties from the local hook.
7586
7587 2005-01-27  Simon Josefsson  <jas@extundo.com>
7588
7589         * password.el (password-cache-add): Only start one timer per key.
7590         Reported by Derek Atkins <warlord@MIT.EDU>.
7591
7592 2005-01-26  Steve Youngs  <steve@sxemacs.org>
7593
7594         * run-at-time.el: Removed.  It is no longer needed as
7595         timer-funcs.el in the xemacs-base package has a working version of
7596         `run-at-time'.
7597
7598         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
7599
7600         * password.el: Require timer-funcs instead of run-at-time in
7601         XEmacs.
7602         Remove `password-run-at-time' macro.
7603         (password-cache-add): Use `run-at-time' instead of
7604         `password-run-at-time'.
7605
7606         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
7607         Remove `nnheader-cancel-function-timers' alias,
7608         `cancel-function-timers' exists in XEmacs in timer-funcs.
7609
7610         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
7611         for `run-with-idle-timer'.
7612
7613         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
7614         for `run-at-time'.
7615
7616         * mm-url.el: Require timer-funcs at compile time when in XEmacs
7617         for `with-timeout'.
7618
7619         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
7620         the same as for XEmacs 21.4.
7621         No need to ignore `run-with-idle-timer', this function exists in
7622         XEmacs now in timer-funcs.el in the xemacs-base package.
7623         (dgnushack-compile): No need to delete
7624         run-at-time.el from the list of files to compile because it
7625         doesn't exist anymore.
7626
7627 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * mml.el (mml-generate-mime-1): Convert string into unibyte when
7630         inserting " *mml*" buffer's contents into a unibyte temp buffer.
7631
7632 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
7633
7634         * mail-source.el (mail-source-fetch-imap): Search for ^From case
7635         sensitively.
7636
7637 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
7638
7639         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
7640
7641 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
7644         which will be inserted according to the multibyteness of a buffer
7645         rather than the type of contents.  Suggested by ARISAWA Akihiro
7646         <ari@mbf.ocn.ne.jp>.
7647
7648         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
7649         of string which old xml.el may return rather than a string.
7650
7651 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
7654
7655 2005-01-16  Simon Josefsson  <jas@extundo.com>
7656
7657         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
7658         idn/idna.el isn't available.
7659         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
7660         <michael@waxrat.com>.
7661
7662         * hashcash.el: Remove non-FSF copyright header.
7663
7664         * hashcash.el (hashcash-extra-generate-parameters): New variable.
7665         (hashcash-generate-payment): Use it.
7666         (hashcash-generate-payment-async): Use it.
7667
7668 2005-01-15  Simon Josefsson  <jas@extundo.com>
7669
7670         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
7671         Suggested by Raymond Scholz <ray-2005@zonix.de>.
7672
7673         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
7674         gnus-summary-idna-message.
7675         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
7676         (gnus-summary-idna-message): New function.
7677
7678 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7679
7680         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
7681         gnus-novice-user.
7682
7683 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * nnrss.el (nnrss-request-delete-group): Delete entries in
7686         nnrss-group-alist as well.
7687         (nnrss-save-server-data): Insert newline.
7688
7689 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
7690
7691         * gnus.el (gnus-user-agent): Use list of symbols instead of
7692         symbols.  Display full version number for (S)XEmacs.  Optionally
7693         display (S)XEmacs codename.
7694
7695         * gnus-util.el (gnus-emacs-version): Update for new
7696         `gnus-user-agent'.
7697
7698         * gnus-msg.el (gnus-extended-version): Make it possible to omit
7699         Gnus version.
7700
7701 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7702
7703         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
7704         which is unreadable in some setups.
7705
7706 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * gnus-spec.el (gnus-update-format-specifications): Flush the
7709         group format spec cache if it doesn't support decoded group names.
7710
7711 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
7714         to apply decay on score files matching a regexp.
7715
7716 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
7719         compatibility in %g and %c.
7720
7721 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
7724         name for only %g and %c.
7725         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
7726         of gnus-tmp-group to decoded group name.
7727         (gnus-group-make-rss-group): Exclude `/'s from group names.
7728
7729 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * nnrss.el (nnrss-get-encoding): Fix regexp.
7732
7733 2004-12-27  Simon Josefsson  <jas@extundo.com>
7734
7735         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
7736         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
7737         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
7738
7739 2004-12-17  Kim F. Storm  <storm@cua.dk>
7740
7741         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
7742
7743         * gnus-sum.el (gnus-summary-mode-map): Likewise.
7744
7745 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7746
7747         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
7748
7749 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * nnrss.el: Require rfc2047 and mml.
7752         (nnrss-file-coding-system): New variable.
7753         (nnrss-format-string): Redefine it as an inline function.
7754         (nnrss-decode-group-name): New function.
7755         (nnrss-string-as-multibyte): Remove.
7756         (nnrss-retrieve-headers): Decode group name; don't use
7757         nnrss-format-string.
7758         (nnrss-request-group): Decode group name.
7759         (nnrss-request-article): Decode group name; allow a Message-ID as
7760         well as an article number; don't use nnrss-format-string; encode a
7761         Message-ID string which may contain non-ASCII characters; use
7762         mml-to-mime to compose a MIME article.
7763         (nnrss-request-expire-articles): Decode group name.
7764         (nnrss-request-delete-group): Decode group name.
7765         (nnrss-fetch): Clarify error message.
7766         (nnrss-read-server-data): Use insert-file-contents instead of load;
7767         bind file-name-coding-system; use multibyte buffer.
7768         (nnrss-save-server-data): Bind coding-system-for-write to the
7769         value of nnrss-file-coding-system; bind file-name-coding-system;
7770         add coding cookie.
7771         (nnrss-read-group-data): Use insert-file-contents instead of load;
7772         bind file-name-coding-system; use multibyte buffer.
7773         (nnrss-save-group-data): Bind coding-system-for-write to the
7774         value of nnrss-file-coding-system; bind file-name-coding-system.
7775         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7776         make it work with non-ASCII text.
7777         (nnrss-find-el): Make it work with old xml.el as well.
7778
7779 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7780
7781         * nnrss.el (nnrss-get-encoding): New function.
7782         (nnrss-fetch): Use unibyte buffer initially; bind
7783         coding-system-for-read while performing mm-url-insert; remove ^Ms;
7784         decode contents according to the encoding attribute.
7785         (nnrss-save-group-data): Add coding cookie.
7786         (nnrss-mime-encode-string): New function.
7787         (nnrss-check-group): Use it to encode subject and author.
7788
7789 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
7790
7791         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7792         imaginary variable.
7793
7794 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7797         correctly even if there are wide characters.
7798
7799 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7800
7801         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7802         downcased symbol names; make a new cache instead of reusing
7803         bbdb-hashtable.
7804
7805 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7808         concatenating segments rather than before concatenating them.
7809         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7810
7811         * message.el (message-get-reply-headers): Bind `extra'.
7812
7813 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7814
7815         * message.el (message-extra-wide-headers): New variable.
7816         (message-get-reply-headers): Use it.
7817
7818 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * gnus-agent.el (gnus-agent-group-path): Decode group name.
7821         (gnus-agent-group-pathname): Ditto.
7822
7823         * gnus-cache.el (gnus-cache-file-name): Decode group name.
7824
7825         * gnus-group.el (gnus-group-make-group): Decode group name.
7826         (gnus-group-make-rss-group): Register the group data after opening
7827         the nnrss group.
7828
7829 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
7830
7831         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7832         by expiry now get marked as read.
7833
7834 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7837
7838 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
7839
7840         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7841         unify Latin characters in XEmacs.
7842         (mm-find-mime-charset-region): Use it.
7843
7844 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * gnus-util.el (gnus-delete-directory): New function.
7847
7848         * gnus-agent.el (gnus-agent-delete-group): Use it.
7849
7850         * gnus-cache.el (gnus-cache-delete-group): Use it.
7851
7852 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7855         names.
7856
7857 2004-12-16  Simon Josefsson  <jas@extundo.com>
7858
7859         * hashcash.el (hashcash-payment-alist): Fix custom :type.
7860
7861 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7864
7865         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7866         (gnus-group-set-current-level): Decode group name.
7867
7868 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
7869
7870         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7871         failed.
7872
7873 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * gnus-group.el (gnus-group-delete-group): Decode group name.
7876         (gnus-group-make-rss-group): Encode group name.
7877         (gnus-group-catchup-current): Decode group name.
7878         (gnus-group-kill-group): Decode group name.
7879
7880 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7881
7882         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7883
7884 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * gnus-group.el (gnus-group-make-rss-group):
7887         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7888
7889         * gnus-start.el (gnus-setup-news): Honor user's setting to
7890         gnus-message-archive-method.  Suggested by Lute Kamstra
7891         <lute@gnu.org>.
7892
7893 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
7894
7895         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7896         global counterparts of the buffer-local variables.
7897
7898 2004-11-16  Romain Francoise  <romain@orebokech.com>
7899
7900         * gnus-sum.el (gnus-summary-exit): Don't clear the global
7901         counterparts of the buffer-local variables.
7902
7903 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7904
7905         * message.el (message-forbidden-properties): Fixed typo in doc
7906         string.
7907
7908 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7909
7910         * gnus-util.el (gnus-replace-in-string): Added doc string.
7911
7912         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7913         to avoid problems when splitting mails with many recipients.
7914
7915 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7916
7917         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7918         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7919
7920 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7921
7922         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7923         if there is no hashtable in memory or file modification time is
7924         newer than cached timestamp.
7925
7926 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7927
7928         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7929         not-matching option.
7930
7931 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7932
7933         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7934         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7935         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7936         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7937         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7938         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7939
7940 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * message.el (message-forward-make-body-mml): Remove headers
7943         according to message-forward-ignored-headers if a message is decoded.
7944
7945 2004-12-02  Romain Francoise  <romain@orebokech.com>
7946
7947         * message.el (message-forward-make-body-plain): Always remove
7948         headers according to message-forward-ignored-headers.
7949
7950 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7951
7952         * spam.el (spam-summary-prepare-exit): Remove the
7953         gnus-summary-limit pop for now, it has problems with ham marks for
7954         me.
7955
7956 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7957
7958         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7959         correctly.
7960
7961 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7962
7963         * format-spec.el (format-spec): Message the char.
7964
7965 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7966
7967         * gnus-art.el (gnus-split-methods): Reformat comments.
7968
7969         * spam.el (spam-summary-prepare-exit): Remove article limits
7970         before exiting the summary buffer.
7971
7972 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7975         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7976
7977         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7978         order to silence the byte compiler.
7979
7980         * spam.el: Fix the way to silence the byte compiler, which
7981         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7982         bbdb-search-simple, spam-BBDB-register-routine,
7983         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7984         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7985         spam-stat-buffer-is-spam, spam-stat-load,
7986         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7987         spam-stat-save and spam-stat-split-fancy.
7988
7989 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7992         which may confuse users.
7993         (canlock-password-for-verify): Ditto.
7994
7995         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7996
7997         * gnus-art.el (gnus-emphasis-alist): Ditto.
7998
7999         * gnus-registry.el (gnus-registry-max-entries): Ditto.
8000
8001         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8002
8003         * gnus-start.el (gnus-save-killed-list): Ditto.
8004
8005         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8006         (gnus-sum-thread-tree-root): Ditto.
8007         (gnus-sum-thread-tree-false-root): Ditto.
8008         (gnus-sum-thread-tree-single-indent): Ditto.
8009
8010         * message.el (message-courtesy-message): Ditto.
8011         (message-archive-note): Ditto.
8012         (message-subscribed-address-file): Ditto.
8013         (message-user-fqdn): Ditto.
8014
8015         * spam-report.el (spam-report-gmane-regex): Ditto.
8016
8017         * spam.el (spam-blackhole-good-server-regex): Ditto.
8018
8019 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * mml.el (mml-preview): Widen the message buffer before copying
8022         the contents to the preview buffer; sort headers before previewing.
8023
8024         * message.el (message-hidden-headers): Fix the way to avoid a bug
8025         in the `repeat' widget in Emacs 21.3 or earlier.
8026
8027 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * message.el (message-hidden-headers): Default to "^References:".
8030         Improve customization type.  Suggested by Reiner Steib
8031         <Reiner.Steib@gmx.de>.
8032
8033 2004-11-25  Romain Francoise  <romain@orebokech.com>
8034
8035         * message.el (message-strip-forbidden-properties): Remove check for
8036         obsolete `message-hidden' text property, hidden headers are not
8037         accessible in the buffer anymore.
8038
8039 2004-11-22  Romain Francoise  <romain@orebokech.com>
8040
8041         * message.el (message-header-format-alist): Add `From' in list
8042         so that it can be sorted.
8043         (message-fix-before-sending): Widen and sort headers before
8044         sending.
8045         (message-hide-headers): Use narrowing to hide headers by moving
8046         them to the top of the buffer and narrowing to the region
8047         underneath.
8048
8049 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8050
8051         * message.el (message-strip-forbidden-properties): Bind
8052         buffer-read-only (etc) to nil.
8053
8054 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8057         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8058
8059 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
8060
8061         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8062
8063 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8064
8065         * dns.el (query-dns): Use sit-for to time instead of
8066         accept-process-output, since that doesn't seem to work on udp
8067         sockets.
8068
8069 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8072
8073 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
8074
8075         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8076         doc string.  Improve doc string.
8077
8078 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * nntp.el (nntp-request-update-info): Return nil if
8081         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8082         may not call gnus-activate-group which uselessly issues the GROUP
8083         commands for all nntp groups and wastes time.  Reported by Romain
8084         Francoise <romain@orebokech.com>.
8085
8086         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8087
8088 2004-11-15  Simon Josefsson  <jas@extundo.com>
8089
8090         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8091         headers separately.
8092         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
8093         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8094
8095 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8096
8097         * gnus-start.el (gnus-convert-old-newsrc):
8098         Assign legacy-gnus-agent to 5.10.7.
8099
8100 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8101
8102         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8103         start of the lines.
8104
8105 2004-11-14  Magnus Henoch  <mange@freemail.hu>
8106
8107         * hashcash.el (hashcash-default-payment): Change default to 20
8108         (hashcash-default-accept-payment): Change default to 20
8109         (hashcash-process-alist): New variable
8110         (hashcash-generate-payment-async): Add
8111         (hashcash-already-paid-p): Add
8112         (hashcash-insert-payment): Don't generate payments twice
8113         (hashcash-insert-payment-async): Add
8114         (hashcash-insert-payment-async-2): Add
8115         (hashcash-cancel-async): Add
8116         (hashcash-wait-async): Add
8117         (hashcash-processes-running-p): Add
8118         (hashcash-wait-or-cancel): Add
8119         (mail-add-payment): New optional argument.  Conditionally start
8120         asynchronous calculation.
8121         (mail-add-payment-async): Add
8122
8123         * message.el (message-send-mail): Wait for asynchronous hashcash
8124         results.  Don't clobber existing X-Hashcash headers.
8125         (message-setup-1): Call mail-add-payment-async when
8126         message-generate-hashcash is non-nil.
8127
8128 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8129
8130         * message.el (message-use-alternative-email-as-from): Examine the
8131         From header as well; use message-make-from in order to include a
8132         user's full name.
8133
8134 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8137         default; improve customization type.
8138         (gnus-emphasis-custom-with-format): New macro.
8139         (gnus-emphasis-custom-value-to-external): New function.
8140         (gnus-emphasis-custom-value-to-internal): New function.
8141
8142 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8143
8144         * dns.el (query-dns): Resolve reverse addresses.
8145
8146 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8147
8148         * gnus-group.el (gnus-group-get-new-news): Use it.
8149
8150         * gnus-start.el (gnus-check-reasonable-setup): New function.
8151
8152 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8155         "Args out of range" error.  Reported by Arnaud Giersch
8156         <arnaud.giersch@free.fr>.
8157
8158 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8159
8160         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8161
8162 2004-11-04  Richard M. Stallman  <rms@gnu.org>
8163
8164         * spam.el (spam group): Add :version.
8165
8166         * pgg-def.el (pgg group): Add :version.
8167
8168 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-art.el (gnus-article-edit-article): Don't associate the
8171         article buffer with a draft file.  This is a temporary measure
8172         against the 2004-08-22 change to gnus-article-edit-mode.
8173
8174 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8175
8176         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8177         (html2text-format-tags): Remove unused variable `attr'.
8178
8179 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8180
8181         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8182
8183         * tls.el (tls-process-connection-type, tls-success)
8184         (tls-certtool-program): Add :version.
8185
8186         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
8187         (starttls-extra-arguments, starttls-process-connection-type)
8188         (starttls-connect, starttls-failure, starttls-success):
8189
8190         * spam-stat.el (spam-stat): Add :version.
8191
8192         * sieve.el (sieve): Add :version.
8193
8194         * sha1.el (sha1): Add :version.
8195         (sha1-use-external): Remove redundant version.
8196
8197         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8198         (nnmail-cache-ignore-groups, nnmail-spool-hook)
8199         (nnmail-split-fancy-match-partial-words)
8200         (nnmail-split-lowercase-expanded): Add :version.
8201
8202         * nndiary.el (nndiary): Add :version.
8203
8204         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8205
8206         * mml-sec.el (mml-default-sign-method)
8207         (mml-default-encrypt-method, mml-signencrypt-style-alist):
8208         Add :version.
8209
8210         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8211
8212         * mm-url.el (mm-url-use-external, mm-url-program)
8213         (mm-url-arguments): Add :version.
8214
8215         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8216         (mm-attachment-file-modes, mm-decrypt-option)
8217         (mm-w3m-safe-url-regexp): Add :version.
8218
8219         * message.el (message-cite-prefix-regexp)
8220         (message-sendmail-envelope-from, message-minibuffer-local-map)
8221         (message-user-fqdn, message-completion-alist): Add :version.
8222
8223         * gnus-win.el (gnus-configure-windows-hook)
8224         (gnus-use-frames-on-any-display): Add :version.
8225
8226         * gnus-art.el (gnus-article-address-banner-alist)
8227         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8228         (gnus-treat-from-picon, gnus-treat-mail-picon)
8229         (gnus-treat-x-pgp-sig): Add :version.
8230
8231         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8232         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8233         (gnus-summary-article-delete-hook)
8234         (gnus-summary-display-while-building): Add :version.
8235
8236         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8237         (gnus-get-top-new-news-hook):Add :version.
8238
8239         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8240         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8241
8242         * gnus-registry.el (gnus-registry): Add :version.
8243
8244         * gnus-spec.el (gnus-use-correct-string-widths)
8245         (gnus-make-format-preserve-properties): Add :version.
8246
8247         * gnus.el (gnus-group-charter-alist)
8248         (gnus-group-fetch-control-use-browse-url)
8249         (gnus-install-group-spam-parameters): Add :version.
8250
8251         * gnus-diary.el (gnus-diary): Add :version.
8252
8253         * gnus-delay.el (gnus-delay): Add :version.
8254
8255         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8256         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8257         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8258         Add :version.
8259
8260         * gnus-agent.el (gnus-agent-max-fetch-size)
8261         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
8262         (gnus-agent-prompt-send-queue): Add :version.
8263
8264         * deuglify.el (gnus-outlook-deuglify): Add :version.
8265
8266         * html2text.el: Beautify code.  Improve doc strings.  Some
8267         checkdoc cleanup.
8268         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
8269
8270 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
8271
8272         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
8273
8274 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
8275
8276         * gnus-registry.el (gnus-registry-hashtb): Create the registry
8277         when package is loaded.
8278
8279         * spam.el (spam-summary-score-preferred-header): Add global preference
8280         for people who want to override the default SpamAssassin over
8281         Bogofilter preference (when both are set).
8282         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
8283         (spam-user-format-function-S): Check
8284         spam-summary-score-preferred-header.
8285         (spam-extra-header-to-number): Add X-Bogosity header parsing.
8286         (spam-user-format-function-S): Format the score correctly.
8287
8288 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
8291         signature file.  Suggested by Manoj Srivastava
8292         <srivasta@golden-gryphon.com>.
8293
8294         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
8295         iso-2022-jp even in the Japanese language environment.
8296         Suggested by Jason Rumney <jasonr@gnu.org>.
8297
8298 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
8301         use the same characters as the dummy marks; make it free from
8302         getting affected by the language environment.
8303         (gnus-summary-read-group-1): Update mark positions only when the
8304         format spec is updated.
8305
8306         * gnus-spec.el (gnus-update-format-specifications): Return a list
8307         of updated types.
8308
8309 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
8312         of boundp to check if display-warning is available.
8313
8314 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
8315
8316         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
8317
8318 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8319
8320         * nnspool.el (nnspool-spool-directory): Use news-path if the
8321         news-directory variable is not bound.
8322
8323         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
8324         function instead of display-warning if it is not available.
8325
8326 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
8329         v5-10: Use `point-at-bol'.
8330
8331 2004-10-26  Simon Josefsson  <jas@extundo.com>
8332
8333         * hashcash.el: Fix URL in comment, reported by Cheng Gao
8334         <chenggao@gmail.com>.
8335
8336 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8337
8338         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
8339         instead.
8340
8341 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
8342
8343         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
8344         to remove a server from the nnimap-server-buffer-alist.
8345         (nnimap-open-connection, nnimap-close-server): Use it.
8346
8347         * gnus-encrypt.el: Remove file in favor of encrypt.el.
8348
8349 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
8352         running the major-mode function.
8353
8354 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
8357         dummy marks in the right way.
8358
8359 2004-10-18  David Edmondson  <dme@dme.org>
8360
8361         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
8362         excessively.
8363
8364 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
8365
8366         * gnus-util.el (gnus-split-references): Accept a nil references
8367         string and go on blissfully.
8368
8369         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
8370         cases where the references string is non-nil but has no references.
8371
8372         * encrypt.el: Add autoload tags.
8373
8374         * spam.el (spam-resolve-registrations-routine): Remove article
8375         from unregistration list too.  Reported by David Hanak
8376         <dhanak@isis.vanderbilt.edu>
8377
8378 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
8379
8380         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
8381         nil.  Changed custom type.
8382
8383 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
8386
8387         * gnus-sum.el (gnus-summary-move-article): Use it.
8388
8389 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
8390
8391         * encrypt.el: Add autoload cookies.
8392
8393         * spam.el (spam-backend-article-list-property)
8394         (spam-backend-get-article-todo-list)
8395         (spam-backend-put-article-todo-list, )
8396         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
8397         Resolve registrations separately.
8398         (spam-register-routine): Format comments.
8399         (spam-unregister-routine, spam-register-routine): Always call with
8400         specific-articles, no default list.
8401         (spam-summary-prepare-exit): Use the spam-classifications function.
8402
8403         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
8404         gnus-encrypt.el.
8405
8406         * encrypt.el: copied from gnus-encrypt.el
8407
8408         * gnus-encrypt.el: commented that it's obsolete
8409
8410 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8411
8412         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
8413         (gnus-score-save): Use it.
8414
8415         * message.el (message-bury): Use `window-dedicated-p'.
8416
8417 2004-10-15  Simon Josefsson  <jas@extundo.com>
8418
8419         * pop3.el (top-level): Don't require nnheader.
8420         (pop3-read-timeout): Add.
8421         (pop3-accept-process-output): Add.
8422         (pop3-read-response, pop3-retr): Use it.
8423
8424 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
8425
8426         * spam.el (spam-register-routine): Move comment.
8427         (spam-verify-bogofilter): Use 'unknown for the initial
8428         spam-bogofilter-valid state, not 'never.
8429
8430         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
8431         for netrc-machine.
8432
8433         * nnimap.el (nnimap-open-connection): Use
8434         netrc-machine-user-or-password.
8435
8436 2004-10-17  Richard M. Stallman  <rms@gnu.org>
8437
8438         * gnus-registry.el (gnus-registry-unload-hook):
8439         Set as a variable with add-hook.
8440
8441         * nnspool.el (nnspool-spool-directory): Use news-directory instead
8442         of news-path.
8443
8444         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
8445
8446         * spam.el: Delete duplicate `provide'.
8447         (spam-unload-hook): Set as a variable with add-hook.
8448
8449 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8450
8451         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
8452         in the doc string.
8453
8454         * message.el (message-ignored-news-headers)
8455         (message-ignored-supersedes-headers)
8456         (message-ignored-resent-headers)
8457         (message-forward-ignored-headers): Improve custom type.
8458
8459 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * message.el (message-tokenize-header): Fix 2004-09-06 change
8462         which used point-min in the wrong place.
8463
8464 2004-10-12  Simon Josefsson  <jas@extundo.com>
8465
8466         * tls.el (tls-certtool-program): New variable.
8467         (tls-certificate-information): New function, based on
8468         ssl-certificate-information.
8469
8470 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * compface.el: Move the version of ELisp-based uncompface program
8473         to the contrib directory because of the copyright problem.
8474
8475 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8476
8477         * message.el (message-kill-buffer): Raise the current frame.
8478
8479 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8480
8481         * gnus-sum.el: Mention that multibyte characters don't work as marks.
8482
8483         * gnus.el (message-y-or-n-p): Autoload.
8484
8485         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
8486         (pop3-password-required, pop3-authentication-scheme)
8487         (pop3-leave-mail-on-server): Made customizable.
8488         (pop3): New custom group.
8489         (pop3-retr): Remove `sleep-for' statements.
8490         Suggested by Dave Love <fx@gnu.org>.
8491
8492         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
8493         Windows/DOS.
8494
8495         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8496         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
8497         Dave Love <fx@gnu.org>.
8498
8499         * mml.el (mml-minibuffer-read-disposition): Require match.
8500         Suggested by Dave Love <fx@gnu.org>.
8501
8502 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8503
8504         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
8505         doc string.
8506
8507 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
8510
8511 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8512
8513         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
8514         instead of calling `mm-insert-inline', to decode text/* parts
8515         before displaying them.
8516
8517 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * mm-uu.el (mm-uu-text-plain-type): New variable.
8520         (mm-uu-pgp-signed-extract-1): Use it.
8521         (mm-uu-pgp-encrypted-extract-1): Use it.
8522         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
8523         bind mm-uu-text-plain-type with that value.
8524         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
8525         mm-uu-dissect.
8526
8527 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * gnus-group.el (gnus-update-group-mark-positions):
8530         * gnus-sum.el (gnus-update-summary-mark-positions):
8531         * message.el (message-check-news-body-syntax):
8532         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
8533         of string-as-multibyte.
8534
8535 2004-10-05  Juri Linkov  <juri@jurta.org>
8536
8537         * gnus-group.el (gnus-update-group-mark-positions):
8538         * gnus-sum.el (gnus-update-summary-mark-positions):
8539         * message.el (message-check-news-body-syntax):
8540         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
8541         8-bit unibyte values to a multibyte string for search functions.
8542
8543 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * mm-uu.el (mm-uu-dissect): Allow optional arg.
8546         (mm-uu-dissect-text-parts): New function.
8547
8548         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
8549         dissect text parts.
8550
8551         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
8552         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
8553
8554         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
8555
8556         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
8557         gnus-current-topics instead of gnus-current-topic.
8558
8559 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
8560
8561         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
8562
8563 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
8564
8565         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
8566         where approriate.
8567
8568         * nnml.el (nnml-generate-active-info): do.
8569
8570         * nndiary.el (nndiary-generate-active-info): do.
8571
8572         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
8573         (gnus-topic-move): do.
8574
8575         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
8576         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
8577
8578         * gnus-srvr.el (gnus-server-prepare)
8579         (gnus-server-open-all-servers): do.
8580
8581         * gnus-msg.el (gnus-summary-cancel-article)
8582         (gnus-summary-resend-message)
8583         (gnus-summary-mail-crosspost-complaint): do.
8584
8585         * gnus-move.el (gnus-change-server): do.
8586
8587         * gnus-group.el (gnus-group-unmark-all-groups)
8588         (gnus-group-set-current-level): do.
8589
8590 2004-10-04  Simon Josefsson  <jas@extundo.com>
8591
8592         * message.el (message-generate-hashcash): Doc fix.
8593
8594 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
8595
8596         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
8597         avoid infinite recursion via gnus-get-function.
8598
8599 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
8600
8601         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
8602
8603         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
8604
8605         * nnmail.el (nnmail-split-history): do.
8606
8607         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
8608         (nnml-request-delete-group): do.
8609
8610         * nnslashdot.el (nnslashdot-read-groups): do.
8611
8612         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
8613         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
8614
8615         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
8616         (nnspool-sift-nov-with-sed): Use last
8617         (nnspool-retrieve-headers-with-nov): Use mapc.
8618         (nnspool-request-newgroups): Use dolist.
8619         (nnspool-request-group): Use last.
8620
8621         * nntp.el (nntp-read-server-type): Use dolist.
8622
8623         * nnvirtual.el (nnvirtual-create-mapping)
8624         (nnvirtual-update-read-and-marked): Use dolist.
8625         (nnvirtual-convert-headers): Simplify.
8626
8627 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8628
8629         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
8630         support for sync'ing tick marks.
8631
8632 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
8635         there's no visible header.
8636
8637 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8638
8639         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
8640         necessary, pass full group name to gnus-request-set-marks.
8641
8642 2004-10-01  Simon Josefsson  <jas@extundo.com>
8643
8644         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
8645         acroread.
8646
8647 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8648
8649         * spam-report.el (spam-report-gmane): Fix interactive.
8650
8651         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
8652
8653         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
8654         when writing file.
8655         (gnus-agent-synchronize-flags): Don't default to being
8656         interactive.
8657
8658 2004-09-30  Simon Josefsson  <jas@extundo.com>
8659
8660         * message.el (message-generate-hashcash): Add.
8661         (message-send-mail): Use it, call mail-add-payment.
8662
8663 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8664
8665         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
8666
8667 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
8668
8669         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
8670         gnus-requst-update-info with explicit code to sync the in-memory
8671         info read flags with the marks being sync'd to the backend.
8672
8673         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
8674
8675 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8676
8677         * spam.el (spam-verify-bogofilter): Add new function.
8678         (spam-check-bogofilter)
8679         (spam-bogofilter-register-with-bogofilter): Use it.
8680         (spam-verify-bogofilter): Add small fixes.
8681
8682 2004-09-28  Simon Josefsson  <jas@extundo.com>
8683
8684         * hashcash.el (hashcash-generate-payment): Revert.
8685
8686 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8687
8688         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8689         gnus-extract-references instead of gnus-split-references.
8690
8691         * gnus-util.el (gnus-extract-references): Add new function, analogous
8692         to gnus-split-references but extracts only the message-ID without
8693         anything extra.
8694
8695         * hashcash.el (hashcash-generate-payment)
8696         (hashcash-check-payment): Do the right thing if hashcash-path is
8697         nil (because the hashcash program could not be found).
8698
8699         * spam.el (spam-use-hashcash): Remove comment.
8700
8701 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
8702
8703         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
8704         (gnus-cache-enter-article, gnus-cache-remove-article)
8705         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
8706
8707         * gnus-async.el (gnus-async-prefetch-remove-group): do.
8708
8709         * gnus-art.el (article-hide-boring-headers)
8710         (article-translate-strings, article-display-face)
8711         (gnus-article-mime-match-handle-first)
8712         (gnus-article-highlight-headers)
8713         (gnus-article-add-buttons-to-head): do.
8714
8715 2004-09-27  Simon Josefsson  <jas@extundo.com>
8716
8717         * hashcash.el: New version, from
8718         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
8719         ../contrib/.
8720
8721 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
8724
8725 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8726
8727         * gnus-dup.el (gnus-dup-open): Use mapc.
8728         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8729
8730         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8731         Reported by Stefan Wiens <s.wi@gmx.net>.
8732
8733         * gnus.el (gnus-shutdown): Use dolist.
8734
8735         * gnus-undo.el (gnus-undo): Use mapc.
8736
8737         * nnrss.el (nnrss-generate-active): do.
8738
8739         * message.el (message-cite-original-without-signature)
8740         (message-cite-original): Use mapc.
8741         (message-do-actions, message-make-forward-subject): Use dolist.
8742
8743 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8744
8745         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
8746         deletion to remove entire duplicate line.  Fixes merged article
8747         number bug.
8748
8749 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8750
8751         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
8752         servers that are offline.  Avoids having gnus-agent-toggle-plugged
8753         first ask if you want to open a server and then, even when you
8754         responded with no, asking if you want to synchronize the server's
8755         flags.
8756         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8757         multi-line expressions.
8758         (gnus-agent-synchronize-group-flags): New internal function.
8759         Updates marks in memory (in the info structure) AND in the
8760         backend.
8761
8762         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8763
8764         * nnagent.el (nnagent-request-set-mark): Use
8765         gnus-agent-synchronize-group-flags, not backend's request-set-mark
8766         method, to ensure that synchronization updates marks in the
8767         backend and in the info (in memory) structure.
8768
8769 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8772         convention fully; don't miss the root article of a thread; make
8773         the X-Draft-From header with correct article numbers.
8774
8775 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
8776
8777         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8778         unless plugged.  Disable the agent so that an open failure causes
8779         an error.
8780
8781         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8782         Reverted 2004-09-21 change.  The backend must be opened while
8783         synchronizing flags even when the backend stores the flags
8784         locally.
8785
8786 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8787
8788         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8789         in `header' match.  Reported by Svend Tollak Munkejord.
8790
8791         * message.el (message-cite-original): Fix use of
8792         `message-cite-articles-with-x-no-archive'.
8793
8794 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8797         (gnus-window-to-buffer): Ditto.
8798
8799         * mml.el (mml-preview-buffer): New variable.
8800         (mml-preview): Manage window layout with gnus-buffer-configuration.
8801
8802         * gnus-msg.el (gnus-setup-message): Put article numbers into the
8803         X-Draft-From header even if those articles aren't quoted.
8804
8805 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
8806
8807         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8808         (gnus-request-set-mark, gnus-request-update-mark): Use new
8809         g-s-t-u-l-m to decide to use backend even when unplugged.
8810
8811 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8814         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
8815
8816 2004-09-20  Simon Josefsson  <jas@extundo.com>
8817
8818         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8819         "utf-16-le".
8820
8821 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8822
8823         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8824
8825 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8826
8827         * uudecode.el (uudecode-use-external): Add :version.
8828
8829         * smime.el (smime-CA-file, smime-encrypt-cipher)
8830         (smime-dns-server): Add :version.
8831
8832         * smiley.el (gnus-smiley-file-types): Add :version.
8833
8834         * sha1.el (sha1-use-external): Add :version.
8835
8836         * pgg-def.el (pgg-query-keyserver): Add :version.
8837
8838         * nnmail.el (nnmail-fancy-expiry-targets)
8839         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8840         Add :version.
8841
8842         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8843         (nnimap-retrieve-groups-asynchronous): Add :version.
8844         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
8845
8846         * mml.el (mml-content-disposition-parameters)
8847         (mml-insert-mime-headers-always): Add :version.
8848
8849         * mm-util.el (mm-coding-system-priorities): Add :version.
8850
8851         * mm-decode.el (mm-inline-text-html-with-images)
8852         (mm-keep-viewer-alive-types, mm-external-terminal-program)
8853         (mm-verify-option): Add :version.
8854         (mm-text-html-renderer): Change :version.
8855
8856         * message.el (message-fcc-externalize-attachments)
8857         (message-required-headers, message-draft-headers)
8858         (message-subject-trailing-was-query)
8859         (message-subject-trailing-was-ask-regexp)
8860         (message-subject-trailing-was-regexp, message-mark-insert-begin)
8861         (message-mark-insert-end, message-archive-header)
8862         (message-archive-note, message-cross-post-default)
8863         (message-cross-post-note, message-followup-to-note)
8864         (message-cross-post-note-function, message-use-mail-followup-to)
8865         (message-subscribed-address-functions)
8866         (message-subscribed-address-file, message-subscribed-addresses)
8867         (message-subscribed-regexps, message-allow-no-recipients)
8868         (message-yank-cited-prefix, message-signature-insert-empty-line)
8869         (message-hidden-headers, message-hierarchical-addresses)
8870         (message-mail-user-agent, message-use-idna)
8871         (message-valid-fqdn-regexp)
8872         (message-strip-special-text-properties, message-header-synonyms)
8873         (message-beginning-of-line, message-tab-body-function): Add :version.
8874         (message-insert-canlock, message-wide-reply-confirm-recipients):
8875         Change :version.
8876
8877         * mail-source.el (mail-source-ignore-errors): Add :group, :type
8878         and :version.
8879         (mail-source-delete-old-incoming-confirm)
8880         (mail-source-movemail-program): Add :version.
8881
8882         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8883         (gnus-agent-cache, gnus-agent): Change :version.
8884
8885         * gnus-util.el (gnus-use-byte-compile): Change :version.
8886
8887         * gnus-sum.el (gnus-summary-make-false-root-always)
8888         (gnus-summary-default-high-score)
8889         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8890         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8891         (gnus-read-all-available-headers, gnus-article-emulate-mime)
8892         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8893         (gnus-sum-thread-tree-single-indent)
8894         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8895         (gnus-sum-thread-tree-leaf-with-other)
8896         (gnus-sum-thread-tree-single-leaf): Add :version.
8897         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8898         (gnus-article-loose-mime): Change :version.
8899
8900         * gnus-start.el (gnus-backup-startup-file)
8901         (gnus-save-startup-file-via-temp-buffer): Add :version.
8902
8903         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8904         (gnus-server-offline-face): Add :version.
8905
8906         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8907
8908         * gnus-msg.el (gnus-gcc-externalize-attachments)
8909         (gnus-debug-files, gnus-debug-exclude-variables)
8910         (gnus-discouraged-post-methods): Change :version.
8911         (gnus-confirm-mail-reply-to-news)
8912         (gnus-confirm-treat-mail-like-news): Add :version.
8913
8914         * gnus-int.el (gnus-server-unopen-status): Add :version.
8915
8916         * gnus-group.el (gnus-group-jump-to-group-prompt)
8917         (gnus-large-ephemeral-newsgroup)
8918         (gnus-fetch-old-ephemeral-headers): Add :version.
8919
8920         * gnus-fun.el (gnus-x-face-directory)
8921         (gnus-convert-pbm-to-x-face-command)
8922         (gnus-convert-image-to-x-face-command)
8923         (gnus-convert-image-to-face-command): Add :version.
8924
8925         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8926
8927         * gnus-cite.el (gnus-cite-blank-line-after-header)
8928         (gnus-article-boring-faces): Add :version.
8929
8930         * gnus-art.el (gnus-buttonized-mime-types)
8931         (gnus-inhibit-mime-unbuttonizing)
8932         (gnus-treat-display-face)
8933         (gnus-treat-body-boundary): Change :version.
8934         (gnus-body-boundary-delimiter, gnus-picon-databases)
8935         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8936         (gnus-treat-date-english, gnus-treat-fold-headers)
8937         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8938         (gnus-treat-mail-picon, gnus-treat-wash-html)
8939         (gnus-article-encrypt-protocol)
8940         (gnus-use-idna, gnus-article-over-scroll)
8941         (gnus-mime-display-multipart-alternative-as-mixed)
8942         (gnus-mime-display-multipart-related-as-mixed)
8943         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8944         (gnus-ctan-url, gnus-button-ctan-handler)
8945         (gnus-button-handle-ctan-bogus-regexp)
8946         (gnus-button-ctan-directory-regexp)
8947         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8948         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8949         (gnus-button-man-level, gnus-button-emacs-level)
8950         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8951
8952         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8953         (gnus-agent-go-online): Change :version.
8954         (gnus-agent-expire-unagentized-dirs)
8955         (gnus-agent-auto-agentize-methods): Add :version.
8956
8957         * flow-fill.el (fill-flowed-display-column)
8958         (fill-flowed-encode-column): Add :version.
8959
8960         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8961         (gnus-outlook-deuglify-unwrap-max)
8962         (gnus-outlook-deuglify-cite-marks)
8963         (gnus-outlook-deuglify-unwrap-stop-chars)
8964         (gnus-outlook-deuglify-no-wrap-chars)
8965         (gnus-outlook-deuglify-attrib-cut-regexp)
8966         (gnus-outlook-deuglify-attrib-verb-regexp)
8967         (gnus-outlook-deuglify-attrib-end-regexp)
8968         (gnus-outlook-display-hook): Add :version.
8969
8970         * binhex.el (binhex-use-external): Add :version.
8971
8972 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8973
8974         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8975         and `invisible'.
8976
8977 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8978
8979         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8980         in gnus-registry-trim.
8981
8982 2004-09-13  Simon Josefsson  <jas@extundo.com>
8983
8984         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8985
8986         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8987
8988         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8989         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8990         <yamaoka@jpl.org>.
8991         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8992         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8993         <yamaoka@jpl.org>.
8994
8995         * sieve.el (sieve-manage-mode): Ditto.
8996
8997 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9000
9001 2004-09-11  Simon Josefsson  <jas@extundo.com>
9002
9003         * dns-mode.el: Add.
9004
9005         * mm-view.el (mm-display-dns-inline): Add.
9006
9007         * mm-decode.el (mm-inline-media-tests): Add text/dns.
9008         (mm-automatic-display): Ditto.
9009
9010         * mailcap.el (mailcap-mime-data): Add text/dns.
9011         (mailcap-mime-extensions): Map .soa to text/dns.
9012
9013 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
9014
9015         * gnus-art.el (article-decode-mime-words, article-babel)
9016         (gnus-article-highlight-signature, gnus-article-add-buttons)
9017         (gnus-signature-toggle): Remove unnecessary bindings of
9018         `inhibit-read-only' inherited from v5.10 merge.
9019
9020 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
9021
9022         * nntp.el (nntp): New customization group.
9023         (nntp-authinfo-file): Add customization group.
9024
9025         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9026
9027         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9028
9029         * gnus.el (to-address, to-list, subscribed)
9030         (large-newsgroup-initial): Ditto.
9031
9032         * flow-fill.el (fill-flowed-display-column)
9033         (fill-flowed-encode-column): Ditto.
9034
9035 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
9036
9037         * message.el (message-tokenize-header, message-send-mail-with-qmail):
9038         Use point-min rather than 1.
9039         (message-send-mail): Use buffer-size rather than point-max.
9040
9041         * gnus-sum.el (gnus-summary-search-article-forward):
9042         Signal a specific `search-failed' rather than a generic `error'.
9043
9044         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9045         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9046         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9047
9048 2004-09-10  Simon Josefsson  <jas@extundo.com>
9049
9050         * nndb.el (require): Remove tcp and duplicate cl.
9051
9052 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * gnus-agent.el (directory-files-and-attributes): Move forward.
9055
9056 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
9057
9058         * gnus-agent.el (directory-files-and-attributes): Optionally
9059         defined to support XEmacs.
9060
9061 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
9062
9063         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
9064         to avoid run-time CL dependencies.
9065         (gnus-agent-unfetch-articles): New function.
9066         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9067         article numbers even when local .overview file is missing.
9068         (gnus-agent-read-article-number): New function. Only accepts
9069         27-bit article numbers.
9070         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9071         gnus-agent-read-article-number.
9072         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9073         from backend while recognizing that article numbers in .overview
9074         must be valid.
9075         (gnus-agent-update-files-total-fetched-for): Use
9076         directory-files-and-attributes to improve performance.
9077         * gnus-int.el (gnus-request-move-article): Use
9078         gnus-agent-unfetch-articles in place of gnus-agent-expire to
9079         improve performance.
9080
9081         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9082         some users confused by references to .newsrc when they only have a
9083         .newsrc.eld file.
9084         (gnus-convert-mark-converter-prompt,
9085         gnus-convert-converter-needs-prompt): Fixed use of property list.
9086         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9087         New function. Used internally to only display 'gnus converting
9088         files' message when actually necessary.
9089
9090         * gnus-sum.el (): Removed (require 'gnus-agent) as required
9091         methods now autoloaded.
9092
9093 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * gnus-sum.el (gnus-summary-insert-subject): Remove list
9096         identifiers.
9097
9098 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
9099
9100         * gnus-picon.el: Fix indentation and closing parenthesis.
9101
9102 2004-09-01  Simon Josefsson  <jas@extundo.com>
9103
9104         * message.el (message-canlock-generate): Require sha1, not
9105         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
9106         to require within a function.  Sadly, if sha1.el isn't loaded, the
9107         let binding in m-c-g will hide the defcustom definition, which is
9108         bad.)
9109
9110         * canlock.el: Require sha1, not sha1-el.
9111
9112         * message.el: Don't autoload sha1 (there is a autoload cookie in
9113         sha1.el).
9114
9115         * sha1-el.el: Renamed to sha1.el.
9116
9117 2004-08-30  Juanma Barranquero  <lektu@terra.es>
9118
9119         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9120
9121 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9122
9123         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9124
9125 2004-08-30  Kim F. Storm  <storm@cua.dk>
9126
9127         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9128
9129         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9130         Add :group 'nnimap.
9131
9132 2004-08-30  Andreas Schwab  <schwab@suse.de>
9133
9134         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9135         ?* and ?\;.
9136
9137         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9138         and ?\' to symbol instead of whitespace.
9139
9140 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9143
9144         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9145         instead of re-search-forward.
9146
9147         * gnus-uu.el (gnus-uu-save-article): Ditto.
9148         (gnus-uu-post-encode-uuencode): Ditto.
9149
9150         * html2text.el (html2text-clean-list-items): Ditto.
9151         (html2text-clean-dtdd): Ditto.
9152         (html2text-format-tags): Ditto.
9153
9154         * message.el (message-send-mail-with-sendmail): Fix regexp.
9155         (message-fill-field-general): Use search-forward instead of
9156         re-search-forward.
9157         (unbold-region): Ditto.
9158
9159         * nnrss.el (nnrss-request-article): Ditto.
9160
9161         * nnslashdot.el (nnslashdot-request-article): Ditto.
9162
9163         * nnweb.el (nnweb-gmane-wash-article): Ditto.
9164
9165         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9166         "Unrecognized menu descriptor" error in XEmacs.
9167
9168 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9169
9170         * gnus-sum.el (gnus-read-header): Don't remove a header for the
9171         parent article of a sparse article in the thread hashtb.
9172
9173 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
9174
9175         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9176         (nnmail-expand-newtext): Lowercase expanded entries if
9177         nnmail-split-lowercase-expanded is non-nil.
9178
9179 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
9182         entry.
9183
9184         * gnus-group.el (gnus-group-line-format-alist): Convert the value
9185         of gnus-tmp-news-method into string under XEmacs.  It will be
9186         passed to gnus-correct-length which takes only a string argument.
9187
9188 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * gnus-util.el (gnus-bind-print-variables): New macro.
9191         (gnus-prin1): Use it.
9192         (gnus-prin1-to-string): Use it.
9193         (gnus-pp): New function.
9194         (gnus-pp-to-string): New function.
9195
9196         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
9197         pp-to-string with gnus-pp-to-string.
9198         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9199         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9200         * gnus-msg.el (gnus-debug): Ditto.
9201         * gnus-score.el (gnus-score-save): Ditto.
9202         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9203         gnus-pp-to-string.
9204         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9205         with gnus-pp.
9206         * score-mode.el (gnus-score-pretty-print): Ditto.
9207         * webmail.el (webmail-debug): Ditto.
9208
9209 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * gnus-art.el (article-display-face, article-display-x-face): Use
9212         buffer-read-only.
9213
9214 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * gnus-art.el (article-hide-list-identifiers): Bind
9217         inhibit-read-only as t.
9218
9219 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
9220
9221         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9222
9223 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9224
9225         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9226         (gnus-narrow-to-page): Don't assume point-min == 1.
9227         (gnus-article-edit-mode): Derive from message-mode.
9228
9229         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9230         point-min == 1.
9231
9232         * imap.el (imap-parse-address-list, imap-parse-body-ext):
9233         Disable incorrect use of `assert'.
9234
9235         * message.el (message-mode): Set comment-start-skip.
9236
9237
9238 2004-08-22  Sam Steingold  <sds@gnu.org>
9239
9240         * pop3.el (pop3-leave-mail-on-server): New user variable.
9241         (pop3-movemail): Delete mail only when it is nil.
9242
9243 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
9244
9245         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9246
9247         * mml.el (mml-preview): Use `pop-to-buffer'.
9248
9249         * message.el (message-goto-mail-followup-to): Insert after "To".
9250         (message-carefully-insert-headers): Add comment.
9251
9252         * gnus.el: Remove unused variable `gnus-article-check-size'.
9253
9254         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9255
9256         * gnus-art.el (gnus-button-alist): Improve
9257         `gnus-button-handle-library' entry.
9258
9259 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
9260
9261         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
9262         downcase, since XEmacs capitalizes error messages differently.
9263
9264 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
9265
9266         * nntp.el: Add (require 'gnus) due to reference to
9267         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
9268
9269 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
9270
9271         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
9272         `mm-fill-flowed'.
9273
9274         * mm-decode.el (mm-dissect-singlepart): Check it.
9275
9276 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
9277
9278         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
9279         'imap' for netrc parsing.
9280
9281 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * mailcap.el (mailcap-mime-data): Mark as risky.
9284
9285 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
9288         may be included in the encoded word.
9289         (rfc2047-encode): Don't append a space if the encoded word
9290         includes close parenthesis.
9291
9292 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
9295         of text within parentheses.
9296
9297 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
9298
9299         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
9300         (gnus-encrypt-write-file-contents): Make the password key the file
9301         name PLUS the cipher, not just the cipher.  Also remove failed
9302         passwords from the cache.
9303
9304 2004-08-06  Simon Josefsson  <jas@extundo.com>
9305
9306         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
9307         fix.
9308
9309 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
9312         LWSP.
9313
9314 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
9315
9316         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
9317         to append in-reply-to: data to the references: header.
9318
9319         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
9320         (netrc-parse): Use gnus-encrypt.el functions.
9321
9322         * gnus-encrypt.el: Add new file for encryption support; currently
9323         does only a few GPG ciphers and an internal XOR cipher.
9324
9325         * password.el: Add comments on using password-read-and-add.
9326         (password-read-and-add): Add function to read and add the
9327         password to the cache at once.
9328
9329 2004-07-28  Simon Josefsson  <jas@extundo.com>
9330
9331         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
9332         parameter (but don't use it, for now).
9333
9334         * imap.el (imap-ssl-open): Use imap-process-connection-type,
9335         instead of hard coding to nil.
9336
9337 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * mm-view.el (mm-inline-image-emacs): Open lines under an image
9340         as mm-inline-image-xemacs does.
9341
9342 2004-07-26  Simon Josefsson  <jas@extundo.com>
9343
9344         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
9345         Revert part of 2004-07-17 change below.
9346
9347 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
9350         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9351
9352 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9353
9354         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
9355         quotes that actually start with ">" at the beginning of the
9356         lines.
9357
9358 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * rfc2047.el (rfc2047-encode-region): Fix last change.
9361         (rfc2047-encode-parameter): Remove useless concat.
9362
9363 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9364
9365         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
9366         encode special characters; fix some kind of misconfigured headers;
9367         signal a real error if debug-on-quit or debug-on-error is non-nil.
9368         (rfc2047-encode-max-chars): New variable.
9369         (rfc2047-encode-1): Use it.
9370         (rfc2047-encode-parameter): New function.
9371
9372         * mml.el (mml-insert-parameter): Remove an excessive space.
9373
9374 2004-07-17  Simon Josefsson  <jas@extundo.com>
9375
9376         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
9377         Kai Grossjohann <kai@emptydomain.de>.
9378         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
9379         (gnus-group-make-menu-bar): Ditto.
9380
9381         * gnus-util.el (gnus-group-server): Add.
9382
9383 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
9384
9385         * message.el (message-clone-locals): Clone sendmail and smtp
9386         variables.
9387
9388 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * rfc2047.el (rfc2047-encode-region): Fix last change.
9391
9392 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
9395         characters as non-special.
9396
9397 2004-07-09  Simon Josefsson  <jas@extundo.com>
9398
9399         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
9400         Users will lose all flag changes made while unplugged with
9401         e.g. nntp unless flag synchronization happens, thus `nil' is not a
9402         good default.  See numerous reports on ding mailing list.
9403
9404 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
9407         add generate-head-function and generate-article-function to the
9408         rfc822-forward entry.
9409         (nndoc-rfc822-forward-generate-article): New function.
9410         (nndoc-rfc822-forward-generate-head): New function.
9411
9412         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
9413
9414 2004-07-06  Dan Christensen  <jdc@uwo.ca>
9415
9416         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
9417         respect display group parameter and gnus-summary-expunge-below.
9418         (gnus-articles-to-read): Remove unused reference to display group
9419         parameter.
9420
9421 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9422
9423         * nnheader.el (nnheader-uniquify-message-id): New experimental
9424         variable.
9425         (nnheader-nov-read-message-id): Use it.
9426
9427         * spam-report.el (spam-report-gmane): Add interactive.
9428
9429 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
9432         qp-or-base64 for the application/* types.
9433
9434 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
9435
9436         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
9437
9438 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
9439
9440         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
9441         trim value.
9442
9443 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9444
9445         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
9446         New macro and function.
9447         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
9448
9449 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
9452         after-load-alist.
9453
9454 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9455
9456         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
9457         update info that isn't there.
9458
9459 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
9460
9461         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
9462         entry.
9463
9464 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * mm-view.el (mm-inline-render-with-function): Use multibyte
9467         buffer; decode html source by charset.
9468
9469         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
9470
9471         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
9472         Mule-UCS is loaded under XEmacs.
9473         (mm-mime-mule-charset-alist): Avoid duplicated entries.
9474
9475 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
9476
9477         * nnheader.el (nnheader-max-head-length): Increase to 8192.
9478
9479 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * mm-util.el (mm-coding-system-p): Return a coding-system.
9482         (mm-mime-mule-charset-alist): Use shift_jis instead of
9483         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
9484         entries for the mime charsets iso-2022-jp-3 and shift_jis.
9485         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
9486         instead of japanese-shift-jis and iso-latin-1 respectively in
9487         order to share the default value with both Emacs and XEmacs-mule.
9488         (mm-mule-charset-to-mime-charset): Make
9489         mm-coding-system-priorities effective.
9490         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
9491         while predicating of candidates upon the priorities.
9492
9493 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
9494
9495         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9496         gnus-uu-invert-processable.
9497
9498         * gnus.el: Autoload gnus-uu-invert-processable.
9499
9500 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * mm-util.el (mm-with-multibyte-buffer): New macro.
9503
9504         * rfc2047.el (rfc2047-encode-string): Use it.
9505         (rfc2047-encode-region): Move point to the end of the region after
9506         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
9507
9508 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
9511         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
9512
9513 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
9516         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
9517         Karl Chen <quarl@nospam.quarl.org>.
9518
9519 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
9520
9521         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
9522         invalid addresses.
9523
9524 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
9525
9526         * spam.el: Change section markers, revise TODO list.
9527         (spam-backends): Make new master list of all installed backends.
9528         (spam-summary-exit-behavior): Add new variable to determine how
9529         messages moves are done at summary exit.
9530         (spam-move-spam-nonspam-groups-only)
9531         (spam-process-ham-in-nonham-groups)
9532         (spam-process-ham-in-spam-groups): Remove variables, the
9533         spam-summary-exit-behavior variable should be used to manage this
9534         behavior.
9535         (spam-old-ham-articles, spam-old-spam-articles): Remove.
9536         (spam-old-articles): Add variable, replacing spam-old-ham-articles
9537         and spam-old-spam-articles.
9538         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
9539         Add empty variables, placeholders for the backends they represent.
9540         (spam-set-difference): Move, unchanged.
9541         (spam-list-of-processors): Declare OBSOLETE, not used anymore
9542         unless the user has a processor variable.
9543         (spam-classifications, spam-classification-valid-p)
9544         (spam-backend-properties, spam-backend-property-valid-p)
9545         (spam-backend-function-type-valid-p)
9546         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
9547         (spam-report-articles-gmane, spam-report-articles-resend):
9548         Remove functions, they are not needed.
9549         (spam-install-backend-super, spam-backend-list)
9550         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
9551         (spam-backend-function, spam-backend-ham-registration-function)
9552         (spam-backend-spam-registration-function)
9553         (spam-backend-ham-unregistration-function)
9554         (spam-backend-spam-unregistration-function)
9555         (spam-backend-statistical-p, spam-backend-mover-p)
9556         (spam-install-backend-alias, spam-install-checkonly-backend)
9557         (spam-install-mover-backend, spam-install-nocheck-backend)
9558         (spam-install-backend, spam-install-statistical-backend)
9559         (spam-install-statistical-checkonly-backend): Add backend installation
9560         support.
9561         (spam-summary-prepare-exit): Rewrite to use the new backend code.
9562         (spam-group-processor-p): Use the new backend code and respect the
9563         summary exit behavior.
9564         (spam-mark-spam-as-expired-and-move-routine): Remove.
9565         (spam-summary-prepare): Change to use the new spam-old-articles
9566         variable.
9567         (spam-copy-or-move-routine, spam-copy-spam-routine)
9568         (spam-move-spam-routine, spam-copy-ham-routine)
9569         (spam-move-ham-routine): Add code to copy/move ham or spam.
9570         (spam-fetch-field-fast): Improve doc and code, plus allow the
9571         'number request.
9572         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
9573         variables.
9574         (spam-split, spam-find-spam): Use the new backend code.
9575         (spam-registration-functions): Remove variable.
9576         (spam-unregister-routine): Add convenience wrapper.
9577         (spam-log-undo-registration, spam-register-routine)
9578         (spam-log-processing-to-registry)
9579         (spam-log-unregistration-needed-p): Rename "check" to "backend"
9580         where possible.
9581         (spam-check-gmane-xref, spam-check-regex-headers)
9582         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
9583         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
9584         (spam-check-bogofilter-headers, spam-check-spamoracle)
9585         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
9586         (spam-check-crm114-headers): Use the spam-split-group that
9587         spam-split prepares, no need to determine it every time.
9588
9589         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
9590         to the nnheader-parse-naked-head call.
9591
9592         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
9593
9594         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
9595         the nnheader-nov-read-message-id call.
9596
9597 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9598
9599         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
9600         gnus-activate-group twice.  Suggested by Markus Peter
9601         <warp@spin.de>.
9602
9603 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * gnus-art.el (gnus-article-time-format): Exchange the order of
9606         day and month in the default value; fix customization type.
9607         (article-date-ut): Use add-text-properties.
9608         (article-make-date-line): Use message-make-date instead of
9609         current-time-string.
9610
9611         * message.el (message-fetch-field): Don't use set-text-properties.
9612         (message-make-date): Simplify.
9613
9614         * messagexmas.el (message-xmas-make-date): New function.
9615         (message-xmas-redefine): Defalias message-make-date to it.
9616
9617 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
9620         (rfc2047-encode-region): Treat text within parentheses as special;
9621         show the original text when error has occurred.
9622
9623         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
9624         already-computed method to gnus-activate-group.
9625
9626         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
9627         same select-methods identical Lisp objects.
9628
9629         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
9630         object when modifying the info.
9631
9632 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * gnus-srvr.el (gnus-server-set-info): Remove the server from
9635         gnus-opened-servers since it has never been opened with the new
9636         configuration yet.
9637
9638 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
9641         arg to nnheader-generate-fake-message-id.
9642
9643 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
9644
9645         * nnheader.el (nnheader-generate-fake-message-id): Accept a
9646         number and build a fake message ID localized to a group and
9647         article number (so it's repeatable from that point on).
9648         (nnheader-fake-message-id-p): Change regex to accomodate new fake
9649         ID format.
9650
9651         * gnus-sum.el (gnus-get-newsgroup-headers): Call
9652         nnheader-generate-fake-message-id with the article number.
9653
9654 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
9655
9656         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
9657         end-of-buffer.
9658
9659 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9660
9661         * message.el (message-ignored-supersedes-headers): Add Approved.
9662
9663 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * rfc2047.el (rfc2047-encode-message-header): Remove useless
9666         goto-char.
9667         (rfc2047-encode): Fold the line before encoding.
9668
9669 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9670
9671         * rfc2047.el (rfc2047-encode-message-header): Disabled header
9672         folding -- not all headers can be folded, and this should be done
9673         by the message composition mode.  Probably.  I think.
9674
9675 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
9678         fast.
9679
9680         * gnus-ems.el (gnus-remove-image): Don't use
9681         message-text-with-property; remove only the image found first.
9682
9683         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
9684         found first.
9685
9686 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
9687
9688         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
9689
9690 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * message.el (message-text-with-property): Make it fast and accept
9693         optional arguments.
9694         (message-strip-forbidden-properties): Use it.
9695         (message-fix-before-sending): Follow the m-t-w-p change.
9696
9697         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
9698
9699 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * gnus-art.el (article-hide-headers): Don't change the buffer
9702         mistakenly when performing mml-preview even if
9703         gnus-single-article-buffer is nil.
9704
9705 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
9706
9707         * message.el (message-expand-name-databases): New user option.
9708         (message-expand-name): Use it.
9709
9710 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
9711
9712         * spam.el (spam-report-articles-resend)
9713         (spam-report-resend-register-routine): Allow ham reporting.
9714         (spam-report-resend-register-ham-routine): Add wrapper.
9715         (spam-registration-functions): Add ham resending functions.
9716         (spam-list-of-processors): Add ham resend processor.
9717
9718         * gnus.el (ham-resend-to): Add new group parameter.
9719         (spam-process): Add ham resend option.
9720
9721         * spam-report.el (spam-report-resend): Allow reporting ham.
9722         (spam-report-resend-ham): Add wrapper.
9723
9724 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9725
9726         * message.el (message-cite-articles-with-x-no-archive): New
9727         variable.
9728         (message-cite-original): Use it.
9729
9730 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9731
9732         * message.el (message-cite-original): Respect X-No-Archive.
9733
9734 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * gnus-art.el (article-hide-headers): Refer to the values for
9737         gnus-ignored-headers and gnus-visible-headers in the summary
9738         buffer since a user may have set them as group parameters.
9739
9740 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
9741
9742         * assistant.el (assistant-node-name): Add convenience function.
9743         (assistant-render-text, assistant-render-node): Add error handling,
9744         plus handle multiple next nodes.
9745         (assistant-find-next-node): Comment out for now.
9746         (assistant-find-next-nodes): Add function, returns list of next
9747         nodes.
9748
9749 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * mail-source.el (mail-source-directory): Fix doc-string.
9752
9753 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
9754
9755         * assistant.el (assistant-render-text, assistant-eval): Add :set
9756         widget type, which is different because it takes and returns a
9757         list.  Much hilarity ensues.
9758
9759 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
9760
9761         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9762
9763         * gnus-group.el (gnus-group-get-new-news-this-group): Added
9764         doc-string.
9765
9766         * gnus-start.el (gnus-activate-group): Added doc-string.
9767
9768 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9771
9772 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
9773
9774         * assistant.el (assistant-render-text): Try to add a :set
9775         widget, more to come.
9776
9777         * spam.el (spam-group-spam-contents-p): Handle empty groupname
9778         strings.
9779         (spam-report-articles-resend)
9780         (spam-register-routine): Do registration iff any articles warrant
9781         it.
9782         (spam-summary-prepare-exit): Change log message for nil group
9783         destinations.
9784
9785 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
9786
9787         * spam.el (spam-report-resend-register-routine): Allow
9788         spam-report-resend-to to be a group parameter or a global value.
9789
9790 2004-05-26  Simon Josefsson  <jas@extundo.com>
9791
9792         * starttls.el: Merge with my GNUTLS based starttls.el.
9793         (starttls-gnutls-program, starttls-use-gnutls)
9794         (starttls-extra-arguments, starttls-process-connection-type)
9795         (starttls-connect, starttls-failure, starttls-success): New
9796         variables.
9797         (starttls-program, starttls-extra-args): Doc fix.
9798         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9799         functions.
9800         (starttls-negotiate, starttls-open-stream): Check
9801         `starttls-use-gnutls' and pass on to corresponding *-gnutls
9802         function if it is set.
9803
9804 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9807         structured fields.
9808
9809 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9810
9811         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9812
9813 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
9814
9815         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9816         variable.
9817         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
9818         assigning the spam-mark to new messages.
9819
9820 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
9821
9822         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9823
9824 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * dgnushack.el: Autoload customize-set-variable for XEmacs.
9827
9828         * rfc2047.el (rfc2047-encodable-p): Don't move point.
9829         (rfc2047-decode): Treat the ascii coding-system as raw-text by
9830         default.
9831
9832 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
9833
9834         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
9835         correct data.
9836
9837 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
9838
9839         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9840         (spam-group-processor-p): Fix function.
9841         (spam-group-processor-multiple-p)
9842         (spam-group-spam-processor-report-gmane-p)
9843         (spam-group-spam-processor-report-resend-p)
9844         (spam-group-spam-processor-bogofilter-p)
9845         (spam-group-spam-processor-blacklist-p)
9846         (spam-group-spam-processor-ifile-p)
9847         (spam-group-ham-processor-ifile-p)
9848         (spam-group-spam-processor-spamoracle-p)
9849         (spam-group-spam-processor-crm114-p)
9850         (spam-group-ham-processor-bogofilter-p)
9851         (spam-group-spam-processor-stat-p)
9852         (spam-group-ham-processor-stat-p)
9853         (spam-group-ham-processor-whitelist-p)
9854         (spam-group-ham-processor-BBDB-p)
9855         (spam-group-ham-processor-spamoracle-p)
9856         (spam-group-ham-processor-copy-p): Remove functions with some
9857         prejudice against unneeded code.
9858         (spam-report-articles-resend)
9859         (spam-report-resend-register-routine): Allow the group/topic
9860         spam-resend-to value to override spam-report-resend-to.
9861         (spam-summary-prepare-exit): Invoke spam-group-processor-p
9862         properly now.
9863
9864         * gnus.el (spam-resend-to): Add group/topic parameter.
9865         (spam-process): Move the OBSOLETE processors to the end of the
9866         choices.
9867
9868 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
9869
9870         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9871         with resend-to set to nil, and then ask the user if necessary.
9872         (spam-report-resend): spam-report-resend takes a list of articles, not
9873         separate article numbers.
9874
9875 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9878         addition to emacs-w3m.
9879
9880 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9881
9882         * assistant.el (assistant-authinfo-data): New function.
9883         (assistant-eval): Eval for entire assistant.
9884
9885         * netrc.el (netrc-services-file): New variable.
9886         (netrc-parse-services): New function.
9887         (netrc-find-service-name): New function.
9888         (netrc-find-service-number): New function.
9889         (netrc-port-equal): New function.
9890         (netrc-machine): Use it.
9891
9892         * nnimap.el (nnimap-open-connection): Use netrc.
9893
9894         * gnus-util.el (gnus-netrc-get): Remove aliases.
9895
9896         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9897
9898         * assistant.el (wid-edit): Fix compilation.
9899
9900         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9901
9902 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
9903
9904         * gnus-util.el (gnus-set-file-modes): New function.  (small
9905         patch).
9906
9907 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9908
9909         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
9910
9911         * assistant.el (assistant-render-node): Fix up rendering and
9912         read-only text.
9913         (assistant-render-node): Reset.
9914         (assistant-make-read-only): Not sticky.
9915
9916 2004-05-20  Danny Siu  <dsiu@adobe.com>
9917
9918         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9919         centered even when gnus-auto-center-summary is t
9920
9921 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9922
9923         * dns.el (dns-get-txt-answer): New function.
9924         (dns-read-txt): Ditto.
9925         (query-dns): Use it.
9926
9927 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9930         active for foreign groups even if the group level is higher than
9931         the specified value.
9932
9933 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9934
9935         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9936         non-active groups.
9937
9938         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9939
9940 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9941
9942         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9943
9944 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9945
9946         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9947         (spam-crm114-header, spam-crm114-spam-switch)
9948         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9949         (spam-crm114-positive-spam-header)
9950         (spam-crm114-database-directory, spam-list-of-processors)
9951         (spam-group-spam-processor-crm114-p)
9952         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9953         (spam-generic-score, spam-list-of-checks)
9954         (spam-list-of-statistical-checks, spam-registration-functions)
9955         (spam-check-crm114-headers, spam-crm114-score)
9956         (spam-check-crm114, spam-crm114-register-with-crm114)
9957         (spam-crm114-register-spam-routine)
9958         (spam-crm114-unregister-spam-routine)
9959         (spam-crm114-register-ham-routine)
9960         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9961         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9962
9963         * gnus.el: Add spam-use-crm114.
9964
9965         * spam.el (spam-list-of-processors, spam-registration-functions):
9966         Add spam-use-resend.
9967         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9968         (spam-report-articles-gmane): Add doc fix.
9969         (spam-report-articles-resend,
9970         spam-report-resend-register-routine): Add wrappers around
9971         spam-report-resend-to.
9972
9973         * spam-report.el (spam-report-resend-to, spam-report-resend):
9974         Add support for resending spam.
9975         (spam-report-gmane): Fix line length >80.
9976
9977         * gnus.el (spam-process): Add spam-use-resend.
9978
9979 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9980
9981         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9982         number of processed spam messages.
9983         (spam-ham-copy-or-move-routine): Return the number of processed
9984         ham messages.
9985         (spam-summary-prepare-exit): Use the above values to decide
9986         whether status messages shouled be displayed.
9987
9988 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9991         `rfc2047-encoding-function-alist' in order to avoid conflicting
9992         with the old version.
9993         (rfc2047-encode-region): Concatenate words containing non-ASCII
9994         characters in structured fields; don't encode space-delimited
9995         ASCII words even in unstructured fields; don't break words at
9996         char-category boundaries.
9997         (rfc2047-encode-1): New function.
9998         (rfc2047-encode): Use it; encode text so that it occupies the
9999         maximum width within 76-column; work correctly on Q encoding for
10000         iso-2022-* charsets.
10001         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10002         sure not to break a line just after the header name.
10003         (rfc2047-b-encode-region): Removed.
10004         (rfc2047-b-encode-string): New function.
10005         (rfc2047-q-encode-region): Removed.
10006         (rfc2047-q-encode-string): New function.
10007
10008         * mm-util.el (mm-replace-in-string): New function.
10009
10010 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10011
10012         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10013         get it right.
10014         (gnus-inews-make-draft): Really.
10015
10016 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
10017
10018         * nnmh.el (nnmh-request-list-1): Don't check the link count
10019         before descending.  (small patch)
10020
10021 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10022
10023         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10024         stuff.
10025
10026         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10027         on real group name.
10028
10029         * gnus-art.el (gnus-signature-limit): Doc fix.
10030
10031         * gnus-msg.el (gnus-inews-make-draft): Quote list.
10032
10033         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
10034
10035 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
10036
10037         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
10038         isn't a string.
10039
10040 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10041
10042         * gnus-draft.el (gnus-draft-send): Bind
10043         rfc2047-encode-encoded-words.
10044
10045         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10046         (rfc2047-encodable-p): Say that =? needs encoding.
10047         (rfc2047-encode-encoded-words): New variable.
10048
10049         * gnus-group.el (gnus-group-select-group): Doc fix.
10050
10051         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10052
10053         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10054         to nil.
10055
10056         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10057
10058         * nnheader.el (nnheader-get-lines-and-char): New function.
10059
10060 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
10061
10062         * gnus-msg.el (gnus-summary-followup-with-original): Document
10063         yanking of region when active.
10064
10065 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10068         groups if the group level is higher than the specified value.
10069
10070 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10073         (gnus-group-jump-to-group): Added prefix argument using
10074         `gnus-group-jump-to-group-prompt'.  Query before jumping to
10075         non-active group.
10076
10077         * compface.el (uncompface): Be verbose when changing
10078         `uncompface-use-external'.
10079
10080         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10081         handle manual section.
10082
10083 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10084
10085         * gnus-art.el (gnus-button-alist): Revert previous change.
10086
10087 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10088
10089         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10090
10091 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10092
10093         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10094         whether backend can accept message.
10095
10096         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10097
10098 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
10099
10100         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10101         Avoid creating directory when nntp-marks-is-evil is true.
10102         Reported by Reiner Steib.
10103
10104 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * gnus-picon.el (gnus-picon-style): New variable.
10107         (gnus-picon-insert-glyph): Added optional `nostring' argument.
10108         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
10109         Jesper Harder <harder@ifa.au.dk>.
10110
10111 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10112
10113         * message.el (message-fill-field): Return point.
10114         (message-generate-headers): Go to end of field.
10115
10116         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10117         stuff for non-living groups.
10118
10119 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
10120
10121         * gnus-art.el (gnus-article-followup-with-original)
10122         (gnus-article-reply-with-original): gnus-mark-active-p ->
10123         gnus-region-active-p.
10124
10125 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
10126
10127         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10128         only when there is spam or ham to be processed.
10129
10130 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10131
10132         * mail-source.el (mail-source-delete-crash-box): Refactor.
10133         (mail-source-fetch): Use it.
10134         (mail-source-fetch-file): Ditto.
10135         (mail-source-fetch-directory): Run postscript in loop.
10136         (mail-source-fetch-pop): Delete.
10137         (mail-source-fetch-maildir): Ditto.
10138         (mail-source-fetch-imap): Ditto.
10139
10140         * imap.el (imap-authenticators): Comment out sasl.
10141
10142         * message.el (message-skip-to-next-address): New function.
10143         (message-fill-header-address): Refactor.
10144         (message-fill-address): Use it.
10145         (message-delete-address): Use it.
10146         (message-fill-header-general): Refactor.
10147         (message-fill-field-address): Rename.
10148         (message-narrow-to-field): Find the start of the header.
10149         (message-header-format-alist): Don't pre-fill.
10150         (message-fill-header): Removed.
10151         (message-insert-header): New function.
10152         (message-shorten-references): Use it.
10153
10154         * rfc2047.el (rfc2047-field-value): Strip props.
10155
10156         * mail-parse.el (mail-header-make-address): New alias.
10157
10158         * ietf-drums.el (ietf-drums-make-address): New function.
10159
10160         * imap.el: Add compiler directives.
10161
10162         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10163
10164         * gnus-art.el (article-decode-idna-rhs): Don't use
10165         message-idna-inside-rhs-p.
10166
10167 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10168
10169         * message.el (message-idna-inside-rhs-p): Removed.
10170         (message-idna-to-ascii-rhs-1): Use proper address parsing.
10171
10172         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10173         false positives.
10174
10175 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10176
10177         * imap.el (imap-sasl-make-mechanisms): Use sasl.
10178
10179 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10180
10181         * nneething.el (nneething-file-name): Don't create spurions
10182         files.
10183
10184         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10185         (gnus-inews-do-gcc): Remove sleep.
10186
10187         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10188         part under point.
10189
10190         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10191         (gnus-agent-regenerate-group): Using nil messages aren't valid.
10192
10193 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
10194
10195         * spam.el (spam-summary-prepare-exit): Fixed (length).
10196
10197 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10198
10199         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10200         as expired without moving it" message when there are spam
10201         messages left.
10202
10203 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
10204
10205         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
10206         header is not nil.
10207
10208 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
10209
10210         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10211         nntp-possibly-create-directory, not nntp-possibly-change-group.
10212         (nntp-marks-changed-p): New arg SERVER.
10213         (nntp-request-update-info): Adjust caller.
10214
10215 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
10216
10217         * nntp.el (nntp-save-marks): Pass missing arg.
10218
10219 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
10220
10221         * nntp.el: Support marks.
10222         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10223         (nntp-marks-modtime, nntp-marks-directory): New variables.
10224         (nntp-request-set-mark, nntp-request-update-info)
10225         (nntp-possibly-create-directory, nntp-marks-changed-p)
10226         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10227         functions.
10228
10229 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
10230
10231         * gnus-xmas.el (gnus-xmas-select-lowest-window)
10232         (gnus-xmas-redefine): Rename.
10233
10234         * gnus-score.el (gnus-score-insert-help): Use
10235         gnus-select-lowest-window.
10236
10237         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10238         appt-select-lowest-window and rename to gnus-select-lowest-window.
10239
10240         * gnus.el: do.
10241
10242 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10243
10244         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10245         encodings of MIME-encoded words, in order to improve
10246         interoperability with several broken MUAs.
10247
10248 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10249
10250         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10251         tags, only when charsets are not specified in headers.
10252         (mm-inline-text-html-render-with-w3m): Ditto.
10253
10254         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
10255         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
10256
10257 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10258
10259         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10260         instead of MIME-decoded from fields when checking
10261         `gnus-article-address-banner-alist'.
10262
10263 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
10264
10265         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10266         description rather than subject.
10267
10268 2004-05-02  Steve Youngs  <steve@youngs.au.com>
10269
10270         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
10271
10272 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10273
10274         * gnus.el (gnus-version-number): Bump.
10275
10276 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10277
10278         * gnus.el: No Gnus v0.2 is released.
10279
10280 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10281
10282         * gnus-agent.el (gnus-agent-read-agentview): Inline
10283         gnus-uncompress-range.
10284
10285 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10286
10287         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
10288         `exec-installed-p'.
10289
10290 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10291
10292         * gnus.el (spam-process, spam-autodetect-methods): Add
10293         bsfilter and bsfilter-headers.
10294
10295         * spam.el (spam-bsfilter): New customize group.
10296         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
10297         (spam-bsfilter-header, spam-bsfilter-probability-header)
10298         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
10299         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
10300         (spam-bsfilter-database-directory): New options.
10301         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
10302         (spam-list-of-statistical-checks, spam-registration-functions):
10303         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
10304         (spam-bsfilter-score): New command.
10305         (spam-check-bsfilter-headers, spam-check-bsfilter)
10306         (spam-bsfilter-register-with-bsfilter)
10307         (spam-bsfilter-register-spam-routine)
10308         (spam-bsfilter-unregister-spam-routine)
10309         (spam-bsfilter-register-ham-routine)
10310         (spam-bsfilter-unregister-ham-routine): New functions.
10311         (spam-generic-score): Support bsfilter; Accept an optional argument
10312         to recalcurate spam score even if scoring header has already been
10313         added.
10314         (spam-bogofilter-score, spam-spamassassin-score): Accept an
10315         optional argument to recalcurate spam score even if scoring header
10316         has already been added.
10317
10318 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
10319
10320         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
10321         strings!  Reported by David D. Smith <davidsmith@acm.org>.
10322         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
10323         link is missing.
10324
10325 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
10326
10327         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
10328         (html2text-get-attr): Rewrite.
10329
10330         * message.el (message-setup-1): Remove redundant put-text-property
10331         on mail-header-separator.
10332
10333 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
10334
10335         * gnus-registry.el (gnus-registry-cache-whitespace)
10336         (gnus-registry-action, gnus-registry-spool-action)
10337         (gnus-registry-split-fancy-with-parent): Change message levels
10338         from 5 to 3 or 7, as needed.
10339
10340         * spam.el (spam-summary-prepare-exit)
10341         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
10342         (spam-split, spam-find-spam, spam-log-undo-registration)
10343         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
10344         level from 5 to 6.
10345
10346 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * gnus-ems.el: Autoload appt-select-lowest-window (revert
10349         2004-03-04 change).
10350
10351 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
10352
10353         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
10354         Use mapc when appropriate.
10355
10356         * sieve-manage.el (sieve-manage-open): do.
10357
10358         * nnweb.el (nnweb-insert-html): do.
10359
10360         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
10361         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
10362
10363         * nnspool.el (nnspool-request-group): do.
10364
10365         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
10366         do.
10367
10368         * nnml.el (nnml-request-update-info): do.
10369
10370         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
10371         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
10372
10373         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
10374         (nnimap-request-set-mark): do.
10375
10376         * nnfolder.el (nnfolder-request-update-info): do.
10377
10378         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
10379         do.
10380
10381         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
10382
10383         * gnus-uu.el (gnus-uu-find-articles-matching): do.
10384
10385         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
10386         do.
10387
10388         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
10389         do.
10390
10391         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
10392
10393         * gnus-nocem.el (gnus-nocem-scan-groups): do.
10394
10395         * gnus-int.el (gnus-start-news-server): do.
10396
10397         * gnus-group.el (gnus-group-make-kiboze-group)
10398         (gnus-group-browse-foreign-server): do.
10399
10400 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
10401
10402         FIXME: Make separate entries for each person.
10403
10404         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
10405         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
10406         <shields@msrl.com>:
10407
10408         * spam.el (spam-necessary-extra-headers): Get the extra headers we
10409         may need for spam sorting and scoring.
10410         (spam-user-format-function-S): Add user format function suitable for
10411         general use.
10412         (spam-article-sort-by-spam-status): Add sorting function for summary
10413         sorting.
10414         (spam-extra-header-to-number): Add function to get a score from a
10415         header.
10416         (spam-summary-score): Add function to  get a numeric score from the
10417         headers.
10418         (spam-generic-score): Fixed function doc, was in wrong place.
10419         (spam-initialize): Take symbols when it's run, and install the
10420         extra headers that spam-necessary-extra-headers thinks we need.
10421
10422 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
10423
10424         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
10425         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10426
10427 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
10428
10429         * gnus-sum.el (gnus-set-global-variables)
10430         (gnus-build-all-threads, gnus-get-newsgroup-headers)
10431         (gnus-article-get-xrefs, gnus-summary-best-group)
10432         (gnus-summary-next-article, gnus-summary-enter-digest-group)
10433         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
10434         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
10435         with-current-buffer.
10436
10437 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
10438
10439         * spam.el (spam-summary-prepare-exit): Simplify logic.
10440         (spam-fetch-article-header): Read the article header if it's not
10441         available.
10442         (spam-list-articles): Simplify logic.
10443         (spam-filelist-register-routine): Fix bug with unregister-list.
10444
10445         * gnus-registry.el: Fix comments at beginning.
10446
10447 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
10448
10449         * message.el (message-cater-to-broken-inn): Remove.
10450         (message-shorten-references): Make sure the total folded length of
10451         References is shorter than 998 characters to cater to a bug in INN
10452         2.3.  Also, don't pretend that references aren't folded -- this
10453         hasn't worked for a while.
10454
10455 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10456
10457         * gnus-agent.el (gnus-agentize):
10458         gnus-agent-send-mail-real-function no longer set to current value
10459         of message-send-mail-function but rather a lambda that calls
10460         message-send-mail-function.  The change makes the agent real-time
10461         responsive to user changes to message-send-mail-function.
10462
10463 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10464
10465         * legacy-gnus-agent.el
10466         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
10467         help from Florian Weimer <fw@deneb.enyo.de>
10468
10469 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * nnmail.el (nnmail-cache-insert): Revert last change.
10472
10473 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * nnmail.el (nnmail-cache-insert): Always check whether
10476         nnmail-cache-ignore-groups matches a group name.
10477
10478 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
10479
10480         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
10481         (spam-find-spam, spam-log-processing-to-registry)
10482         (spam-log-registered-p, spam-log-unregistration-needed-p)
10483         (spam-log-undo-registration): Use gnus-message instead of
10484         gnus-error, none of these errors are fatal.
10485
10486         * gnus-registry.el (gnus-registry-clean-empty-function)
10487         (gnus-registry-clean-empty): Remove only empty entries without
10488         extra data.
10489
10490 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
10491
10492         * spam-stat.el (spam-stat-buffer-change-to-spam)
10493         (spam-stat-buffer-change-to-non-spam): Change (error) to
10494         (gnus-message 8) invocation.
10495
10496 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * nntp.el (nntp-via-netcat-command): New variable.
10499         (nntp-via-netcat-switches): New variable.
10500         (nntp-open-via-rlogin-and-netcat): New function.
10501         (nntp-open-connection-function): Doc fix.
10502         (nntp-telnet-command): Doc fix.
10503         (nntp-end-of-line): Doc fix.
10504         (nntp-via-rlogin-command): Doc fix.
10505         (nntp-via-user-name): Doc fix.
10506         (nntp-via-address): Doc fix.
10507
10508 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
10511         error in Emacs 21.1.
10512
10513 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
10514
10515         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
10516
10517 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10518         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
10519         (gnus-agent-with-refreshed-group): New macro.
10520         (gnus-agent-rename-group): New function.
10521         (gnus-agent-delete-group): New function.
10522         (gnus-agent-save-group-info): Use gnus-command-method when
10523         `method' parameter is nil.  Don't write nil entries into the
10524         active file.
10525         (gnus-agent-get-group-info): New function.
10526         (gnus-agent-fetch-articles): Use
10527         gnus-agent-update-files-total-fetched-for to increment disk space
10528         used.
10529         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
10530         gnus-agent-update-view-total-fetched-for to increment disk space
10531         used.
10532         (gnus-agent-get-local): Added optional parameters to avoid calling
10533         gnus-group-real-name and gnus-find-method-for-group.
10534         (gnus-agent-set-local): Delete stored entry if either min, or max,
10535         are nil.
10536         (gnus-agent-fetch-session): Reworded error/quit messages.  On
10537         quit, use gnus-agent-regenerate-group to record existance of any
10538         articles fetched to disk before the quit occurred.
10539         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
10540         gnus-agent-update-view-total-fetched-for, and
10541         gnus-agent-update-files-total-fetched-for to decrement disk space
10542         used.
10543         (gnus-agent-retrieve-headers): Use
10544         gnus-agent-update-view-total-fetched-for to increment disk space
10545         used.
10546         (gnus-agent-regenerate-group): Replace gnus-group-update-group
10547         with gnus-agent-update-files-total-fetched-for to decrement disk
10548         space and fresh group buffer.
10549         (gnus-agent-inhibit-update-total-fetched-for): New variable.
10550         (gnus-agent-need-update-total-fetched-for): New variable.
10551         (gnus-agent-update-files-total-fetched-for): New function.
10552         (gnus-agent-update-view-total-fetched-for): New function.
10553         (gnus-agent-total-fetched-for): New function.
10554
10555         * gnus-cache.el (gnus-cache-save-buffers): Use
10556         gnus-cache-update-overview-total-fetched-for to change disk space
10557         used by this group.
10558         (gnus-cache-possibly-enter-article): Use
10559         gnus-cache-update-file-total-fetched-for to increment disk space
10560         used by this group.
10561         (gnus-cache-possibly-remove-article): Use
10562         gnus-cache-update-file-total-fetched-for to decrement disk space
10563         used by this group.
10564         (gnus-cache-generate-nov-databases): Purge total fetched cache.
10565         (gnus-cache-rename-group): New function.
10566         (gnus-cache-delete-group): New function.
10567         (gnus-cache-inhibit-update-total-fetched-for): New variable.
10568         (gnus-cache-need-update-total-fetched-for): New variable.
10569         (gnus-cache-with-refreshed-group): New macro.
10570         (gnus-cache-update-file-total-fetched-for): New function.
10571         (gnus-cache-update-overview-total-fetched-for): New function.
10572         (gnus-cache-rename-group-total-fetched-for): New function.
10573         (gnus-cache-delete-group-total-fetched-for): New function.
10574         (gnus-cache-total-fetched-for): New function.
10575
10576         * gnus-group.el: Require gnus-sum and autoload functions to
10577         resolve warnings when gnus-group.el compiled alone.
10578         (gnus-group-line-format): Documented new %F
10579         (size of Fetched data) group line format; identifies disk space
10580         used by agent and cache.
10581         (gnus-group-line-format-alist): Defined new F format.
10582         (gnus-total-fetched-for): New function.
10583         (gnus-group-delete-group): No longer update
10584         gnus-cache-active-altered as gnus-request-delete-group now keeps
10585         the cache in sync.
10586         (gnus-group-list-active): Let the agent store a server's active
10587         list if currently plugged.
10588
10589         * gnus-int.el (gnus-request-delete-group): Use
10590         gnus-cache-delete-group and gnus-agent-delete-group to keep the
10591         local disk in sync with the server.
10592          (gnus-request-rename-group): Use
10593         gnus-cache-rename-group and gnus-agent-rename-group to keep the
10594         local disk in sync with the server.
10595
10596         * gnus-start.el (gnus-get-unread-articles): Cosmetic
10597         simplification to logic.
10598
10599         * gnus-util.el (gnus-rename-file): New function.
10600
10601 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
10602
10603         * mm-util.el (mm-image-load-path): Handle nil in load-path.
10604
10605 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
10606
10607         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
10608         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
10609
10610 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
10611
10612         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
10613         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
10614
10615 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
10616
10617         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
10618
10619 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
10620
10621         * spam.el (spam-set-difference): Add function to replace
10622         gnus-set-difference in spam.el.
10623         (spam-summary-prepare-exit): Use spam-set-difference.
10624
10625 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10626
10627         * gnus-registry.el (gnus-registry-cache-file): Update to use
10628         gnus-dribble-directory OR gnus-home-directory OR ~.
10629         (gnus-registry-split-fancy-with-parent): Fix doc.
10630
10631 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * message.el (message-exchange-point-and-mark): Use
10634         message-mark-active-p.  Suggested by Jesper Harder
10635         <harder@ifa.au.dk>.
10636
10637 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10638
10639         * message.el (message-exchange-point-and-mark): Don't activate
10640         region if it was inactive.  Suggested by Hiroshi Fujishima
10641         <pooh@nature.tsukuba.ac.jp>.
10642
10643 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * gnus-art.el (article-display-face): Display Faces in the same
10646         order as X-Faces.
10647
10648 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
10651
10652 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
10655         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
10656         (gnus-article-mime-hierarchy): Remove.
10657         (gnus-article-mime-hierarchy-next): Remove.
10658         (gnus-article-mode): Revert 2004-03-19 change.
10659         (gnus-article-setup-buffer): Revert 2004-03-19 change.
10660         (gnus-insert-mime-button): Revert 2004-03-19 change.
10661         (gnus-mime-accumulate-hierarchy): Remove.
10662         (gnus-mime-enter-multipart): Remove.
10663         (gnus-mime-leave-multipart): Remove,
10664         (gnus-mime-display-part): Revert 2004-03-19 change.
10665         (gnus-mime-display-alternative): Revert 2004-03-19 change.
10666
10667         * mml.el (mml-preview): Revert 2004-03-19 change.
10668
10669 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
10670
10671         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
10672
10673 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
10676         t while entering a file name using the mm-with-multibyte macro.
10677         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10678
10679         * mm-util.el (mm-with-multibyte): New macro.
10680
10681 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
10684         user option.
10685         (gnus-mime-multipart-functions): Doc and customization fix.
10686         (gnus-article-mime-hierarchy): New variable.
10687         (gnus-article-mime-hierarchy-next): New variable.
10688         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
10689         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
10690         gnus-article-mime-hierarchy-next to nil.
10691         (gnus-insert-mime-button): Show hierarchy numbers.
10692         (gnus-mime-accumulate-hierarchy): New function.
10693         (gnus-mime-enter-multipart): New function.
10694         (gnus-mime-leave-multipart): New function.
10695         (gnus-mime-display-part): Recompute hierarchical MIME structure.
10696         (gnus-mime-display-alternative): Show hierarchy numbers.
10697
10698         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
10699         gnus-article-mime-hierarchy-next to nil.
10700
10701 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
10702
10703         * dns.el: Don't require gnus-xmas.
10704
10705 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
10706
10707         * mml.el (mml-generate-mime-1): Don't use format=flowed with
10708         inline PGP.
10709         (mml-menu): Disable mml-quote-region if mark is inactive.
10710
10711 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
10714         when the group's active is not available.
10715
10716 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
10719         error.
10720
10721 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
10722
10723         * imap.el (imap-store-password): New variable.
10724         (imap-interactive-login): Use it.
10725         Suggested by Mark Plaksin <happy@mcplaksin.org>.
10726
10727 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * gnus-art.el (gnus-article-read-summary-keys): Restore new
10730         window-start and hscroll to summary window.
10731
10732 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10733
10734         * gnus-start.el (gnus-convert-old-newsrc): Only write the
10735         conversion message to newsrc-dribble when an actual conversion is
10736         performed.
10737
10738 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
10739
10740         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
10741
10742 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * mm-decode.el (mm-complicated-handles): New function reviving
10745         former definition of mm-multiple-handles.
10746
10747         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10748         (gnus-mime-delete-part): Use it.
10749
10750 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10751
10752         * gnus-agent.el (gnus-agent-read-local): Bind
10753         nnheader-file-coding-system to gnus-agent-file-coding-system to
10754         avoid the implicit assumption that they will always be equal.
10755         (gnus-agent-save-local): Bind buffer-file-coding-system, not
10756         coding-system-for-write, as the with-temp-file macro first prints
10757         to a buffer then saves the buffer.
10758
10759 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10760
10761         * gnus-art.el (gnus-article-edit-part): New function.
10762         (gnus-mime-save-part-and-strip): Use it; do query instead of
10763         signaling an error; don't use mm-multiple-handles.
10764         (gnus-mime-delete-part): Ditto.
10765
10766 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10767
10768         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10769         old file versions.
10770         (gnus-group-prepare-hook): Removed function that converted list
10771         form of gnus-agent-expire-days to group properties.
10772
10773         * gnus-int.el: Autoload gnus-agent-regenerate-group.
10774         (gnus-request-accept-article): Re-indented.
10775
10776         * gnus-start.el (gnus-convert-old-newsrc): Registered new
10777         converters to handle old agent file formats.  Added logic for a
10778         "backup before upgrading warning".
10779         (gnus-convert-mark-converter-prompt): Developers can mark
10780         functions as needing (default), or not needing,
10781         gnus-convert-old-newsrc's "backup before upgrading warning".
10782         (gnus-convert-converter-needs-prompt): Tests whether the user
10783         should be protected from potentially irreversable changes by the
10784         function.
10785
10786         * legacy-gnus-agent.el (): New. Provides converters that are only
10787         loaded when gnus-convert-old-newsrc needs to call them.
10788
10789 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * mail-source.el (mail-source-touch-pop): Doc fix.
10792
10793         * message.el (message-smtpmail-send-it): Doc fix.
10794
10795 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
10796
10797         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
10798
10799         * nnmail.el (nnmail-split-fancy): do.
10800
10801         * gnus-kill.el (gnus-kill, gnus-execute): do.
10802
10803 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10804
10805         * gnus-sum.el (gnus-widget-reversible-match)
10806         (gnus-widget-reversible-to-internal)
10807         (gnus-widget-reversible-to-external): New functions.
10808         (gnus-widget-reversible): New widget.
10809         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
10810
10811 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
10812
10813         * gnus-sum.el (gnus-thread-sort-functions)
10814         (gnus-article-sort-functions): Document `(not F)' items.
10815
10816 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10817
10818         * spam.el (spam-use-gmane-xref): Add new backend.
10819         (spam-gmane-xref-spam-group): Add variable to control the name of the
10820         Gmane spam group.
10821         (spam-blackhole-servers, spam-blackhole-good-server-regex)
10822         (spam-regex-headers-spam, spam-regex-headers-ham)
10823         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10824         (spam-list-of-checks): Add spam-use-gmane-xref to list of
10825         backends and checks.
10826         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
10827
10828         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10829         an autodetect method.
10830
10831 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10832
10833         * gnus-int.el (gnus-request-accept-article): Inform the agent that
10834         articles are being added to a group.
10835         (gnus-request-replace-article): Inform the agent that articles
10836         need to be uncached as the cached contents are no longer valid.
10837
10838 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * binhex.el: Don't autoload executable-find.
10841
10842         * canlock.el: Don't autoload mail-fetch-field.
10843
10844         * dgnushack.el: Autoload c-mode for XEmacs.
10845
10846         * gnus-ems.el: Don't autoload appt-select-lowest-window.
10847
10848         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10849         rmail-dont-reply-to and rmail-output.
10850
10851         * gnus-score.el: Don't autoload ffap-string-at-point.
10852
10853         * gnus-setup.el: Don't autoload sc-cite-original.
10854
10855         * imap.el: Don't autoload base64-decode-string,
10856         base64-encode-string and md5.
10857
10858         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10859         and rmail-msg-restore-non-pruned-header.
10860
10861         * mm-decode.el: Don't autoload executable-find.
10862
10863         * mm-url.el: Don't autoload executable-find.
10864
10865         * mm-view.el: Don't autoload diff-mode.
10866
10867         * nndb.el: Don't autoload news-reply-mode, news-setup,
10868         cancel-timer and telnet.
10869
10870         * password.el: Don't autoload run-at-time for Emacs.
10871
10872         * sha1-el.el: Don't autoload executable-find.
10873
10874         * sieve-mode.el: Don't autoload c-mode.
10875
10876         * uudecode.el: Don't autoload executable-find.
10877
10878 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10879
10880         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10881         (gnus-agent-possibly-alter-active): Avoid null in numeric
10882         comparison.
10883         (gnus-agent-set-local): Refuse to save null in local object table.
10884         (gnus-agent-regenerate-group): The REREAD parameter can now be a
10885         list of articles that will be marked as unread.
10886
10887 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
10890
10891 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10892
10893         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10894         language tags.
10895
10896 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10897
10898         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10899         Don't bind "obarray".
10900
10901         * gnus-sum.el (gnus-thread-sort-functions): Added
10902         `gnus-thread-sort-by-most-recent-number' and
10903         `gnus-thread-sort-by-most-recent-date'.
10904         Reported by Kai Grossjohann <kai@emptydomain.de>.
10905
10906 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
10909
10910 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10911
10912         * gnus-cus.el (gnus-agent-customize-category): Removed
10913         ignore-errors macro reference that required cl to be loaded at
10914         run-time.
10915
10916         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10917         single-interval range of the form (min . max).  Previously the
10918         range had to look like ((min . max)).  Likewise, return
10919         (min . max) rather than ((min . max)).
10920         (gnus-range-map): Use gnus-range-normalize to accept
10921         single-interval range.
10922
10923         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10924         the cache, but not the agent, now appear with their usual face.
10925
10926         * dgnushack.el (loaddir): New variable that is bound to the
10927         directory containing the dgnushack.el file. Use loaddir, rather
10928         than srcdir, to update load-path. Change lets dgnushack compile
10929         code in directories other than GNUS/lisp.
10930
10931 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * lpath.el: Don't bind w3m-safe-url-regexp.
10934
10935         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10936         w3m-safe-url-regexp variable buffer-local.
10937
10938         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10939
10940 2004-02-27  Simon Josefsson  <jas@extundo.com>
10941
10942         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10943         gnus-group-real-prefix.
10944         (gnus-summary-move-article): Use it, instead of
10945         gnus-group-real-prefix.
10946
10947 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * lpath.el: Bind w3m-safe-url-regexp.
10950
10951         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10952         w3m-safe-url-regexp variable buffer-local and set it as the value
10953         of mm-w3m-safe-url-regexp.
10954
10955         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10956
10957         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10958         parsing gnus-posting-styles when the message is not for replying.
10959
10960         * dgnushack.el: Autoload sgml-mode for XEmacs.
10961
10962         * nnrss.el (nnrss-opml-export): Use
10963         mm-set-buffer-file-coding-system instead of
10964         set-buffer-file-coding-system.
10965
10966 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10967
10968         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10969         of checkdoc.el).
10970         * nnrss.el: do.
10971         * gnus-mlspl.el: do.
10972         * gnus-ml.el: do.
10973         * gnus-srvr.el: do.
10974
10975         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10976
10977 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10978
10979         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10980         Corrections to custom-manual links.
10981
10982         * gnus-art.el (gnus-article): Ditto.
10983
10984         * mm-decode.el (mime-display, mime-security): Ditto.
10985
10986 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10987
10988         * flow-fill.el: Typo.
10989
10990 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10991
10992         * spam-wash.el: New file.
10993
10994 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10995
10996         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10997
10998 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10999
11000         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11001         to be run with new-articles as LIST1, not LIST2.
11002         (spam-registration-functions): Add spam-use-ham-copy as a nil
11003         registration backend.
11004
11005 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11006
11007         * spam-stat.el (spam-stat-washing-hook): New option.
11008         (spam-stat-buffer-words): Use it.
11009         (spam-stat-process-directory, spam-stat-test-directory): Use
11010         insert-file-contents-literally.
11011         (spam-stat-coding-system): New variable.
11012         (spam-stat-load, spam-stat-save): Use it.
11013
11014 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * spam-report.el (spam-report-plug-agent): Quote
11017         spam-report-url-to-file and spam-report-url-ping-plain.
11018
11019 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
11020
11021         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11022         / in mailto URLs.
11023
11024 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11025
11026         * spam-report.el (spam-report-process-queue): Fix interactive use.
11027         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11028         (spam-report-unplug-agent): Doc fixes.
11029         (spam-report-url-ping-mm-url, spam-report-url-to-file)
11030         (spam-report-agentize, spam-report-deagentize): Autoload
11031
11032 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
11035
11036         * message.el (message-setup-fill-variables): Add mml tags to
11037         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
11038         <ajk@iu.edu>.
11039         (message-mode): Don't modify paragraph-separate there.
11040
11041 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * compface.el (uncompface-use-external): Default to undecided.
11044         (uncompface-use-external-threshold): New variable.
11045         (uncompface-float-time): New macro.
11046         (uncompface): Determine whether to use the external decoder if
11047         uncompface-use-external is undecided.
11048
11049 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11050
11051         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11052         after images.
11053
11054         * gnus-art.el (gnus-mime-display-single): Remove dead code.
11055
11056 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
11057
11058         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11059
11060         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
11061
11062         * gnus-sum.el (gnus-summary-limit-to-age)
11063         (gnus-summary-limit-children): do.
11064
11065         * gnus-int.el (gnus-request-scan): do.
11066
11067         * gnus-group.el (gnus-group-suspend): do.
11068
11069         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11070
11071         * gnus-cite.el (gnus-cite-parse-attributions): do.
11072
11073         * gnus-agent.el (gnus-summary-set-agent-mark)
11074         (gnus-agent-regenerate-group): do.
11075
11076         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11077
11078         * binhex.el (binhex-decode-region-internal): do.
11079
11080 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * gnus-fun.el (gnus-face-properties-alist): New user option.
11083         (gnus-display-x-face-in-from): Use it.
11084
11085         * gnus-art.el (article-display-face): Ditto.
11086
11087         * compface.el (uncompface-use-external): Default to nil.
11088
11089 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
11090
11091         * nntp.el (nntp-erase-buffer): New function.
11092         (nntp-retrieve-data, nntp-send-command)
11093         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11094         (nntp-possibly-change-group): Use it.
11095
11096         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11097         with-current-buffer.
11098
11099 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
11100
11101         * compface.el: Merge the ELisp-based uncompface program.
11102         (compface): New customization group.
11103         (uncompface-use-external): New user option.
11104         (uncompface): Call uncompface-internal if uncompface-use-external
11105         is nil.
11106         (uncompface-internal): New function.  Note that there are also
11107         some other functions and variables added for this function.
11108
11109 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
11110
11111         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11112         if necessary.
11113
11114 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
11115
11116         * spam-report.el (spam-report-unplug-agent)
11117         (spam-report-plug-agent, spam-report-deagentize)
11118         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11119         Add support for the Agent in spam-report: when unplugged, report to a
11120         file; when plugged, submit all the requests.
11121
11122         * spam.el (spam-register-routine): Fix message about
11123         registration.
11124
11125 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
11126
11127         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11128         dependencies.
11129         (rfc2047-encode): Use it.
11130
11131         * gnus-art.el (gnus-button-marker-list): Move before first
11132         reference.
11133
11134         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11135         (imap-parse-body): Fix format string mismatch.
11136
11137         * gnus-score.el (gnus-summary-increase-score): do.
11138
11139         * nnrss.el (nnrss-close): New function.
11140
11141 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
11142
11143         * nnrss.el (nnrss-make-filename): New function.
11144         (nnrss-request-delete-group, nnrss-read-server-data)
11145         (nnrss-save-server-data, nnrss-read-group-data)
11146         (nnrss-save-group-data): Use it.
11147         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11148         (nnrss-read-server-data, nnrss-read-group-data): Use load.
11149         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11150
11151 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
11152
11153         * mml.el (mml-compute-boundary-1): Don't uncompress files.
11154
11155 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
11156
11157         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11158         files.
11159
11160         * message.el (message-generate-headers-first): Don't quote nil
11161         and t in docstrings.
11162
11163         * imap.el (imap-id): do.
11164
11165         * gnus-agent.el (gnus-agent-consider-all-articles)
11166         (gnus-agent-queue-mail): do.
11167
11168 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * spam-report.el (spam-report-process-queue): New function.
11171         Process requests from `spam-report-requests-file'.
11172         (spam-report-process-queue): Doc fix.
11173
11174 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
11175
11176         * spam.el (spam-register-routine)
11177         (spam-log-processing-to-registry, spam-log-registered-p)
11178         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11179         Change "check" to "spam-check" for semi-clarity.
11180
11181 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
11182
11183         * pop3.el: Require nnheader.
11184
11185         * mml-smime.el: Require cl.  Autoload message-fetch-field.
11186
11187         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11188
11189         * gnus-picon.el: Require cl.
11190
11191         * gnus-fun.el: Require gnus-ems and gnus-util.
11192
11193         * gnus.el (gnus-method-to-server): Move defsubst before first use.
11194
11195         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11196
11197         * gnus-art.el (gnus-article-edit-mode): Define before first
11198         reference.
11199
11200 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
11201
11202         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11203         (gnus-uu-post-encoded): Use point-at-bol.
11204
11205         * gnus-topic.el (gnus-group-active-topic-p): do.
11206
11207         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11208
11209         * gnus-group.el (gnus-group-kill-region): do.
11210
11211         * gnus-art.el (article-date-ut): do.
11212
11213         * message.el (message-fetch-field): Remove redundant
11214         case-fold-search binding.
11215         (message-narrow-to-field): Simplify.
11216
11217 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11218
11219         * spam.el (spam-directory): Derive from `gnus-directory'.
11220
11221         * spam-report.el (spam-report-url-to-file)
11222         (spam-report-requests-file): New function and variable for offline
11223         reporting.
11224         (spam-report-url-ping-function): Add `spam-report-url-to-file'
11225         and user defined function.
11226         (spam-report-url-ping-mm-url): Remove doubled slash.
11227
11228 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
11229
11230         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11231
11232 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
11233
11234         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11235         format string mismatch.
11236
11237         * sieve.el (sieve-deactivate-all): do.
11238
11239         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11240
11241         * nnlistserv.el (nnlistserv-kk-wash-article): do.
11242
11243         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11244
11245         * mm-bodies.el (mm-7bit-chars): Don't include \r.
11246
11247 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
11248
11249         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11250         the list of checks.
11251
11252 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
11253
11254         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11255         padding.
11256
11257 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
11258
11259         * mm-view.el (mm-fill-flowed): New variable.
11260         (mm-inline-text): Use it.
11261
11262 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
11263
11264         * spam.el (spam-spamassassin-register-ham-routine)
11265         (spam-spamassassin-register-spam-routine): Fix function names.
11266
11267 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * gnus.el (gnus-tmp-grouplens): Remove.
11270         (gnus-summary-line-format): Remove grouplens.
11271
11272         * gnus-group.el (gnus-group-line-format): Ditto.
11273
11274         * gnus-spec.el (gnus-format-specs): Ditto.
11275         (gnus-update-format-specifications): Flush the group format spec
11276         cache if there's the grouplens stuff.
11277         (gnus-parse-simple-format): Replace %l with the empty string.
11278
11279 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
11280
11281         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11282         omission.
11283
11284 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11287         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11288
11289 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11290
11291         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
11292         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11293         New macros and functions.
11294         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11295         Handle > NLINK_MAX messages.
11296         * nnmaildir.el (nnmaildir-request-set-mark): Use
11297         nnmaildir--emlink-p and nnmaildir--eexist-p.
11298
11299 2004-01-25  Alex Schroeder  <alex@gnu.org>
11300
11301         * spam-stat.el (spam-stat-process-directory-age): New option.
11302         (spam-stat-process-directory): Use it.
11303
11304 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
11305
11306         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11307         (spam-stat-save): Accept prefix argument.
11308
11309 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
11310
11311         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11312         links" error.
11313
11314 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11315
11316         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
11317         the rest of the and/or forms.
11318
11319 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
11320
11321         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11322         compatibility with old .newsrc.eld files.
11323
11324         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
11325
11326         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11327
11328         * gnus-start.el (gnus-1): do.
11329
11330         * gnus-group.el (gnus-group-line-format-alist): do.
11331
11332         * gnus.el (gnus-use-grouplens, gnus-visual): do.
11333
11334         * gnus-gl.el: Remove.
11335
11336 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11337
11338         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
11339         marks consisting of a single range {for example, (3 . 5)} rather
11340         than a list of a single range { ((3 . 5)) }.
11341
11342 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
11343
11344         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
11345         with-current-buffer.
11346         (spam-stat-store-current-buffer): Use insert-buffer-substring to
11347         avoid consing a string.
11348
11349         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
11350         Remove obsolete entries for big5 and gb2312.
11351
11352 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11353
11354         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
11355         uncompressed list.
11356
11357 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
11358
11359         * spam-stat.el (spam-stat-strip-xref): New function.
11360         (spam-stat-process-directory): Use it.
11361
11362         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
11363         here -- it's done in message-fetch-field.
11364
11365 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11366
11367         * gnus-agent.el (gnus-agent-queue-mail,
11368         gnus-agent-prompt-send-queue): New variables.
11369         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
11370         * gnus-draft.el (gnus-group-send-queue): Pass the group name
11371         "nndraft:queue" along to gnus-draft-send.  Use
11372         gnus-agent-prompt-send-queue.
11373         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
11374         is "nndraft:queue".  Suggested by Gaute Strokkenes
11375         <gs234@srcf.ucam.org>
11376
11377         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
11378         (agent-enable-undownloaded-faces): Added
11379         (gnus-agent-cat-groups): Use eval-and-compile, not
11380         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
11381         method of gnus-agent-cat-groups even when the buffer has been
11382         evaled.
11383         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
11384         delete gnus-agent-save-active-1.
11385         (gnus-agent-save-groups): Deleted. Identical to
11386         gnus-agent-save-active.
11387         (gnus-agent-write-active): No longer adjust agent's copy of active
11388         file as agent's adjustments are now stored in their own
11389         file. Removed optional parameter.
11390         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
11391         servers.  Add use of min/max range limits from server's local
11392         file.
11393         (gnus-agent-save-alist): Removed unused optional argument.
11394         (gnus-agent-load-local, gnus-agent-read-and-cache-local),
11395         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local),
11396         (gnus-agent-set-local): A per-server file that keeps min/max range
11397         limits for articles known to the agent.  Provides a fast mechanism
11398         for altering many active ranges.
11399         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
11400         active file (local makes it unnecessary).
11401         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
11402
11403         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
11404         (agent-enable-undownloaded-faces): Added
11405
11406         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
11407         disable it when sending to "nndraft:queue".
11408         (gnus-group-send-queue): Add safety check to avoid sending queue
11409         when unplugged.
11410
11411         * gnus-group.el (gnus-group-catchup): Use new
11412         gnus-sequence-of-unread-articles, not
11413         gnus-list-of-unread-articles, to avoid exhausting memory with huge
11414         numbers of articles.  Use gnus-range-map to avoid having to
11415         uncompress the unread list.
11416         (gnus-group-archive-directory,
11417         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
11418         reference.
11419
11420         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
11421         (gnus-sorted-range-intersection): Intersection of two ranges
11422         without requiring that they first be uncompressed.
11423
11424         * gnus-start.el (gnus-activate-group): Unless blocked by the
11425         caller, possibly expand the active range to include both cached
11426         and agentized articles.
11427         (gnus-convert-old-newsrc): Rewrote in anticipation of having
11428         multiple version-dependent converters.
11429         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
11430         gnus-agent-save-active.
11431         (gnus-save-newsrc-file): Save dirty agent range limits.
11432
11433         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
11434         gnus-agent-possibly-alter-active.
11435         (gnus-adjust-marked-articles): Faster handling of simple lists
11436
11437 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
11438
11439         * spam-stat.el (spam-stat-test-directory): New optional argument
11440         displays a list of files detected.  Suggested by Andrew Cohen
11441         <cohen@andy.bu.edu>.
11442         (spam-stat-buffer-words-with-scores): Don't narrow and change
11443         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
11444
11445 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
11446
11447         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
11448         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
11449         (spam-spamassassin-arguments)
11450         (spam-spamassassin-spam-flag-header)
11451         (spam-spamassassin-positive-spam-flag-header)
11452         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
11453         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
11454         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11455         (spam-list-of-processors, spam-list-of-checks)
11456         (spam-list-of-statistical-checks, spam-registration-functions)
11457         (spam-check-spamassassin-headers, spam-check-spamassassin)
11458         (spam-spamassassin-score)
11459         (spam-spamassassin-register-with-sa-learn)
11460         (spam-spamassassin-register-spam-routine)
11461         (spam-spamassassin-register-ham-routine)
11462         (spam-assassin-register-spam-routine)
11463         (spam-assassin-register-ham-routine): add SpamAssassin support
11464         (spam-bogofilter-score): fix to show article before scoring
11465
11466 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
11467
11468         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
11469         default scoring function.
11470         (spam-generic-score): Call spam-spamassassin-score if
11471         spam-use-spamassassin or spam-use-spamassassin-headers is on;
11472         spam-bogofilter-score otherwise.
11473
11474         * gnus.el (spam-process, spam-autodetect-methods): Add
11475         spamassassin and spamassassin-headers.
11476
11477 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
11478
11479         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11480         Suppress unnecessary messages.
11481
11482 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
11483
11484         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
11485         make-hash-table.
11486
11487 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11488
11489         * canlock.el (base64-encode-string): Don't autoload it.
11490
11491 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * run-at-time.el: Remove useless (require 'itimer),
11494         eval-and-compile and (featurep 'xemacs).
11495
11496 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
11497
11498         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
11499         GROUP is a virtual group.
11500
11501 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
11502
11503         * gnus.el: Autoload `message-y-or-n-p'.
11504
11505 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
11506
11507         * pgg-parse.el: Remove unnecessary (require 'custom).
11508
11509         * pgg-def.el: do.
11510
11511         * nnmail.el: do.
11512
11513         * gnus-undo.el: do.
11514
11515         * gnus-picon.el: do.
11516
11517         * gnus-util.el: do.
11518
11519 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
11520
11521         * gnus-sum.el (gnus-pick-line-number): Add autoload.
11522
11523 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
11526         handle, as well as a list.
11527
11528         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
11529         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
11530         (mm-w3m-cid-retrieve): Simplify.
11531
11532 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
11533
11534         * message.el (message-kill-to-signature): Allow prefix arg to
11535         specify number of lines to keep before signature.
11536
11537 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
11538
11539         (message-kill-to-signature): Change docstring.
11540
11541 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * canlock.el: Always require sha1-el.
11544         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
11545
11546         * message.el: Autoload sha1 only when compiling.
11547
11548         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
11549         eudc-expand-inline for XEmacs.
11550
11551 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * message.el (message-canlock-generate): Require sha1-el.
11554
11555 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
11556
11557         * message.el (message-expand-name): Silence the byte compiler.
11558
11559         * lpath.el: Add detect-coding-system.
11560
11561         * dgnushack.el (dgnushack-compile): Remove obsolete check for
11562         cus-edit.
11563
11564 2004-01-13  Simon Josefsson  <jas@extundo.com>
11565
11566         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
11567         Invoke gnus-score-mode.  Reported by
11568         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
11569
11570         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
11571         Jim Blandy <jimb@redhat.com> (tiny change).
11572
11573 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11574
11575         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
11576
11577 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
11578
11579         * spam.el (spam-get-article-as-string): Update to use
11580         gnus-request-article-this-buffer, much simpler.
11581         (spam-get-article-as-buffer): Remove.
11582
11583 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
11584
11585         * message.el (message-expand-name): Use EUDC if the user uses
11586         that.
11587
11588 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11589
11590         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
11591         character for the encoding to avoid consing a string.
11592
11593         * rfc2047.el (rfc2047-decode-string): Don't cons a string
11594         unnecessarily.
11595
11596         * mm-util.el (mm-replace-chars-in-string): Remove.
11597
11598         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
11599         of mm-replace-chars-in-string.
11600
11601 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
11602
11603         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
11604         strings.
11605
11606         * mm-util.el (mm-subst-char-in-string): Support inplace.
11607
11608         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
11609         a new string in every iteration.  Use shy groups.
11610
11611 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
11612
11613         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
11614         (gnus-group-change-level, gnus-kill-newsgroup)
11615         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
11616         (gnus-get-unread-articles, gnus-make-articles-unread)
11617         (gnus-make-ascending-articles-unread): Use accessor
11618         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
11619         to get group information for improved readability.
11620
11621         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
11622
11623         * gnus-soup.el (gnus-soup-group-brew): do.
11624
11625         * gnus-msg.el (gnus-put-message): do.
11626
11627         * gnus-move.el (gnus-group-move-group-to-server): do.
11628
11629         * gnus-kill.el (gnus-batch-score): do.
11630
11631         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
11632         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
11633         (gnus-group-update-group, gnus-group-read-group)
11634         (gnus-group-make-group, gnus-group-make-help-group)
11635         (gnus-group-make-archive-group, gnus-group-make-directory-group)
11636         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
11637         (gnus-group-sort-by-unread, gnus-group-catchup)
11638         (gnus-group-unsubscribe-group, gnus-group-kill-group)
11639         (gnus-group-yank-group, gnus-group-set-info)
11640         (gnus-group-list-groups): do.
11641
11642         * gnus.el (gnus-generate-new-group-name): do.
11643
11644         * gnus-delay.el (gnus-delay-send-queue): do.
11645
11646         * nnvirtual.el (nnvirtual-catchup-group): do.
11647
11648         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
11649         do.
11650
11651         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
11652         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
11653
11654         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
11655         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
11656         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
11657         (gnus-group-make-articles-read): do.
11658
11659 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11660
11661         * gnus-art.el (article-decode-mime-words, article-babel)
11662         (gnus-article-highlight-signature, gnus-article-add-buttons)
11663         (gnus-signature-toggle): Use gnus-with-article-buffer.
11664
11665         * gnus-art.el (gnus-article-highlight-headers)
11666         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
11667
11668         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
11669         (gnus-article-set-globals, gnus-request-article-this-buffer)
11670         (gnus-button-message-id, gnus-article-maybe-hide-headers)
11671         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
11672         (gnus-mime-display-alternative): Use with-current-buffer.
11673
11674 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11675
11676         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
11677         also under 80 char limit, and call gnus-error if needed.
11678         (spam-fetch-article-header): Fix - it was a
11679         buffer-local variable (gnus-newsgroup-data).
11680         (spam-find-spam): Use spam-generate-fake-headers, forget about
11681         spam-insert-fake-headers.
11682         (spam-insert-fake-headers): Remove.
11683
11684 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11685
11686         * deuglify.el (gnus-article-outlook-unwrap-lines)
11687         (gnus-outlook-rearrange-article)
11688         (gnus-outlook-repair-attribution-outlook)
11689         (gnus-outlook-repair-attribution-block)
11690         (gnus-outlook-repair-attribution-other): Remove redundant
11691         save-excursion.
11692
11693 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11694
11695         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
11696         (spam-fetch-field-subject-fast)
11697         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
11698         (spam-fetch-article-header): Add functions to deal with Gnus
11699         internals for fast retrieval of article header data.
11700         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
11701
11702 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11703
11704         * pop3.el (pop3-md5): Remove.
11705         (pop3-apop): Replace pop3-md5 with md5.
11706
11707         * mm-bodies.el: base64 is always built-in.
11708
11709         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
11710         with-current-buffer.
11711
11712 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * canlock.el (canlock-insert-header): Remove excessive grouping in
11715         regexp.
11716
11717         * gnus-sum.el (gnus-summary-read-document): Ditto.
11718
11719         * gnus-uu.el (gnus-uu-part-number): Ditto.
11720
11721         * html2text.el (html2text-remove-tags): Ditto.
11722         (html2text-format-tags): Ditto.
11723         (html2text-format-single-elements): Ditto.
11724
11725         * mml.el (mml-parse-1): Ditto.
11726
11727 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11728
11729         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11730
11731         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11732
11733         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11734
11735         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11736
11737 2003-11-15  Simon Josefsson  <jas@extundo.com>
11738
11739         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11740         (pgg-gpg-lookup-key): Use regexp match instead of
11741         split-string (split-string is different between emacs 21.2 and
11742         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
11743
11744 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11745
11746         * gnus-art.el (gnus-mime-view-all-parts)
11747         (gnus-article-part-wrapper, gnus-article-view-part): Use
11748         with-current-buffer.
11749
11750 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11751
11752         * spam.el (spam-disable-spam-split-during-ham-respool)
11753         (spam-spamoracle-database, spam-cache-lookups)
11754         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11755         (spam-group-ham-mark-p, spam-group-spam-mark-p)
11756         (spam-group-ham-marks, spam-group-spam-marks)
11757         (spam-group-spam-contents-p, spam-group-ham-contents-p)
11758         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11759         also add spam-use-blackholes to the statistical checks.
11760         (spam-fetch-field-fast): Add interface to fetching fields, may
11761         become a macro.
11762         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11763         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11764         (spam-insert-fake-headers): Fake an article when needed.
11765         (spam-find-spam): Fake article when possible.
11766         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11767         (spam-check-bogofilter-headers): Use message-fetch-field instead
11768         of nnmail-fetch-field.
11769
11770 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11771
11772         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11773
11774 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11775
11776         * spam.el (spam-split): Do not require spam-use-CHECK to be
11777         enabled if that check is passed to spam-split explicitly; also
11778         fix so 'spam doesn't get converted to spam-split-group when
11779         spam-split-symbolic-return is t.
11780         (spam-find-spam): Find registrations of the article and use those
11781         instead of re-running spam-split to find the spam/ham
11782         classification of the article.
11783         (spam-log-processing-to-registry, spam-log-registered-p)
11784         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11785         Use gnus-error instead of gnus-message.
11786         (spam-log-registration-type): Add function to determine the
11787         classification of a message based on registry entries; will
11788         return nil if both 'spam and 'ham are found.
11789         (spam-check-BBDB): Expand all the BBDB macros here so we can have
11790         a reasonably fast local cache without the loading errors.
11791         (spam-cache-lookups): Set to t by default.
11792         (spam-find-spam): Don't try to guess spam-cache-lookups.
11793         (spam-enter-whitelist, spam-enter-blacklist): Clear the
11794         spam-caches entry.
11795         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11796         caching of whitelist/blacklist entries.
11797         (spam-check-whitelist, spam-check-blacklist): Invoke
11798         spam-from-listed-p with a type, not a cache variable.
11799         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11800
11801 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11802
11803         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11804
11805         * nnmail.el (nnmail-split-fancy): do.
11806
11807         * mml.el (mml-parse): do.
11808
11809         * gnus-score.el (gnus-enter-score-words-into-hashtb)
11810         (gnus-score-adaptive): do.
11811
11812 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11815         (gnus-mime-button-map): Don't set keymap parent.
11816         (gnus-button-ctan-directory-regexp): Use shy grouping.
11817         (gnus-prev-page-map): Don't set keymap parent.
11818         (gnus-prev-page-map): Remove duplicated one.
11819         (gnus-next-page-map): Don't set keymap parent.
11820         (gnus-mime-security-button-map): Ditto.
11821
11822         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11823         version number.
11824
11825         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11826
11827 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * canlock.el (canlock-sha1-function): Remove.
11830         (canlock-sha1-function-for-verify): Remove.
11831         (canlock-openssl-program): Remove.
11832         (canlock-openssl-args): Remove.
11833         (canlock-ignore-errors): Remove.
11834         (canlock-sha1-with-openssl): Remove.
11835         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11836         (canlock-verify): Don't use canlock-ignore-errors.
11837
11838         * sha1-el.el (sha1-string-external): Make it can return a string
11839         in binary form.
11840         (sha1-region-external): Ditto.
11841         (sha1-string-internal): Ditto.
11842         (sha1-region-internal): Ditto.
11843         (sha1-region): Ditto.
11844         (sha1-string): Ditto.
11845         (sha1): Ditto.
11846
11847 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11848
11849         * spam.el (spam-report-articles-gmane): New command.
11850
11851 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * gnus.el: Don't make unnecessary *Group* buffer when loading.
11854
11855         * run-at-time.el (run-at-time-saved): Remove.
11856         (run-at-time): Doc fix.
11857
11858 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11859
11860         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11861         (gnus-summary-limit-map): Add it.
11862         (gnus-summary-make-menu-bar): do.
11863
11864 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
11865
11866         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11867         Make attempt at some caching support (done for BBDB only now).
11868         (spam-find-spam): Set spam-cache-lookups if there are more than 2
11869         addresses to be checked.
11870         (spam-clear-cache-BBDB): Add function, to be invoked by
11871         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11872         (spam-check-BBDB): Check and use the caches, if
11873         spam-cache-lookups is on, remove superfluous (provide).
11874
11875 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11876
11877         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
11878
11879 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
11880
11881         * run-at-time.el (run-at-time-saved): Move to after the definition
11882         of `run-at-time'.
11883
11884         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
11885
11886 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11889         mm-w3m-local-map-property.
11890
11891         * mm-view.el (mm-w3m-mode-map): Remove.
11892         (mm-w3m-local-map-property): Remove.
11893         (mm-inline-text-html-render-with-w3m): Don't use
11894         mm-w3m-local-map-property.
11895
11896 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11897
11898         * run-at-time.el: New file.
11899
11900         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
11901         under Emacs.
11902
11903         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11904         of gnus-set-text-properties.
11905
11906         * gnus-uu.el (gnus-uu-save-article): Ditto.
11907
11908         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
11909
11910         * gnus-cite.el (gnus-cite-parse): Ditto.
11911
11912         * gnus-art.el (gnus-button-push): Use set-text-properties instead
11913         of gnus-.
11914
11915         * gnus-xmas.el (run-at-time): Require run-at-time.
11916
11917         * gnus.el: Changed calls to nnheader-run-at-time and
11918         password-run-at-time throughout to use run-at-time directly.
11919
11920         * password.el: Removed definition of run-at-time.
11921
11922         * nnheaderxm.el: Remove definition of run-at-time.
11923
11924 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11925
11926         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11927         in prompt.
11928
11929 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11930
11931         * messagexmas.el (message-xmas-redefine): Alias
11932         `message-make-caesar-translation-table' to
11933         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
11934         version.
11935
11936         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
11937         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
11938         `gnus-xmas-set-text-properties'.
11939         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
11940         `gnus-xmas-completing-read'.
11941         (gnus-xmas-completing-read): Removed.
11942         (gnus-xmas-open-network-stream): Removed.
11943
11944         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11945         XEmacs version.
11946
11947         * dns.el (dns-make-network-process): Use `open-network-stream'
11948         instead of `gnus-xmas-open-network-stream'.
11949
11950         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
11951
11952         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11953
11954 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11955
11956         * gnus-art.el (gnus-mime-display-alternative)
11957         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11958         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11959         Don't use gnus-local-map-property.
11960
11961         * gnus-util.el (gnus-local-map-property): Remove.
11962
11963         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11964         gnus-completing-read-maybe-default with completing-read.
11965
11966         * gnus-util.el (gnus-completing-read): do.
11967         (gnus-completing-read-maybe-default): Remove.
11968
11969 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11970
11971         * password.el: Only autoload `run-at-time' if not XEmacs.
11972         Only autoload the itimer functions if XEmacs.
11973
11974 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11977         XEmacsen.
11978
11979         * dgnushack.el: Autoload executable-find for XEmacs.
11980
11981 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11982
11983         * gnus-art.el (gnus-read-string): Remove.
11984         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11985         read-string.
11986
11987 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11988
11989         * netrc.el: Autoload password-read.
11990         (netrc): Add configuration group.
11991         (netrc-encoding-method, netrc-openssl-path): Add
11992         variables for encoding and decoding of files with symmetric
11993         ciphers.
11994         (netrc-encode): Add assistant function to encode a file with
11995         netrc-encoding-method.
11996         (netrc-parse): Add interactive parameter, added optional
11997         decoding if netrc-encoding-method is non-nil but otherwise
11998         behavior is standard.
11999         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12000         Do s/encode/encrypt/ everywhere.
12001
12002         * spam.el: Remove executable-find autoload.
12003
12004 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12005
12006         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12007
12008         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12009
12010 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * gnus-art.el (gnus-treat-ansi-sequences,
12013         article-treat-ansi-sequences): New variable and function.
12014         Suggested by Dan Jacobson <jidanni@jidanni.org>.
12015
12016         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12017         Use it.
12018
12019 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12020
12021         * mm-util.el (mm-quote-arg): Remove.
12022
12023         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12024         shell-quote-argument.
12025
12026         * gnus-uu.el (gnus-uu-command): do.
12027
12028         * gnus-sum.el (gnus-summary-insert-pseudos): do.
12029
12030         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12031         with make-char.
12032
12033         * mm-util.el (mm-make-char): Remove.
12034
12035         * mml.el (mml-mode): Replace gnus-add-minor-mode with
12036         add-minor-mode.
12037
12038         * gnus-undo.el (gnus-undo-mode): do.
12039
12040         * gnus-topic.el (gnus-topic-mode): do.
12041
12042         * gnus-sum.el (gnus-dead-summary-mode): do.
12043
12044         * gnus-start.el (gnus-slave-mode): do.
12045
12046         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12047
12048         * gnus-ml.el (gnus-mailing-list-mode): do.
12049
12050         * gnus-gl.el (gnus-grouplens-mode): do.
12051
12052         * gnus-draft.el (gnus-draft-mode): do.
12053
12054         * gnus-dired.el (gnus-dired-mode): do.
12055
12056         * gnus-ems.el (gnus-add-minor-mode): Remove.
12057
12058         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12059         Replace gnus-char-width with char-width.
12060
12061         * gnus-ems.el (gnus-char-width): Remove.
12062
12063         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12064         Replace gnus-char-width with char-width.
12065
12066         * gnus-ems.el (gnus-char-width): Remove.
12067
12068         * spam-stat.el (with-syntax-table): Remove with-syntax-table
12069         definition.
12070         Remove Emacs 20 hash table compatibility code.
12071
12072         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12073         20 compatibility code.
12074
12075         * spam.el (spam-point-at-eol): Replace with point-at-eol.
12076
12077         * smime.el (smime-point-at-eol): Replace with point-at-eol.
12078
12079         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12080         with point-at-{eol,bol}.
12081
12082         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12083
12084         * imap.el (imap-point-at-eol): Replace with point-at-eol.
12085
12086         * flow-fill.el (fill-flowed-point-at-bol,
12087         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12088
12089         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12090         Replace with point-at-{eol,bol} throughout all files.
12091
12092 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * ntlm.el (ntlm-string-as-unibyte): New macro.
12095         (ntlm-build-auth-response): Use it.
12096
12097         Remove Emacs 20 stuff:
12098         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
12099         (butlast, mapc, remove): Remove the compiler macros.
12100         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12101         of delq and copy-sequence.
12102         * gnus-art.el (popup-menu): Remove the compiler macro.
12103         * nnmail.el (nnmail-split-fancy): Don't support customizing with
12104         Emacs 20.
12105
12106 2004-01-05  Simon Josefsson  <jas@extundo.com>
12107
12108         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
12109         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12110         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12111         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12112         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12113         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12114         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12115         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12116         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12117         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12118         ntlm-string-permute, string-lshift into ntlm-string-lshift,
12119         string-xor into ntlm-string-xor.  Suggested by
12120         Jesper Harder <harder@myrealbox.com>.
12121
12122         * ntlm.el: Don't include poem.
12123
12124         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
12125         Jesper Harder <harder@myrealbox.com>.
12126
12127         * sasl-ntlm.el, ntlm.el, md4.el: New files.
12128
12129         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
12130         probably breaks emacs with DL patch, but do we care? Is anyone
12131         still using the DL stuff?)
12132
12133         * sieve-manage.el: Use the password package.
12134         (sieve-manage-read-passwd): Remove.
12135         (sieve-manage-interactive-login): Use password.  Re-add
12136         condition-case around loop.
12137
12138         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12139         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12140         the password package.
12141
12142 2003-02-19  Simon Josefsson  <jas@extundo.com>
12143
12144         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12145         token.
12146
12147 2002-08-07  Simon Josefsson  <jas@extundo.com>
12148
12149         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12150         (sieve-manage-authenticators):
12151         (sieve-manage-authenticator-alist): Add some SASL mechs.
12152         (sieve-sasl-auth): New function.
12153         (sieve-manage-cram-md5-auth):
12154         (sieve-manage-plain-auth): Rewrite using SASL library.
12155         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12156         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12157         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12158         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12159
12160 2004-01-05  Simon Josefsson  <jas@extundo.com>
12161
12162         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12163         New files.
12164
12165 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12166
12167         * gnus-group.el (gnus-no-groups-message): Update.
12168
12169         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12170
12171 2003-11-09  Simon Josefsson  <jas@extundo.com>
12172
12173         * imap.el: Support for ID IMAP extension (RFC 2971).
12174         (imap-local-variables): Add imap-id.
12175         (imap-id): New variable.
12176         (imap-id): New function.
12177         (imap-parse-response): Parse untagged ID response.
12178         * nnimap.el (nnimap-id): New variable.
12179         (nnimap-open-connection): Use it.
12180
12181 2003-12-28  Simon Josefsson  <jas@extundo.com>
12182
12183         * gnus-score.el (gnus-score-edit-all-score): New.
12184         * gnus-group.el (gnus-group-score-map): Bind it to W e.
12185
12186 2004-01-04  Simon Josefsson  <jas@extundo.com>
12187
12188         * password.el: Add.
12189
12190 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
12191
12192         * dns.el: Add support for AAAA records (see RFC 3596)
12193
12194         * Fix typo PRT -> PTR
12195
12196         * Parse MX, PTR and SOA replies (see RFC 1035)
12197
12198 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12199
12200         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12201
12202         * Moved to Changelog.2.
12203
12204 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12205
12206         * gnus.el (gnus-version-number): Bump version.
12207
12208 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12209
12210         * gnus.el: No Gnus v0.1 is released.
12211
12212 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12213
12214         * gnus.el: No Gnus v0.0 is released.
12215
12216 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12217
12218         * gnus.el (gnus-version-number): Bump.
12219         (gnus-version): No.
12220
12221 See ChangeLog.2 for earlier changes.
12222
12223     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
12224
12225   This file is part of GNU Emacs.
12226
12227   GNU Emacs is free software; you can redistribute it and/or modify
12228   it under the terms of the GNU General Public License as published by
12229   the Free Software Foundation; either version 3, or (at your option)
12230   any later version.
12231
12232   GNU Emacs is distributed in the hope that it will be useful,
12233   but WITHOUT ANY WARRANTY; without even the implied warranty of
12234   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12235   GNU General Public License for more details.
12236
12237   You should have received a copy of the GNU General Public License
12238   along with GNU Emacs; see the file COPYING.  If not, write to the
12239   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12240   Boston, MA 02110-1301, USA.
12241
12242 ;; Local Variables:
12243 ;; coding: iso-2022-7bit
12244 ;; fill-column: 79
12245 ;; add-log-time-zone-rule: t
12246 ;; End:
12247
12248 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4