* gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
[gnus] / lisp / ChangeLog
1 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4
5         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6
7         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8         bind show-trailing-whitespace for XEmacs.
9
10 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11
12         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
13         new no-op macro for backward compatibility.
14
15         * imap.el (imap-string-to-integer): New function.
16
17 2007-12-09  Glenn Morris  <rgm@gnu.org>
18
19         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
20
21         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
22         * message.el, mm-view.el, sieve-manage, smime.el:
23         Add declare-function compatibility definition.
24
25         * gnus-art.el (w3-region, w3m-region, Info-menu):
26         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
27         * gnus-sum.el (gnus-get-predicate):
28         * gnus-util.el (mm-append-to-file, w32-focus-frame):
29         * message.el (mail-abbrev-in-expansion-header-p):
30         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
31         (w3m-detect-meta-charset, w3m-region):
32         * sieve-manage.el (password-read, password-cache-add)
33         (password-cache-remove):
34         * smime.el (password-read-and-add): Declare as functions.
35
36 2007-12-08  David Kastrup  <dak@gnu.org>
37
38         * gnus-sum.el (gnus-summary-simplify-subject-query):
39         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
40         `message'.
41
42 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
45         it to bind idna-program, installation-directory, defined-colors, and
46         face-attribute for XEmacs of the version that compiles defcustom forms.
47
48 2007-12-07  Glenn Morris  <rgm@gnu.org>
49
50         * gnus-art.el (article-make-date-line): Revert previous change.
51
52 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
53
54         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
55
56 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
57
58         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
59         Call gnus-add-to-range ranges only once with a prepared article-list.
60
61 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
62
63         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups,
64         nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
65         group names with backslashes.  Reported by Tassilo Horn
66         <tassilo@member.fsf.org>.
67
68 2007-12-06  D. Goel  <deego3@gmail.com>
69
70         * gnus-art.el (article-make-date-line):
71         * gnus-start.el (gnus-load):
72         * pop3.el (pop3-read-response): Fix buggy call to `error'.
73
74 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * gnus-art.el (gnus-use-idna)
77         * gnus-start.el (gnus-site-init-file)
78         * message.el (message-use-idna)
79         * mm-uu.el (mm-uu-hide-markers)
80         * smiley.el (smiley-style): Revert changes that suppress warnings.
81
82 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
85         specify charset to html source.  Reported by Christoph Conrad
86         <christoph.conrad@gmx.de>.
87
88 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
91         idna-program in order to suppress byte compile warning issued by XEmacs
92         that came to byte compile the default value section of defcustom forms
93         recently.
94
95         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
96         value of installation-directory.
97
98         * message.el (message-use-idna): Don't directly refer to the value of
99         idna-program.
100
101         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
102
103         * smiley.el (smiley-style): Don't directly call face-attribute.
104
105 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
106
107         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
108
109         * gnus-dired.el: Reduce Gnus dependencies.
110         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
111         require.  Use autoloads instead.
112         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
113         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
114         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
115         (gnus-dired-mode): Adjust doc string.
116         (gnus-dired-mail-mode): New variable.
117         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
118         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
119         (gnus-dired-mail-buffers): New function.  Return mail or message
120         composition buffers.
121         (gnus-dired-attach): Use it.
122         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
123         NO-DECODE.
124         (gnus-dired-print): Use `gnus-print-buffer' depending on
125         `gnus-dired-mail-mode'.
126
127 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * rfc2047.el (rfc2047-encoded-word-regexp)
130         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
131         explaining what regexp patterns are for.
132
133 2007-12-04  Glenn Morris  <rgm@gnu.org>
134
135         * password.el: Move to password-cache.el.
136
137         * mml1991.el (password-read, password-cache-add, password-cache-remove):
138         * mml2015.el (password-read, password-cache-add, password-cache-remove):
139         * mml-smime.el (password-read, password-cache-add)
140         (password-cache-remove):
141         No need to autoload, since mml-sec requires password.
142
143         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
144         * message.el (gnus-extract-address-components):
145         * mml-smime.el (gnus-extract-address-components): Define for compiler.
146
147         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
148         password.
149
150 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
151
152         * mailcap.el: Reduce dependencies.
153         (mail-header-parse-content-type): Autoload.
154         (mailcap-delete-duplicates): New alias.
155         (mailcap-mime-info): Add optional argument NO-DECODE.
156         (mailcap-mime-types): Use mailcap-delete-duplicates.
157
158         * message.el (message-ignored-supersedes-headers): Add "X-ID".
159
160 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
161
162         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
163         (imap-parse-status): Upcase status-att for broken servers that sends
164         them lower-case (e.g., MS Exchange 2007).
165
166 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
169         function.
170
171         * gnus-uu.el (gnus-uu-decode-yenc): New command.
172         (gnus-uu-yenc-article): New function.
173
174         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
175
176         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
177         buffer.
178
179 2007-12-02  Glenn Morris  <rgm@gnu.org>
180
181         * binhex.el (binhex): New custom group.
182         (binhex-decoder-program, binhex-decoder-switches)
183         (binhex-use-external): Move to the binhex custom group.
184
185         * uudecode.el (uudecode): New custom group.
186         (uudecode-decoder-program, uudecode-decoder-switches)
187         (uudecode-use-external): Move to the uudecode custom group.
188
189         * netrc.el (top-level): Don't load `encrypt' features.
190         (netrc-parse): Don't use encrypt.
191         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
192
193         * encrypt.el: Remove file.
194
195 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
196
197         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
198         matches on patches.
199
200         * gnus-art.el (gnus-article-browse-html-article): Mention
201         `mm-text-html-renderer' in the doc string.
202
203         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
204         string.  Add comments.
205
206         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
207         if rhs is ASCII.
208
209 2007-12-01  Glenn Morris  <rgm@gnu.org>
210
211         * mail-source.el (top-level): Require format-spec before
212         eval-when-compile.
213
214 2007-11-30  Glenn Morris  <rgm@gnu.org>
215
216         * encrypt.el: Require password, rather than autoloading password-read.
217
218 2007-11-29  Glenn Morris  <rgm@gnu.org>
219
220         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
221         (sasl-make-client, sasl-next-step, sasl-step-data)
222         (sasl-step-set-data): Declare as functions.
223
224 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
225
226         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
227
228 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
229
230         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
231         certs should be verified and what is to be done in the event of a
232         verification failure.
233
234         * gnus.el (gnus-method-to-server): Add an optional parameter so the
235         caller can indicate whether the cache should be disregarded for this
236         call.  This way the result of the call is reproducible at all times and
237         can be considered a canonical server name for the supplied method.
238         (gnus-agent-method-p): Canonicalize server names by pushing their
239         method through `gnus-method-to-server' using the no-cache argument.
240
241         * gnus-srvr.el (gnus-server-insert-server-line): Call
242         `gnus-method-to-server' with `no-cache' argument.
243
244         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
245         gnus-agent-possibly-synchronize-flags as this should be called when the
246         server is actually being opened.
247         (gnus-agent-possibly-synchronize-flags)
248         (gnus-agent-possibly-synchronize-flags-server): Move check for the
249         flags file of an agentized server to the latter function.
250
251         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
252         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
253         after a connection has been established successfully.
254
255 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
256
257         * gnus-art.el (article-display-face): Force to display face if called
258         interactively; check if gnus-article-x-face-too-ugly matches author.
259         (article-display-x-face): Display face even if From header is missing
260         as article-display-face does.
261
262 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
263
264         * hashcash.el (message-narrow-to-headers-or-head)
265         (message-fetch-field, message-goto-eoh)
266         (message-narrow-to-headers): Declare as functions.
267
268 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
269
270         * mail-source.el (mail-sources): Default to fetch from file for
271         compatibility with default of nnmail-spool-file.
272
273 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
276         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
277         to look for encoded word that should be encoded again.
278         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
279         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
280         encoding pattern.
281         (rfc2047-decode-region): Switch strict regexp and loose one according
282         to rfc2047-allow-irregular-q-encoded-words.
283
284 2007-11-25  Romain Francoise  <romain@orebokech.com>
285
286         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
287
288 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
289
290         * tls.el (tls-program): Provide more custom choices from
291         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
292         (tls-process-connection-type, tls-success): Remove "*" in doc string.
293
294 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
295
296         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
297         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
298
299         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
300         `nnmail-spool-file'.
301
302         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
303         `nnmail-spool-file'.
304
305         * gnus-move.el (gnus-change-server): Ditto.
306
307         * gnus-kill.el (gnus-batch-score): Ditto.
308
309         * gnus-cache.el (gnus-jog-cache): Ditto.
310
311         * gnus-msg.el (gnus-summary-reply): Ignore
312         gnus-confirm-mail-reply-to-news for wide and very wide replies.
313
314 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
315
316         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
317         version.  Minor improvement to doc strings.
318         (tls-program): Add comment.
319
320 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
321
322         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
323         (tls-checktrust): New variable.  Check if GNU TLS complained about a
324         mismatch between the hostname provided in the certificate and the name
325         of the host connnecting to.
326         (open-tls-stream): Use them.  Check certificates against trusted root
327         certificates.
328
329 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
330
331         * gnus-cache.el (gnus-cache-generate-nov-databases): Use
332         nnml-generate-nov-databases-directory instead of
333         nnml-generate-nov-databases-1.
334
335 2007-11-24  Glenn Morris  <rgm@gnu.org>
336
337         * message.el (message-tool-bar-retro): Update for rename
338         mail_send.xpm->mail-send.xpm.
339
340 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
341
342         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
343         `smime-ldap-search' for Emacs 22 and up.
344
345 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
346
347         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
348
349         * message.el (message-send-mail-function): Fix error convention.
350         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
351         (message-widen-reply, message-send-mail, message-talkative-question)
352         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
353         (message-clone-locals, message-send-news): Use with-current-buffer.
354         (message-insert-or-toggle-importance): Remove unused var `valid'.
355         (message-make-references): Remove unused var `new-references'.
356         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
357
358 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
359
360         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
361         (spam-split-symbolic-return-positive): Reflow docstring.
362         (spam-backends, spam-summary-exit-behavior)
363         (spam-mark-ham-unread-before-move-from-spam-group)
364         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
365         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
366         (spam-clear-cache, spam-backend-check, spam-install-backend)
367         (spam-install-statistical-backend, spam-list-of-processors)
368         (spam-group-processor-p, spam-split, spam-bogofilter-score)
369         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
370         (spam-check-crm114, spam-initialize, spam-unload-hook):
371         Fix typos in docstrings.
372
373 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
376         been checked if they have never been read and those group levels are
377         higher than the one that a user specified.
378
379 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
382         foreign groups unless a group level is specified by a user.
383         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
384
385 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
386
387         * message.el (message-send-mail-function): Require sendmail.
388
389 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
390
391         * message.el (message-send-mail-function): Check for smtpmail too.
392
393         * utf7.el (utf7-encode, utf7-decode): Use coding system
394         `utf-7'/`utf-7-imap' from utf-7.el' if available.
395
396         * message.el (message-send-mail-function): New function.
397         (message-send-mail-function): Set default using
398         message-send-mail-function.  Adjust doc string.
399         (message-send-mail-with-mailclient): New function.
400
401 2007-11-17  Richard Stallman  <rms@gnu.org>
402
403         * assistant.el: Remove file.
404
405 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
406
407         * smime.el (from):
408         * rfc2047.el (message-posting-charset):
409         * qp.el (mm-use-ultra-safe-encoding):
410         * pop3.el (parse-time-months):
411         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
412         * nnml.el (files):
413         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
414         (jka-compr-compression-info-list, ange-ftp-path-format)
415         (efs-path-regexp):
416         * nndiary.el (files):
417         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
418         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
419         (epg-digest-algorithm-alist, inhibit-redisplay)
420         (password-cache-expiry):
421         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
422         (pgg-output-buffer, password-cache-expiry):
423         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
424         (efs-path-regexp):
425         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
426         (inhibit-redisplay):
427         * mm-uu.el (file-name, start-point, end-point, entry)
428         (gnus-newsgroup-name, gnus-newsgroup-charset):
429         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
430         (latin-unity-ucs-list):
431         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
432         (mm-uu-binhex-decode-function):
433         * message.el (gnus-message-group-art, gnus-list-identifiers, )
434         (rmail-enable-mime-composing, gnus-local-organization)
435         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
436         (gnus-read-active-file, facemenu-add-face-function)
437         (facemenu-remove-face-function, gnus-article-decoded-p)
438         (tool-bar-mode):
439         * mail-source.el (display-time-mail-function):
440         * gnus-util.el (nnmail-pathname-coding-system)
441         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
442         (gnus-original-article-buffer, gnus-user-agent)
443         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
444         (xemacs-codename, sxemacs-codename, emacs-program-version):
445         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
446         * gnus-start.el (gnus-agent-covered-methods)
447         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
448         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
449         (gnus-newsgroup-headers, gnus-group-list-mode)
450         (gnus-group-mark-positions, gnus-newsgroup-data)
451         (gnus-newsgroup-unreads, nnoo-state-alist)
452         (gnus-current-select-method, mail-sources)
453         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
454         (nnmail-spool-file, gnus-cache-active-hashtb):
455         * gnus-mh.el (mh-lib-progs):
456         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
457         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
458         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
459         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
460         (gnus-group-buffer):
461         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
462         (font-lock-set-defaults):
463         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
464         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
465         (gnus-summary-post-menu, total-parts, type, condition, length):
466         * gnus-agent.el (gnus-agent-read-agentview):
467         * flow-fill.el (show-trailing-whitespace):
468         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
469         eval-and-compile wrappers for byte compiler pacifiers.
470
471         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
472         (mm-display-inline-fontify): Check for featurep 'xemacs not
473         extent-list.
474
475         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
476         itimer-list.
477         (mm-create-image-xemacs): Only do something for XEmacs.
478         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
479
480         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
481
482         * gnus-registry.el (gnus-adaptive-word-syntax-table):
483         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
484
485 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
486
487         * nnimap.el (nnimap-split-download-body):
488         * gnus-demon.el (gnus-demon):
489         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
490
491 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
494         macros.
495         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
496         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
497         copy data from unibyte buffer to multibyte current buffer.
498         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
499         to copy data from unibyte current buffer to multibyte buffer.
500         (nntp-make-process-buffer): Make process buffer unibyte.
501
502         * pop3.el (pop3-open-server): Fix typo in Lisp code.
503
504 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
505
506         * pop3.el (pop3-open-server): Accept and process data more robustly at
507         connexion start to avoid spurious "POP SSL connexion failed" errors.
508
509 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
512         read group names.
513
514 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
515
516         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
517
518 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * nnmail.el (nnmail-parse-active): Make group names unibyte.
521         (nnmail-save-active): Use a unibyte buffer when saving active file,
522         which may contain non-ASCII group names.
523
524         * nnml.el (nnml-request-group): Decode group names in messages.
525
526 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
527
528         * message.el (message-citation-line-function)
529         (message-insert-formatted-citation-line): Fix spelling of
530         `message-insert-formated-citation-line'.
531
532 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
533
534         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
535
536 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
537
538         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
539         nnmail-pathname-coding-system.
540
541         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
542         that a user enters; decode group names in messages.
543
544         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
545
546 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
547
548         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
549
550         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
551
552         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
553         risky local variable.
554
555         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
556
557 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
558
559         * encrypt.el: Improve documentation to fix function name typo.
560         Reported by Daiki Ueno <ueno@unixuser.org>.
561
562 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
565         even if the point is not in the last page of an article.
566         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
567         back to the previous page.
568
569 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
570
571         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
572
573 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
576
577 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
578
579         * message.el (message-check-news-body-syntax): Avoid
580         mm-string-as-multibyte.
581         (message-hide-headers): Don't assume (point-min)==1.
582
583 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
584
585         * message.el (message-remove-blank-cited-lines): Fix if remove is
586         given.
587         (message-bogus-address-regexp): New variable.
588         (message-bogus-recipient-p): New function.
589         (message-check-recipients): New command.
590         (message-syntax-checks): Add `bogus-recipient'.
591         (message-fix-before-sending): Add `bogus-recipient'.
592
593         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
594         (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
595         window-system.
596
597 2007-10-28  Miles Bader  <miles@gnu.org>
598
599         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
600         at compile-time too.
601
602 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
603
604         * gnus-msg.el (gnus-message-setup-hook): Add
605         `message-remove-blank-cited-lines' to options.
606
607 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
608
609         * message.el (message-remove-blank-cited-lines): New function.
610         Suggested by Karl Pl\e,Ad\e(Bsterer.
611
612 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
615         mapc.
616
617         * imap.el (imap-open): Replace mapcar called for effect with mapc.
618         (top-level): Use mapc to set functions to be traced for debugging.
619
620         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
621         called for effect with while loop.
622
623         * message.el (message-talkative-question): Replace mapcar called for
624         effect with mapc.
625
626         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
627         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
628         called for effect with dolist.
629
630         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
631
632         * nndiary.el: Use dolist instead of mapcar to add diary headers to
633         gnus-extra-headers and nnmail-extra-headers.
634
635         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
636         called for effect with dolist.
637         (top-level): Use mapc to set functions to be traced for debugging.
638
639         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
640         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
641         dolist.
642
643         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
644         Replace mapcar called for effect with mapc.
645         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
646         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
647         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
648         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
649
650         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
651         remove-if that's a cl function.
652
653         * webmail.el (webmail-debug): Replace mapcar called for effect with
654         dolist.
655
656         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
657         with mapc.
658
659 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
662         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
663         with while loop.
664
665         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
666         functions from article-* functions.
667         (gnus-multi-decode-header): Replace mapcar called for effect with
668         dolist.
669
670         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
671         (gnus-bookmark-show-details): Replace mapcar called for effect with
672         while loop.
673
674         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
675         called for effect with while loop.
676
677         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
678         with dolist.
679
680         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
681         mapcar called for effect with dolist.
682
683         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
684
685         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
686         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
687         Replace mapcar called for effect with dolist.
688         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
689         mapc.
690
691         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
692         Replace mapcar called for effect with dolist.
693         (gnus-topic-list): Replace mapcar called for effect with mapc.
694
695         * gnus.el: Use mapc instead of mapcar to add autoloads.
696
697 2007-10-23  Richard Stallman  <rms@gnu.org>
698
699         * gnus-group.el (gnus-group-highlight): Mark as risky.
700
701 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * gnus.el (gnus-server-to-method): Return method found first in
704         gnus-newsrc-alist.
705
706         * gnus-art.el (gnus-article-highlight-signature)
707         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
708         button overlay without the front stickiness.
709
710 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
711
712         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
713         overview buffer needed a catch to receive its throw.
714         (gnus-agent-flush-cache): Declared as interactive to make this function
715         easier to use.
716
717 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
718
719         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
720         `next-line'.
721
722 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
723
724         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
725         exclude address matching message-dont-reply-to-names.
726
727 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * gnus-util.el (gnus-string<): New function.
730
731         * gnus-sum.el (gnus-article-sort-by-author)
732         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
733
734 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
737         the frame-focus tag is set in gnus-buffer-configuration.
738
739 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * gnus-art.el (gnus-article-add-button): Make a button overlay without
742         the front stickiness.
743
744 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
747         url pattern; remove duplicate one.
748         (gnus-article-extend-url-button): New function.
749         (gnus-article-add-buttons): Use it.
750         (gnus-button-push): Use concatenated url that it makes.
751
752 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
753
754         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
755
756 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
757
758         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
759         Don't hardcode point-min==1.
760
761 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
762
763         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
764         Fix comment about "iso8859-1".
765
766 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
767
768         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
769         ones returned from the verify-function.
770
771         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
772         mml2015-extract-cleartext-signature if extraction failed.
773
774 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
775
776         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
777         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
778         failed.
779
780 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
781
782         * Relicense "GPLv2 or later" files to "GPLv3 or later".
783
784 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
785
786         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
787         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
788         recommends to use EasyPG instead of PGG.
789
790         * pgg.el: Revert to revision 6.23.2.16
791
792         * pgg-def.el: Revert to revision 6.6.2.14.
793
794         * pgg-gpg.el: Revert to revision 6.23.2.34.
795
796 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
797
798         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
799         to mark a thread as expirable.  Add variable `hide' to handle hiding of
800         thread for both the null and zero (kill/expire thread) universal prefix
801         cases.
802         (gnus-summary-expire-thread): Add new function to expire a thread,
803         using gnus-summary-kill-thread.
804         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
805         shortcuts for gnus-summary-expire-thread.
806         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
807         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
808
809 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
810
811         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
812         extras value, so an extras entry can be deleted.
813         (gnus-registry-delete-extra-entry): Use it.
814         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
815         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
816         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
817          storage through the gnus-registry, and provide an appropriate API for
818          it.
819
820 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
823         Suggested by Leo <sdl.web@gmail.com>.
824
825         * gnus.el: Do.
826
827 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
830         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
831
832         * gnus-agent.el (gnus-agent-fetch-headers): Do.
833
834         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
835         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
836
837 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
838
839         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
840         newline.
841         (nnmbox-request-accept-article): Don't change article in source buffer;
842         narrow to header to use message-fetch-field rather than
843         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
844         (nnmbox-request-replace-article): Quote lines that'll be misidentified
845         as delimiters; make sure article ends with newline.
846         (nnmbox-delete-mail): Correct last position of article to be deleted;
847         ignore X-Gnus-Newsgroup header in article body.
848         (nnmbox-save-mail): Quote lines looking like delimiters at the right
849         positions; make sure article ends with newline.
850
851         * message.el (message-display-abbrev): Don't infloop when a user
852         inserts SPC in the beginning of header.
853
854         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
855         coding-system-for-read and coding-system-for-write for XEmacs having no
856         file-coding feature.
857
858         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
859
860 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
861
862         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
863         list of groups not followed by default.  Fix type to be regexp.
864         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
865
866 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
867
868         * hmac-def.el (define-hmac-function): Switch from old-style to
869         new-style backquotes.
870
871         * md4.el (md4-make-step): likewise.
872
873 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
874
875         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
876         raw-text coding system when saving .newsrc file, which may contain
877         non-ASCII group names.
878
879 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
880
881         * gnus-cus.el (gnus-score-extra): New widget.
882         (gnus-score-extra-convert): New function.
883         (gnus-score-customize): Use it for Extra.
884
885 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
886
887         * mml2015.el (mml2015-extract-cleartext-signature): New function.
888         (mml2015-mailcrypt-clear-verify): Use it.
889         (mml2015-gpg-clear-verify): Use it.
890         (mml2015-pgg-clear-verify): Use it.
891         (mml2015-epg-clear-verify): Replace the current part with the output
892         from GnuPG; don't extract the plaintext by itself.
893
894         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
895         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
896         mml2015-clear-verify-function; don't touch the armor headers or
897         dash-escaped text here.
898
899 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
900
901         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
902         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
903         parts, or application/octet-stream as a last resort.
904         (gnus-mime-view-part-as-type): Don't toggle display.
905         (gnus-mime-view-part-as-charset): Don't turn off display before
906         querying charset.
907
908         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
909         stuff to undisplayer function in Emacs.
910         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
911
912         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
913         text/calendar parts.
914
915 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
918         decoding text/calendar parts.
919
920         * message.el (message-forward-make-body-mime): Always mark body as
921         having no illegible text; remove signed-or-encrypted argument.
922         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
923
924         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
925         (mml-generate-mime-1): Don't encode body if it is specified to be in
926         raw form; don't make buffer be unibyte when inserting multibyte string.
927
928 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
929
930         * sha1.el: Fix up comment style.
931         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
932         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
933
934         * hex-util.el: Fix up comment style.
935         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
936
937         * gnus-salt.el: Use with-current-buffer.
938         (gnus-pick-setup-message): Fix long-standing typo.
939
940 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * imap.el (imap-logout-timeout): New variable.
943         (imap-logout, imap-logout-wait): New functions.
944         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
945
946         * nnimap.el (nnimap-logout-timeout): New server variable.
947         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
948         nnimap-logout-timeout.
949
950         * gnus-art.el (gnus-article-summary-command-nosave)
951         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
952
953 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * gnus.el (gnus-maximum-newsgroup): New variable.
956
957         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
958         according to gnus-maximum-newsgroup.
959
960         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
961         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
962         Limit the range of articles according to gnus-maximum-newsgroup.
963
964 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
965
966         * gnus-art.el (gnus-sticky-article): Fixed problems described in
967         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
968         Don't perform gnus-configure-windows here; reuse existing sticky
969         article buffer.
970
971         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
972         it doesn't exist in gnus-article-mode.
973
974 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
977         (gnus-agent-decoded-group-name): New function.
978         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
979         (gnus-agent-expire-group-1): Use it; decode group name in messages.
980
981 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
982
983         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
984         Add binding for gnus-sticky-article.
985         (gnus-summary-exit): Don't kill sticky article buffers.
986
987         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
988         article buffer.
989         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
990         (gnus-kill-sticky-article-buffers): New commands.
991
992 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
993
994         * nntp.el (nntp-xref-number-is-evil): New server variable.
995         (nntp-find-group-and-number): If it is non-nil, don't trust article
996         numbers in the Xref header.
997
998 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * gnus-agent.el (gnus-agent-read-group): New function.
1001         (gnus-agent-flush-group, gnus-agent-expire-group)
1002         (gnus-agent-regenerate-group): Use it.
1003         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
1004         nnmail-pathname-coding-system.
1005
1006 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
1009
1010         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
1011         that are unread as unread, and also as selected so that information of
1012         marks having been changed by a user may be updated when exiting group.
1013
1014 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * gnus-art.el (gnus-mime-display-single): Pass part number that is
1017         calculated ignoring signature parts to gnus-treat-article.
1018
1019 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1020
1021         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
1022         a point here in order to keep the window start.
1023         (gnus-insert-mime-security-button): Make a button overlay without the
1024         front stickiness.
1025         (gnus-mime-display-security): Goto the end of a button.
1026
1027         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
1028
1029 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
1032         group-name-at-point.
1033         (gnus-group-completing-read): New function that offers decoded
1034         non-ASCII group names for completion.
1035         (gnus-fetch-group, gnus-group-read-ephemeral-group)
1036         (gnus-group-jump-to-group, gnus-group-make-group-simple)
1037         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
1038         (gnus-group-fetch-control): Use it.
1039         (gnus-fetch-group): Use group-name-at-point for the initial value
1040         rather than the default value; use gnus-alive-p.
1041
1042         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
1043         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
1044         (gnus-summary-post-news): Use gnus-group-completing-read.
1045
1046         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
1047         (gnus-read-move-group-name): Decode group name for completion.
1048
1049 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
1050
1051         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
1052         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
1053         Yamaoka slightly modified the code).
1054
1055 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
1058         (nnmail-split-incoming): Bind it.
1059
1060         * nnml.el (nnml-group-name-charset): New function.
1061         (nnml-decoded-group-name): Use it; don't decode group name if
1062         nnmail-group-names-not-encoded-p is non-nil.
1063         (nnml-encoded-group-name): New function.
1064         (nnml-group-pathname): Inline nnml-decoded-group-name.
1065         (nnml-request-expire-articles): Decode group name in message.
1066         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
1067         nnmail-pathname-coding-system.
1068         (nnml-save-mail, nnml-active-number): Work with decoded group names and
1069         not decoded ones according to nnmail-group-names-not-encoded-p.
1070         (nnml-generate-active-info): Use nnml-encoded-group-name.
1071
1072 2007-08-08  Glenn Morris  <rgm@gnu.org>
1073
1074         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
1075         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
1076         doc-strings and comments.
1077
1078 2007-07-25  Glenn Morris  <rgm@gnu.org>
1079
1080         * Relicense all FSF files to GPLv3 or later.
1081
1082 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * gnus-sum.el (gnus-summary-move-article): Make
1085         gnus-summary-respool-article work.
1086
1087 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
1088
1089         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
1090         string.
1091
1092 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1093
1094         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
1095         that should be ignored when comparing distant RSS articles with local
1096         ones.
1097         (nnrss-make-hash-index): New function.  Create a hash index according
1098         to the ignored fields.
1099         (nnrss-check-group): Use it.
1100
1101 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1102
1103         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
1104
1105         * gnus-art.el (article-decode-group-name): Decode Xref header too.
1106
1107         * gnus-group.el (gnus-group-make-group): Encode group name here unless
1108         the new optional argument ENCODED is non-nil.
1109         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
1110         coding system for encoding group name.
1111         (gnus-group-make-rss-group): Pass un-encoded group name to
1112         gnus-group-make-group.
1113         (gnus-group-set-info): Tell gnus-group-make-group that group name is
1114         encoded.
1115
1116         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
1117         Encode group name to which articles are moved or copied.
1118         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
1119         coding system for encoding Newsgroup, Followup-To and Xref headers.
1120
1121         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
1122         marks; use nnheader-file-coding-system to write a file.
1123         (nnagent-retrieve-headers): Bind file-name-coding-system to
1124         nnmail-pathname-coding-system.
1125
1126         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
1127
1128         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
1129         (nnml-request-article, nnml-request-create-group)
1130         (nnml-request-rename-group, nnml-find-id)
1131         (nnml-possibly-change-directory, nnml-possibly-create-directory)
1132         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
1133         (nnml-save-marks): Use nnml-group-pathname instead of
1134         nnmail-group-pathname.
1135
1136         (nnml-request-create-group, nnml-request-expire-articles)
1137         (nnml-request-move-article, nnml-request-delete-group)
1138         (nnml-deletable-article-p, nnml-possibly-create-directory)
1139         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
1140         (nnml-open-marks): Bind file-name-coding-system to
1141         nnmail-pathname-coding-system.
1142
1143         (nnml-request-article): Pass server argument to nnml-find-group-number.
1144         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
1145         server argument to nnml-possibly-create-directory.
1146         (nnml-request-accept-article): Pass server argument to
1147         nnml-active-number and nnml-save-mail.
1148         (nnml-find-group-number): Pass server argument to nnml-find-id.
1149         (nnml-request-update-info): Pass server argument to
1150         nnml-marks-changed-p.
1151
1152         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
1153         (nnml-save-mail, nnml-active-number): Add server argument.
1154
1155         (nnml-request-delete-group): Warn if group is missing.
1156         (nnml-get-nov-buffer): Decode group name.
1157         (nnml-generate-active-info): Encode group name.
1158         (nnml-open-marks): Decode group name in messages.
1159
1160 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
1163         if it is not specified.
1164         (gnus-article-pipe-part, gnus-article-save-part)
1165         (gnus-article-interactively-view-part, gnus-article-copy-part)
1166         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
1167         (gnus-article-inline-part, gnus-article-save-part-and-strip)
1168         (gnus-article-replace-part, gnus-article-delete-part)
1169         (gnus-article-view-part-as-type): Pass raw prefix argument to
1170         gnus-article-part-wrapper.
1171
1172 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * gnus-agent.el (gnus-agent-save-active): Bind
1175         nnheader-file-coding-system to gnus-agent-file-coding-system.
1176
1177         * gnus-cache.el (gnus-cache-save-buffers)
1178         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
1179         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
1180         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
1181         (gnus-cache-braid-nov, gnus-cache-braid-heads)
1182         (gnus-cache-generate-active, gnus-cache-rename-group)
1183         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
1184         (gnus-cache-update-overview-total-fetched-for): Bind
1185         file-name-coding-system to nnmail-pathname-coding-system.
1186         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
1187         variables.
1188         (gnus-cache-decoded-group-name): New function.
1189         (gnus-cache-file-name): Use it.
1190         (gnus-cache-generate-active): Use non-decoded group name for active.
1191
1192         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
1193         right place.
1194         (gnus-write-active-file): Don't break non-ASCII group names.
1195
1196         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
1197         nnmail-pathname-coding-system.
1198
1199         * lpath.el: Bind default-file-name-coding-system,
1200         file-name-coding-system and language-info-alist for XEmacs.
1201
1202         * gnus-uu.el (gnus-uu-decode-save): Typo.
1203
1204 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
1207
1208 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
1211         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
1212         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
1213         (gnus-agent-flush-group, gnus-agent-flush-cache)
1214         (gnus-agent-fetch-headers, gnus-agent-load-alist)
1215         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
1216         (gnus-agent-retrieve-headers, gnus-agent-request-article)
1217         (gnus-agent-regenerate-group)
1218         (gnus-agent-update-files-total-fetched-for)
1219         (gnus-agent-update-view-total-fetched-for): Bind
1220         file-name-coding-system to nnmail-pathname-coding-system.
1221         (gnus-agent-group-pathname): Don't encode file names by
1222         nnmail-pathname-coding-system.
1223         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
1224         coding-system-for-write instead of buffer-file-coding-system to
1225         gnus-agent-file-coding-system.
1226
1227         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
1228         Decode group name.
1229
1230         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
1231
1232         * gnus-start.el (gnus-update-active-hashtb-from-killed)
1233         (gnus-read-newsrc-el-file): Make group names unibyte.
1234
1235         * nnmail.el (nnmail-group-pathname): Don't encode file names by
1236         nnmail-pathname-coding-system.
1237
1238         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
1239         (nnrss-request-delete-group): Bind file-name-coding-system to
1240         nnmail-pathname-coding-system.
1241         (nnrss-read-server-data, nnrss-read-group-data): Bind
1242         file-name-coding-system correctly.
1243         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
1244
1245         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
1246         (nntp-server-to-method-cache): New variable.
1247         (nntp-group-pathname): New function that decodes non-ASCII group names.
1248         (nntp-possibly-create-directory, nntp-marks-changed-p)
1249         (nntp-save-marks, nntp-open-marks): Use it.
1250         (nntp-possibly-create-directory, nntp-open-marks):
1251         Bind file-name-coding-system to nnmail-pathname-coding-system.
1252         (nntp-open-marks): Decode group names when bootstrapping marks.
1253
1254         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
1255         Newsgroups and Folowup-To headers.
1256
1257 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1260         (gnus-server-closed-face, gnus-server-denied-face)
1261         (gnus-server-offline-face): Remove variable.
1262         (gnus-server-font-lock-keywords): Use faces that are not aliases.
1263
1264         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
1265         of modifying message-stack directly for XEmacs.
1266
1267         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
1268         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
1269         if the coding-system argument is nil for XEmacs.
1270
1271         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
1272         mm-charset-override-alist.
1273
1274         * rfc2047.el: Don't require base64; require rfc2045 for the function
1275         rfc2045-encode-string.
1276         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
1277         to quote the parameter value.
1278
1279 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
1282         form in gnus-group-name-charset-method-alist.
1283
1284         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
1285         overrides the default layout edit-form.
1286
1287         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
1288
1289         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
1290
1291 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
1294         as unfetched articles.
1295
1296 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
1297
1298         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
1299
1300 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1301
1302         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
1303         original back end that keeps marks in the local system.
1304
1305 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
1308         arg of pop-to-buffer for XEmacs.
1309         (gnus-article-read-summary-keys): Ditto; don't restore window
1310         configuration if summary command ends up with neither article buffer
1311         nor summary buffer; describe bindings if summary keys end with C-h.
1312
1313 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * message.el (message-fix-before-sending): Skip raw message part to be
1316         forwarded while checking illegible text.
1317         (message-forward-make-body-mime, message-forward-make-body): Mark
1318         signed or encrypted raw message as having no illegible text.
1319
1320 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
1323         (gnus-message-with-timestamp-1): New macro.
1324         (gnus-message-with-timestamp): New function.
1325         (gnus-message): Use them.
1326
1327         * nnheader.el (nnheader-message): Use them.
1328
1329 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
1330
1331         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
1332         .newsrc.eld file.
1333
1334 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * gnus-agent.el (gnus-agent-fetch-headers)
1337         (gnus-agent-retrieve-headers): Bind
1338         gnus-decode-encoded-address-function to identity.
1339
1340         * nntp.el (nntp-send-xover-command): Recognize an xover command is
1341         available also when the server returns simply a dot.
1342
1343         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
1344
1345 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
1348
1349 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1350
1351         * gnus-ems.el (gnus-x-splash): Make it work.
1352
1353         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
1354         from being used.
1355
1356         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
1357
1358 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
1361         4th and the 5th arguments.
1362
1363         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
1364         the front stickiness.
1365         (gnus-article-summary-command-nosave): Correct the order of the
1366         arguments passed to pop-to-buffer.
1367         (gnus-article-read-summary-keys): Ditto; make it work properly when the
1368         summary command ends up with the article buffer.
1369
1370         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
1371         the same faces.
1372
1373 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1374
1375         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
1376
1377 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1378
1379         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
1380         * gnus-sum.el (gnus-summary-highlight):
1381         * pgg.el (pgg-sign-region, pgg-sign):
1382         * mail-source.el (mail-source-delete-old-incoming-confirm):
1383         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
1384
1385 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * gnus-art.el (gnus-mime-view-part-externally)
1388         (gnus-mime-view-part-internally): Fix predicate function passed to
1389         completing-read.
1390
1391         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
1392
1393         * gnus.el (gnus-update-message-archive-method): Add :version.
1394
1395 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * gnus.el (gnus-update-message-archive-method): New variable.
1398
1399         * gnus-start.el (gnus-setup-news): Update saved "archive" method
1400         according to gnus-message-archive-method if
1401         gnus-update-message-archive-method is non-nil.
1402
1403 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
1406         by Loic Dachary <loic@dachary.org>.
1407         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
1408
1409 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * message.el (message-pop-to-buffer): Add switch-function argument.
1412         (message-mail): Pass switch-function argument to it.
1413
1414 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
1415
1416         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
1417         Improve doc string.
1418
1419 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1420
1421         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
1422         (gnus-header-content)
1423         * gnus-cite.el (gnus-cite-10)
1424         * gnus-srvr.el (gnus-server-closed)
1425         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
1426         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
1427         (gnus-group-mail-3-empty, gnus-group-mail-low)
1428         (gnus-group-mail-low-empty, gnus-splash)
1429         * message.el (message-header-to, message-header-cc)
1430         (message-header-subject, message-header-other, message-header-name)
1431         (message-header-xheader, message-separator, message-cited-text)
1432         (message-mml): Lighten colors of faces used for dark background.
1433
1434 2007-05-24  Simon Josefsson  <simon@josefsson.org>
1435
1436         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
1437         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
1438
1439 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * message.el (message-narrow-to-headers-or-head): Ignore
1442         mail-header-separator in the body.
1443
1444 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
1447         same as window size.
1448
1449 2007-05-22  Kevin Ryde  <user42@zip.com.au>
1450
1451         * message.el (message-font-lock-keywords): Use message-header-xheader
1452         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
1453         ahead of the anything pattern, to get it recognised.
1454
1455 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
1458         spam.el loads uses it in the compiled defadvice form.
1459
1460 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1461
1462         * gnus-sum.el (gnus-articles-to-read)
1463         (gnus-summary-insert-old-articles): Don't truncate group name for
1464         `read-string'.
1465
1466         * gnus-util.el (gnus-limit-string): Delete this function.
1467
1468         * gnus-sum.el (gnus-simplify-subject-fully): Use
1469         `truncate-string-to-width' instead.
1470
1471 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1472
1473         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
1474         if, on summary exit, the next group has to be selected.
1475         (gnus-summary-exit): Use it.
1476
1477 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1478
1479         * gnus-art.el (gnus-article-mode): Fix comment about displaying
1480         non-break space.
1481
1482 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
1485         Check if group is not a directory.
1486         (nnfolder-request-expire-articles): Don't delete articles if the target
1487         group is not available.
1488
1489         * nnml.el (nnml-request-create-group): Properly check if group is not a
1490         file.
1491         (nnml-request-expire-articles): Don't delete articles if the target
1492         group is not available.
1493
1494         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1495         Don't quote characters that are within parentheses.
1496
1497 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
1500         (gnus-handle-ephemeral-exit): Select article according to it.
1501
1502 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1503
1504         * message.el (message-insert-formated-citation-line): Remove newline.
1505         (message-citation-line-format): Add final \n here so that the user can
1506         avoid a blank line.
1507
1508 2007-05-03  Dan Christensen  <jdc@uwo.ca>
1509
1510         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1511         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1512         Update lanl/arXiv support.
1513
1514 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1515
1516         * gnus.el: Bump version number.
1517
1518 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * gnus.el (gnus-version-number): Bump version.
1521
1522 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1523
1524         * gnus.el: No Gnus v0.6 is released.
1525
1526 2007-04-27  Didier Verna  <didier@xemacs.org>
1527
1528         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
1529         * gmm-utils.el (gmm-regexp-concat): here.
1530         * message.el: Don't require 'gnus-util.
1531         (message-dont-reply-to-names): Handle name change above.
1532         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
1533
1534 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
1537         since the initial value varies according to the system.
1538
1539 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * mm-util.el (mm-charset-synonym-alist): Defcustom.
1542
1543 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
1544
1545         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
1546
1547 2007-04-24  Didier Verna  <didier@xemacs.org>
1548
1549         Improve the type of gnus-ignored-from-addresses.
1550         * gnus-util.el (gnus-orify-regexp): New function.
1551         * message.el (gnus-util): Require it.
1552         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
1553         * gnus-sum.el (gnus-ignored-from-addresses): New function.
1554         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
1555
1556 2007-04-24  Didier Verna  <didier@xemacs.org>
1557
1558         * gnus-sum.el:
1559         * gnus-utils.el: Fix some trailing whitespaces.
1560
1561 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1562
1563         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
1564         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
1565         article's Message-ID; refer parent article in summary buffer.
1566
1567         * message.el (message-bounce): Call mime-to-mml.
1568
1569         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
1570         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
1571         optimize and/or forms properly.
1572
1573 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
1574
1575         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
1576         URL.
1577
1578 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1579
1580         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
1581
1582 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
1585         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
1586         displayed of multipart/alternative part if it is invoked from summary
1587         buffer.
1588
1589         * mm-view.el (mm-inline-text-html-render-with-w3m)
1590         (mm-inline-text-html-render-with-w3m-standalone)
1591         (mm-inline-render-with-function): Use mail-parse-charset by default.
1592
1593 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1594
1595         * parse-time.el (parse-time-string-chars): Check if CHAR
1596         is less than the length of parse-time-syntax.
1597
1598 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1599
1600         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
1601         from gnus-newsgroup-processable.
1602
1603 2007-04-16  Didier Verna  <didier@xemacs.org>
1604
1605         * gnus-msg.el (gnus-configure-posting-styles): Handle
1606         message-signature-directory properly with :file syntax. Reported by
1607         "Leo".
1608
1609 2007-04-11  Didier Verna  <didier@xemacs.org>
1610
1611         New user option: message-signature-directory.
1612         * gnus-msg.el (gnus-configure-posting-styles): Support it.
1613         * message.el (message-insert-signature): Ditto.
1614         * message.el (message-signature-file): Doc update.
1615         * message.el (message-signature-directory): New.
1616
1617 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * gnus-msg.el (gnus-inews-yank-articles): Use
1620         message-exchange-point-and-mark instead of exchange-point-and-mark.
1621
1622 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * message.el (message-yank-original): Make sure cited text ends with
1625         newline; don't exchange point and mark.
1626
1627 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1628
1629         * tls.el (open-tls-stream): Properly handle case where there
1630         is no associated buffer.
1631
1632 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
1633
1634         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1635         message-yank-original, make sure (< mark TEXT point).
1636
1637 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1638
1639         * message.el (message-fill-column): New variable.
1640         (message-mode): Use it.  Add comment on a possible new hook.
1641
1642         * nnmail.el (nnmail-spool-file): Mark as obsolete.
1643         (nnmail-get-new-mail): Reformat.
1644
1645         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
1646
1647         * gmm-utils.el: Fix Commentary.
1648         (gmm-tool-bar-from-list): Fix typo in doc string.
1649
1650 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
1651
1652         * message.el (message-yank-original): Don't switch point and mark
1653         unnecessarily to put point and mark as documented.
1654
1655 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656
1657         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
1658         from the message heads.
1659
1660 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
1661
1662         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
1663         article buffer does not have a window.  This may not be the best
1664         solution but is certainly better than setting the start of the null,
1665         that is the current, window.
1666
1667 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1668
1669         * gnus-draft.el (gnus-draft-setup-hook): New hook.
1670         (gnus-draft-setup): Run it.
1671
1672         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
1673         gnus-score-fast-scoring.  Allow regexp.
1674         (gnus-score-headers): Use it.
1675
1676         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
1677         XEmacs.
1678
1679         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
1680         string.
1681         (gnus-button-alist): Also catch `<f1> k ...'.
1682         (gnus-treat-display-x-face): Fix doc string.
1683
1684 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1685
1686         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
1687         evaluation of gnus-extended-version to ensure correct generation of the
1688         User-Agent header when message-generate-headers-first is used.
1689
1690 2007-03-24  Simon Josefsson  <simon@josefsson.org>
1691
1692         * hashcash.el (hashcash-generate-payment-async): Don't crash if
1693         hashcash-path is nil.  Don't call callback with incorrect number of
1694         parameters if val is 0.
1695
1696 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1697
1698         * message.el (message-required-news-headers):
1699         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
1700
1701 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1702
1703         * tls.el (open-tls-stream): In handshake-waiting loop,
1704         don't wait more if there is output available to process.
1705
1706 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1707
1708         * tls.el (tls-program): Doc fix.
1709
1710 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * message.el (message-generate-new-buffers): Change the meaning of the
1713         nil value; add `standard' to the choices; treat t as `unique'; improve
1714         doc string.
1715         (gnus-select-frame-set-input-focus): Autoload.
1716         (message-buffer-name): Search for the existing message buffer if
1717         message-generate-new-buffers is nil or `standard'; treat the value t of
1718         message-generate-new-buffers as `unique'.
1719         (message-pop-to-buffer): Raise the frame already displaying the message
1720         buffer; clear the echo area after querying.
1721         (message-setup): Pass the `continue' argument to compose-mail.
1722         (message-mail): Prefer `switch-function' if it is given; search for the
1723         existing message buffer if the `continue' argument is non-nil; pass
1724         continue and switch-function arguments to compose-mail by way of
1725         message-setup.
1726         (message-mail-other-window): Adjust argument of message-setup.
1727         (message-mail-other-frame): Ditto.
1728
1729 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
1732         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
1733         to turn font-lock on when turning gnus-message-citation-mode on.
1734
1735 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
1736
1737         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
1738         (mml-smime-function-alist): New variable; add epg as the backend.
1739         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
1740         mml-smime- functions instead.
1741         * mm-view.el: Require smime.
1742
1743 2007-03-05  Didier Verna  <didier@xemacs.org>
1744
1745         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
1746         instead of just inheritance for posting styles.
1747         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
1748
1749 2007-02-24  Chris Moore  <dooglus@gmail.com>
1750
1751         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1752         * pgg-pgp.el (pgg-pgp-encrypt-region):
1753         * pgg-gpg.el (pgg-gpg-encrypt-region):
1754         Check pgg-encrypt-for-me if no other recipients.
1755
1756 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1757
1758         * tls.el (tls-certtool-program): Fix custom type.
1759
1760 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1761
1762         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1763         and point-at-eol instead of line-(beginning|end)-position.
1764
1765         * assistant.el (assistant-parse-buffer): Ditto.
1766
1767         * netrc.el (netrc-parse-services): Ditto.
1768
1769 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
1770
1771         * mml2015.el (mml2015-epg-find-usable-key): New function.
1772         (mml2015-epg-sign): Use it.
1773         (mml2015-epg-encrypt): Use it.
1774
1775 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * message.el (message-make-in-reply-to): Quote name containing
1778         non-ASCII characters.  It will make the RFC2047 encoder cause an error
1779         if there are special characters.  Reported by NAKAJI Hiroyuki
1780         <nakaji@jp.freebsd.org>.
1781
1782 2007-02-27  Didier Verna  <didier@xemacs.org>
1783
1784         Include the group parameters as well as the topic ones in the
1785         inheritance filter process.
1786         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1787         argument GROUP-PARAMS-LIST.
1788         * gnus-topic.el (gnus-group-topic-parameters): Use it.
1789
1790 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * nntp.el (nntp-never-echoes-commands)
1793         (nntp-open-connection-functions-never-echo-commands): New variables.
1794         (nntp-send-command): Use them.
1795
1796 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
1797
1798         * mml2015.el (mml2015-epg-verify): Simplified.
1799
1800 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * mml.el (mml-content-disposition-alist): New user option.
1803         (mml-content-disposition): New function.
1804         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1805         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1806
1807 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1808
1809         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1810         verification.
1811
1812 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1813
1814         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1815         articles posted in the last 24 hours.
1816
1817 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1818
1819         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1820
1821 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1822
1823         * nntp.el (nntp-send-command): Don't wait for echoes when
1824         nntp-open-ssl-stream is used.
1825
1826 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1827
1828         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1829         (gnus-message-add-citation-keywords)
1830         (gnus-message-remove-citation-keywords): Remove.
1831         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1832         directly, make the variables in font-lock-defaults buffer-local, add
1833         gnus-message-citation-keywords to them and then update the value of
1834         font-lock-keywords.
1835
1836 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * message.el (message-cite-original-1): Don't call
1839         gnus-article-highlight-citation.
1840
1841         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1842         citations; fix line count.
1843
1844 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1847         (gnus-message-add-citation-keywords)
1848         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1849         versions of font-lock-add-keywords and font-lock-remove-keywords to
1850         work with XEmacs correctly.
1851
1852 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * gnus-cite.el (gnus-cite-face-list): Set the values of
1855         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1856         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1857         (gnus-message-cite-prefix-regexp): New variable.
1858         (gnus-message-search-citation-line): Use it; protect against long
1859         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1860         the 0th match data for Emacs.
1861         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1862         (gnus-message-add-citation-keywords): Append keywords rather than
1863         prepending; emulate font-lock-add-keywords if it is not available.
1864         (gnus-message-remove-citation-keywords): Emulate
1865         font-lock-remove-keywords if it is not available.
1866
1867         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1868
1869         * message.el (message-cite-prefix-regexp): Set the value of
1870         gnus-message-cite-prefix-regexp.
1871
1872 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1873
1874         * nnweb.el (nnweb-google-parse-1): Update parser.
1875
1876 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1877
1878         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1879
1880 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1881
1882         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1883         regexp.
1884
1885 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1888         string-to-multibyte.
1889         (uudecode-decode-region-internal): Use it.
1890
1891         * lpath.el: Fbind string-as-multibyte for XEmacs.
1892
1893 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1894
1895         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1896         custom choice.
1897
1898         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1899
1900 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1901
1902         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1903
1904         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1905         `write-region' to respect `mm-inhibit-file-name-handlers'.
1906
1907 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1908
1909         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1910         Use gnus-home-directory instead of "~/" or "$HOME".
1911
1912 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1913
1914         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1915         to mention filename.
1916         Add comments at beginning regarding usage.
1917         (encrypt-write-file-contents): Change interactive so a string is
1918         acceptable.  If the file has no associated model, show an error instead
1919         of a nonsense prompt.
1920
1921 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1922
1923         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1924         Thanks to Yoshihiko Yamada for kind notification of this typo.
1925
1926 2007-01-12  Kenichi Handa  <handa@m17n.org>
1927
1928         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1929         multibyte buffer.
1930
1931 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1932
1933         * gnus-score.el (gnus-score-fast-scoring): New variable.
1934         (gnus-score-headers): Use it.
1935
1936         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1937
1938         * message.el (message-cite-original-1): Call
1939         gnus-article-highlight-citation if requested.
1940         (message-make-from): Allow name and address as optional arguments.
1941
1942         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1943
1944         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1945         bugs to doc string.
1946         (gnus-button-alist): Add mid\\|message-id.
1947         (gnus-button-fetch-group): Extend for use in
1948         `browse-url-browser-function'.
1949         (gnus-button-url-regexp): Try to catch paired parentheses like in
1950         Wikipedia URLs.
1951
1952         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1953         Suggested by Simon Krahnke <overlord@gmx.li>.
1954
1955 2007-01-13  Romain Francoise  <romain@orebokech.com>
1956
1957         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1958         Update copyright.
1959
1960 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1961
1962         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1963
1964 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1965
1966         * gnus-registry.el (gnus-registry-unfollowed-groups)
1967         (gnus-registry-split-fancy-with-parent): Fix documentation.
1968
1969 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1972         from nnweb groups.
1973
1974 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1977         Xref urls.  Erase buffer before requesting head.
1978
1979 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1980
1981         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1982         customizable.
1983
1984 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1985
1986         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1987         no signing key is found.
1988         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1989         no encrypting and/or signing key is found.
1990
1991 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1992
1993         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1994
1995 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1996
1997         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1998         headers read from disk with the ones newly found in the current search.
1999         This should no longer cause problems, because the article numbers in
2000         Gmane's `nov.php' output are ignored since the previous change.
2001
2002 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2003
2004         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
2005
2006 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
2009         replace-regexp-in-string; bind url-version; fbind display-images-p and
2010         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
2011         find-face and set-itimer-function for Emacs; bind itimer-list for
2012         Emacs.
2013
2014         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2015
2016 2007-01-01  Romain Francoise  <romain@orebokech.com>
2017
2018         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2019
2020 2006-12-31  Steve Youngs  <steve@sxemacs.org>
2021
2022         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
2023         `define-minor-mode' macro definition expanded properly.
2024         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
2025         exclude it there.
2026
2027         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
2028         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
2029         `fboundp' test.
2030         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
2031         This is OK to autoload in (S)XEmacs now.
2032
2033 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
2036         keystroke.
2037         (gnus-summary-limit-to-singletons): Fix typo.
2038
2039         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
2040         else fails.
2041
2042 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2043
2044         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
2045         docstring.
2046
2047         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
2048         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
2049         (gnus-summary-insert-dormant-articles): Fix typo in message.
2050
2051 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2052
2053         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
2054         nil for XEmacs.
2055         (gnus-message-citation-mode): Don't autoload in XEmacs.
2056
2057         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
2058
2059 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
2060
2061         * nnimap.el (nnimap-expunge-search-string): Mention
2062         nnimap-search-uids-not-since-is-evil in docstring.
2063
2064 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2065
2066         * spam.el: Revert to make-obsolete-variable because
2067         define-obsolete-variable-alias is not supported in Emacs 21.
2068
2069         * spam.el (spam-ifile-path, spam-ifile-database-path)
2070         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
2071         make-obsolete-variable.
2072         (spam-bsfilter-path, spam-bsfilter-program)
2073         (spam-spamassassin-path, spam-spamassassin-program)
2074         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
2075         use "path" inappropriately.
2076         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
2077         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
2078         variable names.
2079
2080 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
2081
2082         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
2083         summary buffer.
2084
2085         * password.el (password-cache-remove): Use clear-string to burn
2086         password, if available.
2087
2088 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2089
2090         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
2091
2092         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
2093
2094         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
2095         (gnus-message-highlight-citation): Move defcustom here from
2096         gnus-cite.el.
2097         (gnus-message-citation-mode): Autoload.
2098
2099         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
2100         checks to make it compile with XEmacs.
2101         (gnus-message-citation-mode): New minor mode.
2102         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
2103         (gnus-message-highlight-citation): New variables.
2104         (gnus-message-search-citation-line)
2105         (gnus-message-add-citation-keywords)
2106         (gnus-message-remove-citation-keywords)
2107         (turn-on-gnus-message-citation-mode)
2108         (turn-off-gnus-message-citation-mode): New functions.
2109
2110 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
2111
2112         * gnus-cite.el: Enable highlighting of different citation levels in
2113         message-mode.
2114
2115 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2116
2117         * message.el (message-make-fqdn): Fix comment.
2118         (message-bogus-system-names): Add ".local".
2119
2120         * spam.el (spam-ifile-path, spam-ifile-program)
2121         (spam-ifile-database-path, spam-ifile-database)
2122         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
2123         Don't use "path" inappropriately.
2124         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
2125         strings.
2126         (spam-check-ifile, spam-ifile-register-with-ifile)
2127         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
2128         new variable names.
2129
2130         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
2131         (gnus-treat-display-smileys): Simplify using
2132         gnus-image-type-available-p.
2133
2134         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
2135         available.
2136
2137         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
2138         `display-images-p' if available.
2139
2140 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
2143         one after turning on the buffer's multibyteness instead of decoding
2144         them directly in the unibyte buffer that causes unexpected conversion
2145         in Emacs 23 (unicode).
2146
2147 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2148
2149         * message.el (message-generate-hashcash): Fix custom type.
2150
2151 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
2152
2153         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
2154
2155 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
2156
2157         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
2158         disconnect icons.  Add help text.
2159
2160 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
2161
2162         * spam.el (spam-extra-header-to-number): CRM114 spam score is
2163         negated to be consistent with the others we handle.
2164
2165 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166
2167         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
2168         version of gnus-summary-buffer to something, so that we can use two
2169         article buffers at the same time.
2170
2171 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
2172
2173         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
2174         trigger all the extra headers.
2175         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
2176         sorting.
2177
2178 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2179
2180         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
2181         solid groups.
2182
2183 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
2184
2185         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2186
2187 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2188
2189         * legacy-gnus-agent.el: Add Copyright notice.
2190
2191 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
2192
2193         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
2194
2195 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
2198
2199         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
2200         to make it work reliably in CVS Emacs.
2201         (gnus-summary-limit-strange-charsets-predicate)
2202         (gnus-summary-limit-to-predicate): New functions.
2203
2204 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
2205
2206         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
2207         specifying array size.
2208         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
2209         array if it is too small.
2210         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
2211         (gnus-sort-threads-loop): New function.
2212
2213 2006-12-06  Chris Moore  <dooglus@gmail.com>
2214
2215         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
2216         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
2217
2218 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
2219
2220         * mm-url.el (mm-url-predefined-programs): Call curl with correct
2221         options.
2222
2223 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224
2225         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
2226         DOS-ing the recipient.
2227
2228         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
2229         the headers when creating the mapping to avoid mismappings.
2230         (nnweb-gmane-create-mapping): Always nix out old mapping.
2231
2232 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
2235         and mm-verify-option to never.
2236
2237 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2238
2239         * message.el (message-signed-or-encrypted-p): New function.
2240         (message-forward-make-body): Use it.
2241
2242         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
2243         Replace encode-coding-string with mm-encode-coding-string.
2244
2245 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * nneething.el (nneething-decode-file-name): Replace
2248         decode-coding-string with mm-decode-coding-string.
2249
2250         * gnus-int.el (gnus-open-server): Say failed server's name.
2251
2252 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2253
2254         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
2255         strings to a single string.  Quote `errors-file-name'.
2256         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
2257         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
2258         Adjust calls.  Use `shell-quote-argument'.
2259
2260 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
2261
2262         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
2263         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
2264
2265         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
2266         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
2267         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
2268         (gnus-group-make-directory-group, gnus-group-transpose-groups):
2269         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
2270         (gnus-subscribe-newsgroup, gnus-1):
2271         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
2272         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
2273         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
2274         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
2275
2276 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
2279         keystroke.
2280         (gnus-summary-limit-to-bodies): Implement headersp.
2281
2282 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * dns.el (query-dns): Protect against "Process dns deleted" strings.
2285
2286 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
2289
2290 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * message.el (message-generate-hashcash): Expand range of values to
2293         include `opportunistic'.
2294         (message-send-mail): Use it.
2295
2296 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2297
2298         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
2299         and comment it.
2300
2301         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
2302
2303 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
2304
2305         * gnus-util.el (gnus-extract-address-components): Improve comment.
2306
2307 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2308
2309         * gnus-util.el (gnus-extract-address-components): Work with address in
2310         which the name portion contains @.
2311
2312         * lpath.el: Fbind custom-autoload.
2313
2314 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2315
2316         * gnus.el (gnus-start): Move custom group up.
2317         (gnus-select-method): Don't autoload, but make it available for
2318         `customize-variable'.
2319         (gnus-getenv-nntpserver): Don't autoload.
2320
2321 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
2322
2323         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
2324
2325 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2326
2327         * message.el (message-sendmail-extra-arguments): New variable.
2328         (message-send-mail-with-sendmail): Use it.
2329
2330 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
2333         mm-with-unibyte-current-buffer to make string unibyte.
2334
2335         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
2336         mm-string-as-multibyte.
2337
2338 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
2339
2340         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
2341         Reported by Werner Koch <wk@gnupg.org>.
2342
2343 2006-11-14  Daiki Ueno  <ueno@p360>
2344
2345         * mml2015.el: Autoload epa-select-keys when compiling.
2346
2347 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2348
2349         * mml2015.el (mml2015-epg-sign): Save the signing keys in
2350         message-options.
2351         (mml2015-epg-encrypt): Save the recipient keys in message-options.
2352
2353 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2354
2355         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
2356         EasyPG (< 0.0.6).
2357         (mml2015-always-trust): New user option.
2358         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
2359         prompt.
2360
2361 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         * nntp.el (nntp-authinfo-force): New variable.
2364         (nntp-send-authinfo): Use it.
2365
2366 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
2367
2368         * message.el (message-strip-subject-encoded-words): Allow _not_ to
2369         decode encoded words.  Improve prompt.  Add comment about forwarding.
2370         (message-replacement-char): Move up.
2371
2372 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2373
2374         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
2375         instead of gnus-intersection because arguments of gnus-sorted-nunion
2376         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
2377
2378 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
2379
2380         * message.el (message-strip-subject-encoded-words): Reformat prompt.
2381         (message-simplify-subject-functions): Enable
2382         message-strip-subject-encoded-words by default.
2383
2384 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
2385
2386         * message.el (message-strip-subject-encoded-words): New function
2387         (message-simplify-subject-functions): New variable.
2388         (message-simplify-subject): Use it.  Fix typo in doc string.
2389         Support message-strip-subject-encoded-words.
2390
2391 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
2392
2393         * gnus-diary.el (gnus-diary-delay-format-function):
2394         * nndiary.el (nndiary-reminders):
2395         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
2396
2397 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2398
2399         * gnus-art.el (article-hide-boring-headers): Fetch date from
2400         gnus-original-article-buffer to avoid problems with localized date
2401         strings.
2402
2403 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
2406
2407 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
2408
2409         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
2410         New variables.
2411         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2412         (mm-charset-synonym-alist): Move some entries to
2413         mm-codepage-iso-8859-list.
2414         (mm-charset-synonym-alist, mm-charset-override-alist): Add
2415         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2416
2417 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
2420
2421 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2422
2423         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
2424         with Emacs 21 and XEmacs.
2425
2426 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2427
2428         * spam.el (spam-parse-address): New function for better parsing,
2429         catching errors, etc.
2430         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
2431
2432 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2433
2434         * mm-view.el: Add interactive arg to html2text autoload.
2435
2436 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2437
2438         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
2439
2440 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
2441
2442         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
2443         variables.
2444         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2445         (mm-charset-synonym-alist): Move some entries to
2446         mm-codepage-iso-8859-list.
2447
2448         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
2449
2450 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
2451
2452         * message.el (message-citation-line-format)
2453         (message-insert-formated-citation-line): Fix implementation of %E, %N
2454         and %n according to the doc string.
2455
2456 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
2457
2458         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2459         car-safe to avoid bad parses.
2460
2461 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2462
2463         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
2464         names.
2465
2466         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
2467
2468 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2469
2470         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
2471         header.
2472
2473         * message.el (message-draft-headers): Add Date.
2474         (message-headers-to-generate): Fix typo in docstring.
2475
2476         * nndraft.el (nndraft-required-headers): New variable.
2477         (nndraft-generate-headers): Use it.
2478
2479         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
2480
2481 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2482
2483         * gnus-registry.el (gnus-registry-wash-for-keywords)
2484         (gnus-registry-find-keywords): New functions to allow easy searching of
2485         articles that are in the registry.
2486
2487 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2488
2489         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2490         ietf-drums-parse-address instead of gnus-extract-address-components.
2491         Reported by Damien Elmes <damien@repose.cx>.
2492
2493 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2494
2495         * gnus.el (gnus-mime): Remove unused custom group.
2496
2497 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2498
2499         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
2500         "blank line" when searching for end of armor headers.
2501
2502 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * gmm-utils.el (gmm-write-region): Fix variable name.
2505
2506 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
2507
2508         * gmm-utils.el (gmm-write-region): New function based on compatibility
2509         code from `mm-make-temp-file'.
2510
2511         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
2512
2513         * nnmaildir.el (nnmaildir--update-nov)
2514         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
2515         Use `gmm-write-region'.
2516
2517 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2518
2519         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
2520         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2521
2522         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
2523
2524         * message.el (message-replacement-char): New variable.
2525         (message-fix-before-sending): Use it.
2526         (message-simplify-subject): New function to remove duplicate code.
2527         (message-reply, message-followup): Use it.
2528
2529         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
2530         gnus-summary-limit-to-articles.
2531
2532 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * gnus-util.el (gnus-with-local-quit): New macro.
2535
2536         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
2537
2538 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
2539
2540         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
2541         ignore non-string data.
2542
2543 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
2544
2545         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
2546         non-string data (needs to be done in the registry too).
2547
2548 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2549
2550         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
2551         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
2552         (gnus-registry-split-fancy-with-parent)
2553         (gnus-registry-fetch-simplified-message-subject-fast)
2554         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
2555         Remove text properties on ingress into the registry and when it's saved.
2556         (gnus-registry-clean-empty-function): Fix bug with cleaning the
2557         registry from entries with no groups.
2558
2559 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2560
2561         * gnus-util.el (gnus-string-remove-all-properties): Add utility
2562         function to remove string properties.
2563
2564 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2565
2566         * gmm-utils.el (gmm): Adjust custom version.
2567
2568         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
2569         custom version.
2570
2571         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2572
2573 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2574
2575         * gnus-art.el (gnus-insert-prev-page-button)
2576         (gnus-insert-next-page-button): Simplify.  Reformat.
2577
2578 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2579
2580         * gnus-art.el (gnus-insert-prev-page-button)
2581         (gnus-insert-next-page-button): Apply gnus-article-button-face.
2582
2583 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2584
2585         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2586
2587 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2588
2589         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
2590         gnus-article-button-face to MIME and security buttons.
2591
2592 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2593
2594         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
2595         readable.
2596
2597 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2598
2599         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
2600
2601 2006-09-20  Steve Youngs  <steve@sxemacs.org>
2602
2603         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
2604         `browse-url-of-file' instead of `browse-url'.
2605
2606 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2607
2608         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2609         regexp.  Articles containing quotation were cut prematurely.
2610
2611 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * message.el (message-cite-original-1): Use nobody by default for the
2614         value of From header.
2615         (message-reply): Ditto.
2616
2617 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
2618
2619         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2620         to the gnus-info.  This fixes a bug of inline-PGP message verification.
2621         Reported by Michael Piotrowski <mxp@dynalabs.de>.
2622
2623 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2624
2625         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2626         mails in the doc string.  Add some URLs in comment.
2627         (pop3-movemail): Warn about pop3-leave-mail-on-server.
2628
2629 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2632         backslashes handling and the way to find boundaries of quoted strings.
2633
2634 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
2635
2636         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
2637         mml1991-encrypt-to-self is set and mml1991-signers is not set.
2638         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
2639         mml2015-encrypt-to-self is set and mml2015-signers is not set.
2640
2641 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2642
2643         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
2644         doc string.
2645         (gnus-button-regexp, gnus-button-last): Remove unused variables.
2646
2647 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * lpath.el: Fbind epg-check-configuration.
2650
2651 2006-09-06  Simon Josefsson  <jas@extundo.com>
2652
2653         * mml2015.el (mml2015-use): Doc fix, mention epg.
2654
2655 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2656
2657         * mml2015.el (mml2015-use): Default to epg, if available.
2658
2659 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2660
2661         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
2662         message-sender.
2663         (mml1991-epg-encrypt): Ditto.
2664         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
2665         message-sender.
2666         (mml2015-epg-encrypt): Ditto.
2667
2668 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
2669
2670         * message.el (message-send-mail-with-sendmail): Look for sendmail in
2671         several common directories.
2672
2673 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
2674
2675         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
2676         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
2677
2678 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2679
2680         * gnus-art.el (article-decode-encoded-words): Make it fast.
2681
2682 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2683
2684         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
2685
2686         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
2687         in quoted string into `\'.
2688
2689 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2690
2691         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2692         Use standard-syntax-table.
2693
2694 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2695
2696         * gnus-art.el (gnus-decode-address-function): New variable.
2697         (article-decode-encoded-words): Use it to decode headers which are
2698         assumed to contain addresses.
2699         (gnus-mime-delete-part): Remove useless `or'.
2700
2701         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
2702         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
2703         (gnus-nov-parse-line): Use it to decode From header.
2704         (gnus-get-newsgroup-headers): Ditto.
2705         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
2706
2707         * mail-parse.el (mail-decode-encoded-address-region): New alias.
2708         (mail-decode-encoded-address-string): New alias.
2709
2710         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2711         New function.
2712         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
2713         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
2714         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
2715         (rfc2047-decode-string): Ditto.
2716         (rfc2047-decode-address-region): New function.
2717         (rfc2047-decode-address-string): New function.
2718
2719 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
2720
2721         * message.el (message-caesar-buffer-body): Allow rotating headers.
2722
2723         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
2724
2725         * message.el (message-insert-formated-citation-line): Fix %f.
2726         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
2727
2728 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
2731         (gnus-bookmark-mouse-available-p): New macro.
2732         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
2733         (gnus-bookmark-bmenu-show-infos): Use it.
2734         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
2735         (gnus-bookmark-bmenu-hide-infos): Ditto.
2736         (gnus-bookmark-remove-properties): New function.
2737         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
2738         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
2739         (gnus-bookmark-write-file): Bind coding-system-for-write.
2740         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
2741         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
2742         group before selecting it.
2743         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
2744         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
2745         quit-window if it is not available; use gnus-mouse-2 and bind it to
2746         gnus-bookmark-bmenu-select-by-mouse.
2747         (gnus-bookmark-show-details): Remove unused variable `details-list'.
2748         (gnus-bookmark-bmenu-select-by-mouse): New function.
2749
2750 2006-08-13  Romain Francoise  <romain@orebokech.com>
2751
2752         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
2753         space.
2754
2755 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2756
2757         * compface.el (uncompface): Use binary rather than raw-text-unix.
2758
2759 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * compface.el (uncompface): Make sure the eol conversion doesn't take
2762         place when communicating with the external programs.  Reported by
2763         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2764
2765 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * nnheader.el (nnheader-insert-head): Fix typo in comment.
2768
2769 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2770
2771         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2772         Make it more robust by parsing author and date independently.
2773
2774 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2777
2778 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
2779
2780         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2781         first matching secret key.
2782         (mml2015-epg-encrypt): Ditto.
2783
2784         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2785         first matching secret key.
2786         (mml1991-epg-encrypt): Ditto.
2787
2788         * mml2015.el (mml2015-encrypt-to-self): New user option.
2789         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2790         mml2015-epg-encrypt-to-self is set.
2791
2792         * mml1991.el (mml1991-encrypt-to-self): New variable.
2793         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2794         mml1991-epg-encrypt-to-self is set.
2795
2796         * mml2015.el (mml2015-signers): New user option.
2797         (mml2015-epg-sign): Reflect the value of mml2015-signers.
2798         (mml2015-epg-encrypt): Allow to select signing keys.
2799
2800         * mml1991.el (mml1991-signers): New variable.
2801         (mml1991-epg-sign): Reflect the value of mml1991-signers.
2802         (mml1991-epg-encrypt): Allow to select signing keys.
2803
2804 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2805
2806         * nnheader.el (nnheader-insert-head): Make it work even if the file
2807         uses CRLF for the line-break code.
2808
2809 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2810
2811         * mml2015.el: Require mml-sec instead of password.
2812         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2813         (mml2015-cache-passphrase): Inherit the default value from
2814         mml-secure-cache-passphrase.
2815         (mml2015-passphrase-cache-expiry): Inherit the default value from
2816         mml-secure-passphrase-cache-expiry.
2817
2818         * mml1991.el: Require mml-sec instead of password.
2819         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2820         (mml1991-cache-passphrase): Inherit the default value from
2821         mml-secure-cache-passphrase.
2822         (mml1991-passphrase-cache-expiry): Inherit the default value from
2823         mml-secure-passphrase-cache-expiry.
2824
2825         * mml-sec.el: Require password.
2826         (mml-secure-verbose): New user option.
2827         (mml-secure-cache-passphrase): New user option.
2828         (mml-secure-passphrase-cache-expiry): New user option.
2829
2830 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2831
2832         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2833         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2834         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2835
2836         FIXME: Use `tiny change'?
2837
2838 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2839
2840         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2841         workaround for the url package included with Emacs.
2842
2843         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2844
2845 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2848         correctly.  This fixes a bug caused by the 2006-05-12 change.
2849
2850 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2851
2852         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2853         some information about the error when saying that the `bogus' mail
2854         group will be used.
2855
2856 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2857
2858         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2859         string.
2860
2861 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2862
2863         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2864
2865 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2866
2867         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2868
2869 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2870
2871         * mml1991.el (mml1991-function-alist): Add epg.
2872         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2873         (mml1991-epg-encrypt): New functions.
2874
2875 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2876
2877         * mml2015.el (mml2015-verbose): New variable.
2878         (mml2015-cache-passphrase): Ditto.
2879         (mml2015-passphrase-cache-expiry): Ditto.
2880         (mml2015-function-alist): Add epg.
2881         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2882         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2883         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2884         functions.
2885
2886 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2887
2888         * message.el (message-cite-original-1): Preserve region when removing
2889         quoted text due to X-No-Archive in order to avoid bogus attribution
2890         when citing multiple messages.
2891
2892 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2893
2894         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2895         Kenneth Jacker <khj@be.cs.appstate.edu>.
2896
2897 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2898
2899         * gnus-diary.el (gnus-user-format-function-d)
2900         (gnus-user-format-function-D): Autoload.
2901
2902         * imap.el (Commentary): Fix typo.
2903
2904         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2905         2006-04-22 contribution.
2906
2907 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2908
2909         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2910         It didn't really fix the bogosity I'm seeing with solid web groups.
2911
2912 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2913
2914         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2915         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2916         created using server names.  If we use the feature without declaring
2917         it, Gnus does not properly manage server and group state.
2918
2919         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2920         bound.
2921
2922 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2923
2924         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2925         looking up the method using GROUP's prefix before inventing a new one.
2926         It is used on killed/unknown groups in various places where returning
2927         an all-new method isn't expected by the caller.
2928
2929         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2930         and match semantics of gnus-group-real-prefix.
2931
2932 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2933
2934         * nnmail.el (nnmail-broken-references-mailers): New variable.
2935         (nnmail-ignore-broken-references): New function generalizing
2936         nnmail-fix-eudora-headers.
2937         (nnmail-fix-eudora-headers): Now obsolete.
2938
2939         * gnus-art.el (gnus-button-handle-custom): Support
2940         `customize-apropos*'.
2941
2942 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943
2944         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2945
2946         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2947         articles.
2948
2949 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2950
2951         * message.el (message-cite-reply-above): New variable.
2952         (message-yank-original): Use it.
2953
2954 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2955
2956         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2957
2958 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2959
2960         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2961         as read.
2962
2963         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2964
2965 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2966
2967         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2968         (gnus-bookmark-default-file): Use gnus-directory.
2969         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2970         Remove "*" in doc string.
2971         (gnus-bookmark-write-file): Simplify.
2972         (gnus-bookmark-maybe-sort-alist): Use `when'.
2973         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2974         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2975         FIXME about Emacs 21 and XEmacs compatibility.
2976         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2977         compatibility.
2978         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2979         compatibility.
2980         (gnus-bookmark-menu-heading): Fix version.
2981
2982 2006-06-19  Bastien Guerry  <bzg@altern.org>
2983
2984         * gnus-bookmark.el: New file.
2985
2986 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * message.el (message-syntax-checks): Doc fix.
2989
2990 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2991
2992         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2993         unsubscribed groups as if they were killed ones.  It causes duplicate
2994         entries in gnus-newsrc-alist.
2995
2996 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2997
2998         * message.el (message-syntax-checks): Doc fix.
2999         (message-send-mail): Add check for continuation headers.
3000         (message-check-news-header-syntax): Fix regexp used to check for
3001         continuation headers.
3002
3003 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
3006
3007 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
3008
3009         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
3010
3011 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3012
3013         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
3014         default-truncate-lines.
3015
3016 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
3019         to fill the utf-8 entry.
3020
3021         * lpath.el: Fbind unicode-precedence-list.
3022
3023 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3024
3025         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3026
3027 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
3028
3029         * gnus-agent.el (directory-files-and-attributes): Move all the way
3030         forward (the third and final move).
3031         (gnus-agent-read-agentview): Trap reconstruction errors due to
3032         nonexistant directory.  Handle by returning nil.
3033
3034 2006-05-30  Didier Verna  <didier@xemacs.org>
3035
3036         * message.el (message-dont-reply-to-names): Update the custom type.
3037         * message.el (message-dont-reply-to-names): New defsubst: potentially
3038         convert a list of regexps into a single one.
3039         * message.el (message-get-reply-headers): Use it.
3040         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
3041
3042 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * gnus-agent.el (directory-files-and-attributes): Move forward.
3045
3046 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3047
3048         * gnus-ml.el (gnus-mailing-list-subscribe)
3049         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
3050         (gnus-mailing-list-message): Fix doc strings.
3051
3052 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3053
3054         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
3055         of doing it manually.
3056
3057 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3058
3059         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
3060         comment.
3061
3062 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
3063
3064         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
3065         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
3066         (gnus-agent-read-local): All symbols allocated in my-obarray
3067         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
3068         (gnus-agent-regenerate-group): Check numeric names to see if they are
3069         messages or groups.
3070         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
3071         better way of do this...)
3072
3073         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
3074         'dummy.group' (there should be a better way of do this...)
3075
3076 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
3079         (gnus-saved-headers): Ditto.
3080         (gnus-default-article-saver): Mention functions may have properties.
3081         (gnus-article-save): Override gnus-save-all-headers and
3082         gnus-saved-headers by :headers property which saver function may have.
3083         (gnus-summary-save-in-file): Add :headers property.
3084         (gnus-summary-write-to-file): Ditto.
3085
3086         * gnus-sum.el (gnus-summary-save-article): Bind
3087         gnus-prompt-before-saving to t when saving many articles in a file;
3088         always show all headers.
3089
3090         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
3091
3092 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
3093
3094         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
3095         marks.
3096
3097         * message.el (message-indent-citation): Add optional arguments to allow
3098         using it outside of message buffers.
3099
3100         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
3101         (gnus-article-treat-unfold-headers): Use it.
3102         (gnus-article-truncate-lines): New variable.
3103         (gnus-article-mode): Use it.
3104         (gnus-article-toggle-truncate-lines): New function.
3105
3106         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
3107         gnus-article-toggle-truncate-lines.
3108
3109         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
3110         coding system in XEmacs, use binary.
3111
3112 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
3115         after-load-alist.
3116
3117         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
3118         this function should save decoded articles.
3119         (gnus-summary-write-to-file): Use property to specify this function
3120         should save decoded articles and specify gnus-summary-save-in-file
3121         should be used to save articles other than the first one when saving
3122         many articles.
3123         (gnus-summary-save-body-in-file): Use property to specify this
3124         function should save decoded articles.
3125         (gnus-summary-write-body-to-file): Use property to specify this
3126         function should save decoded articles and specify
3127         gnus-summary-save-body-in-file should be used to save articles other
3128         than the first one when saving many articles.
3129
3130         * gnus-sum.el (gnus-summary-save-article): Simplify.
3131
3132 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * gnus-art.el (gnus-default-article-saver): Add
3135         gnus-summary-write-body-to-file.
3136         (gnus-article-save-coding-system): Don't use coding system object
3137         in XEmacs.
3138         (gnus-read-save-file-name): Add optional `dir-var' argument which
3139         specifies directory in which files are saved; work even if optional
3140         `variable' argument is not specified.
3141         (gnus-summary-write-to-file): Read file name.
3142         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
3143         (gnus-summary-write-body-to-file): New function.
3144
3145         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
3146         (gnus-summary-local-variables): Add it.
3147         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
3148         (gnus-summary-save-article): Remove optional `decode' argument;
3149         determine whether to decode articles by the value of
3150         gnus-default-article-saver; when saving many files using
3151         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
3152         it first and use gnus-summary-save-in-file or
3153         gnus-summary-save-body-in-file thereafter unless
3154         gnus-prompt-before-saving is always; move point to article which
3155         will be saved.
3156         (gnus-summary-save-article-file): Revert.
3157         (gnus-summary-write-article-file): Revert.
3158         (gnus-summary-save-article-body-file): Revert.
3159         (gnus-summary-write-article-body-file): New function.
3160
3161 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3162
3163         * gnus-art.el (gnus-default-article-saver): Doc fix.
3164         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
3165         from gnus-summary-save-article-coding-system, and default to a
3166         certain coding system.
3167         (gnus-output-to-file): Add coding cookie and encode text according
3168         to gnus-article-save-coding-system; don't use mm-append-to-file.
3169
3170         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
3171         gnus-art.el and rename to gnus-article-save-coding-system.
3172         (gnus-summary-save-article): Require gnus-art; don't show all
3173         headers if it decodes articles; don't add coding cookie here;
3174         don't bind mm-text-coding-system-for-write.
3175         (gnus-summary-save-article-file): Save decoded articles.
3176         (gnus-summary-write-article-file): When saving many files, use
3177         gnus-summary-write-to-file first and gnus-summary-save-in-file
3178         thereafter unless gnus-prompt-before-saving is always.
3179         (gnus-summary-save-article-body-file): Save decoded articles.
3180
3181         * lpath.el: Fbind select-safe-coding-system for XEmacs.
3182
3183 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3184
3185         * nnrss.el (nnrss-check-group): Bind hash-index.
3186
3187 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3188
3189         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
3190         its hash index.  Store this hash in `nnrss-group-data'.
3191         (nnrss-read-group-data): Update accordingly.
3192
3193 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3194
3195         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
3196         entry.
3197
3198         * gnus-sum.el (gnus-summary-make-menu-bar): Add
3199         gnus-article-browse-html-article.
3200
3201 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
3202
3203         * gnus-sum.el (gnus-summary-mime-map): Add
3204         gnus-article-browse-html-article.
3205
3206         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
3207
3208 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3209
3210         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
3211         suitable coding systems in customize.
3212
3213 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
3214
3215         * mail-source.el (mail-sources): Fix custom type.
3216
3217 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
3218
3219         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
3220         (gnus-summary-expire-articles-now): Shorten prompt.
3221
3222         * gmm-utils.el (wid-edit): Require.
3223         (defun-gmm): Renamed from `gmm-defun-compat'.
3224         (gmm-image-search-load-path): Use it.
3225         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
3226
3227 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3228
3229         * gnus-sum.el (gnus-summary-save-article-coding-system): New
3230         variable.
3231         (gnus-summary-save-article): Add optional `decode' argument.  If
3232         it is set and gnus-summary-save-article-coding-system is non-nil,
3233         save decoded article.
3234         (gnus-summary-write-article-file): Save decoded article if
3235         gnus-summary-save-article-coding-system is non-nil.
3236
3237         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
3238         type.
3239
3240 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
3243
3244 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3245
3246         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
3247         first to test gnus-single-article-buffer which may be buffer-local.
3248
3249         * gnus-sum.el (gnus-summary-setup-buffer): Make
3250         gnus-single-article-buffer buffer-local and nil in ephemeral
3251         group; make gnus-article-buffer, gnus-article-current, and
3252         gnus-original-article-buffer always buffer-local.
3253         (gnus-summary-exit): Kill article buffer belonging to ephemeral
3254         group.
3255         (gnus-handle-ephemeral-exit): Don't move to next summary line.
3256
3257 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3258
3259         * nnml.el (nnml-request-compact-group): Compressed files might not
3260         have .gz extension.
3261
3262 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3263
3264         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
3265         (mm-copy-to-buffer): Use with-current-buffer.
3266         (mm-display-part): Simplify.
3267         (mm-inlinable-p): Add optional arg `type'.
3268
3269 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3270
3271         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
3272         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
3273         Try harder to show the attachment internally or externally using
3274         gnus-mime-view-part-as-type.
3275
3276 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3277
3278         * message.el (message-from-style, message-signature-separator)
3279         (message-user-organization-file, message-send-mail-function)
3280         (message-citation-line-function, message-yank-prefix)
3281         (message-indent-citation-function, message-signature)
3282         (message-signature-file, message-signature-insert-empty-line):
3283         Remove autoloads.
3284
3285         * gnus-art.el (gnus-buttonized-mime-types): Remove
3286         "multipart/signed".  Revert 2006-04-26 change.
3287
3288 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * gnus.el (gnus-version-number): Bump version.
3291
3292 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3293
3294         * gnus.el: No Gnus v0.5 is released.
3295
3296 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3297
3298         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
3299         fetching articles by message-id.
3300
3301 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302
3303         * message.el (hashcash): Require hashcash as normal.
3304
3305         * ecomplete.el (ecomplete-highlight-match-line): Use
3306         point-at-eol.
3307         (ecomplete-highlight-match-line): Use `highlight', because that
3308         face exists in both Emacs and XEmacs.
3309
3310         * message.el (message-display-abbrev): Use point-at-bol.
3311
3312         * mail-source.el: Don't require timer/timer-funcs.
3313
3314         * gnus-async.el: Ditto.
3315
3316         * password.el: Ditto.
3317
3318         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
3319
3320         * mm-url.el: Ditto.
3321
3322         * gnus-xmas.el: Don't require timer-funcs.
3323
3324         * mm-util.el: Require timer/timer-funcs.
3325
3326 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3327
3328         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
3329         Close.
3330
3331 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3332
3333         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
3334         unibyte after clear-decrypt function runs.
3335
3336         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
3337         returns as a unibyte string.
3338
3339 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * lpath.el: Revert.
3342
3343         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
3344         (pgg-gpg-process-sentinel): Revert.
3345
3346         * pgg-pgp.el (pgg-pgp-process-region): Revert.
3347         (pgg-pgp-lookup-key): Revert.
3348
3349         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
3350         (pgg-pgp5-lookup-key): Revert.
3351
3352         * pgg.el (pgg-fetch-key): Revert.
3353
3354 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3355
3356         * lpath.el: Fbind string-as-multibyte for XEmacs.
3357
3358         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
3359         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
3360         (mml1991-pgg-encrypt): Ditto.
3361
3362         * pgg-gpg.el (pgg-string-to-multibyte): New function.
3363         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
3364         a multibyte buffer.
3365
3366         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
3367         (pgg-pgp-lookup-key): Ditto.
3368
3369         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3370         (pgg-pgp5-lookup-key): Ditto.
3371
3372         * pgg.el (pgg-fetch-key): Ditto.
3373
3374 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
3375
3376         * message.el (message-user-organization-file): Check several
3377         locations of the organization file.
3378
3379         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
3380         Add gnus-article-view-part-as-type.
3381
3382         * gnus-art.el (gnus-article-view-part-as-type): New function.
3383
3384         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
3385         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
3386
3387         * mml.el: Simplify autoload.
3388         (mml-mode): defvar dnd-protocol-alist instead of using
3389         symbol-value.
3390         (mml-default-directory): New variable.
3391         (mml-minibuffer-read-file): Use it.
3392         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
3393
3394         * message.el (message-citation-line-format): New variable.
3395         (message-insert-formated-citation-line): New function.
3396         (message-citation-line-function): Add
3397         `message-insert-formated-citation-line' to custom type.
3398
3399         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
3400         to doc string.
3401
3402         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
3403         depending on mm-verify-option.
3404
3405 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
3408         binding pgg-* variables; reimplement the section which prevents
3409         MIME header from being signed.
3410         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
3411         pgg-text-mode; remove a blank line at the top of body.
3412
3413         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
3414         lines at the top of body; use gnus-newsgroup-charset if there's no
3415         Charset header.
3416
3417 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * message.el (message-self-insert-commands): Doc fix.
3420
3421         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
3422         (mm-uu-pgp-encrypted-test): Ditto.
3423         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
3424         between header and body; return application/pgp-encrypted handle
3425         if decryption failed; decode decrypted body by charset.
3426
3427         * mm-decode.el (mm-automatic-display): Don't make application/pgp
3428         element match to application/pgp-*.
3429
3430 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3431
3432         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
3433         HTML.
3434
3435 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * mail-source.el (mail-source-call-script): Message the error
3438         string.
3439
3440 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441
3442         * gnus-util.el (gnus-byte-compile): Use it.
3443
3444 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
3445
3446         * gnus-util.el (kill-empty-logs): New function.
3447
3448 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * message.el (message-mail-alias-type): Doc fix.
3451         (message-mail-alias-type-p): New function.
3452         (message-send): Use it.
3453         (message-mode): Ditto.
3454         (message-strip-forbidden-properties): Ditto.
3455
3456         * ecomplete.el (ecomplete-database-file-coding-system): New
3457         variable.
3458         (ecomplete-save): Use it.
3459         (ecomplete-setup): Use it.
3460
3461 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3462
3463         * message.el (message-self-insert-commands): New variable.
3464         (message-strip-forbidden-properties): Use it.
3465
3466 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3467
3468         * message.el (message-put-addresses-in-ecomplete): Use a regexp
3469         that doesn't make XEmacs choke.
3470
3471 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
3472
3473         * gnus-util.el (gnus-replace-in-string):
3474         Prefer replace-regexp-in-string over of replace-in-string.
3475
3476 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * gnus-util.el (gnus-select-frame-set-input-focus):
3479         Use select-frame-set-input-focus if it is available in XEmacs; use
3480         definition defined in Emacs 22 for old Emacsen.
3481
3482         * dgnushack.el: Autoload unmorse-region for XEmacs.
3483
3484         * lpath.el: Bind cursor-in-non-selected-windows and
3485         select-frame-set-input-focus for XEmacs.
3486
3487 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * mm-view.el (mm-inline-text): Use equal instead of equalp.
3490
3491 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3492
3493         * gnus-registry.el (gnus-registry-cache-save): Remove text
3494         properties when saving via the temp buffer.
3495
3496 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3497
3498         * message.el (message-generate-hashcash): Honor custom type.
3499
3500 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501
3502         * message.el (message-generate-hashcash): Default to non-nil when
3503         hashcash is found.
3504
3505         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
3506         (gnus-refer-thread-limit): Increase default to 500.
3507
3508         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
3509
3510         * flow-fill.el (fill-flowed): Allow delete-space.
3511
3512 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3513
3514         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
3515         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
3516         Remove autoloads.
3517
3518 2006-04-18  Simon Josefsson  <jas@extundo.com>
3519
3520         * message.el (message-generate-hashcash): Default to.
3521
3522 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3525         concatenating segments rather than before concatenating them.
3526
3527 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3528
3529         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
3530
3531 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
3534
3535         * message.el (message-forward-make-body-plain): Allow
3536         message-forward-ignored-headers to be a list.
3537         (message-remove-ignored-headers): Factor out into function.
3538         (message-forward-make-body-mml): Use it.
3539
3540         * imap.el (imap-quote-specials): New function.
3541         (imap-login-auth): Quote specials.
3542
3543         * rfc2231.el (rfc2231-parse-string): Remove dead code.
3544         (rfc2231-parse-string): Allow concatanation of parameters that
3545         aren't contiguous.  The test case is
3546           (mail-header-parse-content-type "message/external-body;
3547             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
3548             access-type=LOCAL-FILE;
3549             name*1*=plugh%2fhello-sailor%2fbing.pdf")
3550
3551 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3552
3553         * nntp.el (nntp-accept-process-output): Return the value of
3554         `nnheader-accept-process-output'.
3555
3556 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3557
3558         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
3559         (gnus-button-alist): Recognize more diff formats.
3560         (gnus-button-patch): Strip directory.
3561
3562 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3563
3564         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
3565         Emacs 22 when setting focus.
3566
3567 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568
3569         * gnus-art.el (gnus-article-treat-types): Do treatment of
3570         text/x-verbatim parts.
3571         (gnus-button-patch): New command.
3572
3573         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
3574         addresses that contain invalid characters.
3575
3576 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577
3578         * message.el (message-put-addresses-in-ecomplete): Use
3579         gnus-replace-in-string.
3580         (message-is-yours-p): Use the more correct
3581         mail-header-parse-address instead of
3582         mail-extract-address-components.
3583         (message-put-addresses-in-ecomplete): Fix typo.
3584
3585         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
3586         keystroke.
3587
3588         * gnus-art.el (gnus-treatment-function-alist): Change order of
3589         newsgroups/generic header folding to avoid double-folding.
3590
3591         * message.el (message-hidden-headers): Add X-Draft-From.
3592
3593         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
3594         command.
3595         (gnus-summary-repeat-search-article-backward): New command.
3596
3597         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
3598         groups in the parent topic.
3599
3600 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
3601
3602         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
3603         (spam-extra-header-to-number): Return the CRM114 number as a
3604         number instead of a string.
3605
3606 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * gnus-art.el (gnus-face-properties-alist): Moved here from
3609         gnus-fun.
3610
3611         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
3612
3613 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3614
3615         * message.el (message-strip-forbidden-properties): Only display on
3616         self-insert-command.
3617
3618         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
3619         reindent.
3620         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3621
3622 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
3623
3624         * smiley.el (smiley-style): Fix typo.
3625
3626 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627
3628         * hashcash.el (hashcash-insert-payment-async-2): Use
3629         message-goto-eoh instead of doing it manually.
3630         (mail-add-payment): Use message-narrow-to-header instead of trying
3631         to do the same itself.
3632
3633         * message.el (message-hidden-headers): Add Face.
3634
3635         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
3636         reparenting code.
3637         (gnus-summary-reparent-children): Refactored out code.
3638         (gnus-summary-thread-map): New keystroke.
3639         (gnus-summary-reparent-children): Make into command.
3640
3641         * smiley.el (smiley-style): Default to `medium' if using a large
3642         font.
3643
3644         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
3645         does it itself.
3646
3647         * message.el (message-point-in-header-p): Simplify definition.
3648
3649 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * nnagent.el (nnagent-request-set-mark): Silence log file
3652         writing.
3653         (nnagent-request-set-mark): Use write-region instead of
3654         append-to-file.
3655
3656         * gnus-sum.el (gnus-read-header): Fudge article number if using a
3657         strange select method.
3658
3659         * ecomplete.el (ecomplete-display-matches): Get highlightling
3660         right.
3661         (ecomplete-display-matches): Use literals.
3662         (ecomplete-display-matches): Disable message logging.
3663
3664         * message.el (message-display-abbrev): Small optimization.
3665
3666         * ecomplete.el (ecomplete-display-matches): Allow automatic
3667         display.
3668
3669         * message.el (message-strip-forbidden-properties): Display
3670         abbrevs.
3671         (message-display-abbrev): Get automatic display right.
3672
3673         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
3674         keystrokes.
3675
3676 2006-04-13  Romain Francoise  <romain@orebokech.com>
3677
3678         TODO: Backport to v5-10!
3679
3680         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
3681         Moved here (and renamed) from gnus-registry.el.
3682
3683         * gnus-registry.el: Require gnus-util.
3684         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
3685
3686 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687
3688         * gnus-group.el (gnus-group-catchup-current): Change
3689         if-then-else-if-then-else into cond.
3690         (gnus-group-catchup): Indent.
3691         (group-name-at-point): New function.
3692         (gnus-fetch-group): Provide default from thing at point.
3693
3694 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * message.el (message-display-abbrev): Fix regexp.
3697
3698         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
3699         choosing.
3700         (ecomplete-highlight-match-line): Fix up code rewrite, remove
3701         dead variables.
3702
3703         * message.el (message-newline-and-indent): Remove debugging.
3704         (message-display-abbrev): Use new implementation.
3705
3706 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3707
3708         * gnus-art.el (gnus-article-mode): Set
3709         cursor-in-non-selected-windows to nil.
3710
3711         * smiley.el: Revert previous change.
3712         (smiley-data-directory): defvar it before using it in the
3713         defcustom of `smiley-style'.
3714
3715 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * message.el (message-newline-and-indent): New function.
3718
3719         * ecomplete.el: Implement more bits.
3720
3721         * message.el (message-put-addresses-in-ecomplete): Clean up the
3722         string.
3723
3724         * ecomplete.el (ecomplete-add-item): Chop off decimals.
3725
3726         * gnus-sum.el (gnus-summary-save-parts): Bind
3727         gnus-summary-save-parts-counter and use it to make unique file
3728         names.
3729
3730         * gnus-art.el (gnus-ignored-headers): Add some more headers.
3731
3732         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
3733         parameter to say whether to actually parse the individual
3734         addresses.
3735
3736         * message.el (message-put-addresses-in-ecomplete): New function.
3737         (ecomplete): Require.
3738         (message-mail-alias-type): Add ecomplete as an option.
3739
3740 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
3741
3742         * flow-fill.el (fill-flowed): Remove trailing space from blank
3743         quoted lines.
3744
3745 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3746
3747         * smiley.el (smiley-style): Move definition later to avoid a
3748         compilation warning.
3749
3750 2006-04-12  Kenichi Handa  <handa@m17n.org>
3751
3752         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3753         buffer and then decode the buffer text if necessary.
3754         (rfc2231-encode-string): Be sure to work on multibyte buffer at
3755         first, and after mm-encode-body, change the buffer to unibyte.
3756         Use mm-disable-multibyte instead of set-buffer-multibyte.
3757
3758 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3761         Content-Type header instead of Content-Disposition header.
3762         (gnus-mime-inline-part): Ditto.
3763         (gnus-mime-view-part-as-charset): Ignore charset that the part
3764         specifies.
3765
3766         * mm-decode.el (mm-display-part): Work with external parts and
3767         usual parts similarly.
3768
3769         * mm-extern.el (mm-inline-external-body): Use mm-display-part
3770         instead of gnus-display-mime.
3771
3772         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3773         instead of with-temp-buffer.
3774
3775         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3776         tag to summarized topics part in order to encode non-ASCII text.
3777
3778 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3779
3780         * smiley.el (smiley-style): New variable.
3781         (smiley-directory): New function.
3782         (smiley-data-directory): Derive from `smiley-style' using
3783         `smiley-directory'.
3784         (smiley-regexp-alist): Add new entries.
3785
3786         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3787         (gnus-article-browse-delete-temp): Add :version.
3788
3789 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3790
3791         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3792         the sieve region.
3793
3794 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * gnus.el (gnus-version-number): Bump version.
3797
3798 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3799
3800         * gnus.el: No Gnus v0.4 is released.
3801
3802 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803
3804         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3805         layout.
3806
3807         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3808         unknown charset.
3809
3810         * message.el (message-header-synonyms): Add Original-To to the
3811         default.
3812
3813         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3814         optional parameter.
3815
3816 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3817
3818         * gnus-fun.el (gnus): Require it for gnus-directory.
3819
3820 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3823
3824 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3825
3826         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3827
3828 2006-04-05  Simon Josefsson  <jas@extundo.com>
3829
3830         * password.el (password-reset): New function.
3831
3832 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3833
3834         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3835         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3836
3837 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3838
3839         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3840         Some whitespace was matched into the url, which broke browsing hits
3841         > 100 when mm-url-use-external was nil.
3842
3843 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3844
3845         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3846         gnus-extra-headers for 'Newsgroups.
3847
3848         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3849         bound.
3850
3851 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3852
3853         * pgg-gpg.el: Clean up process buffers every time gpg processes
3854         complete.
3855
3856 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3857
3858         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3859         doc string.
3860
3861 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3862
3863         * pgg-gpg.el (pgg-gpg-process-filter)
3864         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3865
3866         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3867         lines, temporary fix.
3868
3869 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3870
3871         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3872
3873 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3874
3875         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3876         default-enable-multibyte-characters.  This reverts the change from
3877         revision 6.17 which is no longer necessary because the passphrase
3878         is sent separately now.  GnuPG messages are unreadable under
3879         multibyte locales with default-enable-multibyte-characters set to
3880         nil.
3881
3882 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3883
3884         * message.el (message-tool-bar-gnome): Move "spell".
3885
3886 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3887
3888         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3889         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3890         instead.
3891
3892 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3893
3894         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3895         newsgroups handling for NNTP overviews which don't include
3896         Newsgroups.
3897
3898 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3899
3900         * message.el (message-resend): Bind message-generate-hashcash to nil.
3901
3902 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3903
3904         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3905         when searching for already-paid recipients.
3906
3907 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3908
3909         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3910         passphrases when it is not needed.
3911         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3912         passphrase stuff from gpg, should only be necessary when you use
3913         gpg with a smartcard.
3914
3915 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * mml.el (mml-insert-mime): Ignore cached contents of
3918         message/external-body part.
3919
3920         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3921         (mm-insert-part): Ditto.
3922
3923 2006-03-23  Simon Josefsson  <jas@extundo.com>
3924
3925         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3926         Reiner.
3927         (pgg-gpg-use-agent-p): Use it again.
3928
3929 2006-03-23  Simon Josefsson  <jas@extundo.com>
3930
3931         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3932         older emacsen.
3933         (pgg-gpg-use-agent-p): Don't use it.
3934
3935 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3936
3937         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3938         if we can.
3939
3940 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3941
3942         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3943         (pgg-gpg-update-agent): New function.
3944         (pgg-gpg-use-agent-p): New function.
3945         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3946         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3947         (pgg-gpg-sign-region): Use it.
3948
3949 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3952         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3953
3954 2006-03-21  Simon Josefsson  <jas@extundo.com>
3955
3956         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3957         <wilde@sha-bang.de>.
3958         (pgg-gpg-use-agent): New variable.
3959         (pgg-gpg-process-region): Use it.
3960         (pgg-gpg-encrypt-region): Likewise.
3961         (pgg-gpg-encrypt-symmetric-region): Likewise.
3962         (pgg-gpg-decrypt-region): Likewise.
3963         (pgg-gpg-sign-region): Likewise.
3964         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3965
3966 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3967
3968         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3969
3970         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3971         Add comment on version.
3972
3973 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3974
3975         * smiley.el: Add missing test smiley.
3976
3977 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3978
3979         * mm-decode.el (mm-with-part): New macro.
3980         (mm-get-part): Use it; work with message/external-body as well.
3981         (mm-save-part): Treat name and filename equally.
3982
3983         * mm-extern.el (mm-extern-cache-contents): New function.
3984         (mm-inline-external-body): Use it; force the part to be displayed;
3985         move undisplayer added to the cached handle to the parent.
3986
3987         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3988         (gnus-mime-view-part-as-type): Work with message/external-body.
3989
3990         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3991
3992 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3993
3994         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3995         images in image-load-path.  [Sync with image.el, revision 1.60, in
3996         Emacs.]
3997
3998 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3999
4000         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
4001         path rather than symbol.  Always return list of directories.
4002         Guarantee that image directory comes first.  [Sync with image.el,
4003         revision 1.59, in Emacs.]
4004
4005         * message.el (message-make-tool-bar): Adjust to new API of
4006         `gmm-image-load-path-for-library'.
4007
4008         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4009
4010         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4011
4012 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4013
4014         * gnus-art.el (gnus-article-only-boring-p):
4015         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
4016         intangible text.
4017         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
4018
4019 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
4020
4021         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
4022         `defun' instead of `gmm-defun-compat'.
4023
4024 2006-03-14  Simon Josefsson  <jas@extundo.com>
4025
4026         * message.el (message-unique-id): Don't use message-number-base36
4027         if (user-uid) is a float.
4028         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
4029
4030 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4031
4032         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
4033
4034         * gnus-art.el (gnus-mime-display-single): Make sure there is an
4035         empty line between a part and a message part.
4036
4037 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4038
4039         * smiley.el: Add more test smileys.
4040         (smiley-data-directory, smiley-regexp-alist)
4041         (gnus-smiley-file-types): Fix doc strings.
4042         (smiley-update-cache): Clear smiley-cached-regexp-alist before
4043         adding new elements.
4044         (smiley-mouse-map): Unused code.  Make it a comment.
4045
4046 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
4049         scan latest NoCeM messages instead of old ones.
4050         (gnus-nocem-check-article): Fix regexps so as to match to PGP
4051         delimiters that are recently used.
4052         (gnus-nocem-load-cache): Add autoload cookie.
4053
4054         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
4055
4056         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
4057         level which is larger than gnus-use-nocem is specified.
4058
4059         * gnus-group.el (gnus-group-get-new-news): Ditto.
4060
4061 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4062
4063         * gnus-util.el (gnus-tool-bar-update): New function.
4064
4065         * gnus-group.el (gnus-group-update-tool-bar): New variable.
4066         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
4067
4068         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
4069
4070         * gnus-group.el (gnus-group-redraw-when-idle)
4071         (gnus-group-redraw-check): Remove.
4072         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
4073
4074 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4075
4076         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
4077         if optional last element is specified in splits (FIELD VALUE...).
4078
4079 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
4080
4081         * message.el (message-make-tool-bar): Rename gmm-image-load-path
4082         to gmm-image-load-path-for-library.  Call with no-error argument.
4083         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
4084
4085         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4086
4087         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4088
4089         * gmm-utils.el (gmm-image-load-path): Remove alias.
4090
4091 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
4092
4093         * gmm-utils.el (gmm-image-load-path): Add alias.
4094
4095         * nnml.el (nnml-generate-nov-databases-directory): Rename from
4096         nnml-generate-nov-databases-1.
4097         (nnml-generate-nov-databases): Use it.
4098         (nnml-generate-nov-databases-directory): Document no-active
4099         argument.
4100
4101         * gmm-utils.el (gmm-image-load-path-for-library): Return single
4102         directory if path is t.  Add no-error.
4103
4104         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
4105         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4106
4107         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
4108         resetting gnus-article-browse-html-temp-list.
4109
4110         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
4111         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
4112         Add example to docstring.  Rename local variables.  Move error
4113         checks to default case in cond and simplify.
4114
4115 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
4118         handle is multipart when calling it recursively.
4119         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
4120
4121 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
4122
4123         * nnimap.el (nnimap-request-update-info-internal): Optimize.
4124         Don't `gnus-uncompress-range' to avoid excessive memory usage.
4125
4126 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
4129         is loaded.
4130
4131         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
4132         loaded.
4133
4134 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4135
4136         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
4137         to "Emacs 23 (unicode)" in doc string.
4138
4139         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
4140         "Emacs 23 (unicode)" in comment.
4141
4142 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
4145
4146         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
4147         characters 160 through 255 in Emacs 23.
4148
4149 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4150
4151         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
4152         gnus-article-browse-html-temp.
4153         (gnus-article-browse-delete-temp): Make it customizable.  Add
4154         `file'.  Adjust doc string.
4155         (gnus-article-browse-delete-temp-files): Add argument.  Allow
4156         query for each file.  Adjust doc string.
4157         (gnus-article-browse-html-parts): Add
4158         `gnus-article-browse-delete-temp-files' to
4159         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
4160
4161 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
4162
4163         * gnus-art.el (gnus-article-browse-html-temp)
4164         (gnus-article-browse-delete-temp): New variables.
4165         (gnus-article-browse-delete-temp-files): New function.
4166         (gnus-article-browse-html-parts): Use it.
4167
4168 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4169
4170         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
4171
4172         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
4173         string.
4174
4175         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
4176         gnus-summary-insert-new-articles when unplugged.  Remove
4177         gnus-summary-search-article-forward.
4178
4179         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
4180         display-visual-class instead of display-color-cells.
4181
4182 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4183
4184         * dgnushack.el: Autoload customize-group for XEmacs.
4185
4186         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
4187         message/* containing non-ASCII text properly.
4188
4189 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4190
4191         * message.el: Require gmm-utils, remove autoloads.
4192         (message-tool-bar): Set default based on
4193         gmm-tool-bar-style.
4194         (message-tool-bar-gnome): Add gmm-customize-mode.
4195
4196         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
4197         gmm-tool-bar-style.
4198         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
4199
4200         * gnus-group.el (gnus-group-tool-bar): Set default based on
4201         gmm-tool-bar-style.
4202         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
4203
4204         * gmm-utils.el (gmm-image-directory): Rename variable from
4205         gmm-image-load-path.
4206         (gmm-image-load-path): Use gmm-image-directory.
4207         (gmm-customize-mode): New function.
4208         (gmm-tool-bar-style): New variable.
4209
4210         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
4211         gnus-group-redraw-line-number.
4212         (gnus-group-redraw-check): Simplify.
4213         (gnus-group-tool-bar-update): Remove redraw check.
4214         (gnus-group-make-tool-bar): Add redraw check.
4215
4216 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
4217
4218         * gnus-art.el (gnus-button): Add missing parentheses.
4219
4220 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * lpath.el: Fbind line-number-at-pos.
4223
4224 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
4227
4228 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
4229
4230         * gnus-art.el (gnus-button): New face.
4231         (gnus-article-button-face): Use it.
4232
4233         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
4234         gnus-summary-next-page.  Re-order.
4235
4236         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
4237         next-node are now included.
4238         (gnus-group-redraw-line-number): New internal variable.
4239         (gnus-group-redraw-check): Helper function for updating the tool
4240         bar.
4241         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
4242
4243         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
4244
4245         * spam.el (spam-spamassassin-score-regexp): New internal variable.
4246         (spam-extra-header-to-number, spam-check-spamassassin-headers):
4247         Use it to match format of Spamassassin 3.0 and later.  Reported by
4248         IRIE Tetsuya <irie@t.email.ne.jp>.
4249         (spam-check-bogofilter)
4250         (spam-bogofilter-register-with-bogofilter): Fix args of
4251         `gnus-error' calls.
4252
4253 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
4254
4255         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
4256         unnecessary interaction when sending queued mails.  Reported by
4257         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
4258
4259 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4260
4261         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
4262         first or last are nil.
4263
4264 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4265
4266         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
4267
4268 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4269
4270         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
4271
4272 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4273
4274         * dns.el (query-dns): Protect more against buggy tcp output.
4275
4276 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4277
4278         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
4279         nov.php.
4280
4281 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4282
4283         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
4284         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
4285         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
4286         output on the server side.
4287         (nnweb-google-create-mapping): Update regexps and add some
4288         progress indication.
4289
4290 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
4291
4292         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
4293         gnus-agent-toggle-plugged.  Re-order icons.
4294         (gnus-group-tool-bar-gnome): Add
4295         gnus-group-{prev,next}-unread-group.
4296         (gnus-group-tool-bar-gnome): Re-order icons.
4297
4298         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
4299         gnus-summary-insert-new-articles.
4300
4301         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
4302         comments.
4303
4304         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
4305         also available in Emacs 21.3.
4306
4307         * message.el (message-fix-before-sending): Change "Emacs 22" to
4308         "Emacs 23 (unicode)" in comment.
4309
4310         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
4311         "Emacs 23 (unicode)" in comment.
4312
4313         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
4314         comment.
4315         (mm-coding-system-p): Add comment about no-MULE XEmacs.
4316
4317         * mm-view.el (mm-fill-flowed): Add :version.
4318
4319 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
4322         and load-path.
4323
4324 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
4325
4326         * message.el: Autoload gmm-image-load-path.
4327         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
4328         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
4329         consitency.
4330
4331         * gmm-utils.el (gmm-image-load-path): Also search in
4332         "../etc/images".  Don't set gmm-image-load-path if we don't find
4333         the image.
4334
4335 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * gmm-utils.el (gmm-image-load-path): Don't make
4338         `gmm-image-load-path' include subdirectories which the second arg
4339         `image' might specify.
4340
4341         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
4342         subdirectory to icon file names.
4343
4344         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
4345
4346 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4347
4348         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
4349         gmm-image-load-path calls.
4350
4351         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4352
4353         * message.el (message-make-tool-bar): Ditto.
4354
4355         * mml.el (mml-preview): Added comment concerning tool bar icons.
4356
4357         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
4358         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
4359
4360         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
4361         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
4362
4363         * message.el (message-tool-bar-gnome): Use new icon names.
4364         (message-make-tool-bar): Use `gmm-image-load-path'.
4365
4366         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
4367         functions from MH-E.
4368         (gmm-image-load-path): New variable from MH-E.
4369         (gmm-image-load-path): New function from MH-E.  Added arguments
4370         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
4371         *-image-load-path-called-flag.
4372
4373 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
4374
4375         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
4376
4377 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
4378
4379         * nnimap.el (nnimap-request-move-article): Change folder back to
4380         source group before deleting.
4381
4382 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
4383
4384         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
4385
4386         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
4387         mm-url.
4388
4389         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
4390
4391 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
4394         coding system which mm-charset-to-coding-system returns for a
4395         given charset is valid.
4396
4397 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
4398
4399         * html2text.el (html2text-remove-tag-list):
4400         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
4401
4402 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4403
4404         * gnus-cus.el: Revert 2005-10-17 change.
4405
4406 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * gnus-art.el (article-strip-banner): Call
4409         article-really-strip-banner only when the regexp match is made.
4410
4411 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * gnus-art.el (article-strip-banner): Use
4414         gnus-extract-address-components instead of
4415         mail-header-parse-addresses to make it work with non-ASCII text;
4416         remove mail-encode-encoded-word-string.
4417
4418         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
4419         values which are surrounded with \"...\"; make it never cause a
4420         Lisp error; give up parsing of parameters if it failed in
4421         extracting type.
4422
4423 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4424
4425         * smime.el (smime-cert-by-ldap-1): Fix bug where
4426         `smime-ldap-search' returns results without userCertificates.
4427
4428 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
4431
4432 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4433
4434         * spam.el (spam-check-spamassassin-headers): Adapt format for
4435         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
4436         <ari@mbf.ocn.ne.jp>.
4437         (spam-list-of-processors): Add spam-use-gmane.
4438
4439 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4440
4441         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
4442         make-temp-file; make it work with XEmacs as well.
4443
4444         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
4445         mm-make-temp-file.
4446
4447         * mm-decode.el (mm-display-external): Use the 3rd arg of
4448         mm-make-temp-file.
4449         (mm-create-image-xemacs): Ditto.
4450
4451 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
4454         with message-narrow-to-headers.
4455         (gnus-draft-setup): Narrow to header to run message-fetch-field.
4456         (gnus-draft-check-draft-articles): New function.
4457         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
4458
4459 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4460
4461         * gnus-art.el (gnus-article-browse-html-parts):
4462         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
4463         Don't use suffix argument for mm-make-temp-file for Emacs 21
4464         compatibility.  Remove useless `format'.
4465
4466 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4467
4468         * nnweb.el (nnweb-google-wash-article): Update regexps.
4469         (nnweb-group-alist): Use defvoo instead of defvar.
4470
4471 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
4474         re-loading nn* modules.
4475
4476 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4477
4478         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
4479         for `tool-bar-mode' and don't check it's default-value.
4480
4481         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4482
4483         * message.el (message-make-tool-bar): Ditto.
4484
4485         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
4486         `substring'.  Shorten tmp-file name.
4487
4488         * gnus.el: Remove bogus comment.
4489
4490 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
4491
4492         * gnus-art.el (gnus-article-browse-html-parts): New function.
4493         (gnus-article-browse-html-article): New function for viewing html
4494         articles with a browser.
4495
4496 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
4497
4498         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
4499         in elisp.
4500         (pgg-gpg-encrypt-symmetric-region): Ditto.
4501         (pgg-gpg-sign-region): Ditto.
4502
4503         * pgg-def.el (pgg-text-mode): New variable.
4504
4505         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
4506         (mml2015-pgg-encrypt): Ditto.
4507
4508         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
4509         (mml1991-pgg-encrypt): Ditto.
4510
4511 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
4514         message-make-date instead of current-time-string.
4515
4516         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
4517         to gnus-decoded which mm-uu might set.
4518
4519 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
4522         don't decode quoted parameters; remove misimported Emacs code.
4523         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4524         (rfc2231-decode-encoded-string): Don't use split-string which
4525         behaves differently according to Emacs version; use
4526         mm-decode-coding-region to convert charset to coding-system.
4527         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4528         (rfc2231-encode-string): Remove misimported Emacs code.
4529
4530 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * gnus-art.el (article-decode-charset): Don't use ignore-errors
4533         when calling mail-header-parse-content-type.
4534         (article-de-quoted-unreadable): Ditto.
4535         (article-de-base64-unreadable): Ditto.
4536         (article-wash-html): Ditto.
4537
4538         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
4539         calling mail-header-parse-content-type and
4540         mail-header-parse-content-disposition.
4541         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
4542         mail-header-parse-content-type.
4543
4544         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
4545         insert charset and format parameters; encode description after
4546         inserting it to buffer.
4547         (mml-insert-parameter): Fold lines properly even if a parameter is
4548         segmented into two or more lines; change the max column to 76.
4549
4550         * rfc1843.el (rfc1843-decode-article-body): Don't use
4551         ignore-errors when calling mail-header-parse-content-type.
4552
4553         * rfc2231.el (rfc2231-parse-string): Return at least type if
4554         possible; don't cause an error even if it fails in parsing of
4555         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4556         (rfc2231-encode-string): Don't break lines at the beginning, leave
4557         it to mml-insert-parameter.
4558
4559         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
4560         calling mail-header-parse-content-type.
4561
4562 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * spam-report.el (spam-report-gmane-use-article-number):
4565         Improve doc string.
4566         (spam-report-gmane-internal): Check if a suitable header was found
4567         in the article.
4568
4569 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
4572         (rfc2231-encode-string): Make param*=value always begin with LWSP.
4573
4574 2006-02-05  Romain Francoise  <romain@orebokech.com>
4575
4576         Update copyright notices of all files in the gnus directory.
4577
4578 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4579
4580         * nnweb.el (nnweb-request-group): Avoid growing overview files.
4581
4582 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
4585         segmented lines of parameter value to cope with Thunderbird 1.5
4586         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
4587         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4588         (rfc2231-encode-string): Don't make lines exceeding 76 column.
4589
4590 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
4591
4592         * mml.el (mml-generate-mime-1): Correct the order of inline signed
4593         parts.
4594
4595 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4596
4597         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
4598         there's only one active file for all servers.
4599         (nnweb-request-scan): Make sure nnweb-articles is initialized on
4600         solid groups.  Gnus might have used a FAST request to select the group.
4601         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
4602         and nnweb-search redundantly in the active file.
4603         (nnweb-request-list): Don't list bogus groups.  There can only be one.
4604         (nnweb-request-create-group): Don't use ARGS.
4605         (nnweb-possibly-change-server, nnweb-request-group): Remove some
4606         initialisations.  Let nnoo do the work.
4607
4608 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
4611         Say the part has been decoded.
4612
4613         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
4614
4615 2006-01-31  Kevin Ryde  <user42@zip.com.au>
4616
4617         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
4618         mailcap-viewer-test-cache when there's no 'test clause, since that
4619         will invert the meaning of a "nil" test previously determined by
4620         mailcap-mailcap-entry-passes-test.
4621
4622 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4625         compiling.
4626
4627         * gnus-sum.el: Ditto.
4628
4629         * message.el: Don't bind tool-bar-map when compiling.
4630
4631 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
4632
4633         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
4634
4635 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4636
4637         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
4638         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
4639         current Google Groups.
4640
4641 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
4642
4643         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
4644         and tool-bar-mode.
4645
4646         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
4647         and tool-bar-mode.
4648
4649         * message.el (message-tool-bar-update): Simplify.
4650         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
4651
4652         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
4653         gnus-summary-buffer.
4654         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
4655         gnus-summary-reply.
4656
4657         * gmm-utils.el (gmm): Add :version.
4658
4659 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * Makefile.in (clean): New rule.
4662         (distclean): Use it.
4663
4664 2006-01-26  Steve Youngs  <steve@sxemacs.org>
4665
4666         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
4667         autoload.
4668
4669 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gmm-utils.el (gmm-verbose): Add :group.
4672
4673 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
4674
4675         * message.el: Change some comments WRT tool-bars.
4676
4677         * gnus-sum.el (gnus-summary-tool-bar)
4678         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
4679         (gnus-summary-tool-bar-zap-list): New variables.
4680         (gnus-summary-make-tool-bar): Complete rewrite using
4681         `gmm-tool-bar-from-list'.
4682
4683         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
4684         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
4685         variables.
4686         (gnus-group-make-tool-bar): Complete rewrite using
4687         `gmm-tool-bar-from-list'.
4688         (gnus-group-tool-bar-update): New function.
4689
4690         * message.el (message-mode-field-menu): Add "Show hidden Headers".
4691
4692 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4695         is dissected into a single part of which the type is the same as
4696         the given one; decode charset.
4697
4698 2006-01-21  Kevin Ryde  <user42@zip.com.au>
4699
4700         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
4701         into alists as symbol not string, since that's what
4702         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
4703         look for.
4704
4705 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
4706
4707         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
4708         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
4709
4710         * message.el (message-tool-bar-gnome): Use gmm-ignore.
4711
4712 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
4715         (gnus-xmas-mime-security-button-menu): New function.
4716
4717         * gnus-art.el (gnus-mime-security-button-commands): New variable.
4718         (gnus-mime-security-button-menu): New definition.
4719         (gnus-mime-security-button-map): Use them.
4720         (gnus-mime-security-button-menu): New function.
4721         (gnus-insert-mime-security-button): Addition to help echo.
4722         (gnus-mime-security-run-function, gnus-mime-security-save-part)
4723         (gnus-mime-security-pipe-part): New functions.
4724
4725         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
4726         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
4727
4728         * mm-decode.el (mm-handle-set-disposition): Remove.
4729         (mm-handle-set-description): Remove.
4730
4731 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4732
4733         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
4734         (mm-w3m-standalone-supports-m17n-p): New function.
4735         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
4736         w3m usage.
4737
4738         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
4739         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
4740
4741 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4742
4743         * message.el (message-tool-bar-zap-list): Use
4744         gmm-tool-bar-zap-list as custom type.
4745         (message-tool-bar-update): New function.
4746         (message-tool-bar, message-tool-bar-gnome)
4747         (message-tool-bar-retro): Add message-tool-bar-update.
4748         (message-tool-bar-gnome): Add flyspell-buffer.
4749
4750         * gnus-util.el (gnus-error): Describe `args'.
4751
4752         * gmm-utils.el (gmm-error): Describe `args'.
4753         (gmm-tool-bar-zap-list): New widget.
4754         (gmm-tool-bar-from-list): Improve description of `zap-list'.
4755
4756 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
4759         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
4760         the number of recursive calls.
4761
4762         * mm-decode.el (mm-handle-set-disposition): New macro.
4763         (mm-handle-set-description): New macro.
4764
4765 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4768         encoding.
4769
4770 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4771
4772         * message.el (message-tool-bar-zap-list, message-tool-bar)
4773         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4774         (message-tool-bar-local-item-from-menu): Remove.
4775         (message-tool-bar-map): Replace by `message-make-tool-bar'.
4776         (message-make-tool-bar): New function.
4777         (message-mode): Use `message-make-tool-bar'.
4778
4779         * gmm-utils.el: New file.
4780         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4781         (gmm-lazy): New widget copied from `nnmail.el'.
4782         (gmm-tool-bar-from-list): New function for creating customizable
4783         tool bars.
4784         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
4785         output.
4786         (gmm): Add :prefix to defgroup.
4787
4788 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4789
4790         * gmm-utils.el (gmm-widget-p): New function.
4791
4792 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4793
4794         * mml.el (mml-attach-file): Describe `description' in doc string.
4795         (mml-menu): Add Emacs MIME manual and PGG manual.
4796
4797 2006-01-20  Richard M. Stallman  <rms@gnu.org>
4798
4799         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4800
4801 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
4802
4803         * nntp.el (nntp-end-of-line): Doc fix.
4804
4805 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4806
4807         * imap.el (imap-open): Handle case where buffer is a buffer
4808         object.
4809
4810 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4811
4812         * gnus-delay.el (gnus-delay): Don't autoload.
4813         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4814         to be re-loaded when customizing the `gnus-delay' group.
4815
4816 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4817
4818         * message.el (message-insert-citation-line): Use newlines.
4819
4820 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4821
4822         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4823         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4824         these routines, so the passphrase can be managed externally and
4825         passed in to the system.
4826         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4827         pgg-add-passphrase-to-cache function.
4828
4829         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4830         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4831         these routines, so the passphrase can be managed externally and
4832         passed in to the system.
4833         (pgg-pgp5-sign-region): Use new name of
4834         pgg-add-passphrase-to-cache function.
4835
4836 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4837
4838         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4839         part of the decoded armor to find the key-identifier.
4840         (pgg-gpg-lookup-key-owner): New function to return the
4841         human-readable identifier of a key owner.
4842         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4843         itself.
4844         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4845         the key value) if we have a key and can match it against a secret
4846         key.  Also, added a note pointing out fact that the prompt only
4847         indicates the first matching key.
4848
4849         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4850         pgg-decrypt-region.
4851         (pgg-add-passphrase-to-cache): Rename from
4852         `pgg-add-passphrase-cache' to reduce confusion (all callers
4853         changed).
4854         (pgg-remove-passphrase-from-cache): Rename from
4855         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4856         changed).
4857         (pgg-read-passphrase, pgg-add-passphrase-cache)
4858         (pgg-remove-passphrase-cache): Add informative docstrings.
4859         (pgg-decrypt): Convey provided passphrase in subordinate call to
4860         pgg-decrypt-region.
4861
4862 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4863
4864         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4865         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4866         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4867         'passphrase' argument, so the passphrase can be managed externally
4868         and then passed in to the system.
4869
4870         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4871         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4872         so the passphrase cache can be used reliably with identifiers
4873         besides a pgp packet's key id.
4874
4875         * pgg-gpg.el (pgg-gpg-encrypt-region)
4876         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4877         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4878         these routines, so the passphrase can be managed externally and
4879         passed in to the system.
4880
4881         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4882         'notruncate' argument, so the passphrase cache can be used
4883         reliably with identifiers besides a pgp packet's key id.
4884
4885 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4886
4887         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4888         symmetric encryption.
4889         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4890         encrypted session key.
4891         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4892         message ask for the passphrase in a proper way.
4893
4894         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4895         New user commands for symmetric encryption.
4896
4897 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4900
4901         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4902
4903 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4904
4905         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4906
4907 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * mm-decode.el (mm-inlined-types): Add application/pgp.
4910         (mm-automatic-display): Ditto.
4911
4912         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4913         part as text.
4914
4915 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * nnrss.el: Update copyright.
4918         (nnrss-opml-import): Query whether to subscribe to each entry.
4919
4920         * gnus-art.el:
4921         * gnus-sum.el:
4922         * gnus-xmas.el:
4923         * messagexmas.el:
4924         * mm-uu.el:
4925         * mm-view.el: Update copyright.
4926
4927 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4928
4929         * message.el (message-info): New function.
4930         (message-mode-menu): Add it.
4931         Update copyright.
4932
4933         * ChangeLog: Fix and update copyright.
4934
4935 2006-01-13  Romain Francoise  <romain@orebokech.com>
4936
4937         * message.el (message-forward-subject-name-subject): Prefer the
4938         address to 'nowhere' if the sender has no name.
4939         Fix typo.  Update copyright year.
4940
4941 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * gnus-art.el (article-wash-html): Use
4944         gnus-summary-show-article-charset-alist if a numeric arg is given.
4945         (gnus-article-wash-html-with-w3m-standalone): New function.
4946
4947         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4948         mm-inline-text-html-render-with-w3m-standalone.
4949         (mm-text-html-washer-alist): Map w3m-standalone to
4950         gnus-article-wash-html-with-w3m-standalone.
4951         (mm-inline-text-html-render-with-w3m-standalone): New function.
4952
4953 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4954
4955         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4956         Improve LaTeX.
4957
4958 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4961         (nnrss-request-article): Render text/plain parts as HTML.
4962
4963         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4964         the buffer.
4965
4966 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4967
4968         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4969         custom definition of `gnus-posting-styles'.
4970
4971         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4972         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4973
4974 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4975
4976         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4977         Use nntp for bug archive.
4978
4979 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4982         parts.
4983         (nnrss-normalize-date): New function converts ISO 8601 date into
4984         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4985         (nnrss-check-group): Use it.
4986
4987 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4990
4991         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4992         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4993         (nnrss-insert-w3): Ditto.
4994
4995 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4998         the articles to be forwarded including the case where neither a
4999         number of articles nor a region is specified.
5000
5001 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5002
5003         * nnrss.el (nnrss-request-article): Fix last change; fill
5004         text/plain parts.
5005
5006 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
5009         in text/plain part.
5010         (nnrss-check-group): Don't add excessive newline to dc:subject.
5011
5012 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
5013
5014         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
5015         article.
5016
5017 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5018
5019         * nnml.el: Don't require gnus-bcklg.  Autoload it.
5020         (nnml-use-compressed-files, nnml-save-mail): Support other
5021         comression programs such as bzip2.
5022
5023 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5024
5025         * dns.el (query-dns): Make sure we check the buffer size before
5026         removing tcp headers.
5027
5028 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
5031         remove MIME buttons associated with multipart/alternative parts.
5032         (gnus-mime-display-alternative): Tag buttons using `article-type'
5033         text property.
5034
5035         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
5036         associated with multipart/alternative parts.
5037
5038         * gnus-art.el (gnus-signature-separator): Fix custom type.
5039
5040         * mm-decode.el (mm-inlined-types): Fix custom type.
5041         (mm-keep-viewer-alive-types): Ditto.
5042         (mm-automatic-display): Ditto.
5043         (mm-attachment-override-types): Ditto.
5044         (mm-inline-override-types): Ditto.
5045         (mm-automatic-external-display): Ditto.
5046
5047 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5048
5049         * spam-report.el (spam-report-user-mail-address)
5050         (spam-report-user-agent): New variables.
5051         (spam-report-url-ping-plain): Use spam-report-user-agent.
5052
5053 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
5054
5055         * gnus-art.el (gnus-button-handle-custom): Do not just use
5056         `customize-apropos' for any "M-x customize-*" button but the
5057         function called for.  Accept both the function name and its
5058         argument in order to achieve this.
5059         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
5060         function name to `gnus-button-handle-custom' in case of "M-x
5061         customize-*" buttons.
5062
5063 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
5066         multipart/alternative and add xref to mm-discouraged-alternatives
5067         in doc string.
5068
5069         * mm-decode.el (mm-discouraged-alternatives): Add xref to
5070         gnus-buttonized-mime-types in doc string.
5071
5072 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
5073
5074         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
5075         Suggest image/.* in the doc string.
5076
5077 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5078
5079         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
5080         message-marks (Debian bug #342521).
5081
5082 2005-12-12  Simon Josefsson  <jas@extundo.com>
5083
5084         * password.el (password-read-from-cache): Add.
5085         (password-read): Use it.
5086
5087 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
5090         us-ascii as a MIME charset.
5091
5092         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
5093         against the case where the 2nd arg TYPE is nil.
5094
5095 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5096
5097         * pop3.el (pop3-stream-type): Fix custom version.
5098
5099         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
5100
5101 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5102
5103         * mm-decode.el (mm-display-external): Add missing cdr.
5104
5105 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5106
5107         * mm-decode.el (mm-display-external): Use nametemplate (defined in
5108         RFC1524) if it is in mailcap or add a suffix according to
5109         mailcap-mime-extensions when generating a temp filename; postpone
5110         deleting a temp file for 2 seconds for some wrappers, shell
5111         scripts, and so on, which might exit right after having started a
5112         viewer command as a background job.
5113
5114 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5115
5116         * nntp.el (nntp-marks-directory): Fix custom group.
5117
5118         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
5119         steps when < 10.
5120
5121         * gnus-start.el (gnus-no-server-1): Mention
5122         `gnus-level-default-subscribed' in doc string.
5123
5124 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5125
5126         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
5127         parens.
5128
5129 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * gnus-xmas.el (gnus-use-toolbar): Revert.
5132         (gnus-xmas-setup-toolbar): Use global default-toolbar if
5133         gnus-use-toolbar is default.
5134
5135         * messagexmas.el (message-use-toolbar): Revert.
5136         (message-setup-toolbar): Use global default-toolbar if
5137         message-use-toolbar is default.
5138
5139 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
5142         according to default-toolbar-visible-p.
5143
5144         * messagexmas.el (message-use-toolbar): Ditto.
5145
5146 2005-11-26  Dave Love  <fx@gnu.org>
5147
5148         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
5149         (tls-program, tls-success): Provide openssl alternative.
5150
5151         * starttls.el: Doc fixes.
5152         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
5153         SERVICE to PORT.
5154
5155         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
5156         port null or service name.
5157         (starttls-negotiate): Autoload.
5158
5159 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * message.el (message-kill-to-signature): Fix interactive spec.
5162
5163 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * pop3.el (pop3-open-server): Recognize a string as a service name.
5166
5167 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
5168
5169         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5170
5171 2005-11-23  Dave Love  <fx@gnu.org>
5172
5173         Add pop3s, pop3/starttls.
5174
5175         * pop3.el (pop3-authentication-scheme): Clarify doc.
5176         (open-tls-stream, starttls-open-stream): Autoload.
5177         (pop3-stream-type): New.
5178         (pop3-open-server): Use it.
5179
5180         * mail-source.el (mail-sources): Fix some :types.  Add stream type
5181         for POP.
5182         (mail-source-keyword-map): Add :stream for POP.
5183         (mail-source-fetch-pop): Use pop3-stream-type.
5184
5185 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
5188         of current-time-string.
5189
5190 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
5191
5192         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
5193         date header.
5194
5195 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
5196
5197         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
5198         it can seriously impact performance as it bypasses the agent's
5199         local caches.
5200
5201 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
5202
5203         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
5204         must be explicitly online rather than "not explicitly offline" for
5205         its flags to be synchronized.
5206
5207         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
5208         that gnus-uu-unmark-thread will function correctly.
5209
5210         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
5211         1024K is instead displayed as 1M.
5212
5213 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214
5215         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
5216
5217 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
5218
5219         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
5220
5221 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
5222
5223         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
5224         error message to display actual error condition.
5225         (gnus-agent-save-local): Avoid saving symbols that are bound to
5226         nil as they simply result in a warning message in
5227         gnus-agent-read-local.
5228
5229 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
5232         rather than make-variable-buffer-local for file-precious-flag.
5233
5234 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
5235
5236         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
5237         for duplicates which are removed.  The invalid sort check then
5238         triggers a rescan after the sort as sorting may have moved
5239         duplicate entries such that they can be cheaply detected.
5240
5241 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
5244
5245 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
5246
5247         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
5248         internal variable to a custom variable.  Changed default value
5249         from compressed(2) to uncompressed(1).
5250         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
5251         support for uncompressed agentview files.  Taken together, reading
5252         the agentview file should now be 6-7 times faster.
5253
5254 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5255
5256         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
5257         as a buffer-local variable.  This avoids creating truncated
5258         dribble files as a result of a hang up, eg.
5259
5260 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
5261
5262         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
5263         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
5264         XEmacs.
5265
5266 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5267
5268         * gnus-start.el (gnus-start-draft-setup): Enforce
5269         `gnus-draft-mode' for nndraft:drafts at startup.
5270
5271         * gnus.el (gnus-splash): Change custom group.
5272         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
5273         allow-list argument.
5274
5275         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
5276         string.
5277
5278 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5279
5280         * gnus-art.el (gnus-default-article-saver): Add user-defined
5281         `function' to custom type.
5282
5283 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
5284
5285         * imap.el (imap-open): Handle case where buffer is a buffer
5286         object.
5287
5288 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5289
5290         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
5291         long lines.
5292         (gnus-cache-delete-group): Wrap doc strings.
5293
5294         * gnus-agent.el (gnus-agent-rename-group)
5295         (gnus-agent-delete-group): Wrap doc strings.
5296
5297
5298 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * messagexmas.el (message-use-toolbar): Change the valid values
5301         into default, top, bottom, left, and right.
5302         (message-toolbar-thickness): New variable.
5303         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
5304         well.
5305         (message-setup-toolbar): Make it work.
5306
5307         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
5308         (gnus-use-toolbar): Change the valid values into default, top,
5309         bottom, left, and right.
5310         (gnus-toolbar-thickness): New variable.
5311         (gnus-xmas-setup-toolbar): New function.
5312         (gnus-xmas-setup-group-toolbar): Use it.
5313         (gnus-xmas-setup-summary-toolbar): Use it.
5314
5315 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5316
5317         * gnus-start.el (gnus-1): Add "native" to
5318         gnus-predefined-server-alist.
5319
5320         * gnus.el (gnus-method-to-server): Don't add "native" to the
5321         lists here, because that leads to problems when
5322         gnus-select-method is bound.
5323
5324 2005-11-09  Simon Josefsson  <jas@extundo.com>
5325
5326         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
5327         use (not sort-by-date) instead.
5328
5329 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5330
5331         * gnus-delay.el (gnus-delay-group): Don't autoload.
5332         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5333         to be re-loaded when customizing the `gnus-delay' group.
5334
5335 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
5336
5337         * message.el: Revert last changes.
5338         (message-insert-citation-line): Use newlines.
5339
5340 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5341
5342         * message.el (message-courtesy-message)
5343         (message-mark-insert-begin, message-mark-insert-end)
5344         (message-elide-ellipsis, message-cancel-message)
5345         (message-add-header, message-change-subject)
5346         (message-cross-post-followup-to-header)
5347         (message-cross-post-insert-note, message-reduce-to-to-cc)
5348         (message-widen-reply, message-delete-not-region)
5349         (message-kill-to-signature, message-insert-signature)
5350         (message-insert-importance-high, message-insert-importance-low)
5351         (message-insert-or-toggle-importance)
5352         (message-insert-disposition-notification-to)
5353         (message-indent-citation, message-yank-original)
5354         (message-cite-original-without-signature, message-cite-original)
5355         (message-insert-citation-line, message-position-on-field)
5356         (message-fix-before-sending, message-send-mail-partially)
5357         (message-send-mail, message-send-mail-with-sendmail)
5358         (message-send-mail-with-qmail, message-send-news)
5359         (message-check-news-header-syntax, message-generate-headers)
5360         (message-insert-courtesy-copy, message-fill-address)
5361         (message-fill-header, message-shorten-references)
5362         (message-setup-1, message-cancel-news)
5363         (message-forward-make-body-plain, message-forward-make-body-mime)
5364         (message-forward-make-body-mml, message-encode-message-body)
5365         (message-forward-make-body-digest-plain)
5366         (message-forward-make-body-digest-mime)
5367         (message-use-alternative-email-as-from): Insert `hard-newline'
5368         instead of ordinary newlines.
5369
5370 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * message.el (message-generate-headers): Downcase the argument
5373         given to message-check-element.
5374
5375 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
5376
5377         * nntp.el (nntp-authinfo-rejected): New error condition.
5378         (nntp-wait-for): Use new error condition to signal authentication
5379         error.
5380         (nntp-retrieve-data): Rethrow new error condition to break out of
5381         recursive call to nntp-send-authinfo.
5382
5383 2005-11-08  Romain Francoise  <romain@orebokech.com>
5384
5385         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
5386         (gnus-summary-exit-map): Bind to `Z p'.
5387         (gnus-summary-make-menu-bar): Add menu item.
5388
5389 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
5390
5391         * gnus-art.el (gnus-article-treat-custom): Add `first'.
5392         (gnus-treat-*): Add `first' in all doc strings.
5393
5394         * gnus-group.el (gnus-group-compact-group): Fix typo.
5395
5396 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * gnus.el (gnus-parameters-case-fold-search): New variable.
5399         (gnus-parameters-get-parameter): Use it.
5400
5401         * gnus-score.el (gnus-home-score-file): Doc fix.
5402
5403 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
5404
5405         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
5406
5407 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * mm-util.el (mm-special-display-p): New function.
5410
5411         * mml.el (mml-preview): Use it; doc fix.
5412
5413 2005-10-29  Romain Francoise  <romain@orebokech.com>
5414
5415         * message.el (message-fix-before-sending): Fix comment.
5416
5417 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5418
5419         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
5420
5421 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5422
5423         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
5424         Used in gnus-score.el.
5425
5426 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5427
5428         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
5429
5430 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5431
5432         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
5433         whitespace removed in revision 7.8.  Use concatenated string to
5434         protect trailing whitespace.
5435
5436 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
5437
5438         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
5439         (nnimap-request-expire-articles): Use it to avoid sending 'UID
5440         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
5441         Courier IMAP ("some version from 2004").  Mostly based on similar
5442         code in the same function.
5443
5444 2005-10-26  Didier Verna  <didier@xemacs.org>
5445
5446         * gnus-group.el (gnus-group-compact-group): invalidate original
5447         article buffer.
5448         * gnus-srvr.el (gnus-server-compact-server): ditto.
5449         * nnml.el (nnml-request-compact-group): handle self Xref: field in
5450         NOV database and in article itself.
5451         Invalidate article backlog.
5452
5453 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5454
5455         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
5456
5457 2005-10-26  Simon Josefsson  <jas@extundo.com>
5458
5459         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
5460         part of 2004-07-25 change.
5461
5462 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * message.el (message-display-completion-list): New function.
5465         (message-expand-group): Use it; make sure the Completions buffer
5466         is modifiable.
5467
5468 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5469
5470         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
5471         user-mail-name is an empty string.
5472
5473 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5474
5475         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
5476         depending on gnus-score-decay-constant.
5477
5478         * encrypt.el (encrypt-insert-file-contents)
5479         (encrypt-write-file-contents): Don't use `gnus-message'.
5480
5481         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
5482         arguments.
5483         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
5484         arguments to mm-uu-verbatim-marks-extract.
5485         (mm-uu-hide-markers): New variable.
5486         (mm-uu-extract): Use face similar to `gnus-cite-3'.
5487
5488         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5489         (gnus-convert-image-to-face-command): Use "convert" by default to
5490         allow other input image formats.
5491         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
5492         accordingly.
5493
5494 2005-10-23  Simon Josefsson  <jas@extundo.com>
5495
5496         * imap.el (imap-gssapi-program): Align command line parameters
5497         with latest GNU SASL.
5498         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
5499
5500 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5501
5502         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
5503         HTML.
5504         (nnslashdot-request-article): Ditto.
5505
5506         * lpath.el (featurep): Add nobreak-char-display.
5507
5508 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5509
5510         * mail-source.el (mail-source-fetch-pop): Require pop3.
5511         (mail-source-check-pop): Ditto.
5512
5513 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
5516         errors.
5517
5518 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5519
5520         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
5521         (gnus-treat-strip-leading-blank-lines): Improve doc string.
5522
5523         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
5524
5525         * mm-bodies.el (mm-decode-string): Call
5526         `mm-charset-to-coding-system' with allow-override argument.
5527
5528 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
5531         (rfc2047-charset-to-coding-system): New function.
5532         (rfc2047-decode-encoded-words): New function.
5533         (rfc2047-decode-region): Use them.
5534         (rfc2047-decode-cte): Remove.
5535         (rfc2047-parse-and-decode): Remove.
5536         (rfc2047-decode): Remove.
5537
5538 2005-10-15  Kenichi Handa  <handa@m17n.org>
5539
5540         * rfc2047.el (rfc2047-decode-cte): New function.
5541         (rfc2047-decode-region): Change the way to decode successive
5542         encoded-words: decode B- or Q-encoding in each encoded-word,
5543         concatenate them, and decode it as charset.
5544
5545 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * lpath.el: Fbind codepage-setup for XEmacs.
5548
5549 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5550
5551         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
5552         widget-move-and-invoke.
5553         (gnus-custom-mode): Use gnus-custom-map.
5554
5555 2005-10-15  Bill Wohler  <wohler@newt.com>
5556
5557         * message.el (message-tool-bar-map): Renamed image file from
5558         mail_send to mail/send.
5559
5560 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5561
5562         * message.el (message-expand-group): Pass the common
5563         prefix substring of completion to `display-completion-list'.
5564
5565 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
5566
5567         * mml-sec.el (mml-secure-method): New internal variable.
5568         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5569         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
5570         functions using mml-secure-method.
5571
5572         * mml.el (mml-mode-map): Add key bindings for those functions.
5573         (mml-menu): Simplify security menu entries.  Suggested by Jesper
5574         Harder <harder@myrealbox.com>.
5575         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
5576         end of message if point is the headers of the message.
5577
5578         * message.el (message-in-body-p): New function.
5579
5580         * assistant.el: Autoload gnus-util and netrc.
5581
5582         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
5583         Use `mm-charset-override-alist' only when decoding.
5584
5585         * mm-bodies.el (mm-decode-body): Call
5586         `mm-charset-to-coding-system' with allow-override argument.
5587
5588         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
5589         `filename' from Content-Disposition if Content-Type doesn't
5590         provide `name'.
5591         (gnus-mime-view-part-as-type): Set default instead of
5592         initial-input.
5593
5594 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5595
5596         * format-spec.el (format-spec): Propagate text properties of % spec.
5597
5598 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5599
5600         * gnus-art.el (gnus-treat-predicate): Add `first'.
5601
5602 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5603
5604         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5605         (mm-charset-override-alist): New variable.
5606         (mm-charset-to-coding-system): Use it.
5607         (mm-codepage-setup): New helper function.
5608         (mm-charset-eval-alist): New variable.
5609         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
5610         about unknown charsets.
5611
5612         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
5613
5614 2005-10-04  David Hansen  <david.hansen@gmx.net>
5615
5616         * nnrss.el (nnrss-request-article): Add support for the comments tag.
5617         (nnrss-check-group): Ditto.
5618
5619 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5620
5621         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5622         Rename x-gnus-verbatim to x-verbatim.
5623         (mm-uu-type-alist): Fix regexp for verbatim-marks.
5624
5625         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5626         x-verbatim.
5627
5628         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5629
5630         * gnus-util.el (gnus-remove-duplicates): Remove.
5631
5632         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5633         instead of gnus-remove-duplicates.
5634
5635         * message.el (message-remove-duplicates): Remove.
5636         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5637         message-remove-duplicates.
5638
5639         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5640         available, else use implementation from `delete-dups'.
5641
5642         * message.el (message-insert-expires): New function.
5643         (message-mode-map): Add key binding.
5644         (message-mode-field-menu): Add menu entry.
5645         (message-mode): Document it.
5646         (message-make-expires-date): Use `message-make-date'.
5647
5648 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
5649
5650         * message.el (message-make-expires-date): New function.
5651
5652 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * Makefile.in (list-installed-shadows): New entry.
5655         (install): Use it.
5656         (remove-installed-shadows): New entry.
5657
5658         * dgnushack.el (dgnushack-default-load-path): New variable.
5659         (dgnushack-find-lisp-shadows): New function.
5660         (dgnushack-remove-lisp-shadows): New function.
5661
5662 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * Makefile.in (install-el-elc): New entry.
5665         (install): Use it so that .el files are necessarily installed.
5666
5667 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * time-date.el: Autoload parse-time-string, XEmacs needs it.
5670
5671 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5672
5673         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5674         function rather than the diff-mode.el package.
5675         (mm-display-external): Use with-current-buffer.
5676         (mm-viewer-completion-map, mm-viewer-completion-map):
5677         Move initialization inside declaration.
5678
5679 2005-09-29  Simon Josefsson  <jas@extundo.com>
5680
5681         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
5682         autoload mail-check-payment.
5683         (spam-check-hashcash): Define unconditionally, since hashcash.el
5684         is part of Gnus now.  Ignore errors from payment checking.
5685
5686 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5687
5688         * message.el (message-bold-region, message-unbold-region): Rename
5689         from `bold-region' and `unbold-region'.
5690
5691         * message.el: Remove useless autoloads.
5692
5693 2005-09-28  Simon Josefsson  <jas@extundo.com>
5694
5695         * message.el (message-use-idna): Default to t.
5696         (message-use-idna): Test whether encoding works too.  Doc fix.
5697
5698 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * nntp.el (nntp-warn-about-losing-connection): Remove.
5701
5702 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5703
5704         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
5705         customizable.  Change default value.
5706         (mm-uu-diff-groups-regexp): Change default value.
5707         (mm-uu-type-alist): Add doc string.
5708         (mm-uu-configure): Add doc string.  Make it interactive.
5709         (mm-uu-tex-groups-regexp): New variable.
5710         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
5711         (mm-uu-type-alist): Add LaTeX documents.
5712         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
5713         of "text/verbatim".
5714         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
5715
5716         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
5717         instead of "text/verbatim".
5718
5719         * message.el (message-mark-inserted-region)
5720         (message-mark-insert-file): Use slrn style marks when called with
5721         prefix argument.
5722
5723 2005-09-27  Simon Josefsson  <jas@extundo.com>
5724
5725         * message.el (message-idna-to-ascii-rhs-1): Reformat.
5726
5727 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5728
5729         * message.el (message-remove-duplicates): New function.
5730         Implementation borrowed from `gnus-remove-duplicates'.
5731         (message-idna-to-ascii-rhs): Also encode idna addresses in
5732         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5733         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
5734         only ask about the same idna domain once per header and also tell
5735         in what header to replace the idna domain.
5736
5737         * gnus-art.el (article-decode-idna-rhs): Also decode idna
5738         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5739         (article-decode-idna-rhs): Fix regexp so that all idna-address in
5740         a header is decoded and not just the last one.
5741
5742 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
5745         has been decoded.
5746
5747         * mm-decode.el (mm-automatic-display): Add text/verbatim.
5748         (mm-insert-part): Don't modify text if it has been decoded.
5749
5750         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
5751         decoded.
5752
5753         * mm-view.el (mm-inline-text): Don't strip text props unless
5754         decoding enriched or richtext parts.
5755
5756 2005-09-25  Romain Francoise  <romain@orebokech.com>
5757
5758         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5759         * gnus-start.el (gnus-subscribe-interactively):
5760         * gnus-uu.el (gnus-uu-grab-articles):
5761         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5762         space.
5763
5764 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5765
5766         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5767         * mm-view.el (mm-view-pkcs7-decrypt):
5768         * gnus-sum.el (gnus-summary-limit-to-extra)
5769         (gnus-summary-respool-article, gnus-read-move-group-name):
5770         * gnus-score.el (gnus-summary-increase-score):
5771         * gnus-util.el (gnus-completing-read-with-default):
5772         * gnus-art.el (gnus-read-save-file-name)
5773         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5774         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5775         * message.el (message-check-news-header-syntax):
5776         Follow convention for reading with the minibuffer.
5777
5778 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5779
5780         * spam-report.el (spam-report-url-ping-plain):
5781         Use gnus-extended-version as User-Agent.
5782
5783         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5784         default value is nil.
5785
5786         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5787         (mm-uu-verbatim-marks-extract): New function.
5788         (mm-uu-extract): New face.
5789         (mm-uu-copy-to-buffer): Use it.
5790
5791         * spam-report.el (spam-report-gmane-ham): Renamed from
5792         `spam-report-gmane-unspam'.
5793         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5794         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5795
5796         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5797         Autoload.
5798         (spam-report-gmane-unregister-routine): Renamed
5799         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5800
5801 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5802
5803         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5804         (spam-report-gmane-unregister-routine): Add support for gmane
5805         unregistration.
5806
5807         * spam-report.el (spam-report-gmane-unspam)
5808         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5809         (spam-report-gmane): Change to take a single article and do unspam
5810         registration.
5811
5812 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5813
5814         * mm-url.el (mm-url-decode-entities): Fix regexp.
5815
5816 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5817
5818         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5819         default to nil, to be able to use Gnus at all.  If the default
5820         switches to something else, then the function should be fixed not
5821         be exceedingly slow.
5822
5823 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5824
5825         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5826         fail hard.
5827
5828         * spam-report.el: Add better Keywords line.
5829
5830         * spam.el: Add Maintainer and better Keywords line.
5831
5832 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5833
5834         * gnus-art.el (gnus-article-replace-part)
5835         (gnus-mime-replace-part): New functions.
5836         (gnus-mime-action-alist, gnus-mime-button-commands)
5837         (gnus-mime-save-part-and-strip): Added file argument.
5838         (gnus-article-part-wrapper): Added interactive argument.
5839
5840         * gnus-sum.el (gnus-summary-mime-map): Add
5841         `gnus-article-replace-part'.
5842
5843 2005-09-19  Didier Verna  <didier@xemacs.org>
5844
5845         The nnml compaction feature:
5846         * nnml.el (nnml-request-compact-group): New function.
5847         * nnml.el (nnml-request-compact): New function.
5848         * gnus-int.el (gnus-request-compact-group): New function.
5849         * gnus-int.el (gnus-request-compact): New function.
5850         * gnus-group.el (gnus-group-compact-group): New function.
5851         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5852         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5853         * gnus-srvr.el (gnus-server-compact-server): New function.
5854         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5855         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5856
5857 2005-09-18  Deepak Goel  <deego@gnufans.org>
5858
5859         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5860         format spec.
5861
5862 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5865
5866 2005-09-15  Romain Francoise  <romain@orebokech.com>
5867
5868         * message.el (message-fill-paragraph): Clarify docstring.
5869
5870 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * gnus-art.el (gnus-mime-display-part): Protect against broken
5873         MIME messages.
5874
5875 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5878         before parsing header.
5879
5880 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5881
5882         * html2text.el: (html2text-replace-list): Add new entities.
5883
5884 2005-09-11  Romain Francoise  <romain@orebokech.com>
5885
5886         * message.el (message-alternative-emails): Improve docstring.
5887         (message-setup-1): Call `message-use-alternative-email-as-from'
5888         after `message-setup-hook' to give it precedence over posting
5889         styles, etc.
5890         (message-use-alternative-email-as-from): Add docstring.  Remove
5891         the original From header if present.
5892
5893         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5894         (nnml-save-mail): Use it.
5895
5896         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5897         articles.  Add new argument `silent'.
5898         (gnus-uu-mark-all): Report the total number of marked articles.
5899
5900 2005-09-10  Romain Francoise  <romain@orebokech.com>
5901
5902         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5903         (gnus-uu-mark-series): Likewise.
5904
5905 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5906
5907         * spam-report.el (spam-report-gmane): Fix generation of spam
5908         report URL.
5909
5910 2005-09-10  Simon Josefsson  <jas@extundo.com>
5911
5912         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5913         t, based on discussion on the ding list with Robert Epprecht
5914         <epprecht@solnet.ch>.
5915
5916 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5917
5918         * spam-report.el (spam-report-gmane): Make it work without
5919         X-Report-Spam header.  Gmane now only provides Archived-At.
5920         This is only used if `spam-report-gmane-use-article-number' is nil.
5921         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5922
5923         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5924         make `gnus-summary-sort-by-recipient' work with threading.
5925
5926         * nnweb.el (nnweb-google-wash-article): Print a message if article
5927         is not available.
5928
5929 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5930
5931         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5932         change.  Decode text/* parts content before displaying.
5933
5934 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5935
5936         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5937
5938 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5941
5942         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5943         url-package-name, url-package-version,
5944         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5945         w3m-display-inline-images, and w3m-minor-mode-map.
5946
5947 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5948
5949         * message.el (message-tab-body-function): Fixed mismatched custom
5950         type.
5951
5952         * gnus.el (gnus-group-change-level-function): Ditto.
5953
5954         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5955
5956         * gnus-art.el (gnus-signature-limit)
5957         (gnus-article-mime-part-function): Ditto.
5958
5959 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * mml.el (mml-mode): Silence the byte compiler.
5962
5963         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5964         using `(sit-for 0)' before moving the point to the specified part;
5965         skip unbuttonized parts.
5966         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5967         return to the summary window if gnus-auto-select-part is non-nil.
5968
5969 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5970
5971         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5972         variables.
5973         (mml-dnd-attach-file, mml-mode): Use them.
5974
5975         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5976         Make fetching article by MID work again for Google Groups.  Added
5977         FIXME concerning gnus-group-make-web-group.
5978
5979         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5980         Don't depend on Gnus by using mail-extract-address-components if
5981         gnus-extract-address-components is not bound.
5982
5983 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5984
5985         * gnus-art.el (gnus-mime-display-security): Don't display the
5986         signature, but only the signed part.
5987
5988 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5991
5992         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5993         list, not listp.
5994
5995 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5996
5997         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5998         when encoding.
5999
6000         * mm-bodies.el (mm-decode-content-transfer-encoding):
6001         De-canonicalize CRLF for all text content types, not just
6002         text/plain.
6003
6004 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6007         valid article; point arrow and cursor at the MIME button.
6008
6009 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6010
6011         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6012         Suggested by Dan Christensen <jdc@uwo.ca>.
6013
6014         * mm-decode.el (mm-save-part): Enable change of prompt.
6015
6016 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
6017
6018         * gnus-msg.el (gnus-inews-add-send-actions): Made
6019         `message-post-method' lambda parameter ARG `&optional'.
6020
6021 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
6022
6023         * gnus-sum.el (gnus-summary-mime-map): Added
6024         gnus-article-save-part-and-strip, gnus-article-delete-part and
6025         gnus-article-jump-to-part.
6026
6027         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6028         (gnus-article-edit-part): Use it.
6029         (gnus-article-part-wrapper): Added no-handle argument.
6030         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6031         functions.
6032
6033 2005-08-29  Romain Francoise  <romain@orebokech.com>
6034
6035         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6036         docstring.
6037         (gnus-face-from-file): Likewise.
6038
6039 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
6040
6041         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6042         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6043         non-nil.
6044         (gnus-auto-select-part): New variable.
6045         (gnus-article-jump-to-part): New function.
6046         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
6047         (gnus-mime-delete-part): Allow selecting specified part after
6048         deleting or stripping parts.
6049         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
6050         part if argument is bogus.
6051
6052 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
6053
6054         * gnus-art.el (w3m-minor-mode-map):
6055         * gnus-spec.el (gnus-newsrc-file-version):
6056         * gnus-util.el (nnmail-active-file-coding-system)
6057         (gnus-original-article-buffer, gnus-user-agent):
6058         * gnus.el (gnus-ham-process-destinations)
6059         (gnus-parameter-ham-marks-alist)
6060         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
6061         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
6062         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
6063         * mm-decode.el (gnus-current-window-configuration):
6064         * mm-extern.el (gnus-article-mime-handles):
6065         * mm-url.el (url-current-object, url-package-name)
6066         (url-package-version):
6067         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
6068         (smime-keys, w3m-cid-retrieve-function-alist)
6069         (w3m-current-buffer, w3m-display-inline-images)
6070         (w3m-minor-mode-map):
6071         * mml-smime.el (gnus-extract-address-components):
6072         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
6073         (gnus-newsrc-hashtb, message-default-charset)
6074         (message-deletable-headers, message-options)
6075         (message-posting-charset, message-required-mail-headers)
6076         (message-required-news-headers):
6077         * mml1991.el (mc-pgp-always-sign):
6078         * mml2015.el (mc-pgp-always-sign):
6079         * nnheader.el (nnmail-extra-headers):
6080         * rfc1843.el (gnus-decode-encoded-word-function)
6081         (gnus-decode-header-function, gnus-newsgroup-name):
6082         * spam-stat.el (gnus-original-article-buffer): Add defvars.
6083
6084 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
6085
6086         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
6087         the end of the date treatments.
6088
6089 2005-08-15  Simon Josefsson  <jas@extundo.com>
6090
6091         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
6092         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
6093         Capello and Romain Francoise.
6094         (pgg-fetch-key-function): Removed, not used?
6095         (pgg-insert-url-with-w3): Require url, to get
6096         url-insert-file-contents regardless of where it is defined.
6097
6098 2005-08-13  Romain Francoise  <romain@orebokech.com>
6099
6100         * message.el (message-cite-original-1): New function.
6101         (message-cite-original): Use it.
6102         (message-cite-original-without-signature): Ditto.
6103
6104 2005-08-08  Romain Francoise  <romain@orebokech.com>
6105
6106         * message.el (message-yank-empty-prefix): New variable.
6107         (message-indent-citation): Use it.
6108         (message-cite-original-without-signature): Respect X-No-Archive.
6109
6110 2005-08-08  Simon Josefsson  <jas@extundo.com>
6111
6112         * pgg.el: Autoload url-insert-file-contents instead of loading
6113         w3/url.
6114         (pgg-insert-url-with-w3): Don't load url here.
6115
6116 2005-08-07  Jesper Harder  <harder@phys.au.dk>
6117
6118         * message.el (message-kill-to-signature): Don't insert newline at
6119         bol.
6120         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
6121
6122 2005-08-06  Romain Francoise  <romain@orebokech.com>
6123
6124         * message.el (message-user-fqdn): Fix typo in docstring.
6125
6126 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
6127
6128         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
6129
6130         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
6131
6132 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * mm-bodies.el (mm-encode-body): Use coding system rather than
6135         charset to encode text.
6136
6137         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
6138         number of charsets if utf-8 is available (XEmacs).
6139
6140 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
6141
6142         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
6143         taken from `gnus-button-mid-or-mail-regexp'.
6144         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
6145         (gnus-button-alist): Improve regexp for domain part of the MIDs
6146         for news:localpart@domain buttons.
6147         (gnus-button-ctan-directory-regexp): Update.
6148
6149 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * sieve-manage.el (sieve-manage-interactive-login): Use
6152         make-local-variable rather than make-variable-buffer-local.
6153         (sieve-manage-open): Ditto.
6154         (sieve-manage-authenticate): Ditto.
6155
6156         * mml.el (mml-generate-mime-1): Make the content type default to
6157         text/plain if the filename is not specified.
6158
6159 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
6162         instead of insert-buffer.
6163
6164         * message.el (message-yank-original): Ditto; set the mark at the
6165         end of the yanked message.
6166
6167 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
6170         lines to scroll rather than to stop it.
6171
6172         * mml.el (mml-generate-default-type): Add doc string.
6173         (mml-generate-mime-1): Use mm-default-file-encoding or make it
6174         default to application/octet-stream when determining the content
6175         type if it is not specified for the part or the mml contents; add
6176         a comment about mml-generate-default-type.
6177
6178 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
6179
6180         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
6181         make it default to application/octet-stream when determining the
6182         content type if it is not specified for the external contents.
6183
6184 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * rfc2231.el (rfc2231-parse-string): Take care that not only a
6187         segmented parameter but also other parameters might be there.
6188
6189 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * mm-decode.el (mm-display-external): Delete temp file, directory
6192         and buffer immediately if the external process is exited.
6193
6194 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
6197         fewer lines than that of scroll-margin.
6198         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
6199
6200 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * gnus-art.el (gnus-article-next-page): Revert.
6203         (gnus-article-beginning-of-window): New macro.
6204         (gnus-article-next-page-1): Use it.
6205         (gnus-article-prev-page): Ditto.
6206         (gnus-article-edit-part): Use insert-buffer-substring instead of
6207         insert-buffer.
6208         (gnus-article-edit-exit): Ditto.
6209
6210         * gnus-util.el (gnus-beginning-of-window): Remove.
6211         (gnus-end-of-window): Remove.
6212
6213         * lpath.el: Don't bind header-line-format and scroll-margin.
6214
6215 2005-07-25  Simon Josefsson  <jas@extundo.com>
6216
6217         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
6218         to have the url package without w3.  Reported by Daiki Ueno
6219         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
6220
6221 2005-07-20  Didier Verna  <didier@xemacs.org>
6222
6223         * gnus-diary.el: Remove the description comment (nndiary is now
6224         properly documented in the Gnus manual).
6225         Fix the spelling of "Back End".
6226         * nndiary.el: Ditto.
6227         Fix the copyright notice.
6228
6229 2005-07-18  Romain Francoise  <romain@orebokech.com>
6230
6231         * gnus-sum.el (gnus-summary-to-prefix,
6232         gnus-summary-newsgroup-prefix): New variables.
6233         (gnus-summary-from-or-to-or-newsgroups): Use them.
6234
6235 2005-07-17  Romain Francoise  <romain@orebokech.com>
6236
6237         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
6238         space as it's generally not especially interesting to the user.
6239
6240 2005-07-16  Romain Francoise  <romain@orebokech.com>
6241
6242         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
6243         nil to avoid prompting and file modification if one of the
6244         messages at the top of the nnfolder file contains a copyright
6245         notice.
6246         Update copyright notice.
6247
6248         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
6249         instead of `current-time-string' as the latter creates a time
6250         string that is not RFC 2822 compliant (it lacks the zone).
6251         Update copyright notice.
6252
6253 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6254
6255         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
6256         for text/rtf.  Display default in prompt.  Pass default for M-n.
6257
6258         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
6259
6260 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261
6262         * gnus-msg.el (gnus-button-mailto): Remove
6263         save-selected-window-window hackery because it relies on
6264         save-selected-window internals.
6265
6266 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
6269         (gnus-article-next-page-1): Use gnus-beginning-of-window.
6270         (gnus-article-prev-page): Ditto.
6271
6272         * gnus-util.el (gnus-beginning-of-window): New function.
6273         (gnus-end-of-window): New function.
6274
6275         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
6276
6277 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6278
6279         * gnus-score.el (gnus-score-edit-all-score): Set
6280         gnus-score-edit-exit-function to gnus-score-edit-done and call
6281         gnus-message.
6282
6283 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6284
6285         * gnus-msg.el (gnus-button-mailto): Remove
6286         save-selected-window-window hackery because it relies on
6287         save-selected-window internals.
6288
6289 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
6292         add-minor-mode.
6293         (gnus-binary-mode): Ditto.
6294
6295         * gnus-topic.el (gnus-topic-mode): Ditto.
6296
6297 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
6298
6299         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
6300         (gnus-article-prev-page): Take scroll-margin into consideration.
6301
6302 2005-07-04  Lute Kamstra  <lute@gnu.org>
6303
6304         Update FSF's address in GPL notices.
6305
6306 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
6307
6308         * gnus.el (gnus-exit):
6309         * gnus-group.el (gnus-group-icons):
6310         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
6311
6312         * gnus-nocem.el (gnus-nocem):
6313         * message.el (message-various, message-buffers, message-sending)
6314         (message-interface, message-forwarding, message-insertion)
6315         (message-headers, message-news, message-mail):
6316         * pgg-gpg.el (pgg-gpg):
6317         * pgg-parse.el (pgg-parse):
6318         * pgg-pgp.el (pgg-pgp):
6319         * pgg-pgp5.el (pgg-pgp5):
6320         * pop3.el (pop3): Finish `defgroup' description with period.
6321
6322 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * gnus-art.el (article-display-face): Improve the efficiency.
6325         (article-display-x-face): Ditto; remove grey x-face stuff.
6326
6327 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * gnus-art.el (article-display-face): Correct the position in
6330         which Faces are inserted.
6331
6332 2005-06-29  Didier Verna  <didier@xemacs.org>
6333
6334         * gnus-art.el (article-display-face): Display faces in correct
6335         order.
6336
6337 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
6340         (gnus-fill-real-hashtb): Use hash table instead of obarray.
6341         (gnus-nocem-check-article): Fetch the Type header.
6342         (gnus-nocem-message-wanted-p): Fix the way to examine types.
6343         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
6344         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
6345         make sure gnus-nocem-hashtb is initialized.
6346         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
6347         (gnus-nocem-unwanted-article-p): Ditto.
6348
6349         * pgg.el (pgg-verify): Return the verification result.
6350
6351 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6352
6353         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
6354         is ascii.
6355
6356 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
6357
6358         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
6359         `show-nonbreak-escape'.
6360
6361 2005-06-23  Lute Kamstra  <lute@gnu.org>
6362
6363         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
6364
6365         * dig.el (dig-mode):
6366         * smime.el (smime-mode): Use gnus-run-mode-hooks.
6367
6368 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
6369
6370         * nnimap.el (nnimap-split-download-body): Fix spellings.
6371
6372 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
6373
6374         * gnus-art.el (gnus-article-encrypt-body):
6375         * gnus-cus.el (gnus-score-customize):
6376         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
6377         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
6378
6379 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6380
6381         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
6382         header by looking for magic "MII" at the beginnig.
6383
6384 2005-06-16  Miles Bader  <miles@gnu.org>
6385
6386         * gnus-xmas.el (gnus-xmas-group-startup-message):
6387         Use renamed gnus-splash face.
6388
6389         * assistant.el (assistant-field): Remove "-face" suffix from face name.
6390         (assistant-field-face): New backward-compatibility alias for renamed
6391         face.
6392         (assistant-render-text): Use renamed assistant-field face.
6393
6394         * spam.el (spam): Remove "-face" suffix from face name.
6395         (spam-face): New backward-compatibility alias for renamed face.
6396         (spam-face, spam-initialize): Use renamed spam face.
6397
6398         * message.el (message-header-to, message-header-cc)
6399         (message-header-subject, message-header-newsgroups)
6400         (message-header-other, message-header-name)
6401         (message-header-xheader, message-separator, message-cited-text)
6402         (message-mml): Remove "-face" suffix from face names.
6403         (message-header-to-face, message-header-cc-face)
6404         (message-header-subject-face, message-header-newsgroups-face)
6405         (message-header-other-face, message-header-name-face)
6406         (message-header-xheader-face, message-separator-face)
6407         (message-cited-text-face, message-mml-face):
6408         New backward-compatibility aliases for renamed faces.
6409         (message-font-lock-keywords): Use renamed message faces.
6410
6411         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
6412         (sieve-test-commands, sieve-tagged-arguments):
6413         Remove "-face" suffix from face names.
6414         (sieve-control-commands-face, sieve-action-commands-face)
6415         (sieve-test-commands-face, sieve-tagged-arguments-face):
6416         New backward-compatibility aliases for renamed faces.
6417         (sieve-control-commands-face, sieve-action-commands-face)
6418         (sieve-test-commands-face, sieve-tagged-arguments-face):
6419         Use renamed sieve faces.
6420
6421         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
6422         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
6423         (gnus-group-news-3-empty, gnus-group-news-4)
6424         (gnus-group-news-4-empty, gnus-group-news-5)
6425         (gnus-group-news-5-empty, gnus-group-news-6)
6426         (gnus-group-news-6-empty, gnus-group-news-low)
6427         (gnus-group-news-low-empty, gnus-group-mail-1)
6428         (gnus-group-mail-1-empty, gnus-group-mail-2)
6429         (gnus-group-mail-2-empty, gnus-group-mail-3)
6430         (gnus-group-mail-3-empty, gnus-group-mail-low)
6431         (gnus-group-mail-low-empty, gnus-summary-selected)
6432         (gnus-summary-cancelled, gnus-summary-high-ticked)
6433         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
6434         (gnus-summary-high-ancient, gnus-summary-low-ancient)
6435         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
6436         (gnus-summary-low-undownloaded)
6437         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
6438         (gnus-summary-low-unread, gnus-summary-normal-unread)
6439         (gnus-summary-high-read, gnus-summary-low-read)
6440         (gnus-summary-normal-read, gnus-splash):
6441         Remove "-face" suffix from face names.
6442         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6443         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6444         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6445         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6446         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6447         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6448         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6449         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6450         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6451         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6452         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6453         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6454         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6455         (gnus-summary-normal-ticked-face)
6456         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
6457         (gnus-summary-normal-ancient-face)
6458         (gnus-summary-high-undownloaded-face)
6459         (gnus-summary-low-undownloaded-face)
6460         (gnus-summary-normal-undownloaded-face)
6461         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6462         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6463         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6464         (gnus-splash-face):
6465         New backward-compatibility aliases for renamed faces.
6466         (gnus-group-startup-message): Use renamed gnus faces.
6467
6468         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
6469         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
6470         (gnus-server-agent): Remove "-face" suffix from face names.
6471         (gnus-server-agent-face, gnus-server-opened-face)
6472         (gnus-server-closed-face, gnus-server-denied-face)
6473         (gnus-server-offline-face):
6474         New backward-compatibility aliases for renamed faces.
6475         (gnus-server-agent-face, gnus-server-opened-face)
6476         (gnus-server-closed-face, gnus-server-denied-face)
6477         (gnus-server-offline-face): Use renamed gnus faces.
6478
6479         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
6480         Remove "-face" suffix from face names.
6481         (gnus-picon-xbm-face, gnus-picon-face):
6482         New backward-compatibility aliases for renamed faces.
6483
6484         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
6485         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
6486         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
6487         (gnus-cite-11): Remove "-face" suffix from face names.
6488         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
6489         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
6490         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
6491         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
6492         New backward-compatibility aliases for renamed faces.
6493         (gnus-cite-attribution-face, gnus-cite-face-list)
6494         (gnus-article-boring-faces): Use renamed gnus faces.
6495
6496         * gnus-art.el (gnus-signature, gnus-header-from)
6497         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
6498         (gnus-header-content): Remove "-face" suffix from face names.
6499         (gnus-signature-face, gnus-header-from-face)
6500         (gnus-header-subject-face, gnus-header-newsgroups-face)
6501         (gnus-header-name-face, gnus-header-content-face):
6502         New backward-compatibility aliases for renamed faces.
6503         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
6504
6505         * gnus-sum.el (gnus-summary-selected-face)
6506         (gnus-summary-highlight): Use renamed gnus faces.
6507         * gnus-group.el (gnus-group-highlight): Likewise.
6508
6509 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
6510
6511         * gnus-sieve.el (gnus-sieve-article-add-rule):
6512         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
6513         * spam-stat.el (spam-stat-buffer-change-to-spam)
6514         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
6515
6516         * message.el (message-is-yours-p):
6517         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
6518
6519 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * mm-view.el (mm-inline-text): Withdraw the last change.
6522
6523 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
6526         executing enriched-decode.
6527
6528 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
6531         charset of tar files.
6532
6533 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
6534
6535         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
6536
6537 2005-06-04  Lute Kamstra  <lute@gnu.org>
6538
6539         * nnfolder.el (nnfolder-read-folder): Make sure that undo
6540         information is never recorded.
6541
6542 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6543
6544         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
6545
6546 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * pop3.el (pop3-apop): Run md5 in the binary mode.
6549
6550         * starttls.el (starttls-set-process-query-on-exit-flag):
6551         Use eval-and-compile.
6552
6553 2005-05-31  Simon Josefsson  <jas@extundo.com>
6554
6555         * smime.el (smime-replace-in-string): Define.
6556         (smime-cert-by-ldap-1): Use it.
6557
6558 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * gnus-art.el (article-display-x-face): Replace
6561         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6562
6563         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
6564         set-process-query-on-exit-flag or process-kill-without-query.
6565
6566         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
6567         loop instead of replace-regexp.
6568
6569         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
6570         instead of process-kill-without-query if it is available.
6571
6572         * lpath.el: Fbind ldap-search-entries.
6573
6574         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
6575         instead of find-file-hooks if it is available.
6576
6577         * mml1991.el: Bind pgg-default-user-id when compiling.
6578
6579         * mml2015.el: Bind pgg-default-user-id when compiling.
6580
6581         * nndraft.el (nndraft-request-associate-buffer):
6582         Use write-contents-functions instead of write-contents-hooks if it is
6583         available.
6584
6585         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
6586         instead of find-file-hooks if it is available.
6587
6588         * nntp.el (nntp-open-connection): Replace
6589         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6590         (nntp-open-ssl-stream): Ditto.
6591         (nntp-open-tls-stream): Ditto.
6592
6593         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
6594         set-process-query-on-exit-flag or process-kill-without-query.
6595         (starttls-open-stream-gnutls): Use it instead of
6596         process-kill-without-query.
6597         (starttls-open-stream): Ditto.
6598
6599 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
6600
6601         * smime.el (smime-cert-by-ldap-1): Don't use
6602         replace-regexp-in-string.
6603
6604 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6605
6606         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6607
6608         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6609         in PEM format. Adjust to the XEmacs compability.
6610
6611 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6612
6613         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6614         by `string-to-number'.
6615         * gnus-agent.el (gnus-agent-regenerate-group)
6616         (gnus-agent-fetch-articles): Ditto.
6617         * gnus-art.el (gnus-button-fetch-group): Ditto.
6618         * gnus-cache.el (gnus-cache-generate-active)
6619         (gnus-cache-articles-in-group): Ditto.
6620         * gnus-group.el (gnus-group-set-current-level)
6621         (gnus-group-insert-group-line): Ditto.
6622         * gnus-score.el (gnus-score-set-expunge-below)
6623         (gnus-score-set-mark-below, gnus-summary-score-effect)
6624         (gnus-summary-score-entry): Ditto.
6625         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6626         (gnus-soup-pack): Ditto.
6627         * gnus-spec.el (gnus-xmas-format): Ditto.
6628         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6629         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6630         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6631         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6632         * nndb.el (nndb-get-remote-expire-response): Ditto.
6633         * nndiary.el (nndiary-parse-schedule-value)
6634         (nndiary-string-to-number, nndiary-request-replace-article)
6635         (nndiary-request-article): Ditto.
6636         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6637         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6638         * nneething.el (nneething-make-head): Ditto.
6639         * nnfolder.el (nnfolder-request-article)
6640         (nnfolder-retrieve-headers): Ditto.
6641         * nnheader.el (nnheader-file-to-number): Ditto.
6642         * nnkiboze.el (nnkiboze-request-article): Ditto.
6643         * nnmail.el (nnmail-process-unix-mail-format)
6644         (nnmail-process-babyl-mail-format): Ditto.
6645         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6646         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6647         (nnmh-request-create-group, nnmh-request-list-1)
6648         (nnmh-request-group, nnmh-request-article): Ditto.
6649         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6650         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6651         * nnsoup.el (nnsoup-make-active): Ditto.
6652         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6653         * nntp.el (nntp-find-group-and-number)
6654         (nntp-retrieve-headers-with-xover): Ditto.
6655         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6656         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6657         (pgg-format-key-identifier): Ditto.
6658         * pop3.el (pop3-last, pop3-stat): Ditto.
6659         * qp.el (quoted-printable-decode-region): Ditto.
6660
6661         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6662         of concat.
6663
6664 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6667
6668         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6669
6670         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6671
6672         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6673
6674         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6675
6676         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6677
6678         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6679         (gnus-carpal-mode): Ditto.
6680
6681         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6682         (gnus-browse-mode): Ditto.
6683
6684         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6685
6686         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6687
6688 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6689
6690         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6691
6692 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * gnus-util.el (gnus-run-mode-hooks): New function.
6695
6696         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6697
6698         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
6699         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
6700
6701 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6702
6703         * gnus-agent.el (gnus-agent-make-mode-line-string):
6704         Use mode-line-highlight as mouse-face.
6705
6706 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * canlock.el (canlock): Change the parent group to news.
6709
6710         * deuglify.el (gnus-outlook-deuglify): Add :group.
6711
6712         * dig.el (dig): Add :group.
6713
6714         * dns-mode.el (dns-mode): Add :group.
6715
6716         * encrypt.el (encrypt): Add :group.
6717
6718         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
6719         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
6720         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
6721         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
6722         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
6723
6724         * gnus-diary.el (gnus-diary): Add :group.
6725
6726         * gnus.el (gnus-group-news-1-face): Add :group.
6727         (gnus-group-news-1-empty-face): Ditto.
6728         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
6729         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
6730         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
6731         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
6732         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
6733         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
6734         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
6735         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
6736         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
6737         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
6738         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
6739         (gnus-summary-high-ticked-face): Ditto.
6740         (gnus-summary-low-ticked-face): Ditto.
6741         (gnus-summary-normal-ticked-face): Ditto.
6742         (gnus-summary-high-ancient-face): Ditto.
6743         (gnus-summary-low-ancient-face): Ditto.
6744         (gnus-summary-normal-ancient-face): Ditto.
6745         (gnus-summary-high-undownloaded-face): Ditto.
6746         (gnus-summary-low-undownloaded-face): Ditto.
6747         (gnus-summary-normal-undownloaded-face): Ditto.
6748         (gnus-summary-high-unread-face): Ditto.
6749         (gnus-summary-low-unread-face): Ditto.
6750         (gnus-summary-normal-unread-face): Ditto.
6751         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
6752         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6753
6754         * hashcash.el (hashcash): New custom group.
6755         (hashcash-default-payment): Add :group.
6756         (hashcash-payment-alist): Ditto.
6757         (hashcash-default-accept-payment): Ditto.
6758         (hashcash-accept-resources): Ditto.
6759         (hashcash-path): Ditto.
6760         (hashcash-extra-generate-parameters): Ditto.
6761         (hashcash-double-spend-database): Ditto.
6762         (hashcash-in-news): Ditto.
6763
6764         * message.el (message-minibuffer-local-map): Add :group.
6765
6766         * netrc.el (netrc): Add :group.
6767
6768         * sieve-manage.el (sieve-manage-log): Add :group.
6769         (sieve-manage-default-user): Diito.
6770         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6771         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6772         (sieve-manage-authenticators): Ditto.
6773         (sieve-manage-authenticator-alist): Ditto.
6774         (sieve-manage-default-port): Ditto.
6775
6776         * sieve-mode.el (sieve-control-commands-face): Add :group.
6777         (sieve-action-commands-face): Ditto.
6778         (sieve-test-commands-face): Ditto.
6779         (sieve-tagged-arguments-face): Ditto.
6780
6781         * smime.el (smime): Add :group.
6782
6783         * spam-report.el (spam-report): Add :group.
6784
6785         * spam.el (spam, spam-face): Add :group.
6786
6787 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6788
6789         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6790         return \n.\n.\n at the end of articles.  Protect against that.
6791         (nntp-with-open-group): Allow debugging.
6792
6793         * nnheader.el (mail-header-set-extra): Make into a function
6794         because I just could't understand how to quote the list properly.
6795
6796         * dns.el (query-dns-cached): New function.
6797
6798 2005-05-26  Lute Kamstra  <lute@gnu.org>
6799
6800         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6801
6802 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6805
6806         * gnus-art.el: Don't autoload mail-extract-address-components.
6807
6808         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6809         eval-and-compile to evaluate it.
6810
6811         * hashcash.el: Don't autoload executable-find.
6812
6813         * nndb.el: Don't declare the nndb back end two or more times; don't
6814         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6815
6816         * nntp.el: Autoload format-spec instead of format; use
6817         eval-and-compile to evaluate autoload forms.
6818
6819 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6820
6821         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6822
6823 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6824
6825         * gnus.el (gnus-version-number): Bump version.
6826
6827 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6828
6829         * gnus.el: No Gnus v0.3 is released.
6830
6831 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6832
6833         * lpath.el (featurep): Bind show-nonbreak-escape.
6834
6835 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * gnus-art.el (gnus-article-edit-part): Disable undo.
6838
6839 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6842         gnus-article-date-lapsed-new-header is t if date timer is active;
6843         skip headers in which the original date value is empty.
6844         (gnus-article-save-original-date): Redefine it as a macro.
6845         (gnus-display-mime): Use it.
6846
6847 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * gnus-art.el (article-date-ut): Support converting date in
6850         forwarded parts as well.
6851         (gnus-article-save-original-date): New function.
6852         (gnus-display-mime): Use it.
6853
6854 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6855
6856         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6857         enclosure element of <item>.
6858
6859 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6860
6861         * message.el (message-kill-buffer-query): Renamed from
6862         `message-kill-buffer-query-if-modified'.  Added :version.
6863
6864 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6867         window layout.
6868
6869 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * mml.el: Autoload dnd when compiling.
6872
6873 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6876         x-dnd-*.
6877
6878 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * qp.el (quoted-printable-encode-region): Save excursion.
6881
6882 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6883
6884         * message.el (message-kill-buffer-query-if-modified): Add new variable
6885         so the user can kill a modified message buffer quickly.
6886         (message-kill-buffer): Use it.
6887
6888 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * lpath.el: Fbind display-time-event-handler; don't fbind
6891         string-to-multibyte.
6892
6893         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6894
6895 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6898         contained in text because xml.el decodes entities) with LFs.
6899
6900 2005-04-11  Lute Kamstra  <lute@gnu.org>
6901
6902         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6903         differently.
6904
6905 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6906
6907         * mm-util.el (mm-detect-coding-region): Typo.
6908
6909 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6912
6913 2005-04-06  D Goel  <deego@gnufans.org>
6914
6915         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6916         user-function allow user modifications of the scores.
6917         (spam-stat-score-buffer-user): New function, to allow
6918         user-computed modifications to the score.
6919         (spam-stat-score-buffer-user-functions): list of additional
6920         scoring functions
6921         (spam-stat-error-holder): global temporary error holder
6922         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6923         variable
6924
6925 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6926
6927         * gnus-registry.el (gnus-registry-clean-empty-function)
6928         (gnus-registry-trim, gnus-registry-fetch-groups)
6929         (gnus-registry-delete-group): Groups that match
6930         `gnus-registry-ignored-groups' are removed from the registry
6931         entries, not just ignored for splitting.  This helps clean up the
6932         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6933         to get all the groups a message ID is in.
6934
6935         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6936         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6937         (spam-stat-score-buffer-user-functions): Add :number custom type.
6938
6939 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6942         argument in XEmacs.
6943
6944         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6945         (nnrss-request-group): Decode group name first.
6946         (nnrss-request-article): Make a text/plain article if mml-to-mime
6947         failed.
6948         (nnrss-get-encoding): Return a compatible encoding according to
6949         nnrss-compatible-encoding-alist.
6950         (nnrss-find-el): Use consp instead of listp.
6951         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6952
6953 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6956         which Emacs 20 doesn't support.
6957         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6958
6959 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6960
6961         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6962         silence the byte compiler inside the defun
6963
6964         * gnus-demon.el (parse-time-string): Add autoload.
6965
6966         * gnus-delay.el (parse-time-string): Add autoload.
6967
6968         * gnus-art.el (parse-time-string): Add autoload.
6969
6970         * nnultimate.el (parse-time): Require for `parse-time-string'.
6971
6972 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6973
6974         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6975
6976         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6977
6978         * smime.el (smime-ldap-host-list): Add :version.
6979
6980 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6981
6982         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6983         pass it to `gnus-browse-read-group'.
6984         (gnus-browse-read-group): Add NUMBER argument and pass it to
6985         `gnus-group-read-ephemeral-group'.
6986
6987         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6988         argument and pass it to `gnus-group-read-group'.
6989
6990 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6991
6992         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6993         mm-xemacs-find-mime-charset-1 if we have the mule feature
6994         available at runtime.
6995
6996 2005-03-25  Werner Lemberg  <wl@gnu.org>
6997
6998         * nnmaildir.el: Replace `illegal' with `invalid'.
6999
7000 2005-03-23  Lute Kamstra  <lute@gnu.org>
7001
7002         * time-date.el: Add comment on time value formats.
7003         Don't require parse-time.
7004         (with-decoded-time-value): New macro.
7005         (encode-time-value): New function.
7006         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7007         (days-to-time): Return a valid time value when arg is huge.
7008         (time-since): Use time-subtract.
7009         (time-to-number-of-days): Use time-to-seconds.
7010
7011 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7012
7013         * gnus-start.el (gnus-display-time-event-handler):
7014         Check display-time-timer at runtime rather than only at load time
7015         in case display-time-mode is turned off in the mean time.
7016
7017 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7018
7019         * nnimap.el (nnimap-open-connection): Print which authinfo file is
7020         used.
7021
7022         * nneething.el (nneething-map-file-directory): Derive from
7023         `gnus-directory'.
7024
7025         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7026         the To/Cc button.
7027
7028 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7029
7030         * nnmaildir.el (nnmaildir-request-accept-article):
7031         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7032
7033 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
7034
7035         * gnus-async.el: Require timer-funcs at compile time when in
7036         XEmacs for `run-with-idle-timer'.
7037
7038 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
7039
7040         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7041         autoloaded function.
7042
7043 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7044
7045         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7046
7047 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
7048
7049         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7050
7051 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7052
7053         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7054         gnus-expert-user to default.
7055
7056 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
7057
7058         * nnimap.el (nnimap-open-server): Ditto.
7059
7060         * imap.el (imap-authenticate): Fix typo.
7061
7062 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
7063
7064         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7065         buffer (since IMAP server might return FETCH response out of
7066         order, and the nntp buffer must be sorted).
7067
7068 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
7069
7070         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7071         comparison on string.
7072
7073         * gnus-agent.el (gnus-agent-long-article,
7074         gnus-agent-short-article, gnus-agent-score): Renamed category
7075         keywords to match gnus-cus.
7076         (gnus-agent-summary-fetch-series): Modified to protect against
7077         gnus-agent-summary-fetch-group clearing processable flags.
7078         (gnus-agent-synchronize-group-flags): Update live group buffer as
7079         synchronization may occur due to the user toggle the plugged
7080         status.
7081         (gnus-agent-fetch-group-1): Clear downloadable flag when article
7082         successfully downloaded.
7083         (gnus-agent-expire-group-1): Avoid using markers when the overview
7084         is in ascending order; greatly improves performance.
7085         (gnus-agent-regenerate-group): Use
7086         gnus-agent-synchronize-group-flags to reset read status in both
7087         gnus and server.
7088         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
7089
7090 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7091
7092         * message.el: Don't autoload former message-utils variables.
7093         (message-strip-subject-trailing-was): Change doc string.
7094
7095         * nnweb.el: Fixes for `gnus-group-make-web-group'.
7096         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
7097         (nnweb-google-search): Add "hl=en" here.
7098         (nnweb-google-parse-1, nnweb-google-create-mapping):
7099         Don't hardcode URL.
7100
7101 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7102
7103         * message.el (message-get-reply-headers, message-followup):
7104         Mention related variables `message-use-followup-to' and
7105         `message-use-mail-followup-to', in the information buffer.
7106
7107         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
7108         of broken groups(-beta).google.com.
7109
7110 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7111
7112         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
7113         parameter to invoked gnus-request-move-article; remove the
7114         redundant gnus-sum-hint-move-is-internal variable; apply the marks
7115         all at once instead of once per article.
7116         (gnus-summary-remove-process-mark): Accept a list of articles as
7117         well as a single article for processing.
7118
7119         * gnus-int.el (gnus-request-move-article): Add move-is-internal
7120         parameter.
7121
7122         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
7123
7124         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
7125
7126         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
7127         parameter.
7128
7129         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
7130         parameter.
7131
7132         * nnimap.el (nnimap-request-move-article): Add move-is-internal
7133         parameter and remove the gnus-sum-hint-move-is-internal variable.
7134
7135         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
7136         parameter.
7137
7138         * nndraft.el (nndraft-request-move-article): Add move-is-internal
7139         parameter.
7140
7141         * nndiary.el (nndiary-request-move-article): Add move-is-internal
7142         parameter.
7143
7144         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
7145
7146         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
7147         parameter.
7148
7149         * nnagent.el (nnagent-request-move-article): Add move-is-internal
7150         parameter.
7151
7152 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7153
7154         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
7155         a more conservative way.
7156
7157 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7158
7159         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
7160         buffer, so it moves the window's cursor.
7161
7162 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7163
7164         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
7165         `mm-dissect-multipart' and receive the from field as an (optional)
7166         argument from `mm-dissect-multipart'.
7167         (mm-dissect-multipart): Receive the from field as an argument and
7168         pass it on when we call `mm-dissect-buffer' on MIME parts.
7169         Fixes verification/decryption of signed/encrypted MIME parts.
7170
7171 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7172
7173         * gnus-sum.el (gnus-summary-move-article): Set
7174         gnus-sum-hint-move-is-internal for gnus-request-move-article and
7175         whatever it calls (right now, only nnimap-request-move article
7176         respects it).
7177
7178         * nnimap.el (nnimap-request-move-article): When
7179         gnus-sum-hint-move-is-internal is set, don't do the extra
7180         nnimap-request-article.
7181
7182 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * nnheader.el (nnheader-find-file-noselect): Add doc string.
7185
7186         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
7187         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
7188
7189         * gnus-sum.el (gnus-summary-caesar-message):
7190         Apply `gnus-treat-article' after rotation.
7191
7192         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
7193         doc string.
7194
7195 2005-02-22  Simon Josefsson  <jas@extundo.com>
7196
7197         * encrypt.el (encrypt-password-cache-expiry): Remove (use
7198         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
7199         <arne@arnested.dk>.
7200         (encrypt): Add password-cache and password-cache-expiry as group
7201         members.
7202
7203 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7204
7205         * smime.el (smime-ldap-host-list): Doc fix.
7206         (smime-ask-passphrase): Use `password-read-and-add' to read (and
7207         cache) password.
7208         (smime-sign-region): Use it.
7209         (smime-decrypt-region): Use it.
7210         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
7211         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
7212         fails.
7213         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
7214         certificate from DER to PEM format rather than calling openssl.
7215
7216         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
7217
7218         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
7219         for signing/encryption.
7220
7221         * mml.el (mml-parse-1): Use them.
7222
7223 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7224
7225         * nnrss.el (nnrss-verbose): Removed.
7226         (nnrss-request-group): Use `nnheader-message' instead.
7227
7228 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
7229
7230         * nnrss.el (nnrss-verbose): New variable.
7231         (nnrss-request-group): Make it say nnrss is requesting a group.
7232
7233 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7234
7235         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
7236         Handle news URL with given port correctly.
7237
7238 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
7241         containing special characters.
7242
7243         * gnus-sum.el (gnus-summary-edit-article): Ditto.
7244
7245         * mml.el (mime-to-mml): Ditto.
7246
7247         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
7248         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
7249         (rfc2047-decode-region): Quote decoded words containing special
7250         characters when rfc2047-quote-decoded-words-containing-tspecials
7251         is non-nil.
7252
7253 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7254
7255         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
7256
7257         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
7258
7259 2005-02-15  Simon Josefsson  <jas@extundo.com>
7260
7261         * nnimap.el (nnimap-debug): Doc fix.
7262
7263         * imap.el (imap-debug): Doc fix.
7264
7265 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
7268
7269 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7270
7271         * gnus.el (spam-contents): Improve docs for spam-contents
7272         parameter in its variable incarnation.
7273
7274 2005-02-14  Simon Josefsson  <jas@extundo.com>
7275
7276         * smime-ldap.el: Use require instead of load-library for ldap.
7277         (smime-ldap-search): Indent.
7278         (smime-ldap-search-internal): Shorten line.
7279
7280         * smime.el (smime-cert-by-dns): Add doc-string.
7281         (smime-cert-by-ldap-1): Indent.
7282
7283         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
7284         mml-smime-get-dns-ldap.
7285         (mml-smime-encrypt-query): Use new function.  Default to ldap.
7286
7287 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7288
7289         * smime.el: Require smime-ldap.
7290         (smime-ldap-host-list): New variable.
7291         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
7292
7293         * mml-smime.el (mml-smime-encrypt-query): New function.
7294         (mml-smime-encrypt-query): Use it.
7295
7296         * smime-ldap.el: New file.
7297
7298 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
7301
7302 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
7305         argument in doc string.  Make query for type more clear.
7306
7307 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7308
7309         * gnus.el (gnus-group-startup-message): Search for gnus images in
7310         etc/images/gnus.
7311         * mm-util.el (mm-image-load-path): Likewise.
7312         * smiley.el (smiley-data-directory): Search for smilies in
7313         etc/images/smilies.
7314
7315 2005-02-09  Kim F. Storm  <storm@cua.dk>
7316
7317         Change Emacs release version from 21.4 to 22.1 throughout.
7318         Change Emacs development version from 21.3.50 to 22.0.50.
7319
7320 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
7323
7324         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
7325         non-Mule XEmacs as well.
7326         (mm-decompress-buffer): Signal an error intentionally if it does
7327         not decompress compressed data because auto-compression-mode is
7328         disabled.
7329
7330 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
7331
7332         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
7333         an ID in the registry even if it has no groups.
7334
7335 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
7338         merge it into mm-decompress-buffer.
7339         (gnus-mime-copy-part): Use the MIME part charset, the value which
7340         a user specified or gnus-newsgroup-charset for decoding, like
7341         gnus-mime-inline-part does; set buffer-file-coding-system to tell
7342         save-buffer what was used.  Suggested by Kevin Ryde
7343         <user42@zip.com.au>.
7344         (gnus-mime-inline-part): Allow the name parameter as well as the
7345         filename parameter; force decompressing of compressed data; always
7346         display contents being not decoded as unibyte.
7347
7348         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
7349         as well as the filename parameter.
7350
7351         * mm-util.el (mm-decompress-buffer): Merge
7352         gnus-mime-jka-compr-maybe-uncompress.
7353         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
7354         of compressed data.
7355
7356 2005-02-08  Simon Josefsson  <jas@extundo.com>
7357
7358         * imap.el (imap-log): Doc fix.
7359
7360 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
7363         the coding cookies; decompress compressed parts.
7364
7365         * mml.el (mml-generate-mime-1): Add the charaset parameter according
7366         to the value which a user specified manually or the coding cookie.
7367
7368         * mm-util.el (mm-string-to-multibyte): New function.
7369         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
7370         (mm-coding-system-to-mime-charset): New function.
7371         (mm-decompress-buffer): New function.
7372         (mm-find-buffer-file-coding-system): New function.
7373
7374         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
7375         (mm-display-inline-fontify): Rewrite for decoding and decompressing
7376         parts.
7377
7378 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7379
7380         * mm-view.el (mm-display-inline-fontify): Decode a part according
7381         to the charset parameter.
7382
7383 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
7386         prefix arg is neither nil nor a number, as info specifies.
7387
7388 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
7391         timestamps.
7392
7393 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
7394
7395         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
7396         groups error checking and notify user.
7397
7398 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
7399
7400         * message.el (message-send-mail-function): Check existence of
7401         sendmail-program first before using default value
7402         `message-send-mail-with-sendmail'.  Otherwise use more generic
7403         `smtpmail-send-it'.
7404
7405 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * nntp.el (nntp-request-update-info): Always return nil.
7408
7409 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7410
7411         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
7412
7413 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7414
7415         * message.el (message-beginning-of-line): Change the behavior when
7416         invoked between BOL and : so that it first moves backward.
7417
7418 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
7421         article buffer when editing of the article is discarded.
7422         (gnus-article-prepare): Revert.
7423
7424 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * gnus-art.el (gnus-article-prepare):
7427         Remove message-strip-forbidden-properties from the local hook.
7428
7429 2005-01-27  Simon Josefsson  <jas@extundo.com>
7430
7431         * password.el (password-cache-add): Only start one timer per key.
7432         Reported by Derek Atkins <warlord@MIT.EDU>.
7433
7434 2005-01-26  Steve Youngs  <steve@sxemacs.org>
7435
7436         * run-at-time.el: Removed.  It is no longer needed as
7437         timer-funcs.el in the xemacs-base package has a working version of
7438         `run-at-time'.
7439
7440         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
7441
7442         * password.el: Require timer-funcs instead of run-at-time in
7443         XEmacs.
7444         Remove `password-run-at-time' macro.
7445         (password-cache-add): Use `run-at-time' instead of
7446         `password-run-at-time'.
7447
7448         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
7449         Remove `nnheader-cancel-function-timers' alias,
7450         `cancel-function-timers' exists in XEmacs in timer-funcs.
7451
7452         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
7453         for `run-with-idle-timer'.
7454
7455         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
7456         for `run-at-time'.
7457
7458         * mm-url.el: Require timer-funcs at compile time when in XEmacs
7459         for `with-timeout'.
7460
7461         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
7462         the same as for XEmacs 21.4.
7463         No need to ignore `run-with-idle-timer', this function exists in
7464         XEmacs now in timer-funcs.el in the xemacs-base package.
7465         (dgnushack-compile): No need to delete
7466         run-at-time.el from the list of files to compile because it
7467         doesn't exist anymore.
7468
7469 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * mml.el (mml-generate-mime-1): Convert string into unibyte when
7472         inserting " *mml*" buffer's contents into a unibyte temp buffer.
7473
7474 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
7475
7476         * mail-source.el (mail-source-fetch-imap): Search for ^From case
7477         sensitively.
7478
7479 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
7480
7481         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
7482
7483 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
7486         which will be inserted according to the multibyteness of a buffer
7487         rather than the type of contents.  Suggested by ARISAWA Akihiro
7488         <ari@mbf.ocn.ne.jp>.
7489
7490         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
7491         of string which old xml.el may return rather than a string.
7492
7493 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7494
7495         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
7496
7497 2005-01-16  Simon Josefsson  <jas@extundo.com>
7498
7499         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
7500         idn/idna.el isn't available.
7501         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
7502         <michael@waxrat.com>.
7503
7504         * hashcash.el: Remove non-FSF copyright header.
7505
7506         * hashcash.el (hashcash-extra-generate-parameters): New variable.
7507         (hashcash-generate-payment): Use it.
7508         (hashcash-generate-payment-async): Use it.
7509
7510 2005-01-15  Simon Josefsson  <jas@extundo.com>
7511
7512         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
7513         Suggested by Raymond Scholz <ray-2005@zonix.de>.
7514
7515         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
7516         gnus-summary-idna-message.
7517         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
7518         (gnus-summary-idna-message): New function.
7519
7520 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7521
7522         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
7523         gnus-novice-user.
7524
7525 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * nnrss.el (nnrss-request-delete-group): Delete entries in
7528         nnrss-group-alist as well.
7529         (nnrss-save-server-data): Insert newline.
7530
7531 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * gnus.el (gnus-user-agent): Use list of symbols instead of
7534         symbols.  Display full version number for (S)XEmacs.  Optionally
7535         display (S)XEmacs codename.
7536
7537         * gnus-util.el (gnus-emacs-version): Update for new
7538         `gnus-user-agent'.
7539
7540         * gnus-msg.el (gnus-extended-version): Make it possible to omit
7541         Gnus version.
7542
7543 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7544
7545         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
7546         which is unreadable in some setups.
7547
7548 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * gnus-spec.el (gnus-update-format-specifications): Flush the
7551         group format spec cache if it doesn't support decoded group names.
7552
7553 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7554
7555         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
7556         to apply decay on score files matching a regexp.
7557
7558 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
7561         compatibility in %g and %c.
7562
7563 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
7566         name for only %g and %c.
7567         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
7568         of gnus-tmp-group to decoded group name.
7569         (gnus-group-make-rss-group): Exclude `/'s from group names.
7570
7571 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * nnrss.el (nnrss-get-encoding): Fix regexp.
7574
7575 2004-12-27  Simon Josefsson  <jas@extundo.com>
7576
7577         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
7578         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
7579         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
7580
7581 2004-12-17  Kim F. Storm  <storm@cua.dk>
7582
7583         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
7584
7585         * gnus-sum.el (gnus-summary-mode-map): Likewise.
7586
7587 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7588
7589         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
7590
7591 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * nnrss.el: Require rfc2047 and mml.
7594         (nnrss-file-coding-system): New variable.
7595         (nnrss-format-string): Redefine it as an inline function.
7596         (nnrss-decode-group-name): New function.
7597         (nnrss-string-as-multibyte): Remove.
7598         (nnrss-retrieve-headers): Decode group name; don't use
7599         nnrss-format-string.
7600         (nnrss-request-group): Decode group name.
7601         (nnrss-request-article): Decode group name; allow a Message-ID as
7602         well as an article number; don't use nnrss-format-string; encode a
7603         Message-ID string which may contain non-ASCII characters; use
7604         mml-to-mime to compose a MIME article.
7605         (nnrss-request-expire-articles): Decode group name.
7606         (nnrss-request-delete-group): Decode group name.
7607         (nnrss-fetch): Clarify error message.
7608         (nnrss-read-server-data): Use insert-file-contents instead of load;
7609         bind file-name-coding-system; use multibyte buffer.
7610         (nnrss-save-server-data): Bind coding-system-for-write to the
7611         value of nnrss-file-coding-system; bind file-name-coding-system;
7612         add coding cookie.
7613         (nnrss-read-group-data): Use insert-file-contents instead of load;
7614         bind file-name-coding-system; use multibyte buffer.
7615         (nnrss-save-group-data): Bind coding-system-for-write to the
7616         value of nnrss-file-coding-system; bind file-name-coding-system.
7617         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7618         make it work with non-ASCII text.
7619         (nnrss-find-el): Make it work with old xml.el as well.
7620
7621 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7622
7623         * nnrss.el (nnrss-get-encoding): New function.
7624         (nnrss-fetch): Use unibyte buffer initially; bind
7625         coding-system-for-read while performing mm-url-insert; remove ^Ms;
7626         decode contents according to the encoding attribute.
7627         (nnrss-save-group-data): Add coding cookie.
7628         (nnrss-mime-encode-string): New function.
7629         (nnrss-check-group): Use it to encode subject and author.
7630
7631 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
7632
7633         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7634         imaginary variable.
7635
7636 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7639         correctly even if there are wide characters.
7640
7641 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7642
7643         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7644         downcased symbol names; make a new cache instead of reusing
7645         bbdb-hashtable.
7646
7647 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7650         concatenating segments rather than before concatenating them.
7651         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7652
7653         * message.el (message-get-reply-headers): Bind `extra'.
7654
7655 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7656
7657         * message.el (message-extra-wide-headers): New variable.
7658         (message-get-reply-headers): Use it.
7659
7660 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * gnus-agent.el (gnus-agent-group-path): Decode group name.
7663         (gnus-agent-group-pathname): Ditto.
7664
7665         * gnus-cache.el (gnus-cache-file-name): Decode group name.
7666
7667         * gnus-group.el (gnus-group-make-group): Decode group name.
7668         (gnus-group-make-rss-group): Register the group data after opening
7669         the nnrss group.
7670
7671 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
7672
7673         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7674         by expiry now get marked as read.
7675
7676 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7679
7680 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
7681
7682         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7683         unify Latin characters in XEmacs.
7684         (mm-find-mime-charset-region): Use it.
7685
7686 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * gnus-util.el (gnus-delete-directory): New function.
7689
7690         * gnus-agent.el (gnus-agent-delete-group): Use it.
7691
7692         * gnus-cache.el (gnus-cache-delete-group): Use it.
7693
7694 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7697         names.
7698
7699 2004-12-16  Simon Josefsson  <jas@extundo.com>
7700
7701         * hashcash.el (hashcash-payment-alist): Fix custom :type.
7702
7703 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7706
7707         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7708         (gnus-group-set-current-level): Decode group name.
7709
7710 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
7711
7712         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7713         failed.
7714
7715 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7716
7717         * gnus-group.el (gnus-group-delete-group): Decode group name.
7718         (gnus-group-make-rss-group): Encode group name.
7719         (gnus-group-catchup-current): Decode group name.
7720         (gnus-group-kill-group): Decode group name.
7721
7722 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7723
7724         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7725
7726 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * gnus-group.el (gnus-group-make-rss-group):
7729         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7730
7731         * gnus-start.el (gnus-setup-news): Honor user's setting to
7732         gnus-message-archive-method.  Suggested by Lute Kamstra
7733         <lute@gnu.org>.
7734
7735 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
7736
7737         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7738         global counterparts of the buffer-local variables.
7739
7740 2004-11-16  Romain Francoise  <romain@orebokech.com>
7741
7742         * gnus-sum.el (gnus-summary-exit): Don't clear the global
7743         counterparts of the buffer-local variables.
7744
7745 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7746
7747         * message.el (message-forbidden-properties): Fixed typo in doc
7748         string.
7749
7750 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7751
7752         * gnus-util.el (gnus-replace-in-string): Added doc string.
7753
7754         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7755         to avoid problems when splitting mails with many recipients.
7756
7757 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7758
7759         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7760         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7761
7762 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7763
7764         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7765         if there is no hashtable in memory or file modification time is
7766         newer than cached timestamp.
7767
7768 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7769
7770         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7771         not-matching option.
7772
7773 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7774
7775         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7776         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7777         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7778         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7779         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7780         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7781
7782 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * message.el (message-forward-make-body-mml): Remove headers
7785         according to message-forward-ignored-headers if a message is decoded.
7786
7787 2004-12-02  Romain Francoise  <romain@orebokech.com>
7788
7789         * message.el (message-forward-make-body-plain): Always remove
7790         headers according to message-forward-ignored-headers.
7791
7792 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7793
7794         * spam.el (spam-summary-prepare-exit): Remove the
7795         gnus-summary-limit pop for now, it has problems with ham marks for
7796         me.
7797
7798 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7799
7800         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7801         correctly.
7802
7803 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7804
7805         * format-spec.el (format-spec): Message the char.
7806
7807 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7808
7809         * gnus-art.el (gnus-split-methods): Reformat comments.
7810
7811         * spam.el (spam-summary-prepare-exit): Remove article limits
7812         before exiting the summary buffer.
7813
7814 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7817         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7818
7819         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7820         order to silence the byte compiler.
7821
7822         * spam.el: Fix the way to silence the byte compiler, which
7823         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7824         bbdb-search-simple, spam-BBDB-register-routine,
7825         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7826         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7827         spam-stat-buffer-is-spam, spam-stat-load,
7828         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7829         spam-stat-save and spam-stat-split-fancy.
7830
7831 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7834         which may confuse users.
7835         (canlock-password-for-verify): Ditto.
7836
7837         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7838
7839         * gnus-art.el (gnus-emphasis-alist): Ditto.
7840
7841         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7842
7843         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7844
7845         * gnus-start.el (gnus-save-killed-list): Ditto.
7846
7847         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7848         (gnus-sum-thread-tree-root): Ditto.
7849         (gnus-sum-thread-tree-false-root): Ditto.
7850         (gnus-sum-thread-tree-single-indent): Ditto.
7851
7852         * message.el (message-courtesy-message): Ditto.
7853         (message-archive-note): Ditto.
7854         (message-subscribed-address-file): Ditto.
7855         (message-user-fqdn): Ditto.
7856
7857         * spam-report.el (spam-report-gmane-regex): Ditto.
7858
7859         * spam.el (spam-blackhole-good-server-regex): Ditto.
7860
7861 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * mml.el (mml-preview): Widen the message buffer before copying
7864         the contents to the preview buffer; sort headers before previewing.
7865
7866         * message.el (message-hidden-headers): Fix the way to avoid a bug
7867         in the `repeat' widget in Emacs 21.3 or earlier.
7868
7869 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * message.el (message-hidden-headers): Default to "^References:".
7872         Improve customization type.  Suggested by Reiner Steib
7873         <Reiner.Steib@gmx.de>.
7874
7875 2004-11-25  Romain Francoise  <romain@orebokech.com>
7876
7877         * message.el (message-strip-forbidden-properties): Remove check for
7878         obsolete `message-hidden' text property, hidden headers are not
7879         accessible in the buffer anymore.
7880
7881 2004-11-22  Romain Francoise  <romain@orebokech.com>
7882
7883         * message.el (message-header-format-alist): Add `From' in list
7884         so that it can be sorted.
7885         (message-fix-before-sending): Widen and sort headers before
7886         sending.
7887         (message-hide-headers): Use narrowing to hide headers by moving
7888         them to the top of the buffer and narrowing to the region
7889         underneath.
7890
7891 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7892
7893         * message.el (message-strip-forbidden-properties): Bind
7894         buffer-read-only (etc) to nil.
7895
7896 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7899         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7900
7901 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7902
7903         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7904
7905 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7906
7907         * dns.el (query-dns): Use sit-for to time instead of
7908         accept-process-output, since that doesn't seem to work on udp
7909         sockets.
7910
7911 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7914
7915 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7916
7917         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7918         doc string.  Improve doc string.
7919
7920 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * nntp.el (nntp-request-update-info): Return nil if
7923         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7924         may not call gnus-activate-group which uselessly issues the GROUP
7925         commands for all nntp groups and wastes time.  Reported by Romain
7926         Francoise <romain@orebokech.com>.
7927
7928         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7929
7930 2004-11-15  Simon Josefsson  <jas@extundo.com>
7931
7932         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7933         headers separately.
7934         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7935         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7936
7937 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7938
7939         * gnus-start.el (gnus-convert-old-newsrc):
7940         Assign legacy-gnus-agent to 5.10.7.
7941
7942 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7943
7944         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7945         start of the lines.
7946
7947 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7948
7949         * hashcash.el (hashcash-default-payment): Change default to 20
7950         (hashcash-default-accept-payment): Change default to 20
7951         (hashcash-process-alist): New variable
7952         (hashcash-generate-payment-async): Add
7953         (hashcash-already-paid-p): Add
7954         (hashcash-insert-payment): Don't generate payments twice
7955         (hashcash-insert-payment-async): Add
7956         (hashcash-insert-payment-async-2): Add
7957         (hashcash-cancel-async): Add
7958         (hashcash-wait-async): Add
7959         (hashcash-processes-running-p): Add
7960         (hashcash-wait-or-cancel): Add
7961         (mail-add-payment): New optional argument.  Conditionally start
7962         asynchronous calculation.
7963         (mail-add-payment-async): Add
7964
7965         * message.el (message-send-mail): Wait for asynchronous hashcash
7966         results.  Don't clobber existing X-Hashcash headers.
7967         (message-setup-1): Call mail-add-payment-async when
7968         message-generate-hashcash is non-nil.
7969
7970 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7971
7972         * message.el (message-use-alternative-email-as-from): Examine the
7973         From header as well; use message-make-from in order to include a
7974         user's full name.
7975
7976 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7979         default; improve customization type.
7980         (gnus-emphasis-custom-with-format): New macro.
7981         (gnus-emphasis-custom-value-to-external): New function.
7982         (gnus-emphasis-custom-value-to-internal): New function.
7983
7984 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7985
7986         * dns.el (query-dns): Resolve reverse addresses.
7987
7988 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7989
7990         * gnus-group.el (gnus-group-get-new-news): Use it.
7991
7992         * gnus-start.el (gnus-check-reasonable-setup): New function.
7993
7994 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7997         "Args out of range" error.  Reported by Arnaud Giersch
7998         <arnaud.giersch@free.fr>.
7999
8000 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8001
8002         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8003
8004 2004-11-04  Richard M. Stallman  <rms@gnu.org>
8005
8006         * spam.el (spam group): Add :version.
8007
8008         * pgg-def.el (pgg group): Add :version.
8009
8010 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * gnus-art.el (gnus-article-edit-article): Don't associate the
8013         article buffer with a draft file.  This is a temporary measure
8014         against the 2004-08-22 change to gnus-article-edit-mode.
8015
8016 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8019         (html2text-format-tags): Remove unused variable `attr'.
8020
8021 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8022
8023         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8024
8025         * tls.el (tls-process-connection-type, tls-success)
8026         (tls-certtool-program): Add :version.
8027
8028         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
8029         (starttls-extra-arguments, starttls-process-connection-type)
8030         (starttls-connect, starttls-failure, starttls-success):
8031
8032         * spam-stat.el (spam-stat): Add :version.
8033
8034         * sieve.el (sieve): Add :version.
8035
8036         * sha1.el (sha1): Add :version.
8037         (sha1-use-external): Remove redundant version.
8038
8039         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8040         (nnmail-cache-ignore-groups, nnmail-spool-hook)
8041         (nnmail-split-fancy-match-partial-words)
8042         (nnmail-split-lowercase-expanded): Add :version.
8043
8044         * nndiary.el (nndiary): Add :version.
8045
8046         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8047
8048         * mml-sec.el (mml-default-sign-method)
8049         (mml-default-encrypt-method, mml-signencrypt-style-alist):
8050         Add :version.
8051
8052         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8053
8054         * mm-url.el (mm-url-use-external, mm-url-program)
8055         (mm-url-arguments): Add :version.
8056
8057         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8058         (mm-attachment-file-modes, mm-decrypt-option)
8059         (mm-w3m-safe-url-regexp): Add :version.
8060
8061         * message.el (message-cite-prefix-regexp)
8062         (message-sendmail-envelope-from, message-minibuffer-local-map)
8063         (message-user-fqdn, message-completion-alist): Add :version.
8064
8065         * gnus-win.el (gnus-configure-windows-hook)
8066         (gnus-use-frames-on-any-display): Add :version.
8067
8068         * gnus-art.el (gnus-article-address-banner-alist)
8069         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8070         (gnus-treat-from-picon, gnus-treat-mail-picon)
8071         (gnus-treat-x-pgp-sig): Add :version.
8072
8073         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8074         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8075         (gnus-summary-article-delete-hook)
8076         (gnus-summary-display-while-building): Add :version.
8077
8078         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8079         (gnus-get-top-new-news-hook):Add :version.
8080
8081         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8082         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8083
8084         * gnus-registry.el (gnus-registry): Add :version.
8085
8086         * gnus-spec.el (gnus-use-correct-string-widths)
8087         (gnus-make-format-preserve-properties): Add :version.
8088
8089         * gnus.el (gnus-group-charter-alist)
8090         (gnus-group-fetch-control-use-browse-url)
8091         (gnus-install-group-spam-parameters): Add :version.
8092
8093         * gnus-diary.el (gnus-diary): Add :version.
8094
8095         * gnus-delay.el (gnus-delay): Add :version.
8096
8097         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8098         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8099         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8100         Add :version.
8101
8102         * gnus-agent.el (gnus-agent-max-fetch-size)
8103         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
8104         (gnus-agent-prompt-send-queue): Add :version.
8105
8106         * deuglify.el (gnus-outlook-deuglify): Add :version.
8107
8108         * html2text.el: Beautify code.  Improve doc strings.  Some
8109         checkdoc cleanup.
8110         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
8111
8112 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
8113
8114         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
8115
8116 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
8117
8118         * gnus-registry.el (gnus-registry-hashtb): Create the registry
8119         when package is loaded.
8120
8121         * spam.el (spam-summary-score-preferred-header): Add global preference
8122         for people who want to override the default SpamAssassin over
8123         Bogofilter preference (when both are set).
8124         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
8125         (spam-user-format-function-S): Check
8126         spam-summary-score-preferred-header.
8127         (spam-extra-header-to-number): Add X-Bogosity header parsing.
8128         (spam-user-format-function-S): Format the score correctly.
8129
8130 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
8133         signature file.  Suggested by Manoj Srivastava
8134         <srivasta@golden-gryphon.com>.
8135
8136         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
8137         iso-2022-jp even in the Japanese language environment.
8138         Suggested by Jason Rumney <jasonr@gnu.org>.
8139
8140 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8141
8142         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
8143         use the same characters as the dummy marks; make it free from
8144         getting affected by the language environment.
8145         (gnus-summary-read-group-1): Update mark positions only when the
8146         format spec is updated.
8147
8148         * gnus-spec.el (gnus-update-format-specifications): Return a list
8149         of updated types.
8150
8151 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
8154         of boundp to check if display-warning is available.
8155
8156 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
8157
8158         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
8159
8160 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * nnspool.el (nnspool-spool-directory): Use news-path if the
8163         news-directory variable is not bound.
8164
8165         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
8166         function instead of display-warning if it is not available.
8167
8168 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8169
8170         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
8171         v5-10: Use `point-at-bol'.
8172
8173 2004-10-26  Simon Josefsson  <jas@extundo.com>
8174
8175         * hashcash.el: Fix URL in comment, reported by Cheng Gao
8176         <chenggao@gmail.com>.
8177
8178 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8179
8180         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
8181         instead.
8182
8183 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
8184
8185         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
8186         to remove a server from the nnimap-server-buffer-alist.
8187         (nnimap-open-connection, nnimap-close-server): Use it.
8188
8189         * gnus-encrypt.el: Remove file in favor of encrypt.el.
8190
8191 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
8194         running the major-mode function.
8195
8196 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
8199         dummy marks in the right way.
8200
8201 2004-10-18  David Edmondson  <dme@dme.org>
8202
8203         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
8204         excessively.
8205
8206 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
8207
8208         * gnus-util.el (gnus-split-references): Accept a nil references
8209         string and go on blissfully.
8210
8211         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
8212         cases where the references string is non-nil but has no references.
8213
8214         * encrypt.el: Add autoload tags.
8215
8216         * spam.el (spam-resolve-registrations-routine): Remove article
8217         from unregistration list too.  Reported by David Hanak
8218         <dhanak@isis.vanderbilt.edu>
8219
8220 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
8221
8222         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
8223         nil.  Changed custom type.
8224
8225 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
8226
8227         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
8228
8229         * gnus-sum.el (gnus-summary-move-article): Use it.
8230
8231 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
8232
8233         * encrypt.el: Add autoload cookies.
8234
8235         * spam.el (spam-backend-article-list-property)
8236         (spam-backend-get-article-todo-list)
8237         (spam-backend-put-article-todo-list, )
8238         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
8239         Resolve registrations separately.
8240         (spam-register-routine): Format comments.
8241         (spam-unregister-routine, spam-register-routine): Always call with
8242         specific-articles, no default list.
8243         (spam-summary-prepare-exit): Use the spam-classifications function.
8244
8245         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
8246         gnus-encrypt.el.
8247
8248         * encrypt.el: copied from gnus-encrypt.el
8249
8250         * gnus-encrypt.el: commented that it's obsolete
8251
8252 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8253
8254         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
8255         (gnus-score-save): Use it.
8256
8257         * message.el (message-bury): Use `window-dedicated-p'.
8258
8259 2004-10-15  Simon Josefsson  <jas@extundo.com>
8260
8261         * pop3.el (top-level): Don't require nnheader.
8262         (pop3-read-timeout): Add.
8263         (pop3-accept-process-output): Add.
8264         (pop3-read-response, pop3-retr): Use it.
8265
8266 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
8267
8268         * spam.el (spam-register-routine): Move comment.
8269         (spam-verify-bogofilter): Use 'unknown for the initial
8270         spam-bogofilter-valid state, not 'never.
8271
8272         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
8273         for netrc-machine.
8274
8275         * nnimap.el (nnimap-open-connection): Use
8276         netrc-machine-user-or-password.
8277
8278 2004-10-17  Richard M. Stallman  <rms@gnu.org>
8279
8280         * gnus-registry.el (gnus-registry-unload-hook):
8281         Set as a variable with add-hook.
8282
8283         * nnspool.el (nnspool-spool-directory): Use news-directory instead
8284         of news-path.
8285
8286         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
8287
8288         * spam.el: Delete duplicate `provide'.
8289         (spam-unload-hook): Set as a variable with add-hook.
8290
8291 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8292
8293         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
8294         in the doc string.
8295
8296         * message.el (message-ignored-news-headers)
8297         (message-ignored-supersedes-headers)
8298         (message-ignored-resent-headers)
8299         (message-forward-ignored-headers): Improve custom type.
8300
8301 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * message.el (message-tokenize-header): Fix 2004-09-06 change
8304         which used point-min in the wrong place.
8305
8306 2004-10-12  Simon Josefsson  <jas@extundo.com>
8307
8308         * tls.el (tls-certtool-program): New variable.
8309         (tls-certificate-information): New function, based on
8310         ssl-certificate-information.
8311
8312 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * compface.el: Move the version of ELisp-based uncompface program
8315         to the contrib directory because of the copyright problem.
8316
8317 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * message.el (message-kill-buffer): Raise the current frame.
8320
8321 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * gnus-sum.el: Mention that multibyte characters don't work as marks.
8324
8325         * gnus.el (message-y-or-n-p): Autoload.
8326
8327         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
8328         (pop3-password-required, pop3-authentication-scheme)
8329         (pop3-leave-mail-on-server): Made customizable.
8330         (pop3): New custom group.
8331         (pop3-retr): Remove `sleep-for' statements.
8332         Suggested by Dave Love <fx@gnu.org>.
8333
8334         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
8335         Windows/DOS.
8336
8337         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8338         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
8339         Dave Love <fx@gnu.org>.
8340
8341         * mml.el (mml-minibuffer-read-disposition): Require match.
8342         Suggested by Dave Love <fx@gnu.org>.
8343
8344 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
8347         doc string.
8348
8349 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
8352
8353 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8354
8355         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
8356         instead of calling `mm-insert-inline', to decode text/* parts
8357         before displaying them.
8358
8359 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * mm-uu.el (mm-uu-text-plain-type): New variable.
8362         (mm-uu-pgp-signed-extract-1): Use it.
8363         (mm-uu-pgp-encrypted-extract-1): Use it.
8364         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
8365         bind mm-uu-text-plain-type with that value.
8366         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
8367         mm-uu-dissect.
8368
8369 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * gnus-group.el (gnus-update-group-mark-positions):
8372         * gnus-sum.el (gnus-update-summary-mark-positions):
8373         * message.el (message-check-news-body-syntax):
8374         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
8375         of string-as-multibyte.
8376
8377 2004-10-05  Juri Linkov  <juri@jurta.org>
8378
8379         * gnus-group.el (gnus-update-group-mark-positions):
8380         * gnus-sum.el (gnus-update-summary-mark-positions):
8381         * message.el (message-check-news-body-syntax):
8382         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
8383         8-bit unibyte values to a multibyte string for search functions.
8384
8385 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * mm-uu.el (mm-uu-dissect): Allow optional arg.
8388         (mm-uu-dissect-text-parts): New function.
8389
8390         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
8391         dissect text parts.
8392
8393         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
8394         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
8395
8396         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
8397
8398         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
8399         gnus-current-topics instead of gnus-current-topic.
8400
8401 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
8402
8403         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
8404
8405 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
8406
8407         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
8408         where approriate.
8409
8410         * nnml.el (nnml-generate-active-info): do.
8411
8412         * nndiary.el (nndiary-generate-active-info): do.
8413
8414         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
8415         (gnus-topic-move): do.
8416
8417         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
8418         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
8419
8420         * gnus-srvr.el (gnus-server-prepare)
8421         (gnus-server-open-all-servers): do.
8422
8423         * gnus-msg.el (gnus-summary-cancel-article)
8424         (gnus-summary-resend-message)
8425         (gnus-summary-mail-crosspost-complaint): do.
8426
8427         * gnus-move.el (gnus-change-server): do.
8428
8429         * gnus-group.el (gnus-group-unmark-all-groups)
8430         (gnus-group-set-current-level): do.
8431
8432 2004-10-04  Simon Josefsson  <jas@extundo.com>
8433
8434         * message.el (message-generate-hashcash): Doc fix.
8435
8436 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
8437
8438         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
8439         avoid infinite recursion via gnus-get-function.
8440
8441 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
8442
8443         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
8444
8445         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
8446
8447         * nnmail.el (nnmail-split-history): do.
8448
8449         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
8450         (nnml-request-delete-group): do.
8451
8452         * nnslashdot.el (nnslashdot-read-groups): do.
8453
8454         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
8455         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
8456
8457         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
8458         (nnspool-sift-nov-with-sed): Use last
8459         (nnspool-retrieve-headers-with-nov): Use mapc.
8460         (nnspool-request-newgroups): Use dolist.
8461         (nnspool-request-group): Use last.
8462
8463         * nntp.el (nntp-read-server-type): Use dolist.
8464
8465         * nnvirtual.el (nnvirtual-create-mapping)
8466         (nnvirtual-update-read-and-marked): Use dolist.
8467         (nnvirtual-convert-headers): Simplify.
8468
8469 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8470
8471         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
8472         support for sync'ing tick marks.
8473
8474 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
8477         there's no visible header.
8478
8479 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8480
8481         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
8482         necessary, pass full group name to gnus-request-set-marks.
8483
8484 2004-10-01  Simon Josefsson  <jas@extundo.com>
8485
8486         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
8487         acroread.
8488
8489 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8490
8491         * spam-report.el (spam-report-gmane): Fix interactive.
8492
8493         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
8494
8495         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
8496         when writing file.
8497         (gnus-agent-synchronize-flags): Don't default to being
8498         interactive.
8499
8500 2004-09-30  Simon Josefsson  <jas@extundo.com>
8501
8502         * message.el (message-generate-hashcash): Add.
8503         (message-send-mail): Use it, call mail-add-payment.
8504
8505 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8506
8507         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
8508
8509 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
8510
8511         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
8512         gnus-requst-update-info with explicit code to sync the in-memory
8513         info read flags with the marks being sync'd to the backend.
8514
8515         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
8516
8517 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8518
8519         * spam.el (spam-verify-bogofilter): Add new function.
8520         (spam-check-bogofilter)
8521         (spam-bogofilter-register-with-bogofilter): Use it.
8522         (spam-verify-bogofilter): Add small fixes.
8523
8524 2004-09-28  Simon Josefsson  <jas@extundo.com>
8525
8526         * hashcash.el (hashcash-generate-payment): Revert.
8527
8528 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8529
8530         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8531         gnus-extract-references instead of gnus-split-references.
8532
8533         * gnus-util.el (gnus-extract-references): Add new function, analogous
8534         to gnus-split-references but extracts only the message-ID without
8535         anything extra.
8536
8537         * hashcash.el (hashcash-generate-payment)
8538         (hashcash-check-payment): Do the right thing if hashcash-path is
8539         nil (because the hashcash program could not be found).
8540
8541         * spam.el (spam-use-hashcash): Remove comment.
8542
8543 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
8544
8545         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
8546         (gnus-cache-enter-article, gnus-cache-remove-article)
8547         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
8548
8549         * gnus-async.el (gnus-async-prefetch-remove-group): do.
8550
8551         * gnus-art.el (article-hide-boring-headers)
8552         (article-translate-strings, article-display-face)
8553         (gnus-article-mime-match-handle-first)
8554         (gnus-article-highlight-headers)
8555         (gnus-article-add-buttons-to-head): do.
8556
8557 2004-09-27  Simon Josefsson  <jas@extundo.com>
8558
8559         * hashcash.el: New version, from
8560         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
8561         ../contrib/.
8562
8563 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
8566
8567 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8568
8569         * gnus-dup.el (gnus-dup-open): Use mapc.
8570         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8571
8572         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8573         Reported by Stefan Wiens <s.wi@gmx.net>.
8574
8575         * gnus.el (gnus-shutdown): Use dolist.
8576
8577         * gnus-undo.el (gnus-undo): Use mapc.
8578
8579         * nnrss.el (nnrss-generate-active): do.
8580
8581         * message.el (message-cite-original-without-signature)
8582         (message-cite-original): Use mapc.
8583         (message-do-actions, message-make-forward-subject): Use dolist.
8584
8585 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8586
8587         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
8588         deletion to remove entire duplicate line.  Fixes merged article
8589         number bug.
8590
8591 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8592
8593         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
8594         servers that are offline.  Avoids having gnus-agent-toggle-plugged
8595         first ask if you want to open a server and then, even when you
8596         responded with no, asking if you want to synchronize the server's
8597         flags.
8598         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8599         multi-line expressions.
8600         (gnus-agent-synchronize-group-flags): New internal function.
8601         Updates marks in memory (in the info structure) AND in the
8602         backend.
8603
8604         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8605
8606         * nnagent.el (nnagent-request-set-mark): Use
8607         gnus-agent-synchronize-group-flags, not backend's request-set-mark
8608         method, to ensure that synchronization updates marks in the
8609         backend and in the info (in memory) structure.
8610
8611 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8614         convention fully; don't miss the root article of a thread; make
8615         the X-Draft-From header with correct article numbers.
8616
8617 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
8618
8619         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8620         unless plugged.  Disable the agent so that an open failure causes
8621         an error.
8622
8623         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8624         Reverted 2004-09-21 change.  The backend must be opened while
8625         synchronizing flags even when the backend stores the flags
8626         locally.
8627
8628 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8629
8630         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8631         in `header' match.  Reported by Svend Tollak Munkejord.
8632
8633         * message.el (message-cite-original): Fix use of
8634         `message-cite-articles-with-x-no-archive'.
8635
8636 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8639         (gnus-window-to-buffer): Ditto.
8640
8641         * mml.el (mml-preview-buffer): New variable.
8642         (mml-preview): Manage window layout with gnus-buffer-configuration.
8643
8644         * gnus-msg.el (gnus-setup-message): Put article numbers into the
8645         X-Draft-From header even if those articles aren't quoted.
8646
8647 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
8648
8649         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8650         (gnus-request-set-mark, gnus-request-update-mark): Use new
8651         g-s-t-u-l-m to decide to use backend even when unplugged.
8652
8653 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8656         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
8657
8658 2004-09-20  Simon Josefsson  <jas@extundo.com>
8659
8660         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8661         "utf-16-le".
8662
8663 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8664
8665         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8666
8667 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8668
8669         * uudecode.el (uudecode-use-external): Add :version.
8670
8671         * smime.el (smime-CA-file, smime-encrypt-cipher)
8672         (smime-dns-server): Add :version.
8673
8674         * smiley.el (gnus-smiley-file-types): Add :version.
8675
8676         * sha1.el (sha1-use-external): Add :version.
8677
8678         * pgg-def.el (pgg-query-keyserver): Add :version.
8679
8680         * nnmail.el (nnmail-fancy-expiry-targets)
8681         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8682         Add :version.
8683
8684         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8685         (nnimap-retrieve-groups-asynchronous): Add :version.
8686         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
8687
8688         * mml.el (mml-content-disposition-parameters)
8689         (mml-insert-mime-headers-always): Add :version.
8690
8691         * mm-util.el (mm-coding-system-priorities): Add :version.
8692
8693         * mm-decode.el (mm-inline-text-html-with-images)
8694         (mm-keep-viewer-alive-types, mm-external-terminal-program)
8695         (mm-verify-option): Add :version.
8696         (mm-text-html-renderer): Change :version.
8697
8698         * message.el (message-fcc-externalize-attachments)
8699         (message-required-headers, message-draft-headers)
8700         (message-subject-trailing-was-query)
8701         (message-subject-trailing-was-ask-regexp)
8702         (message-subject-trailing-was-regexp, message-mark-insert-begin)
8703         (message-mark-insert-end, message-archive-header)
8704         (message-archive-note, message-cross-post-default)
8705         (message-cross-post-note, message-followup-to-note)
8706         (message-cross-post-note-function, message-use-mail-followup-to)
8707         (message-subscribed-address-functions)
8708         (message-subscribed-address-file, message-subscribed-addresses)
8709         (message-subscribed-regexps, message-allow-no-recipients)
8710         (message-yank-cited-prefix, message-signature-insert-empty-line)
8711         (message-hidden-headers, message-hierarchical-addresses)
8712         (message-mail-user-agent, message-use-idna)
8713         (message-valid-fqdn-regexp)
8714         (message-strip-special-text-properties, message-header-synonyms)
8715         (message-beginning-of-line, message-tab-body-function): Add :version.
8716         (message-insert-canlock, message-wide-reply-confirm-recipients):
8717         Change :version.
8718
8719         * mail-source.el (mail-source-ignore-errors): Add :group, :type
8720         and :version.
8721         (mail-source-delete-old-incoming-confirm)
8722         (mail-source-movemail-program): Add :version.
8723
8724         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8725         (gnus-agent-cache, gnus-agent): Change :version.
8726
8727         * gnus-util.el (gnus-use-byte-compile): Change :version.
8728
8729         * gnus-sum.el (gnus-summary-make-false-root-always)
8730         (gnus-summary-default-high-score)
8731         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8732         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8733         (gnus-read-all-available-headers, gnus-article-emulate-mime)
8734         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8735         (gnus-sum-thread-tree-single-indent)
8736         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8737         (gnus-sum-thread-tree-leaf-with-other)
8738         (gnus-sum-thread-tree-single-leaf): Add :version.
8739         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8740         (gnus-article-loose-mime): Change :version.
8741
8742         * gnus-start.el (gnus-backup-startup-file)
8743         (gnus-save-startup-file-via-temp-buffer): Add :version.
8744
8745         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8746         (gnus-server-offline-face): Add :version.
8747
8748         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8749
8750         * gnus-msg.el (gnus-gcc-externalize-attachments)
8751         (gnus-debug-files, gnus-debug-exclude-variables)
8752         (gnus-discouraged-post-methods): Change :version.
8753         (gnus-confirm-mail-reply-to-news)
8754         (gnus-confirm-treat-mail-like-news): Add :version.
8755
8756         * gnus-int.el (gnus-server-unopen-status): Add :version.
8757
8758         * gnus-group.el (gnus-group-jump-to-group-prompt)
8759         (gnus-large-ephemeral-newsgroup)
8760         (gnus-fetch-old-ephemeral-headers): Add :version.
8761
8762         * gnus-fun.el (gnus-x-face-directory)
8763         (gnus-convert-pbm-to-x-face-command)
8764         (gnus-convert-image-to-x-face-command)
8765         (gnus-convert-image-to-face-command): Add :version.
8766
8767         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8768
8769         * gnus-cite.el (gnus-cite-blank-line-after-header)
8770         (gnus-article-boring-faces): Add :version.
8771
8772         * gnus-art.el (gnus-buttonized-mime-types)
8773         (gnus-inhibit-mime-unbuttonizing)
8774         (gnus-treat-display-face)
8775         (gnus-treat-body-boundary): Change :version.
8776         (gnus-body-boundary-delimiter, gnus-picon-databases)
8777         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8778         (gnus-treat-date-english, gnus-treat-fold-headers)
8779         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8780         (gnus-treat-mail-picon, gnus-treat-wash-html)
8781         (gnus-article-encrypt-protocol)
8782         (gnus-use-idna, gnus-article-over-scroll)
8783         (gnus-mime-display-multipart-alternative-as-mixed)
8784         (gnus-mime-display-multipart-related-as-mixed)
8785         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8786         (gnus-ctan-url, gnus-button-ctan-handler)
8787         (gnus-button-handle-ctan-bogus-regexp)
8788         (gnus-button-ctan-directory-regexp)
8789         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8790         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8791         (gnus-button-man-level, gnus-button-emacs-level)
8792         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8793
8794         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8795         (gnus-agent-go-online): Change :version.
8796         (gnus-agent-expire-unagentized-dirs)
8797         (gnus-agent-auto-agentize-methods): Add :version.
8798
8799         * flow-fill.el (fill-flowed-display-column)
8800         (fill-flowed-encode-column): Add :version.
8801
8802         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8803         (gnus-outlook-deuglify-unwrap-max)
8804         (gnus-outlook-deuglify-cite-marks)
8805         (gnus-outlook-deuglify-unwrap-stop-chars)
8806         (gnus-outlook-deuglify-no-wrap-chars)
8807         (gnus-outlook-deuglify-attrib-cut-regexp)
8808         (gnus-outlook-deuglify-attrib-verb-regexp)
8809         (gnus-outlook-deuglify-attrib-end-regexp)
8810         (gnus-outlook-display-hook): Add :version.
8811
8812         * binhex.el (binhex-use-external): Add :version.
8813
8814 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8815
8816         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8817         and `invisible'.
8818
8819 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8820
8821         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8822         in gnus-registry-trim.
8823
8824 2004-09-13  Simon Josefsson  <jas@extundo.com>
8825
8826         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8827
8828         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8829
8830         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8831         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8832         <yamaoka@jpl.org>.
8833         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8834         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8835         <yamaoka@jpl.org>.
8836
8837         * sieve.el (sieve-manage-mode): Ditto.
8838
8839 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8840
8841         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8842
8843 2004-09-11  Simon Josefsson  <jas@extundo.com>
8844
8845         * dns-mode.el: Add.
8846
8847         * mm-view.el (mm-display-dns-inline): Add.
8848
8849         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8850         (mm-automatic-display): Ditto.
8851
8852         * mailcap.el (mailcap-mime-data): Add text/dns.
8853         (mailcap-mime-extensions): Map .soa to text/dns.
8854
8855 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8856
8857         * gnus-art.el (article-decode-mime-words, article-babel)
8858         (gnus-article-highlight-signature, gnus-article-add-buttons)
8859         (gnus-signature-toggle): Remove unnecessary bindings of
8860         `inhibit-read-only' inherited from v5.10 merge.
8861
8862 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * nntp.el (nntp): New customization group.
8865         (nntp-authinfo-file): Add customization group.
8866
8867         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8868
8869         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8870
8871         * gnus.el (to-address, to-list, subscribed)
8872         (large-newsgroup-initial): Ditto.
8873
8874         * flow-fill.el (fill-flowed-display-column)
8875         (fill-flowed-encode-column): Ditto.
8876
8877 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8878
8879         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8880         Use point-min rather than 1.
8881         (message-send-mail): Use buffer-size rather than point-max.
8882
8883         * gnus-sum.el (gnus-summary-search-article-forward):
8884         Signal a specific `search-failed' rather than a generic `error'.
8885
8886         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8887         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8888         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8889
8890 2004-09-10  Simon Josefsson  <jas@extundo.com>
8891
8892         * nndb.el (require): Remove tcp and duplicate cl.
8893
8894 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * gnus-agent.el (directory-files-and-attributes): Move forward.
8897
8898 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8899
8900         * gnus-agent.el (directory-files-and-attributes): Optionally
8901         defined to support XEmacs.
8902
8903 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8904
8905         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8906         to avoid run-time CL dependencies.
8907         (gnus-agent-unfetch-articles): New function.
8908         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8909         article numbers even when local .overview file is missing.
8910         (gnus-agent-read-article-number): New function. Only accepts
8911         27-bit article numbers.
8912         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8913         gnus-agent-read-article-number.
8914         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8915         from backend while recognizing that article numbers in .overview
8916         must be valid.
8917         (gnus-agent-update-files-total-fetched-for): Use
8918         directory-files-and-attributes to improve performance.
8919         * gnus-int.el (gnus-request-move-article): Use
8920         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8921         improve performance.
8922
8923         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8924         some users confused by references to .newsrc when they only have a
8925         .newsrc.eld file.
8926         (gnus-convert-mark-converter-prompt,
8927         gnus-convert-converter-needs-prompt): Fixed use of property list.
8928         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8929         New function. Used internally to only display 'gnus converting
8930         files' message when actually necessary.
8931
8932         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8933         methods now autoloaded.
8934
8935 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8938         identifiers.
8939
8940 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8941
8942         * gnus-picon.el: Fix indentation and closing parenthesis.
8943
8944 2004-09-01  Simon Josefsson  <jas@extundo.com>
8945
8946         * message.el (message-canlock-generate): Require sha1, not
8947         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8948         to require within a function.  Sadly, if sha1.el isn't loaded, the
8949         let binding in m-c-g will hide the defcustom definition, which is
8950         bad.)
8951
8952         * canlock.el: Require sha1, not sha1-el.
8953
8954         * message.el: Don't autoload sha1 (there is a autoload cookie in
8955         sha1.el).
8956
8957         * sha1-el.el: Renamed to sha1.el.
8958
8959 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8960
8961         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8962
8963 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8964
8965         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8966
8967 2004-08-30  Kim F. Storm  <storm@cua.dk>
8968
8969         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8970
8971         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8972         Add :group 'nnimap.
8973
8974 2004-08-30  Andreas Schwab  <schwab@suse.de>
8975
8976         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8977         ?* and ?\;.
8978
8979         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8980         and ?\' to symbol instead of whitespace.
8981
8982 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8985
8986         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8987         instead of re-search-forward.
8988
8989         * gnus-uu.el (gnus-uu-save-article): Ditto.
8990         (gnus-uu-post-encode-uuencode): Ditto.
8991
8992         * html2text.el (html2text-clean-list-items): Ditto.
8993         (html2text-clean-dtdd): Ditto.
8994         (html2text-format-tags): Ditto.
8995
8996         * message.el (message-send-mail-with-sendmail): Fix regexp.
8997         (message-fill-field-general): Use search-forward instead of
8998         re-search-forward.
8999         (unbold-region): Ditto.
9000
9001         * nnrss.el (nnrss-request-article): Ditto.
9002
9003         * nnslashdot.el (nnslashdot-request-article): Ditto.
9004
9005         * nnweb.el (nnweb-gmane-wash-article): Ditto.
9006
9007         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9008         "Unrecognized menu descriptor" error in XEmacs.
9009
9010 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9011
9012         * gnus-sum.el (gnus-read-header): Don't remove a header for the
9013         parent article of a sparse article in the thread hashtb.
9014
9015 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
9016
9017         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9018         (nnmail-expand-newtext): Lowercase expanded entries if
9019         nnmail-split-lowercase-expanded is non-nil.
9020
9021 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
9024         entry.
9025
9026         * gnus-group.el (gnus-group-line-format-alist): Convert the value
9027         of gnus-tmp-news-method into string under XEmacs.  It will be
9028         passed to gnus-correct-length which takes only a string argument.
9029
9030 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * gnus-util.el (gnus-bind-print-variables): New macro.
9033         (gnus-prin1): Use it.
9034         (gnus-prin1-to-string): Use it.
9035         (gnus-pp): New function.
9036         (gnus-pp-to-string): New function.
9037
9038         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
9039         pp-to-string with gnus-pp-to-string.
9040         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9041         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9042         * gnus-msg.el (gnus-debug): Ditto.
9043         * gnus-score.el (gnus-score-save): Ditto.
9044         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9045         gnus-pp-to-string.
9046         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9047         with gnus-pp.
9048         * score-mode.el (gnus-score-pretty-print): Ditto.
9049         * webmail.el (webmail-debug): Ditto.
9050
9051 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9052
9053         * gnus-art.el (article-display-face, article-display-x-face): Use
9054         buffer-read-only.
9055
9056 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * gnus-art.el (article-hide-list-identifiers): Bind
9059         inhibit-read-only as t.
9060
9061 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
9062
9063         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9064
9065 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9066
9067         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9068         (gnus-narrow-to-page): Don't assume point-min == 1.
9069         (gnus-article-edit-mode): Derive from message-mode.
9070
9071         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9072         point-min == 1.
9073
9074         * imap.el (imap-parse-address-list, imap-parse-body-ext):
9075         Disable incorrect use of `assert'.
9076
9077         * message.el (message-mode): Set comment-start-skip.
9078
9079
9080 2004-08-22  Sam Steingold  <sds@gnu.org>
9081
9082         * pop3.el (pop3-leave-mail-on-server): New user variable.
9083         (pop3-movemail): Delete mail only when it is nil.
9084
9085 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
9086
9087         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9088
9089         * mml.el (mml-preview): Use `pop-to-buffer'.
9090
9091         * message.el (message-goto-mail-followup-to): Insert after "To".
9092         (message-carefully-insert-headers): Add comment.
9093
9094         * gnus.el: Remove unused variable `gnus-article-check-size'.
9095
9096         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9097
9098         * gnus-art.el (gnus-button-alist): Improve
9099         `gnus-button-handle-library' entry.
9100
9101 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
9102
9103         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
9104         downcase, since XEmacs capitalizes error messages differently.
9105
9106 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
9107
9108         * nntp.el: Add (require 'gnus) due to reference to
9109         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
9110
9111 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
9112
9113         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
9114         `mm-fill-flowed'.
9115
9116         * mm-decode.el (mm-dissect-singlepart): Check it.
9117
9118 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
9119
9120         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
9121         'imap' for netrc parsing.
9122
9123 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
9124
9125         * mailcap.el (mailcap-mime-data): Mark as risky.
9126
9127 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
9130         may be included in the encoded word.
9131         (rfc2047-encode): Don't append a space if the encoded word
9132         includes close parenthesis.
9133
9134 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
9137         of text within parentheses.
9138
9139 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
9140
9141         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
9142         (gnus-encrypt-write-file-contents): Make the password key the file
9143         name PLUS the cipher, not just the cipher.  Also remove failed
9144         passwords from the cache.
9145
9146 2004-08-06  Simon Josefsson  <jas@extundo.com>
9147
9148         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
9149         fix.
9150
9151 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9152
9153         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
9154         LWSP.
9155
9156 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
9157
9158         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
9159         to append in-reply-to: data to the references: header.
9160
9161         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
9162         (netrc-parse): Use gnus-encrypt.el functions.
9163
9164         * gnus-encrypt.el: Add new file for encryption support; currently
9165         does only a few GPG ciphers and an internal XOR cipher.
9166
9167         * password.el: Add comments on using password-read-and-add.
9168         (password-read-and-add): Add function to read and add the
9169         password to the cache at once.
9170
9171 2004-07-28  Simon Josefsson  <jas@extundo.com>
9172
9173         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
9174         parameter (but don't use it, for now).
9175
9176         * imap.el (imap-ssl-open): Use imap-process-connection-type,
9177         instead of hard coding to nil.
9178
9179 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * mm-view.el (mm-inline-image-emacs): Open lines under an image
9182         as mm-inline-image-xemacs does.
9183
9184 2004-07-26  Simon Josefsson  <jas@extundo.com>
9185
9186         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
9187         Revert part of 2004-07-17 change below.
9188
9189 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
9192         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9193
9194 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9195
9196         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
9197         quotes that actually start with ">" at the beginning of the
9198         lines.
9199
9200 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * rfc2047.el (rfc2047-encode-region): Fix last change.
9203         (rfc2047-encode-parameter): Remove useless concat.
9204
9205 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
9208         encode special characters; fix some kind of misconfigured headers;
9209         signal a real error if debug-on-quit or debug-on-error is non-nil.
9210         (rfc2047-encode-max-chars): New variable.
9211         (rfc2047-encode-1): Use it.
9212         (rfc2047-encode-parameter): New function.
9213
9214         * mml.el (mml-insert-parameter): Remove an excessive space.
9215
9216 2004-07-17  Simon Josefsson  <jas@extundo.com>
9217
9218         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
9219         Kai Grossjohann <kai@emptydomain.de>.
9220         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
9221         (gnus-group-make-menu-bar): Ditto.
9222
9223         * gnus-util.el (gnus-group-server): Add.
9224
9225 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
9226
9227         * message.el (message-clone-locals): Clone sendmail and smtp
9228         variables.
9229
9230 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * rfc2047.el (rfc2047-encode-region): Fix last change.
9233
9234 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
9237         characters as non-special.
9238
9239 2004-07-09  Simon Josefsson  <jas@extundo.com>
9240
9241         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
9242         Users will lose all flag changes made while unplugged with
9243         e.g. nntp unless flag synchronization happens, thus `nil' is not a
9244         good default.  See numerous reports on ding mailing list.
9245
9246 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
9249         add generate-head-function and generate-article-function to the
9250         rfc822-forward entry.
9251         (nndoc-rfc822-forward-generate-article): New function.
9252         (nndoc-rfc822-forward-generate-head): New function.
9253
9254         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
9255
9256 2004-07-06  Dan Christensen  <jdc@uwo.ca>
9257
9258         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
9259         respect display group parameter and gnus-summary-expunge-below.
9260         (gnus-articles-to-read): Remove unused reference to display group
9261         parameter.
9262
9263 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9264
9265         * nnheader.el (nnheader-uniquify-message-id): New experimental
9266         variable.
9267         (nnheader-nov-read-message-id): Use it.
9268
9269         * spam-report.el (spam-report-gmane): Add interactive.
9270
9271 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
9274         qp-or-base64 for the application/* types.
9275
9276 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
9277
9278         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
9279
9280 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
9281
9282         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
9283         trim value.
9284
9285 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9286
9287         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
9288         New macro and function.
9289         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
9290
9291 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
9294         after-load-alist.
9295
9296 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9297
9298         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
9299         update info that isn't there.
9300
9301 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
9302
9303         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
9304         entry.
9305
9306 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * mm-view.el (mm-inline-render-with-function): Use multibyte
9309         buffer; decode html source by charset.
9310
9311         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
9312
9313         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
9314         Mule-UCS is loaded under XEmacs.
9315         (mm-mime-mule-charset-alist): Avoid duplicated entries.
9316
9317 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
9318
9319         * nnheader.el (nnheader-max-head-length): Increase to 8192.
9320
9321 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * mm-util.el (mm-coding-system-p): Return a coding-system.
9324         (mm-mime-mule-charset-alist): Use shift_jis instead of
9325         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
9326         entries for the mime charsets iso-2022-jp-3 and shift_jis.
9327         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
9328         instead of japanese-shift-jis and iso-latin-1 respectively in
9329         order to share the default value with both Emacs and XEmacs-mule.
9330         (mm-mule-charset-to-mime-charset): Make
9331         mm-coding-system-priorities effective.
9332         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
9333         while predicating of candidates upon the priorities.
9334
9335 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
9336
9337         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9338         gnus-uu-invert-processable.
9339
9340         * gnus.el: Autoload gnus-uu-invert-processable.
9341
9342 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9343
9344         * mm-util.el (mm-with-multibyte-buffer): New macro.
9345
9346         * rfc2047.el (rfc2047-encode-string): Use it.
9347         (rfc2047-encode-region): Move point to the end of the region after
9348         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
9349
9350 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9351
9352         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
9353         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
9354
9355 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
9358         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
9359         Karl Chen <quarl@nospam.quarl.org>.
9360
9361 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
9362
9363         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
9364         invalid addresses.
9365
9366 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
9367
9368         * spam.el: Change section markers, revise TODO list.
9369         (spam-backends): Make new master list of all installed backends.
9370         (spam-summary-exit-behavior): Add new variable to determine how
9371         messages moves are done at summary exit.
9372         (spam-move-spam-nonspam-groups-only)
9373         (spam-process-ham-in-nonham-groups)
9374         (spam-process-ham-in-spam-groups): Remove variables, the
9375         spam-summary-exit-behavior variable should be used to manage this
9376         behavior.
9377         (spam-old-ham-articles, spam-old-spam-articles): Remove.
9378         (spam-old-articles): Add variable, replacing spam-old-ham-articles
9379         and spam-old-spam-articles.
9380         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
9381         Add empty variables, placeholders for the backends they represent.
9382         (spam-set-difference): Move, unchanged.
9383         (spam-list-of-processors): Declare OBSOLETE, not used anymore
9384         unless the user has a processor variable.
9385         (spam-classifications, spam-classification-valid-p)
9386         (spam-backend-properties, spam-backend-property-valid-p)
9387         (spam-backend-function-type-valid-p)
9388         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
9389         (spam-report-articles-gmane, spam-report-articles-resend):
9390         Remove functions, they are not needed.
9391         (spam-install-backend-super, spam-backend-list)
9392         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
9393         (spam-backend-function, spam-backend-ham-registration-function)
9394         (spam-backend-spam-registration-function)
9395         (spam-backend-ham-unregistration-function)
9396         (spam-backend-spam-unregistration-function)
9397         (spam-backend-statistical-p, spam-backend-mover-p)
9398         (spam-install-backend-alias, spam-install-checkonly-backend)
9399         (spam-install-mover-backend, spam-install-nocheck-backend)
9400         (spam-install-backend, spam-install-statistical-backend)
9401         (spam-install-statistical-checkonly-backend): Add backend installation
9402         support.
9403         (spam-summary-prepare-exit): Rewrite to use the new backend code.
9404         (spam-group-processor-p): Use the new backend code and respect the
9405         summary exit behavior.
9406         (spam-mark-spam-as-expired-and-move-routine): Remove.
9407         (spam-summary-prepare): Change to use the new spam-old-articles
9408         variable.
9409         (spam-copy-or-move-routine, spam-copy-spam-routine)
9410         (spam-move-spam-routine, spam-copy-ham-routine)
9411         (spam-move-ham-routine): Add code to copy/move ham or spam.
9412         (spam-fetch-field-fast): Improve doc and code, plus allow the
9413         'number request.
9414         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
9415         variables.
9416         (spam-split, spam-find-spam): Use the new backend code.
9417         (spam-registration-functions): Remove variable.
9418         (spam-unregister-routine): Add convenience wrapper.
9419         (spam-log-undo-registration, spam-register-routine)
9420         (spam-log-processing-to-registry)
9421         (spam-log-unregistration-needed-p): Rename "check" to "backend"
9422         where possible.
9423         (spam-check-gmane-xref, spam-check-regex-headers)
9424         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
9425         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
9426         (spam-check-bogofilter-headers, spam-check-spamoracle)
9427         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
9428         (spam-check-crm114-headers): Use the spam-split-group that
9429         spam-split prepares, no need to determine it every time.
9430
9431         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
9432         to the nnheader-parse-naked-head call.
9433
9434         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
9435
9436         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
9437         the nnheader-nov-read-message-id call.
9438
9439 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
9442         gnus-activate-group twice.  Suggested by Markus Peter
9443         <warp@spin.de>.
9444
9445 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * gnus-art.el (gnus-article-time-format): Exchange the order of
9448         day and month in the default value; fix customization type.
9449         (article-date-ut): Use add-text-properties.
9450         (article-make-date-line): Use message-make-date instead of
9451         current-time-string.
9452
9453         * message.el (message-fetch-field): Don't use set-text-properties.
9454         (message-make-date): Simplify.
9455
9456         * messagexmas.el (message-xmas-make-date): New function.
9457         (message-xmas-redefine): Defalias message-make-date to it.
9458
9459 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
9462         (rfc2047-encode-region): Treat text within parentheses as special;
9463         show the original text when error has occurred.
9464
9465         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
9466         already-computed method to gnus-activate-group.
9467
9468         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
9469         same select-methods identical Lisp objects.
9470
9471         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
9472         object when modifying the info.
9473
9474 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * gnus-srvr.el (gnus-server-set-info): Remove the server from
9477         gnus-opened-servers since it has never been opened with the new
9478         configuration yet.
9479
9480 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
9483         arg to nnheader-generate-fake-message-id.
9484
9485 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
9486
9487         * nnheader.el (nnheader-generate-fake-message-id): Accept a
9488         number and build a fake message ID localized to a group and
9489         article number (so it's repeatable from that point on).
9490         (nnheader-fake-message-id-p): Change regex to accomodate new fake
9491         ID format.
9492
9493         * gnus-sum.el (gnus-get-newsgroup-headers): Call
9494         nnheader-generate-fake-message-id with the article number.
9495
9496 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
9497
9498         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
9499         end-of-buffer.
9500
9501 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * message.el (message-ignored-supersedes-headers): Add Approved.
9504
9505 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * rfc2047.el (rfc2047-encode-message-header): Remove useless
9508         goto-char.
9509         (rfc2047-encode): Fold the line before encoding.
9510
9511 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9512
9513         * rfc2047.el (rfc2047-encode-message-header): Disabled header
9514         folding -- not all headers can be folded, and this should be done
9515         by the message composition mode.  Probably.  I think.
9516
9517 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
9520         fast.
9521
9522         * gnus-ems.el (gnus-remove-image): Don't use
9523         message-text-with-property; remove only the image found first.
9524
9525         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
9526         found first.
9527
9528 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
9529
9530         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
9531
9532 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * message.el (message-text-with-property): Make it fast and accept
9535         optional arguments.
9536         (message-strip-forbidden-properties): Use it.
9537         (message-fix-before-sending): Follow the m-t-w-p change.
9538
9539         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
9540
9541 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * gnus-art.el (article-hide-headers): Don't change the buffer
9544         mistakenly when performing mml-preview even if
9545         gnus-single-article-buffer is nil.
9546
9547 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
9548
9549         * message.el (message-expand-name-databases): New user option.
9550         (message-expand-name): Use it.
9551
9552 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
9553
9554         * spam.el (spam-report-articles-resend)
9555         (spam-report-resend-register-routine): Allow ham reporting.
9556         (spam-report-resend-register-ham-routine): Add wrapper.
9557         (spam-registration-functions): Add ham resending functions.
9558         (spam-list-of-processors): Add ham resend processor.
9559
9560         * gnus.el (ham-resend-to): Add new group parameter.
9561         (spam-process): Add ham resend option.
9562
9563         * spam-report.el (spam-report-resend): Allow reporting ham.
9564         (spam-report-resend-ham): Add wrapper.
9565
9566 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9567
9568         * message.el (message-cite-articles-with-x-no-archive): New
9569         variable.
9570         (message-cite-original): Use it.
9571
9572 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9573
9574         * message.el (message-cite-original): Respect X-No-Archive.
9575
9576 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * gnus-art.el (article-hide-headers): Refer to the values for
9579         gnus-ignored-headers and gnus-visible-headers in the summary
9580         buffer since a user may have set them as group parameters.
9581
9582 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
9583
9584         * assistant.el (assistant-node-name): Add convenience function.
9585         (assistant-render-text, assistant-render-node): Add error handling,
9586         plus handle multiple next nodes.
9587         (assistant-find-next-node): Comment out for now.
9588         (assistant-find-next-nodes): Add function, returns list of next
9589         nodes.
9590
9591 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
9592
9593         * mail-source.el (mail-source-directory): Fix doc-string.
9594
9595 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
9596
9597         * assistant.el (assistant-render-text, assistant-eval): Add :set
9598         widget type, which is different because it takes and returns a
9599         list.  Much hilarity ensues.
9600
9601 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
9602
9603         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9604
9605         * gnus-group.el (gnus-group-get-new-news-this-group): Added
9606         doc-string.
9607
9608         * gnus-start.el (gnus-activate-group): Added doc-string.
9609
9610 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9613
9614 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
9615
9616         * assistant.el (assistant-render-text): Try to add a :set
9617         widget, more to come.
9618
9619         * spam.el (spam-group-spam-contents-p): Handle empty groupname
9620         strings.
9621         (spam-report-articles-resend)
9622         (spam-register-routine): Do registration iff any articles warrant
9623         it.
9624         (spam-summary-prepare-exit): Change log message for nil group
9625         destinations.
9626
9627 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
9628
9629         * spam.el (spam-report-resend-register-routine): Allow
9630         spam-report-resend-to to be a group parameter or a global value.
9631
9632 2004-05-26  Simon Josefsson  <jas@extundo.com>
9633
9634         * starttls.el: Merge with my GNUTLS based starttls.el.
9635         (starttls-gnutls-program, starttls-use-gnutls)
9636         (starttls-extra-arguments, starttls-process-connection-type)
9637         (starttls-connect, starttls-failure, starttls-success): New
9638         variables.
9639         (starttls-program, starttls-extra-args): Doc fix.
9640         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9641         functions.
9642         (starttls-negotiate, starttls-open-stream): Check
9643         `starttls-use-gnutls' and pass on to corresponding *-gnutls
9644         function if it is set.
9645
9646 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9649         structured fields.
9650
9651 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9654
9655 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
9656
9657         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9658         variable.
9659         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
9660         assigning the spam-mark to new messages.
9661
9662 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
9663
9664         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9665
9666 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * dgnushack.el: Autoload customize-set-variable for XEmacs.
9669
9670         * rfc2047.el (rfc2047-encodable-p): Don't move point.
9671         (rfc2047-decode): Treat the ascii coding-system as raw-text by
9672         default.
9673
9674 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
9675
9676         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
9677         correct data.
9678
9679 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
9680
9681         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9682         (spam-group-processor-p): Fix function.
9683         (spam-group-processor-multiple-p)
9684         (spam-group-spam-processor-report-gmane-p)
9685         (spam-group-spam-processor-report-resend-p)
9686         (spam-group-spam-processor-bogofilter-p)
9687         (spam-group-spam-processor-blacklist-p)
9688         (spam-group-spam-processor-ifile-p)
9689         (spam-group-ham-processor-ifile-p)
9690         (spam-group-spam-processor-spamoracle-p)
9691         (spam-group-spam-processor-crm114-p)
9692         (spam-group-ham-processor-bogofilter-p)
9693         (spam-group-spam-processor-stat-p)
9694         (spam-group-ham-processor-stat-p)
9695         (spam-group-ham-processor-whitelist-p)
9696         (spam-group-ham-processor-BBDB-p)
9697         (spam-group-ham-processor-spamoracle-p)
9698         (spam-group-ham-processor-copy-p): Remove functions with some
9699         prejudice against unneeded code.
9700         (spam-report-articles-resend)
9701         (spam-report-resend-register-routine): Allow the group/topic
9702         spam-resend-to value to override spam-report-resend-to.
9703         (spam-summary-prepare-exit): Invoke spam-group-processor-p
9704         properly now.
9705
9706         * gnus.el (spam-resend-to): Add group/topic parameter.
9707         (spam-process): Move the OBSOLETE processors to the end of the
9708         choices.
9709
9710 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
9711
9712         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9713         with resend-to set to nil, and then ask the user if necessary.
9714         (spam-report-resend): spam-report-resend takes a list of articles, not
9715         separate article numbers.
9716
9717 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9720         addition to emacs-w3m.
9721
9722 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9723
9724         * assistant.el (assistant-authinfo-data): New function.
9725         (assistant-eval): Eval for entire assistant.
9726
9727         * netrc.el (netrc-services-file): New variable.
9728         (netrc-parse-services): New function.
9729         (netrc-find-service-name): New function.
9730         (netrc-find-service-number): New function.
9731         (netrc-port-equal): New function.
9732         (netrc-machine): Use it.
9733
9734         * nnimap.el (nnimap-open-connection): Use netrc.
9735
9736         * gnus-util.el (gnus-netrc-get): Remove aliases.
9737
9738         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9739
9740         * assistant.el (wid-edit): Fix compilation.
9741
9742         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9743
9744 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
9745
9746         * gnus-util.el (gnus-set-file-modes): New function.  (small
9747         patch).
9748
9749 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9750
9751         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
9752
9753         * assistant.el (assistant-render-node): Fix up rendering and
9754         read-only text.
9755         (assistant-render-node): Reset.
9756         (assistant-make-read-only): Not sticky.
9757
9758 2004-05-20  Danny Siu  <dsiu@adobe.com>
9759
9760         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9761         centered even when gnus-auto-center-summary is t
9762
9763 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9764
9765         * dns.el (dns-get-txt-answer): New function.
9766         (dns-read-txt): Ditto.
9767         (query-dns): Use it.
9768
9769 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9772         active for foreign groups even if the group level is higher than
9773         the specified value.
9774
9775 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9776
9777         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9778         non-active groups.
9779
9780         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9781
9782 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9783
9784         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9785
9786 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9787
9788         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9789         (spam-crm114-header, spam-crm114-spam-switch)
9790         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9791         (spam-crm114-positive-spam-header)
9792         (spam-crm114-database-directory, spam-list-of-processors)
9793         (spam-group-spam-processor-crm114-p)
9794         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9795         (spam-generic-score, spam-list-of-checks)
9796         (spam-list-of-statistical-checks, spam-registration-functions)
9797         (spam-check-crm114-headers, spam-crm114-score)
9798         (spam-check-crm114, spam-crm114-register-with-crm114)
9799         (spam-crm114-register-spam-routine)
9800         (spam-crm114-unregister-spam-routine)
9801         (spam-crm114-register-ham-routine)
9802         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9803         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9804
9805         * gnus.el: Add spam-use-crm114.
9806
9807         * spam.el (spam-list-of-processors, spam-registration-functions):
9808         Add spam-use-resend.
9809         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9810         (spam-report-articles-gmane): Add doc fix.
9811         (spam-report-articles-resend,
9812         spam-report-resend-register-routine): Add wrappers around
9813         spam-report-resend-to.
9814
9815         * spam-report.el (spam-report-resend-to, spam-report-resend):
9816         Add support for resending spam.
9817         (spam-report-gmane): Fix line length >80.
9818
9819         * gnus.el (spam-process): Add spam-use-resend.
9820
9821 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9822
9823         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9824         number of processed spam messages.
9825         (spam-ham-copy-or-move-routine): Return the number of processed
9826         ham messages.
9827         (spam-summary-prepare-exit): Use the above values to decide
9828         whether status messages shouled be displayed.
9829
9830 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9833         `rfc2047-encoding-function-alist' in order to avoid conflicting
9834         with the old version.
9835         (rfc2047-encode-region): Concatenate words containing non-ASCII
9836         characters in structured fields; don't encode space-delimited
9837         ASCII words even in unstructured fields; don't break words at
9838         char-category boundaries.
9839         (rfc2047-encode-1): New function.
9840         (rfc2047-encode): Use it; encode text so that it occupies the
9841         maximum width within 76-column; work correctly on Q encoding for
9842         iso-2022-* charsets.
9843         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9844         sure not to break a line just after the header name.
9845         (rfc2047-b-encode-region): Removed.
9846         (rfc2047-b-encode-string): New function.
9847         (rfc2047-q-encode-region): Removed.
9848         (rfc2047-q-encode-string): New function.
9849
9850         * mm-util.el (mm-replace-in-string): New function.
9851
9852 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9853
9854         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9855         get it right.
9856         (gnus-inews-make-draft): Really.
9857
9858 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9859
9860         * nnmh.el (nnmh-request-list-1): Don't check the link count
9861         before descending.  (small patch)
9862
9863 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9864
9865         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9866         stuff.
9867
9868         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9869         on real group name.
9870
9871         * gnus-art.el (gnus-signature-limit): Doc fix.
9872
9873         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9874
9875         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9876
9877 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9878
9879         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9880         isn't a string.
9881
9882 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9883
9884         * gnus-draft.el (gnus-draft-send): Bind
9885         rfc2047-encode-encoded-words.
9886
9887         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9888         (rfc2047-encodable-p): Say that =? needs encoding.
9889         (rfc2047-encode-encoded-words): New variable.
9890
9891         * gnus-group.el (gnus-group-select-group): Doc fix.
9892
9893         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9894
9895         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9896         to nil.
9897
9898         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9899
9900         * nnheader.el (nnheader-get-lines-and-char): New function.
9901
9902 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9903
9904         * gnus-msg.el (gnus-summary-followup-with-original): Document
9905         yanking of region when active.
9906
9907 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9910         groups if the group level is higher than the specified value.
9911
9912 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9913
9914         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9915         (gnus-group-jump-to-group): Added prefix argument using
9916         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9917         non-active group.
9918
9919         * compface.el (uncompface): Be verbose when changing
9920         `uncompface-use-external'.
9921
9922         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9923         handle manual section.
9924
9925 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9926
9927         * gnus-art.el (gnus-button-alist): Revert previous change.
9928
9929 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9932
9933 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9934
9935         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9936         whether backend can accept message.
9937
9938         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9939
9940 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9941
9942         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9943         Avoid creating directory when nntp-marks-is-evil is true.
9944         Reported by Reiner Steib.
9945
9946 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9947
9948         * gnus-picon.el (gnus-picon-style): New variable.
9949         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9950         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9951         Jesper Harder <harder@ifa.au.dk>.
9952
9953 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9954
9955         * message.el (message-fill-field): Return point.
9956         (message-generate-headers): Go to end of field.
9957
9958         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9959         stuff for non-living groups.
9960
9961 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9962
9963         * gnus-art.el (gnus-article-followup-with-original)
9964         (gnus-article-reply-with-original): gnus-mark-active-p ->
9965         gnus-region-active-p.
9966
9967 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9968
9969         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9970         only when there is spam or ham to be processed.
9971
9972 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9973
9974         * mail-source.el (mail-source-delete-crash-box): Refactor.
9975         (mail-source-fetch): Use it.
9976         (mail-source-fetch-file): Ditto.
9977         (mail-source-fetch-directory): Run postscript in loop.
9978         (mail-source-fetch-pop): Delete.
9979         (mail-source-fetch-maildir): Ditto.
9980         (mail-source-fetch-imap): Ditto.
9981
9982         * imap.el (imap-authenticators): Comment out sasl.
9983
9984         * message.el (message-skip-to-next-address): New function.
9985         (message-fill-header-address): Refactor.
9986         (message-fill-address): Use it.
9987         (message-delete-address): Use it.
9988         (message-fill-header-general): Refactor.
9989         (message-fill-field-address): Rename.
9990         (message-narrow-to-field): Find the start of the header.
9991         (message-header-format-alist): Don't pre-fill.
9992         (message-fill-header): Removed.
9993         (message-insert-header): New function.
9994         (message-shorten-references): Use it.
9995
9996         * rfc2047.el (rfc2047-field-value): Strip props.
9997
9998         * mail-parse.el (mail-header-make-address): New alias.
9999
10000         * ietf-drums.el (ietf-drums-make-address): New function.
10001
10002         * imap.el: Add compiler directives.
10003
10004         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10005
10006         * gnus-art.el (article-decode-idna-rhs): Don't use
10007         message-idna-inside-rhs-p.
10008
10009 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10010
10011         * message.el (message-idna-inside-rhs-p): Removed.
10012         (message-idna-to-ascii-rhs-1): Use proper address parsing.
10013
10014         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10015         false positives.
10016
10017 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10018
10019         * imap.el (imap-sasl-make-mechanisms): Use sasl.
10020
10021 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10022
10023         * nneething.el (nneething-file-name): Don't create spurions
10024         files.
10025
10026         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10027         (gnus-inews-do-gcc): Remove sleep.
10028
10029         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10030         part under point.
10031
10032         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10033         (gnus-agent-regenerate-group): Using nil messages aren't valid.
10034
10035 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
10036
10037         * spam.el (spam-summary-prepare-exit): Fixed (length).
10038
10039 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10040
10041         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10042         as expired without moving it" message when there are spam
10043         messages left.
10044
10045 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
10046
10047         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
10048         header is not nil.
10049
10050 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
10051
10052         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10053         nntp-possibly-create-directory, not nntp-possibly-change-group.
10054         (nntp-marks-changed-p): New arg SERVER.
10055         (nntp-request-update-info): Adjust caller.
10056
10057 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
10058
10059         * nntp.el (nntp-save-marks): Pass missing arg.
10060
10061 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
10062
10063         * nntp.el: Support marks.
10064         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10065         (nntp-marks-modtime, nntp-marks-directory): New variables.
10066         (nntp-request-set-mark, nntp-request-update-info)
10067         (nntp-possibly-create-directory, nntp-marks-changed-p)
10068         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10069         functions.
10070
10071 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
10072
10073         * gnus-xmas.el (gnus-xmas-select-lowest-window)
10074         (gnus-xmas-redefine): Rename.
10075
10076         * gnus-score.el (gnus-score-insert-help): Use
10077         gnus-select-lowest-window.
10078
10079         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10080         appt-select-lowest-window and rename to gnus-select-lowest-window.
10081
10082         * gnus.el: do.
10083
10084 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10085
10086         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10087         encodings of MIME-encoded words, in order to improve
10088         interoperability with several broken MUAs.
10089
10090 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10091
10092         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10093         tags, only when charsets are not specified in headers.
10094         (mm-inline-text-html-render-with-w3m): Ditto.
10095
10096         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
10097         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
10098
10099 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10100
10101         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10102         instead of MIME-decoded from fields when checking
10103         `gnus-article-address-banner-alist'.
10104
10105 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
10106
10107         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10108         description rather than subject.
10109
10110 2004-05-02  Steve Youngs  <steve@youngs.au.com>
10111
10112         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
10113
10114 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10115
10116         * gnus.el (gnus-version-number): Bump.
10117
10118 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10119
10120         * gnus.el: No Gnus v0.2 is released.
10121
10122 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10123
10124         * gnus-agent.el (gnus-agent-read-agentview): Inline
10125         gnus-uncompress-range.
10126
10127 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10128
10129         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
10130         `exec-installed-p'.
10131
10132 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10133
10134         * gnus.el (spam-process, spam-autodetect-methods): Add
10135         bsfilter and bsfilter-headers.
10136
10137         * spam.el (spam-bsfilter): New customize group.
10138         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
10139         (spam-bsfilter-header, spam-bsfilter-probability-header)
10140         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
10141         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
10142         (spam-bsfilter-database-directory): New options.
10143         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
10144         (spam-list-of-statistical-checks, spam-registration-functions):
10145         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
10146         (spam-bsfilter-score): New command.
10147         (spam-check-bsfilter-headers, spam-check-bsfilter)
10148         (spam-bsfilter-register-with-bsfilter)
10149         (spam-bsfilter-register-spam-routine)
10150         (spam-bsfilter-unregister-spam-routine)
10151         (spam-bsfilter-register-ham-routine)
10152         (spam-bsfilter-unregister-ham-routine): New functions.
10153         (spam-generic-score): Support bsfilter; Accept an optional argument
10154         to recalcurate spam score even if scoring header has already been
10155         added.
10156         (spam-bogofilter-score, spam-spamassassin-score): Accept an
10157         optional argument to recalcurate spam score even if scoring header
10158         has already been added.
10159
10160 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
10161
10162         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
10163         strings!  Reported by David D. Smith <davidsmith@acm.org>.
10164         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
10165         link is missing.
10166
10167 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
10168
10169         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
10170         (html2text-get-attr): Rewrite.
10171
10172         * message.el (message-setup-1): Remove redundant put-text-property
10173         on mail-header-separator.
10174
10175 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
10176
10177         * gnus-registry.el (gnus-registry-cache-whitespace)
10178         (gnus-registry-action, gnus-registry-spool-action)
10179         (gnus-registry-split-fancy-with-parent): Change message levels
10180         from 5 to 3 or 7, as needed.
10181
10182         * spam.el (spam-summary-prepare-exit)
10183         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
10184         (spam-split, spam-find-spam, spam-log-undo-registration)
10185         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
10186         level from 5 to 6.
10187
10188 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * gnus-ems.el: Autoload appt-select-lowest-window (revert
10191         2004-03-04 change).
10192
10193 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
10194
10195         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
10196         Use mapc when appropriate.
10197
10198         * sieve-manage.el (sieve-manage-open): do.
10199
10200         * nnweb.el (nnweb-insert-html): do.
10201
10202         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
10203         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
10204
10205         * nnspool.el (nnspool-request-group): do.
10206
10207         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
10208         do.
10209
10210         * nnml.el (nnml-request-update-info): do.
10211
10212         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
10213         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
10214
10215         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
10216         (nnimap-request-set-mark): do.
10217
10218         * nnfolder.el (nnfolder-request-update-info): do.
10219
10220         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
10221         do.
10222
10223         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
10224
10225         * gnus-uu.el (gnus-uu-find-articles-matching): do.
10226
10227         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
10228         do.
10229
10230         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
10231         do.
10232
10233         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
10234
10235         * gnus-nocem.el (gnus-nocem-scan-groups): do.
10236
10237         * gnus-int.el (gnus-start-news-server): do.
10238
10239         * gnus-group.el (gnus-group-make-kiboze-group)
10240         (gnus-group-browse-foreign-server): do.
10241
10242 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
10243
10244         FIXME: Make separate entries for each person.
10245
10246         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
10247         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
10248         <shields@msrl.com>:
10249
10250         * spam.el (spam-necessary-extra-headers): Get the extra headers we
10251         may need for spam sorting and scoring.
10252         (spam-user-format-function-S): Add user format function suitable for
10253         general use.
10254         (spam-article-sort-by-spam-status): Add sorting function for summary
10255         sorting.
10256         (spam-extra-header-to-number): Add function to get a score from a
10257         header.
10258         (spam-summary-score): Add function to  get a numeric score from the
10259         headers.
10260         (spam-generic-score): Fixed function doc, was in wrong place.
10261         (spam-initialize): Take symbols when it's run, and install the
10262         extra headers that spam-necessary-extra-headers thinks we need.
10263
10264 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
10265
10266         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
10267         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10268
10269 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
10270
10271         * gnus-sum.el (gnus-set-global-variables)
10272         (gnus-build-all-threads, gnus-get-newsgroup-headers)
10273         (gnus-article-get-xrefs, gnus-summary-best-group)
10274         (gnus-summary-next-article, gnus-summary-enter-digest-group)
10275         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
10276         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
10277         with-current-buffer.
10278
10279 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
10280
10281         * spam.el (spam-summary-prepare-exit): Simplify logic.
10282         (spam-fetch-article-header): Read the article header if it's not
10283         available.
10284         (spam-list-articles): Simplify logic.
10285         (spam-filelist-register-routine): Fix bug with unregister-list.
10286
10287         * gnus-registry.el: Fix comments at beginning.
10288
10289 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
10290
10291         * message.el (message-cater-to-broken-inn): Remove.
10292         (message-shorten-references): Make sure the total folded length of
10293         References is shorter than 998 characters to cater to a bug in INN
10294         2.3.  Also, don't pretend that references aren't folded -- this
10295         hasn't worked for a while.
10296
10297 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10298
10299         * gnus-agent.el (gnus-agentize):
10300         gnus-agent-send-mail-real-function no longer set to current value
10301         of message-send-mail-function but rather a lambda that calls
10302         message-send-mail-function.  The change makes the agent real-time
10303         responsive to user changes to message-send-mail-function.
10304
10305 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10306
10307         * legacy-gnus-agent.el
10308         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
10309         help from Florian Weimer <fw@deneb.enyo.de>
10310
10311 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * nnmail.el (nnmail-cache-insert): Revert last change.
10314
10315 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * nnmail.el (nnmail-cache-insert): Always check whether
10318         nnmail-cache-ignore-groups matches a group name.
10319
10320 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
10321
10322         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
10323         (spam-find-spam, spam-log-processing-to-registry)
10324         (spam-log-registered-p, spam-log-unregistration-needed-p)
10325         (spam-log-undo-registration): Use gnus-message instead of
10326         gnus-error, none of these errors are fatal.
10327
10328         * gnus-registry.el (gnus-registry-clean-empty-function)
10329         (gnus-registry-clean-empty): Remove only empty entries without
10330         extra data.
10331
10332 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
10333
10334         * spam-stat.el (spam-stat-buffer-change-to-spam)
10335         (spam-stat-buffer-change-to-non-spam): Change (error) to
10336         (gnus-message 8) invocation.
10337
10338 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * nntp.el (nntp-via-netcat-command): New variable.
10341         (nntp-via-netcat-switches): New variable.
10342         (nntp-open-via-rlogin-and-netcat): New function.
10343         (nntp-open-connection-function): Doc fix.
10344         (nntp-telnet-command): Doc fix.
10345         (nntp-end-of-line): Doc fix.
10346         (nntp-via-rlogin-command): Doc fix.
10347         (nntp-via-user-name): Doc fix.
10348         (nntp-via-address): Doc fix.
10349
10350 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
10353         error in Emacs 21.1.
10354
10355 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
10356
10357         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
10358
10359 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10360         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
10361         (gnus-agent-with-refreshed-group): New macro.
10362         (gnus-agent-rename-group): New function.
10363         (gnus-agent-delete-group): New function.
10364         (gnus-agent-save-group-info): Use gnus-command-method when
10365         `method' parameter is nil.  Don't write nil entries into the
10366         active file.
10367         (gnus-agent-get-group-info): New function.
10368         (gnus-agent-fetch-articles): Use
10369         gnus-agent-update-files-total-fetched-for to increment disk space
10370         used.
10371         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
10372         gnus-agent-update-view-total-fetched-for to increment disk space
10373         used.
10374         (gnus-agent-get-local): Added optional parameters to avoid calling
10375         gnus-group-real-name and gnus-find-method-for-group.
10376         (gnus-agent-set-local): Delete stored entry if either min, or max,
10377         are nil.
10378         (gnus-agent-fetch-session): Reworded error/quit messages.  On
10379         quit, use gnus-agent-regenerate-group to record existance of any
10380         articles fetched to disk before the quit occurred.
10381         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
10382         gnus-agent-update-view-total-fetched-for, and
10383         gnus-agent-update-files-total-fetched-for to decrement disk space
10384         used.
10385         (gnus-agent-retrieve-headers): Use
10386         gnus-agent-update-view-total-fetched-for to increment disk space
10387         used.
10388         (gnus-agent-regenerate-group): Replace gnus-group-update-group
10389         with gnus-agent-update-files-total-fetched-for to decrement disk
10390         space and fresh group buffer.
10391         (gnus-agent-inhibit-update-total-fetched-for): New variable.
10392         (gnus-agent-need-update-total-fetched-for): New variable.
10393         (gnus-agent-update-files-total-fetched-for): New function.
10394         (gnus-agent-update-view-total-fetched-for): New function.
10395         (gnus-agent-total-fetched-for): New function.
10396
10397         * gnus-cache.el (gnus-cache-save-buffers): Use
10398         gnus-cache-update-overview-total-fetched-for to change disk space
10399         used by this group.
10400         (gnus-cache-possibly-enter-article): Use
10401         gnus-cache-update-file-total-fetched-for to increment disk space
10402         used by this group.
10403         (gnus-cache-possibly-remove-article): Use
10404         gnus-cache-update-file-total-fetched-for to decrement disk space
10405         used by this group.
10406         (gnus-cache-generate-nov-databases): Purge total fetched cache.
10407         (gnus-cache-rename-group): New function.
10408         (gnus-cache-delete-group): New function.
10409         (gnus-cache-inhibit-update-total-fetched-for): New variable.
10410         (gnus-cache-need-update-total-fetched-for): New variable.
10411         (gnus-cache-with-refreshed-group): New macro.
10412         (gnus-cache-update-file-total-fetched-for): New function.
10413         (gnus-cache-update-overview-total-fetched-for): New function.
10414         (gnus-cache-rename-group-total-fetched-for): New function.
10415         (gnus-cache-delete-group-total-fetched-for): New function.
10416         (gnus-cache-total-fetched-for): New function.
10417
10418         * gnus-group.el: Require gnus-sum and autoload functions to
10419         resolve warnings when gnus-group.el compiled alone.
10420         (gnus-group-line-format): Documented new %F
10421         (size of Fetched data) group line format; identifies disk space
10422         used by agent and cache.
10423         (gnus-group-line-format-alist): Defined new F format.
10424         (gnus-total-fetched-for): New function.
10425         (gnus-group-delete-group): No longer update
10426         gnus-cache-active-altered as gnus-request-delete-group now keeps
10427         the cache in sync.
10428         (gnus-group-list-active): Let the agent store a server's active
10429         list if currently plugged.
10430
10431         * gnus-int.el (gnus-request-delete-group): Use
10432         gnus-cache-delete-group and gnus-agent-delete-group to keep the
10433         local disk in sync with the server.
10434          (gnus-request-rename-group): Use
10435         gnus-cache-rename-group and gnus-agent-rename-group to keep the
10436         local disk in sync with the server.
10437
10438         * gnus-start.el (gnus-get-unread-articles): Cosmetic
10439         simplification to logic.
10440
10441         * gnus-util.el (gnus-rename-file): New function.
10442
10443 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
10444
10445         * mm-util.el (mm-image-load-path): Handle nil in load-path.
10446
10447 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
10448
10449         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
10450         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
10451
10452 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
10453
10454         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
10455         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
10456
10457 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
10458
10459         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
10460
10461 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
10462
10463         * spam.el (spam-set-difference): Add function to replace
10464         gnus-set-difference in spam.el.
10465         (spam-summary-prepare-exit): Use spam-set-difference.
10466
10467 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10468
10469         * gnus-registry.el (gnus-registry-cache-file): Update to use
10470         gnus-dribble-directory OR gnus-home-directory OR ~.
10471         (gnus-registry-split-fancy-with-parent): Fix doc.
10472
10473 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * message.el (message-exchange-point-and-mark): Use
10476         message-mark-active-p.  Suggested by Jesper Harder
10477         <harder@ifa.au.dk>.
10478
10479 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * message.el (message-exchange-point-and-mark): Don't activate
10482         region if it was inactive.  Suggested by Hiroshi Fujishima
10483         <pooh@nature.tsukuba.ac.jp>.
10484
10485 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * gnus-art.el (article-display-face): Display Faces in the same
10488         order as X-Faces.
10489
10490 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
10493
10494 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
10497         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
10498         (gnus-article-mime-hierarchy): Remove.
10499         (gnus-article-mime-hierarchy-next): Remove.
10500         (gnus-article-mode): Revert 2004-03-19 change.
10501         (gnus-article-setup-buffer): Revert 2004-03-19 change.
10502         (gnus-insert-mime-button): Revert 2004-03-19 change.
10503         (gnus-mime-accumulate-hierarchy): Remove.
10504         (gnus-mime-enter-multipart): Remove.
10505         (gnus-mime-leave-multipart): Remove,
10506         (gnus-mime-display-part): Revert 2004-03-19 change.
10507         (gnus-mime-display-alternative): Revert 2004-03-19 change.
10508
10509         * mml.el (mml-preview): Revert 2004-03-19 change.
10510
10511 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
10512
10513         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
10514
10515 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
10518         t while entering a file name using the mm-with-multibyte macro.
10519         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10520
10521         * mm-util.el (mm-with-multibyte): New macro.
10522
10523 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
10526         user option.
10527         (gnus-mime-multipart-functions): Doc and customization fix.
10528         (gnus-article-mime-hierarchy): New variable.
10529         (gnus-article-mime-hierarchy-next): New variable.
10530         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
10531         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
10532         gnus-article-mime-hierarchy-next to nil.
10533         (gnus-insert-mime-button): Show hierarchy numbers.
10534         (gnus-mime-accumulate-hierarchy): New function.
10535         (gnus-mime-enter-multipart): New function.
10536         (gnus-mime-leave-multipart): New function.
10537         (gnus-mime-display-part): Recompute hierarchical MIME structure.
10538         (gnus-mime-display-alternative): Show hierarchy numbers.
10539
10540         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
10541         gnus-article-mime-hierarchy-next to nil.
10542
10543 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
10544
10545         * dns.el: Don't require gnus-xmas.
10546
10547 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
10548
10549         * mml.el (mml-generate-mime-1): Don't use format=flowed with
10550         inline PGP.
10551         (mml-menu): Disable mml-quote-region if mark is inactive.
10552
10553 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
10556         when the group's active is not available.
10557
10558 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
10561         error.
10562
10563 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
10564
10565         * imap.el (imap-store-password): New variable.
10566         (imap-interactive-login): Use it.
10567         Suggested by Mark Plaksin <happy@mcplaksin.org>.
10568
10569 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10570
10571         * gnus-art.el (gnus-article-read-summary-keys): Restore new
10572         window-start and hscroll to summary window.
10573
10574 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10575
10576         * gnus-start.el (gnus-convert-old-newsrc): Only write the
10577         conversion message to newsrc-dribble when an actual conversion is
10578         performed.
10579
10580 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
10581
10582         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
10583
10584 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * mm-decode.el (mm-complicated-handles): New function reviving
10587         former definition of mm-multiple-handles.
10588
10589         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10590         (gnus-mime-delete-part): Use it.
10591
10592 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10593
10594         * gnus-agent.el (gnus-agent-read-local): Bind
10595         nnheader-file-coding-system to gnus-agent-file-coding-system to
10596         avoid the implicit assumption that they will always be equal.
10597         (gnus-agent-save-local): Bind buffer-file-coding-system, not
10598         coding-system-for-write, as the with-temp-file macro first prints
10599         to a buffer then saves the buffer.
10600
10601 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * gnus-art.el (gnus-article-edit-part): New function.
10604         (gnus-mime-save-part-and-strip): Use it; do query instead of
10605         signaling an error; don't use mm-multiple-handles.
10606         (gnus-mime-delete-part): Ditto.
10607
10608 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10609
10610         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10611         old file versions.
10612         (gnus-group-prepare-hook): Removed function that converted list
10613         form of gnus-agent-expire-days to group properties.
10614
10615         * gnus-int.el: Autoload gnus-agent-regenerate-group.
10616         (gnus-request-accept-article): Re-indented.
10617
10618         * gnus-start.el (gnus-convert-old-newsrc): Registered new
10619         converters to handle old agent file formats.  Added logic for a
10620         "backup before upgrading warning".
10621         (gnus-convert-mark-converter-prompt): Developers can mark
10622         functions as needing (default), or not needing,
10623         gnus-convert-old-newsrc's "backup before upgrading warning".
10624         (gnus-convert-converter-needs-prompt): Tests whether the user
10625         should be protected from potentially irreversable changes by the
10626         function.
10627
10628         * legacy-gnus-agent.el (): New. Provides converters that are only
10629         loaded when gnus-convert-old-newsrc needs to call them.
10630
10631 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * mail-source.el (mail-source-touch-pop): Doc fix.
10634
10635         * message.el (message-smtpmail-send-it): Doc fix.
10636
10637 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
10638
10639         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
10640
10641         * nnmail.el (nnmail-split-fancy): do.
10642
10643         * gnus-kill.el (gnus-kill, gnus-execute): do.
10644
10645 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10646
10647         * gnus-sum.el (gnus-widget-reversible-match)
10648         (gnus-widget-reversible-to-internal)
10649         (gnus-widget-reversible-to-external): New functions.
10650         (gnus-widget-reversible): New widget.
10651         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
10652
10653 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
10654
10655         * gnus-sum.el (gnus-thread-sort-functions)
10656         (gnus-article-sort-functions): Document `(not F)' items.
10657
10658 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10659
10660         * spam.el (spam-use-gmane-xref): Add new backend.
10661         (spam-gmane-xref-spam-group): Add variable to control the name of the
10662         Gmane spam group.
10663         (spam-blackhole-servers, spam-blackhole-good-server-regex)
10664         (spam-regex-headers-spam, spam-regex-headers-ham)
10665         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10666         (spam-list-of-checks): Add spam-use-gmane-xref to list of
10667         backends and checks.
10668         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
10669
10670         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10671         an autodetect method.
10672
10673 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10674
10675         * gnus-int.el (gnus-request-accept-article): Inform the agent that
10676         articles are being added to a group.
10677         (gnus-request-replace-article): Inform the agent that articles
10678         need to be uncached as the cached contents are no longer valid.
10679
10680 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * binhex.el: Don't autoload executable-find.
10683
10684         * canlock.el: Don't autoload mail-fetch-field.
10685
10686         * dgnushack.el: Autoload c-mode for XEmacs.
10687
10688         * gnus-ems.el: Don't autoload appt-select-lowest-window.
10689
10690         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10691         rmail-dont-reply-to and rmail-output.
10692
10693         * gnus-score.el: Don't autoload ffap-string-at-point.
10694
10695         * gnus-setup.el: Don't autoload sc-cite-original.
10696
10697         * imap.el: Don't autoload base64-decode-string,
10698         base64-encode-string and md5.
10699
10700         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10701         and rmail-msg-restore-non-pruned-header.
10702
10703         * mm-decode.el: Don't autoload executable-find.
10704
10705         * mm-url.el: Don't autoload executable-find.
10706
10707         * mm-view.el: Don't autoload diff-mode.
10708
10709         * nndb.el: Don't autoload news-reply-mode, news-setup,
10710         cancel-timer and telnet.
10711
10712         * password.el: Don't autoload run-at-time for Emacs.
10713
10714         * sha1-el.el: Don't autoload executable-find.
10715
10716         * sieve-mode.el: Don't autoload c-mode.
10717
10718         * uudecode.el: Don't autoload executable-find.
10719
10720 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10721
10722         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10723         (gnus-agent-possibly-alter-active): Avoid null in numeric
10724         comparison.
10725         (gnus-agent-set-local): Refuse to save null in local object table.
10726         (gnus-agent-regenerate-group): The REREAD parameter can now be a
10727         list of articles that will be marked as unread.
10728
10729 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
10732
10733 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10734
10735         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10736         language tags.
10737
10738 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10739
10740         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10741         Don't bind "obarray".
10742
10743         * gnus-sum.el (gnus-thread-sort-functions): Added
10744         `gnus-thread-sort-by-most-recent-number' and
10745         `gnus-thread-sort-by-most-recent-date'.
10746         Reported by Kai Grossjohann <kai@emptydomain.de>.
10747
10748 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
10751
10752 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10753
10754         * gnus-cus.el (gnus-agent-customize-category): Removed
10755         ignore-errors macro reference that required cl to be loaded at
10756         run-time.
10757
10758         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10759         single-interval range of the form (min . max).  Previously the
10760         range had to look like ((min . max)).  Likewise, return
10761         (min . max) rather than ((min . max)).
10762         (gnus-range-map): Use gnus-range-normalize to accept
10763         single-interval range.
10764
10765         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10766         the cache, but not the agent, now appear with their usual face.
10767
10768         * dgnushack.el (loaddir): New variable that is bound to the
10769         directory containing the dgnushack.el file. Use loaddir, rather
10770         than srcdir, to update load-path. Change lets dgnushack compile
10771         code in directories other than GNUS/lisp.
10772
10773 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * lpath.el: Don't bind w3m-safe-url-regexp.
10776
10777         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10778         w3m-safe-url-regexp variable buffer-local.
10779
10780         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10781
10782 2004-02-27  Simon Josefsson  <jas@extundo.com>
10783
10784         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10785         gnus-group-real-prefix.
10786         (gnus-summary-move-article): Use it, instead of
10787         gnus-group-real-prefix.
10788
10789 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * lpath.el: Bind w3m-safe-url-regexp.
10792
10793         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10794         w3m-safe-url-regexp variable buffer-local and set it as the value
10795         of mm-w3m-safe-url-regexp.
10796
10797         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10798
10799         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10800         parsing gnus-posting-styles when the message is not for replying.
10801
10802         * dgnushack.el: Autoload sgml-mode for XEmacs.
10803
10804         * nnrss.el (nnrss-opml-export): Use
10805         mm-set-buffer-file-coding-system instead of
10806         set-buffer-file-coding-system.
10807
10808 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10809
10810         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10811         of checkdoc.el).
10812         * nnrss.el: do.
10813         * gnus-mlspl.el: do.
10814         * gnus-ml.el: do.
10815         * gnus-srvr.el: do.
10816
10817         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10818
10819 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10820
10821         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10822         Corrections to custom-manual links.
10823
10824         * gnus-art.el (gnus-article): Ditto.
10825
10826         * mm-decode.el (mime-display, mime-security): Ditto.
10827
10828 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10829
10830         * flow-fill.el: Typo.
10831
10832 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10833
10834         * spam-wash.el: New file.
10835
10836 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10837
10838         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10839
10840 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10841
10842         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10843         to be run with new-articles as LIST1, not LIST2.
10844         (spam-registration-functions): Add spam-use-ham-copy as a nil
10845         registration backend.
10846
10847 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10848
10849         * spam-stat.el (spam-stat-washing-hook): New option.
10850         (spam-stat-buffer-words): Use it.
10851         (spam-stat-process-directory, spam-stat-test-directory): Use
10852         insert-file-contents-literally.
10853         (spam-stat-coding-system): New variable.
10854         (spam-stat-load, spam-stat-save): Use it.
10855
10856 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * spam-report.el (spam-report-plug-agent): Quote
10859         spam-report-url-to-file and spam-report-url-ping-plain.
10860
10861 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10862
10863         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10864         / in mailto URLs.
10865
10866 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10867
10868         * spam-report.el (spam-report-process-queue): Fix interactive use.
10869         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10870         (spam-report-unplug-agent): Doc fixes.
10871         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10872         (spam-report-agentize, spam-report-deagentize): Autoload
10873
10874 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10875
10876         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10877
10878         * message.el (message-setup-fill-variables): Add mml tags to
10879         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10880         <ajk@iu.edu>.
10881         (message-mode): Don't modify paragraph-separate there.
10882
10883 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * compface.el (uncompface-use-external): Default to undecided.
10886         (uncompface-use-external-threshold): New variable.
10887         (uncompface-float-time): New macro.
10888         (uncompface): Determine whether to use the external decoder if
10889         uncompface-use-external is undecided.
10890
10891 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10892
10893         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10894         after images.
10895
10896         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10897
10898 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10899
10900         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10901
10902         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10903
10904         * gnus-sum.el (gnus-summary-limit-to-age)
10905         (gnus-summary-limit-children): do.
10906
10907         * gnus-int.el (gnus-request-scan): do.
10908
10909         * gnus-group.el (gnus-group-suspend): do.
10910
10911         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10912
10913         * gnus-cite.el (gnus-cite-parse-attributions): do.
10914
10915         * gnus-agent.el (gnus-summary-set-agent-mark)
10916         (gnus-agent-regenerate-group): do.
10917
10918         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10919
10920         * binhex.el (binhex-decode-region-internal): do.
10921
10922 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * gnus-fun.el (gnus-face-properties-alist): New user option.
10925         (gnus-display-x-face-in-from): Use it.
10926
10927         * gnus-art.el (article-display-face): Ditto.
10928
10929         * compface.el (uncompface-use-external): Default to nil.
10930
10931 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10932
10933         * nntp.el (nntp-erase-buffer): New function.
10934         (nntp-retrieve-data, nntp-send-command)
10935         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10936         (nntp-possibly-change-group): Use it.
10937
10938         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10939         with-current-buffer.
10940
10941 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10942
10943         * compface.el: Merge the ELisp-based uncompface program.
10944         (compface): New customization group.
10945         (uncompface-use-external): New user option.
10946         (uncompface): Call uncompface-internal if uncompface-use-external
10947         is nil.
10948         (uncompface-internal): New function.  Note that there are also
10949         some other functions and variables added for this function.
10950
10951 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10952
10953         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10954         if necessary.
10955
10956 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10957
10958         * spam-report.el (spam-report-unplug-agent)
10959         (spam-report-plug-agent, spam-report-deagentize)
10960         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10961         Add support for the Agent in spam-report: when unplugged, report to a
10962         file; when plugged, submit all the requests.
10963
10964         * spam.el (spam-register-routine): Fix message about
10965         registration.
10966
10967 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10968
10969         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10970         dependencies.
10971         (rfc2047-encode): Use it.
10972
10973         * gnus-art.el (gnus-button-marker-list): Move before first
10974         reference.
10975
10976         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10977         (imap-parse-body): Fix format string mismatch.
10978
10979         * gnus-score.el (gnus-summary-increase-score): do.
10980
10981         * nnrss.el (nnrss-close): New function.
10982
10983 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10984
10985         * nnrss.el (nnrss-make-filename): New function.
10986         (nnrss-request-delete-group, nnrss-read-server-data)
10987         (nnrss-save-server-data, nnrss-read-group-data)
10988         (nnrss-save-group-data): Use it.
10989         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10990         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10991         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10992
10993 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10994
10995         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10996
10997 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10998
10999         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11000         files.
11001
11002         * message.el (message-generate-headers-first): Don't quote nil
11003         and t in docstrings.
11004
11005         * imap.el (imap-id): do.
11006
11007         * gnus-agent.el (gnus-agent-consider-all-articles)
11008         (gnus-agent-queue-mail): do.
11009
11010 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
11011
11012         * spam-report.el (spam-report-process-queue): New function.
11013         Process requests from `spam-report-requests-file'.
11014         (spam-report-process-queue): Doc fix.
11015
11016 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
11017
11018         * spam.el (spam-register-routine)
11019         (spam-log-processing-to-registry, spam-log-registered-p)
11020         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11021         Change "check" to "spam-check" for semi-clarity.
11022
11023 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
11024
11025         * pop3.el: Require nnheader.
11026
11027         * mml-smime.el: Require cl.  Autoload message-fetch-field.
11028
11029         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11030
11031         * gnus-picon.el: Require cl.
11032
11033         * gnus-fun.el: Require gnus-ems and gnus-util.
11034
11035         * gnus.el (gnus-method-to-server): Move defsubst before first use.
11036
11037         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11038
11039         * gnus-art.el (gnus-article-edit-mode): Define before first
11040         reference.
11041
11042 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
11043
11044         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11045         (gnus-uu-post-encoded): Use point-at-bol.
11046
11047         * gnus-topic.el (gnus-group-active-topic-p): do.
11048
11049         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11050
11051         * gnus-group.el (gnus-group-kill-region): do.
11052
11053         * gnus-art.el (article-date-ut): do.
11054
11055         * message.el (message-fetch-field): Remove redundant
11056         case-fold-search binding.
11057         (message-narrow-to-field): Simplify.
11058
11059 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11060
11061         * spam.el (spam-directory): Derive from `gnus-directory'.
11062
11063         * spam-report.el (spam-report-url-to-file)
11064         (spam-report-requests-file): New function and variable for offline
11065         reporting.
11066         (spam-report-url-ping-function): Add `spam-report-url-to-file'
11067         and user defined function.
11068         (spam-report-url-ping-mm-url): Remove doubled slash.
11069
11070 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
11071
11072         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11073
11074 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
11075
11076         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11077         format string mismatch.
11078
11079         * sieve.el (sieve-deactivate-all): do.
11080
11081         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11082
11083         * nnlistserv.el (nnlistserv-kk-wash-article): do.
11084
11085         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11086
11087         * mm-bodies.el (mm-7bit-chars): Don't include \r.
11088
11089 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
11090
11091         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11092         the list of checks.
11093
11094 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
11095
11096         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11097         padding.
11098
11099 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
11100
11101         * mm-view.el (mm-fill-flowed): New variable.
11102         (mm-inline-text): Use it.
11103
11104 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
11105
11106         * spam.el (spam-spamassassin-register-ham-routine)
11107         (spam-spamassassin-register-spam-routine): Fix function names.
11108
11109 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * gnus.el (gnus-tmp-grouplens): Remove.
11112         (gnus-summary-line-format): Remove grouplens.
11113
11114         * gnus-group.el (gnus-group-line-format): Ditto.
11115
11116         * gnus-spec.el (gnus-format-specs): Ditto.
11117         (gnus-update-format-specifications): Flush the group format spec
11118         cache if there's the grouplens stuff.
11119         (gnus-parse-simple-format): Replace %l with the empty string.
11120
11121 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
11122
11123         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11124         omission.
11125
11126 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11129         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11130
11131 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11132
11133         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
11134         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11135         New macros and functions.
11136         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11137         Handle > NLINK_MAX messages.
11138         * nnmaildir.el (nnmaildir-request-set-mark): Use
11139         nnmaildir--emlink-p and nnmaildir--eexist-p.
11140
11141 2004-01-25  Alex Schroeder  <alex@gnu.org>
11142
11143         * spam-stat.el (spam-stat-process-directory-age): New option.
11144         (spam-stat-process-directory): Use it.
11145
11146 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
11147
11148         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11149         (spam-stat-save): Accept prefix argument.
11150
11151 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
11152
11153         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11154         links" error.
11155
11156 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
11159         the rest of the and/or forms.
11160
11161 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
11162
11163         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11164         compatibility with old .newsrc.eld files.
11165
11166         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
11167
11168         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11169
11170         * gnus-start.el (gnus-1): do.
11171
11172         * gnus-group.el (gnus-group-line-format-alist): do.
11173
11174         * gnus.el (gnus-use-grouplens, gnus-visual): do.
11175
11176         * gnus-gl.el: Remove.
11177
11178 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11179
11180         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
11181         marks consisting of a single range {for example, (3 . 5)} rather
11182         than a list of a single range { ((3 . 5)) }.
11183
11184 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
11185
11186         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
11187         with-current-buffer.
11188         (spam-stat-store-current-buffer): Use insert-buffer-substring to
11189         avoid consing a string.
11190
11191         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
11192         Remove obsolete entries for big5 and gb2312.
11193
11194 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11195
11196         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
11197         uncompressed list.
11198
11199 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
11200
11201         * spam-stat.el (spam-stat-strip-xref): New function.
11202         (spam-stat-process-directory): Use it.
11203
11204         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
11205         here -- it's done in message-fetch-field.
11206
11207 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11208
11209         * gnus-agent.el (gnus-agent-queue-mail,
11210         gnus-agent-prompt-send-queue): New variables.
11211         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
11212         * gnus-draft.el (gnus-group-send-queue): Pass the group name
11213         "nndraft:queue" along to gnus-draft-send.  Use
11214         gnus-agent-prompt-send-queue.
11215         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
11216         is "nndraft:queue".  Suggested by Gaute Strokkenes
11217         <gs234@srcf.ucam.org>
11218
11219         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
11220         (agent-enable-undownloaded-faces): Added
11221         (gnus-agent-cat-groups): Use eval-and-compile, not
11222         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
11223         method of gnus-agent-cat-groups even when the buffer has been
11224         evaled.
11225         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
11226         delete gnus-agent-save-active-1.
11227         (gnus-agent-save-groups): Deleted. Identical to
11228         gnus-agent-save-active.
11229         (gnus-agent-write-active): No longer adjust agent's copy of active
11230         file as agent's adjustments are now stored in their own
11231         file. Removed optional parameter.
11232         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
11233         servers.  Add use of min/max range limits from server's local
11234         file.
11235         (gnus-agent-save-alist): Removed unused optional argument.
11236         (gnus-agent-load-local, gnus-agent-read-and-cache-local),
11237         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local),
11238         (gnus-agent-set-local): A per-server file that keeps min/max range
11239         limits for articles known to the agent.  Provides a fast mechanism
11240         for altering many active ranges.
11241         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
11242         active file (local makes it unnecessary).
11243         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
11244
11245         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
11246         (agent-enable-undownloaded-faces): Added
11247
11248         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
11249         disable it when sending to "nndraft:queue".
11250         (gnus-group-send-queue): Add safety check to avoid sending queue
11251         when unplugged.
11252
11253         * gnus-group.el (gnus-group-catchup): Use new
11254         gnus-sequence-of-unread-articles, not
11255         gnus-list-of-unread-articles, to avoid exhausting memory with huge
11256         numbers of articles.  Use gnus-range-map to avoid having to
11257         uncompress the unread list.
11258         (gnus-group-archive-directory,
11259         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
11260         reference.
11261
11262         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
11263         (gnus-sorted-range-intersection): Intersection of two ranges
11264         without requiring that they first be uncompressed.
11265
11266         * gnus-start.el (gnus-activate-group): Unless blocked by the
11267         caller, possibly expand the active range to include both cached
11268         and agentized articles.
11269         (gnus-convert-old-newsrc): Rewrote in anticipation of having
11270         multiple version-dependent converters.
11271         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
11272         gnus-agent-save-active.
11273         (gnus-save-newsrc-file): Save dirty agent range limits.
11274
11275         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
11276         gnus-agent-possibly-alter-active.
11277         (gnus-adjust-marked-articles): Faster handling of simple lists
11278
11279 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
11280
11281         * spam-stat.el (spam-stat-test-directory): New optional argument
11282         displays a list of files detected.  Suggested by Andrew Cohen
11283         <cohen@andy.bu.edu>.
11284         (spam-stat-buffer-words-with-scores): Don't narrow and change
11285         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
11286
11287 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
11288
11289         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
11290         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
11291         (spam-spamassassin-arguments)
11292         (spam-spamassassin-spam-flag-header)
11293         (spam-spamassassin-positive-spam-flag-header)
11294         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
11295         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
11296         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11297         (spam-list-of-processors, spam-list-of-checks)
11298         (spam-list-of-statistical-checks, spam-registration-functions)
11299         (spam-check-spamassassin-headers, spam-check-spamassassin)
11300         (spam-spamassassin-score)
11301         (spam-spamassassin-register-with-sa-learn)
11302         (spam-spamassassin-register-spam-routine)
11303         (spam-spamassassin-register-ham-routine)
11304         (spam-assassin-register-spam-routine)
11305         (spam-assassin-register-ham-routine): add SpamAssassin support
11306         (spam-bogofilter-score): fix to show article before scoring
11307
11308 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
11309
11310         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
11311         default scoring function.
11312         (spam-generic-score): Call spam-spamassassin-score if
11313         spam-use-spamassassin or spam-use-spamassassin-headers is on;
11314         spam-bogofilter-score otherwise.
11315
11316         * gnus.el (spam-process, spam-autodetect-methods): Add
11317         spamassassin and spamassassin-headers.
11318
11319 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
11320
11321         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11322         Suppress unnecessary messages.
11323
11324 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
11325
11326         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
11327         make-hash-table.
11328
11329 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * canlock.el (base64-encode-string): Don't autoload it.
11332
11333 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * run-at-time.el: Remove useless (require 'itimer),
11336         eval-and-compile and (featurep 'xemacs).
11337
11338 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
11339
11340         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
11341         GROUP is a virtual group.
11342
11343 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
11344
11345         * gnus.el: Autoload `message-y-or-n-p'.
11346
11347 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
11348
11349         * pgg-parse.el: Remove unnecessary (require 'custom).
11350
11351         * pgg-def.el: do.
11352
11353         * nnmail.el: do.
11354
11355         * gnus-undo.el: do.
11356
11357         * gnus-picon.el: do.
11358
11359         * gnus-util.el: do.
11360
11361 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
11362
11363         * gnus-sum.el (gnus-pick-line-number): Add autoload.
11364
11365 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
11368         handle, as well as a list.
11369
11370         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
11371         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
11372         (mm-w3m-cid-retrieve): Simplify.
11373
11374 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
11375
11376         * message.el (message-kill-to-signature): Allow prefix arg to
11377         specify number of lines to keep before signature.
11378
11379 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
11380
11381         (message-kill-to-signature): Change docstring.
11382
11383 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * canlock.el: Always require sha1-el.
11386         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
11387
11388         * message.el: Autoload sha1 only when compiling.
11389
11390         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
11391         eudc-expand-inline for XEmacs.
11392
11393 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * message.el (message-canlock-generate): Require sha1-el.
11396
11397 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
11398
11399         * message.el (message-expand-name): Silence the byte compiler.
11400
11401         * lpath.el: Add detect-coding-system.
11402
11403         * dgnushack.el (dgnushack-compile): Remove obsolete check for
11404         cus-edit.
11405
11406 2004-01-13  Simon Josefsson  <jas@extundo.com>
11407
11408         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
11409         Invoke gnus-score-mode.  Reported by
11410         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
11411
11412         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
11413         Jim Blandy <jimb@redhat.com> (tiny change).
11414
11415 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11416
11417         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
11418
11419 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
11420
11421         * spam.el (spam-get-article-as-string): Update to use
11422         gnus-request-article-this-buffer, much simpler.
11423         (spam-get-article-as-buffer): Remove.
11424
11425 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
11426
11427         * message.el (message-expand-name): Use EUDC if the user uses
11428         that.
11429
11430 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11431
11432         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
11433         character for the encoding to avoid consing a string.
11434
11435         * rfc2047.el (rfc2047-decode-string): Don't cons a string
11436         unnecessarily.
11437
11438         * mm-util.el (mm-replace-chars-in-string): Remove.
11439
11440         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
11441         of mm-replace-chars-in-string.
11442
11443 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
11444
11445         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
11446         strings.
11447
11448         * mm-util.el (mm-subst-char-in-string): Support inplace.
11449
11450         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
11451         a new string in every iteration.  Use shy groups.
11452
11453 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
11454
11455         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
11456         (gnus-group-change-level, gnus-kill-newsgroup)
11457         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
11458         (gnus-get-unread-articles, gnus-make-articles-unread)
11459         (gnus-make-ascending-articles-unread): Use accessor
11460         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
11461         to get group information for improved readability.
11462
11463         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
11464
11465         * gnus-soup.el (gnus-soup-group-brew): do.
11466
11467         * gnus-msg.el (gnus-put-message): do.
11468
11469         * gnus-move.el (gnus-group-move-group-to-server): do.
11470
11471         * gnus-kill.el (gnus-batch-score): do.
11472
11473         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
11474         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
11475         (gnus-group-update-group, gnus-group-read-group)
11476         (gnus-group-make-group, gnus-group-make-help-group)
11477         (gnus-group-make-archive-group, gnus-group-make-directory-group)
11478         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
11479         (gnus-group-sort-by-unread, gnus-group-catchup)
11480         (gnus-group-unsubscribe-group, gnus-group-kill-group)
11481         (gnus-group-yank-group, gnus-group-set-info)
11482         (gnus-group-list-groups): do.
11483
11484         * gnus.el (gnus-generate-new-group-name): do.
11485
11486         * gnus-delay.el (gnus-delay-send-queue): do.
11487
11488         * nnvirtual.el (nnvirtual-catchup-group): do.
11489
11490         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
11491         do.
11492
11493         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
11494         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
11495
11496         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
11497         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
11498         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
11499         (gnus-group-make-articles-read): do.
11500
11501 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11502
11503         * gnus-art.el (article-decode-mime-words, article-babel)
11504         (gnus-article-highlight-signature, gnus-article-add-buttons)
11505         (gnus-signature-toggle): Use gnus-with-article-buffer.
11506
11507         * gnus-art.el (gnus-article-highlight-headers)
11508         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
11509
11510         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
11511         (gnus-article-set-globals, gnus-request-article-this-buffer)
11512         (gnus-button-message-id, gnus-article-maybe-hide-headers)
11513         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
11514         (gnus-mime-display-alternative): Use with-current-buffer.
11515
11516 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11517
11518         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
11519         also under 80 char limit, and call gnus-error if needed.
11520         (spam-fetch-article-header): Fix - it was a
11521         buffer-local variable (gnus-newsgroup-data).
11522         (spam-find-spam): Use spam-generate-fake-headers, forget about
11523         spam-insert-fake-headers.
11524         (spam-insert-fake-headers): Remove.
11525
11526 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11527
11528         * deuglify.el (gnus-article-outlook-unwrap-lines)
11529         (gnus-outlook-rearrange-article)
11530         (gnus-outlook-repair-attribution-outlook)
11531         (gnus-outlook-repair-attribution-block)
11532         (gnus-outlook-repair-attribution-other): Remove redundant
11533         save-excursion.
11534
11535 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11536
11537         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
11538         (spam-fetch-field-subject-fast)
11539         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
11540         (spam-fetch-article-header): Add functions to deal with Gnus
11541         internals for fast retrieval of article header data.
11542         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
11543
11544 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11545
11546         * pop3.el (pop3-md5): Remove.
11547         (pop3-apop): Replace pop3-md5 with md5.
11548
11549         * mm-bodies.el: base64 is always built-in.
11550
11551         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
11552         with-current-buffer.
11553
11554 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * canlock.el (canlock-insert-header): Remove excessive grouping in
11557         regexp.
11558
11559         * gnus-sum.el (gnus-summary-read-document): Ditto.
11560
11561         * gnus-uu.el (gnus-uu-part-number): Ditto.
11562
11563         * html2text.el (html2text-remove-tags): Ditto.
11564         (html2text-format-tags): Ditto.
11565         (html2text-format-single-elements): Ditto.
11566
11567         * mml.el (mml-parse-1): Ditto.
11568
11569 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11570
11571         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11572
11573         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11574
11575         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11576
11577         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11578
11579 2003-11-15  Simon Josefsson  <jas@extundo.com>
11580
11581         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11582         (pgg-gpg-lookup-key): Use regexp match instead of
11583         split-string (split-string is different between emacs 21.2 and
11584         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
11585
11586 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11587
11588         * gnus-art.el (gnus-mime-view-all-parts)
11589         (gnus-article-part-wrapper, gnus-article-view-part): Use
11590         with-current-buffer.
11591
11592 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11593
11594         * spam.el (spam-disable-spam-split-during-ham-respool)
11595         (spam-spamoracle-database, spam-cache-lookups)
11596         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11597         (spam-group-ham-mark-p, spam-group-spam-mark-p)
11598         (spam-group-ham-marks, spam-group-spam-marks)
11599         (spam-group-spam-contents-p, spam-group-ham-contents-p)
11600         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11601         also add spam-use-blackholes to the statistical checks.
11602         (spam-fetch-field-fast): Add interface to fetching fields, may
11603         become a macro.
11604         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11605         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11606         (spam-insert-fake-headers): Fake an article when needed.
11607         (spam-find-spam): Fake article when possible.
11608         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11609         (spam-check-bogofilter-headers): Use message-fetch-field instead
11610         of nnmail-fetch-field.
11611
11612 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11615
11616 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11617
11618         * spam.el (spam-split): Do not require spam-use-CHECK to be
11619         enabled if that check is passed to spam-split explicitly; also
11620         fix so 'spam doesn't get converted to spam-split-group when
11621         spam-split-symbolic-return is t.
11622         (spam-find-spam): Find registrations of the article and use those
11623         instead of re-running spam-split to find the spam/ham
11624         classification of the article.
11625         (spam-log-processing-to-registry, spam-log-registered-p)
11626         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11627         Use gnus-error instead of gnus-message.
11628         (spam-log-registration-type): Add function to determine the
11629         classification of a message based on registry entries; will
11630         return nil if both 'spam and 'ham are found.
11631         (spam-check-BBDB): Expand all the BBDB macros here so we can have
11632         a reasonably fast local cache without the loading errors.
11633         (spam-cache-lookups): Set to t by default.
11634         (spam-find-spam): Don't try to guess spam-cache-lookups.
11635         (spam-enter-whitelist, spam-enter-blacklist): Clear the
11636         spam-caches entry.
11637         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11638         caching of whitelist/blacklist entries.
11639         (spam-check-whitelist, spam-check-blacklist): Invoke
11640         spam-from-listed-p with a type, not a cache variable.
11641         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11642
11643 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11644
11645         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11646
11647         * nnmail.el (nnmail-split-fancy): do.
11648
11649         * mml.el (mml-parse): do.
11650
11651         * gnus-score.el (gnus-enter-score-words-into-hashtb)
11652         (gnus-score-adaptive): do.
11653
11654 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11657         (gnus-mime-button-map): Don't set keymap parent.
11658         (gnus-button-ctan-directory-regexp): Use shy grouping.
11659         (gnus-prev-page-map): Don't set keymap parent.
11660         (gnus-prev-page-map): Remove duplicated one.
11661         (gnus-next-page-map): Don't set keymap parent.
11662         (gnus-mime-security-button-map): Ditto.
11663
11664         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11665         version number.
11666
11667         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11668
11669 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * canlock.el (canlock-sha1-function): Remove.
11672         (canlock-sha1-function-for-verify): Remove.
11673         (canlock-openssl-program): Remove.
11674         (canlock-openssl-args): Remove.
11675         (canlock-ignore-errors): Remove.
11676         (canlock-sha1-with-openssl): Remove.
11677         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11678         (canlock-verify): Don't use canlock-ignore-errors.
11679
11680         * sha1-el.el (sha1-string-external): Make it can return a string
11681         in binary form.
11682         (sha1-region-external): Ditto.
11683         (sha1-string-internal): Ditto.
11684         (sha1-region-internal): Ditto.
11685         (sha1-region): Ditto.
11686         (sha1-string): Ditto.
11687         (sha1): Ditto.
11688
11689 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11690
11691         * spam.el (spam-report-articles-gmane): New command.
11692
11693 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * gnus.el: Don't make unnecessary *Group* buffer when loading.
11696
11697         * run-at-time.el (run-at-time-saved): Remove.
11698         (run-at-time): Doc fix.
11699
11700 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11701
11702         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11703         (gnus-summary-limit-map): Add it.
11704         (gnus-summary-make-menu-bar): do.
11705
11706 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
11707
11708         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11709         Make attempt at some caching support (done for BBDB only now).
11710         (spam-find-spam): Set spam-cache-lookups if there are more than 2
11711         addresses to be checked.
11712         (spam-clear-cache-BBDB): Add function, to be invoked by
11713         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11714         (spam-check-BBDB): Check and use the caches, if
11715         spam-cache-lookups is on, remove superfluous (provide).
11716
11717 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11718
11719         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
11720
11721 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
11722
11723         * run-at-time.el (run-at-time-saved): Move to after the definition
11724         of `run-at-time'.
11725
11726         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
11727
11728 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11729
11730         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11731         mm-w3m-local-map-property.
11732
11733         * mm-view.el (mm-w3m-mode-map): Remove.
11734         (mm-w3m-local-map-property): Remove.
11735         (mm-inline-text-html-render-with-w3m): Don't use
11736         mm-w3m-local-map-property.
11737
11738 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11739
11740         * run-at-time.el: New file.
11741
11742         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
11743         under Emacs.
11744
11745         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11746         of gnus-set-text-properties.
11747
11748         * gnus-uu.el (gnus-uu-save-article): Ditto.
11749
11750         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
11751
11752         * gnus-cite.el (gnus-cite-parse): Ditto.
11753
11754         * gnus-art.el (gnus-button-push): Use set-text-properties instead
11755         of gnus-.
11756
11757         * gnus-xmas.el (run-at-time): Require run-at-time.
11758
11759         * gnus.el: Changed calls to nnheader-run-at-time and
11760         password-run-at-time throughout to use run-at-time directly.
11761
11762         * password.el: Removed definition of run-at-time.
11763
11764         * nnheaderxm.el: Remove definition of run-at-time.
11765
11766 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11767
11768         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11769         in prompt.
11770
11771 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11772
11773         * messagexmas.el (message-xmas-redefine): Alias
11774         `message-make-caesar-translation-table' to
11775         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
11776         version.
11777
11778         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
11779         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
11780         `gnus-xmas-set-text-properties'.
11781         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
11782         `gnus-xmas-completing-read'.
11783         (gnus-xmas-completing-read): Removed.
11784         (gnus-xmas-open-network-stream): Removed.
11785
11786         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11787         XEmacs version.
11788
11789         * dns.el (dns-make-network-process): Use `open-network-stream'
11790         instead of `gnus-xmas-open-network-stream'.
11791
11792         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
11793
11794         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11795
11796 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11797
11798         * gnus-art.el (gnus-mime-display-alternative)
11799         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11800         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11801         Don't use gnus-local-map-property.
11802
11803         * gnus-util.el (gnus-local-map-property): Remove.
11804
11805         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11806         gnus-completing-read-maybe-default with completing-read.
11807
11808         * gnus-util.el (gnus-completing-read): do.
11809         (gnus-completing-read-maybe-default): Remove.
11810
11811 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11812
11813         * password.el: Only autoload `run-at-time' if not XEmacs.
11814         Only autoload the itimer functions if XEmacs.
11815
11816 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11819         XEmacsen.
11820
11821         * dgnushack.el: Autoload executable-find for XEmacs.
11822
11823 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11824
11825         * gnus-art.el (gnus-read-string): Remove.
11826         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11827         read-string.
11828
11829 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11830
11831         * netrc.el: Autoload password-read.
11832         (netrc): Add configuration group.
11833         (netrc-encoding-method, netrc-openssl-path): Add
11834         variables for encoding and decoding of files with symmetric
11835         ciphers.
11836         (netrc-encode): Add assistant function to encode a file with
11837         netrc-encoding-method.
11838         (netrc-parse): Add interactive parameter, added optional
11839         decoding if netrc-encoding-method is non-nil but otherwise
11840         behavior is standard.
11841         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11842         Do s/encode/encrypt/ everywhere.
11843
11844         * spam.el: Remove executable-find autoload.
11845
11846 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11847
11848         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11849
11850         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11851
11852 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11853
11854         * gnus-art.el (gnus-treat-ansi-sequences,
11855         article-treat-ansi-sequences): New variable and function.
11856         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11857
11858         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11859         Use it.
11860
11861 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11862
11863         * mm-util.el (mm-quote-arg): Remove.
11864
11865         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11866         shell-quote-argument.
11867
11868         * gnus-uu.el (gnus-uu-command): do.
11869
11870         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11871
11872         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11873         with make-char.
11874
11875         * mm-util.el (mm-make-char): Remove.
11876
11877         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11878         add-minor-mode.
11879
11880         * gnus-undo.el (gnus-undo-mode): do.
11881
11882         * gnus-topic.el (gnus-topic-mode): do.
11883
11884         * gnus-sum.el (gnus-dead-summary-mode): do.
11885
11886         * gnus-start.el (gnus-slave-mode): do.
11887
11888         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11889
11890         * gnus-ml.el (gnus-mailing-list-mode): do.
11891
11892         * gnus-gl.el (gnus-grouplens-mode): do.
11893
11894         * gnus-draft.el (gnus-draft-mode): do.
11895
11896         * gnus-dired.el (gnus-dired-mode): do.
11897
11898         * gnus-ems.el (gnus-add-minor-mode): Remove.
11899
11900         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11901         Replace gnus-char-width with char-width.
11902
11903         * gnus-ems.el (gnus-char-width): Remove.
11904
11905         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11906         Replace gnus-char-width with char-width.
11907
11908         * gnus-ems.el (gnus-char-width): Remove.
11909
11910         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11911         definition.
11912         Remove Emacs 20 hash table compatibility code.
11913
11914         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11915         20 compatibility code.
11916
11917         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11918
11919         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11920
11921         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11922         with point-at-{eol,bol}.
11923
11924         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11925
11926         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11927
11928         * flow-fill.el (fill-flowed-point-at-bol,
11929         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11930
11931         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11932         Replace with point-at-{eol,bol} throughout all files.
11933
11934 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * ntlm.el (ntlm-string-as-unibyte): New macro.
11937         (ntlm-build-auth-response): Use it.
11938
11939         Remove Emacs 20 stuff:
11940         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11941         (butlast, mapc, remove): Remove the compiler macros.
11942         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11943         of delq and copy-sequence.
11944         * gnus-art.el (popup-menu): Remove the compiler macro.
11945         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11946         Emacs 20.
11947
11948 2004-01-05  Simon Josefsson  <jas@extundo.com>
11949
11950         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11951         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11952         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11953         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11954         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11955         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11956         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11957         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11958         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11959         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11960         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11961         string-xor into ntlm-string-xor.  Suggested by
11962         Jesper Harder <harder@myrealbox.com>.
11963
11964         * ntlm.el: Don't include poem.
11965
11966         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11967         Jesper Harder <harder@myrealbox.com>.
11968
11969         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11970
11971         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11972         probably breaks emacs with DL patch, but do we care? Is anyone
11973         still using the DL stuff?)
11974
11975         * sieve-manage.el: Use the password package.
11976         (sieve-manage-read-passwd): Remove.
11977         (sieve-manage-interactive-login): Use password.  Re-add
11978         condition-case around loop.
11979
11980         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11981         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11982         the password package.
11983
11984 2003-02-19  Simon Josefsson  <jas@extundo.com>
11985
11986         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11987         token.
11988
11989 2002-08-07  Simon Josefsson  <jas@extundo.com>
11990
11991         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11992         (sieve-manage-authenticators):
11993         (sieve-manage-authenticator-alist): Add some SASL mechs.
11994         (sieve-sasl-auth): New function.
11995         (sieve-manage-cram-md5-auth):
11996         (sieve-manage-plain-auth): Rewrite using SASL library.
11997         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11998         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11999         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12000         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12001
12002 2004-01-05  Simon Josefsson  <jas@extundo.com>
12003
12004         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12005         New files.
12006
12007 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12008
12009         * gnus-group.el (gnus-no-groups-message): Update.
12010
12011         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12012
12013 2003-11-09  Simon Josefsson  <jas@extundo.com>
12014
12015         * imap.el: Support for ID IMAP extension (RFC 2971).
12016         (imap-local-variables): Add imap-id.
12017         (imap-id): New variable.
12018         (imap-id): New function.
12019         (imap-parse-response): Parse untagged ID response.
12020         * nnimap.el (nnimap-id): New variable.
12021         (nnimap-open-connection): Use it.
12022
12023 2003-12-28  Simon Josefsson  <jas@extundo.com>
12024
12025         * gnus-score.el (gnus-score-edit-all-score): New.
12026         * gnus-group.el (gnus-group-score-map): Bind it to W e.
12027
12028 2004-01-04  Simon Josefsson  <jas@extundo.com>
12029
12030         * password.el: Add.
12031
12032 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
12033
12034         * dns.el: Add support for AAAA records (see RFC 3596)
12035
12036         * Fix typo PRT -> PTR
12037
12038         * Parse MX, PTR and SOA replies (see RFC 1035)
12039
12040 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12041
12042         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12043
12044         * Moved to Changelog.2.
12045
12046 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12047
12048         * gnus.el (gnus-version-number): Bump version.
12049
12050 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12051
12052         * gnus.el: No Gnus v0.1 is released.
12053
12054 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12055
12056         * gnus.el: No Gnus v0.0 is released.
12057
12058 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12059
12060         * gnus.el (gnus-version-number): Bump.
12061         (gnus-version): No.
12062
12063 See ChangeLog.2 for earlier changes.
12064
12065     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
12066
12067   This file is part of GNU Emacs.
12068
12069   GNU Emacs is free software; you can redistribute it and/or modify
12070   it under the terms of the GNU General Public License as published by
12071   the Free Software Foundation; either version 3, or (at your option)
12072   any later version.
12073
12074   GNU Emacs is distributed in the hope that it will be useful,
12075   but WITHOUT ANY WARRANTY; without even the implied warranty of
12076   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12077   GNU General Public License for more details.
12078
12079   You should have received a copy of the GNU General Public License
12080   along with GNU Emacs; see the file COPYING.  If not, write to the
12081   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12082   Boston, MA 02110-1301, USA.
12083
12084 ;; Local Variables:
12085 ;; coding: iso-2022-7bit
12086 ;; fill-column: 79
12087 ;; add-log-time-zone-rule: t
12088 ;; End:
12089
12090 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4