Merge from gnus--rel--5.10
[gnus] / lisp / ChangeLog
1 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4         format document.
5         (gnus-mime-delete-part): Don't write description line if empty.
6         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7
8 2007-12-14  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
9
10         * gnus-sum.el (gnus-summary-mark-unread-as-read)
11         (gnus-summary-mark-read-and-unread-as-read)
12         (gnus-summary-mark-current-read-and-unread-as-read)
13         (gnus-summary-mark-unread-as-ticked): Doc fix.
14         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15
16 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
17
18         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
19         Christoph Conrad <christoph.conrad@gmx.de>.
20
21 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
22
23         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
24         yes-or-no-p.
25
26 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
27
28         * mm-decode.el (mm-add-meta-html-tag): New function.
29         (mm-save-part-to-file, mm-pipe-part): Use it
30
31         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
32         gnus-y-or-n-p instead of y-or-n-p.
33         (gnus-article-browse-html-parts): Work with message/external-body; use
34         mm-add-meta-html-tag.
35
36 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
37
38         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
39
40         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
41
42         * lpath.el: Fbind run-mode-hooks for Emacs 21;
43         bind show-trailing-whitespace for XEmacs.
44
45 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
46
47         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
48         new no-op macro for backward compatibility.
49
50         * imap.el (imap-string-to-integer): New function.
51
52 2007-12-09  Glenn Morris  <rgm@gnu.org>
53
54         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
55
56         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
57         * message.el, mm-view.el, sieve-manage, smime.el:
58         Add declare-function compatibility definition.
59
60         * gnus-art.el (w3-region, w3m-region, Info-menu):
61         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
62         * gnus-sum.el (gnus-get-predicate):
63         * gnus-util.el (mm-append-to-file, w32-focus-frame):
64         * message.el (mail-abbrev-in-expansion-header-p):
65         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
66         (w3m-detect-meta-charset, w3m-region):
67         * sieve-manage.el (password-read, password-cache-add)
68         (password-cache-remove):
69         * smime.el (password-read-and-add): Declare as functions.
70
71 2007-12-08  David Kastrup  <dak@gnu.org>
72
73         * gnus-sum.el (gnus-summary-simplify-subject-query):
74         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
75         `message'.
76
77 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
78
79         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
80         it to bind idna-program, installation-directory, defined-colors, and
81         face-attribute for XEmacs of the version that compiles defcustom forms.
82
83 2007-12-07  Glenn Morris  <rgm@gnu.org>
84
85         * gnus-art.el (article-make-date-line): Revert previous change.
86
87 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
88
89         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
90
91 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
92
93         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
94         Call gnus-add-to-range ranges only once with a prepared article-list.
95
96 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
97
98         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups,
99         nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
100         group names with backslashes.  Reported by Tassilo Horn
101         <tassilo@member.fsf.org>.
102
103 2007-12-06  D. Goel  <deego3@gmail.com>
104
105         * gnus-art.el (article-make-date-line):
106         * gnus-start.el (gnus-load):
107         * pop3.el (pop3-read-response): Fix buggy call to `error'.
108
109 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * gnus-art.el (gnus-use-idna)
112         * gnus-start.el (gnus-site-init-file)
113         * message.el (message-use-idna)
114         * mm-uu.el (mm-uu-hide-markers)
115         * smiley.el (smiley-style): Revert changes that suppress warnings.
116
117 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
118
119         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
120         specify charset to html source.  Reported by Christoph Conrad
121         <christoph.conrad@gmx.de>.
122
123 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
124
125         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
126         idna-program in order to suppress byte compile warning issued by XEmacs
127         that came to byte compile the default value section of defcustom forms
128         recently.
129
130         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
131         value of installation-directory.
132
133         * message.el (message-use-idna): Don't directly refer to the value of
134         idna-program.
135
136         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
137
138         * smiley.el (smiley-style): Don't directly call face-attribute.
139
140 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
141
142         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
143
144         * gnus-dired.el: Reduce Gnus dependencies.
145         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
146         require.  Use autoloads instead.
147         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
148         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
149         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
150         (gnus-dired-mode): Adjust doc string.
151         (gnus-dired-mail-mode): New variable.
152         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
153         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
154         (gnus-dired-mail-buffers): New function.  Return mail or message
155         composition buffers.
156         (gnus-dired-attach): Use it.
157         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
158         NO-DECODE.
159         (gnus-dired-print): Use `gnus-print-buffer' depending on
160         `gnus-dired-mail-mode'.
161
162 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * rfc2047.el (rfc2047-encoded-word-regexp)
165         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
166         explaining what regexp patterns are for.
167
168 2007-12-04  Glenn Morris  <rgm@gnu.org>
169
170         * password.el: Move to password-cache.el.
171
172         * mml1991.el (password-read, password-cache-add, password-cache-remove):
173         * mml2015.el (password-read, password-cache-add, password-cache-remove):
174         * mml-smime.el (password-read, password-cache-add)
175         (password-cache-remove):
176         No need to autoload, since mml-sec requires password.
177
178         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
179         * message.el (gnus-extract-address-components):
180         * mml-smime.el (gnus-extract-address-components): Define for compiler.
181
182         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
183         password.
184
185 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
186
187         * mailcap.el: Reduce dependencies.
188         (mail-header-parse-content-type): Autoload.
189         (mailcap-delete-duplicates): New alias.
190         (mailcap-mime-info): Add optional argument NO-DECODE.
191         (mailcap-mime-types): Use mailcap-delete-duplicates.
192
193         * message.el (message-ignored-supersedes-headers): Add "X-ID".
194
195 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
196
197         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
198         (imap-parse-status): Upcase status-att for broken servers that sends
199         them lower-case (e.g., MS Exchange 2007).
200
201 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
204         function.
205
206         * gnus-uu.el (gnus-uu-decode-yenc): New command.
207         (gnus-uu-yenc-article): New function.
208
209         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
210
211         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
212         buffer.
213
214 2007-12-02  Glenn Morris  <rgm@gnu.org>
215
216         * binhex.el (binhex): New custom group.
217         (binhex-decoder-program, binhex-decoder-switches)
218         (binhex-use-external): Move to the binhex custom group.
219
220         * uudecode.el (uudecode): New custom group.
221         (uudecode-decoder-program, uudecode-decoder-switches)
222         (uudecode-use-external): Move to the uudecode custom group.
223
224         * netrc.el (top-level): Don't load `encrypt' features.
225         (netrc-parse): Don't use encrypt.
226         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
227
228         * encrypt.el: Remove file.
229
230 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
231
232         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
233         matches on patches.
234
235         * gnus-art.el (gnus-article-browse-html-article): Mention
236         `mm-text-html-renderer' in the doc string.
237
238         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
239         string.  Add comments.
240
241         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
242         if rhs is ASCII.
243
244 2007-12-01  Glenn Morris  <rgm@gnu.org>
245
246         * mail-source.el (top-level): Require format-spec before
247         eval-when-compile.
248
249 2007-11-30  Glenn Morris  <rgm@gnu.org>
250
251         * encrypt.el: Require password, rather than autoloading password-read.
252
253 2007-11-29  Glenn Morris  <rgm@gnu.org>
254
255         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
256         (sasl-make-client, sasl-next-step, sasl-step-data)
257         (sasl-step-set-data): Declare as functions.
258
259 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
260
261         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
262
263 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
264
265         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
266         certs should be verified and what is to be done in the event of a
267         verification failure.
268
269         * gnus.el (gnus-method-to-server): Add an optional parameter so the
270         caller can indicate whether the cache should be disregarded for this
271         call.  This way the result of the call is reproducible at all times and
272         can be considered a canonical server name for the supplied method.
273         (gnus-agent-method-p): Canonicalize server names by pushing their
274         method through `gnus-method-to-server' using the no-cache argument.
275
276         * gnus-srvr.el (gnus-server-insert-server-line): Call
277         `gnus-method-to-server' with `no-cache' argument.
278
279         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
280         gnus-agent-possibly-synchronize-flags as this should be called when the
281         server is actually being opened.
282         (gnus-agent-possibly-synchronize-flags)
283         (gnus-agent-possibly-synchronize-flags-server): Move check for the
284         flags file of an agentized server to the latter function.
285
286         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
287         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
288         after a connection has been established successfully.
289
290 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
291
292         * gnus-art.el (article-display-face): Force to display face if called
293         interactively; check if gnus-article-x-face-too-ugly matches author.
294         (article-display-x-face): Display face even if From header is missing
295         as article-display-face does.
296
297 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
298
299         * hashcash.el (message-narrow-to-headers-or-head)
300         (message-fetch-field, message-goto-eoh)
301         (message-narrow-to-headers): Declare as functions.
302
303 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
304
305         * mail-source.el (mail-sources): Default to fetch from file for
306         compatibility with default of nnmail-spool-file.
307
308 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
311         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
312         to look for encoded word that should be encoded again.
313         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
314         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
315         encoding pattern.
316         (rfc2047-decode-region): Switch strict regexp and loose one according
317         to rfc2047-allow-irregular-q-encoded-words.
318
319 2007-11-25  Romain Francoise  <romain@orebokech.com>
320
321         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
322
323 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
324
325         * tls.el (tls-program): Provide more custom choices from
326         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
327         (tls-process-connection-type, tls-success): Remove "*" in doc string.
328
329 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
330
331         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
332         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
333
334         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
335         `nnmail-spool-file'.
336
337         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
338         `nnmail-spool-file'.
339
340         * gnus-move.el (gnus-change-server): Ditto.
341
342         * gnus-kill.el (gnus-batch-score): Ditto.
343
344         * gnus-cache.el (gnus-jog-cache): Ditto.
345
346         * gnus-msg.el (gnus-summary-reply): Ignore
347         gnus-confirm-mail-reply-to-news for wide and very wide replies.
348
349 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
350
351         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
352         version.  Minor improvement to doc strings.
353         (tls-program): Add comment.
354
355 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
356
357         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
358         (tls-checktrust): New variable.  Check if GNU TLS complained about a
359         mismatch between the hostname provided in the certificate and the name
360         of the host connnecting to.
361         (open-tls-stream): Use them.  Check certificates against trusted root
362         certificates.
363
364 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
365
366         * gnus-cache.el (gnus-cache-generate-nov-databases): Use
367         nnml-generate-nov-databases-directory instead of
368         nnml-generate-nov-databases-1.
369
370 2007-11-24  Glenn Morris  <rgm@gnu.org>
371
372         * message.el (message-tool-bar-retro): Update for rename
373         mail_send.xpm->mail-send.xpm.
374
375 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
376
377         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
378         `smime-ldap-search' for Emacs 22 and up.
379
380 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
381
382         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
383
384         * message.el (message-send-mail-function): Fix error convention.
385         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
386         (message-widen-reply, message-send-mail, message-talkative-question)
387         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
388         (message-clone-locals, message-send-news): Use with-current-buffer.
389         (message-insert-or-toggle-importance): Remove unused var `valid'.
390         (message-make-references): Remove unused var `new-references'.
391         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
392
393 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
394
395         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
396         (spam-split-symbolic-return-positive): Reflow docstring.
397         (spam-backends, spam-summary-exit-behavior)
398         (spam-mark-ham-unread-before-move-from-spam-group)
399         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
400         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
401         (spam-clear-cache, spam-backend-check, spam-install-backend)
402         (spam-install-statistical-backend, spam-list-of-processors)
403         (spam-group-processor-p, spam-split, spam-bogofilter-score)
404         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
405         (spam-check-crm114, spam-initialize, spam-unload-hook):
406         Fix typos in docstrings.
407
408 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
411         been checked if they have never been read and those group levels are
412         higher than the one that a user specified.
413
414 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
417         foreign groups unless a group level is specified by a user.
418         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
419
420 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
421
422         * message.el (message-send-mail-function): Require sendmail.
423
424 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
425
426         * message.el (message-send-mail-function): Check for smtpmail too.
427
428         * utf7.el (utf7-encode, utf7-decode): Use coding system
429         `utf-7'/`utf-7-imap' from utf-7.el' if available.
430
431         * message.el (message-send-mail-function): New function.
432         (message-send-mail-function): Set default using
433         message-send-mail-function.  Adjust doc string.
434         (message-send-mail-with-mailclient): New function.
435
436 2007-11-17  Richard Stallman  <rms@gnu.org>
437
438         * assistant.el: Remove file.
439
440 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
441
442         * smime.el (from):
443         * rfc2047.el (message-posting-charset):
444         * qp.el (mm-use-ultra-safe-encoding):
445         * pop3.el (parse-time-months):
446         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
447         * nnml.el (files):
448         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
449         (jka-compr-compression-info-list, ange-ftp-path-format)
450         (efs-path-regexp):
451         * nndiary.el (files):
452         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
453         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
454         (epg-digest-algorithm-alist, inhibit-redisplay)
455         (password-cache-expiry):
456         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
457         (pgg-output-buffer, password-cache-expiry):
458         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
459         (efs-path-regexp):
460         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
461         (inhibit-redisplay):
462         * mm-uu.el (file-name, start-point, end-point, entry)
463         (gnus-newsgroup-name, gnus-newsgroup-charset):
464         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
465         (latin-unity-ucs-list):
466         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
467         (mm-uu-binhex-decode-function):
468         * message.el (gnus-message-group-art, gnus-list-identifiers, )
469         (rmail-enable-mime-composing, gnus-local-organization)
470         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
471         (gnus-read-active-file, facemenu-add-face-function)
472         (facemenu-remove-face-function, gnus-article-decoded-p)
473         (tool-bar-mode):
474         * mail-source.el (display-time-mail-function):
475         * gnus-util.el (nnmail-pathname-coding-system)
476         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
477         (gnus-original-article-buffer, gnus-user-agent)
478         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
479         (xemacs-codename, sxemacs-codename, emacs-program-version):
480         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
481         * gnus-start.el (gnus-agent-covered-methods)
482         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
483         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
484         (gnus-newsgroup-headers, gnus-group-list-mode)
485         (gnus-group-mark-positions, gnus-newsgroup-data)
486         (gnus-newsgroup-unreads, nnoo-state-alist)
487         (gnus-current-select-method, mail-sources)
488         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
489         (nnmail-spool-file, gnus-cache-active-hashtb):
490         * gnus-mh.el (mh-lib-progs):
491         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
492         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
493         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
494         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
495         (gnus-group-buffer):
496         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
497         (font-lock-set-defaults):
498         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
499         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
500         (gnus-summary-post-menu, total-parts, type, condition, length):
501         * gnus-agent.el (gnus-agent-read-agentview):
502         * flow-fill.el (show-trailing-whitespace):
503         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
504         eval-and-compile wrappers for byte compiler pacifiers.
505
506         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
507         (mm-display-inline-fontify): Check for featurep 'xemacs not
508         extent-list.
509
510         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
511         itimer-list.
512         (mm-create-image-xemacs): Only do something for XEmacs.
513         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
514
515         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
516
517         * gnus-registry.el (gnus-adaptive-word-syntax-table):
518         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
519
520 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
521
522         * nnimap.el (nnimap-split-download-body):
523         * gnus-demon.el (gnus-demon):
524         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
525
526 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
527
528         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
529         macros.
530         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
531         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
532         copy data from unibyte buffer to multibyte current buffer.
533         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
534         to copy data from unibyte current buffer to multibyte buffer.
535         (nntp-make-process-buffer): Make process buffer unibyte.
536
537         * pop3.el (pop3-open-server): Fix typo in Lisp code.
538
539 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
540
541         * pop3.el (pop3-open-server): Accept and process data more robustly at
542         connexion start to avoid spurious "POP SSL connexion failed" errors.
543
544 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
547         read group names.
548
549 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
550
551         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
552
553 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * nnmail.el (nnmail-parse-active): Make group names unibyte.
556         (nnmail-save-active): Use a unibyte buffer when saving active file,
557         which may contain non-ASCII group names.
558
559         * nnml.el (nnml-request-group): Decode group names in messages.
560
561 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
562
563         * message.el (message-citation-line-function)
564         (message-insert-formatted-citation-line): Fix spelling of
565         `message-insert-formated-citation-line'.
566
567 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
568
569         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
570
571 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
574         nnmail-pathname-coding-system.
575
576         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
577         that a user enters; decode group names in messages.
578
579         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
580
581 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
582
583         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
584
585         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
586
587         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
588         risky local variable.
589
590         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
591
592 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
593
594         * encrypt.el: Improve documentation to fix function name typo.
595         Reported by Daiki Ueno <ueno@unixuser.org>.
596
597 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
600         even if the point is not in the last page of an article.
601         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
602         back to the previous page.
603
604 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
605
606         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
607
608 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
611
612 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
613
614         * message.el (message-check-news-body-syntax): Avoid
615         mm-string-as-multibyte.
616         (message-hide-headers): Don't assume (point-min)==1.
617
618 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
619
620         * message.el (message-remove-blank-cited-lines): Fix if remove is
621         given.
622         (message-bogus-address-regexp): New variable.
623         (message-bogus-recipient-p): New function.
624         (message-check-recipients): New command.
625         (message-syntax-checks): Add `bogus-recipient'.
626         (message-fix-before-sending): Add `bogus-recipient'.
627
628         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
629         (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
630         window-system.
631
632 2007-10-28  Miles Bader  <miles@gnu.org>
633
634         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
635         at compile-time too.
636
637 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
638
639         * gnus-msg.el (gnus-message-setup-hook): Add
640         `message-remove-blank-cited-lines' to options.
641
642 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
643
644         * message.el (message-remove-blank-cited-lines): New function.
645         Suggested by Karl Pl\e,Ad\e(Bsterer.
646
647 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
650         mapc.
651
652         * imap.el (imap-open): Replace mapcar called for effect with mapc.
653         (top-level): Use mapc to set functions to be traced for debugging.
654
655         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
656         called for effect with while loop.
657
658         * message.el (message-talkative-question): Replace mapcar called for
659         effect with mapc.
660
661         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
662         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
663         called for effect with dolist.
664
665         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
666
667         * nndiary.el: Use dolist instead of mapcar to add diary headers to
668         gnus-extra-headers and nnmail-extra-headers.
669
670         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
671         called for effect with dolist.
672         (top-level): Use mapc to set functions to be traced for debugging.
673
674         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
675         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
676         dolist.
677
678         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
679         Replace mapcar called for effect with mapc.
680         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
681         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
682         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
683         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
684
685         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
686         remove-if that's a cl function.
687
688         * webmail.el (webmail-debug): Replace mapcar called for effect with
689         dolist.
690
691         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
692         with mapc.
693
694 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
697         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
698         with while loop.
699
700         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
701         functions from article-* functions.
702         (gnus-multi-decode-header): Replace mapcar called for effect with
703         dolist.
704
705         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
706         (gnus-bookmark-show-details): Replace mapcar called for effect with
707         while loop.
708
709         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
710         called for effect with while loop.
711
712         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
713         with dolist.
714
715         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
716         mapcar called for effect with dolist.
717
718         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
719
720         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
721         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
722         Replace mapcar called for effect with dolist.
723         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
724         mapc.
725
726         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
727         Replace mapcar called for effect with dolist.
728         (gnus-topic-list): Replace mapcar called for effect with mapc.
729
730         * gnus.el: Use mapc instead of mapcar to add autoloads.
731
732 2007-10-23  Richard Stallman  <rms@gnu.org>
733
734         * gnus-group.el (gnus-group-highlight): Mark as risky.
735
736 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * gnus.el (gnus-server-to-method): Return method found first in
739         gnus-newsrc-alist.
740
741         * gnus-art.el (gnus-article-highlight-signature)
742         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
743         button overlay without the front stickiness.
744
745 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
746
747         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
748         overview buffer needed a catch to receive its throw.
749         (gnus-agent-flush-cache): Declared as interactive to make this function
750         easier to use.
751
752 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
753
754         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
755         `next-line'.
756
757 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
760         exclude address matching message-dont-reply-to-names.
761
762 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * gnus-util.el (gnus-string<): New function.
765
766         * gnus-sum.el (gnus-article-sort-by-author)
767         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
768
769 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
772         the frame-focus tag is set in gnus-buffer-configuration.
773
774 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
775
776         * gnus-art.el (gnus-article-add-button): Make a button overlay without
777         the front stickiness.
778
779 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
780
781         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
782         url pattern; remove duplicate one.
783         (gnus-article-extend-url-button): New function.
784         (gnus-article-add-buttons): Use it.
785         (gnus-button-push): Use concatenated url that it makes.
786
787 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
788
789         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
790
791 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
792
793         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
794         Don't hardcode point-min==1.
795
796 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
797
798         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
799         Fix comment about "iso8859-1".
800
801 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
802
803         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
804         ones returned from the verify-function.
805
806         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
807         mml2015-extract-cleartext-signature if extraction failed.
808
809 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
810
811         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
812         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
813         failed.
814
815 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
816
817         * Relicense "GPLv2 or later" files to "GPLv3 or later".
818
819 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
820
821         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
822         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
823         recommends to use EasyPG instead of PGG.
824
825         * pgg.el: Revert to revision 6.23.2.16
826
827         * pgg-def.el: Revert to revision 6.6.2.14.
828
829         * pgg-gpg.el: Revert to revision 6.23.2.34.
830
831 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
832
833         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
834         to mark a thread as expirable.  Add variable `hide' to handle hiding of
835         thread for both the null and zero (kill/expire thread) universal prefix
836         cases.
837         (gnus-summary-expire-thread): Add new function to expire a thread,
838         using gnus-summary-kill-thread.
839         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
840         shortcuts for gnus-summary-expire-thread.
841         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
842         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
843
844 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
845
846         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
847         extras value, so an extras entry can be deleted.
848         (gnus-registry-delete-extra-entry): Use it.
849         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
850         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
851         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
852          storage through the gnus-registry, and provide an appropriate API for
853          it.
854
855 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
856
857         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
858         Suggested by Leo <sdl.web@gmail.com>.
859
860         * gnus.el: Do.
861
862 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
865         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
866
867         * gnus-agent.el (gnus-agent-fetch-headers): Do.
868
869         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
870         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
871
872 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
873
874         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
875         newline.
876         (nnmbox-request-accept-article): Don't change article in source buffer;
877         narrow to header to use message-fetch-field rather than
878         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
879         (nnmbox-request-replace-article): Quote lines that'll be misidentified
880         as delimiters; make sure article ends with newline.
881         (nnmbox-delete-mail): Correct last position of article to be deleted;
882         ignore X-Gnus-Newsgroup header in article body.
883         (nnmbox-save-mail): Quote lines looking like delimiters at the right
884         positions; make sure article ends with newline.
885
886         * message.el (message-display-abbrev): Don't infloop when a user
887         inserts SPC in the beginning of header.
888
889         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
890         coding-system-for-read and coding-system-for-write for XEmacs having no
891         file-coding feature.
892
893         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
894
895 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
896
897         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
898         list of groups not followed by default.  Fix type to be regexp.
899         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
900
901 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
902
903         * hmac-def.el (define-hmac-function): Switch from old-style to
904         new-style backquotes.
905
906         * md4.el (md4-make-step): likewise.
907
908 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
911         raw-text coding system when saving .newsrc file, which may contain
912         non-ASCII group names.
913
914 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * gnus-cus.el (gnus-score-extra): New widget.
917         (gnus-score-extra-convert): New function.
918         (gnus-score-customize): Use it for Extra.
919
920 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
921
922         * mml2015.el (mml2015-extract-cleartext-signature): New function.
923         (mml2015-mailcrypt-clear-verify): Use it.
924         (mml2015-gpg-clear-verify): Use it.
925         (mml2015-pgg-clear-verify): Use it.
926         (mml2015-epg-clear-verify): Replace the current part with the output
927         from GnuPG; don't extract the plaintext by itself.
928
929         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
930         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
931         mml2015-clear-verify-function; don't touch the armor headers or
932         dash-escaped text here.
933
934 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
937         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
938         parts, or application/octet-stream as a last resort.
939         (gnus-mime-view-part-as-type): Don't toggle display.
940         (gnus-mime-view-part-as-charset): Don't turn off display before
941         querying charset.
942
943         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
944         stuff to undisplayer function in Emacs.
945         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
946
947         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
948         text/calendar parts.
949
950 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
953         decoding text/calendar parts.
954
955         * message.el (message-forward-make-body-mime): Always mark body as
956         having no illegible text; remove signed-or-encrypted argument.
957         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
958
959         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
960         (mml-generate-mime-1): Don't encode body if it is specified to be in
961         raw form; don't make buffer be unibyte when inserting multibyte string.
962
963 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
964
965         * sha1.el: Fix up comment style.
966         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
967         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
968
969         * hex-util.el: Fix up comment style.
970         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
971
972         * gnus-salt.el: Use with-current-buffer.
973         (gnus-pick-setup-message): Fix long-standing typo.
974
975 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
976
977         * imap.el (imap-logout-timeout): New variable.
978         (imap-logout, imap-logout-wait): New functions.
979         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
980
981         * nnimap.el (nnimap-logout-timeout): New server variable.
982         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
983         nnimap-logout-timeout.
984
985         * gnus-art.el (gnus-article-summary-command-nosave)
986         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
987
988 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * gnus.el (gnus-maximum-newsgroup): New variable.
991
992         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
993         according to gnus-maximum-newsgroup.
994
995         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
996         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
997         Limit the range of articles according to gnus-maximum-newsgroup.
998
999 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
1000
1001         * gnus-art.el (gnus-sticky-article): Fixed problems described in
1002         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
1003         Don't perform gnus-configure-windows here; reuse existing sticky
1004         article buffer.
1005
1006         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
1007         it doesn't exist in gnus-article-mode.
1008
1009 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
1012         (gnus-agent-decoded-group-name): New function.
1013         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
1014         (gnus-agent-expire-group-1): Use it; decode group name in messages.
1015
1016 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
1017
1018         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
1019         Add binding for gnus-sticky-article.
1020         (gnus-summary-exit): Don't kill sticky article buffers.
1021
1022         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
1023         article buffer.
1024         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
1025         (gnus-kill-sticky-article-buffers): New commands.
1026
1027 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * nntp.el (nntp-xref-number-is-evil): New server variable.
1030         (nntp-find-group-and-number): If it is non-nil, don't trust article
1031         numbers in the Xref header.
1032
1033 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * gnus-agent.el (gnus-agent-read-group): New function.
1036         (gnus-agent-flush-group, gnus-agent-expire-group)
1037         (gnus-agent-regenerate-group): Use it.
1038         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
1039         nnmail-pathname-coding-system.
1040
1041 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
1044
1045         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
1046         that are unread as unread, and also as selected so that information of
1047         marks having been changed by a user may be updated when exiting group.
1048
1049 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * gnus-art.el (gnus-mime-display-single): Pass part number that is
1052         calculated ignoring signature parts to gnus-treat-article.
1053
1054 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
1057         a point here in order to keep the window start.
1058         (gnus-insert-mime-security-button): Make a button overlay without the
1059         front stickiness.
1060         (gnus-mime-display-security): Goto the end of a button.
1061
1062         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
1063
1064 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
1067         group-name-at-point.
1068         (gnus-group-completing-read): New function that offers decoded
1069         non-ASCII group names for completion.
1070         (gnus-fetch-group, gnus-group-read-ephemeral-group)
1071         (gnus-group-jump-to-group, gnus-group-make-group-simple)
1072         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
1073         (gnus-group-fetch-control): Use it.
1074         (gnus-fetch-group): Use group-name-at-point for the initial value
1075         rather than the default value; use gnus-alive-p.
1076
1077         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
1078         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
1079         (gnus-summary-post-news): Use gnus-group-completing-read.
1080
1081         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
1082         (gnus-read-move-group-name): Decode group name for completion.
1083
1084 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
1085
1086         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
1087         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
1088         Yamaoka slightly modified the code).
1089
1090 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1091
1092         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
1093         (nnmail-split-incoming): Bind it.
1094
1095         * nnml.el (nnml-group-name-charset): New function.
1096         (nnml-decoded-group-name): Use it; don't decode group name if
1097         nnmail-group-names-not-encoded-p is non-nil.
1098         (nnml-encoded-group-name): New function.
1099         (nnml-group-pathname): Inline nnml-decoded-group-name.
1100         (nnml-request-expire-articles): Decode group name in message.
1101         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
1102         nnmail-pathname-coding-system.
1103         (nnml-save-mail, nnml-active-number): Work with decoded group names and
1104         not decoded ones according to nnmail-group-names-not-encoded-p.
1105         (nnml-generate-active-info): Use nnml-encoded-group-name.
1106
1107 2007-08-08  Glenn Morris  <rgm@gnu.org>
1108
1109         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
1110         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
1111         doc-strings and comments.
1112
1113 2007-07-25  Glenn Morris  <rgm@gnu.org>
1114
1115         * Relicense all FSF files to GPLv3 or later.
1116
1117 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * gnus-sum.el (gnus-summary-move-article): Make
1120         gnus-summary-respool-article work.
1121
1122 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
1123
1124         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
1125         string.
1126
1127 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1128
1129         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
1130         that should be ignored when comparing distant RSS articles with local
1131         ones.
1132         (nnrss-make-hash-index): New function.  Create a hash index according
1133         to the ignored fields.
1134         (nnrss-check-group): Use it.
1135
1136 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1137
1138         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
1139
1140         * gnus-art.el (article-decode-group-name): Decode Xref header too.
1141
1142         * gnus-group.el (gnus-group-make-group): Encode group name here unless
1143         the new optional argument ENCODED is non-nil.
1144         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
1145         coding system for encoding group name.
1146         (gnus-group-make-rss-group): Pass un-encoded group name to
1147         gnus-group-make-group.
1148         (gnus-group-set-info): Tell gnus-group-make-group that group name is
1149         encoded.
1150
1151         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
1152         Encode group name to which articles are moved or copied.
1153         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
1154         coding system for encoding Newsgroup, Followup-To and Xref headers.
1155
1156         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
1157         marks; use nnheader-file-coding-system to write a file.
1158         (nnagent-retrieve-headers): Bind file-name-coding-system to
1159         nnmail-pathname-coding-system.
1160
1161         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
1162
1163         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
1164         (nnml-request-article, nnml-request-create-group)
1165         (nnml-request-rename-group, nnml-find-id)
1166         (nnml-possibly-change-directory, nnml-possibly-create-directory)
1167         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
1168         (nnml-save-marks): Use nnml-group-pathname instead of
1169         nnmail-group-pathname.
1170
1171         (nnml-request-create-group, nnml-request-expire-articles)
1172         (nnml-request-move-article, nnml-request-delete-group)
1173         (nnml-deletable-article-p, nnml-possibly-create-directory)
1174         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
1175         (nnml-open-marks): Bind file-name-coding-system to
1176         nnmail-pathname-coding-system.
1177
1178         (nnml-request-article): Pass server argument to nnml-find-group-number.
1179         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
1180         server argument to nnml-possibly-create-directory.
1181         (nnml-request-accept-article): Pass server argument to
1182         nnml-active-number and nnml-save-mail.
1183         (nnml-find-group-number): Pass server argument to nnml-find-id.
1184         (nnml-request-update-info): Pass server argument to
1185         nnml-marks-changed-p.
1186
1187         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
1188         (nnml-save-mail, nnml-active-number): Add server argument.
1189
1190         (nnml-request-delete-group): Warn if group is missing.
1191         (nnml-get-nov-buffer): Decode group name.
1192         (nnml-generate-active-info): Encode group name.
1193         (nnml-open-marks): Decode group name in messages.
1194
1195 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
1198         if it is not specified.
1199         (gnus-article-pipe-part, gnus-article-save-part)
1200         (gnus-article-interactively-view-part, gnus-article-copy-part)
1201         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
1202         (gnus-article-inline-part, gnus-article-save-part-and-strip)
1203         (gnus-article-replace-part, gnus-article-delete-part)
1204         (gnus-article-view-part-as-type): Pass raw prefix argument to
1205         gnus-article-part-wrapper.
1206
1207 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1208
1209         * gnus-agent.el (gnus-agent-save-active): Bind
1210         nnheader-file-coding-system to gnus-agent-file-coding-system.
1211
1212         * gnus-cache.el (gnus-cache-save-buffers)
1213         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
1214         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
1215         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
1216         (gnus-cache-braid-nov, gnus-cache-braid-heads)
1217         (gnus-cache-generate-active, gnus-cache-rename-group)
1218         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
1219         (gnus-cache-update-overview-total-fetched-for): Bind
1220         file-name-coding-system to nnmail-pathname-coding-system.
1221         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
1222         variables.
1223         (gnus-cache-decoded-group-name): New function.
1224         (gnus-cache-file-name): Use it.
1225         (gnus-cache-generate-active): Use non-decoded group name for active.
1226
1227         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
1228         right place.
1229         (gnus-write-active-file): Don't break non-ASCII group names.
1230
1231         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
1232         nnmail-pathname-coding-system.
1233
1234         * lpath.el: Bind default-file-name-coding-system,
1235         file-name-coding-system and language-info-alist for XEmacs.
1236
1237         * gnus-uu.el (gnus-uu-decode-save): Typo.
1238
1239 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
1242
1243 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
1246         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
1247         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
1248         (gnus-agent-flush-group, gnus-agent-flush-cache)
1249         (gnus-agent-fetch-headers, gnus-agent-load-alist)
1250         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
1251         (gnus-agent-retrieve-headers, gnus-agent-request-article)
1252         (gnus-agent-regenerate-group)
1253         (gnus-agent-update-files-total-fetched-for)
1254         (gnus-agent-update-view-total-fetched-for): Bind
1255         file-name-coding-system to nnmail-pathname-coding-system.
1256         (gnus-agent-group-pathname): Don't encode file names by
1257         nnmail-pathname-coding-system.
1258         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
1259         coding-system-for-write instead of buffer-file-coding-system to
1260         gnus-agent-file-coding-system.
1261
1262         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
1263         Decode group name.
1264
1265         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
1266
1267         * gnus-start.el (gnus-update-active-hashtb-from-killed)
1268         (gnus-read-newsrc-el-file): Make group names unibyte.
1269
1270         * nnmail.el (nnmail-group-pathname): Don't encode file names by
1271         nnmail-pathname-coding-system.
1272
1273         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
1274         (nnrss-request-delete-group): Bind file-name-coding-system to
1275         nnmail-pathname-coding-system.
1276         (nnrss-read-server-data, nnrss-read-group-data): Bind
1277         file-name-coding-system correctly.
1278         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
1279
1280         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
1281         (nntp-server-to-method-cache): New variable.
1282         (nntp-group-pathname): New function that decodes non-ASCII group names.
1283         (nntp-possibly-create-directory, nntp-marks-changed-p)
1284         (nntp-save-marks, nntp-open-marks): Use it.
1285         (nntp-possibly-create-directory, nntp-open-marks):
1286         Bind file-name-coding-system to nnmail-pathname-coding-system.
1287         (nntp-open-marks): Decode group names when bootstrapping marks.
1288
1289         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
1290         Newsgroups and Folowup-To headers.
1291
1292 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1293
1294         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1295         (gnus-server-closed-face, gnus-server-denied-face)
1296         (gnus-server-offline-face): Remove variable.
1297         (gnus-server-font-lock-keywords): Use faces that are not aliases.
1298
1299         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
1300         of modifying message-stack directly for XEmacs.
1301
1302         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
1303         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
1304         if the coding-system argument is nil for XEmacs.
1305
1306         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
1307         mm-charset-override-alist.
1308
1309         * rfc2047.el: Don't require base64; require rfc2045 for the function
1310         rfc2045-encode-string.
1311         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
1312         to quote the parameter value.
1313
1314 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
1317         form in gnus-group-name-charset-method-alist.
1318
1319         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
1320         overrides the default layout edit-form.
1321
1322         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
1323
1324         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
1325
1326 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
1329         as unfetched articles.
1330
1331 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
1332
1333         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
1334
1335 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
1338         original back end that keeps marks in the local system.
1339
1340 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
1343         arg of pop-to-buffer for XEmacs.
1344         (gnus-article-read-summary-keys): Ditto; don't restore window
1345         configuration if summary command ends up with neither article buffer
1346         nor summary buffer; describe bindings if summary keys end with C-h.
1347
1348 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1349
1350         * message.el (message-fix-before-sending): Skip raw message part to be
1351         forwarded while checking illegible text.
1352         (message-forward-make-body-mime, message-forward-make-body): Mark
1353         signed or encrypted raw message as having no illegible text.
1354
1355 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
1358         (gnus-message-with-timestamp-1): New macro.
1359         (gnus-message-with-timestamp): New function.
1360         (gnus-message): Use them.
1361
1362         * nnheader.el (nnheader-message): Use them.
1363
1364 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
1365
1366         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
1367         .newsrc.eld file.
1368
1369 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * gnus-agent.el (gnus-agent-fetch-headers)
1372         (gnus-agent-retrieve-headers): Bind
1373         gnus-decode-encoded-address-function to identity.
1374
1375         * nntp.el (nntp-send-xover-command): Recognize an xover command is
1376         available also when the server returns simply a dot.
1377
1378         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
1379
1380 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1381
1382         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
1383
1384 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * gnus-ems.el (gnus-x-splash): Make it work.
1387
1388         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
1389         from being used.
1390
1391         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
1392
1393 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
1396         4th and the 5th arguments.
1397
1398         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
1399         the front stickiness.
1400         (gnus-article-summary-command-nosave): Correct the order of the
1401         arguments passed to pop-to-buffer.
1402         (gnus-article-read-summary-keys): Ditto; make it work properly when the
1403         summary command ends up with the article buffer.
1404
1405         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
1406         the same faces.
1407
1408 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1409
1410         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
1411
1412 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1413
1414         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
1415         * gnus-sum.el (gnus-summary-highlight):
1416         * pgg.el (pgg-sign-region, pgg-sign):
1417         * mail-source.el (mail-source-delete-old-incoming-confirm):
1418         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
1419
1420 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1421
1422         * gnus-art.el (gnus-mime-view-part-externally)
1423         (gnus-mime-view-part-internally): Fix predicate function passed to
1424         completing-read.
1425
1426         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
1427
1428         * gnus.el (gnus-update-message-archive-method): Add :version.
1429
1430 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * gnus.el (gnus-update-message-archive-method): New variable.
1433
1434         * gnus-start.el (gnus-setup-news): Update saved "archive" method
1435         according to gnus-message-archive-method if
1436         gnus-update-message-archive-method is non-nil.
1437
1438 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
1441         by Loic Dachary <loic@dachary.org>.
1442         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
1443
1444 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * message.el (message-pop-to-buffer): Add switch-function argument.
1447         (message-mail): Pass switch-function argument to it.
1448
1449 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
1450
1451         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
1452         Improve doc string.
1453
1454 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
1457         (gnus-header-content)
1458         * gnus-cite.el (gnus-cite-10)
1459         * gnus-srvr.el (gnus-server-closed)
1460         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
1461         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
1462         (gnus-group-mail-3-empty, gnus-group-mail-low)
1463         (gnus-group-mail-low-empty, gnus-splash)
1464         * message.el (message-header-to, message-header-cc)
1465         (message-header-subject, message-header-other, message-header-name)
1466         (message-header-xheader, message-separator, message-cited-text)
1467         (message-mml): Lighten colors of faces used for dark background.
1468
1469 2007-05-24  Simon Josefsson  <simon@josefsson.org>
1470
1471         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
1472         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
1473
1474 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * message.el (message-narrow-to-headers-or-head): Ignore
1477         mail-header-separator in the body.
1478
1479 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
1482         same as window size.
1483
1484 2007-05-22  Kevin Ryde  <user42@zip.com.au>
1485
1486         * message.el (message-font-lock-keywords): Use message-header-xheader
1487         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
1488         ahead of the anything pattern, to get it recognised.
1489
1490 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1491
1492         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
1493         spam.el loads uses it in the compiled defadvice form.
1494
1495 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1496
1497         * gnus-sum.el (gnus-articles-to-read)
1498         (gnus-summary-insert-old-articles): Don't truncate group name for
1499         `read-string'.
1500
1501         * gnus-util.el (gnus-limit-string): Delete this function.
1502
1503         * gnus-sum.el (gnus-simplify-subject-fully): Use
1504         `truncate-string-to-width' instead.
1505
1506 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1507
1508         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
1509         if, on summary exit, the next group has to be selected.
1510         (gnus-summary-exit): Use it.
1511
1512 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1513
1514         * gnus-art.el (gnus-article-mode): Fix comment about displaying
1515         non-break space.
1516
1517 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
1520         Check if group is not a directory.
1521         (nnfolder-request-expire-articles): Don't delete articles if the target
1522         group is not available.
1523
1524         * nnml.el (nnml-request-create-group): Properly check if group is not a
1525         file.
1526         (nnml-request-expire-articles): Don't delete articles if the target
1527         group is not available.
1528
1529         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1530         Don't quote characters that are within parentheses.
1531
1532 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
1535         (gnus-handle-ephemeral-exit): Select article according to it.
1536
1537 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1538
1539         * message.el (message-insert-formated-citation-line): Remove newline.
1540         (message-citation-line-format): Add final \n here so that the user can
1541         avoid a blank line.
1542
1543 2007-05-03  Dan Christensen  <jdc@uwo.ca>
1544
1545         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1546         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1547         Update lanl/arXiv support.
1548
1549 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1550
1551         * gnus.el: Bump version number.
1552
1553 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * gnus.el (gnus-version-number): Bump version.
1556
1557 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1558
1559         * gnus.el: No Gnus v0.6 is released.
1560
1561 2007-04-27  Didier Verna  <didier@xemacs.org>
1562
1563         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
1564         * gmm-utils.el (gmm-regexp-concat): here.
1565         * message.el: Don't require 'gnus-util.
1566         (message-dont-reply-to-names): Handle name change above.
1567         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
1568
1569 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
1572         since the initial value varies according to the system.
1573
1574 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1575
1576         * mm-util.el (mm-charset-synonym-alist): Defcustom.
1577
1578 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
1579
1580         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
1581
1582 2007-04-24  Didier Verna  <didier@xemacs.org>
1583
1584         Improve the type of gnus-ignored-from-addresses.
1585         * gnus-util.el (gnus-orify-regexp): New function.
1586         * message.el (gnus-util): Require it.
1587         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
1588         * gnus-sum.el (gnus-ignored-from-addresses): New function.
1589         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
1590
1591 2007-04-24  Didier Verna  <didier@xemacs.org>
1592
1593         * gnus-sum.el:
1594         * gnus-utils.el: Fix some trailing whitespaces.
1595
1596 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1597
1598         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
1599         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
1600         article's Message-ID; refer parent article in summary buffer.
1601
1602         * message.el (message-bounce): Call mime-to-mml.
1603
1604         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
1605         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
1606         optimize and/or forms properly.
1607
1608 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
1609
1610         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
1611         URL.
1612
1613 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
1616
1617 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
1620         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
1621         displayed of multipart/alternative part if it is invoked from summary
1622         buffer.
1623
1624         * mm-view.el (mm-inline-text-html-render-with-w3m)
1625         (mm-inline-text-html-render-with-w3m-standalone)
1626         (mm-inline-render-with-function): Use mail-parse-charset by default.
1627
1628 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1629
1630         * parse-time.el (parse-time-string-chars): Check if CHAR
1631         is less than the length of parse-time-syntax.
1632
1633 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
1636         from gnus-newsgroup-processable.
1637
1638 2007-04-16  Didier Verna  <didier@xemacs.org>
1639
1640         * gnus-msg.el (gnus-configure-posting-styles): Handle
1641         message-signature-directory properly with :file syntax. Reported by
1642         "Leo".
1643
1644 2007-04-11  Didier Verna  <didier@xemacs.org>
1645
1646         New user option: message-signature-directory.
1647         * gnus-msg.el (gnus-configure-posting-styles): Support it.
1648         * message.el (message-insert-signature): Ditto.
1649         * message.el (message-signature-file): Doc update.
1650         * message.el (message-signature-directory): New.
1651
1652 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * gnus-msg.el (gnus-inews-yank-articles): Use
1655         message-exchange-point-and-mark instead of exchange-point-and-mark.
1656
1657 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * message.el (message-yank-original): Make sure cited text ends with
1660         newline; don't exchange point and mark.
1661
1662 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1663
1664         * tls.el (open-tls-stream): Properly handle case where there
1665         is no associated buffer.
1666
1667 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
1668
1669         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1670         message-yank-original, make sure (< mark TEXT point).
1671
1672 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1673
1674         * message.el (message-fill-column): New variable.
1675         (message-mode): Use it.  Add comment on a possible new hook.
1676
1677         * nnmail.el (nnmail-spool-file): Mark as obsolete.
1678         (nnmail-get-new-mail): Reformat.
1679
1680         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
1681
1682         * gmm-utils.el: Fix Commentary.
1683         (gmm-tool-bar-from-list): Fix typo in doc string.
1684
1685 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
1686
1687         * message.el (message-yank-original): Don't switch point and mark
1688         unnecessarily to put point and mark as documented.
1689
1690 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
1693         from the message heads.
1694
1695 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
1696
1697         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
1698         article buffer does not have a window.  This may not be the best
1699         solution but is certainly better than setting the start of the null,
1700         that is the current, window.
1701
1702 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1703
1704         * gnus-draft.el (gnus-draft-setup-hook): New hook.
1705         (gnus-draft-setup): Run it.
1706
1707         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
1708         gnus-score-fast-scoring.  Allow regexp.
1709         (gnus-score-headers): Use it.
1710
1711         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
1712         XEmacs.
1713
1714         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
1715         string.
1716         (gnus-button-alist): Also catch `<f1> k ...'.
1717         (gnus-treat-display-x-face): Fix doc string.
1718
1719 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1720
1721         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
1722         evaluation of gnus-extended-version to ensure correct generation of the
1723         User-Agent header when message-generate-headers-first is used.
1724
1725 2007-03-24  Simon Josefsson  <simon@josefsson.org>
1726
1727         * hashcash.el (hashcash-generate-payment-async): Don't crash if
1728         hashcash-path is nil.  Don't call callback with incorrect number of
1729         parameters if val is 0.
1730
1731 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1732
1733         * message.el (message-required-news-headers):
1734         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
1735
1736 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1737
1738         * tls.el (open-tls-stream): In handshake-waiting loop,
1739         don't wait more if there is output available to process.
1740
1741 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1742
1743         * tls.el (tls-program): Doc fix.
1744
1745 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1746
1747         * message.el (message-generate-new-buffers): Change the meaning of the
1748         nil value; add `standard' to the choices; treat t as `unique'; improve
1749         doc string.
1750         (gnus-select-frame-set-input-focus): Autoload.
1751         (message-buffer-name): Search for the existing message buffer if
1752         message-generate-new-buffers is nil or `standard'; treat the value t of
1753         message-generate-new-buffers as `unique'.
1754         (message-pop-to-buffer): Raise the frame already displaying the message
1755         buffer; clear the echo area after querying.
1756         (message-setup): Pass the `continue' argument to compose-mail.
1757         (message-mail): Prefer `switch-function' if it is given; search for the
1758         existing message buffer if the `continue' argument is non-nil; pass
1759         continue and switch-function arguments to compose-mail by way of
1760         message-setup.
1761         (message-mail-other-window): Adjust argument of message-setup.
1762         (message-mail-other-frame): Ditto.
1763
1764 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
1767         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
1768         to turn font-lock on when turning gnus-message-citation-mode on.
1769
1770 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
1771
1772         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
1773         (mml-smime-function-alist): New variable; add epg as the backend.
1774         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
1775         mml-smime- functions instead.
1776         * mm-view.el: Require smime.
1777
1778 2007-03-05  Didier Verna  <didier@xemacs.org>
1779
1780         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
1781         instead of just inheritance for posting styles.
1782         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
1783
1784 2007-02-24  Chris Moore  <dooglus@gmail.com>
1785
1786         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1787         * pgg-pgp.el (pgg-pgp-encrypt-region):
1788         * pgg-gpg.el (pgg-gpg-encrypt-region):
1789         Check pgg-encrypt-for-me if no other recipients.
1790
1791 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1792
1793         * tls.el (tls-certtool-program): Fix custom type.
1794
1795 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1796
1797         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1798         and point-at-eol instead of line-(beginning|end)-position.
1799
1800         * assistant.el (assistant-parse-buffer): Ditto.
1801
1802         * netrc.el (netrc-parse-services): Ditto.
1803
1804 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
1805
1806         * mml2015.el (mml2015-epg-find-usable-key): New function.
1807         (mml2015-epg-sign): Use it.
1808         (mml2015-epg-encrypt): Use it.
1809
1810 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * message.el (message-make-in-reply-to): Quote name containing
1813         non-ASCII characters.  It will make the RFC2047 encoder cause an error
1814         if there are special characters.  Reported by NAKAJI Hiroyuki
1815         <nakaji@jp.freebsd.org>.
1816
1817 2007-02-27  Didier Verna  <didier@xemacs.org>
1818
1819         Include the group parameters as well as the topic ones in the
1820         inheritance filter process.
1821         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1822         argument GROUP-PARAMS-LIST.
1823         * gnus-topic.el (gnus-group-topic-parameters): Use it.
1824
1825 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1826
1827         * nntp.el (nntp-never-echoes-commands)
1828         (nntp-open-connection-functions-never-echo-commands): New variables.
1829         (nntp-send-command): Use them.
1830
1831 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
1832
1833         * mml2015.el (mml2015-epg-verify): Simplified.
1834
1835 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * mml.el (mml-content-disposition-alist): New user option.
1838         (mml-content-disposition): New function.
1839         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1840         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1841
1842 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1843
1844         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1845         verification.
1846
1847 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1848
1849         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1850         articles posted in the last 24 hours.
1851
1852 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1853
1854         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1855
1856 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1857
1858         * nntp.el (nntp-send-command): Don't wait for echoes when
1859         nntp-open-ssl-stream is used.
1860
1861 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1864         (gnus-message-add-citation-keywords)
1865         (gnus-message-remove-citation-keywords): Remove.
1866         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1867         directly, make the variables in font-lock-defaults buffer-local, add
1868         gnus-message-citation-keywords to them and then update the value of
1869         font-lock-keywords.
1870
1871 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * message.el (message-cite-original-1): Don't call
1874         gnus-article-highlight-citation.
1875
1876         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1877         citations; fix line count.
1878
1879 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1880
1881         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1882         (gnus-message-add-citation-keywords)
1883         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1884         versions of font-lock-add-keywords and font-lock-remove-keywords to
1885         work with XEmacs correctly.
1886
1887 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * gnus-cite.el (gnus-cite-face-list): Set the values of
1890         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1891         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1892         (gnus-message-cite-prefix-regexp): New variable.
1893         (gnus-message-search-citation-line): Use it; protect against long
1894         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1895         the 0th match data for Emacs.
1896         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1897         (gnus-message-add-citation-keywords): Append keywords rather than
1898         prepending; emulate font-lock-add-keywords if it is not available.
1899         (gnus-message-remove-citation-keywords): Emulate
1900         font-lock-remove-keywords if it is not available.
1901
1902         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1903
1904         * message.el (message-cite-prefix-regexp): Set the value of
1905         gnus-message-cite-prefix-regexp.
1906
1907 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1908
1909         * nnweb.el (nnweb-google-parse-1): Update parser.
1910
1911 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1912
1913         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1914
1915 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1916
1917         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1918         regexp.
1919
1920 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1921
1922         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1923         string-to-multibyte.
1924         (uudecode-decode-region-internal): Use it.
1925
1926         * lpath.el: Fbind string-as-multibyte for XEmacs.
1927
1928 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1929
1930         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1931         custom choice.
1932
1933         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1934
1935 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1936
1937         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1938
1939         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1940         `write-region' to respect `mm-inhibit-file-name-handlers'.
1941
1942 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1943
1944         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1945         Use gnus-home-directory instead of "~/" or "$HOME".
1946
1947 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1948
1949         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1950         to mention filename.
1951         Add comments at beginning regarding usage.
1952         (encrypt-write-file-contents): Change interactive so a string is
1953         acceptable.  If the file has no associated model, show an error instead
1954         of a nonsense prompt.
1955
1956 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1957
1958         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1959         Thanks to Yoshihiko Yamada for kind notification of this typo.
1960
1961 2007-01-12  Kenichi Handa  <handa@m17n.org>
1962
1963         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1964         multibyte buffer.
1965
1966 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1967
1968         * gnus-score.el (gnus-score-fast-scoring): New variable.
1969         (gnus-score-headers): Use it.
1970
1971         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1972
1973         * message.el (message-cite-original-1): Call
1974         gnus-article-highlight-citation if requested.
1975         (message-make-from): Allow name and address as optional arguments.
1976
1977         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1978
1979         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1980         bugs to doc string.
1981         (gnus-button-alist): Add mid\\|message-id.
1982         (gnus-button-fetch-group): Extend for use in
1983         `browse-url-browser-function'.
1984         (gnus-button-url-regexp): Try to catch paired parentheses like in
1985         Wikipedia URLs.
1986
1987         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1988         Suggested by Simon Krahnke <overlord@gmx.li>.
1989
1990 2007-01-13  Romain Francoise  <romain@orebokech.com>
1991
1992         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1993         Update copyright.
1994
1995 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1996
1997         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1998
1999 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2000
2001         * gnus-registry.el (gnus-registry-unfollowed-groups)
2002         (gnus-registry-split-fancy-with-parent): Fix documentation.
2003
2004 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
2007         from nnweb groups.
2008
2009 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010
2011         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
2012         Xref urls.  Erase buffer before requesting head.
2013
2014 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2015
2016         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
2017         customizable.
2018
2019 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
2020
2021         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
2022         no signing key is found.
2023         (mml2015-epg-encrypt): Ask user whether to skip or abort if
2024         no encrypting and/or signing key is found.
2025
2026 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2027
2028         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
2029
2030 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2031
2032         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
2033         headers read from disk with the ones newly found in the current search.
2034         This should no longer cause problems, because the article numbers in
2035         Gmane's `nov.php' output are ignored since the previous change.
2036
2037 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2038
2039         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
2040
2041 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
2044         replace-regexp-in-string; bind url-version; fbind display-images-p and
2045         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
2046         find-face and set-itimer-function for Emacs; bind itimer-list for
2047         Emacs.
2048
2049         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2050
2051 2007-01-01  Romain Francoise  <romain@orebokech.com>
2052
2053         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2054
2055 2006-12-31  Steve Youngs  <steve@sxemacs.org>
2056
2057         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
2058         `define-minor-mode' macro definition expanded properly.
2059         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
2060         exclude it there.
2061
2062         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
2063         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
2064         `fboundp' test.
2065         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
2066         This is OK to autoload in (S)XEmacs now.
2067
2068 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
2071         keystroke.
2072         (gnus-summary-limit-to-singletons): Fix typo.
2073
2074         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
2075         else fails.
2076
2077 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2078
2079         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
2080         docstring.
2081
2082         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
2083         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
2084         (gnus-summary-insert-dormant-articles): Fix typo in message.
2085
2086 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2087
2088         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
2089         nil for XEmacs.
2090         (gnus-message-citation-mode): Don't autoload in XEmacs.
2091
2092         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
2093
2094 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
2095
2096         * nnimap.el (nnimap-expunge-search-string): Mention
2097         nnimap-search-uids-not-since-is-evil in docstring.
2098
2099 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2100
2101         * spam.el: Revert to make-obsolete-variable because
2102         define-obsolete-variable-alias is not supported in Emacs 21.
2103
2104         * spam.el (spam-ifile-path, spam-ifile-database-path)
2105         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
2106         make-obsolete-variable.
2107         (spam-bsfilter-path, spam-bsfilter-program)
2108         (spam-spamassassin-path, spam-spamassassin-program)
2109         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
2110         use "path" inappropriately.
2111         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
2112         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
2113         variable names.
2114
2115 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
2116
2117         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
2118         summary buffer.
2119
2120         * password.el (password-cache-remove): Use clear-string to burn
2121         password, if available.
2122
2123 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2124
2125         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
2126
2127         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
2128
2129         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
2130         (gnus-message-highlight-citation): Move defcustom here from
2131         gnus-cite.el.
2132         (gnus-message-citation-mode): Autoload.
2133
2134         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
2135         checks to make it compile with XEmacs.
2136         (gnus-message-citation-mode): New minor mode.
2137         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
2138         (gnus-message-highlight-citation): New variables.
2139         (gnus-message-search-citation-line)
2140         (gnus-message-add-citation-keywords)
2141         (gnus-message-remove-citation-keywords)
2142         (turn-on-gnus-message-citation-mode)
2143         (turn-off-gnus-message-citation-mode): New functions.
2144
2145 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
2146
2147         * gnus-cite.el: Enable highlighting of different citation levels in
2148         message-mode.
2149
2150 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2151
2152         * message.el (message-make-fqdn): Fix comment.
2153         (message-bogus-system-names): Add ".local".
2154
2155         * spam.el (spam-ifile-path, spam-ifile-program)
2156         (spam-ifile-database-path, spam-ifile-database)
2157         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
2158         Don't use "path" inappropriately.
2159         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
2160         strings.
2161         (spam-check-ifile, spam-ifile-register-with-ifile)
2162         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
2163         new variable names.
2164
2165         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
2166         (gnus-treat-display-smileys): Simplify using
2167         gnus-image-type-available-p.
2168
2169         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
2170         available.
2171
2172         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
2173         `display-images-p' if available.
2174
2175 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
2178         one after turning on the buffer's multibyteness instead of decoding
2179         them directly in the unibyte buffer that causes unexpected conversion
2180         in Emacs 23 (unicode).
2181
2182 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2183
2184         * message.el (message-generate-hashcash): Fix custom type.
2185
2186 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
2187
2188         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
2189
2190 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
2191
2192         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
2193         disconnect icons.  Add help text.
2194
2195 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
2196
2197         * spam.el (spam-extra-header-to-number): CRM114 spam score is
2198         negated to be consistent with the others we handle.
2199
2200 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201
2202         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
2203         version of gnus-summary-buffer to something, so that we can use two
2204         article buffers at the same time.
2205
2206 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
2207
2208         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
2209         trigger all the extra headers.
2210         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
2211         sorting.
2212
2213 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2214
2215         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
2216         solid groups.
2217
2218 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
2219
2220         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2221
2222 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2223
2224         * legacy-gnus-agent.el: Add Copyright notice.
2225
2226 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
2227
2228         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
2229
2230 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
2233
2234         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
2235         to make it work reliably in CVS Emacs.
2236         (gnus-summary-limit-strange-charsets-predicate)
2237         (gnus-summary-limit-to-predicate): New functions.
2238
2239 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
2240
2241         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
2242         specifying array size.
2243         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
2244         array if it is too small.
2245         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
2246         (gnus-sort-threads-loop): New function.
2247
2248 2006-12-06  Chris Moore  <dooglus@gmail.com>
2249
2250         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
2251         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
2252
2253 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
2254
2255         * mm-url.el (mm-url-predefined-programs): Call curl with correct
2256         options.
2257
2258 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
2261         DOS-ing the recipient.
2262
2263         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
2264         the headers when creating the mapping to avoid mismappings.
2265         (nnweb-gmane-create-mapping): Always nix out old mapping.
2266
2267 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
2270         and mm-verify-option to never.
2271
2272 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2273
2274         * message.el (message-signed-or-encrypted-p): New function.
2275         (message-forward-make-body): Use it.
2276
2277         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
2278         Replace encode-coding-string with mm-encode-coding-string.
2279
2280 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2281
2282         * nneething.el (nneething-decode-file-name): Replace
2283         decode-coding-string with mm-decode-coding-string.
2284
2285         * gnus-int.el (gnus-open-server): Say failed server's name.
2286
2287 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2288
2289         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
2290         strings to a single string.  Quote `errors-file-name'.
2291         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
2292         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
2293         Adjust calls.  Use `shell-quote-argument'.
2294
2295 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
2296
2297         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
2298         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
2299
2300         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
2301         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
2302         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
2303         (gnus-group-make-directory-group, gnus-group-transpose-groups):
2304         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
2305         (gnus-subscribe-newsgroup, gnus-1):
2306         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
2307         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
2308         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
2309         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
2310
2311 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312
2313         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
2314         keystroke.
2315         (gnus-summary-limit-to-bodies): Implement headersp.
2316
2317 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * dns.el (query-dns): Protect against "Process dns deleted" strings.
2320
2321 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2322
2323         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
2324
2325 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * message.el (message-generate-hashcash): Expand range of values to
2328         include `opportunistic'.
2329         (message-send-mail): Use it.
2330
2331 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2332
2333         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
2334         and comment it.
2335
2336         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
2337
2338 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
2339
2340         * gnus-util.el (gnus-extract-address-components): Improve comment.
2341
2342 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * gnus-util.el (gnus-extract-address-components): Work with address in
2345         which the name portion contains @.
2346
2347         * lpath.el: Fbind custom-autoload.
2348
2349 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2350
2351         * gnus.el (gnus-start): Move custom group up.
2352         (gnus-select-method): Don't autoload, but make it available for
2353         `customize-variable'.
2354         (gnus-getenv-nntpserver): Don't autoload.
2355
2356 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
2357
2358         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
2359
2360 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2361
2362         * message.el (message-sendmail-extra-arguments): New variable.
2363         (message-send-mail-with-sendmail): Use it.
2364
2365 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
2368         mm-with-unibyte-current-buffer to make string unibyte.
2369
2370         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
2371         mm-string-as-multibyte.
2372
2373 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
2374
2375         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
2376         Reported by Werner Koch <wk@gnupg.org>.
2377
2378 2006-11-14  Daiki Ueno  <ueno@p360>
2379
2380         * mml2015.el: Autoload epa-select-keys when compiling.
2381
2382 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2383
2384         * mml2015.el (mml2015-epg-sign): Save the signing keys in
2385         message-options.
2386         (mml2015-epg-encrypt): Save the recipient keys in message-options.
2387
2388 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2389
2390         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
2391         EasyPG (< 0.0.6).
2392         (mml2015-always-trust): New user option.
2393         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
2394         prompt.
2395
2396 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * nntp.el (nntp-authinfo-force): New variable.
2399         (nntp-send-authinfo): Use it.
2400
2401 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
2402
2403         * message.el (message-strip-subject-encoded-words): Allow _not_ to
2404         decode encoded words.  Improve prompt.  Add comment about forwarding.
2405         (message-replacement-char): Move up.
2406
2407 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2408
2409         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
2410         instead of gnus-intersection because arguments of gnus-sorted-nunion
2411         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
2412
2413 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
2414
2415         * message.el (message-strip-subject-encoded-words): Reformat prompt.
2416         (message-simplify-subject-functions): Enable
2417         message-strip-subject-encoded-words by default.
2418
2419 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
2420
2421         * message.el (message-strip-subject-encoded-words): New function
2422         (message-simplify-subject-functions): New variable.
2423         (message-simplify-subject): Use it.  Fix typo in doc string.
2424         Support message-strip-subject-encoded-words.
2425
2426 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
2427
2428         * gnus-diary.el (gnus-diary-delay-format-function):
2429         * nndiary.el (nndiary-reminders):
2430         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
2431
2432 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2433
2434         * gnus-art.el (article-hide-boring-headers): Fetch date from
2435         gnus-original-article-buffer to avoid problems with localized date
2436         strings.
2437
2438 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
2441
2442 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
2443
2444         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
2445         New variables.
2446         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2447         (mm-charset-synonym-alist): Move some entries to
2448         mm-codepage-iso-8859-list.
2449         (mm-charset-synonym-alist, mm-charset-override-alist): Add
2450         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2451
2452 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
2455
2456 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2457
2458         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
2459         with Emacs 21 and XEmacs.
2460
2461 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2462
2463         * spam.el (spam-parse-address): New function for better parsing,
2464         catching errors, etc.
2465         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
2466
2467 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2468
2469         * mm-view.el: Add interactive arg to html2text autoload.
2470
2471 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2472
2473         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
2474
2475 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
2476
2477         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
2478         variables.
2479         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2480         (mm-charset-synonym-alist): Move some entries to
2481         mm-codepage-iso-8859-list.
2482
2483         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
2484
2485 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
2486
2487         * message.el (message-citation-line-format)
2488         (message-insert-formated-citation-line): Fix implementation of %E, %N
2489         and %n according to the doc string.
2490
2491 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
2492
2493         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2494         car-safe to avoid bad parses.
2495
2496 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2497
2498         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
2499         names.
2500
2501         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
2502
2503 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
2506         header.
2507
2508         * message.el (message-draft-headers): Add Date.
2509         (message-headers-to-generate): Fix typo in docstring.
2510
2511         * nndraft.el (nndraft-required-headers): New variable.
2512         (nndraft-generate-headers): Use it.
2513
2514         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
2515
2516 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2517
2518         * gnus-registry.el (gnus-registry-wash-for-keywords)
2519         (gnus-registry-find-keywords): New functions to allow easy searching of
2520         articles that are in the registry.
2521
2522 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2523
2524         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2525         ietf-drums-parse-address instead of gnus-extract-address-components.
2526         Reported by Damien Elmes <damien@repose.cx>.
2527
2528 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2529
2530         * gnus.el (gnus-mime): Remove unused custom group.
2531
2532 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2533
2534         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
2535         "blank line" when searching for end of armor headers.
2536
2537 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * gmm-utils.el (gmm-write-region): Fix variable name.
2540
2541 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
2542
2543         * gmm-utils.el (gmm-write-region): New function based on compatibility
2544         code from `mm-make-temp-file'.
2545
2546         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
2547
2548         * nnmaildir.el (nnmaildir--update-nov)
2549         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
2550         Use `gmm-write-region'.
2551
2552 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2553
2554         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
2555         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2556
2557         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
2558
2559         * message.el (message-replacement-char): New variable.
2560         (message-fix-before-sending): Use it.
2561         (message-simplify-subject): New function to remove duplicate code.
2562         (message-reply, message-followup): Use it.
2563
2564         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
2565         gnus-summary-limit-to-articles.
2566
2567 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2568
2569         * gnus-util.el (gnus-with-local-quit): New macro.
2570
2571         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
2572
2573 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
2574
2575         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
2576         ignore non-string data.
2577
2578 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
2579
2580         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
2581         non-string data (needs to be done in the registry too).
2582
2583 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2584
2585         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
2586         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
2587         (gnus-registry-split-fancy-with-parent)
2588         (gnus-registry-fetch-simplified-message-subject-fast)
2589         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
2590         Remove text properties on ingress into the registry and when it's saved.
2591         (gnus-registry-clean-empty-function): Fix bug with cleaning the
2592         registry from entries with no groups.
2593
2594 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2595
2596         * gnus-util.el (gnus-string-remove-all-properties): Add utility
2597         function to remove string properties.
2598
2599 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2600
2601         * gmm-utils.el (gmm): Adjust custom version.
2602
2603         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
2604         custom version.
2605
2606         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2607
2608 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2609
2610         * gnus-art.el (gnus-insert-prev-page-button)
2611         (gnus-insert-next-page-button): Simplify.  Reformat.
2612
2613 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2614
2615         * gnus-art.el (gnus-insert-prev-page-button)
2616         (gnus-insert-next-page-button): Apply gnus-article-button-face.
2617
2618 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2619
2620         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2621
2622 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2623
2624         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
2625         gnus-article-button-face to MIME and security buttons.
2626
2627 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2628
2629         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
2630         readable.
2631
2632 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
2635
2636 2006-09-20  Steve Youngs  <steve@sxemacs.org>
2637
2638         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
2639         `browse-url-of-file' instead of `browse-url'.
2640
2641 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2642
2643         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2644         regexp.  Articles containing quotation were cut prematurely.
2645
2646 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2647
2648         * message.el (message-cite-original-1): Use nobody by default for the
2649         value of From header.
2650         (message-reply): Ditto.
2651
2652 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
2653
2654         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2655         to the gnus-info.  This fixes a bug of inline-PGP message verification.
2656         Reported by Michael Piotrowski <mxp@dynalabs.de>.
2657
2658 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2659
2660         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2661         mails in the doc string.  Add some URLs in comment.
2662         (pop3-movemail): Warn about pop3-leave-mail-on-server.
2663
2664 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2667         backslashes handling and the way to find boundaries of quoted strings.
2668
2669 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
2670
2671         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
2672         mml1991-encrypt-to-self is set and mml1991-signers is not set.
2673         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
2674         mml2015-encrypt-to-self is set and mml2015-signers is not set.
2675
2676 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2677
2678         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
2679         doc string.
2680         (gnus-button-regexp, gnus-button-last): Remove unused variables.
2681
2682 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2683
2684         * lpath.el: Fbind epg-check-configuration.
2685
2686 2006-09-06  Simon Josefsson  <jas@extundo.com>
2687
2688         * mml2015.el (mml2015-use): Doc fix, mention epg.
2689
2690 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2691
2692         * mml2015.el (mml2015-use): Default to epg, if available.
2693
2694 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2695
2696         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
2697         message-sender.
2698         (mml1991-epg-encrypt): Ditto.
2699         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
2700         message-sender.
2701         (mml2015-epg-encrypt): Ditto.
2702
2703 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
2704
2705         * message.el (message-send-mail-with-sendmail): Look for sendmail in
2706         several common directories.
2707
2708 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
2709
2710         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
2711         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
2712
2713 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * gnus-art.el (article-decode-encoded-words): Make it fast.
2716
2717 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
2720
2721         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
2722         in quoted string into `\'.
2723
2724 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2727         Use standard-syntax-table.
2728
2729 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * gnus-art.el (gnus-decode-address-function): New variable.
2732         (article-decode-encoded-words): Use it to decode headers which are
2733         assumed to contain addresses.
2734         (gnus-mime-delete-part): Remove useless `or'.
2735
2736         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
2737         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
2738         (gnus-nov-parse-line): Use it to decode From header.
2739         (gnus-get-newsgroup-headers): Ditto.
2740         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
2741
2742         * mail-parse.el (mail-decode-encoded-address-region): New alias.
2743         (mail-decode-encoded-address-string): New alias.
2744
2745         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2746         New function.
2747         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
2748         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
2749         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
2750         (rfc2047-decode-string): Ditto.
2751         (rfc2047-decode-address-region): New function.
2752         (rfc2047-decode-address-string): New function.
2753
2754 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
2755
2756         * message.el (message-caesar-buffer-body): Allow rotating headers.
2757
2758         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
2759
2760         * message.el (message-insert-formated-citation-line): Fix %f.
2761         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
2762
2763 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2764
2765         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
2766         (gnus-bookmark-mouse-available-p): New macro.
2767         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
2768         (gnus-bookmark-bmenu-show-infos): Use it.
2769         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
2770         (gnus-bookmark-bmenu-hide-infos): Ditto.
2771         (gnus-bookmark-remove-properties): New function.
2772         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
2773         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
2774         (gnus-bookmark-write-file): Bind coding-system-for-write.
2775         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
2776         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
2777         group before selecting it.
2778         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
2779         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
2780         quit-window if it is not available; use gnus-mouse-2 and bind it to
2781         gnus-bookmark-bmenu-select-by-mouse.
2782         (gnus-bookmark-show-details): Remove unused variable `details-list'.
2783         (gnus-bookmark-bmenu-select-by-mouse): New function.
2784
2785 2006-08-13  Romain Francoise  <romain@orebokech.com>
2786
2787         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
2788         space.
2789
2790 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * compface.el (uncompface): Use binary rather than raw-text-unix.
2793
2794 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * compface.el (uncompface): Make sure the eol conversion doesn't take
2797         place when communicating with the external programs.  Reported by
2798         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2799
2800 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2801
2802         * nnheader.el (nnheader-insert-head): Fix typo in comment.
2803
2804 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2805
2806         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2807         Make it more robust by parsing author and date independently.
2808
2809 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2812
2813 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
2814
2815         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2816         first matching secret key.
2817         (mml2015-epg-encrypt): Ditto.
2818
2819         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2820         first matching secret key.
2821         (mml1991-epg-encrypt): Ditto.
2822
2823         * mml2015.el (mml2015-encrypt-to-self): New user option.
2824         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2825         mml2015-epg-encrypt-to-self is set.
2826
2827         * mml1991.el (mml1991-encrypt-to-self): New variable.
2828         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2829         mml1991-epg-encrypt-to-self is set.
2830
2831         * mml2015.el (mml2015-signers): New user option.
2832         (mml2015-epg-sign): Reflect the value of mml2015-signers.
2833         (mml2015-epg-encrypt): Allow to select signing keys.
2834
2835         * mml1991.el (mml1991-signers): New variable.
2836         (mml1991-epg-sign): Reflect the value of mml1991-signers.
2837         (mml1991-epg-encrypt): Allow to select signing keys.
2838
2839 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * nnheader.el (nnheader-insert-head): Make it work even if the file
2842         uses CRLF for the line-break code.
2843
2844 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2845
2846         * mml2015.el: Require mml-sec instead of password.
2847         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2848         (mml2015-cache-passphrase): Inherit the default value from
2849         mml-secure-cache-passphrase.
2850         (mml2015-passphrase-cache-expiry): Inherit the default value from
2851         mml-secure-passphrase-cache-expiry.
2852
2853         * mml1991.el: Require mml-sec instead of password.
2854         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2855         (mml1991-cache-passphrase): Inherit the default value from
2856         mml-secure-cache-passphrase.
2857         (mml1991-passphrase-cache-expiry): Inherit the default value from
2858         mml-secure-passphrase-cache-expiry.
2859
2860         * mml-sec.el: Require password.
2861         (mml-secure-verbose): New user option.
2862         (mml-secure-cache-passphrase): New user option.
2863         (mml-secure-passphrase-cache-expiry): New user option.
2864
2865 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2866
2867         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2868         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2869         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2870
2871         FIXME: Use `tiny change'?
2872
2873 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2874
2875         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2876         workaround for the url package included with Emacs.
2877
2878         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2879
2880 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2881
2882         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2883         correctly.  This fixes a bug caused by the 2006-05-12 change.
2884
2885 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2886
2887         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2888         some information about the error when saying that the `bogus' mail
2889         group will be used.
2890
2891 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2892
2893         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2894         string.
2895
2896 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2897
2898         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2899
2900 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2901
2902         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2903
2904 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2905
2906         * mml1991.el (mml1991-function-alist): Add epg.
2907         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2908         (mml1991-epg-encrypt): New functions.
2909
2910 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2911
2912         * mml2015.el (mml2015-verbose): New variable.
2913         (mml2015-cache-passphrase): Ditto.
2914         (mml2015-passphrase-cache-expiry): Ditto.
2915         (mml2015-function-alist): Add epg.
2916         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2917         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2918         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2919         functions.
2920
2921 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2922
2923         * message.el (message-cite-original-1): Preserve region when removing
2924         quoted text due to X-No-Archive in order to avoid bogus attribution
2925         when citing multiple messages.
2926
2927 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2928
2929         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2930         Kenneth Jacker <khj@be.cs.appstate.edu>.
2931
2932 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2933
2934         * gnus-diary.el (gnus-user-format-function-d)
2935         (gnus-user-format-function-D): Autoload.
2936
2937         * imap.el (Commentary): Fix typo.
2938
2939         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2940         2006-04-22 contribution.
2941
2942 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2943
2944         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2945         It didn't really fix the bogosity I'm seeing with solid web groups.
2946
2947 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2948
2949         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2950         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2951         created using server names.  If we use the feature without declaring
2952         it, Gnus does not properly manage server and group state.
2953
2954         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2955         bound.
2956
2957 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2958
2959         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2960         looking up the method using GROUP's prefix before inventing a new one.
2961         It is used on killed/unknown groups in various places where returning
2962         an all-new method isn't expected by the caller.
2963
2964         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2965         and match semantics of gnus-group-real-prefix.
2966
2967 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2968
2969         * nnmail.el (nnmail-broken-references-mailers): New variable.
2970         (nnmail-ignore-broken-references): New function generalizing
2971         nnmail-fix-eudora-headers.
2972         (nnmail-fix-eudora-headers): Now obsolete.
2973
2974         * gnus-art.el (gnus-button-handle-custom): Support
2975         `customize-apropos*'.
2976
2977 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978
2979         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2980
2981         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2982         articles.
2983
2984 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2985
2986         * message.el (message-cite-reply-above): New variable.
2987         (message-yank-original): Use it.
2988
2989 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2992
2993 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2994
2995         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2996         as read.
2997
2998         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2999
3000 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
3001
3002         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
3003         (gnus-bookmark-default-file): Use gnus-directory.
3004         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
3005         Remove "*" in doc string.
3006         (gnus-bookmark-write-file): Simplify.
3007         (gnus-bookmark-maybe-sort-alist): Use `when'.
3008         (gnus-bookmark-get-bookmark): Fix typo in doc string.
3009         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
3010         FIXME about Emacs 21 and XEmacs compatibility.
3011         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
3012         compatibility.
3013         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
3014         compatibility.
3015         (gnus-bookmark-menu-heading): Fix version.
3016
3017 2006-06-19  Bastien Guerry  <bzg@altern.org>
3018
3019         * gnus-bookmark.el: New file.
3020
3021 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * message.el (message-syntax-checks): Doc fix.
3024
3025 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3026
3027         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
3028         unsubscribed groups as if they were killed ones.  It causes duplicate
3029         entries in gnus-newsrc-alist.
3030
3031 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * message.el (message-syntax-checks): Doc fix.
3034         (message-send-mail): Add check for continuation headers.
3035         (message-check-news-header-syntax): Fix regexp used to check for
3036         continuation headers.
3037
3038 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
3041
3042 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
3043
3044         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
3045
3046 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
3049         default-truncate-lines.
3050
3051 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
3054         to fill the utf-8 entry.
3055
3056         * lpath.el: Fbind unicode-precedence-list.
3057
3058 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3059
3060         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3061
3062 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
3063
3064         * gnus-agent.el (directory-files-and-attributes): Move all the way
3065         forward (the third and final move).
3066         (gnus-agent-read-agentview): Trap reconstruction errors due to
3067         nonexistant directory.  Handle by returning nil.
3068
3069 2006-05-30  Didier Verna  <didier@xemacs.org>
3070
3071         * message.el (message-dont-reply-to-names): Update the custom type.
3072         * message.el (message-dont-reply-to-names): New defsubst: potentially
3073         convert a list of regexps into a single one.
3074         * message.el (message-get-reply-headers): Use it.
3075         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
3076
3077 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3078
3079         * gnus-agent.el (directory-files-and-attributes): Move forward.
3080
3081 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3082
3083         * gnus-ml.el (gnus-mailing-list-subscribe)
3084         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
3085         (gnus-mailing-list-message): Fix doc strings.
3086
3087 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3088
3089         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
3090         of doing it manually.
3091
3092 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3093
3094         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
3095         comment.
3096
3097 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
3098
3099         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
3100         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
3101         (gnus-agent-read-local): All symbols allocated in my-obarray
3102         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
3103         (gnus-agent-regenerate-group): Check numeric names to see if they are
3104         messages or groups.
3105         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
3106         better way of do this...)
3107
3108         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
3109         'dummy.group' (there should be a better way of do this...)
3110
3111 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3112
3113         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
3114         (gnus-saved-headers): Ditto.
3115         (gnus-default-article-saver): Mention functions may have properties.
3116         (gnus-article-save): Override gnus-save-all-headers and
3117         gnus-saved-headers by :headers property which saver function may have.
3118         (gnus-summary-save-in-file): Add :headers property.
3119         (gnus-summary-write-to-file): Ditto.
3120
3121         * gnus-sum.el (gnus-summary-save-article): Bind
3122         gnus-prompt-before-saving to t when saving many articles in a file;
3123         always show all headers.
3124
3125         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
3126
3127 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
3128
3129         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
3130         marks.
3131
3132         * message.el (message-indent-citation): Add optional arguments to allow
3133         using it outside of message buffers.
3134
3135         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
3136         (gnus-article-treat-unfold-headers): Use it.
3137         (gnus-article-truncate-lines): New variable.
3138         (gnus-article-mode): Use it.
3139         (gnus-article-toggle-truncate-lines): New function.
3140
3141         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
3142         gnus-article-toggle-truncate-lines.
3143
3144         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
3145         coding system in XEmacs, use binary.
3146
3147 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
3150         after-load-alist.
3151
3152         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
3153         this function should save decoded articles.
3154         (gnus-summary-write-to-file): Use property to specify this function
3155         should save decoded articles and specify gnus-summary-save-in-file
3156         should be used to save articles other than the first one when saving
3157         many articles.
3158         (gnus-summary-save-body-in-file): Use property to specify this
3159         function should save decoded articles.
3160         (gnus-summary-write-body-to-file): Use property to specify this
3161         function should save decoded articles and specify
3162         gnus-summary-save-body-in-file should be used to save articles other
3163         than the first one when saving many articles.
3164
3165         * gnus-sum.el (gnus-summary-save-article): Simplify.
3166
3167 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * gnus-art.el (gnus-default-article-saver): Add
3170         gnus-summary-write-body-to-file.
3171         (gnus-article-save-coding-system): Don't use coding system object
3172         in XEmacs.
3173         (gnus-read-save-file-name): Add optional `dir-var' argument which
3174         specifies directory in which files are saved; work even if optional
3175         `variable' argument is not specified.
3176         (gnus-summary-write-to-file): Read file name.
3177         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
3178         (gnus-summary-write-body-to-file): New function.
3179
3180         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
3181         (gnus-summary-local-variables): Add it.
3182         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
3183         (gnus-summary-save-article): Remove optional `decode' argument;
3184         determine whether to decode articles by the value of
3185         gnus-default-article-saver; when saving many files using
3186         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
3187         it first and use gnus-summary-save-in-file or
3188         gnus-summary-save-body-in-file thereafter unless
3189         gnus-prompt-before-saving is always; move point to article which
3190         will be saved.
3191         (gnus-summary-save-article-file): Revert.
3192         (gnus-summary-write-article-file): Revert.
3193         (gnus-summary-save-article-body-file): Revert.
3194         (gnus-summary-write-article-body-file): New function.
3195
3196 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * gnus-art.el (gnus-default-article-saver): Doc fix.
3199         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
3200         from gnus-summary-save-article-coding-system, and default to a
3201         certain coding system.
3202         (gnus-output-to-file): Add coding cookie and encode text according
3203         to gnus-article-save-coding-system; don't use mm-append-to-file.
3204
3205         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
3206         gnus-art.el and rename to gnus-article-save-coding-system.
3207         (gnus-summary-save-article): Require gnus-art; don't show all
3208         headers if it decodes articles; don't add coding cookie here;
3209         don't bind mm-text-coding-system-for-write.
3210         (gnus-summary-save-article-file): Save decoded articles.
3211         (gnus-summary-write-article-file): When saving many files, use
3212         gnus-summary-write-to-file first and gnus-summary-save-in-file
3213         thereafter unless gnus-prompt-before-saving is always.
3214         (gnus-summary-save-article-body-file): Save decoded articles.
3215
3216         * lpath.el: Fbind select-safe-coding-system for XEmacs.
3217
3218 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3219
3220         * nnrss.el (nnrss-check-group): Bind hash-index.
3221
3222 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3223
3224         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
3225         its hash index.  Store this hash in `nnrss-group-data'.
3226         (nnrss-read-group-data): Update accordingly.
3227
3228 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3229
3230         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
3231         entry.
3232
3233         * gnus-sum.el (gnus-summary-make-menu-bar): Add
3234         gnus-article-browse-html-article.
3235
3236 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
3237
3238         * gnus-sum.el (gnus-summary-mime-map): Add
3239         gnus-article-browse-html-article.
3240
3241         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
3242
3243 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3244
3245         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
3246         suitable coding systems in customize.
3247
3248 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
3249
3250         * mail-source.el (mail-sources): Fix custom type.
3251
3252 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
3253
3254         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
3255         (gnus-summary-expire-articles-now): Shorten prompt.
3256
3257         * gmm-utils.el (wid-edit): Require.
3258         (defun-gmm): Renamed from `gmm-defun-compat'.
3259         (gmm-image-search-load-path): Use it.
3260         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
3261
3262 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * gnus-sum.el (gnus-summary-save-article-coding-system): New
3265         variable.
3266         (gnus-summary-save-article): Add optional `decode' argument.  If
3267         it is set and gnus-summary-save-article-coding-system is non-nil,
3268         save decoded article.
3269         (gnus-summary-write-article-file): Save decoded article if
3270         gnus-summary-save-article-coding-system is non-nil.
3271
3272         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
3273         type.
3274
3275 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3276
3277         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
3278
3279 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
3282         first to test gnus-single-article-buffer which may be buffer-local.
3283
3284         * gnus-sum.el (gnus-summary-setup-buffer): Make
3285         gnus-single-article-buffer buffer-local and nil in ephemeral
3286         group; make gnus-article-buffer, gnus-article-current, and
3287         gnus-original-article-buffer always buffer-local.
3288         (gnus-summary-exit): Kill article buffer belonging to ephemeral
3289         group.
3290         (gnus-handle-ephemeral-exit): Don't move to next summary line.
3291
3292 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3293
3294         * nnml.el (nnml-request-compact-group): Compressed files might not
3295         have .gz extension.
3296
3297 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3298
3299         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
3300         (mm-copy-to-buffer): Use with-current-buffer.
3301         (mm-display-part): Simplify.
3302         (mm-inlinable-p): Add optional arg `type'.
3303
3304 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3305
3306         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
3307         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
3308         Try harder to show the attachment internally or externally using
3309         gnus-mime-view-part-as-type.
3310
3311 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3312
3313         * message.el (message-from-style, message-signature-separator)
3314         (message-user-organization-file, message-send-mail-function)
3315         (message-citation-line-function, message-yank-prefix)
3316         (message-indent-citation-function, message-signature)
3317         (message-signature-file, message-signature-insert-empty-line):
3318         Remove autoloads.
3319
3320         * gnus-art.el (gnus-buttonized-mime-types): Remove
3321         "multipart/signed".  Revert 2006-04-26 change.
3322
3323 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * gnus.el (gnus-version-number): Bump version.
3326
3327 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3328
3329         * gnus.el: No Gnus v0.5 is released.
3330
3331 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3332
3333         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
3334         fetching articles by message-id.
3335
3336 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3337
3338         * message.el (hashcash): Require hashcash as normal.
3339
3340         * ecomplete.el (ecomplete-highlight-match-line): Use
3341         point-at-eol.
3342         (ecomplete-highlight-match-line): Use `highlight', because that
3343         face exists in both Emacs and XEmacs.
3344
3345         * message.el (message-display-abbrev): Use point-at-bol.
3346
3347         * mail-source.el: Don't require timer/timer-funcs.
3348
3349         * gnus-async.el: Ditto.
3350
3351         * password.el: Ditto.
3352
3353         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
3354
3355         * mm-url.el: Ditto.
3356
3357         * gnus-xmas.el: Don't require timer-funcs.
3358
3359         * mm-util.el: Require timer/timer-funcs.
3360
3361 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3362
3363         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
3364         Close.
3365
3366 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
3369         unibyte after clear-decrypt function runs.
3370
3371         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
3372         returns as a unibyte string.
3373
3374 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * lpath.el: Revert.
3377
3378         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
3379         (pgg-gpg-process-sentinel): Revert.
3380
3381         * pgg-pgp.el (pgg-pgp-process-region): Revert.
3382         (pgg-pgp-lookup-key): Revert.
3383
3384         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
3385         (pgg-pgp5-lookup-key): Revert.
3386
3387         * pgg.el (pgg-fetch-key): Revert.
3388
3389 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * lpath.el: Fbind string-as-multibyte for XEmacs.
3392
3393         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
3394         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
3395         (mml1991-pgg-encrypt): Ditto.
3396
3397         * pgg-gpg.el (pgg-string-to-multibyte): New function.
3398         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
3399         a multibyte buffer.
3400
3401         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
3402         (pgg-pgp-lookup-key): Ditto.
3403
3404         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3405         (pgg-pgp5-lookup-key): Ditto.
3406
3407         * pgg.el (pgg-fetch-key): Ditto.
3408
3409 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
3410
3411         * message.el (message-user-organization-file): Check several
3412         locations of the organization file.
3413
3414         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
3415         Add gnus-article-view-part-as-type.
3416
3417         * gnus-art.el (gnus-article-view-part-as-type): New function.
3418
3419         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
3420         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
3421
3422         * mml.el: Simplify autoload.
3423         (mml-mode): defvar dnd-protocol-alist instead of using
3424         symbol-value.
3425         (mml-default-directory): New variable.
3426         (mml-minibuffer-read-file): Use it.
3427         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
3428
3429         * message.el (message-citation-line-format): New variable.
3430         (message-insert-formated-citation-line): New function.
3431         (message-citation-line-function): Add
3432         `message-insert-formated-citation-line' to custom type.
3433
3434         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
3435         to doc string.
3436
3437         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
3438         depending on mm-verify-option.
3439
3440 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3441
3442         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
3443         binding pgg-* variables; reimplement the section which prevents
3444         MIME header from being signed.
3445         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
3446         pgg-text-mode; remove a blank line at the top of body.
3447
3448         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
3449         lines at the top of body; use gnus-newsgroup-charset if there's no
3450         Charset header.
3451
3452 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * message.el (message-self-insert-commands): Doc fix.
3455
3456         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
3457         (mm-uu-pgp-encrypted-test): Ditto.
3458         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
3459         between header and body; return application/pgp-encrypted handle
3460         if decryption failed; decode decrypted body by charset.
3461
3462         * mm-decode.el (mm-automatic-display): Don't make application/pgp
3463         element match to application/pgp-*.
3464
3465 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3466
3467         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
3468         HTML.
3469
3470 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * mail-source.el (mail-source-call-script): Message the error
3473         string.
3474
3475 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3476
3477         * gnus-util.el (gnus-byte-compile): Use it.
3478
3479 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
3480
3481         * gnus-util.el (kill-empty-logs): New function.
3482
3483 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3484
3485         * message.el (message-mail-alias-type): Doc fix.
3486         (message-mail-alias-type-p): New function.
3487         (message-send): Use it.
3488         (message-mode): Ditto.
3489         (message-strip-forbidden-properties): Ditto.
3490
3491         * ecomplete.el (ecomplete-database-file-coding-system): New
3492         variable.
3493         (ecomplete-save): Use it.
3494         (ecomplete-setup): Use it.
3495
3496 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * message.el (message-self-insert-commands): New variable.
3499         (message-strip-forbidden-properties): Use it.
3500
3501 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * message.el (message-put-addresses-in-ecomplete): Use a regexp
3504         that doesn't make XEmacs choke.
3505
3506 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
3507
3508         * gnus-util.el (gnus-replace-in-string):
3509         Prefer replace-regexp-in-string over of replace-in-string.
3510
3511 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3512
3513         * gnus-util.el (gnus-select-frame-set-input-focus):
3514         Use select-frame-set-input-focus if it is available in XEmacs; use
3515         definition defined in Emacs 22 for old Emacsen.
3516
3517         * dgnushack.el: Autoload unmorse-region for XEmacs.
3518
3519         * lpath.el: Bind cursor-in-non-selected-windows and
3520         select-frame-set-input-focus for XEmacs.
3521
3522 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * mm-view.el (mm-inline-text): Use equal instead of equalp.
3525
3526 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3527
3528         * gnus-registry.el (gnus-registry-cache-save): Remove text
3529         properties when saving via the temp buffer.
3530
3531 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3532
3533         * message.el (message-generate-hashcash): Honor custom type.
3534
3535 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3536
3537         * message.el (message-generate-hashcash): Default to non-nil when
3538         hashcash is found.
3539
3540         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
3541         (gnus-refer-thread-limit): Increase default to 500.
3542
3543         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
3544
3545         * flow-fill.el (fill-flowed): Allow delete-space.
3546
3547 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3548
3549         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
3550         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
3551         Remove autoloads.
3552
3553 2006-04-18  Simon Josefsson  <jas@extundo.com>
3554
3555         * message.el (message-generate-hashcash): Default to.
3556
3557 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3560         concatenating segments rather than before concatenating them.
3561
3562 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3563
3564         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
3565
3566 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3567
3568         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
3569
3570         * message.el (message-forward-make-body-plain): Allow
3571         message-forward-ignored-headers to be a list.
3572         (message-remove-ignored-headers): Factor out into function.
3573         (message-forward-make-body-mml): Use it.
3574
3575         * imap.el (imap-quote-specials): New function.
3576         (imap-login-auth): Quote specials.
3577
3578         * rfc2231.el (rfc2231-parse-string): Remove dead code.
3579         (rfc2231-parse-string): Allow concatanation of parameters that
3580         aren't contiguous.  The test case is
3581           (mail-header-parse-content-type "message/external-body;
3582             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
3583             access-type=LOCAL-FILE;
3584             name*1*=plugh%2fhello-sailor%2fbing.pdf")
3585
3586 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3587
3588         * nntp.el (nntp-accept-process-output): Return the value of
3589         `nnheader-accept-process-output'.
3590
3591 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3592
3593         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
3594         (gnus-button-alist): Recognize more diff formats.
3595         (gnus-button-patch): Strip directory.
3596
3597 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3598
3599         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
3600         Emacs 22 when setting focus.
3601
3602 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3603
3604         * gnus-art.el (gnus-article-treat-types): Do treatment of
3605         text/x-verbatim parts.
3606         (gnus-button-patch): New command.
3607
3608         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
3609         addresses that contain invalid characters.
3610
3611 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612
3613         * message.el (message-put-addresses-in-ecomplete): Use
3614         gnus-replace-in-string.
3615         (message-is-yours-p): Use the more correct
3616         mail-header-parse-address instead of
3617         mail-extract-address-components.
3618         (message-put-addresses-in-ecomplete): Fix typo.
3619
3620         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
3621         keystroke.
3622
3623         * gnus-art.el (gnus-treatment-function-alist): Change order of
3624         newsgroups/generic header folding to avoid double-folding.
3625
3626         * message.el (message-hidden-headers): Add X-Draft-From.
3627
3628         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
3629         command.
3630         (gnus-summary-repeat-search-article-backward): New command.
3631
3632         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
3633         groups in the parent topic.
3634
3635 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
3636
3637         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
3638         (spam-extra-header-to-number): Return the CRM114 number as a
3639         number instead of a string.
3640
3641 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * gnus-art.el (gnus-face-properties-alist): Moved here from
3644         gnus-fun.
3645
3646         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
3647
3648 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * message.el (message-strip-forbidden-properties): Only display on
3651         self-insert-command.
3652
3653         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
3654         reindent.
3655         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3656
3657 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
3658
3659         * smiley.el (smiley-style): Fix typo.
3660
3661 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * hashcash.el (hashcash-insert-payment-async-2): Use
3664         message-goto-eoh instead of doing it manually.
3665         (mail-add-payment): Use message-narrow-to-header instead of trying
3666         to do the same itself.
3667
3668         * message.el (message-hidden-headers): Add Face.
3669
3670         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
3671         reparenting code.
3672         (gnus-summary-reparent-children): Refactored out code.
3673         (gnus-summary-thread-map): New keystroke.
3674         (gnus-summary-reparent-children): Make into command.
3675
3676         * smiley.el (smiley-style): Default to `medium' if using a large
3677         font.
3678
3679         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
3680         does it itself.
3681
3682         * message.el (message-point-in-header-p): Simplify definition.
3683
3684 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * nnagent.el (nnagent-request-set-mark): Silence log file
3687         writing.
3688         (nnagent-request-set-mark): Use write-region instead of
3689         append-to-file.
3690
3691         * gnus-sum.el (gnus-read-header): Fudge article number if using a
3692         strange select method.
3693
3694         * ecomplete.el (ecomplete-display-matches): Get highlightling
3695         right.
3696         (ecomplete-display-matches): Use literals.
3697         (ecomplete-display-matches): Disable message logging.
3698
3699         * message.el (message-display-abbrev): Small optimization.
3700
3701         * ecomplete.el (ecomplete-display-matches): Allow automatic
3702         display.
3703
3704         * message.el (message-strip-forbidden-properties): Display
3705         abbrevs.
3706         (message-display-abbrev): Get automatic display right.
3707
3708         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
3709         keystrokes.
3710
3711 2006-04-13  Romain Francoise  <romain@orebokech.com>
3712
3713         TODO: Backport to v5-10!
3714
3715         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
3716         Moved here (and renamed) from gnus-registry.el.
3717
3718         * gnus-registry.el: Require gnus-util.
3719         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
3720
3721 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722
3723         * gnus-group.el (gnus-group-catchup-current): Change
3724         if-then-else-if-then-else into cond.
3725         (gnus-group-catchup): Indent.
3726         (group-name-at-point): New function.
3727         (gnus-fetch-group): Provide default from thing at point.
3728
3729 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730
3731         * message.el (message-display-abbrev): Fix regexp.
3732
3733         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
3734         choosing.
3735         (ecomplete-highlight-match-line): Fix up code rewrite, remove
3736         dead variables.
3737
3738         * message.el (message-newline-and-indent): Remove debugging.
3739         (message-display-abbrev): Use new implementation.
3740
3741 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3742
3743         * gnus-art.el (gnus-article-mode): Set
3744         cursor-in-non-selected-windows to nil.
3745
3746         * smiley.el: Revert previous change.
3747         (smiley-data-directory): defvar it before using it in the
3748         defcustom of `smiley-style'.
3749
3750 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * message.el (message-newline-and-indent): New function.
3753
3754         * ecomplete.el: Implement more bits.
3755
3756         * message.el (message-put-addresses-in-ecomplete): Clean up the
3757         string.
3758
3759         * ecomplete.el (ecomplete-add-item): Chop off decimals.
3760
3761         * gnus-sum.el (gnus-summary-save-parts): Bind
3762         gnus-summary-save-parts-counter and use it to make unique file
3763         names.
3764
3765         * gnus-art.el (gnus-ignored-headers): Add some more headers.
3766
3767         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
3768         parameter to say whether to actually parse the individual
3769         addresses.
3770
3771         * message.el (message-put-addresses-in-ecomplete): New function.
3772         (ecomplete): Require.
3773         (message-mail-alias-type): Add ecomplete as an option.
3774
3775 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
3776
3777         * flow-fill.el (fill-flowed): Remove trailing space from blank
3778         quoted lines.
3779
3780 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3781
3782         * smiley.el (smiley-style): Move definition later to avoid a
3783         compilation warning.
3784
3785 2006-04-12  Kenichi Handa  <handa@m17n.org>
3786
3787         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3788         buffer and then decode the buffer text if necessary.
3789         (rfc2231-encode-string): Be sure to work on multibyte buffer at
3790         first, and after mm-encode-body, change the buffer to unibyte.
3791         Use mm-disable-multibyte instead of set-buffer-multibyte.
3792
3793 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3794
3795         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3796         Content-Type header instead of Content-Disposition header.
3797         (gnus-mime-inline-part): Ditto.
3798         (gnus-mime-view-part-as-charset): Ignore charset that the part
3799         specifies.
3800
3801         * mm-decode.el (mm-display-part): Work with external parts and
3802         usual parts similarly.
3803
3804         * mm-extern.el (mm-inline-external-body): Use mm-display-part
3805         instead of gnus-display-mime.
3806
3807         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3808         instead of with-temp-buffer.
3809
3810         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3811         tag to summarized topics part in order to encode non-ASCII text.
3812
3813 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3814
3815         * smiley.el (smiley-style): New variable.
3816         (smiley-directory): New function.
3817         (smiley-data-directory): Derive from `smiley-style' using
3818         `smiley-directory'.
3819         (smiley-regexp-alist): Add new entries.
3820
3821         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3822         (gnus-article-browse-delete-temp): Add :version.
3823
3824 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3825
3826         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3827         the sieve region.
3828
3829 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3830
3831         * gnus.el (gnus-version-number): Bump version.
3832
3833 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3834
3835         * gnus.el: No Gnus v0.4 is released.
3836
3837 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3840         layout.
3841
3842         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3843         unknown charset.
3844
3845         * message.el (message-header-synonyms): Add Original-To to the
3846         default.
3847
3848         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3849         optional parameter.
3850
3851 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3852
3853         * gnus-fun.el (gnus): Require it for gnus-directory.
3854
3855 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3856
3857         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3858
3859 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3860
3861         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3862
3863 2006-04-05  Simon Josefsson  <jas@extundo.com>
3864
3865         * password.el (password-reset): New function.
3866
3867 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3868
3869         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3870         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3871
3872 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3873
3874         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3875         Some whitespace was matched into the url, which broke browsing hits
3876         > 100 when mm-url-use-external was nil.
3877
3878 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3879
3880         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3881         gnus-extra-headers for 'Newsgroups.
3882
3883         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3884         bound.
3885
3886 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3887
3888         * pgg-gpg.el: Clean up process buffers every time gpg processes
3889         complete.
3890
3891 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3892
3893         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3894         doc string.
3895
3896 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3897
3898         * pgg-gpg.el (pgg-gpg-process-filter)
3899         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3900
3901         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3902         lines, temporary fix.
3903
3904 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3905
3906         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3907
3908 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3909
3910         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3911         default-enable-multibyte-characters.  This reverts the change from
3912         revision 6.17 which is no longer necessary because the passphrase
3913         is sent separately now.  GnuPG messages are unreadable under
3914         multibyte locales with default-enable-multibyte-characters set to
3915         nil.
3916
3917 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3918
3919         * message.el (message-tool-bar-gnome): Move "spell".
3920
3921 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3922
3923         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3924         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3925         instead.
3926
3927 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3928
3929         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3930         newsgroups handling for NNTP overviews which don't include
3931         Newsgroups.
3932
3933 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3934
3935         * message.el (message-resend): Bind message-generate-hashcash to nil.
3936
3937 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3938
3939         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3940         when searching for already-paid recipients.
3941
3942 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3943
3944         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3945         passphrases when it is not needed.
3946         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3947         passphrase stuff from gpg, should only be necessary when you use
3948         gpg with a smartcard.
3949
3950 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * mml.el (mml-insert-mime): Ignore cached contents of
3953         message/external-body part.
3954
3955         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3956         (mm-insert-part): Ditto.
3957
3958 2006-03-23  Simon Josefsson  <jas@extundo.com>
3959
3960         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3961         Reiner.
3962         (pgg-gpg-use-agent-p): Use it again.
3963
3964 2006-03-23  Simon Josefsson  <jas@extundo.com>
3965
3966         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3967         older emacsen.
3968         (pgg-gpg-use-agent-p): Don't use it.
3969
3970 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3971
3972         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3973         if we can.
3974
3975 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3976
3977         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3978         (pgg-gpg-update-agent): New function.
3979         (pgg-gpg-use-agent-p): New function.
3980         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3981         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3982         (pgg-gpg-sign-region): Use it.
3983
3984 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3985
3986         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3987         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3988
3989 2006-03-21  Simon Josefsson  <jas@extundo.com>
3990
3991         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3992         <wilde@sha-bang.de>.
3993         (pgg-gpg-use-agent): New variable.
3994         (pgg-gpg-process-region): Use it.
3995         (pgg-gpg-encrypt-region): Likewise.
3996         (pgg-gpg-encrypt-symmetric-region): Likewise.
3997         (pgg-gpg-decrypt-region): Likewise.
3998         (pgg-gpg-sign-region): Likewise.
3999         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4000
4001 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4002
4003         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
4004
4005         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
4006         Add comment on version.
4007
4008 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4009
4010         * smiley.el: Add missing test smiley.
4011
4012 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * mm-decode.el (mm-with-part): New macro.
4015         (mm-get-part): Use it; work with message/external-body as well.
4016         (mm-save-part): Treat name and filename equally.
4017
4018         * mm-extern.el (mm-extern-cache-contents): New function.
4019         (mm-inline-external-body): Use it; force the part to be displayed;
4020         move undisplayer added to the cached handle to the parent.
4021
4022         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
4023         (gnus-mime-view-part-as-type): Work with message/external-body.
4024
4025         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
4026
4027 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4028
4029         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
4030         images in image-load-path.  [Sync with image.el, revision 1.60, in
4031         Emacs.]
4032
4033 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4034
4035         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
4036         path rather than symbol.  Always return list of directories.
4037         Guarantee that image directory comes first.  [Sync with image.el,
4038         revision 1.59, in Emacs.]
4039
4040         * message.el (message-make-tool-bar): Adjust to new API of
4041         `gmm-image-load-path-for-library'.
4042
4043         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4044
4045         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4046
4047 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4048
4049         * gnus-art.el (gnus-article-only-boring-p):
4050         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
4051         intangible text.
4052         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
4053
4054 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
4055
4056         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
4057         `defun' instead of `gmm-defun-compat'.
4058
4059 2006-03-14  Simon Josefsson  <jas@extundo.com>
4060
4061         * message.el (message-unique-id): Don't use message-number-base36
4062         if (user-uid) is a float.
4063         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
4064
4065 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
4068
4069         * gnus-art.el (gnus-mime-display-single): Make sure there is an
4070         empty line between a part and a message part.
4071
4072 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4073
4074         * smiley.el: Add more test smileys.
4075         (smiley-data-directory, smiley-regexp-alist)
4076         (gnus-smiley-file-types): Fix doc strings.
4077         (smiley-update-cache): Clear smiley-cached-regexp-alist before
4078         adding new elements.
4079         (smiley-mouse-map): Unused code.  Make it a comment.
4080
4081 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4082
4083         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
4084         scan latest NoCeM messages instead of old ones.
4085         (gnus-nocem-check-article): Fix regexps so as to match to PGP
4086         delimiters that are recently used.
4087         (gnus-nocem-load-cache): Add autoload cookie.
4088
4089         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
4090
4091         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
4092         level which is larger than gnus-use-nocem is specified.
4093
4094         * gnus-group.el (gnus-group-get-new-news): Ditto.
4095
4096 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4097
4098         * gnus-util.el (gnus-tool-bar-update): New function.
4099
4100         * gnus-group.el (gnus-group-update-tool-bar): New variable.
4101         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
4102
4103         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
4104
4105         * gnus-group.el (gnus-group-redraw-when-idle)
4106         (gnus-group-redraw-check): Remove.
4107         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
4108
4109 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4110
4111         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
4112         if optional last element is specified in splits (FIELD VALUE...).
4113
4114 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
4115
4116         * message.el (message-make-tool-bar): Rename gmm-image-load-path
4117         to gmm-image-load-path-for-library.  Call with no-error argument.
4118         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
4119
4120         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4121
4122         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4123
4124         * gmm-utils.el (gmm-image-load-path): Remove alias.
4125
4126 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
4127
4128         * gmm-utils.el (gmm-image-load-path): Add alias.
4129
4130         * nnml.el (nnml-generate-nov-databases-directory): Rename from
4131         nnml-generate-nov-databases-1.
4132         (nnml-generate-nov-databases): Use it.
4133         (nnml-generate-nov-databases-directory): Document no-active
4134         argument.
4135
4136         * gmm-utils.el (gmm-image-load-path-for-library): Return single
4137         directory if path is t.  Add no-error.
4138
4139         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
4140         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4141
4142         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
4143         resetting gnus-article-browse-html-temp-list.
4144
4145         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
4146         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
4147         Add example to docstring.  Rename local variables.  Move error
4148         checks to default case in cond and simplify.
4149
4150 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
4153         handle is multipart when calling it recursively.
4154         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
4155
4156 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
4157
4158         * nnimap.el (nnimap-request-update-info-internal): Optimize.
4159         Don't `gnus-uncompress-range' to avoid excessive memory usage.
4160
4161 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4162
4163         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
4164         is loaded.
4165
4166         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
4167         loaded.
4168
4169 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4170
4171         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
4172         to "Emacs 23 (unicode)" in doc string.
4173
4174         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
4175         "Emacs 23 (unicode)" in comment.
4176
4177 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
4180
4181         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
4182         characters 160 through 255 in Emacs 23.
4183
4184 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4185
4186         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
4187         gnus-article-browse-html-temp.
4188         (gnus-article-browse-delete-temp): Make it customizable.  Add
4189         `file'.  Adjust doc string.
4190         (gnus-article-browse-delete-temp-files): Add argument.  Allow
4191         query for each file.  Adjust doc string.
4192         (gnus-article-browse-html-parts): Add
4193         `gnus-article-browse-delete-temp-files' to
4194         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
4195
4196 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
4197
4198         * gnus-art.el (gnus-article-browse-html-temp)
4199         (gnus-article-browse-delete-temp): New variables.
4200         (gnus-article-browse-delete-temp-files): New function.
4201         (gnus-article-browse-html-parts): Use it.
4202
4203 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4204
4205         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
4206
4207         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
4208         string.
4209
4210         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
4211         gnus-summary-insert-new-articles when unplugged.  Remove
4212         gnus-summary-search-article-forward.
4213
4214         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
4215         display-visual-class instead of display-color-cells.
4216
4217 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * dgnushack.el: Autoload customize-group for XEmacs.
4220
4221         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
4222         message/* containing non-ASCII text properly.
4223
4224 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4225
4226         * message.el: Require gmm-utils, remove autoloads.
4227         (message-tool-bar): Set default based on
4228         gmm-tool-bar-style.
4229         (message-tool-bar-gnome): Add gmm-customize-mode.
4230
4231         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
4232         gmm-tool-bar-style.
4233         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
4234
4235         * gnus-group.el (gnus-group-tool-bar): Set default based on
4236         gmm-tool-bar-style.
4237         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
4238
4239         * gmm-utils.el (gmm-image-directory): Rename variable from
4240         gmm-image-load-path.
4241         (gmm-image-load-path): Use gmm-image-directory.
4242         (gmm-customize-mode): New function.
4243         (gmm-tool-bar-style): New variable.
4244
4245         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
4246         gnus-group-redraw-line-number.
4247         (gnus-group-redraw-check): Simplify.
4248         (gnus-group-tool-bar-update): Remove redraw check.
4249         (gnus-group-make-tool-bar): Add redraw check.
4250
4251 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
4252
4253         * gnus-art.el (gnus-button): Add missing parentheses.
4254
4255 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * lpath.el: Fbind line-number-at-pos.
4258
4259 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
4262
4263 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
4264
4265         * gnus-art.el (gnus-button): New face.
4266         (gnus-article-button-face): Use it.
4267
4268         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
4269         gnus-summary-next-page.  Re-order.
4270
4271         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
4272         next-node are now included.
4273         (gnus-group-redraw-line-number): New internal variable.
4274         (gnus-group-redraw-check): Helper function for updating the tool
4275         bar.
4276         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
4277
4278         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
4279
4280         * spam.el (spam-spamassassin-score-regexp): New internal variable.
4281         (spam-extra-header-to-number, spam-check-spamassassin-headers):
4282         Use it to match format of Spamassassin 3.0 and later.  Reported by
4283         IRIE Tetsuya <irie@t.email.ne.jp>.
4284         (spam-check-bogofilter)
4285         (spam-bogofilter-register-with-bogofilter): Fix args of
4286         `gnus-error' calls.
4287
4288 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
4289
4290         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
4291         unnecessary interaction when sending queued mails.  Reported by
4292         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
4293
4294 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4295
4296         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
4297         first or last are nil.
4298
4299 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4300
4301         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
4302
4303 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4304
4305         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
4306
4307 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4308
4309         * dns.el (query-dns): Protect more against buggy tcp output.
4310
4311 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4312
4313         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
4314         nov.php.
4315
4316 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4317
4318         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
4319         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
4320         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
4321         output on the server side.
4322         (nnweb-google-create-mapping): Update regexps and add some
4323         progress indication.
4324
4325 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
4326
4327         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
4328         gnus-agent-toggle-plugged.  Re-order icons.
4329         (gnus-group-tool-bar-gnome): Add
4330         gnus-group-{prev,next}-unread-group.
4331         (gnus-group-tool-bar-gnome): Re-order icons.
4332
4333         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
4334         gnus-summary-insert-new-articles.
4335
4336         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
4337         comments.
4338
4339         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
4340         also available in Emacs 21.3.
4341
4342         * message.el (message-fix-before-sending): Change "Emacs 22" to
4343         "Emacs 23 (unicode)" in comment.
4344
4345         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
4346         "Emacs 23 (unicode)" in comment.
4347
4348         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
4349         comment.
4350         (mm-coding-system-p): Add comment about no-MULE XEmacs.
4351
4352         * mm-view.el (mm-fill-flowed): Add :version.
4353
4354 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
4357         and load-path.
4358
4359 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
4360
4361         * message.el: Autoload gmm-image-load-path.
4362         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
4363         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
4364         consitency.
4365
4366         * gmm-utils.el (gmm-image-load-path): Also search in
4367         "../etc/images".  Don't set gmm-image-load-path if we don't find
4368         the image.
4369
4370 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * gmm-utils.el (gmm-image-load-path): Don't make
4373         `gmm-image-load-path' include subdirectories which the second arg
4374         `image' might specify.
4375
4376         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
4377         subdirectory to icon file names.
4378
4379         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
4380
4381 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4382
4383         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
4384         gmm-image-load-path calls.
4385
4386         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4387
4388         * message.el (message-make-tool-bar): Ditto.
4389
4390         * mml.el (mml-preview): Added comment concerning tool bar icons.
4391
4392         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
4393         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
4394
4395         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
4396         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
4397
4398         * message.el (message-tool-bar-gnome): Use new icon names.
4399         (message-make-tool-bar): Use `gmm-image-load-path'.
4400
4401         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
4402         functions from MH-E.
4403         (gmm-image-load-path): New variable from MH-E.
4404         (gmm-image-load-path): New function from MH-E.  Added arguments
4405         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
4406         *-image-load-path-called-flag.
4407
4408 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
4409
4410         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
4411
4412 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
4413
4414         * nnimap.el (nnimap-request-move-article): Change folder back to
4415         source group before deleting.
4416
4417 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
4418
4419         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
4420
4421         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
4422         mm-url.
4423
4424         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
4425
4426 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
4429         coding system which mm-charset-to-coding-system returns for a
4430         given charset is valid.
4431
4432 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
4433
4434         * html2text.el (html2text-remove-tag-list):
4435         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
4436
4437 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4438
4439         * gnus-cus.el: Revert 2005-10-17 change.
4440
4441 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * gnus-art.el (article-strip-banner): Call
4444         article-really-strip-banner only when the regexp match is made.
4445
4446 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * gnus-art.el (article-strip-banner): Use
4449         gnus-extract-address-components instead of
4450         mail-header-parse-addresses to make it work with non-ASCII text;
4451         remove mail-encode-encoded-word-string.
4452
4453         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
4454         values which are surrounded with \"...\"; make it never cause a
4455         Lisp error; give up parsing of parameters if it failed in
4456         extracting type.
4457
4458 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4459
4460         * smime.el (smime-cert-by-ldap-1): Fix bug where
4461         `smime-ldap-search' returns results without userCertificates.
4462
4463 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
4466
4467 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4468
4469         * spam.el (spam-check-spamassassin-headers): Adapt format for
4470         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
4471         <ari@mbf.ocn.ne.jp>.
4472         (spam-list-of-processors): Add spam-use-gmane.
4473
4474 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
4477         make-temp-file; make it work with XEmacs as well.
4478
4479         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
4480         mm-make-temp-file.
4481
4482         * mm-decode.el (mm-display-external): Use the 3rd arg of
4483         mm-make-temp-file.
4484         (mm-create-image-xemacs): Ditto.
4485
4486 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4487
4488         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
4489         with message-narrow-to-headers.
4490         (gnus-draft-setup): Narrow to header to run message-fetch-field.
4491         (gnus-draft-check-draft-articles): New function.
4492         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
4493
4494 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4495
4496         * gnus-art.el (gnus-article-browse-html-parts):
4497         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
4498         Don't use suffix argument for mm-make-temp-file for Emacs 21
4499         compatibility.  Remove useless `format'.
4500
4501 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4502
4503         * nnweb.el (nnweb-google-wash-article): Update regexps.
4504         (nnweb-group-alist): Use defvoo instead of defvar.
4505
4506 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
4509         re-loading nn* modules.
4510
4511 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4512
4513         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
4514         for `tool-bar-mode' and don't check it's default-value.
4515
4516         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4517
4518         * message.el (message-make-tool-bar): Ditto.
4519
4520         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
4521         `substring'.  Shorten tmp-file name.
4522
4523         * gnus.el: Remove bogus comment.
4524
4525 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
4526
4527         * gnus-art.el (gnus-article-browse-html-parts): New function.
4528         (gnus-article-browse-html-article): New function for viewing html
4529         articles with a browser.
4530
4531 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
4532
4533         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
4534         in elisp.
4535         (pgg-gpg-encrypt-symmetric-region): Ditto.
4536         (pgg-gpg-sign-region): Ditto.
4537
4538         * pgg-def.el (pgg-text-mode): New variable.
4539
4540         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
4541         (mml2015-pgg-encrypt): Ditto.
4542
4543         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
4544         (mml1991-pgg-encrypt): Ditto.
4545
4546 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4547
4548         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
4549         message-make-date instead of current-time-string.
4550
4551         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
4552         to gnus-decoded which mm-uu might set.
4553
4554 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
4557         don't decode quoted parameters; remove misimported Emacs code.
4558         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4559         (rfc2231-decode-encoded-string): Don't use split-string which
4560         behaves differently according to Emacs version; use
4561         mm-decode-coding-region to convert charset to coding-system.
4562         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4563         (rfc2231-encode-string): Remove misimported Emacs code.
4564
4565 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4566
4567         * gnus-art.el (article-decode-charset): Don't use ignore-errors
4568         when calling mail-header-parse-content-type.
4569         (article-de-quoted-unreadable): Ditto.
4570         (article-de-base64-unreadable): Ditto.
4571         (article-wash-html): Ditto.
4572
4573         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
4574         calling mail-header-parse-content-type and
4575         mail-header-parse-content-disposition.
4576         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
4577         mail-header-parse-content-type.
4578
4579         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
4580         insert charset and format parameters; encode description after
4581         inserting it to buffer.
4582         (mml-insert-parameter): Fold lines properly even if a parameter is
4583         segmented into two or more lines; change the max column to 76.
4584
4585         * rfc1843.el (rfc1843-decode-article-body): Don't use
4586         ignore-errors when calling mail-header-parse-content-type.
4587
4588         * rfc2231.el (rfc2231-parse-string): Return at least type if
4589         possible; don't cause an error even if it fails in parsing of
4590         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4591         (rfc2231-encode-string): Don't break lines at the beginning, leave
4592         it to mml-insert-parameter.
4593
4594         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
4595         calling mail-header-parse-content-type.
4596
4597 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
4598
4599         * spam-report.el (spam-report-gmane-use-article-number):
4600         Improve doc string.
4601         (spam-report-gmane-internal): Check if a suitable header was found
4602         in the article.
4603
4604 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
4607         (rfc2231-encode-string): Make param*=value always begin with LWSP.
4608
4609 2006-02-05  Romain Francoise  <romain@orebokech.com>
4610
4611         Update copyright notices of all files in the gnus directory.
4612
4613 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4614
4615         * nnweb.el (nnweb-request-group): Avoid growing overview files.
4616
4617 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
4620         segmented lines of parameter value to cope with Thunderbird 1.5
4621         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
4622         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4623         (rfc2231-encode-string): Don't make lines exceeding 76 column.
4624
4625 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
4626
4627         * mml.el (mml-generate-mime-1): Correct the order of inline signed
4628         parts.
4629
4630 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4631
4632         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
4633         there's only one active file for all servers.
4634         (nnweb-request-scan): Make sure nnweb-articles is initialized on
4635         solid groups.  Gnus might have used a FAST request to select the group.
4636         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
4637         and nnweb-search redundantly in the active file.
4638         (nnweb-request-list): Don't list bogus groups.  There can only be one.
4639         (nnweb-request-create-group): Don't use ARGS.
4640         (nnweb-possibly-change-server, nnweb-request-group): Remove some
4641         initialisations.  Let nnoo do the work.
4642
4643 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
4646         Say the part has been decoded.
4647
4648         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
4649
4650 2006-01-31  Kevin Ryde  <user42@zip.com.au>
4651
4652         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
4653         mailcap-viewer-test-cache when there's no 'test clause, since that
4654         will invert the meaning of a "nil" test previously determined by
4655         mailcap-mailcap-entry-passes-test.
4656
4657 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4660         compiling.
4661
4662         * gnus-sum.el: Ditto.
4663
4664         * message.el: Don't bind tool-bar-map when compiling.
4665
4666 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
4667
4668         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
4669
4670 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4671
4672         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
4673         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
4674         current Google Groups.
4675
4676 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
4677
4678         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
4679         and tool-bar-mode.
4680
4681         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
4682         and tool-bar-mode.
4683
4684         * message.el (message-tool-bar-update): Simplify.
4685         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
4686
4687         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
4688         gnus-summary-buffer.
4689         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
4690         gnus-summary-reply.
4691
4692         * gmm-utils.el (gmm): Add :version.
4693
4694 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * Makefile.in (clean): New rule.
4697         (distclean): Use it.
4698
4699 2006-01-26  Steve Youngs  <steve@sxemacs.org>
4700
4701         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
4702         autoload.
4703
4704 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * gmm-utils.el (gmm-verbose): Add :group.
4707
4708 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
4709
4710         * message.el: Change some comments WRT tool-bars.
4711
4712         * gnus-sum.el (gnus-summary-tool-bar)
4713         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
4714         (gnus-summary-tool-bar-zap-list): New variables.
4715         (gnus-summary-make-tool-bar): Complete rewrite using
4716         `gmm-tool-bar-from-list'.
4717
4718         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
4719         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
4720         variables.
4721         (gnus-group-make-tool-bar): Complete rewrite using
4722         `gmm-tool-bar-from-list'.
4723         (gnus-group-tool-bar-update): New function.
4724
4725         * message.el (message-mode-field-menu): Add "Show hidden Headers".
4726
4727 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4730         is dissected into a single part of which the type is the same as
4731         the given one; decode charset.
4732
4733 2006-01-21  Kevin Ryde  <user42@zip.com.au>
4734
4735         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
4736         into alists as symbol not string, since that's what
4737         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
4738         look for.
4739
4740 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
4741
4742         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
4743         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
4744
4745         * message.el (message-tool-bar-gnome): Use gmm-ignore.
4746
4747 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
4750         (gnus-xmas-mime-security-button-menu): New function.
4751
4752         * gnus-art.el (gnus-mime-security-button-commands): New variable.
4753         (gnus-mime-security-button-menu): New definition.
4754         (gnus-mime-security-button-map): Use them.
4755         (gnus-mime-security-button-menu): New function.
4756         (gnus-insert-mime-security-button): Addition to help echo.
4757         (gnus-mime-security-run-function, gnus-mime-security-save-part)
4758         (gnus-mime-security-pipe-part): New functions.
4759
4760         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
4761         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
4762
4763         * mm-decode.el (mm-handle-set-disposition): Remove.
4764         (mm-handle-set-description): Remove.
4765
4766 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
4769         (mm-w3m-standalone-supports-m17n-p): New function.
4770         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
4771         w3m usage.
4772
4773         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
4774         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
4775
4776 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4777
4778         * message.el (message-tool-bar-zap-list): Use
4779         gmm-tool-bar-zap-list as custom type.
4780         (message-tool-bar-update): New function.
4781         (message-tool-bar, message-tool-bar-gnome)
4782         (message-tool-bar-retro): Add message-tool-bar-update.
4783         (message-tool-bar-gnome): Add flyspell-buffer.
4784
4785         * gnus-util.el (gnus-error): Describe `args'.
4786
4787         * gmm-utils.el (gmm-error): Describe `args'.
4788         (gmm-tool-bar-zap-list): New widget.
4789         (gmm-tool-bar-from-list): Improve description of `zap-list'.
4790
4791 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
4794         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
4795         the number of recursive calls.
4796
4797         * mm-decode.el (mm-handle-set-disposition): New macro.
4798         (mm-handle-set-description): New macro.
4799
4800 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4803         encoding.
4804
4805 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4806
4807         * message.el (message-tool-bar-zap-list, message-tool-bar)
4808         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4809         (message-tool-bar-local-item-from-menu): Remove.
4810         (message-tool-bar-map): Replace by `message-make-tool-bar'.
4811         (message-make-tool-bar): New function.
4812         (message-mode): Use `message-make-tool-bar'.
4813
4814         * gmm-utils.el: New file.
4815         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4816         (gmm-lazy): New widget copied from `nnmail.el'.
4817         (gmm-tool-bar-from-list): New function for creating customizable
4818         tool bars.
4819         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
4820         output.
4821         (gmm): Add :prefix to defgroup.
4822
4823 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4824
4825         * gmm-utils.el (gmm-widget-p): New function.
4826
4827 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4828
4829         * mml.el (mml-attach-file): Describe `description' in doc string.
4830         (mml-menu): Add Emacs MIME manual and PGG manual.
4831
4832 2006-01-20  Richard M. Stallman  <rms@gnu.org>
4833
4834         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4835
4836 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
4837
4838         * nntp.el (nntp-end-of-line): Doc fix.
4839
4840 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4841
4842         * imap.el (imap-open): Handle case where buffer is a buffer
4843         object.
4844
4845 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4846
4847         * gnus-delay.el (gnus-delay): Don't autoload.
4848         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4849         to be re-loaded when customizing the `gnus-delay' group.
4850
4851 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4852
4853         * message.el (message-insert-citation-line): Use newlines.
4854
4855 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4856
4857         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4858         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4859         these routines, so the passphrase can be managed externally and
4860         passed in to the system.
4861         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4862         pgg-add-passphrase-to-cache function.
4863
4864         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4865         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4866         these routines, so the passphrase can be managed externally and
4867         passed in to the system.
4868         (pgg-pgp5-sign-region): Use new name of
4869         pgg-add-passphrase-to-cache function.
4870
4871 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4872
4873         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4874         part of the decoded armor to find the key-identifier.
4875         (pgg-gpg-lookup-key-owner): New function to return the
4876         human-readable identifier of a key owner.
4877         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4878         itself.
4879         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4880         the key value) if we have a key and can match it against a secret
4881         key.  Also, added a note pointing out fact that the prompt only
4882         indicates the first matching key.
4883
4884         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4885         pgg-decrypt-region.
4886         (pgg-add-passphrase-to-cache): Rename from
4887         `pgg-add-passphrase-cache' to reduce confusion (all callers
4888         changed).
4889         (pgg-remove-passphrase-from-cache): Rename from
4890         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4891         changed).
4892         (pgg-read-passphrase, pgg-add-passphrase-cache)
4893         (pgg-remove-passphrase-cache): Add informative docstrings.
4894         (pgg-decrypt): Convey provided passphrase in subordinate call to
4895         pgg-decrypt-region.
4896
4897 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4898
4899         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4900         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4901         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4902         'passphrase' argument, so the passphrase can be managed externally
4903         and then passed in to the system.
4904
4905         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4906         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4907         so the passphrase cache can be used reliably with identifiers
4908         besides a pgp packet's key id.
4909
4910         * pgg-gpg.el (pgg-gpg-encrypt-region)
4911         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4912         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4913         these routines, so the passphrase can be managed externally and
4914         passed in to the system.
4915
4916         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4917         'notruncate' argument, so the passphrase cache can be used
4918         reliably with identifiers besides a pgp packet's key id.
4919
4920 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4921
4922         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4923         symmetric encryption.
4924         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4925         encrypted session key.
4926         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4927         message ask for the passphrase in a proper way.
4928
4929         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4930         New user commands for symmetric encryption.
4931
4932 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4935
4936         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4937
4938 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4939
4940         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4941
4942 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * mm-decode.el (mm-inlined-types): Add application/pgp.
4945         (mm-automatic-display): Ditto.
4946
4947         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4948         part as text.
4949
4950 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * nnrss.el: Update copyright.
4953         (nnrss-opml-import): Query whether to subscribe to each entry.
4954
4955         * gnus-art.el:
4956         * gnus-sum.el:
4957         * gnus-xmas.el:
4958         * messagexmas.el:
4959         * mm-uu.el:
4960         * mm-view.el: Update copyright.
4961
4962 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4963
4964         * message.el (message-info): New function.
4965         (message-mode-menu): Add it.
4966         Update copyright.
4967
4968         * ChangeLog: Fix and update copyright.
4969
4970 2006-01-13  Romain Francoise  <romain@orebokech.com>
4971
4972         * message.el (message-forward-subject-name-subject): Prefer the
4973         address to 'nowhere' if the sender has no name.
4974         Fix typo.  Update copyright year.
4975
4976 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * gnus-art.el (article-wash-html): Use
4979         gnus-summary-show-article-charset-alist if a numeric arg is given.
4980         (gnus-article-wash-html-with-w3m-standalone): New function.
4981
4982         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4983         mm-inline-text-html-render-with-w3m-standalone.
4984         (mm-text-html-washer-alist): Map w3m-standalone to
4985         gnus-article-wash-html-with-w3m-standalone.
4986         (mm-inline-text-html-render-with-w3m-standalone): New function.
4987
4988 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4989
4990         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4991         Improve LaTeX.
4992
4993 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4996         (nnrss-request-article): Render text/plain parts as HTML.
4997
4998         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4999         the buffer.
5000
5001 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5002
5003         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
5004         custom definition of `gnus-posting-styles'.
5005
5006         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
5007         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
5008
5009 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5010
5011         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
5012         Use nntp for bug archive.
5013
5014 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
5017         parts.
5018         (nnrss-normalize-date): New function converts ISO 8601 date into
5019         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
5020         (nnrss-check-group): Use it.
5021
5022 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
5025
5026         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
5027         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
5028         (nnrss-insert-w3): Ditto.
5029
5030 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
5033         the articles to be forwarded including the case where neither a
5034         number of articles nor a region is specified.
5035
5036 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5037
5038         * nnrss.el (nnrss-request-article): Fix last change; fill
5039         text/plain parts.
5040
5041 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
5044         in text/plain part.
5045         (nnrss-check-group): Don't add excessive newline to dc:subject.
5046
5047 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
5048
5049         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
5050         article.
5051
5052 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5053
5054         * nnml.el: Don't require gnus-bcklg.  Autoload it.
5055         (nnml-use-compressed-files, nnml-save-mail): Support other
5056         comression programs such as bzip2.
5057
5058 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5059
5060         * dns.el (query-dns): Make sure we check the buffer size before
5061         removing tcp headers.
5062
5063 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
5066         remove MIME buttons associated with multipart/alternative parts.
5067         (gnus-mime-display-alternative): Tag buttons using `article-type'
5068         text property.
5069
5070         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
5071         associated with multipart/alternative parts.
5072
5073         * gnus-art.el (gnus-signature-separator): Fix custom type.
5074
5075         * mm-decode.el (mm-inlined-types): Fix custom type.
5076         (mm-keep-viewer-alive-types): Ditto.
5077         (mm-automatic-display): Ditto.
5078         (mm-attachment-override-types): Ditto.
5079         (mm-inline-override-types): Ditto.
5080         (mm-automatic-external-display): Ditto.
5081
5082 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5083
5084         * spam-report.el (spam-report-user-mail-address)
5085         (spam-report-user-agent): New variables.
5086         (spam-report-url-ping-plain): Use spam-report-user-agent.
5087
5088 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
5089
5090         * gnus-art.el (gnus-button-handle-custom): Do not just use
5091         `customize-apropos' for any "M-x customize-*" button but the
5092         function called for.  Accept both the function name and its
5093         argument in order to achieve this.
5094         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
5095         function name to `gnus-button-handle-custom' in case of "M-x
5096         customize-*" buttons.
5097
5098 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
5101         multipart/alternative and add xref to mm-discouraged-alternatives
5102         in doc string.
5103
5104         * mm-decode.el (mm-discouraged-alternatives): Add xref to
5105         gnus-buttonized-mime-types in doc string.
5106
5107 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
5108
5109         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
5110         Suggest image/.* in the doc string.
5111
5112 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
5115         message-marks (Debian bug #342521).
5116
5117 2005-12-12  Simon Josefsson  <jas@extundo.com>
5118
5119         * password.el (password-read-from-cache): Add.
5120         (password-read): Use it.
5121
5122 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
5125         us-ascii as a MIME charset.
5126
5127         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
5128         against the case where the 2nd arg TYPE is nil.
5129
5130 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5131
5132         * pop3.el (pop3-stream-type): Fix custom version.
5133
5134         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
5135
5136 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5137
5138         * mm-decode.el (mm-display-external): Add missing cdr.
5139
5140 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * mm-decode.el (mm-display-external): Use nametemplate (defined in
5143         RFC1524) if it is in mailcap or add a suffix according to
5144         mailcap-mime-extensions when generating a temp filename; postpone
5145         deleting a temp file for 2 seconds for some wrappers, shell
5146         scripts, and so on, which might exit right after having started a
5147         viewer command as a background job.
5148
5149 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5150
5151         * nntp.el (nntp-marks-directory): Fix custom group.
5152
5153         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
5154         steps when < 10.
5155
5156         * gnus-start.el (gnus-no-server-1): Mention
5157         `gnus-level-default-subscribed' in doc string.
5158
5159 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5160
5161         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
5162         parens.
5163
5164 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * gnus-xmas.el (gnus-use-toolbar): Revert.
5167         (gnus-xmas-setup-toolbar): Use global default-toolbar if
5168         gnus-use-toolbar is default.
5169
5170         * messagexmas.el (message-use-toolbar): Revert.
5171         (message-setup-toolbar): Use global default-toolbar if
5172         message-use-toolbar is default.
5173
5174 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
5177         according to default-toolbar-visible-p.
5178
5179         * messagexmas.el (message-use-toolbar): Ditto.
5180
5181 2005-11-26  Dave Love  <fx@gnu.org>
5182
5183         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
5184         (tls-program, tls-success): Provide openssl alternative.
5185
5186         * starttls.el: Doc fixes.
5187         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
5188         SERVICE to PORT.
5189
5190         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
5191         port null or service name.
5192         (starttls-negotiate): Autoload.
5193
5194 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * message.el (message-kill-to-signature): Fix interactive spec.
5197
5198 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * pop3.el (pop3-open-server): Recognize a string as a service name.
5201
5202 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
5203
5204         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5205
5206 2005-11-23  Dave Love  <fx@gnu.org>
5207
5208         Add pop3s, pop3/starttls.
5209
5210         * pop3.el (pop3-authentication-scheme): Clarify doc.
5211         (open-tls-stream, starttls-open-stream): Autoload.
5212         (pop3-stream-type): New.
5213         (pop3-open-server): Use it.
5214
5215         * mail-source.el (mail-sources): Fix some :types.  Add stream type
5216         for POP.
5217         (mail-source-keyword-map): Add :stream for POP.
5218         (mail-source-fetch-pop): Use pop3-stream-type.
5219
5220 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
5223         of current-time-string.
5224
5225 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
5226
5227         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
5228         date header.
5229
5230 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
5231
5232         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
5233         it can seriously impact performance as it bypasses the agent's
5234         local caches.
5235
5236 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
5237
5238         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
5239         must be explicitly online rather than "not explicitly offline" for
5240         its flags to be synchronized.
5241
5242         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
5243         that gnus-uu-unmark-thread will function correctly.
5244
5245         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
5246         1024K is instead displayed as 1M.
5247
5248 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249
5250         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
5251
5252 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
5253
5254         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
5255
5256 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
5257
5258         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
5259         error message to display actual error condition.
5260         (gnus-agent-save-local): Avoid saving symbols that are bound to
5261         nil as they simply result in a warning message in
5262         gnus-agent-read-local.
5263
5264 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
5267         rather than make-variable-buffer-local for file-precious-flag.
5268
5269 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
5270
5271         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
5272         for duplicates which are removed.  The invalid sort check then
5273         triggers a rescan after the sort as sorting may have moved
5274         duplicate entries such that they can be cheaply detected.
5275
5276 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
5279
5280 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
5281
5282         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
5283         internal variable to a custom variable.  Changed default value
5284         from compressed(2) to uncompressed(1).
5285         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
5286         support for uncompressed agentview files.  Taken together, reading
5287         the agentview file should now be 6-7 times faster.
5288
5289 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5290
5291         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
5292         as a buffer-local variable.  This avoids creating truncated
5293         dribble files as a result of a hang up, eg.
5294
5295 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
5296
5297         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
5298         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
5299         XEmacs.
5300
5301 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5302
5303         * gnus-start.el (gnus-start-draft-setup): Enforce
5304         `gnus-draft-mode' for nndraft:drafts at startup.
5305
5306         * gnus.el (gnus-splash): Change custom group.
5307         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
5308         allow-list argument.
5309
5310         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
5311         string.
5312
5313 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5314
5315         * gnus-art.el (gnus-default-article-saver): Add user-defined
5316         `function' to custom type.
5317
5318 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
5319
5320         * imap.el (imap-open): Handle case where buffer is a buffer
5321         object.
5322
5323 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5324
5325         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
5326         long lines.
5327         (gnus-cache-delete-group): Wrap doc strings.
5328
5329         * gnus-agent.el (gnus-agent-rename-group)
5330         (gnus-agent-delete-group): Wrap doc strings.
5331
5332
5333 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * messagexmas.el (message-use-toolbar): Change the valid values
5336         into default, top, bottom, left, and right.
5337         (message-toolbar-thickness): New variable.
5338         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
5339         well.
5340         (message-setup-toolbar): Make it work.
5341
5342         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
5343         (gnus-use-toolbar): Change the valid values into default, top,
5344         bottom, left, and right.
5345         (gnus-toolbar-thickness): New variable.
5346         (gnus-xmas-setup-toolbar): New function.
5347         (gnus-xmas-setup-group-toolbar): Use it.
5348         (gnus-xmas-setup-summary-toolbar): Use it.
5349
5350 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5351
5352         * gnus-start.el (gnus-1): Add "native" to
5353         gnus-predefined-server-alist.
5354
5355         * gnus.el (gnus-method-to-server): Don't add "native" to the
5356         lists here, because that leads to problems when
5357         gnus-select-method is bound.
5358
5359 2005-11-09  Simon Josefsson  <jas@extundo.com>
5360
5361         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
5362         use (not sort-by-date) instead.
5363
5364 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5365
5366         * gnus-delay.el (gnus-delay-group): Don't autoload.
5367         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5368         to be re-loaded when customizing the `gnus-delay' group.
5369
5370 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
5371
5372         * message.el: Revert last changes.
5373         (message-insert-citation-line): Use newlines.
5374
5375 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5376
5377         * message.el (message-courtesy-message)
5378         (message-mark-insert-begin, message-mark-insert-end)
5379         (message-elide-ellipsis, message-cancel-message)
5380         (message-add-header, message-change-subject)
5381         (message-cross-post-followup-to-header)
5382         (message-cross-post-insert-note, message-reduce-to-to-cc)
5383         (message-widen-reply, message-delete-not-region)
5384         (message-kill-to-signature, message-insert-signature)
5385         (message-insert-importance-high, message-insert-importance-low)
5386         (message-insert-or-toggle-importance)
5387         (message-insert-disposition-notification-to)
5388         (message-indent-citation, message-yank-original)
5389         (message-cite-original-without-signature, message-cite-original)
5390         (message-insert-citation-line, message-position-on-field)
5391         (message-fix-before-sending, message-send-mail-partially)
5392         (message-send-mail, message-send-mail-with-sendmail)
5393         (message-send-mail-with-qmail, message-send-news)
5394         (message-check-news-header-syntax, message-generate-headers)
5395         (message-insert-courtesy-copy, message-fill-address)
5396         (message-fill-header, message-shorten-references)
5397         (message-setup-1, message-cancel-news)
5398         (message-forward-make-body-plain, message-forward-make-body-mime)
5399         (message-forward-make-body-mml, message-encode-message-body)
5400         (message-forward-make-body-digest-plain)
5401         (message-forward-make-body-digest-mime)
5402         (message-use-alternative-email-as-from): Insert `hard-newline'
5403         instead of ordinary newlines.
5404
5405 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * message.el (message-generate-headers): Downcase the argument
5408         given to message-check-element.
5409
5410 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
5411
5412         * nntp.el (nntp-authinfo-rejected): New error condition.
5413         (nntp-wait-for): Use new error condition to signal authentication
5414         error.
5415         (nntp-retrieve-data): Rethrow new error condition to break out of
5416         recursive call to nntp-send-authinfo.
5417
5418 2005-11-08  Romain Francoise  <romain@orebokech.com>
5419
5420         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
5421         (gnus-summary-exit-map): Bind to `Z p'.
5422         (gnus-summary-make-menu-bar): Add menu item.
5423
5424 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
5425
5426         * gnus-art.el (gnus-article-treat-custom): Add `first'.
5427         (gnus-treat-*): Add `first' in all doc strings.
5428
5429         * gnus-group.el (gnus-group-compact-group): Fix typo.
5430
5431 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * gnus.el (gnus-parameters-case-fold-search): New variable.
5434         (gnus-parameters-get-parameter): Use it.
5435
5436         * gnus-score.el (gnus-home-score-file): Doc fix.
5437
5438 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
5439
5440         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
5441
5442 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * mm-util.el (mm-special-display-p): New function.
5445
5446         * mml.el (mml-preview): Use it; doc fix.
5447
5448 2005-10-29  Romain Francoise  <romain@orebokech.com>
5449
5450         * message.el (message-fix-before-sending): Fix comment.
5451
5452 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5453
5454         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
5455
5456 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5457
5458         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
5459         Used in gnus-score.el.
5460
5461 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5462
5463         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
5464
5465 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5466
5467         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
5468         whitespace removed in revision 7.8.  Use concatenated string to
5469         protect trailing whitespace.
5470
5471 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
5472
5473         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
5474         (nnimap-request-expire-articles): Use it to avoid sending 'UID
5475         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
5476         Courier IMAP ("some version from 2004").  Mostly based on similar
5477         code in the same function.
5478
5479 2005-10-26  Didier Verna  <didier@xemacs.org>
5480
5481         * gnus-group.el (gnus-group-compact-group): invalidate original
5482         article buffer.
5483         * gnus-srvr.el (gnus-server-compact-server): ditto.
5484         * nnml.el (nnml-request-compact-group): handle self Xref: field in
5485         NOV database and in article itself.
5486         Invalidate article backlog.
5487
5488 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5489
5490         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
5491
5492 2005-10-26  Simon Josefsson  <jas@extundo.com>
5493
5494         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
5495         part of 2004-07-25 change.
5496
5497 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * message.el (message-display-completion-list): New function.
5500         (message-expand-group): Use it; make sure the Completions buffer
5501         is modifiable.
5502
5503 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5504
5505         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
5506         user-mail-name is an empty string.
5507
5508 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5509
5510         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
5511         depending on gnus-score-decay-constant.
5512
5513         * encrypt.el (encrypt-insert-file-contents)
5514         (encrypt-write-file-contents): Don't use `gnus-message'.
5515
5516         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
5517         arguments.
5518         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
5519         arguments to mm-uu-verbatim-marks-extract.
5520         (mm-uu-hide-markers): New variable.
5521         (mm-uu-extract): Use face similar to `gnus-cite-3'.
5522
5523         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5524         (gnus-convert-image-to-face-command): Use "convert" by default to
5525         allow other input image formats.
5526         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
5527         accordingly.
5528
5529 2005-10-23  Simon Josefsson  <jas@extundo.com>
5530
5531         * imap.el (imap-gssapi-program): Align command line parameters
5532         with latest GNU SASL.
5533         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
5534
5535 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5536
5537         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
5538         HTML.
5539         (nnslashdot-request-article): Ditto.
5540
5541         * lpath.el (featurep): Add nobreak-char-display.
5542
5543 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5544
5545         * mail-source.el (mail-source-fetch-pop): Require pop3.
5546         (mail-source-check-pop): Ditto.
5547
5548 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5549
5550         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
5551         errors.
5552
5553 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5554
5555         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
5556         (gnus-treat-strip-leading-blank-lines): Improve doc string.
5557
5558         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
5559
5560         * mm-bodies.el (mm-decode-string): Call
5561         `mm-charset-to-coding-system' with allow-override argument.
5562
5563 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
5566         (rfc2047-charset-to-coding-system): New function.
5567         (rfc2047-decode-encoded-words): New function.
5568         (rfc2047-decode-region): Use them.
5569         (rfc2047-decode-cte): Remove.
5570         (rfc2047-parse-and-decode): Remove.
5571         (rfc2047-decode): Remove.
5572
5573 2005-10-15  Kenichi Handa  <handa@m17n.org>
5574
5575         * rfc2047.el (rfc2047-decode-cte): New function.
5576         (rfc2047-decode-region): Change the way to decode successive
5577         encoded-words: decode B- or Q-encoding in each encoded-word,
5578         concatenate them, and decode it as charset.
5579
5580 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * lpath.el: Fbind codepage-setup for XEmacs.
5583
5584 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5585
5586         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
5587         widget-move-and-invoke.
5588         (gnus-custom-mode): Use gnus-custom-map.
5589
5590 2005-10-15  Bill Wohler  <wohler@newt.com>
5591
5592         * message.el (message-tool-bar-map): Renamed image file from
5593         mail_send to mail/send.
5594
5595 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5596
5597         * message.el (message-expand-group): Pass the common
5598         prefix substring of completion to `display-completion-list'.
5599
5600 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
5601
5602         * mml-sec.el (mml-secure-method): New internal variable.
5603         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5604         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
5605         functions using mml-secure-method.
5606
5607         * mml.el (mml-mode-map): Add key bindings for those functions.
5608         (mml-menu): Simplify security menu entries.  Suggested by Jesper
5609         Harder <harder@myrealbox.com>.
5610         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
5611         end of message if point is the headers of the message.
5612
5613         * message.el (message-in-body-p): New function.
5614
5615         * assistant.el: Autoload gnus-util and netrc.
5616
5617         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
5618         Use `mm-charset-override-alist' only when decoding.
5619
5620         * mm-bodies.el (mm-decode-body): Call
5621         `mm-charset-to-coding-system' with allow-override argument.
5622
5623         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
5624         `filename' from Content-Disposition if Content-Type doesn't
5625         provide `name'.
5626         (gnus-mime-view-part-as-type): Set default instead of
5627         initial-input.
5628
5629 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5630
5631         * format-spec.el (format-spec): Propagate text properties of % spec.
5632
5633 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5634
5635         * gnus-art.el (gnus-treat-predicate): Add `first'.
5636
5637 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5638
5639         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5640         (mm-charset-override-alist): New variable.
5641         (mm-charset-to-coding-system): Use it.
5642         (mm-codepage-setup): New helper function.
5643         (mm-charset-eval-alist): New variable.
5644         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
5645         about unknown charsets.
5646
5647         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
5648
5649 2005-10-04  David Hansen  <david.hansen@gmx.net>
5650
5651         * nnrss.el (nnrss-request-article): Add support for the comments tag.
5652         (nnrss-check-group): Ditto.
5653
5654 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5655
5656         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5657         Rename x-gnus-verbatim to x-verbatim.
5658         (mm-uu-type-alist): Fix regexp for verbatim-marks.
5659
5660         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5661         x-verbatim.
5662
5663         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5664
5665         * gnus-util.el (gnus-remove-duplicates): Remove.
5666
5667         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5668         instead of gnus-remove-duplicates.
5669
5670         * message.el (message-remove-duplicates): Remove.
5671         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5672         message-remove-duplicates.
5673
5674         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5675         available, else use implementation from `delete-dups'.
5676
5677         * message.el (message-insert-expires): New function.
5678         (message-mode-map): Add key binding.
5679         (message-mode-field-menu): Add menu entry.
5680         (message-mode): Document it.
5681         (message-make-expires-date): Use `message-make-date'.
5682
5683 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
5684
5685         * message.el (message-make-expires-date): New function.
5686
5687 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * Makefile.in (list-installed-shadows): New entry.
5690         (install): Use it.
5691         (remove-installed-shadows): New entry.
5692
5693         * dgnushack.el (dgnushack-default-load-path): New variable.
5694         (dgnushack-find-lisp-shadows): New function.
5695         (dgnushack-remove-lisp-shadows): New function.
5696
5697 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * Makefile.in (install-el-elc): New entry.
5700         (install): Use it so that .el files are necessarily installed.
5701
5702 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * time-date.el: Autoload parse-time-string, XEmacs needs it.
5705
5706 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5707
5708         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5709         function rather than the diff-mode.el package.
5710         (mm-display-external): Use with-current-buffer.
5711         (mm-viewer-completion-map, mm-viewer-completion-map):
5712         Move initialization inside declaration.
5713
5714 2005-09-29  Simon Josefsson  <jas@extundo.com>
5715
5716         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
5717         autoload mail-check-payment.
5718         (spam-check-hashcash): Define unconditionally, since hashcash.el
5719         is part of Gnus now.  Ignore errors from payment checking.
5720
5721 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5722
5723         * message.el (message-bold-region, message-unbold-region): Rename
5724         from `bold-region' and `unbold-region'.
5725
5726         * message.el: Remove useless autoloads.
5727
5728 2005-09-28  Simon Josefsson  <jas@extundo.com>
5729
5730         * message.el (message-use-idna): Default to t.
5731         (message-use-idna): Test whether encoding works too.  Doc fix.
5732
5733 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * nntp.el (nntp-warn-about-losing-connection): Remove.
5736
5737 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5738
5739         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
5740         customizable.  Change default value.
5741         (mm-uu-diff-groups-regexp): Change default value.
5742         (mm-uu-type-alist): Add doc string.
5743         (mm-uu-configure): Add doc string.  Make it interactive.
5744         (mm-uu-tex-groups-regexp): New variable.
5745         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
5746         (mm-uu-type-alist): Add LaTeX documents.
5747         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
5748         of "text/verbatim".
5749         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
5750
5751         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
5752         instead of "text/verbatim".
5753
5754         * message.el (message-mark-inserted-region)
5755         (message-mark-insert-file): Use slrn style marks when called with
5756         prefix argument.
5757
5758 2005-09-27  Simon Josefsson  <jas@extundo.com>
5759
5760         * message.el (message-idna-to-ascii-rhs-1): Reformat.
5761
5762 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5763
5764         * message.el (message-remove-duplicates): New function.
5765         Implementation borrowed from `gnus-remove-duplicates'.
5766         (message-idna-to-ascii-rhs): Also encode idna addresses in
5767         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5768         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
5769         only ask about the same idna domain once per header and also tell
5770         in what header to replace the idna domain.
5771
5772         * gnus-art.el (article-decode-idna-rhs): Also decode idna
5773         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5774         (article-decode-idna-rhs): Fix regexp so that all idna-address in
5775         a header is decoded and not just the last one.
5776
5777 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
5780         has been decoded.
5781
5782         * mm-decode.el (mm-automatic-display): Add text/verbatim.
5783         (mm-insert-part): Don't modify text if it has been decoded.
5784
5785         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
5786         decoded.
5787
5788         * mm-view.el (mm-inline-text): Don't strip text props unless
5789         decoding enriched or richtext parts.
5790
5791 2005-09-25  Romain Francoise  <romain@orebokech.com>
5792
5793         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5794         * gnus-start.el (gnus-subscribe-interactively):
5795         * gnus-uu.el (gnus-uu-grab-articles):
5796         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5797         space.
5798
5799 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5800
5801         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5802         * mm-view.el (mm-view-pkcs7-decrypt):
5803         * gnus-sum.el (gnus-summary-limit-to-extra)
5804         (gnus-summary-respool-article, gnus-read-move-group-name):
5805         * gnus-score.el (gnus-summary-increase-score):
5806         * gnus-util.el (gnus-completing-read-with-default):
5807         * gnus-art.el (gnus-read-save-file-name)
5808         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5809         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5810         * message.el (message-check-news-header-syntax):
5811         Follow convention for reading with the minibuffer.
5812
5813 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5814
5815         * spam-report.el (spam-report-url-ping-plain):
5816         Use gnus-extended-version as User-Agent.
5817
5818         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5819         default value is nil.
5820
5821         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5822         (mm-uu-verbatim-marks-extract): New function.
5823         (mm-uu-extract): New face.
5824         (mm-uu-copy-to-buffer): Use it.
5825
5826         * spam-report.el (spam-report-gmane-ham): Renamed from
5827         `spam-report-gmane-unspam'.
5828         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5829         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5830
5831         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5832         Autoload.
5833         (spam-report-gmane-unregister-routine): Renamed
5834         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5835
5836 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5837
5838         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5839         (spam-report-gmane-unregister-routine): Add support for gmane
5840         unregistration.
5841
5842         * spam-report.el (spam-report-gmane-unspam)
5843         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5844         (spam-report-gmane): Change to take a single article and do unspam
5845         registration.
5846
5847 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5848
5849         * mm-url.el (mm-url-decode-entities): Fix regexp.
5850
5851 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5852
5853         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5854         default to nil, to be able to use Gnus at all.  If the default
5855         switches to something else, then the function should be fixed not
5856         be exceedingly slow.
5857
5858 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5859
5860         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5861         fail hard.
5862
5863         * spam-report.el: Add better Keywords line.
5864
5865         * spam.el: Add Maintainer and better Keywords line.
5866
5867 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5868
5869         * gnus-art.el (gnus-article-replace-part)
5870         (gnus-mime-replace-part): New functions.
5871         (gnus-mime-action-alist, gnus-mime-button-commands)
5872         (gnus-mime-save-part-and-strip): Added file argument.
5873         (gnus-article-part-wrapper): Added interactive argument.
5874
5875         * gnus-sum.el (gnus-summary-mime-map): Add
5876         `gnus-article-replace-part'.
5877
5878 2005-09-19  Didier Verna  <didier@xemacs.org>
5879
5880         The nnml compaction feature:
5881         * nnml.el (nnml-request-compact-group): New function.
5882         * nnml.el (nnml-request-compact): New function.
5883         * gnus-int.el (gnus-request-compact-group): New function.
5884         * gnus-int.el (gnus-request-compact): New function.
5885         * gnus-group.el (gnus-group-compact-group): New function.
5886         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5887         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5888         * gnus-srvr.el (gnus-server-compact-server): New function.
5889         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5890         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5891
5892 2005-09-18  Deepak Goel  <deego@gnufans.org>
5893
5894         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5895         format spec.
5896
5897 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5900
5901 2005-09-15  Romain Francoise  <romain@orebokech.com>
5902
5903         * message.el (message-fill-paragraph): Clarify docstring.
5904
5905 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * gnus-art.el (gnus-mime-display-part): Protect against broken
5908         MIME messages.
5909
5910 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5913         before parsing header.
5914
5915 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5916
5917         * html2text.el: (html2text-replace-list): Add new entities.
5918
5919 2005-09-11  Romain Francoise  <romain@orebokech.com>
5920
5921         * message.el (message-alternative-emails): Improve docstring.
5922         (message-setup-1): Call `message-use-alternative-email-as-from'
5923         after `message-setup-hook' to give it precedence over posting
5924         styles, etc.
5925         (message-use-alternative-email-as-from): Add docstring.  Remove
5926         the original From header if present.
5927
5928         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5929         (nnml-save-mail): Use it.
5930
5931         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5932         articles.  Add new argument `silent'.
5933         (gnus-uu-mark-all): Report the total number of marked articles.
5934
5935 2005-09-10  Romain Francoise  <romain@orebokech.com>
5936
5937         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5938         (gnus-uu-mark-series): Likewise.
5939
5940 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5941
5942         * spam-report.el (spam-report-gmane): Fix generation of spam
5943         report URL.
5944
5945 2005-09-10  Simon Josefsson  <jas@extundo.com>
5946
5947         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5948         t, based on discussion on the ding list with Robert Epprecht
5949         <epprecht@solnet.ch>.
5950
5951 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5952
5953         * spam-report.el (spam-report-gmane): Make it work without
5954         X-Report-Spam header.  Gmane now only provides Archived-At.
5955         This is only used if `spam-report-gmane-use-article-number' is nil.
5956         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5957
5958         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5959         make `gnus-summary-sort-by-recipient' work with threading.
5960
5961         * nnweb.el (nnweb-google-wash-article): Print a message if article
5962         is not available.
5963
5964 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5965
5966         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5967         change.  Decode text/* parts content before displaying.
5968
5969 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5970
5971         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5972
5973 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5976
5977         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5978         url-package-name, url-package-version,
5979         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5980         w3m-display-inline-images, and w3m-minor-mode-map.
5981
5982 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5983
5984         * message.el (message-tab-body-function): Fixed mismatched custom
5985         type.
5986
5987         * gnus.el (gnus-group-change-level-function): Ditto.
5988
5989         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5990
5991         * gnus-art.el (gnus-signature-limit)
5992         (gnus-article-mime-part-function): Ditto.
5993
5994 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * mml.el (mml-mode): Silence the byte compiler.
5997
5998         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5999         using `(sit-for 0)' before moving the point to the specified part;
6000         skip unbuttonized parts.
6001         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
6002         return to the summary window if gnus-auto-select-part is non-nil.
6003
6004 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
6005
6006         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
6007         variables.
6008         (mml-dnd-attach-file, mml-mode): Use them.
6009
6010         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
6011         Make fetching article by MID work again for Google Groups.  Added
6012         FIXME concerning gnus-group-make-web-group.
6013
6014         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
6015         Don't depend on Gnus by using mail-extract-address-components if
6016         gnus-extract-address-components is not bound.
6017
6018 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019
6020         * gnus-art.el (gnus-mime-display-security): Don't display the
6021         signature, but only the signed part.
6022
6023 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
6026
6027         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
6028         list, not listp.
6029
6030 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
6031
6032         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
6033         when encoding.
6034
6035         * mm-bodies.el (mm-decode-content-transfer-encoding):
6036         De-canonicalize CRLF for all text content types, not just
6037         text/plain.
6038
6039 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6040
6041         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6042         valid article; point arrow and cursor at the MIME button.
6043
6044 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6047         Suggested by Dan Christensen <jdc@uwo.ca>.
6048
6049         * mm-decode.el (mm-save-part): Enable change of prompt.
6050
6051 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
6052
6053         * gnus-msg.el (gnus-inews-add-send-actions): Made
6054         `message-post-method' lambda parameter ARG `&optional'.
6055
6056 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
6057
6058         * gnus-sum.el (gnus-summary-mime-map): Added
6059         gnus-article-save-part-and-strip, gnus-article-delete-part and
6060         gnus-article-jump-to-part.
6061
6062         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6063         (gnus-article-edit-part): Use it.
6064         (gnus-article-part-wrapper): Added no-handle argument.
6065         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6066         functions.
6067
6068 2005-08-29  Romain Francoise  <romain@orebokech.com>
6069
6070         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6071         docstring.
6072         (gnus-face-from-file): Likewise.
6073
6074 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
6075
6076         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6077         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6078         non-nil.
6079         (gnus-auto-select-part): New variable.
6080         (gnus-article-jump-to-part): New function.
6081         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
6082         (gnus-mime-delete-part): Allow selecting specified part after
6083         deleting or stripping parts.
6084         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
6085         part if argument is bogus.
6086
6087 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
6088
6089         * gnus-art.el (w3m-minor-mode-map):
6090         * gnus-spec.el (gnus-newsrc-file-version):
6091         * gnus-util.el (nnmail-active-file-coding-system)
6092         (gnus-original-article-buffer, gnus-user-agent):
6093         * gnus.el (gnus-ham-process-destinations)
6094         (gnus-parameter-ham-marks-alist)
6095         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
6096         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
6097         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
6098         * mm-decode.el (gnus-current-window-configuration):
6099         * mm-extern.el (gnus-article-mime-handles):
6100         * mm-url.el (url-current-object, url-package-name)
6101         (url-package-version):
6102         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
6103         (smime-keys, w3m-cid-retrieve-function-alist)
6104         (w3m-current-buffer, w3m-display-inline-images)
6105         (w3m-minor-mode-map):
6106         * mml-smime.el (gnus-extract-address-components):
6107         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
6108         (gnus-newsrc-hashtb, message-default-charset)
6109         (message-deletable-headers, message-options)
6110         (message-posting-charset, message-required-mail-headers)
6111         (message-required-news-headers):
6112         * mml1991.el (mc-pgp-always-sign):
6113         * mml2015.el (mc-pgp-always-sign):
6114         * nnheader.el (nnmail-extra-headers):
6115         * rfc1843.el (gnus-decode-encoded-word-function)
6116         (gnus-decode-header-function, gnus-newsgroup-name):
6117         * spam-stat.el (gnus-original-article-buffer): Add defvars.
6118
6119 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
6120
6121         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
6122         the end of the date treatments.
6123
6124 2005-08-15  Simon Josefsson  <jas@extundo.com>
6125
6126         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
6127         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
6128         Capello and Romain Francoise.
6129         (pgg-fetch-key-function): Removed, not used?
6130         (pgg-insert-url-with-w3): Require url, to get
6131         url-insert-file-contents regardless of where it is defined.
6132
6133 2005-08-13  Romain Francoise  <romain@orebokech.com>
6134
6135         * message.el (message-cite-original-1): New function.
6136         (message-cite-original): Use it.
6137         (message-cite-original-without-signature): Ditto.
6138
6139 2005-08-08  Romain Francoise  <romain@orebokech.com>
6140
6141         * message.el (message-yank-empty-prefix): New variable.
6142         (message-indent-citation): Use it.
6143         (message-cite-original-without-signature): Respect X-No-Archive.
6144
6145 2005-08-08  Simon Josefsson  <jas@extundo.com>
6146
6147         * pgg.el: Autoload url-insert-file-contents instead of loading
6148         w3/url.
6149         (pgg-insert-url-with-w3): Don't load url here.
6150
6151 2005-08-07  Jesper Harder  <harder@phys.au.dk>
6152
6153         * message.el (message-kill-to-signature): Don't insert newline at
6154         bol.
6155         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
6156
6157 2005-08-06  Romain Francoise  <romain@orebokech.com>
6158
6159         * message.el (message-user-fqdn): Fix typo in docstring.
6160
6161 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
6162
6163         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
6164
6165         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
6166
6167 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * mm-bodies.el (mm-encode-body): Use coding system rather than
6170         charset to encode text.
6171
6172         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
6173         number of charsets if utf-8 is available (XEmacs).
6174
6175 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
6176
6177         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
6178         taken from `gnus-button-mid-or-mail-regexp'.
6179         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
6180         (gnus-button-alist): Improve regexp for domain part of the MIDs
6181         for news:localpart@domain buttons.
6182         (gnus-button-ctan-directory-regexp): Update.
6183
6184 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * sieve-manage.el (sieve-manage-interactive-login): Use
6187         make-local-variable rather than make-variable-buffer-local.
6188         (sieve-manage-open): Ditto.
6189         (sieve-manage-authenticate): Ditto.
6190
6191         * mml.el (mml-generate-mime-1): Make the content type default to
6192         text/plain if the filename is not specified.
6193
6194 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
6197         instead of insert-buffer.
6198
6199         * message.el (message-yank-original): Ditto; set the mark at the
6200         end of the yanked message.
6201
6202 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
6205         lines to scroll rather than to stop it.
6206
6207         * mml.el (mml-generate-default-type): Add doc string.
6208         (mml-generate-mime-1): Use mm-default-file-encoding or make it
6209         default to application/octet-stream when determining the content
6210         type if it is not specified for the part or the mml contents; add
6211         a comment about mml-generate-default-type.
6212
6213 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
6214
6215         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
6216         make it default to application/octet-stream when determining the
6217         content type if it is not specified for the external contents.
6218
6219 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * rfc2231.el (rfc2231-parse-string): Take care that not only a
6222         segmented parameter but also other parameters might be there.
6223
6224 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * mm-decode.el (mm-display-external): Delete temp file, directory
6227         and buffer immediately if the external process is exited.
6228
6229 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
6232         fewer lines than that of scroll-margin.
6233         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
6234
6235 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * gnus-art.el (gnus-article-next-page): Revert.
6238         (gnus-article-beginning-of-window): New macro.
6239         (gnus-article-next-page-1): Use it.
6240         (gnus-article-prev-page): Ditto.
6241         (gnus-article-edit-part): Use insert-buffer-substring instead of
6242         insert-buffer.
6243         (gnus-article-edit-exit): Ditto.
6244
6245         * gnus-util.el (gnus-beginning-of-window): Remove.
6246         (gnus-end-of-window): Remove.
6247
6248         * lpath.el: Don't bind header-line-format and scroll-margin.
6249
6250 2005-07-25  Simon Josefsson  <jas@extundo.com>
6251
6252         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
6253         to have the url package without w3.  Reported by Daiki Ueno
6254         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
6255
6256 2005-07-20  Didier Verna  <didier@xemacs.org>
6257
6258         * gnus-diary.el: Remove the description comment (nndiary is now
6259         properly documented in the Gnus manual).
6260         Fix the spelling of "Back End".
6261         * nndiary.el: Ditto.
6262         Fix the copyright notice.
6263
6264 2005-07-18  Romain Francoise  <romain@orebokech.com>
6265
6266         * gnus-sum.el (gnus-summary-to-prefix,
6267         gnus-summary-newsgroup-prefix): New variables.
6268         (gnus-summary-from-or-to-or-newsgroups): Use them.
6269
6270 2005-07-17  Romain Francoise  <romain@orebokech.com>
6271
6272         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
6273         space as it's generally not especially interesting to the user.
6274
6275 2005-07-16  Romain Francoise  <romain@orebokech.com>
6276
6277         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
6278         nil to avoid prompting and file modification if one of the
6279         messages at the top of the nnfolder file contains a copyright
6280         notice.
6281         Update copyright notice.
6282
6283         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
6284         instead of `current-time-string' as the latter creates a time
6285         string that is not RFC 2822 compliant (it lacks the zone).
6286         Update copyright notice.
6287
6288 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6289
6290         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
6291         for text/rtf.  Display default in prompt.  Pass default for M-n.
6292
6293         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
6294
6295 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6296
6297         * gnus-msg.el (gnus-button-mailto): Remove
6298         save-selected-window-window hackery because it relies on
6299         save-selected-window internals.
6300
6301 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
6304         (gnus-article-next-page-1): Use gnus-beginning-of-window.
6305         (gnus-article-prev-page): Ditto.
6306
6307         * gnus-util.el (gnus-beginning-of-window): New function.
6308         (gnus-end-of-window): New function.
6309
6310         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
6311
6312 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6313
6314         * gnus-score.el (gnus-score-edit-all-score): Set
6315         gnus-score-edit-exit-function to gnus-score-edit-done and call
6316         gnus-message.
6317
6318 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6319
6320         * gnus-msg.el (gnus-button-mailto): Remove
6321         save-selected-window-window hackery because it relies on
6322         save-selected-window internals.
6323
6324 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
6327         add-minor-mode.
6328         (gnus-binary-mode): Ditto.
6329
6330         * gnus-topic.el (gnus-topic-mode): Ditto.
6331
6332 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
6333
6334         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
6335         (gnus-article-prev-page): Take scroll-margin into consideration.
6336
6337 2005-07-04  Lute Kamstra  <lute@gnu.org>
6338
6339         Update FSF's address in GPL notices.
6340
6341 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
6342
6343         * gnus.el (gnus-exit):
6344         * gnus-group.el (gnus-group-icons):
6345         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
6346
6347         * gnus-nocem.el (gnus-nocem):
6348         * message.el (message-various, message-buffers, message-sending)
6349         (message-interface, message-forwarding, message-insertion)
6350         (message-headers, message-news, message-mail):
6351         * pgg-gpg.el (pgg-gpg):
6352         * pgg-parse.el (pgg-parse):
6353         * pgg-pgp.el (pgg-pgp):
6354         * pgg-pgp5.el (pgg-pgp5):
6355         * pop3.el (pop3): Finish `defgroup' description with period.
6356
6357 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-art.el (article-display-face): Improve the efficiency.
6360         (article-display-x-face): Ditto; remove grey x-face stuff.
6361
6362 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * gnus-art.el (article-display-face): Correct the position in
6365         which Faces are inserted.
6366
6367 2005-06-29  Didier Verna  <didier@xemacs.org>
6368
6369         * gnus-art.el (article-display-face): Display faces in correct
6370         order.
6371
6372 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
6375         (gnus-fill-real-hashtb): Use hash table instead of obarray.
6376         (gnus-nocem-check-article): Fetch the Type header.
6377         (gnus-nocem-message-wanted-p): Fix the way to examine types.
6378         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
6379         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
6380         make sure gnus-nocem-hashtb is initialized.
6381         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
6382         (gnus-nocem-unwanted-article-p): Ditto.
6383
6384         * pgg.el (pgg-verify): Return the verification result.
6385
6386 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6387
6388         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
6389         is ascii.
6390
6391 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
6392
6393         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
6394         `show-nonbreak-escape'.
6395
6396 2005-06-23  Lute Kamstra  <lute@gnu.org>
6397
6398         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
6399
6400         * dig.el (dig-mode):
6401         * smime.el (smime-mode): Use gnus-run-mode-hooks.
6402
6403 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
6404
6405         * nnimap.el (nnimap-split-download-body): Fix spellings.
6406
6407 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
6408
6409         * gnus-art.el (gnus-article-encrypt-body):
6410         * gnus-cus.el (gnus-score-customize):
6411         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
6412         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
6413
6414 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6415
6416         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
6417         header by looking for magic "MII" at the beginnig.
6418
6419 2005-06-16  Miles Bader  <miles@gnu.org>
6420
6421         * gnus-xmas.el (gnus-xmas-group-startup-message):
6422         Use renamed gnus-splash face.
6423
6424         * assistant.el (assistant-field): Remove "-face" suffix from face name.
6425         (assistant-field-face): New backward-compatibility alias for renamed
6426         face.
6427         (assistant-render-text): Use renamed assistant-field face.
6428
6429         * spam.el (spam): Remove "-face" suffix from face name.
6430         (spam-face): New backward-compatibility alias for renamed face.
6431         (spam-face, spam-initialize): Use renamed spam face.
6432
6433         * message.el (message-header-to, message-header-cc)
6434         (message-header-subject, message-header-newsgroups)
6435         (message-header-other, message-header-name)
6436         (message-header-xheader, message-separator, message-cited-text)
6437         (message-mml): Remove "-face" suffix from face names.
6438         (message-header-to-face, message-header-cc-face)
6439         (message-header-subject-face, message-header-newsgroups-face)
6440         (message-header-other-face, message-header-name-face)
6441         (message-header-xheader-face, message-separator-face)
6442         (message-cited-text-face, message-mml-face):
6443         New backward-compatibility aliases for renamed faces.
6444         (message-font-lock-keywords): Use renamed message faces.
6445
6446         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
6447         (sieve-test-commands, sieve-tagged-arguments):
6448         Remove "-face" suffix from face names.
6449         (sieve-control-commands-face, sieve-action-commands-face)
6450         (sieve-test-commands-face, sieve-tagged-arguments-face):
6451         New backward-compatibility aliases for renamed faces.
6452         (sieve-control-commands-face, sieve-action-commands-face)
6453         (sieve-test-commands-face, sieve-tagged-arguments-face):
6454         Use renamed sieve faces.
6455
6456         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
6457         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
6458         (gnus-group-news-3-empty, gnus-group-news-4)
6459         (gnus-group-news-4-empty, gnus-group-news-5)
6460         (gnus-group-news-5-empty, gnus-group-news-6)
6461         (gnus-group-news-6-empty, gnus-group-news-low)
6462         (gnus-group-news-low-empty, gnus-group-mail-1)
6463         (gnus-group-mail-1-empty, gnus-group-mail-2)
6464         (gnus-group-mail-2-empty, gnus-group-mail-3)
6465         (gnus-group-mail-3-empty, gnus-group-mail-low)
6466         (gnus-group-mail-low-empty, gnus-summary-selected)
6467         (gnus-summary-cancelled, gnus-summary-high-ticked)
6468         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
6469         (gnus-summary-high-ancient, gnus-summary-low-ancient)
6470         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
6471         (gnus-summary-low-undownloaded)
6472         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
6473         (gnus-summary-low-unread, gnus-summary-normal-unread)
6474         (gnus-summary-high-read, gnus-summary-low-read)
6475         (gnus-summary-normal-read, gnus-splash):
6476         Remove "-face" suffix from face names.
6477         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6478         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6479         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6480         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6481         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6482         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6483         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6484         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6485         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6486         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6487         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6488         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6489         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6490         (gnus-summary-normal-ticked-face)
6491         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
6492         (gnus-summary-normal-ancient-face)
6493         (gnus-summary-high-undownloaded-face)
6494         (gnus-summary-low-undownloaded-face)
6495         (gnus-summary-normal-undownloaded-face)
6496         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6497         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6498         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6499         (gnus-splash-face):
6500         New backward-compatibility aliases for renamed faces.
6501         (gnus-group-startup-message): Use renamed gnus faces.
6502
6503         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
6504         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
6505         (gnus-server-agent): Remove "-face" suffix from face names.
6506         (gnus-server-agent-face, gnus-server-opened-face)
6507         (gnus-server-closed-face, gnus-server-denied-face)
6508         (gnus-server-offline-face):
6509         New backward-compatibility aliases for renamed faces.
6510         (gnus-server-agent-face, gnus-server-opened-face)
6511         (gnus-server-closed-face, gnus-server-denied-face)
6512         (gnus-server-offline-face): Use renamed gnus faces.
6513
6514         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
6515         Remove "-face" suffix from face names.
6516         (gnus-picon-xbm-face, gnus-picon-face):
6517         New backward-compatibility aliases for renamed faces.
6518
6519         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
6520         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
6521         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
6522         (gnus-cite-11): Remove "-face" suffix from face names.
6523         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
6524         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
6525         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
6526         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
6527         New backward-compatibility aliases for renamed faces.
6528         (gnus-cite-attribution-face, gnus-cite-face-list)
6529         (gnus-article-boring-faces): Use renamed gnus faces.
6530
6531         * gnus-art.el (gnus-signature, gnus-header-from)
6532         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
6533         (gnus-header-content): Remove "-face" suffix from face names.
6534         (gnus-signature-face, gnus-header-from-face)
6535         (gnus-header-subject-face, gnus-header-newsgroups-face)
6536         (gnus-header-name-face, gnus-header-content-face):
6537         New backward-compatibility aliases for renamed faces.
6538         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
6539
6540         * gnus-sum.el (gnus-summary-selected-face)
6541         (gnus-summary-highlight): Use renamed gnus faces.
6542         * gnus-group.el (gnus-group-highlight): Likewise.
6543
6544 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
6545
6546         * gnus-sieve.el (gnus-sieve-article-add-rule):
6547         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
6548         * spam-stat.el (spam-stat-buffer-change-to-spam)
6549         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
6550
6551         * message.el (message-is-yours-p):
6552         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
6553
6554 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * mm-view.el (mm-inline-text): Withdraw the last change.
6557
6558 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
6561         executing enriched-decode.
6562
6563 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
6566         charset of tar files.
6567
6568 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
6569
6570         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
6571
6572 2005-06-04  Lute Kamstra  <lute@gnu.org>
6573
6574         * nnfolder.el (nnfolder-read-folder): Make sure that undo
6575         information is never recorded.
6576
6577 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6578
6579         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
6580
6581 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * pop3.el (pop3-apop): Run md5 in the binary mode.
6584
6585         * starttls.el (starttls-set-process-query-on-exit-flag):
6586         Use eval-and-compile.
6587
6588 2005-05-31  Simon Josefsson  <jas@extundo.com>
6589
6590         * smime.el (smime-replace-in-string): Define.
6591         (smime-cert-by-ldap-1): Use it.
6592
6593 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * gnus-art.el (article-display-x-face): Replace
6596         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6597
6598         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
6599         set-process-query-on-exit-flag or process-kill-without-query.
6600
6601         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
6602         loop instead of replace-regexp.
6603
6604         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
6605         instead of process-kill-without-query if it is available.
6606
6607         * lpath.el: Fbind ldap-search-entries.
6608
6609         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
6610         instead of find-file-hooks if it is available.
6611
6612         * mml1991.el: Bind pgg-default-user-id when compiling.
6613
6614         * mml2015.el: Bind pgg-default-user-id when compiling.
6615
6616         * nndraft.el (nndraft-request-associate-buffer):
6617         Use write-contents-functions instead of write-contents-hooks if it is
6618         available.
6619
6620         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
6621         instead of find-file-hooks if it is available.
6622
6623         * nntp.el (nntp-open-connection): Replace
6624         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6625         (nntp-open-ssl-stream): Ditto.
6626         (nntp-open-tls-stream): Ditto.
6627
6628         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
6629         set-process-query-on-exit-flag or process-kill-without-query.
6630         (starttls-open-stream-gnutls): Use it instead of
6631         process-kill-without-query.
6632         (starttls-open-stream): Ditto.
6633
6634 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
6635
6636         * smime.el (smime-cert-by-ldap-1): Don't use
6637         replace-regexp-in-string.
6638
6639 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6640
6641         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6642
6643         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6644         in PEM format. Adjust to the XEmacs compability.
6645
6646 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6647
6648         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6649         by `string-to-number'.
6650         * gnus-agent.el (gnus-agent-regenerate-group)
6651         (gnus-agent-fetch-articles): Ditto.
6652         * gnus-art.el (gnus-button-fetch-group): Ditto.
6653         * gnus-cache.el (gnus-cache-generate-active)
6654         (gnus-cache-articles-in-group): Ditto.
6655         * gnus-group.el (gnus-group-set-current-level)
6656         (gnus-group-insert-group-line): Ditto.
6657         * gnus-score.el (gnus-score-set-expunge-below)
6658         (gnus-score-set-mark-below, gnus-summary-score-effect)
6659         (gnus-summary-score-entry): Ditto.
6660         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6661         (gnus-soup-pack): Ditto.
6662         * gnus-spec.el (gnus-xmas-format): Ditto.
6663         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6664         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6665         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6666         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6667         * nndb.el (nndb-get-remote-expire-response): Ditto.
6668         * nndiary.el (nndiary-parse-schedule-value)
6669         (nndiary-string-to-number, nndiary-request-replace-article)
6670         (nndiary-request-article): Ditto.
6671         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6672         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6673         * nneething.el (nneething-make-head): Ditto.
6674         * nnfolder.el (nnfolder-request-article)
6675         (nnfolder-retrieve-headers): Ditto.
6676         * nnheader.el (nnheader-file-to-number): Ditto.
6677         * nnkiboze.el (nnkiboze-request-article): Ditto.
6678         * nnmail.el (nnmail-process-unix-mail-format)
6679         (nnmail-process-babyl-mail-format): Ditto.
6680         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6681         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6682         (nnmh-request-create-group, nnmh-request-list-1)
6683         (nnmh-request-group, nnmh-request-article): Ditto.
6684         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6685         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6686         * nnsoup.el (nnsoup-make-active): Ditto.
6687         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6688         * nntp.el (nntp-find-group-and-number)
6689         (nntp-retrieve-headers-with-xover): Ditto.
6690         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6691         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6692         (pgg-format-key-identifier): Ditto.
6693         * pop3.el (pop3-last, pop3-stat): Ditto.
6694         * qp.el (quoted-printable-decode-region): Ditto.
6695
6696         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6697         of concat.
6698
6699 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6702
6703         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6704
6705         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6706
6707         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6708
6709         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6710
6711         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6712
6713         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6714         (gnus-carpal-mode): Ditto.
6715
6716         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6717         (gnus-browse-mode): Ditto.
6718
6719         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6720
6721         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6722
6723 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6724
6725         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6726
6727 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6728
6729         * gnus-util.el (gnus-run-mode-hooks): New function.
6730
6731         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6732
6733         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
6734         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
6735
6736 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6737
6738         * gnus-agent.el (gnus-agent-make-mode-line-string):
6739         Use mode-line-highlight as mouse-face.
6740
6741 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * canlock.el (canlock): Change the parent group to news.
6744
6745         * deuglify.el (gnus-outlook-deuglify): Add :group.
6746
6747         * dig.el (dig): Add :group.
6748
6749         * dns-mode.el (dns-mode): Add :group.
6750
6751         * encrypt.el (encrypt): Add :group.
6752
6753         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
6754         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
6755         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
6756         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
6757         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
6758
6759         * gnus-diary.el (gnus-diary): Add :group.
6760
6761         * gnus.el (gnus-group-news-1-face): Add :group.
6762         (gnus-group-news-1-empty-face): Ditto.
6763         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
6764         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
6765         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
6766         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
6767         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
6768         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
6769         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
6770         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
6771         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
6772         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
6773         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
6774         (gnus-summary-high-ticked-face): Ditto.
6775         (gnus-summary-low-ticked-face): Ditto.
6776         (gnus-summary-normal-ticked-face): Ditto.
6777         (gnus-summary-high-ancient-face): Ditto.
6778         (gnus-summary-low-ancient-face): Ditto.
6779         (gnus-summary-normal-ancient-face): Ditto.
6780         (gnus-summary-high-undownloaded-face): Ditto.
6781         (gnus-summary-low-undownloaded-face): Ditto.
6782         (gnus-summary-normal-undownloaded-face): Ditto.
6783         (gnus-summary-high-unread-face): Ditto.
6784         (gnus-summary-low-unread-face): Ditto.
6785         (gnus-summary-normal-unread-face): Ditto.
6786         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
6787         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6788
6789         * hashcash.el (hashcash): New custom group.
6790         (hashcash-default-payment): Add :group.
6791         (hashcash-payment-alist): Ditto.
6792         (hashcash-default-accept-payment): Ditto.
6793         (hashcash-accept-resources): Ditto.
6794         (hashcash-path): Ditto.
6795         (hashcash-extra-generate-parameters): Ditto.
6796         (hashcash-double-spend-database): Ditto.
6797         (hashcash-in-news): Ditto.
6798
6799         * message.el (message-minibuffer-local-map): Add :group.
6800
6801         * netrc.el (netrc): Add :group.
6802
6803         * sieve-manage.el (sieve-manage-log): Add :group.
6804         (sieve-manage-default-user): Diito.
6805         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6806         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6807         (sieve-manage-authenticators): Ditto.
6808         (sieve-manage-authenticator-alist): Ditto.
6809         (sieve-manage-default-port): Ditto.
6810
6811         * sieve-mode.el (sieve-control-commands-face): Add :group.
6812         (sieve-action-commands-face): Ditto.
6813         (sieve-test-commands-face): Ditto.
6814         (sieve-tagged-arguments-face): Ditto.
6815
6816         * smime.el (smime): Add :group.
6817
6818         * spam-report.el (spam-report): Add :group.
6819
6820         * spam.el (spam, spam-face): Add :group.
6821
6822 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6823
6824         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6825         return \n.\n.\n at the end of articles.  Protect against that.
6826         (nntp-with-open-group): Allow debugging.
6827
6828         * nnheader.el (mail-header-set-extra): Make into a function
6829         because I just could't understand how to quote the list properly.
6830
6831         * dns.el (query-dns-cached): New function.
6832
6833 2005-05-26  Lute Kamstra  <lute@gnu.org>
6834
6835         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6836
6837 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6840
6841         * gnus-art.el: Don't autoload mail-extract-address-components.
6842
6843         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6844         eval-and-compile to evaluate it.
6845
6846         * hashcash.el: Don't autoload executable-find.
6847
6848         * nndb.el: Don't declare the nndb back end two or more times; don't
6849         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6850
6851         * nntp.el: Autoload format-spec instead of format; use
6852         eval-and-compile to evaluate autoload forms.
6853
6854 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6855
6856         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6857
6858 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6859
6860         * gnus.el (gnus-version-number): Bump version.
6861
6862 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6863
6864         * gnus.el: No Gnus v0.3 is released.
6865
6866 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6867
6868         * lpath.el (featurep): Bind show-nonbreak-escape.
6869
6870 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus-art.el (gnus-article-edit-part): Disable undo.
6873
6874 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6877         gnus-article-date-lapsed-new-header is t if date timer is active;
6878         skip headers in which the original date value is empty.
6879         (gnus-article-save-original-date): Redefine it as a macro.
6880         (gnus-display-mime): Use it.
6881
6882 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * gnus-art.el (article-date-ut): Support converting date in
6885         forwarded parts as well.
6886         (gnus-article-save-original-date): New function.
6887         (gnus-display-mime): Use it.
6888
6889 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6890
6891         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6892         enclosure element of <item>.
6893
6894 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6895
6896         * message.el (message-kill-buffer-query): Renamed from
6897         `message-kill-buffer-query-if-modified'.  Added :version.
6898
6899 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6902         window layout.
6903
6904 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * mml.el: Autoload dnd when compiling.
6907
6908 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6909
6910         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6911         x-dnd-*.
6912
6913 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * qp.el (quoted-printable-encode-region): Save excursion.
6916
6917 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6918
6919         * message.el (message-kill-buffer-query-if-modified): Add new variable
6920         so the user can kill a modified message buffer quickly.
6921         (message-kill-buffer): Use it.
6922
6923 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * lpath.el: Fbind display-time-event-handler; don't fbind
6926         string-to-multibyte.
6927
6928         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6929
6930 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6933         contained in text because xml.el decodes entities) with LFs.
6934
6935 2005-04-11  Lute Kamstra  <lute@gnu.org>
6936
6937         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6938         differently.
6939
6940 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6941
6942         * mm-util.el (mm-detect-coding-region): Typo.
6943
6944 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6947
6948 2005-04-06  D Goel  <deego@gnufans.org>
6949
6950         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6951         user-function allow user modifications of the scores.
6952         (spam-stat-score-buffer-user): New function, to allow
6953         user-computed modifications to the score.
6954         (spam-stat-score-buffer-user-functions): list of additional
6955         scoring functions
6956         (spam-stat-error-holder): global temporary error holder
6957         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6958         variable
6959
6960 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6961
6962         * gnus-registry.el (gnus-registry-clean-empty-function)
6963         (gnus-registry-trim, gnus-registry-fetch-groups)
6964         (gnus-registry-delete-group): Groups that match
6965         `gnus-registry-ignored-groups' are removed from the registry
6966         entries, not just ignored for splitting.  This helps clean up the
6967         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6968         to get all the groups a message ID is in.
6969
6970         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6971         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6972         (spam-stat-score-buffer-user-functions): Add :number custom type.
6973
6974 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6977         argument in XEmacs.
6978
6979         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6980         (nnrss-request-group): Decode group name first.
6981         (nnrss-request-article): Make a text/plain article if mml-to-mime
6982         failed.
6983         (nnrss-get-encoding): Return a compatible encoding according to
6984         nnrss-compatible-encoding-alist.
6985         (nnrss-find-el): Use consp instead of listp.
6986         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6987
6988 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6991         which Emacs 20 doesn't support.
6992         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6993
6994 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6995
6996         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6997         silence the byte compiler inside the defun
6998
6999         * gnus-demon.el (parse-time-string): Add autoload.
7000
7001         * gnus-delay.el (parse-time-string): Add autoload.
7002
7003         * gnus-art.el (parse-time-string): Add autoload.
7004
7005         * nnultimate.el (parse-time): Require for `parse-time-string'.
7006
7007 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7008
7009         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7010
7011         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7012
7013         * smime.el (smime-ldap-host-list): Add :version.
7014
7015 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7016
7017         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
7018         pass it to `gnus-browse-read-group'.
7019         (gnus-browse-read-group): Add NUMBER argument and pass it to
7020         `gnus-group-read-ephemeral-group'.
7021
7022         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
7023         argument and pass it to `gnus-group-read-group'.
7024
7025 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
7026
7027         * mm-util.el (mm-xemacs-find-mime-charset): Only call
7028         mm-xemacs-find-mime-charset-1 if we have the mule feature
7029         available at runtime.
7030
7031 2005-03-25  Werner Lemberg  <wl@gnu.org>
7032
7033         * nnmaildir.el: Replace `illegal' with `invalid'.
7034
7035 2005-03-23  Lute Kamstra  <lute@gnu.org>
7036
7037         * time-date.el: Add comment on time value formats.
7038         Don't require parse-time.
7039         (with-decoded-time-value): New macro.
7040         (encode-time-value): New function.
7041         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7042         (days-to-time): Return a valid time value when arg is huge.
7043         (time-since): Use time-subtract.
7044         (time-to-number-of-days): Use time-to-seconds.
7045
7046 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7047
7048         * gnus-start.el (gnus-display-time-event-handler):
7049         Check display-time-timer at runtime rather than only at load time
7050         in case display-time-mode is turned off in the mean time.
7051
7052 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7053
7054         * nnimap.el (nnimap-open-connection): Print which authinfo file is
7055         used.
7056
7057         * nneething.el (nneething-map-file-directory): Derive from
7058         `gnus-directory'.
7059
7060         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7061         the To/Cc button.
7062
7063 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7064
7065         * nnmaildir.el (nnmaildir-request-accept-article):
7066         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7067
7068 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
7069
7070         * gnus-async.el: Require timer-funcs at compile time when in
7071         XEmacs for `run-with-idle-timer'.
7072
7073 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
7074
7075         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7076         autoloaded function.
7077
7078 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7079
7080         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7081
7082 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
7083
7084         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7085
7086 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7089         gnus-expert-user to default.
7090
7091 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
7092
7093         * nnimap.el (nnimap-open-server): Ditto.
7094
7095         * imap.el (imap-authenticate): Fix typo.
7096
7097 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
7098
7099         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7100         buffer (since IMAP server might return FETCH response out of
7101         order, and the nntp buffer must be sorted).
7102
7103 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
7104
7105         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7106         comparison on string.
7107
7108         * gnus-agent.el (gnus-agent-long-article,
7109         gnus-agent-short-article, gnus-agent-score): Renamed category
7110         keywords to match gnus-cus.
7111         (gnus-agent-summary-fetch-series): Modified to protect against
7112         gnus-agent-summary-fetch-group clearing processable flags.
7113         (gnus-agent-synchronize-group-flags): Update live group buffer as
7114         synchronization may occur due to the user toggle the plugged
7115         status.
7116         (gnus-agent-fetch-group-1): Clear downloadable flag when article
7117         successfully downloaded.
7118         (gnus-agent-expire-group-1): Avoid using markers when the overview
7119         is in ascending order; greatly improves performance.
7120         (gnus-agent-regenerate-group): Use
7121         gnus-agent-synchronize-group-flags to reset read status in both
7122         gnus and server.
7123         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
7124
7125 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7126
7127         * message.el: Don't autoload former message-utils variables.
7128         (message-strip-subject-trailing-was): Change doc string.
7129
7130         * nnweb.el: Fixes for `gnus-group-make-web-group'.
7131         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
7132         (nnweb-google-search): Add "hl=en" here.
7133         (nnweb-google-parse-1, nnweb-google-create-mapping):
7134         Don't hardcode URL.
7135
7136 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7137
7138         * message.el (message-get-reply-headers, message-followup):
7139         Mention related variables `message-use-followup-to' and
7140         `message-use-mail-followup-to', in the information buffer.
7141
7142         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
7143         of broken groups(-beta).google.com.
7144
7145 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7146
7147         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
7148         parameter to invoked gnus-request-move-article; remove the
7149         redundant gnus-sum-hint-move-is-internal variable; apply the marks
7150         all at once instead of once per article.
7151         (gnus-summary-remove-process-mark): Accept a list of articles as
7152         well as a single article for processing.
7153
7154         * gnus-int.el (gnus-request-move-article): Add move-is-internal
7155         parameter.
7156
7157         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
7158
7159         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
7160
7161         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
7162         parameter.
7163
7164         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
7165         parameter.
7166
7167         * nnimap.el (nnimap-request-move-article): Add move-is-internal
7168         parameter and remove the gnus-sum-hint-move-is-internal variable.
7169
7170         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
7171         parameter.
7172
7173         * nndraft.el (nndraft-request-move-article): Add move-is-internal
7174         parameter.
7175
7176         * nndiary.el (nndiary-request-move-article): Add move-is-internal
7177         parameter.
7178
7179         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
7180
7181         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
7182         parameter.
7183
7184         * nnagent.el (nnagent-request-move-article): Add move-is-internal
7185         parameter.
7186
7187 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7188
7189         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
7190         a more conservative way.
7191
7192 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7193
7194         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
7195         buffer, so it moves the window's cursor.
7196
7197 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7198
7199         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
7200         `mm-dissect-multipart' and receive the from field as an (optional)
7201         argument from `mm-dissect-multipart'.
7202         (mm-dissect-multipart): Receive the from field as an argument and
7203         pass it on when we call `mm-dissect-buffer' on MIME parts.
7204         Fixes verification/decryption of signed/encrypted MIME parts.
7205
7206 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7207
7208         * gnus-sum.el (gnus-summary-move-article): Set
7209         gnus-sum-hint-move-is-internal for gnus-request-move-article and
7210         whatever it calls (right now, only nnimap-request-move article
7211         respects it).
7212
7213         * nnimap.el (nnimap-request-move-article): When
7214         gnus-sum-hint-move-is-internal is set, don't do the extra
7215         nnimap-request-article.
7216
7217 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7218
7219         * nnheader.el (nnheader-find-file-noselect): Add doc string.
7220
7221         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
7222         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
7223
7224         * gnus-sum.el (gnus-summary-caesar-message):
7225         Apply `gnus-treat-article' after rotation.
7226
7227         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
7228         doc string.
7229
7230 2005-02-22  Simon Josefsson  <jas@extundo.com>
7231
7232         * encrypt.el (encrypt-password-cache-expiry): Remove (use
7233         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
7234         <arne@arnested.dk>.
7235         (encrypt): Add password-cache and password-cache-expiry as group
7236         members.
7237
7238 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7239
7240         * smime.el (smime-ldap-host-list): Doc fix.
7241         (smime-ask-passphrase): Use `password-read-and-add' to read (and
7242         cache) password.
7243         (smime-sign-region): Use it.
7244         (smime-decrypt-region): Use it.
7245         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
7246         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
7247         fails.
7248         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
7249         certificate from DER to PEM format rather than calling openssl.
7250
7251         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
7252
7253         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
7254         for signing/encryption.
7255
7256         * mml.el (mml-parse-1): Use them.
7257
7258 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7259
7260         * nnrss.el (nnrss-verbose): Removed.
7261         (nnrss-request-group): Use `nnheader-message' instead.
7262
7263 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
7264
7265         * nnrss.el (nnrss-verbose): New variable.
7266         (nnrss-request-group): Make it say nnrss is requesting a group.
7267
7268 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7269
7270         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
7271         Handle news URL with given port correctly.
7272
7273 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
7276         containing special characters.
7277
7278         * gnus-sum.el (gnus-summary-edit-article): Ditto.
7279
7280         * mml.el (mime-to-mml): Ditto.
7281
7282         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
7283         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
7284         (rfc2047-decode-region): Quote decoded words containing special
7285         characters when rfc2047-quote-decoded-words-containing-tspecials
7286         is non-nil.
7287
7288 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7289
7290         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
7291
7292         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
7293
7294 2005-02-15  Simon Josefsson  <jas@extundo.com>
7295
7296         * nnimap.el (nnimap-debug): Doc fix.
7297
7298         * imap.el (imap-debug): Doc fix.
7299
7300 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
7303
7304 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7305
7306         * gnus.el (spam-contents): Improve docs for spam-contents
7307         parameter in its variable incarnation.
7308
7309 2005-02-14  Simon Josefsson  <jas@extundo.com>
7310
7311         * smime-ldap.el: Use require instead of load-library for ldap.
7312         (smime-ldap-search): Indent.
7313         (smime-ldap-search-internal): Shorten line.
7314
7315         * smime.el (smime-cert-by-dns): Add doc-string.
7316         (smime-cert-by-ldap-1): Indent.
7317
7318         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
7319         mml-smime-get-dns-ldap.
7320         (mml-smime-encrypt-query): Use new function.  Default to ldap.
7321
7322 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7323
7324         * smime.el: Require smime-ldap.
7325         (smime-ldap-host-list): New variable.
7326         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
7327
7328         * mml-smime.el (mml-smime-encrypt-query): New function.
7329         (mml-smime-encrypt-query): Use it.
7330
7331         * smime-ldap.el: New file.
7332
7333 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
7336
7337 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7338
7339         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
7340         argument in doc string.  Make query for type more clear.
7341
7342 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7343
7344         * gnus.el (gnus-group-startup-message): Search for gnus images in
7345         etc/images/gnus.
7346         * mm-util.el (mm-image-load-path): Likewise.
7347         * smiley.el (smiley-data-directory): Search for smilies in
7348         etc/images/smilies.
7349
7350 2005-02-09  Kim F. Storm  <storm@cua.dk>
7351
7352         Change Emacs release version from 21.4 to 22.1 throughout.
7353         Change Emacs development version from 21.3.50 to 22.0.50.
7354
7355 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
7358
7359         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
7360         non-Mule XEmacs as well.
7361         (mm-decompress-buffer): Signal an error intentionally if it does
7362         not decompress compressed data because auto-compression-mode is
7363         disabled.
7364
7365 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
7366
7367         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
7368         an ID in the registry even if it has no groups.
7369
7370 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
7373         merge it into mm-decompress-buffer.
7374         (gnus-mime-copy-part): Use the MIME part charset, the value which
7375         a user specified or gnus-newsgroup-charset for decoding, like
7376         gnus-mime-inline-part does; set buffer-file-coding-system to tell
7377         save-buffer what was used.  Suggested by Kevin Ryde
7378         <user42@zip.com.au>.
7379         (gnus-mime-inline-part): Allow the name parameter as well as the
7380         filename parameter; force decompressing of compressed data; always
7381         display contents being not decoded as unibyte.
7382
7383         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
7384         as well as the filename parameter.
7385
7386         * mm-util.el (mm-decompress-buffer): Merge
7387         gnus-mime-jka-compr-maybe-uncompress.
7388         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
7389         of compressed data.
7390
7391 2005-02-08  Simon Josefsson  <jas@extundo.com>
7392
7393         * imap.el (imap-log): Doc fix.
7394
7395 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
7398         the coding cookies; decompress compressed parts.
7399
7400         * mml.el (mml-generate-mime-1): Add the charaset parameter according
7401         to the value which a user specified manually or the coding cookie.
7402
7403         * mm-util.el (mm-string-to-multibyte): New function.
7404         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
7405         (mm-coding-system-to-mime-charset): New function.
7406         (mm-decompress-buffer): New function.
7407         (mm-find-buffer-file-coding-system): New function.
7408
7409         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
7410         (mm-display-inline-fontify): Rewrite for decoding and decompressing
7411         parts.
7412
7413 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7414
7415         * mm-view.el (mm-display-inline-fontify): Decode a part according
7416         to the charset parameter.
7417
7418 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
7421         prefix arg is neither nil nor a number, as info specifies.
7422
7423 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
7426         timestamps.
7427
7428 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
7429
7430         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
7431         groups error checking and notify user.
7432
7433 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
7434
7435         * message.el (message-send-mail-function): Check existence of
7436         sendmail-program first before using default value
7437         `message-send-mail-with-sendmail'.  Otherwise use more generic
7438         `smtpmail-send-it'.
7439
7440 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * nntp.el (nntp-request-update-info): Always return nil.
7443
7444 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7445
7446         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
7447
7448 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7449
7450         * message.el (message-beginning-of-line): Change the behavior when
7451         invoked between BOL and : so that it first moves backward.
7452
7453 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
7456         article buffer when editing of the article is discarded.
7457         (gnus-article-prepare): Revert.
7458
7459 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7460
7461         * gnus-art.el (gnus-article-prepare):
7462         Remove message-strip-forbidden-properties from the local hook.
7463
7464 2005-01-27  Simon Josefsson  <jas@extundo.com>
7465
7466         * password.el (password-cache-add): Only start one timer per key.
7467         Reported by Derek Atkins <warlord@MIT.EDU>.
7468
7469 2005-01-26  Steve Youngs  <steve@sxemacs.org>
7470
7471         * run-at-time.el: Removed.  It is no longer needed as
7472         timer-funcs.el in the xemacs-base package has a working version of
7473         `run-at-time'.
7474
7475         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
7476
7477         * password.el: Require timer-funcs instead of run-at-time in
7478         XEmacs.
7479         Remove `password-run-at-time' macro.
7480         (password-cache-add): Use `run-at-time' instead of
7481         `password-run-at-time'.
7482
7483         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
7484         Remove `nnheader-cancel-function-timers' alias,
7485         `cancel-function-timers' exists in XEmacs in timer-funcs.
7486
7487         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
7488         for `run-with-idle-timer'.
7489
7490         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
7491         for `run-at-time'.
7492
7493         * mm-url.el: Require timer-funcs at compile time when in XEmacs
7494         for `with-timeout'.
7495
7496         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
7497         the same as for XEmacs 21.4.
7498         No need to ignore `run-with-idle-timer', this function exists in
7499         XEmacs now in timer-funcs.el in the xemacs-base package.
7500         (dgnushack-compile): No need to delete
7501         run-at-time.el from the list of files to compile because it
7502         doesn't exist anymore.
7503
7504 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7505
7506         * mml.el (mml-generate-mime-1): Convert string into unibyte when
7507         inserting " *mml*" buffer's contents into a unibyte temp buffer.
7508
7509 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
7510
7511         * mail-source.el (mail-source-fetch-imap): Search for ^From case
7512         sensitively.
7513
7514 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
7515
7516         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
7517
7518 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
7521         which will be inserted according to the multibyteness of a buffer
7522         rather than the type of contents.  Suggested by ARISAWA Akihiro
7523         <ari@mbf.ocn.ne.jp>.
7524
7525         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
7526         of string which old xml.el may return rather than a string.
7527
7528 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
7531
7532 2005-01-16  Simon Josefsson  <jas@extundo.com>
7533
7534         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
7535         idn/idna.el isn't available.
7536         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
7537         <michael@waxrat.com>.
7538
7539         * hashcash.el: Remove non-FSF copyright header.
7540
7541         * hashcash.el (hashcash-extra-generate-parameters): New variable.
7542         (hashcash-generate-payment): Use it.
7543         (hashcash-generate-payment-async): Use it.
7544
7545 2005-01-15  Simon Josefsson  <jas@extundo.com>
7546
7547         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
7548         Suggested by Raymond Scholz <ray-2005@zonix.de>.
7549
7550         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
7551         gnus-summary-idna-message.
7552         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
7553         (gnus-summary-idna-message): New function.
7554
7555 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7556
7557         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
7558         gnus-novice-user.
7559
7560 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * nnrss.el (nnrss-request-delete-group): Delete entries in
7563         nnrss-group-alist as well.
7564         (nnrss-save-server-data): Insert newline.
7565
7566 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * gnus.el (gnus-user-agent): Use list of symbols instead of
7569         symbols.  Display full version number for (S)XEmacs.  Optionally
7570         display (S)XEmacs codename.
7571
7572         * gnus-util.el (gnus-emacs-version): Update for new
7573         `gnus-user-agent'.
7574
7575         * gnus-msg.el (gnus-extended-version): Make it possible to omit
7576         Gnus version.
7577
7578 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7579
7580         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
7581         which is unreadable in some setups.
7582
7583 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * gnus-spec.el (gnus-update-format-specifications): Flush the
7586         group format spec cache if it doesn't support decoded group names.
7587
7588 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7589
7590         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
7591         to apply decay on score files matching a regexp.
7592
7593 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
7596         compatibility in %g and %c.
7597
7598 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
7601         name for only %g and %c.
7602         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
7603         of gnus-tmp-group to decoded group name.
7604         (gnus-group-make-rss-group): Exclude `/'s from group names.
7605
7606 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * nnrss.el (nnrss-get-encoding): Fix regexp.
7609
7610 2004-12-27  Simon Josefsson  <jas@extundo.com>
7611
7612         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
7613         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
7614         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
7615
7616 2004-12-17  Kim F. Storm  <storm@cua.dk>
7617
7618         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
7619
7620         * gnus-sum.el (gnus-summary-mode-map): Likewise.
7621
7622 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7623
7624         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
7625
7626 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * nnrss.el: Require rfc2047 and mml.
7629         (nnrss-file-coding-system): New variable.
7630         (nnrss-format-string): Redefine it as an inline function.
7631         (nnrss-decode-group-name): New function.
7632         (nnrss-string-as-multibyte): Remove.
7633         (nnrss-retrieve-headers): Decode group name; don't use
7634         nnrss-format-string.
7635         (nnrss-request-group): Decode group name.
7636         (nnrss-request-article): Decode group name; allow a Message-ID as
7637         well as an article number; don't use nnrss-format-string; encode a
7638         Message-ID string which may contain non-ASCII characters; use
7639         mml-to-mime to compose a MIME article.
7640         (nnrss-request-expire-articles): Decode group name.
7641         (nnrss-request-delete-group): Decode group name.
7642         (nnrss-fetch): Clarify error message.
7643         (nnrss-read-server-data): Use insert-file-contents instead of load;
7644         bind file-name-coding-system; use multibyte buffer.
7645         (nnrss-save-server-data): Bind coding-system-for-write to the
7646         value of nnrss-file-coding-system; bind file-name-coding-system;
7647         add coding cookie.
7648         (nnrss-read-group-data): Use insert-file-contents instead of load;
7649         bind file-name-coding-system; use multibyte buffer.
7650         (nnrss-save-group-data): Bind coding-system-for-write to the
7651         value of nnrss-file-coding-system; bind file-name-coding-system.
7652         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7653         make it work with non-ASCII text.
7654         (nnrss-find-el): Make it work with old xml.el as well.
7655
7656 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7657
7658         * nnrss.el (nnrss-get-encoding): New function.
7659         (nnrss-fetch): Use unibyte buffer initially; bind
7660         coding-system-for-read while performing mm-url-insert; remove ^Ms;
7661         decode contents according to the encoding attribute.
7662         (nnrss-save-group-data): Add coding cookie.
7663         (nnrss-mime-encode-string): New function.
7664         (nnrss-check-group): Use it to encode subject and author.
7665
7666 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
7667
7668         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7669         imaginary variable.
7670
7671 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7674         correctly even if there are wide characters.
7675
7676 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7677
7678         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7679         downcased symbol names; make a new cache instead of reusing
7680         bbdb-hashtable.
7681
7682 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7685         concatenating segments rather than before concatenating them.
7686         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7687
7688         * message.el (message-get-reply-headers): Bind `extra'.
7689
7690 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7691
7692         * message.el (message-extra-wide-headers): New variable.
7693         (message-get-reply-headers): Use it.
7694
7695 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-agent.el (gnus-agent-group-path): Decode group name.
7698         (gnus-agent-group-pathname): Ditto.
7699
7700         * gnus-cache.el (gnus-cache-file-name): Decode group name.
7701
7702         * gnus-group.el (gnus-group-make-group): Decode group name.
7703         (gnus-group-make-rss-group): Register the group data after opening
7704         the nnrss group.
7705
7706 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
7707
7708         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7709         by expiry now get marked as read.
7710
7711 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7714
7715 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
7716
7717         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7718         unify Latin characters in XEmacs.
7719         (mm-find-mime-charset-region): Use it.
7720
7721 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * gnus-util.el (gnus-delete-directory): New function.
7724
7725         * gnus-agent.el (gnus-agent-delete-group): Use it.
7726
7727         * gnus-cache.el (gnus-cache-delete-group): Use it.
7728
7729 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7732         names.
7733
7734 2004-12-16  Simon Josefsson  <jas@extundo.com>
7735
7736         * hashcash.el (hashcash-payment-alist): Fix custom :type.
7737
7738 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7741
7742         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7743         (gnus-group-set-current-level): Decode group name.
7744
7745 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
7746
7747         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7748         failed.
7749
7750 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * gnus-group.el (gnus-group-delete-group): Decode group name.
7753         (gnus-group-make-rss-group): Encode group name.
7754         (gnus-group-catchup-current): Decode group name.
7755         (gnus-group-kill-group): Decode group name.
7756
7757 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7758
7759         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7760
7761 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * gnus-group.el (gnus-group-make-rss-group):
7764         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7765
7766         * gnus-start.el (gnus-setup-news): Honor user's setting to
7767         gnus-message-archive-method.  Suggested by Lute Kamstra
7768         <lute@gnu.org>.
7769
7770 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
7771
7772         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7773         global counterparts of the buffer-local variables.
7774
7775 2004-11-16  Romain Francoise  <romain@orebokech.com>
7776
7777         * gnus-sum.el (gnus-summary-exit): Don't clear the global
7778         counterparts of the buffer-local variables.
7779
7780 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7781
7782         * message.el (message-forbidden-properties): Fixed typo in doc
7783         string.
7784
7785 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7786
7787         * gnus-util.el (gnus-replace-in-string): Added doc string.
7788
7789         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7790         to avoid problems when splitting mails with many recipients.
7791
7792 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7793
7794         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7795         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7796
7797 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7798
7799         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7800         if there is no hashtable in memory or file modification time is
7801         newer than cached timestamp.
7802
7803 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7806         not-matching option.
7807
7808 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7811         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7812         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7813         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7814         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7815         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7816
7817 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * message.el (message-forward-make-body-mml): Remove headers
7820         according to message-forward-ignored-headers if a message is decoded.
7821
7822 2004-12-02  Romain Francoise  <romain@orebokech.com>
7823
7824         * message.el (message-forward-make-body-plain): Always remove
7825         headers according to message-forward-ignored-headers.
7826
7827 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7828
7829         * spam.el (spam-summary-prepare-exit): Remove the
7830         gnus-summary-limit pop for now, it has problems with ham marks for
7831         me.
7832
7833 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7834
7835         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7836         correctly.
7837
7838 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7839
7840         * format-spec.el (format-spec): Message the char.
7841
7842 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7843
7844         * gnus-art.el (gnus-split-methods): Reformat comments.
7845
7846         * spam.el (spam-summary-prepare-exit): Remove article limits
7847         before exiting the summary buffer.
7848
7849 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7852         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7853
7854         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7855         order to silence the byte compiler.
7856
7857         * spam.el: Fix the way to silence the byte compiler, which
7858         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7859         bbdb-search-simple, spam-BBDB-register-routine,
7860         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7861         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7862         spam-stat-buffer-is-spam, spam-stat-load,
7863         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7864         spam-stat-save and spam-stat-split-fancy.
7865
7866 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7869         which may confuse users.
7870         (canlock-password-for-verify): Ditto.
7871
7872         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7873
7874         * gnus-art.el (gnus-emphasis-alist): Ditto.
7875
7876         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7877
7878         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7879
7880         * gnus-start.el (gnus-save-killed-list): Ditto.
7881
7882         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7883         (gnus-sum-thread-tree-root): Ditto.
7884         (gnus-sum-thread-tree-false-root): Ditto.
7885         (gnus-sum-thread-tree-single-indent): Ditto.
7886
7887         * message.el (message-courtesy-message): Ditto.
7888         (message-archive-note): Ditto.
7889         (message-subscribed-address-file): Ditto.
7890         (message-user-fqdn): Ditto.
7891
7892         * spam-report.el (spam-report-gmane-regex): Ditto.
7893
7894         * spam.el (spam-blackhole-good-server-regex): Ditto.
7895
7896 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * mml.el (mml-preview): Widen the message buffer before copying
7899         the contents to the preview buffer; sort headers before previewing.
7900
7901         * message.el (message-hidden-headers): Fix the way to avoid a bug
7902         in the `repeat' widget in Emacs 21.3 or earlier.
7903
7904 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * message.el (message-hidden-headers): Default to "^References:".
7907         Improve customization type.  Suggested by Reiner Steib
7908         <Reiner.Steib@gmx.de>.
7909
7910 2004-11-25  Romain Francoise  <romain@orebokech.com>
7911
7912         * message.el (message-strip-forbidden-properties): Remove check for
7913         obsolete `message-hidden' text property, hidden headers are not
7914         accessible in the buffer anymore.
7915
7916 2004-11-22  Romain Francoise  <romain@orebokech.com>
7917
7918         * message.el (message-header-format-alist): Add `From' in list
7919         so that it can be sorted.
7920         (message-fix-before-sending): Widen and sort headers before
7921         sending.
7922         (message-hide-headers): Use narrowing to hide headers by moving
7923         them to the top of the buffer and narrowing to the region
7924         underneath.
7925
7926 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7927
7928         * message.el (message-strip-forbidden-properties): Bind
7929         buffer-read-only (etc) to nil.
7930
7931 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7934         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7935
7936 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7937
7938         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7939
7940 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7941
7942         * dns.el (query-dns): Use sit-for to time instead of
7943         accept-process-output, since that doesn't seem to work on udp
7944         sockets.
7945
7946 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7949
7950 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7951
7952         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7953         doc string.  Improve doc string.
7954
7955 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * nntp.el (nntp-request-update-info): Return nil if
7958         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7959         may not call gnus-activate-group which uselessly issues the GROUP
7960         commands for all nntp groups and wastes time.  Reported by Romain
7961         Francoise <romain@orebokech.com>.
7962
7963         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7964
7965 2004-11-15  Simon Josefsson  <jas@extundo.com>
7966
7967         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7968         headers separately.
7969         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7970         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7971
7972 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7973
7974         * gnus-start.el (gnus-convert-old-newsrc):
7975         Assign legacy-gnus-agent to 5.10.7.
7976
7977 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7978
7979         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7980         start of the lines.
7981
7982 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7983
7984         * hashcash.el (hashcash-default-payment): Change default to 20
7985         (hashcash-default-accept-payment): Change default to 20
7986         (hashcash-process-alist): New variable
7987         (hashcash-generate-payment-async): Add
7988         (hashcash-already-paid-p): Add
7989         (hashcash-insert-payment): Don't generate payments twice
7990         (hashcash-insert-payment-async): Add
7991         (hashcash-insert-payment-async-2): Add
7992         (hashcash-cancel-async): Add
7993         (hashcash-wait-async): Add
7994         (hashcash-processes-running-p): Add
7995         (hashcash-wait-or-cancel): Add
7996         (mail-add-payment): New optional argument.  Conditionally start
7997         asynchronous calculation.
7998         (mail-add-payment-async): Add
7999
8000         * message.el (message-send-mail): Wait for asynchronous hashcash
8001         results.  Don't clobber existing X-Hashcash headers.
8002         (message-setup-1): Call mail-add-payment-async when
8003         message-generate-hashcash is non-nil.
8004
8005 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8006
8007         * message.el (message-use-alternative-email-as-from): Examine the
8008         From header as well; use message-make-from in order to include a
8009         user's full name.
8010
8011 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8014         default; improve customization type.
8015         (gnus-emphasis-custom-with-format): New macro.
8016         (gnus-emphasis-custom-value-to-external): New function.
8017         (gnus-emphasis-custom-value-to-internal): New function.
8018
8019 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8020
8021         * dns.el (query-dns): Resolve reverse addresses.
8022
8023 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8024
8025         * gnus-group.el (gnus-group-get-new-news): Use it.
8026
8027         * gnus-start.el (gnus-check-reasonable-setup): New function.
8028
8029 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8032         "Args out of range" error.  Reported by Arnaud Giersch
8033         <arnaud.giersch@free.fr>.
8034
8035 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8036
8037         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8038
8039 2004-11-04  Richard M. Stallman  <rms@gnu.org>
8040
8041         * spam.el (spam group): Add :version.
8042
8043         * pgg-def.el (pgg group): Add :version.
8044
8045 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * gnus-art.el (gnus-article-edit-article): Don't associate the
8048         article buffer with a draft file.  This is a temporary measure
8049         against the 2004-08-22 change to gnus-article-edit-mode.
8050
8051 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8052
8053         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8054         (html2text-format-tags): Remove unused variable `attr'.
8055
8056 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8057
8058         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8059
8060         * tls.el (tls-process-connection-type, tls-success)
8061         (tls-certtool-program): Add :version.
8062
8063         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
8064         (starttls-extra-arguments, starttls-process-connection-type)
8065         (starttls-connect, starttls-failure, starttls-success):
8066
8067         * spam-stat.el (spam-stat): Add :version.
8068
8069         * sieve.el (sieve): Add :version.
8070
8071         * sha1.el (sha1): Add :version.
8072         (sha1-use-external): Remove redundant version.
8073
8074         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8075         (nnmail-cache-ignore-groups, nnmail-spool-hook)
8076         (nnmail-split-fancy-match-partial-words)
8077         (nnmail-split-lowercase-expanded): Add :version.
8078
8079         * nndiary.el (nndiary): Add :version.
8080
8081         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8082
8083         * mml-sec.el (mml-default-sign-method)
8084         (mml-default-encrypt-method, mml-signencrypt-style-alist):
8085         Add :version.
8086
8087         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8088
8089         * mm-url.el (mm-url-use-external, mm-url-program)
8090         (mm-url-arguments): Add :version.
8091
8092         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8093         (mm-attachment-file-modes, mm-decrypt-option)
8094         (mm-w3m-safe-url-regexp): Add :version.
8095
8096         * message.el (message-cite-prefix-regexp)
8097         (message-sendmail-envelope-from, message-minibuffer-local-map)
8098         (message-user-fqdn, message-completion-alist): Add :version.
8099
8100         * gnus-win.el (gnus-configure-windows-hook)
8101         (gnus-use-frames-on-any-display): Add :version.
8102
8103         * gnus-art.el (gnus-article-address-banner-alist)
8104         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8105         (gnus-treat-from-picon, gnus-treat-mail-picon)
8106         (gnus-treat-x-pgp-sig): Add :version.
8107
8108         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8109         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8110         (gnus-summary-article-delete-hook)
8111         (gnus-summary-display-while-building): Add :version.
8112
8113         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8114         (gnus-get-top-new-news-hook):Add :version.
8115
8116         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8117         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8118
8119         * gnus-registry.el (gnus-registry): Add :version.
8120
8121         * gnus-spec.el (gnus-use-correct-string-widths)
8122         (gnus-make-format-preserve-properties): Add :version.
8123
8124         * gnus.el (gnus-group-charter-alist)
8125         (gnus-group-fetch-control-use-browse-url)
8126         (gnus-install-group-spam-parameters): Add :version.
8127
8128         * gnus-diary.el (gnus-diary): Add :version.
8129
8130         * gnus-delay.el (gnus-delay): Add :version.
8131
8132         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8133         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8134         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8135         Add :version.
8136
8137         * gnus-agent.el (gnus-agent-max-fetch-size)
8138         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
8139         (gnus-agent-prompt-send-queue): Add :version.
8140
8141         * deuglify.el (gnus-outlook-deuglify): Add :version.
8142
8143         * html2text.el: Beautify code.  Improve doc strings.  Some
8144         checkdoc cleanup.
8145         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
8146
8147 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
8148
8149         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
8150
8151 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
8152
8153         * gnus-registry.el (gnus-registry-hashtb): Create the registry
8154         when package is loaded.
8155
8156         * spam.el (spam-summary-score-preferred-header): Add global preference
8157         for people who want to override the default SpamAssassin over
8158         Bogofilter preference (when both are set).
8159         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
8160         (spam-user-format-function-S): Check
8161         spam-summary-score-preferred-header.
8162         (spam-extra-header-to-number): Add X-Bogosity header parsing.
8163         (spam-user-format-function-S): Format the score correctly.
8164
8165 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
8168         signature file.  Suggested by Manoj Srivastava
8169         <srivasta@golden-gryphon.com>.
8170
8171         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
8172         iso-2022-jp even in the Japanese language environment.
8173         Suggested by Jason Rumney <jasonr@gnu.org>.
8174
8175 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
8178         use the same characters as the dummy marks; make it free from
8179         getting affected by the language environment.
8180         (gnus-summary-read-group-1): Update mark positions only when the
8181         format spec is updated.
8182
8183         * gnus-spec.el (gnus-update-format-specifications): Return a list
8184         of updated types.
8185
8186 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8187
8188         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
8189         of boundp to check if display-warning is available.
8190
8191 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
8192
8193         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
8194
8195 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * nnspool.el (nnspool-spool-directory): Use news-path if the
8198         news-directory variable is not bound.
8199
8200         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
8201         function instead of display-warning if it is not available.
8202
8203 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8204
8205         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
8206         v5-10: Use `point-at-bol'.
8207
8208 2004-10-26  Simon Josefsson  <jas@extundo.com>
8209
8210         * hashcash.el: Fix URL in comment, reported by Cheng Gao
8211         <chenggao@gmail.com>.
8212
8213 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8214
8215         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
8216         instead.
8217
8218 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
8219
8220         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
8221         to remove a server from the nnimap-server-buffer-alist.
8222         (nnimap-open-connection, nnimap-close-server): Use it.
8223
8224         * gnus-encrypt.el: Remove file in favor of encrypt.el.
8225
8226 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8227
8228         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
8229         running the major-mode function.
8230
8231 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8232
8233         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
8234         dummy marks in the right way.
8235
8236 2004-10-18  David Edmondson  <dme@dme.org>
8237
8238         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
8239         excessively.
8240
8241 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
8242
8243         * gnus-util.el (gnus-split-references): Accept a nil references
8244         string and go on blissfully.
8245
8246         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
8247         cases where the references string is non-nil but has no references.
8248
8249         * encrypt.el: Add autoload tags.
8250
8251         * spam.el (spam-resolve-registrations-routine): Remove article
8252         from unregistration list too.  Reported by David Hanak
8253         <dhanak@isis.vanderbilt.edu>
8254
8255 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
8258         nil.  Changed custom type.
8259
8260 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
8261
8262         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
8263
8264         * gnus-sum.el (gnus-summary-move-article): Use it.
8265
8266 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
8267
8268         * encrypt.el: Add autoload cookies.
8269
8270         * spam.el (spam-backend-article-list-property)
8271         (spam-backend-get-article-todo-list)
8272         (spam-backend-put-article-todo-list, )
8273         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
8274         Resolve registrations separately.
8275         (spam-register-routine): Format comments.
8276         (spam-unregister-routine, spam-register-routine): Always call with
8277         specific-articles, no default list.
8278         (spam-summary-prepare-exit): Use the spam-classifications function.
8279
8280         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
8281         gnus-encrypt.el.
8282
8283         * encrypt.el: copied from gnus-encrypt.el
8284
8285         * gnus-encrypt.el: commented that it's obsolete
8286
8287 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8288
8289         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
8290         (gnus-score-save): Use it.
8291
8292         * message.el (message-bury): Use `window-dedicated-p'.
8293
8294 2004-10-15  Simon Josefsson  <jas@extundo.com>
8295
8296         * pop3.el (top-level): Don't require nnheader.
8297         (pop3-read-timeout): Add.
8298         (pop3-accept-process-output): Add.
8299         (pop3-read-response, pop3-retr): Use it.
8300
8301 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
8302
8303         * spam.el (spam-register-routine): Move comment.
8304         (spam-verify-bogofilter): Use 'unknown for the initial
8305         spam-bogofilter-valid state, not 'never.
8306
8307         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
8308         for netrc-machine.
8309
8310         * nnimap.el (nnimap-open-connection): Use
8311         netrc-machine-user-or-password.
8312
8313 2004-10-17  Richard M. Stallman  <rms@gnu.org>
8314
8315         * gnus-registry.el (gnus-registry-unload-hook):
8316         Set as a variable with add-hook.
8317
8318         * nnspool.el (nnspool-spool-directory): Use news-directory instead
8319         of news-path.
8320
8321         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
8322
8323         * spam.el: Delete duplicate `provide'.
8324         (spam-unload-hook): Set as a variable with add-hook.
8325
8326 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
8329         in the doc string.
8330
8331         * message.el (message-ignored-news-headers)
8332         (message-ignored-supersedes-headers)
8333         (message-ignored-resent-headers)
8334         (message-forward-ignored-headers): Improve custom type.
8335
8336 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * message.el (message-tokenize-header): Fix 2004-09-06 change
8339         which used point-min in the wrong place.
8340
8341 2004-10-12  Simon Josefsson  <jas@extundo.com>
8342
8343         * tls.el (tls-certtool-program): New variable.
8344         (tls-certificate-information): New function, based on
8345         ssl-certificate-information.
8346
8347 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * compface.el: Move the version of ELisp-based uncompface program
8350         to the contrib directory because of the copyright problem.
8351
8352 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8353
8354         * message.el (message-kill-buffer): Raise the current frame.
8355
8356 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * gnus-sum.el: Mention that multibyte characters don't work as marks.
8359
8360         * gnus.el (message-y-or-n-p): Autoload.
8361
8362         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
8363         (pop3-password-required, pop3-authentication-scheme)
8364         (pop3-leave-mail-on-server): Made customizable.
8365         (pop3): New custom group.
8366         (pop3-retr): Remove `sleep-for' statements.
8367         Suggested by Dave Love <fx@gnu.org>.
8368
8369         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
8370         Windows/DOS.
8371
8372         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8373         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
8374         Dave Love <fx@gnu.org>.
8375
8376         * mml.el (mml-minibuffer-read-disposition): Require match.
8377         Suggested by Dave Love <fx@gnu.org>.
8378
8379 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8380
8381         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
8382         doc string.
8383
8384 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
8387
8388 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8389
8390         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
8391         instead of calling `mm-insert-inline', to decode text/* parts
8392         before displaying them.
8393
8394 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * mm-uu.el (mm-uu-text-plain-type): New variable.
8397         (mm-uu-pgp-signed-extract-1): Use it.
8398         (mm-uu-pgp-encrypted-extract-1): Use it.
8399         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
8400         bind mm-uu-text-plain-type with that value.
8401         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
8402         mm-uu-dissect.
8403
8404 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8405
8406         * gnus-group.el (gnus-update-group-mark-positions):
8407         * gnus-sum.el (gnus-update-summary-mark-positions):
8408         * message.el (message-check-news-body-syntax):
8409         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
8410         of string-as-multibyte.
8411
8412 2004-10-05  Juri Linkov  <juri@jurta.org>
8413
8414         * gnus-group.el (gnus-update-group-mark-positions):
8415         * gnus-sum.el (gnus-update-summary-mark-positions):
8416         * message.el (message-check-news-body-syntax):
8417         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
8418         8-bit unibyte values to a multibyte string for search functions.
8419
8420 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * mm-uu.el (mm-uu-dissect): Allow optional arg.
8423         (mm-uu-dissect-text-parts): New function.
8424
8425         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
8426         dissect text parts.
8427
8428         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
8429         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
8430
8431         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
8432
8433         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
8434         gnus-current-topics instead of gnus-current-topic.
8435
8436 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
8437
8438         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
8439
8440 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
8441
8442         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
8443         where approriate.
8444
8445         * nnml.el (nnml-generate-active-info): do.
8446
8447         * nndiary.el (nndiary-generate-active-info): do.
8448
8449         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
8450         (gnus-topic-move): do.
8451
8452         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
8453         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
8454
8455         * gnus-srvr.el (gnus-server-prepare)
8456         (gnus-server-open-all-servers): do.
8457
8458         * gnus-msg.el (gnus-summary-cancel-article)
8459         (gnus-summary-resend-message)
8460         (gnus-summary-mail-crosspost-complaint): do.
8461
8462         * gnus-move.el (gnus-change-server): do.
8463
8464         * gnus-group.el (gnus-group-unmark-all-groups)
8465         (gnus-group-set-current-level): do.
8466
8467 2004-10-04  Simon Josefsson  <jas@extundo.com>
8468
8469         * message.el (message-generate-hashcash): Doc fix.
8470
8471 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
8472
8473         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
8474         avoid infinite recursion via gnus-get-function.
8475
8476 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
8477
8478         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
8479
8480         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
8481
8482         * nnmail.el (nnmail-split-history): do.
8483
8484         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
8485         (nnml-request-delete-group): do.
8486
8487         * nnslashdot.el (nnslashdot-read-groups): do.
8488
8489         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
8490         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
8491
8492         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
8493         (nnspool-sift-nov-with-sed): Use last
8494         (nnspool-retrieve-headers-with-nov): Use mapc.
8495         (nnspool-request-newgroups): Use dolist.
8496         (nnspool-request-group): Use last.
8497
8498         * nntp.el (nntp-read-server-type): Use dolist.
8499
8500         * nnvirtual.el (nnvirtual-create-mapping)
8501         (nnvirtual-update-read-and-marked): Use dolist.
8502         (nnvirtual-convert-headers): Simplify.
8503
8504 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8505
8506         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
8507         support for sync'ing tick marks.
8508
8509 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
8512         there's no visible header.
8513
8514 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8515
8516         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
8517         necessary, pass full group name to gnus-request-set-marks.
8518
8519 2004-10-01  Simon Josefsson  <jas@extundo.com>
8520
8521         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
8522         acroread.
8523
8524 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8525
8526         * spam-report.el (spam-report-gmane): Fix interactive.
8527
8528         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
8529
8530         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
8531         when writing file.
8532         (gnus-agent-synchronize-flags): Don't default to being
8533         interactive.
8534
8535 2004-09-30  Simon Josefsson  <jas@extundo.com>
8536
8537         * message.el (message-generate-hashcash): Add.
8538         (message-send-mail): Use it, call mail-add-payment.
8539
8540 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8541
8542         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
8543
8544 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
8545
8546         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
8547         gnus-requst-update-info with explicit code to sync the in-memory
8548         info read flags with the marks being sync'd to the backend.
8549
8550         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
8551
8552 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8553
8554         * spam.el (spam-verify-bogofilter): Add new function.
8555         (spam-check-bogofilter)
8556         (spam-bogofilter-register-with-bogofilter): Use it.
8557         (spam-verify-bogofilter): Add small fixes.
8558
8559 2004-09-28  Simon Josefsson  <jas@extundo.com>
8560
8561         * hashcash.el (hashcash-generate-payment): Revert.
8562
8563 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8564
8565         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8566         gnus-extract-references instead of gnus-split-references.
8567
8568         * gnus-util.el (gnus-extract-references): Add new function, analogous
8569         to gnus-split-references but extracts only the message-ID without
8570         anything extra.
8571
8572         * hashcash.el (hashcash-generate-payment)
8573         (hashcash-check-payment): Do the right thing if hashcash-path is
8574         nil (because the hashcash program could not be found).
8575
8576         * spam.el (spam-use-hashcash): Remove comment.
8577
8578 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
8579
8580         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
8581         (gnus-cache-enter-article, gnus-cache-remove-article)
8582         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
8583
8584         * gnus-async.el (gnus-async-prefetch-remove-group): do.
8585
8586         * gnus-art.el (article-hide-boring-headers)
8587         (article-translate-strings, article-display-face)
8588         (gnus-article-mime-match-handle-first)
8589         (gnus-article-highlight-headers)
8590         (gnus-article-add-buttons-to-head): do.
8591
8592 2004-09-27  Simon Josefsson  <jas@extundo.com>
8593
8594         * hashcash.el: New version, from
8595         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
8596         ../contrib/.
8597
8598 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
8601
8602 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8603
8604         * gnus-dup.el (gnus-dup-open): Use mapc.
8605         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8606
8607         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8608         Reported by Stefan Wiens <s.wi@gmx.net>.
8609
8610         * gnus.el (gnus-shutdown): Use dolist.
8611
8612         * gnus-undo.el (gnus-undo): Use mapc.
8613
8614         * nnrss.el (nnrss-generate-active): do.
8615
8616         * message.el (message-cite-original-without-signature)
8617         (message-cite-original): Use mapc.
8618         (message-do-actions, message-make-forward-subject): Use dolist.
8619
8620 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8621
8622         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
8623         deletion to remove entire duplicate line.  Fixes merged article
8624         number bug.
8625
8626 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8627
8628         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
8629         servers that are offline.  Avoids having gnus-agent-toggle-plugged
8630         first ask if you want to open a server and then, even when you
8631         responded with no, asking if you want to synchronize the server's
8632         flags.
8633         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8634         multi-line expressions.
8635         (gnus-agent-synchronize-group-flags): New internal function.
8636         Updates marks in memory (in the info structure) AND in the
8637         backend.
8638
8639         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8640
8641         * nnagent.el (nnagent-request-set-mark): Use
8642         gnus-agent-synchronize-group-flags, not backend's request-set-mark
8643         method, to ensure that synchronization updates marks in the
8644         backend and in the info (in memory) structure.
8645
8646 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8649         convention fully; don't miss the root article of a thread; make
8650         the X-Draft-From header with correct article numbers.
8651
8652 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
8653
8654         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8655         unless plugged.  Disable the agent so that an open failure causes
8656         an error.
8657
8658         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8659         Reverted 2004-09-21 change.  The backend must be opened while
8660         synchronizing flags even when the backend stores the flags
8661         locally.
8662
8663 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8664
8665         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8666         in `header' match.  Reported by Svend Tollak Munkejord.
8667
8668         * message.el (message-cite-original): Fix use of
8669         `message-cite-articles-with-x-no-archive'.
8670
8671 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8674         (gnus-window-to-buffer): Ditto.
8675
8676         * mml.el (mml-preview-buffer): New variable.
8677         (mml-preview): Manage window layout with gnus-buffer-configuration.
8678
8679         * gnus-msg.el (gnus-setup-message): Put article numbers into the
8680         X-Draft-From header even if those articles aren't quoted.
8681
8682 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
8683
8684         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8685         (gnus-request-set-mark, gnus-request-update-mark): Use new
8686         g-s-t-u-l-m to decide to use backend even when unplugged.
8687
8688 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8691         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
8692
8693 2004-09-20  Simon Josefsson  <jas@extundo.com>
8694
8695         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8696         "utf-16-le".
8697
8698 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8699
8700         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8701
8702 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8703
8704         * uudecode.el (uudecode-use-external): Add :version.
8705
8706         * smime.el (smime-CA-file, smime-encrypt-cipher)
8707         (smime-dns-server): Add :version.
8708
8709         * smiley.el (gnus-smiley-file-types): Add :version.
8710
8711         * sha1.el (sha1-use-external): Add :version.
8712
8713         * pgg-def.el (pgg-query-keyserver): Add :version.
8714
8715         * nnmail.el (nnmail-fancy-expiry-targets)
8716         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8717         Add :version.
8718
8719         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8720         (nnimap-retrieve-groups-asynchronous): Add :version.
8721         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
8722
8723         * mml.el (mml-content-disposition-parameters)
8724         (mml-insert-mime-headers-always): Add :version.
8725
8726         * mm-util.el (mm-coding-system-priorities): Add :version.
8727
8728         * mm-decode.el (mm-inline-text-html-with-images)
8729         (mm-keep-viewer-alive-types, mm-external-terminal-program)
8730         (mm-verify-option): Add :version.
8731         (mm-text-html-renderer): Change :version.
8732
8733         * message.el (message-fcc-externalize-attachments)
8734         (message-required-headers, message-draft-headers)
8735         (message-subject-trailing-was-query)
8736         (message-subject-trailing-was-ask-regexp)
8737         (message-subject-trailing-was-regexp, message-mark-insert-begin)
8738         (message-mark-insert-end, message-archive-header)
8739         (message-archive-note, message-cross-post-default)
8740         (message-cross-post-note, message-followup-to-note)
8741         (message-cross-post-note-function, message-use-mail-followup-to)
8742         (message-subscribed-address-functions)
8743         (message-subscribed-address-file, message-subscribed-addresses)
8744         (message-subscribed-regexps, message-allow-no-recipients)
8745         (message-yank-cited-prefix, message-signature-insert-empty-line)
8746         (message-hidden-headers, message-hierarchical-addresses)
8747         (message-mail-user-agent, message-use-idna)
8748         (message-valid-fqdn-regexp)
8749         (message-strip-special-text-properties, message-header-synonyms)
8750         (message-beginning-of-line, message-tab-body-function): Add :version.
8751         (message-insert-canlock, message-wide-reply-confirm-recipients):
8752         Change :version.
8753
8754         * mail-source.el (mail-source-ignore-errors): Add :group, :type
8755         and :version.
8756         (mail-source-delete-old-incoming-confirm)
8757         (mail-source-movemail-program): Add :version.
8758
8759         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8760         (gnus-agent-cache, gnus-agent): Change :version.
8761
8762         * gnus-util.el (gnus-use-byte-compile): Change :version.
8763
8764         * gnus-sum.el (gnus-summary-make-false-root-always)
8765         (gnus-summary-default-high-score)
8766         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8767         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8768         (gnus-read-all-available-headers, gnus-article-emulate-mime)
8769         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8770         (gnus-sum-thread-tree-single-indent)
8771         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8772         (gnus-sum-thread-tree-leaf-with-other)
8773         (gnus-sum-thread-tree-single-leaf): Add :version.
8774         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8775         (gnus-article-loose-mime): Change :version.
8776
8777         * gnus-start.el (gnus-backup-startup-file)
8778         (gnus-save-startup-file-via-temp-buffer): Add :version.
8779
8780         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8781         (gnus-server-offline-face): Add :version.
8782
8783         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8784
8785         * gnus-msg.el (gnus-gcc-externalize-attachments)
8786         (gnus-debug-files, gnus-debug-exclude-variables)
8787         (gnus-discouraged-post-methods): Change :version.
8788         (gnus-confirm-mail-reply-to-news)
8789         (gnus-confirm-treat-mail-like-news): Add :version.
8790
8791         * gnus-int.el (gnus-server-unopen-status): Add :version.
8792
8793         * gnus-group.el (gnus-group-jump-to-group-prompt)
8794         (gnus-large-ephemeral-newsgroup)
8795         (gnus-fetch-old-ephemeral-headers): Add :version.
8796
8797         * gnus-fun.el (gnus-x-face-directory)
8798         (gnus-convert-pbm-to-x-face-command)
8799         (gnus-convert-image-to-x-face-command)
8800         (gnus-convert-image-to-face-command): Add :version.
8801
8802         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8803
8804         * gnus-cite.el (gnus-cite-blank-line-after-header)
8805         (gnus-article-boring-faces): Add :version.
8806
8807         * gnus-art.el (gnus-buttonized-mime-types)
8808         (gnus-inhibit-mime-unbuttonizing)
8809         (gnus-treat-display-face)
8810         (gnus-treat-body-boundary): Change :version.
8811         (gnus-body-boundary-delimiter, gnus-picon-databases)
8812         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8813         (gnus-treat-date-english, gnus-treat-fold-headers)
8814         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8815         (gnus-treat-mail-picon, gnus-treat-wash-html)
8816         (gnus-article-encrypt-protocol)
8817         (gnus-use-idna, gnus-article-over-scroll)
8818         (gnus-mime-display-multipart-alternative-as-mixed)
8819         (gnus-mime-display-multipart-related-as-mixed)
8820         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8821         (gnus-ctan-url, gnus-button-ctan-handler)
8822         (gnus-button-handle-ctan-bogus-regexp)
8823         (gnus-button-ctan-directory-regexp)
8824         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8825         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8826         (gnus-button-man-level, gnus-button-emacs-level)
8827         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8828
8829         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8830         (gnus-agent-go-online): Change :version.
8831         (gnus-agent-expire-unagentized-dirs)
8832         (gnus-agent-auto-agentize-methods): Add :version.
8833
8834         * flow-fill.el (fill-flowed-display-column)
8835         (fill-flowed-encode-column): Add :version.
8836
8837         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8838         (gnus-outlook-deuglify-unwrap-max)
8839         (gnus-outlook-deuglify-cite-marks)
8840         (gnus-outlook-deuglify-unwrap-stop-chars)
8841         (gnus-outlook-deuglify-no-wrap-chars)
8842         (gnus-outlook-deuglify-attrib-cut-regexp)
8843         (gnus-outlook-deuglify-attrib-verb-regexp)
8844         (gnus-outlook-deuglify-attrib-end-regexp)
8845         (gnus-outlook-display-hook): Add :version.
8846
8847         * binhex.el (binhex-use-external): Add :version.
8848
8849 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8850
8851         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8852         and `invisible'.
8853
8854 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8855
8856         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8857         in gnus-registry-trim.
8858
8859 2004-09-13  Simon Josefsson  <jas@extundo.com>
8860
8861         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8862
8863         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8864
8865         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8866         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8867         <yamaoka@jpl.org>.
8868         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8869         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8870         <yamaoka@jpl.org>.
8871
8872         * sieve.el (sieve-manage-mode): Ditto.
8873
8874 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8875
8876         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8877
8878 2004-09-11  Simon Josefsson  <jas@extundo.com>
8879
8880         * dns-mode.el: Add.
8881
8882         * mm-view.el (mm-display-dns-inline): Add.
8883
8884         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8885         (mm-automatic-display): Ditto.
8886
8887         * mailcap.el (mailcap-mime-data): Add text/dns.
8888         (mailcap-mime-extensions): Map .soa to text/dns.
8889
8890 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8891
8892         * gnus-art.el (article-decode-mime-words, article-babel)
8893         (gnus-article-highlight-signature, gnus-article-add-buttons)
8894         (gnus-signature-toggle): Remove unnecessary bindings of
8895         `inhibit-read-only' inherited from v5.10 merge.
8896
8897 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * nntp.el (nntp): New customization group.
8900         (nntp-authinfo-file): Add customization group.
8901
8902         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8903
8904         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8905
8906         * gnus.el (to-address, to-list, subscribed)
8907         (large-newsgroup-initial): Ditto.
8908
8909         * flow-fill.el (fill-flowed-display-column)
8910         (fill-flowed-encode-column): Ditto.
8911
8912 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8913
8914         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8915         Use point-min rather than 1.
8916         (message-send-mail): Use buffer-size rather than point-max.
8917
8918         * gnus-sum.el (gnus-summary-search-article-forward):
8919         Signal a specific `search-failed' rather than a generic `error'.
8920
8921         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8922         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8923         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8924
8925 2004-09-10  Simon Josefsson  <jas@extundo.com>
8926
8927         * nndb.el (require): Remove tcp and duplicate cl.
8928
8929 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * gnus-agent.el (directory-files-and-attributes): Move forward.
8932
8933 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8934
8935         * gnus-agent.el (directory-files-and-attributes): Optionally
8936         defined to support XEmacs.
8937
8938 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8939
8940         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8941         to avoid run-time CL dependencies.
8942         (gnus-agent-unfetch-articles): New function.
8943         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8944         article numbers even when local .overview file is missing.
8945         (gnus-agent-read-article-number): New function. Only accepts
8946         27-bit article numbers.
8947         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8948         gnus-agent-read-article-number.
8949         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8950         from backend while recognizing that article numbers in .overview
8951         must be valid.
8952         (gnus-agent-update-files-total-fetched-for): Use
8953         directory-files-and-attributes to improve performance.
8954         * gnus-int.el (gnus-request-move-article): Use
8955         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8956         improve performance.
8957
8958         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8959         some users confused by references to .newsrc when they only have a
8960         .newsrc.eld file.
8961         (gnus-convert-mark-converter-prompt,
8962         gnus-convert-converter-needs-prompt): Fixed use of property list.
8963         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8964         New function. Used internally to only display 'gnus converting
8965         files' message when actually necessary.
8966
8967         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8968         methods now autoloaded.
8969
8970 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8973         identifiers.
8974
8975 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8976
8977         * gnus-picon.el: Fix indentation and closing parenthesis.
8978
8979 2004-09-01  Simon Josefsson  <jas@extundo.com>
8980
8981         * message.el (message-canlock-generate): Require sha1, not
8982         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8983         to require within a function.  Sadly, if sha1.el isn't loaded, the
8984         let binding in m-c-g will hide the defcustom definition, which is
8985         bad.)
8986
8987         * canlock.el: Require sha1, not sha1-el.
8988
8989         * message.el: Don't autoload sha1 (there is a autoload cookie in
8990         sha1.el).
8991
8992         * sha1-el.el: Renamed to sha1.el.
8993
8994 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8995
8996         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8997
8998 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8999
9000         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9001
9002 2004-08-30  Kim F. Storm  <storm@cua.dk>
9003
9004         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9005
9006         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9007         Add :group 'nnimap.
9008
9009 2004-08-30  Andreas Schwab  <schwab@suse.de>
9010
9011         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9012         ?* and ?\;.
9013
9014         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9015         and ?\' to symbol instead of whitespace.
9016
9017 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9020
9021         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9022         instead of re-search-forward.
9023
9024         * gnus-uu.el (gnus-uu-save-article): Ditto.
9025         (gnus-uu-post-encode-uuencode): Ditto.
9026
9027         * html2text.el (html2text-clean-list-items): Ditto.
9028         (html2text-clean-dtdd): Ditto.
9029         (html2text-format-tags): Ditto.
9030
9031         * message.el (message-send-mail-with-sendmail): Fix regexp.
9032         (message-fill-field-general): Use search-forward instead of
9033         re-search-forward.
9034         (unbold-region): Ditto.
9035
9036         * nnrss.el (nnrss-request-article): Ditto.
9037
9038         * nnslashdot.el (nnslashdot-request-article): Ditto.
9039
9040         * nnweb.el (nnweb-gmane-wash-article): Ditto.
9041
9042         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9043         "Unrecognized menu descriptor" error in XEmacs.
9044
9045 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9046
9047         * gnus-sum.el (gnus-read-header): Don't remove a header for the
9048         parent article of a sparse article in the thread hashtb.
9049
9050 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
9051
9052         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9053         (nnmail-expand-newtext): Lowercase expanded entries if
9054         nnmail-split-lowercase-expanded is non-nil.
9055
9056 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
9059         entry.
9060
9061         * gnus-group.el (gnus-group-line-format-alist): Convert the value
9062         of gnus-tmp-news-method into string under XEmacs.  It will be
9063         passed to gnus-correct-length which takes only a string argument.
9064
9065 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * gnus-util.el (gnus-bind-print-variables): New macro.
9068         (gnus-prin1): Use it.
9069         (gnus-prin1-to-string): Use it.
9070         (gnus-pp): New function.
9071         (gnus-pp-to-string): New function.
9072
9073         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
9074         pp-to-string with gnus-pp-to-string.
9075         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9076         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9077         * gnus-msg.el (gnus-debug): Ditto.
9078         * gnus-score.el (gnus-score-save): Ditto.
9079         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9080         gnus-pp-to-string.
9081         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9082         with gnus-pp.
9083         * score-mode.el (gnus-score-pretty-print): Ditto.
9084         * webmail.el (webmail-debug): Ditto.
9085
9086 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * gnus-art.el (article-display-face, article-display-x-face): Use
9089         buffer-read-only.
9090
9091 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * gnus-art.el (article-hide-list-identifiers): Bind
9094         inhibit-read-only as t.
9095
9096 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
9097
9098         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9099
9100 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9101
9102         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9103         (gnus-narrow-to-page): Don't assume point-min == 1.
9104         (gnus-article-edit-mode): Derive from message-mode.
9105
9106         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9107         point-min == 1.
9108
9109         * imap.el (imap-parse-address-list, imap-parse-body-ext):
9110         Disable incorrect use of `assert'.
9111
9112         * message.el (message-mode): Set comment-start-skip.
9113
9114
9115 2004-08-22  Sam Steingold  <sds@gnu.org>
9116
9117         * pop3.el (pop3-leave-mail-on-server): New user variable.
9118         (pop3-movemail): Delete mail only when it is nil.
9119
9120 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
9121
9122         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9123
9124         * mml.el (mml-preview): Use `pop-to-buffer'.
9125
9126         * message.el (message-goto-mail-followup-to): Insert after "To".
9127         (message-carefully-insert-headers): Add comment.
9128
9129         * gnus.el: Remove unused variable `gnus-article-check-size'.
9130
9131         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9132
9133         * gnus-art.el (gnus-button-alist): Improve
9134         `gnus-button-handle-library' entry.
9135
9136 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
9137
9138         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
9139         downcase, since XEmacs capitalizes error messages differently.
9140
9141 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
9142
9143         * nntp.el: Add (require 'gnus) due to reference to
9144         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
9145
9146 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
9147
9148         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
9149         `mm-fill-flowed'.
9150
9151         * mm-decode.el (mm-dissect-singlepart): Check it.
9152
9153 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
9154
9155         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
9156         'imap' for netrc parsing.
9157
9158 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
9159
9160         * mailcap.el (mailcap-mime-data): Mark as risky.
9161
9162 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
9165         may be included in the encoded word.
9166         (rfc2047-encode): Don't append a space if the encoded word
9167         includes close parenthesis.
9168
9169 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
9172         of text within parentheses.
9173
9174 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
9175
9176         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
9177         (gnus-encrypt-write-file-contents): Make the password key the file
9178         name PLUS the cipher, not just the cipher.  Also remove failed
9179         passwords from the cache.
9180
9181 2004-08-06  Simon Josefsson  <jas@extundo.com>
9182
9183         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
9184         fix.
9185
9186 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
9189         LWSP.
9190
9191 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
9192
9193         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
9194         to append in-reply-to: data to the references: header.
9195
9196         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
9197         (netrc-parse): Use gnus-encrypt.el functions.
9198
9199         * gnus-encrypt.el: Add new file for encryption support; currently
9200         does only a few GPG ciphers and an internal XOR cipher.
9201
9202         * password.el: Add comments on using password-read-and-add.
9203         (password-read-and-add): Add function to read and add the
9204         password to the cache at once.
9205
9206 2004-07-28  Simon Josefsson  <jas@extundo.com>
9207
9208         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
9209         parameter (but don't use it, for now).
9210
9211         * imap.el (imap-ssl-open): Use imap-process-connection-type,
9212         instead of hard coding to nil.
9213
9214 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * mm-view.el (mm-inline-image-emacs): Open lines under an image
9217         as mm-inline-image-xemacs does.
9218
9219 2004-07-26  Simon Josefsson  <jas@extundo.com>
9220
9221         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
9222         Revert part of 2004-07-17 change below.
9223
9224 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
9227         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9228
9229 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9230
9231         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
9232         quotes that actually start with ">" at the beginning of the
9233         lines.
9234
9235 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * rfc2047.el (rfc2047-encode-region): Fix last change.
9238         (rfc2047-encode-parameter): Remove useless concat.
9239
9240 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
9243         encode special characters; fix some kind of misconfigured headers;
9244         signal a real error if debug-on-quit or debug-on-error is non-nil.
9245         (rfc2047-encode-max-chars): New variable.
9246         (rfc2047-encode-1): Use it.
9247         (rfc2047-encode-parameter): New function.
9248
9249         * mml.el (mml-insert-parameter): Remove an excessive space.
9250
9251 2004-07-17  Simon Josefsson  <jas@extundo.com>
9252
9253         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
9254         Kai Grossjohann <kai@emptydomain.de>.
9255         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
9256         (gnus-group-make-menu-bar): Ditto.
9257
9258         * gnus-util.el (gnus-group-server): Add.
9259
9260 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
9261
9262         * message.el (message-clone-locals): Clone sendmail and smtp
9263         variables.
9264
9265 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * rfc2047.el (rfc2047-encode-region): Fix last change.
9268
9269 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
9272         characters as non-special.
9273
9274 2004-07-09  Simon Josefsson  <jas@extundo.com>
9275
9276         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
9277         Users will lose all flag changes made while unplugged with
9278         e.g. nntp unless flag synchronization happens, thus `nil' is not a
9279         good default.  See numerous reports on ding mailing list.
9280
9281 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
9284         add generate-head-function and generate-article-function to the
9285         rfc822-forward entry.
9286         (nndoc-rfc822-forward-generate-article): New function.
9287         (nndoc-rfc822-forward-generate-head): New function.
9288
9289         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
9290
9291 2004-07-06  Dan Christensen  <jdc@uwo.ca>
9292
9293         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
9294         respect display group parameter and gnus-summary-expunge-below.
9295         (gnus-articles-to-read): Remove unused reference to display group
9296         parameter.
9297
9298 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9299
9300         * nnheader.el (nnheader-uniquify-message-id): New experimental
9301         variable.
9302         (nnheader-nov-read-message-id): Use it.
9303
9304         * spam-report.el (spam-report-gmane): Add interactive.
9305
9306 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
9309         qp-or-base64 for the application/* types.
9310
9311 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
9312
9313         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
9314
9315 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
9316
9317         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
9318         trim value.
9319
9320 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9321
9322         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
9323         New macro and function.
9324         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
9325
9326 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
9329         after-load-alist.
9330
9331 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9332
9333         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
9334         update info that isn't there.
9335
9336 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
9337
9338         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
9339         entry.
9340
9341 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * mm-view.el (mm-inline-render-with-function): Use multibyte
9344         buffer; decode html source by charset.
9345
9346         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
9347
9348         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
9349         Mule-UCS is loaded under XEmacs.
9350         (mm-mime-mule-charset-alist): Avoid duplicated entries.
9351
9352 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
9353
9354         * nnheader.el (nnheader-max-head-length): Increase to 8192.
9355
9356 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * mm-util.el (mm-coding-system-p): Return a coding-system.
9359         (mm-mime-mule-charset-alist): Use shift_jis instead of
9360         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
9361         entries for the mime charsets iso-2022-jp-3 and shift_jis.
9362         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
9363         instead of japanese-shift-jis and iso-latin-1 respectively in
9364         order to share the default value with both Emacs and XEmacs-mule.
9365         (mm-mule-charset-to-mime-charset): Make
9366         mm-coding-system-priorities effective.
9367         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
9368         while predicating of candidates upon the priorities.
9369
9370 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
9371
9372         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9373         gnus-uu-invert-processable.
9374
9375         * gnus.el: Autoload gnus-uu-invert-processable.
9376
9377 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9378
9379         * mm-util.el (mm-with-multibyte-buffer): New macro.
9380
9381         * rfc2047.el (rfc2047-encode-string): Use it.
9382         (rfc2047-encode-region): Move point to the end of the region after
9383         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
9384
9385 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
9388         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
9389
9390 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
9393         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
9394         Karl Chen <quarl@nospam.quarl.org>.
9395
9396 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
9397
9398         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
9399         invalid addresses.
9400
9401 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
9402
9403         * spam.el: Change section markers, revise TODO list.
9404         (spam-backends): Make new master list of all installed backends.
9405         (spam-summary-exit-behavior): Add new variable to determine how
9406         messages moves are done at summary exit.
9407         (spam-move-spam-nonspam-groups-only)
9408         (spam-process-ham-in-nonham-groups)
9409         (spam-process-ham-in-spam-groups): Remove variables, the
9410         spam-summary-exit-behavior variable should be used to manage this
9411         behavior.
9412         (spam-old-ham-articles, spam-old-spam-articles): Remove.
9413         (spam-old-articles): Add variable, replacing spam-old-ham-articles
9414         and spam-old-spam-articles.
9415         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
9416         Add empty variables, placeholders for the backends they represent.
9417         (spam-set-difference): Move, unchanged.
9418         (spam-list-of-processors): Declare OBSOLETE, not used anymore
9419         unless the user has a processor variable.
9420         (spam-classifications, spam-classification-valid-p)
9421         (spam-backend-properties, spam-backend-property-valid-p)
9422         (spam-backend-function-type-valid-p)
9423         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
9424         (spam-report-articles-gmane, spam-report-articles-resend):
9425         Remove functions, they are not needed.
9426         (spam-install-backend-super, spam-backend-list)
9427         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
9428         (spam-backend-function, spam-backend-ham-registration-function)
9429         (spam-backend-spam-registration-function)
9430         (spam-backend-ham-unregistration-function)
9431         (spam-backend-spam-unregistration-function)
9432         (spam-backend-statistical-p, spam-backend-mover-p)
9433         (spam-install-backend-alias, spam-install-checkonly-backend)
9434         (spam-install-mover-backend, spam-install-nocheck-backend)
9435         (spam-install-backend, spam-install-statistical-backend)
9436         (spam-install-statistical-checkonly-backend): Add backend installation
9437         support.
9438         (spam-summary-prepare-exit): Rewrite to use the new backend code.
9439         (spam-group-processor-p): Use the new backend code and respect the
9440         summary exit behavior.
9441         (spam-mark-spam-as-expired-and-move-routine): Remove.
9442         (spam-summary-prepare): Change to use the new spam-old-articles
9443         variable.
9444         (spam-copy-or-move-routine, spam-copy-spam-routine)
9445         (spam-move-spam-routine, spam-copy-ham-routine)
9446         (spam-move-ham-routine): Add code to copy/move ham or spam.
9447         (spam-fetch-field-fast): Improve doc and code, plus allow the
9448         'number request.
9449         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
9450         variables.
9451         (spam-split, spam-find-spam): Use the new backend code.
9452         (spam-registration-functions): Remove variable.
9453         (spam-unregister-routine): Add convenience wrapper.
9454         (spam-log-undo-registration, spam-register-routine)
9455         (spam-log-processing-to-registry)
9456         (spam-log-unregistration-needed-p): Rename "check" to "backend"
9457         where possible.
9458         (spam-check-gmane-xref, spam-check-regex-headers)
9459         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
9460         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
9461         (spam-check-bogofilter-headers, spam-check-spamoracle)
9462         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
9463         (spam-check-crm114-headers): Use the spam-split-group that
9464         spam-split prepares, no need to determine it every time.
9465
9466         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
9467         to the nnheader-parse-naked-head call.
9468
9469         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
9470
9471         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
9472         the nnheader-nov-read-message-id call.
9473
9474 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
9477         gnus-activate-group twice.  Suggested by Markus Peter
9478         <warp@spin.de>.
9479
9480 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * gnus-art.el (gnus-article-time-format): Exchange the order of
9483         day and month in the default value; fix customization type.
9484         (article-date-ut): Use add-text-properties.
9485         (article-make-date-line): Use message-make-date instead of
9486         current-time-string.
9487
9488         * message.el (message-fetch-field): Don't use set-text-properties.
9489         (message-make-date): Simplify.
9490
9491         * messagexmas.el (message-xmas-make-date): New function.
9492         (message-xmas-redefine): Defalias message-make-date to it.
9493
9494 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
9497         (rfc2047-encode-region): Treat text within parentheses as special;
9498         show the original text when error has occurred.
9499
9500         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
9501         already-computed method to gnus-activate-group.
9502
9503         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
9504         same select-methods identical Lisp objects.
9505
9506         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
9507         object when modifying the info.
9508
9509 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * gnus-srvr.el (gnus-server-set-info): Remove the server from
9512         gnus-opened-servers since it has never been opened with the new
9513         configuration yet.
9514
9515 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9516
9517         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
9518         arg to nnheader-generate-fake-message-id.
9519
9520 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
9521
9522         * nnheader.el (nnheader-generate-fake-message-id): Accept a
9523         number and build a fake message ID localized to a group and
9524         article number (so it's repeatable from that point on).
9525         (nnheader-fake-message-id-p): Change regex to accomodate new fake
9526         ID format.
9527
9528         * gnus-sum.el (gnus-get-newsgroup-headers): Call
9529         nnheader-generate-fake-message-id with the article number.
9530
9531 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
9532
9533         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
9534         end-of-buffer.
9535
9536 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9537
9538         * message.el (message-ignored-supersedes-headers): Add Approved.
9539
9540 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * rfc2047.el (rfc2047-encode-message-header): Remove useless
9543         goto-char.
9544         (rfc2047-encode): Fold the line before encoding.
9545
9546 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9547
9548         * rfc2047.el (rfc2047-encode-message-header): Disabled header
9549         folding -- not all headers can be folded, and this should be done
9550         by the message composition mode.  Probably.  I think.
9551
9552 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
9555         fast.
9556
9557         * gnus-ems.el (gnus-remove-image): Don't use
9558         message-text-with-property; remove only the image found first.
9559
9560         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
9561         found first.
9562
9563 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
9564
9565         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
9566
9567 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * message.el (message-text-with-property): Make it fast and accept
9570         optional arguments.
9571         (message-strip-forbidden-properties): Use it.
9572         (message-fix-before-sending): Follow the m-t-w-p change.
9573
9574         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
9575
9576 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * gnus-art.el (article-hide-headers): Don't change the buffer
9579         mistakenly when performing mml-preview even if
9580         gnus-single-article-buffer is nil.
9581
9582 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
9583
9584         * message.el (message-expand-name-databases): New user option.
9585         (message-expand-name): Use it.
9586
9587 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
9588
9589         * spam.el (spam-report-articles-resend)
9590         (spam-report-resend-register-routine): Allow ham reporting.
9591         (spam-report-resend-register-ham-routine): Add wrapper.
9592         (spam-registration-functions): Add ham resending functions.
9593         (spam-list-of-processors): Add ham resend processor.
9594
9595         * gnus.el (ham-resend-to): Add new group parameter.
9596         (spam-process): Add ham resend option.
9597
9598         * spam-report.el (spam-report-resend): Allow reporting ham.
9599         (spam-report-resend-ham): Add wrapper.
9600
9601 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602
9603         * message.el (message-cite-articles-with-x-no-archive): New
9604         variable.
9605         (message-cite-original): Use it.
9606
9607 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9608
9609         * message.el (message-cite-original): Respect X-No-Archive.
9610
9611 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * gnus-art.el (article-hide-headers): Refer to the values for
9614         gnus-ignored-headers and gnus-visible-headers in the summary
9615         buffer since a user may have set them as group parameters.
9616
9617 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
9618
9619         * assistant.el (assistant-node-name): Add convenience function.
9620         (assistant-render-text, assistant-render-node): Add error handling,
9621         plus handle multiple next nodes.
9622         (assistant-find-next-node): Comment out for now.
9623         (assistant-find-next-nodes): Add function, returns list of next
9624         nodes.
9625
9626 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
9627
9628         * mail-source.el (mail-source-directory): Fix doc-string.
9629
9630 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
9631
9632         * assistant.el (assistant-render-text, assistant-eval): Add :set
9633         widget type, which is different because it takes and returns a
9634         list.  Much hilarity ensues.
9635
9636 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
9637
9638         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9639
9640         * gnus-group.el (gnus-group-get-new-news-this-group): Added
9641         doc-string.
9642
9643         * gnus-start.el (gnus-activate-group): Added doc-string.
9644
9645 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9648
9649 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
9650
9651         * assistant.el (assistant-render-text): Try to add a :set
9652         widget, more to come.
9653
9654         * spam.el (spam-group-spam-contents-p): Handle empty groupname
9655         strings.
9656         (spam-report-articles-resend)
9657         (spam-register-routine): Do registration iff any articles warrant
9658         it.
9659         (spam-summary-prepare-exit): Change log message for nil group
9660         destinations.
9661
9662 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
9663
9664         * spam.el (spam-report-resend-register-routine): Allow
9665         spam-report-resend-to to be a group parameter or a global value.
9666
9667 2004-05-26  Simon Josefsson  <jas@extundo.com>
9668
9669         * starttls.el: Merge with my GNUTLS based starttls.el.
9670         (starttls-gnutls-program, starttls-use-gnutls)
9671         (starttls-extra-arguments, starttls-process-connection-type)
9672         (starttls-connect, starttls-failure, starttls-success): New
9673         variables.
9674         (starttls-program, starttls-extra-args): Doc fix.
9675         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9676         functions.
9677         (starttls-negotiate, starttls-open-stream): Check
9678         `starttls-use-gnutls' and pass on to corresponding *-gnutls
9679         function if it is set.
9680
9681 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9684         structured fields.
9685
9686 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9689
9690 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
9691
9692         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9693         variable.
9694         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
9695         assigning the spam-mark to new messages.
9696
9697 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
9698
9699         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9700
9701 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * dgnushack.el: Autoload customize-set-variable for XEmacs.
9704
9705         * rfc2047.el (rfc2047-encodable-p): Don't move point.
9706         (rfc2047-decode): Treat the ascii coding-system as raw-text by
9707         default.
9708
9709 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
9710
9711         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
9712         correct data.
9713
9714 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
9715
9716         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9717         (spam-group-processor-p): Fix function.
9718         (spam-group-processor-multiple-p)
9719         (spam-group-spam-processor-report-gmane-p)
9720         (spam-group-spam-processor-report-resend-p)
9721         (spam-group-spam-processor-bogofilter-p)
9722         (spam-group-spam-processor-blacklist-p)
9723         (spam-group-spam-processor-ifile-p)
9724         (spam-group-ham-processor-ifile-p)
9725         (spam-group-spam-processor-spamoracle-p)
9726         (spam-group-spam-processor-crm114-p)
9727         (spam-group-ham-processor-bogofilter-p)
9728         (spam-group-spam-processor-stat-p)
9729         (spam-group-ham-processor-stat-p)
9730         (spam-group-ham-processor-whitelist-p)
9731         (spam-group-ham-processor-BBDB-p)
9732         (spam-group-ham-processor-spamoracle-p)
9733         (spam-group-ham-processor-copy-p): Remove functions with some
9734         prejudice against unneeded code.
9735         (spam-report-articles-resend)
9736         (spam-report-resend-register-routine): Allow the group/topic
9737         spam-resend-to value to override spam-report-resend-to.
9738         (spam-summary-prepare-exit): Invoke spam-group-processor-p
9739         properly now.
9740
9741         * gnus.el (spam-resend-to): Add group/topic parameter.
9742         (spam-process): Move the OBSOLETE processors to the end of the
9743         choices.
9744
9745 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
9746
9747         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9748         with resend-to set to nil, and then ask the user if necessary.
9749         (spam-report-resend): spam-report-resend takes a list of articles, not
9750         separate article numbers.
9751
9752 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9755         addition to emacs-w3m.
9756
9757 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9758
9759         * assistant.el (assistant-authinfo-data): New function.
9760         (assistant-eval): Eval for entire assistant.
9761
9762         * netrc.el (netrc-services-file): New variable.
9763         (netrc-parse-services): New function.
9764         (netrc-find-service-name): New function.
9765         (netrc-find-service-number): New function.
9766         (netrc-port-equal): New function.
9767         (netrc-machine): Use it.
9768
9769         * nnimap.el (nnimap-open-connection): Use netrc.
9770
9771         * gnus-util.el (gnus-netrc-get): Remove aliases.
9772
9773         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9774
9775         * assistant.el (wid-edit): Fix compilation.
9776
9777         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9778
9779 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
9780
9781         * gnus-util.el (gnus-set-file-modes): New function.  (small
9782         patch).
9783
9784 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9785
9786         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
9787
9788         * assistant.el (assistant-render-node): Fix up rendering and
9789         read-only text.
9790         (assistant-render-node): Reset.
9791         (assistant-make-read-only): Not sticky.
9792
9793 2004-05-20  Danny Siu  <dsiu@adobe.com>
9794
9795         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9796         centered even when gnus-auto-center-summary is t
9797
9798 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9799
9800         * dns.el (dns-get-txt-answer): New function.
9801         (dns-read-txt): Ditto.
9802         (query-dns): Use it.
9803
9804 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9807         active for foreign groups even if the group level is higher than
9808         the specified value.
9809
9810 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9811
9812         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9813         non-active groups.
9814
9815         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9816
9817 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9818
9819         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9820
9821 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9822
9823         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9824         (spam-crm114-header, spam-crm114-spam-switch)
9825         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9826         (spam-crm114-positive-spam-header)
9827         (spam-crm114-database-directory, spam-list-of-processors)
9828         (spam-group-spam-processor-crm114-p)
9829         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9830         (spam-generic-score, spam-list-of-checks)
9831         (spam-list-of-statistical-checks, spam-registration-functions)
9832         (spam-check-crm114-headers, spam-crm114-score)
9833         (spam-check-crm114, spam-crm114-register-with-crm114)
9834         (spam-crm114-register-spam-routine)
9835         (spam-crm114-unregister-spam-routine)
9836         (spam-crm114-register-ham-routine)
9837         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9838         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9839
9840         * gnus.el: Add spam-use-crm114.
9841
9842         * spam.el (spam-list-of-processors, spam-registration-functions):
9843         Add spam-use-resend.
9844         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9845         (spam-report-articles-gmane): Add doc fix.
9846         (spam-report-articles-resend,
9847         spam-report-resend-register-routine): Add wrappers around
9848         spam-report-resend-to.
9849
9850         * spam-report.el (spam-report-resend-to, spam-report-resend):
9851         Add support for resending spam.
9852         (spam-report-gmane): Fix line length >80.
9853
9854         * gnus.el (spam-process): Add spam-use-resend.
9855
9856 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9857
9858         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9859         number of processed spam messages.
9860         (spam-ham-copy-or-move-routine): Return the number of processed
9861         ham messages.
9862         (spam-summary-prepare-exit): Use the above values to decide
9863         whether status messages shouled be displayed.
9864
9865 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9866
9867         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9868         `rfc2047-encoding-function-alist' in order to avoid conflicting
9869         with the old version.
9870         (rfc2047-encode-region): Concatenate words containing non-ASCII
9871         characters in structured fields; don't encode space-delimited
9872         ASCII words even in unstructured fields; don't break words at
9873         char-category boundaries.
9874         (rfc2047-encode-1): New function.
9875         (rfc2047-encode): Use it; encode text so that it occupies the
9876         maximum width within 76-column; work correctly on Q encoding for
9877         iso-2022-* charsets.
9878         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9879         sure not to break a line just after the header name.
9880         (rfc2047-b-encode-region): Removed.
9881         (rfc2047-b-encode-string): New function.
9882         (rfc2047-q-encode-region): Removed.
9883         (rfc2047-q-encode-string): New function.
9884
9885         * mm-util.el (mm-replace-in-string): New function.
9886
9887 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9888
9889         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9890         get it right.
9891         (gnus-inews-make-draft): Really.
9892
9893 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9894
9895         * nnmh.el (nnmh-request-list-1): Don't check the link count
9896         before descending.  (small patch)
9897
9898 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9901         stuff.
9902
9903         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9904         on real group name.
9905
9906         * gnus-art.el (gnus-signature-limit): Doc fix.
9907
9908         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9909
9910         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9911
9912 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9913
9914         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9915         isn't a string.
9916
9917 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9918
9919         * gnus-draft.el (gnus-draft-send): Bind
9920         rfc2047-encode-encoded-words.
9921
9922         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9923         (rfc2047-encodable-p): Say that =? needs encoding.
9924         (rfc2047-encode-encoded-words): New variable.
9925
9926         * gnus-group.el (gnus-group-select-group): Doc fix.
9927
9928         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9929
9930         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9931         to nil.
9932
9933         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9934
9935         * nnheader.el (nnheader-get-lines-and-char): New function.
9936
9937 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * gnus-msg.el (gnus-summary-followup-with-original): Document
9940         yanking of region when active.
9941
9942 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9945         groups if the group level is higher than the specified value.
9946
9947 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9948
9949         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9950         (gnus-group-jump-to-group): Added prefix argument using
9951         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9952         non-active group.
9953
9954         * compface.el (uncompface): Be verbose when changing
9955         `uncompface-use-external'.
9956
9957         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9958         handle manual section.
9959
9960 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9961
9962         * gnus-art.el (gnus-button-alist): Revert previous change.
9963
9964 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9965
9966         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9967
9968 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9969
9970         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9971         whether backend can accept message.
9972
9973         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9974
9975 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9976
9977         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9978         Avoid creating directory when nntp-marks-is-evil is true.
9979         Reported by Reiner Steib.
9980
9981 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9982
9983         * gnus-picon.el (gnus-picon-style): New variable.
9984         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9985         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9986         Jesper Harder <harder@ifa.au.dk>.
9987
9988 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9989
9990         * message.el (message-fill-field): Return point.
9991         (message-generate-headers): Go to end of field.
9992
9993         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9994         stuff for non-living groups.
9995
9996 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9997
9998         * gnus-art.el (gnus-article-followup-with-original)
9999         (gnus-article-reply-with-original): gnus-mark-active-p ->
10000         gnus-region-active-p.
10001
10002 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
10003
10004         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10005         only when there is spam or ham to be processed.
10006
10007 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10008
10009         * mail-source.el (mail-source-delete-crash-box): Refactor.
10010         (mail-source-fetch): Use it.
10011         (mail-source-fetch-file): Ditto.
10012         (mail-source-fetch-directory): Run postscript in loop.
10013         (mail-source-fetch-pop): Delete.
10014         (mail-source-fetch-maildir): Ditto.
10015         (mail-source-fetch-imap): Ditto.
10016
10017         * imap.el (imap-authenticators): Comment out sasl.
10018
10019         * message.el (message-skip-to-next-address): New function.
10020         (message-fill-header-address): Refactor.
10021         (message-fill-address): Use it.
10022         (message-delete-address): Use it.
10023         (message-fill-header-general): Refactor.
10024         (message-fill-field-address): Rename.
10025         (message-narrow-to-field): Find the start of the header.
10026         (message-header-format-alist): Don't pre-fill.
10027         (message-fill-header): Removed.
10028         (message-insert-header): New function.
10029         (message-shorten-references): Use it.
10030
10031         * rfc2047.el (rfc2047-field-value): Strip props.
10032
10033         * mail-parse.el (mail-header-make-address): New alias.
10034
10035         * ietf-drums.el (ietf-drums-make-address): New function.
10036
10037         * imap.el: Add compiler directives.
10038
10039         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10040
10041         * gnus-art.el (article-decode-idna-rhs): Don't use
10042         message-idna-inside-rhs-p.
10043
10044 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10045
10046         * message.el (message-idna-inside-rhs-p): Removed.
10047         (message-idna-to-ascii-rhs-1): Use proper address parsing.
10048
10049         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10050         false positives.
10051
10052 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10053
10054         * imap.el (imap-sasl-make-mechanisms): Use sasl.
10055
10056 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10057
10058         * nneething.el (nneething-file-name): Don't create spurions
10059         files.
10060
10061         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10062         (gnus-inews-do-gcc): Remove sleep.
10063
10064         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10065         part under point.
10066
10067         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10068         (gnus-agent-regenerate-group): Using nil messages aren't valid.
10069
10070 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
10071
10072         * spam.el (spam-summary-prepare-exit): Fixed (length).
10073
10074 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10075
10076         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10077         as expired without moving it" message when there are spam
10078         messages left.
10079
10080 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
10081
10082         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
10083         header is not nil.
10084
10085 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
10086
10087         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10088         nntp-possibly-create-directory, not nntp-possibly-change-group.
10089         (nntp-marks-changed-p): New arg SERVER.
10090         (nntp-request-update-info): Adjust caller.
10091
10092 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
10093
10094         * nntp.el (nntp-save-marks): Pass missing arg.
10095
10096 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
10097
10098         * nntp.el: Support marks.
10099         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10100         (nntp-marks-modtime, nntp-marks-directory): New variables.
10101         (nntp-request-set-mark, nntp-request-update-info)
10102         (nntp-possibly-create-directory, nntp-marks-changed-p)
10103         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10104         functions.
10105
10106 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
10107
10108         * gnus-xmas.el (gnus-xmas-select-lowest-window)
10109         (gnus-xmas-redefine): Rename.
10110
10111         * gnus-score.el (gnus-score-insert-help): Use
10112         gnus-select-lowest-window.
10113
10114         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10115         appt-select-lowest-window and rename to gnus-select-lowest-window.
10116
10117         * gnus.el: do.
10118
10119 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10120
10121         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10122         encodings of MIME-encoded words, in order to improve
10123         interoperability with several broken MUAs.
10124
10125 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10126
10127         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10128         tags, only when charsets are not specified in headers.
10129         (mm-inline-text-html-render-with-w3m): Ditto.
10130
10131         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
10132         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
10133
10134 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10135
10136         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10137         instead of MIME-decoded from fields when checking
10138         `gnus-article-address-banner-alist'.
10139
10140 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
10141
10142         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10143         description rather than subject.
10144
10145 2004-05-02  Steve Youngs  <steve@youngs.au.com>
10146
10147         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
10148
10149 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10150
10151         * gnus.el (gnus-version-number): Bump.
10152
10153 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10154
10155         * gnus.el: No Gnus v0.2 is released.
10156
10157 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10158
10159         * gnus-agent.el (gnus-agent-read-agentview): Inline
10160         gnus-uncompress-range.
10161
10162 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10163
10164         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
10165         `exec-installed-p'.
10166
10167 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10168
10169         * gnus.el (spam-process, spam-autodetect-methods): Add
10170         bsfilter and bsfilter-headers.
10171
10172         * spam.el (spam-bsfilter): New customize group.
10173         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
10174         (spam-bsfilter-header, spam-bsfilter-probability-header)
10175         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
10176         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
10177         (spam-bsfilter-database-directory): New options.
10178         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
10179         (spam-list-of-statistical-checks, spam-registration-functions):
10180         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
10181         (spam-bsfilter-score): New command.
10182         (spam-check-bsfilter-headers, spam-check-bsfilter)
10183         (spam-bsfilter-register-with-bsfilter)
10184         (spam-bsfilter-register-spam-routine)
10185         (spam-bsfilter-unregister-spam-routine)
10186         (spam-bsfilter-register-ham-routine)
10187         (spam-bsfilter-unregister-ham-routine): New functions.
10188         (spam-generic-score): Support bsfilter; Accept an optional argument
10189         to recalcurate spam score even if scoring header has already been
10190         added.
10191         (spam-bogofilter-score, spam-spamassassin-score): Accept an
10192         optional argument to recalcurate spam score even if scoring header
10193         has already been added.
10194
10195 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
10196
10197         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
10198         strings!  Reported by David D. Smith <davidsmith@acm.org>.
10199         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
10200         link is missing.
10201
10202 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
10203
10204         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
10205         (html2text-get-attr): Rewrite.
10206
10207         * message.el (message-setup-1): Remove redundant put-text-property
10208         on mail-header-separator.
10209
10210 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
10211
10212         * gnus-registry.el (gnus-registry-cache-whitespace)
10213         (gnus-registry-action, gnus-registry-spool-action)
10214         (gnus-registry-split-fancy-with-parent): Change message levels
10215         from 5 to 3 or 7, as needed.
10216
10217         * spam.el (spam-summary-prepare-exit)
10218         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
10219         (spam-split, spam-find-spam, spam-log-undo-registration)
10220         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
10221         level from 5 to 6.
10222
10223 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * gnus-ems.el: Autoload appt-select-lowest-window (revert
10226         2004-03-04 change).
10227
10228 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
10229
10230         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
10231         Use mapc when appropriate.
10232
10233         * sieve-manage.el (sieve-manage-open): do.
10234
10235         * nnweb.el (nnweb-insert-html): do.
10236
10237         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
10238         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
10239
10240         * nnspool.el (nnspool-request-group): do.
10241
10242         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
10243         do.
10244
10245         * nnml.el (nnml-request-update-info): do.
10246
10247         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
10248         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
10249
10250         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
10251         (nnimap-request-set-mark): do.
10252
10253         * nnfolder.el (nnfolder-request-update-info): do.
10254
10255         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
10256         do.
10257
10258         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
10259
10260         * gnus-uu.el (gnus-uu-find-articles-matching): do.
10261
10262         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
10263         do.
10264
10265         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
10266         do.
10267
10268         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
10269
10270         * gnus-nocem.el (gnus-nocem-scan-groups): do.
10271
10272         * gnus-int.el (gnus-start-news-server): do.
10273
10274         * gnus-group.el (gnus-group-make-kiboze-group)
10275         (gnus-group-browse-foreign-server): do.
10276
10277 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
10278
10279         FIXME: Make separate entries for each person.
10280
10281         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
10282         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
10283         <shields@msrl.com>:
10284
10285         * spam.el (spam-necessary-extra-headers): Get the extra headers we
10286         may need for spam sorting and scoring.
10287         (spam-user-format-function-S): Add user format function suitable for
10288         general use.
10289         (spam-article-sort-by-spam-status): Add sorting function for summary
10290         sorting.
10291         (spam-extra-header-to-number): Add function to get a score from a
10292         header.
10293         (spam-summary-score): Add function to  get a numeric score from the
10294         headers.
10295         (spam-generic-score): Fixed function doc, was in wrong place.
10296         (spam-initialize): Take symbols when it's run, and install the
10297         extra headers that spam-necessary-extra-headers thinks we need.
10298
10299 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
10300
10301         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
10302         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10303
10304 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
10305
10306         * gnus-sum.el (gnus-set-global-variables)
10307         (gnus-build-all-threads, gnus-get-newsgroup-headers)
10308         (gnus-article-get-xrefs, gnus-summary-best-group)
10309         (gnus-summary-next-article, gnus-summary-enter-digest-group)
10310         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
10311         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
10312         with-current-buffer.
10313
10314 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
10315
10316         * spam.el (spam-summary-prepare-exit): Simplify logic.
10317         (spam-fetch-article-header): Read the article header if it's not
10318         available.
10319         (spam-list-articles): Simplify logic.
10320         (spam-filelist-register-routine): Fix bug with unregister-list.
10321
10322         * gnus-registry.el: Fix comments at beginning.
10323
10324 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
10325
10326         * message.el (message-cater-to-broken-inn): Remove.
10327         (message-shorten-references): Make sure the total folded length of
10328         References is shorter than 998 characters to cater to a bug in INN
10329         2.3.  Also, don't pretend that references aren't folded -- this
10330         hasn't worked for a while.
10331
10332 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10333
10334         * gnus-agent.el (gnus-agentize):
10335         gnus-agent-send-mail-real-function no longer set to current value
10336         of message-send-mail-function but rather a lambda that calls
10337         message-send-mail-function.  The change makes the agent real-time
10338         responsive to user changes to message-send-mail-function.
10339
10340 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10341
10342         * legacy-gnus-agent.el
10343         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
10344         help from Florian Weimer <fw@deneb.enyo.de>
10345
10346 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * nnmail.el (nnmail-cache-insert): Revert last change.
10349
10350 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * nnmail.el (nnmail-cache-insert): Always check whether
10353         nnmail-cache-ignore-groups matches a group name.
10354
10355 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
10356
10357         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
10358         (spam-find-spam, spam-log-processing-to-registry)
10359         (spam-log-registered-p, spam-log-unregistration-needed-p)
10360         (spam-log-undo-registration): Use gnus-message instead of
10361         gnus-error, none of these errors are fatal.
10362
10363         * gnus-registry.el (gnus-registry-clean-empty-function)
10364         (gnus-registry-clean-empty): Remove only empty entries without
10365         extra data.
10366
10367 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
10368
10369         * spam-stat.el (spam-stat-buffer-change-to-spam)
10370         (spam-stat-buffer-change-to-non-spam): Change (error) to
10371         (gnus-message 8) invocation.
10372
10373 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * nntp.el (nntp-via-netcat-command): New variable.
10376         (nntp-via-netcat-switches): New variable.
10377         (nntp-open-via-rlogin-and-netcat): New function.
10378         (nntp-open-connection-function): Doc fix.
10379         (nntp-telnet-command): Doc fix.
10380         (nntp-end-of-line): Doc fix.
10381         (nntp-via-rlogin-command): Doc fix.
10382         (nntp-via-user-name): Doc fix.
10383         (nntp-via-address): Doc fix.
10384
10385 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
10388         error in Emacs 21.1.
10389
10390 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
10393
10394 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10395         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
10396         (gnus-agent-with-refreshed-group): New macro.
10397         (gnus-agent-rename-group): New function.
10398         (gnus-agent-delete-group): New function.
10399         (gnus-agent-save-group-info): Use gnus-command-method when
10400         `method' parameter is nil.  Don't write nil entries into the
10401         active file.
10402         (gnus-agent-get-group-info): New function.
10403         (gnus-agent-fetch-articles): Use
10404         gnus-agent-update-files-total-fetched-for to increment disk space
10405         used.
10406         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
10407         gnus-agent-update-view-total-fetched-for to increment disk space
10408         used.
10409         (gnus-agent-get-local): Added optional parameters to avoid calling
10410         gnus-group-real-name and gnus-find-method-for-group.
10411         (gnus-agent-set-local): Delete stored entry if either min, or max,
10412         are nil.
10413         (gnus-agent-fetch-session): Reworded error/quit messages.  On
10414         quit, use gnus-agent-regenerate-group to record existance of any
10415         articles fetched to disk before the quit occurred.
10416         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
10417         gnus-agent-update-view-total-fetched-for, and
10418         gnus-agent-update-files-total-fetched-for to decrement disk space
10419         used.
10420         (gnus-agent-retrieve-headers): Use
10421         gnus-agent-update-view-total-fetched-for to increment disk space
10422         used.
10423         (gnus-agent-regenerate-group): Replace gnus-group-update-group
10424         with gnus-agent-update-files-total-fetched-for to decrement disk
10425         space and fresh group buffer.
10426         (gnus-agent-inhibit-update-total-fetched-for): New variable.
10427         (gnus-agent-need-update-total-fetched-for): New variable.
10428         (gnus-agent-update-files-total-fetched-for): New function.
10429         (gnus-agent-update-view-total-fetched-for): New function.
10430         (gnus-agent-total-fetched-for): New function.
10431
10432         * gnus-cache.el (gnus-cache-save-buffers): Use
10433         gnus-cache-update-overview-total-fetched-for to change disk space
10434         used by this group.
10435         (gnus-cache-possibly-enter-article): Use
10436         gnus-cache-update-file-total-fetched-for to increment disk space
10437         used by this group.
10438         (gnus-cache-possibly-remove-article): Use
10439         gnus-cache-update-file-total-fetched-for to decrement disk space
10440         used by this group.
10441         (gnus-cache-generate-nov-databases): Purge total fetched cache.
10442         (gnus-cache-rename-group): New function.
10443         (gnus-cache-delete-group): New function.
10444         (gnus-cache-inhibit-update-total-fetched-for): New variable.
10445         (gnus-cache-need-update-total-fetched-for): New variable.
10446         (gnus-cache-with-refreshed-group): New macro.
10447         (gnus-cache-update-file-total-fetched-for): New function.
10448         (gnus-cache-update-overview-total-fetched-for): New function.
10449         (gnus-cache-rename-group-total-fetched-for): New function.
10450         (gnus-cache-delete-group-total-fetched-for): New function.
10451         (gnus-cache-total-fetched-for): New function.
10452
10453         * gnus-group.el: Require gnus-sum and autoload functions to
10454         resolve warnings when gnus-group.el compiled alone.
10455         (gnus-group-line-format): Documented new %F
10456         (size of Fetched data) group line format; identifies disk space
10457         used by agent and cache.
10458         (gnus-group-line-format-alist): Defined new F format.
10459         (gnus-total-fetched-for): New function.
10460         (gnus-group-delete-group): No longer update
10461         gnus-cache-active-altered as gnus-request-delete-group now keeps
10462         the cache in sync.
10463         (gnus-group-list-active): Let the agent store a server's active
10464         list if currently plugged.
10465
10466         * gnus-int.el (gnus-request-delete-group): Use
10467         gnus-cache-delete-group and gnus-agent-delete-group to keep the
10468         local disk in sync with the server.
10469          (gnus-request-rename-group): Use
10470         gnus-cache-rename-group and gnus-agent-rename-group to keep the
10471         local disk in sync with the server.
10472
10473         * gnus-start.el (gnus-get-unread-articles): Cosmetic
10474         simplification to logic.
10475
10476         * gnus-util.el (gnus-rename-file): New function.
10477
10478 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
10479
10480         * mm-util.el (mm-image-load-path): Handle nil in load-path.
10481
10482 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
10483
10484         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
10485         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
10486
10487 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
10488
10489         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
10490         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
10491
10492 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
10493
10494         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
10495
10496 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
10497
10498         * spam.el (spam-set-difference): Add function to replace
10499         gnus-set-difference in spam.el.
10500         (spam-summary-prepare-exit): Use spam-set-difference.
10501
10502 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10503
10504         * gnus-registry.el (gnus-registry-cache-file): Update to use
10505         gnus-dribble-directory OR gnus-home-directory OR ~.
10506         (gnus-registry-split-fancy-with-parent): Fix doc.
10507
10508 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * message.el (message-exchange-point-and-mark): Use
10511         message-mark-active-p.  Suggested by Jesper Harder
10512         <harder@ifa.au.dk>.
10513
10514 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * message.el (message-exchange-point-and-mark): Don't activate
10517         region if it was inactive.  Suggested by Hiroshi Fujishima
10518         <pooh@nature.tsukuba.ac.jp>.
10519
10520 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * gnus-art.el (article-display-face): Display Faces in the same
10523         order as X-Faces.
10524
10525 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
10528
10529 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
10532         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
10533         (gnus-article-mime-hierarchy): Remove.
10534         (gnus-article-mime-hierarchy-next): Remove.
10535         (gnus-article-mode): Revert 2004-03-19 change.
10536         (gnus-article-setup-buffer): Revert 2004-03-19 change.
10537         (gnus-insert-mime-button): Revert 2004-03-19 change.
10538         (gnus-mime-accumulate-hierarchy): Remove.
10539         (gnus-mime-enter-multipart): Remove.
10540         (gnus-mime-leave-multipart): Remove,
10541         (gnus-mime-display-part): Revert 2004-03-19 change.
10542         (gnus-mime-display-alternative): Revert 2004-03-19 change.
10543
10544         * mml.el (mml-preview): Revert 2004-03-19 change.
10545
10546 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
10547
10548         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
10549
10550 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
10553         t while entering a file name using the mm-with-multibyte macro.
10554         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10555
10556         * mm-util.el (mm-with-multibyte): New macro.
10557
10558 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
10561         user option.
10562         (gnus-mime-multipart-functions): Doc and customization fix.
10563         (gnus-article-mime-hierarchy): New variable.
10564         (gnus-article-mime-hierarchy-next): New variable.
10565         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
10566         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
10567         gnus-article-mime-hierarchy-next to nil.
10568         (gnus-insert-mime-button): Show hierarchy numbers.
10569         (gnus-mime-accumulate-hierarchy): New function.
10570         (gnus-mime-enter-multipart): New function.
10571         (gnus-mime-leave-multipart): New function.
10572         (gnus-mime-display-part): Recompute hierarchical MIME structure.
10573         (gnus-mime-display-alternative): Show hierarchy numbers.
10574
10575         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
10576         gnus-article-mime-hierarchy-next to nil.
10577
10578 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
10579
10580         * dns.el: Don't require gnus-xmas.
10581
10582 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
10583
10584         * mml.el (mml-generate-mime-1): Don't use format=flowed with
10585         inline PGP.
10586         (mml-menu): Disable mml-quote-region if mark is inactive.
10587
10588 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
10591         when the group's active is not available.
10592
10593 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10594
10595         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
10596         error.
10597
10598 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
10599
10600         * imap.el (imap-store-password): New variable.
10601         (imap-interactive-login): Use it.
10602         Suggested by Mark Plaksin <happy@mcplaksin.org>.
10603
10604 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * gnus-art.el (gnus-article-read-summary-keys): Restore new
10607         window-start and hscroll to summary window.
10608
10609 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10610
10611         * gnus-start.el (gnus-convert-old-newsrc): Only write the
10612         conversion message to newsrc-dribble when an actual conversion is
10613         performed.
10614
10615 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
10616
10617         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
10618
10619 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * mm-decode.el (mm-complicated-handles): New function reviving
10622         former definition of mm-multiple-handles.
10623
10624         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10625         (gnus-mime-delete-part): Use it.
10626
10627 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10628
10629         * gnus-agent.el (gnus-agent-read-local): Bind
10630         nnheader-file-coding-system to gnus-agent-file-coding-system to
10631         avoid the implicit assumption that they will always be equal.
10632         (gnus-agent-save-local): Bind buffer-file-coding-system, not
10633         coding-system-for-write, as the with-temp-file macro first prints
10634         to a buffer then saves the buffer.
10635
10636 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * gnus-art.el (gnus-article-edit-part): New function.
10639         (gnus-mime-save-part-and-strip): Use it; do query instead of
10640         signaling an error; don't use mm-multiple-handles.
10641         (gnus-mime-delete-part): Ditto.
10642
10643 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10644
10645         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10646         old file versions.
10647         (gnus-group-prepare-hook): Removed function that converted list
10648         form of gnus-agent-expire-days to group properties.
10649
10650         * gnus-int.el: Autoload gnus-agent-regenerate-group.
10651         (gnus-request-accept-article): Re-indented.
10652
10653         * gnus-start.el (gnus-convert-old-newsrc): Registered new
10654         converters to handle old agent file formats.  Added logic for a
10655         "backup before upgrading warning".
10656         (gnus-convert-mark-converter-prompt): Developers can mark
10657         functions as needing (default), or not needing,
10658         gnus-convert-old-newsrc's "backup before upgrading warning".
10659         (gnus-convert-converter-needs-prompt): Tests whether the user
10660         should be protected from potentially irreversable changes by the
10661         function.
10662
10663         * legacy-gnus-agent.el (): New. Provides converters that are only
10664         loaded when gnus-convert-old-newsrc needs to call them.
10665
10666 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * mail-source.el (mail-source-touch-pop): Doc fix.
10669
10670         * message.el (message-smtpmail-send-it): Doc fix.
10671
10672 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
10673
10674         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
10675
10676         * nnmail.el (nnmail-split-fancy): do.
10677
10678         * gnus-kill.el (gnus-kill, gnus-execute): do.
10679
10680 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10681
10682         * gnus-sum.el (gnus-widget-reversible-match)
10683         (gnus-widget-reversible-to-internal)
10684         (gnus-widget-reversible-to-external): New functions.
10685         (gnus-widget-reversible): New widget.
10686         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
10687
10688 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
10689
10690         * gnus-sum.el (gnus-thread-sort-functions)
10691         (gnus-article-sort-functions): Document `(not F)' items.
10692
10693 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10694
10695         * spam.el (spam-use-gmane-xref): Add new backend.
10696         (spam-gmane-xref-spam-group): Add variable to control the name of the
10697         Gmane spam group.
10698         (spam-blackhole-servers, spam-blackhole-good-server-regex)
10699         (spam-regex-headers-spam, spam-regex-headers-ham)
10700         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10701         (spam-list-of-checks): Add spam-use-gmane-xref to list of
10702         backends and checks.
10703         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
10704
10705         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10706         an autodetect method.
10707
10708 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10709
10710         * gnus-int.el (gnus-request-accept-article): Inform the agent that
10711         articles are being added to a group.
10712         (gnus-request-replace-article): Inform the agent that articles
10713         need to be uncached as the cached contents are no longer valid.
10714
10715 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * binhex.el: Don't autoload executable-find.
10718
10719         * canlock.el: Don't autoload mail-fetch-field.
10720
10721         * dgnushack.el: Autoload c-mode for XEmacs.
10722
10723         * gnus-ems.el: Don't autoload appt-select-lowest-window.
10724
10725         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10726         rmail-dont-reply-to and rmail-output.
10727
10728         * gnus-score.el: Don't autoload ffap-string-at-point.
10729
10730         * gnus-setup.el: Don't autoload sc-cite-original.
10731
10732         * imap.el: Don't autoload base64-decode-string,
10733         base64-encode-string and md5.
10734
10735         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10736         and rmail-msg-restore-non-pruned-header.
10737
10738         * mm-decode.el: Don't autoload executable-find.
10739
10740         * mm-url.el: Don't autoload executable-find.
10741
10742         * mm-view.el: Don't autoload diff-mode.
10743
10744         * nndb.el: Don't autoload news-reply-mode, news-setup,
10745         cancel-timer and telnet.
10746
10747         * password.el: Don't autoload run-at-time for Emacs.
10748
10749         * sha1-el.el: Don't autoload executable-find.
10750
10751         * sieve-mode.el: Don't autoload c-mode.
10752
10753         * uudecode.el: Don't autoload executable-find.
10754
10755 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10756
10757         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10758         (gnus-agent-possibly-alter-active): Avoid null in numeric
10759         comparison.
10760         (gnus-agent-set-local): Refuse to save null in local object table.
10761         (gnus-agent-regenerate-group): The REREAD parameter can now be a
10762         list of articles that will be marked as unread.
10763
10764 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
10767
10768 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10769
10770         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10771         language tags.
10772
10773 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10774
10775         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10776         Don't bind "obarray".
10777
10778         * gnus-sum.el (gnus-thread-sort-functions): Added
10779         `gnus-thread-sort-by-most-recent-number' and
10780         `gnus-thread-sort-by-most-recent-date'.
10781         Reported by Kai Grossjohann <kai@emptydomain.de>.
10782
10783 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
10786
10787 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10788
10789         * gnus-cus.el (gnus-agent-customize-category): Removed
10790         ignore-errors macro reference that required cl to be loaded at
10791         run-time.
10792
10793         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10794         single-interval range of the form (min . max).  Previously the
10795         range had to look like ((min . max)).  Likewise, return
10796         (min . max) rather than ((min . max)).
10797         (gnus-range-map): Use gnus-range-normalize to accept
10798         single-interval range.
10799
10800         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10801         the cache, but not the agent, now appear with their usual face.
10802
10803         * dgnushack.el (loaddir): New variable that is bound to the
10804         directory containing the dgnushack.el file. Use loaddir, rather
10805         than srcdir, to update load-path. Change lets dgnushack compile
10806         code in directories other than GNUS/lisp.
10807
10808 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * lpath.el: Don't bind w3m-safe-url-regexp.
10811
10812         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10813         w3m-safe-url-regexp variable buffer-local.
10814
10815         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10816
10817 2004-02-27  Simon Josefsson  <jas@extundo.com>
10818
10819         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10820         gnus-group-real-prefix.
10821         (gnus-summary-move-article): Use it, instead of
10822         gnus-group-real-prefix.
10823
10824 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * lpath.el: Bind w3m-safe-url-regexp.
10827
10828         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10829         w3m-safe-url-regexp variable buffer-local and set it as the value
10830         of mm-w3m-safe-url-regexp.
10831
10832         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10833
10834         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10835         parsing gnus-posting-styles when the message is not for replying.
10836
10837         * dgnushack.el: Autoload sgml-mode for XEmacs.
10838
10839         * nnrss.el (nnrss-opml-export): Use
10840         mm-set-buffer-file-coding-system instead of
10841         set-buffer-file-coding-system.
10842
10843 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10844
10845         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10846         of checkdoc.el).
10847         * nnrss.el: do.
10848         * gnus-mlspl.el: do.
10849         * gnus-ml.el: do.
10850         * gnus-srvr.el: do.
10851
10852         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10853
10854 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10855
10856         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10857         Corrections to custom-manual links.
10858
10859         * gnus-art.el (gnus-article): Ditto.
10860
10861         * mm-decode.el (mime-display, mime-security): Ditto.
10862
10863 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10864
10865         * flow-fill.el: Typo.
10866
10867 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10868
10869         * spam-wash.el: New file.
10870
10871 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10872
10873         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10874
10875 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10876
10877         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10878         to be run with new-articles as LIST1, not LIST2.
10879         (spam-registration-functions): Add spam-use-ham-copy as a nil
10880         registration backend.
10881
10882 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10883
10884         * spam-stat.el (spam-stat-washing-hook): New option.
10885         (spam-stat-buffer-words): Use it.
10886         (spam-stat-process-directory, spam-stat-test-directory): Use
10887         insert-file-contents-literally.
10888         (spam-stat-coding-system): New variable.
10889         (spam-stat-load, spam-stat-save): Use it.
10890
10891 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10892
10893         * spam-report.el (spam-report-plug-agent): Quote
10894         spam-report-url-to-file and spam-report-url-ping-plain.
10895
10896 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10897
10898         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10899         / in mailto URLs.
10900
10901 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10902
10903         * spam-report.el (spam-report-process-queue): Fix interactive use.
10904         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10905         (spam-report-unplug-agent): Doc fixes.
10906         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10907         (spam-report-agentize, spam-report-deagentize): Autoload
10908
10909 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10912
10913         * message.el (message-setup-fill-variables): Add mml tags to
10914         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10915         <ajk@iu.edu>.
10916         (message-mode): Don't modify paragraph-separate there.
10917
10918 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10919
10920         * compface.el (uncompface-use-external): Default to undecided.
10921         (uncompface-use-external-threshold): New variable.
10922         (uncompface-float-time): New macro.
10923         (uncompface): Determine whether to use the external decoder if
10924         uncompface-use-external is undecided.
10925
10926 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10927
10928         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10929         after images.
10930
10931         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10932
10933 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10934
10935         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10936
10937         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10938
10939         * gnus-sum.el (gnus-summary-limit-to-age)
10940         (gnus-summary-limit-children): do.
10941
10942         * gnus-int.el (gnus-request-scan): do.
10943
10944         * gnus-group.el (gnus-group-suspend): do.
10945
10946         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10947
10948         * gnus-cite.el (gnus-cite-parse-attributions): do.
10949
10950         * gnus-agent.el (gnus-summary-set-agent-mark)
10951         (gnus-agent-regenerate-group): do.
10952
10953         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10954
10955         * binhex.el (binhex-decode-region-internal): do.
10956
10957 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10958
10959         * gnus-fun.el (gnus-face-properties-alist): New user option.
10960         (gnus-display-x-face-in-from): Use it.
10961
10962         * gnus-art.el (article-display-face): Ditto.
10963
10964         * compface.el (uncompface-use-external): Default to nil.
10965
10966 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10967
10968         * nntp.el (nntp-erase-buffer): New function.
10969         (nntp-retrieve-data, nntp-send-command)
10970         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10971         (nntp-possibly-change-group): Use it.
10972
10973         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10974         with-current-buffer.
10975
10976 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10977
10978         * compface.el: Merge the ELisp-based uncompface program.
10979         (compface): New customization group.
10980         (uncompface-use-external): New user option.
10981         (uncompface): Call uncompface-internal if uncompface-use-external
10982         is nil.
10983         (uncompface-internal): New function.  Note that there are also
10984         some other functions and variables added for this function.
10985
10986 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10987
10988         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10989         if necessary.
10990
10991 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10992
10993         * spam-report.el (spam-report-unplug-agent)
10994         (spam-report-plug-agent, spam-report-deagentize)
10995         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10996         Add support for the Agent in spam-report: when unplugged, report to a
10997         file; when plugged, submit all the requests.
10998
10999         * spam.el (spam-register-routine): Fix message about
11000         registration.
11001
11002 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
11003
11004         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11005         dependencies.
11006         (rfc2047-encode): Use it.
11007
11008         * gnus-art.el (gnus-button-marker-list): Move before first
11009         reference.
11010
11011         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11012         (imap-parse-body): Fix format string mismatch.
11013
11014         * gnus-score.el (gnus-summary-increase-score): do.
11015
11016         * nnrss.el (nnrss-close): New function.
11017
11018 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
11019
11020         * nnrss.el (nnrss-make-filename): New function.
11021         (nnrss-request-delete-group, nnrss-read-server-data)
11022         (nnrss-save-server-data, nnrss-read-group-data)
11023         (nnrss-save-group-data): Use it.
11024         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11025         (nnrss-read-server-data, nnrss-read-group-data): Use load.
11026         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11027
11028 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
11029
11030         * mml.el (mml-compute-boundary-1): Don't uncompress files.
11031
11032 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
11033
11034         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11035         files.
11036
11037         * message.el (message-generate-headers-first): Don't quote nil
11038         and t in docstrings.
11039
11040         * imap.el (imap-id): do.
11041
11042         * gnus-agent.el (gnus-agent-consider-all-articles)
11043         (gnus-agent-queue-mail): do.
11044
11045 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
11046
11047         * spam-report.el (spam-report-process-queue): New function.
11048         Process requests from `spam-report-requests-file'.
11049         (spam-report-process-queue): Doc fix.
11050
11051 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
11052
11053         * spam.el (spam-register-routine)
11054         (spam-log-processing-to-registry, spam-log-registered-p)
11055         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11056         Change "check" to "spam-check" for semi-clarity.
11057
11058 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
11059
11060         * pop3.el: Require nnheader.
11061
11062         * mml-smime.el: Require cl.  Autoload message-fetch-field.
11063
11064         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11065
11066         * gnus-picon.el: Require cl.
11067
11068         * gnus-fun.el: Require gnus-ems and gnus-util.
11069
11070         * gnus.el (gnus-method-to-server): Move defsubst before first use.
11071
11072         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11073
11074         * gnus-art.el (gnus-article-edit-mode): Define before first
11075         reference.
11076
11077 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
11078
11079         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11080         (gnus-uu-post-encoded): Use point-at-bol.
11081
11082         * gnus-topic.el (gnus-group-active-topic-p): do.
11083
11084         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11085
11086         * gnus-group.el (gnus-group-kill-region): do.
11087
11088         * gnus-art.el (article-date-ut): do.
11089
11090         * message.el (message-fetch-field): Remove redundant
11091         case-fold-search binding.
11092         (message-narrow-to-field): Simplify.
11093
11094 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11095
11096         * spam.el (spam-directory): Derive from `gnus-directory'.
11097
11098         * spam-report.el (spam-report-url-to-file)
11099         (spam-report-requests-file): New function and variable for offline
11100         reporting.
11101         (spam-report-url-ping-function): Add `spam-report-url-to-file'
11102         and user defined function.
11103         (spam-report-url-ping-mm-url): Remove doubled slash.
11104
11105 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
11106
11107         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11108
11109 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
11110
11111         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11112         format string mismatch.
11113
11114         * sieve.el (sieve-deactivate-all): do.
11115
11116         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11117
11118         * nnlistserv.el (nnlistserv-kk-wash-article): do.
11119
11120         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11121
11122         * mm-bodies.el (mm-7bit-chars): Don't include \r.
11123
11124 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
11125
11126         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11127         the list of checks.
11128
11129 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
11130
11131         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11132         padding.
11133
11134 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
11135
11136         * mm-view.el (mm-fill-flowed): New variable.
11137         (mm-inline-text): Use it.
11138
11139 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
11140
11141         * spam.el (spam-spamassassin-register-ham-routine)
11142         (spam-spamassassin-register-spam-routine): Fix function names.
11143
11144 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * gnus.el (gnus-tmp-grouplens): Remove.
11147         (gnus-summary-line-format): Remove grouplens.
11148
11149         * gnus-group.el (gnus-group-line-format): Ditto.
11150
11151         * gnus-spec.el (gnus-format-specs): Ditto.
11152         (gnus-update-format-specifications): Flush the group format spec
11153         cache if there's the grouplens stuff.
11154         (gnus-parse-simple-format): Replace %l with the empty string.
11155
11156 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
11157
11158         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11159         omission.
11160
11161 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11162
11163         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11164         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11165
11166 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11167
11168         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
11169         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11170         New macros and functions.
11171         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11172         Handle > NLINK_MAX messages.
11173         * nnmaildir.el (nnmaildir-request-set-mark): Use
11174         nnmaildir--emlink-p and nnmaildir--eexist-p.
11175
11176 2004-01-25  Alex Schroeder  <alex@gnu.org>
11177
11178         * spam-stat.el (spam-stat-process-directory-age): New option.
11179         (spam-stat-process-directory): Use it.
11180
11181 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
11182
11183         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11184         (spam-stat-save): Accept prefix argument.
11185
11186 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
11187
11188         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11189         links" error.
11190
11191 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11192
11193         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
11194         the rest of the and/or forms.
11195
11196 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
11197
11198         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11199         compatibility with old .newsrc.eld files.
11200
11201         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
11202
11203         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11204
11205         * gnus-start.el (gnus-1): do.
11206
11207         * gnus-group.el (gnus-group-line-format-alist): do.
11208
11209         * gnus.el (gnus-use-grouplens, gnus-visual): do.
11210
11211         * gnus-gl.el: Remove.
11212
11213 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11214
11215         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
11216         marks consisting of a single range {for example, (3 . 5)} rather
11217         than a list of a single range { ((3 . 5)) }.
11218
11219 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
11220
11221         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
11222         with-current-buffer.
11223         (spam-stat-store-current-buffer): Use insert-buffer-substring to
11224         avoid consing a string.
11225
11226         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
11227         Remove obsolete entries for big5 and gb2312.
11228
11229 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11230
11231         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
11232         uncompressed list.
11233
11234 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
11235
11236         * spam-stat.el (spam-stat-strip-xref): New function.
11237         (spam-stat-process-directory): Use it.
11238
11239         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
11240         here -- it's done in message-fetch-field.
11241
11242 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11243
11244         * gnus-agent.el (gnus-agent-queue-mail,
11245         gnus-agent-prompt-send-queue): New variables.
11246         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
11247         * gnus-draft.el (gnus-group-send-queue): Pass the group name
11248         "nndraft:queue" along to gnus-draft-send.  Use
11249         gnus-agent-prompt-send-queue.
11250         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
11251         is "nndraft:queue".  Suggested by Gaute Strokkenes
11252         <gs234@srcf.ucam.org>
11253
11254         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
11255         (agent-enable-undownloaded-faces): Added
11256         (gnus-agent-cat-groups): Use eval-and-compile, not
11257         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
11258         method of gnus-agent-cat-groups even when the buffer has been
11259         evaled.
11260         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
11261         delete gnus-agent-save-active-1.
11262         (gnus-agent-save-groups): Deleted. Identical to
11263         gnus-agent-save-active.
11264         (gnus-agent-write-active): No longer adjust agent's copy of active
11265         file as agent's adjustments are now stored in their own
11266         file. Removed optional parameter.
11267         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
11268         servers.  Add use of min/max range limits from server's local
11269         file.
11270         (gnus-agent-save-alist): Removed unused optional argument.
11271         (gnus-agent-load-local, gnus-agent-read-and-cache-local),
11272         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local),
11273         (gnus-agent-set-local): A per-server file that keeps min/max range
11274         limits for articles known to the agent.  Provides a fast mechanism
11275         for altering many active ranges.
11276         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
11277         active file (local makes it unnecessary).
11278         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
11279
11280         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
11281         (agent-enable-undownloaded-faces): Added
11282
11283         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
11284         disable it when sending to "nndraft:queue".
11285         (gnus-group-send-queue): Add safety check to avoid sending queue
11286         when unplugged.
11287
11288         * gnus-group.el (gnus-group-catchup): Use new
11289         gnus-sequence-of-unread-articles, not
11290         gnus-list-of-unread-articles, to avoid exhausting memory with huge
11291         numbers of articles.  Use gnus-range-map to avoid having to
11292         uncompress the unread list.
11293         (gnus-group-archive-directory,
11294         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
11295         reference.
11296
11297         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
11298         (gnus-sorted-range-intersection): Intersection of two ranges
11299         without requiring that they first be uncompressed.
11300
11301         * gnus-start.el (gnus-activate-group): Unless blocked by the
11302         caller, possibly expand the active range to include both cached
11303         and agentized articles.
11304         (gnus-convert-old-newsrc): Rewrote in anticipation of having
11305         multiple version-dependent converters.
11306         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
11307         gnus-agent-save-active.
11308         (gnus-save-newsrc-file): Save dirty agent range limits.
11309
11310         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
11311         gnus-agent-possibly-alter-active.
11312         (gnus-adjust-marked-articles): Faster handling of simple lists
11313
11314 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
11315
11316         * spam-stat.el (spam-stat-test-directory): New optional argument
11317         displays a list of files detected.  Suggested by Andrew Cohen
11318         <cohen@andy.bu.edu>.
11319         (spam-stat-buffer-words-with-scores): Don't narrow and change
11320         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
11321
11322 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
11323
11324         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
11325         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
11326         (spam-spamassassin-arguments)
11327         (spam-spamassassin-spam-flag-header)
11328         (spam-spamassassin-positive-spam-flag-header)
11329         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
11330         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
11331         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11332         (spam-list-of-processors, spam-list-of-checks)
11333         (spam-list-of-statistical-checks, spam-registration-functions)
11334         (spam-check-spamassassin-headers, spam-check-spamassassin)
11335         (spam-spamassassin-score)
11336         (spam-spamassassin-register-with-sa-learn)
11337         (spam-spamassassin-register-spam-routine)
11338         (spam-spamassassin-register-ham-routine)
11339         (spam-assassin-register-spam-routine)
11340         (spam-assassin-register-ham-routine): add SpamAssassin support
11341         (spam-bogofilter-score): fix to show article before scoring
11342
11343 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
11344
11345         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
11346         default scoring function.
11347         (spam-generic-score): Call spam-spamassassin-score if
11348         spam-use-spamassassin or spam-use-spamassassin-headers is on;
11349         spam-bogofilter-score otherwise.
11350
11351         * gnus.el (spam-process, spam-autodetect-methods): Add
11352         spamassassin and spamassassin-headers.
11353
11354 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
11355
11356         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11357         Suppress unnecessary messages.
11358
11359 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
11360
11361         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
11362         make-hash-table.
11363
11364 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * canlock.el (base64-encode-string): Don't autoload it.
11367
11368 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * run-at-time.el: Remove useless (require 'itimer),
11371         eval-and-compile and (featurep 'xemacs).
11372
11373 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
11374
11375         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
11376         GROUP is a virtual group.
11377
11378 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
11379
11380         * gnus.el: Autoload `message-y-or-n-p'.
11381
11382 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
11383
11384         * pgg-parse.el: Remove unnecessary (require 'custom).
11385
11386         * pgg-def.el: do.
11387
11388         * nnmail.el: do.
11389
11390         * gnus-undo.el: do.
11391
11392         * gnus-picon.el: do.
11393
11394         * gnus-util.el: do.
11395
11396 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
11397
11398         * gnus-sum.el (gnus-pick-line-number): Add autoload.
11399
11400 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11401
11402         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
11403         handle, as well as a list.
11404
11405         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
11406         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
11407         (mm-w3m-cid-retrieve): Simplify.
11408
11409 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
11410
11411         * message.el (message-kill-to-signature): Allow prefix arg to
11412         specify number of lines to keep before signature.
11413
11414 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
11415
11416         (message-kill-to-signature): Change docstring.
11417
11418 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * canlock.el: Always require sha1-el.
11421         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
11422
11423         * message.el: Autoload sha1 only when compiling.
11424
11425         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
11426         eudc-expand-inline for XEmacs.
11427
11428 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * message.el (message-canlock-generate): Require sha1-el.
11431
11432 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
11433
11434         * message.el (message-expand-name): Silence the byte compiler.
11435
11436         * lpath.el: Add detect-coding-system.
11437
11438         * dgnushack.el (dgnushack-compile): Remove obsolete check for
11439         cus-edit.
11440
11441 2004-01-13  Simon Josefsson  <jas@extundo.com>
11442
11443         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
11444         Invoke gnus-score-mode.  Reported by
11445         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
11446
11447         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
11448         Jim Blandy <jimb@redhat.com> (tiny change).
11449
11450 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11451
11452         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
11453
11454 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
11455
11456         * spam.el (spam-get-article-as-string): Update to use
11457         gnus-request-article-this-buffer, much simpler.
11458         (spam-get-article-as-buffer): Remove.
11459
11460 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
11461
11462         * message.el (message-expand-name): Use EUDC if the user uses
11463         that.
11464
11465 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11466
11467         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
11468         character for the encoding to avoid consing a string.
11469
11470         * rfc2047.el (rfc2047-decode-string): Don't cons a string
11471         unnecessarily.
11472
11473         * mm-util.el (mm-replace-chars-in-string): Remove.
11474
11475         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
11476         of mm-replace-chars-in-string.
11477
11478 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
11479
11480         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
11481         strings.
11482
11483         * mm-util.el (mm-subst-char-in-string): Support inplace.
11484
11485         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
11486         a new string in every iteration.  Use shy groups.
11487
11488 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
11489
11490         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
11491         (gnus-group-change-level, gnus-kill-newsgroup)
11492         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
11493         (gnus-get-unread-articles, gnus-make-articles-unread)
11494         (gnus-make-ascending-articles-unread): Use accessor
11495         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
11496         to get group information for improved readability.
11497
11498         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
11499
11500         * gnus-soup.el (gnus-soup-group-brew): do.
11501
11502         * gnus-msg.el (gnus-put-message): do.
11503
11504         * gnus-move.el (gnus-group-move-group-to-server): do.
11505
11506         * gnus-kill.el (gnus-batch-score): do.
11507
11508         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
11509         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
11510         (gnus-group-update-group, gnus-group-read-group)
11511         (gnus-group-make-group, gnus-group-make-help-group)
11512         (gnus-group-make-archive-group, gnus-group-make-directory-group)
11513         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
11514         (gnus-group-sort-by-unread, gnus-group-catchup)
11515         (gnus-group-unsubscribe-group, gnus-group-kill-group)
11516         (gnus-group-yank-group, gnus-group-set-info)
11517         (gnus-group-list-groups): do.
11518
11519         * gnus.el (gnus-generate-new-group-name): do.
11520
11521         * gnus-delay.el (gnus-delay-send-queue): do.
11522
11523         * nnvirtual.el (nnvirtual-catchup-group): do.
11524
11525         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
11526         do.
11527
11528         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
11529         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
11530
11531         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
11532         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
11533         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
11534         (gnus-group-make-articles-read): do.
11535
11536 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11537
11538         * gnus-art.el (article-decode-mime-words, article-babel)
11539         (gnus-article-highlight-signature, gnus-article-add-buttons)
11540         (gnus-signature-toggle): Use gnus-with-article-buffer.
11541
11542         * gnus-art.el (gnus-article-highlight-headers)
11543         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
11544
11545         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
11546         (gnus-article-set-globals, gnus-request-article-this-buffer)
11547         (gnus-button-message-id, gnus-article-maybe-hide-headers)
11548         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
11549         (gnus-mime-display-alternative): Use with-current-buffer.
11550
11551 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11552
11553         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
11554         also under 80 char limit, and call gnus-error if needed.
11555         (spam-fetch-article-header): Fix - it was a
11556         buffer-local variable (gnus-newsgroup-data).
11557         (spam-find-spam): Use spam-generate-fake-headers, forget about
11558         spam-insert-fake-headers.
11559         (spam-insert-fake-headers): Remove.
11560
11561 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11562
11563         * deuglify.el (gnus-article-outlook-unwrap-lines)
11564         (gnus-outlook-rearrange-article)
11565         (gnus-outlook-repair-attribution-outlook)
11566         (gnus-outlook-repair-attribution-block)
11567         (gnus-outlook-repair-attribution-other): Remove redundant
11568         save-excursion.
11569
11570 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11571
11572         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
11573         (spam-fetch-field-subject-fast)
11574         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
11575         (spam-fetch-article-header): Add functions to deal with Gnus
11576         internals for fast retrieval of article header data.
11577         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
11578
11579 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11580
11581         * pop3.el (pop3-md5): Remove.
11582         (pop3-apop): Replace pop3-md5 with md5.
11583
11584         * mm-bodies.el: base64 is always built-in.
11585
11586         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
11587         with-current-buffer.
11588
11589 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * canlock.el (canlock-insert-header): Remove excessive grouping in
11592         regexp.
11593
11594         * gnus-sum.el (gnus-summary-read-document): Ditto.
11595
11596         * gnus-uu.el (gnus-uu-part-number): Ditto.
11597
11598         * html2text.el (html2text-remove-tags): Ditto.
11599         (html2text-format-tags): Ditto.
11600         (html2text-format-single-elements): Ditto.
11601
11602         * mml.el (mml-parse-1): Ditto.
11603
11604 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11605
11606         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11607
11608         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11609
11610         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11611
11612         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11613
11614 2003-11-15  Simon Josefsson  <jas@extundo.com>
11615
11616         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11617         (pgg-gpg-lookup-key): Use regexp match instead of
11618         split-string (split-string is different between emacs 21.2 and
11619         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
11620
11621 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11622
11623         * gnus-art.el (gnus-mime-view-all-parts)
11624         (gnus-article-part-wrapper, gnus-article-view-part): Use
11625         with-current-buffer.
11626
11627 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11628
11629         * spam.el (spam-disable-spam-split-during-ham-respool)
11630         (spam-spamoracle-database, spam-cache-lookups)
11631         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11632         (spam-group-ham-mark-p, spam-group-spam-mark-p)
11633         (spam-group-ham-marks, spam-group-spam-marks)
11634         (spam-group-spam-contents-p, spam-group-ham-contents-p)
11635         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11636         also add spam-use-blackholes to the statistical checks.
11637         (spam-fetch-field-fast): Add interface to fetching fields, may
11638         become a macro.
11639         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11640         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11641         (spam-insert-fake-headers): Fake an article when needed.
11642         (spam-find-spam): Fake article when possible.
11643         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11644         (spam-check-bogofilter-headers): Use message-fetch-field instead
11645         of nnmail-fetch-field.
11646
11647 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11648
11649         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11650
11651 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11652
11653         * spam.el (spam-split): Do not require spam-use-CHECK to be
11654         enabled if that check is passed to spam-split explicitly; also
11655         fix so 'spam doesn't get converted to spam-split-group when
11656         spam-split-symbolic-return is t.
11657         (spam-find-spam): Find registrations of the article and use those
11658         instead of re-running spam-split to find the spam/ham
11659         classification of the article.
11660         (spam-log-processing-to-registry, spam-log-registered-p)
11661         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11662         Use gnus-error instead of gnus-message.
11663         (spam-log-registration-type): Add function to determine the
11664         classification of a message based on registry entries; will
11665         return nil if both 'spam and 'ham are found.
11666         (spam-check-BBDB): Expand all the BBDB macros here so we can have
11667         a reasonably fast local cache without the loading errors.
11668         (spam-cache-lookups): Set to t by default.
11669         (spam-find-spam): Don't try to guess spam-cache-lookups.
11670         (spam-enter-whitelist, spam-enter-blacklist): Clear the
11671         spam-caches entry.
11672         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11673         caching of whitelist/blacklist entries.
11674         (spam-check-whitelist, spam-check-blacklist): Invoke
11675         spam-from-listed-p with a type, not a cache variable.
11676         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11677
11678 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11679
11680         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11681
11682         * nnmail.el (nnmail-split-fancy): do.
11683
11684         * mml.el (mml-parse): do.
11685
11686         * gnus-score.el (gnus-enter-score-words-into-hashtb)
11687         (gnus-score-adaptive): do.
11688
11689 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11692         (gnus-mime-button-map): Don't set keymap parent.
11693         (gnus-button-ctan-directory-regexp): Use shy grouping.
11694         (gnus-prev-page-map): Don't set keymap parent.
11695         (gnus-prev-page-map): Remove duplicated one.
11696         (gnus-next-page-map): Don't set keymap parent.
11697         (gnus-mime-security-button-map): Ditto.
11698
11699         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11700         version number.
11701
11702         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11703
11704 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * canlock.el (canlock-sha1-function): Remove.
11707         (canlock-sha1-function-for-verify): Remove.
11708         (canlock-openssl-program): Remove.
11709         (canlock-openssl-args): Remove.
11710         (canlock-ignore-errors): Remove.
11711         (canlock-sha1-with-openssl): Remove.
11712         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11713         (canlock-verify): Don't use canlock-ignore-errors.
11714
11715         * sha1-el.el (sha1-string-external): Make it can return a string
11716         in binary form.
11717         (sha1-region-external): Ditto.
11718         (sha1-string-internal): Ditto.
11719         (sha1-region-internal): Ditto.
11720         (sha1-region): Ditto.
11721         (sha1-string): Ditto.
11722         (sha1): Ditto.
11723
11724 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11725
11726         * spam.el (spam-report-articles-gmane): New command.
11727
11728 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11729
11730         * gnus.el: Don't make unnecessary *Group* buffer when loading.
11731
11732         * run-at-time.el (run-at-time-saved): Remove.
11733         (run-at-time): Doc fix.
11734
11735 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11736
11737         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11738         (gnus-summary-limit-map): Add it.
11739         (gnus-summary-make-menu-bar): do.
11740
11741 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
11742
11743         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11744         Make attempt at some caching support (done for BBDB only now).
11745         (spam-find-spam): Set spam-cache-lookups if there are more than 2
11746         addresses to be checked.
11747         (spam-clear-cache-BBDB): Add function, to be invoked by
11748         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11749         (spam-check-BBDB): Check and use the caches, if
11750         spam-cache-lookups is on, remove superfluous (provide).
11751
11752 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11753
11754         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
11755
11756 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
11757
11758         * run-at-time.el (run-at-time-saved): Move to after the definition
11759         of `run-at-time'.
11760
11761         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
11762
11763 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11766         mm-w3m-local-map-property.
11767
11768         * mm-view.el (mm-w3m-mode-map): Remove.
11769         (mm-w3m-local-map-property): Remove.
11770         (mm-inline-text-html-render-with-w3m): Don't use
11771         mm-w3m-local-map-property.
11772
11773 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11774
11775         * run-at-time.el: New file.
11776
11777         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
11778         under Emacs.
11779
11780         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11781         of gnus-set-text-properties.
11782
11783         * gnus-uu.el (gnus-uu-save-article): Ditto.
11784
11785         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
11786
11787         * gnus-cite.el (gnus-cite-parse): Ditto.
11788
11789         * gnus-art.el (gnus-button-push): Use set-text-properties instead
11790         of gnus-.
11791
11792         * gnus-xmas.el (run-at-time): Require run-at-time.
11793
11794         * gnus.el: Changed calls to nnheader-run-at-time and
11795         password-run-at-time throughout to use run-at-time directly.
11796
11797         * password.el: Removed definition of run-at-time.
11798
11799         * nnheaderxm.el: Remove definition of run-at-time.
11800
11801 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11802
11803         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11804         in prompt.
11805
11806 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11807
11808         * messagexmas.el (message-xmas-redefine): Alias
11809         `message-make-caesar-translation-table' to
11810         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
11811         version.
11812
11813         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
11814         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
11815         `gnus-xmas-set-text-properties'.
11816         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
11817         `gnus-xmas-completing-read'.
11818         (gnus-xmas-completing-read): Removed.
11819         (gnus-xmas-open-network-stream): Removed.
11820
11821         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11822         XEmacs version.
11823
11824         * dns.el (dns-make-network-process): Use `open-network-stream'
11825         instead of `gnus-xmas-open-network-stream'.
11826
11827         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
11828
11829         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11830
11831 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11832
11833         * gnus-art.el (gnus-mime-display-alternative)
11834         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11835         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11836         Don't use gnus-local-map-property.
11837
11838         * gnus-util.el (gnus-local-map-property): Remove.
11839
11840         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11841         gnus-completing-read-maybe-default with completing-read.
11842
11843         * gnus-util.el (gnus-completing-read): do.
11844         (gnus-completing-read-maybe-default): Remove.
11845
11846 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11847
11848         * password.el: Only autoload `run-at-time' if not XEmacs.
11849         Only autoload the itimer functions if XEmacs.
11850
11851 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11854         XEmacsen.
11855
11856         * dgnushack.el: Autoload executable-find for XEmacs.
11857
11858 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11859
11860         * gnus-art.el (gnus-read-string): Remove.
11861         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11862         read-string.
11863
11864 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11865
11866         * netrc.el: Autoload password-read.
11867         (netrc): Add configuration group.
11868         (netrc-encoding-method, netrc-openssl-path): Add
11869         variables for encoding and decoding of files with symmetric
11870         ciphers.
11871         (netrc-encode): Add assistant function to encode a file with
11872         netrc-encoding-method.
11873         (netrc-parse): Add interactive parameter, added optional
11874         decoding if netrc-encoding-method is non-nil but otherwise
11875         behavior is standard.
11876         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11877         Do s/encode/encrypt/ everywhere.
11878
11879         * spam.el: Remove executable-find autoload.
11880
11881 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11882
11883         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11884
11885         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11886
11887 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11888
11889         * gnus-art.el (gnus-treat-ansi-sequences,
11890         article-treat-ansi-sequences): New variable and function.
11891         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11892
11893         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11894         Use it.
11895
11896 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11897
11898         * mm-util.el (mm-quote-arg): Remove.
11899
11900         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11901         shell-quote-argument.
11902
11903         * gnus-uu.el (gnus-uu-command): do.
11904
11905         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11906
11907         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11908         with make-char.
11909
11910         * mm-util.el (mm-make-char): Remove.
11911
11912         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11913         add-minor-mode.
11914
11915         * gnus-undo.el (gnus-undo-mode): do.
11916
11917         * gnus-topic.el (gnus-topic-mode): do.
11918
11919         * gnus-sum.el (gnus-dead-summary-mode): do.
11920
11921         * gnus-start.el (gnus-slave-mode): do.
11922
11923         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11924
11925         * gnus-ml.el (gnus-mailing-list-mode): do.
11926
11927         * gnus-gl.el (gnus-grouplens-mode): do.
11928
11929         * gnus-draft.el (gnus-draft-mode): do.
11930
11931         * gnus-dired.el (gnus-dired-mode): do.
11932
11933         * gnus-ems.el (gnus-add-minor-mode): Remove.
11934
11935         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11936         Replace gnus-char-width with char-width.
11937
11938         * gnus-ems.el (gnus-char-width): Remove.
11939
11940         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11941         Replace gnus-char-width with char-width.
11942
11943         * gnus-ems.el (gnus-char-width): Remove.
11944
11945         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11946         definition.
11947         Remove Emacs 20 hash table compatibility code.
11948
11949         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11950         20 compatibility code.
11951
11952         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11953
11954         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11955
11956         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11957         with point-at-{eol,bol}.
11958
11959         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11960
11961         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11962
11963         * flow-fill.el (fill-flowed-point-at-bol,
11964         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11965
11966         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11967         Replace with point-at-{eol,bol} throughout all files.
11968
11969 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * ntlm.el (ntlm-string-as-unibyte): New macro.
11972         (ntlm-build-auth-response): Use it.
11973
11974         Remove Emacs 20 stuff:
11975         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11976         (butlast, mapc, remove): Remove the compiler macros.
11977         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11978         of delq and copy-sequence.
11979         * gnus-art.el (popup-menu): Remove the compiler macro.
11980         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11981         Emacs 20.
11982
11983 2004-01-05  Simon Josefsson  <jas@extundo.com>
11984
11985         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11986         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11987         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11988         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11989         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11990         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11991         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11992         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11993         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11994         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11995         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11996         string-xor into ntlm-string-xor.  Suggested by
11997         Jesper Harder <harder@myrealbox.com>.
11998
11999         * ntlm.el: Don't include poem.
12000
12001         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
12002         Jesper Harder <harder@myrealbox.com>.
12003
12004         * sasl-ntlm.el, ntlm.el, md4.el: New files.
12005
12006         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
12007         probably breaks emacs with DL patch, but do we care? Is anyone
12008         still using the DL stuff?)
12009
12010         * sieve-manage.el: Use the password package.
12011         (sieve-manage-read-passwd): Remove.
12012         (sieve-manage-interactive-login): Use password.  Re-add
12013         condition-case around loop.
12014
12015         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12016         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12017         the password package.
12018
12019 2003-02-19  Simon Josefsson  <jas@extundo.com>
12020
12021         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12022         token.
12023
12024 2002-08-07  Simon Josefsson  <jas@extundo.com>
12025
12026         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12027         (sieve-manage-authenticators):
12028         (sieve-manage-authenticator-alist): Add some SASL mechs.
12029         (sieve-sasl-auth): New function.
12030         (sieve-manage-cram-md5-auth):
12031         (sieve-manage-plain-auth): Rewrite using SASL library.
12032         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12033         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12034         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12035         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12036
12037 2004-01-05  Simon Josefsson  <jas@extundo.com>
12038
12039         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12040         New files.
12041
12042 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12043
12044         * gnus-group.el (gnus-no-groups-message): Update.
12045
12046         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12047
12048 2003-11-09  Simon Josefsson  <jas@extundo.com>
12049
12050         * imap.el: Support for ID IMAP extension (RFC 2971).
12051         (imap-local-variables): Add imap-id.
12052         (imap-id): New variable.
12053         (imap-id): New function.
12054         (imap-parse-response): Parse untagged ID response.
12055         * nnimap.el (nnimap-id): New variable.
12056         (nnimap-open-connection): Use it.
12057
12058 2003-12-28  Simon Josefsson  <jas@extundo.com>
12059
12060         * gnus-score.el (gnus-score-edit-all-score): New.
12061         * gnus-group.el (gnus-group-score-map): Bind it to W e.
12062
12063 2004-01-04  Simon Josefsson  <jas@extundo.com>
12064
12065         * password.el: Add.
12066
12067 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
12068
12069         * dns.el: Add support for AAAA records (see RFC 3596)
12070
12071         * Fix typo PRT -> PTR
12072
12073         * Parse MX, PTR and SOA replies (see RFC 1035)
12074
12075 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12076
12077         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12078
12079         * Moved to Changelog.2.
12080
12081 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12082
12083         * gnus.el (gnus-version-number): Bump version.
12084
12085 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12086
12087         * gnus.el: No Gnus v0.1 is released.
12088
12089 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12090
12091         * gnus.el: No Gnus v0.0 is released.
12092
12093 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12094
12095         * gnus.el (gnus-version-number): Bump.
12096         (gnus-version): No.
12097
12098 See ChangeLog.2 for earlier changes.
12099
12100     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
12101
12102   This file is part of GNU Emacs.
12103
12104   GNU Emacs is free software; you can redistribute it and/or modify
12105   it under the terms of the GNU General Public License as published by
12106   the Free Software Foundation; either version 3, or (at your option)
12107   any later version.
12108
12109   GNU Emacs is distributed in the hope that it will be useful,
12110   but WITHOUT ANY WARRANTY; without even the implied warranty of
12111   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12112   GNU General Public License for more details.
12113
12114   You should have received a copy of the GNU General Public License
12115   along with GNU Emacs; see the file COPYING.  If not, write to the
12116   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12117   Boston, MA 02110-1301, USA.
12118
12119 ;; Local Variables:
12120 ;; coding: iso-2022-7bit
12121 ;; fill-column: 79
12122 ;; add-log-time-zone-rule: t
12123 ;; End:
12124
12125 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4