* nnmaildir.el (nnmaildir-request-update-info): Improved performance.
[gnus] / lisp / ChangeLog
1 2007-12-06 Christian Plate  <cplate@web.de>
2
3         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4         Call gnus-add-to-range ranges only once with a prepared article-list.
5
6 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7
8         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups,
9         nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10         group names with backslashes.  Reported by Tassilo Horn
11         <tassilo@member.fsf.org>.
12
13 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14
15         * gnus-art.el (gnus-use-idna)
16         * gnus-start.el (gnus-site-init-file)
17         * message.el (message-use-idna)
18         * mm-uu.el (mm-uu-hide-markers)
19         * smiley.el (smiley-style): Revert changes that suppress warnings.
20
21 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22
23         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
24         specify charset to html source.  Reported by Christoph Conrad
25         <christoph.conrad@gmx.de>.
26
27 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28
29         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
30         idna-program in order to suppress byte compile warning issued by XEmacs
31         that came to byte compile the default value section of defcustom forms
32         recently.
33
34         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
35         value of installation-directory.
36
37         * message.el (message-use-idna): Don't directly refer to the value of
38         idna-program.
39
40         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
41
42         * smiley.el (smiley-style): Don't directly call face-attribute.
43
44 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
45
46         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
47
48         * gnus-dired.el: Reduce Gnus dependencies.
49         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
50         require.  Use autoloads instead.
51         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
52         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
53         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
54         (gnus-dired-mode): Adjust doc string.
55         (gnus-dired-mail-mode): New variable.
56         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
57         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
58         (gnus-dired-mail-buffers): New function.  Return mail or message
59         composition buffers.
60         (gnus-dired-attach): Use it.
61         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
62         NO-DECODE.
63         (gnus-dired-print): Use `gnus-print-buffer' depending on
64         `gnus-dired-mail-mode'.
65
66 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * rfc2047.el (rfc2047-encoded-word-regexp)
69         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
70         explaining what regexp patterns are for.
71
72 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
73
74         * mailcap.el: Reduce dependencies.
75         (mail-header-parse-content-type): Autoload.
76         (mailcap-delete-duplicates): New alias.
77         (mailcap-mime-info): Add optional argument NO-DECODE.
78         (mailcap-mime-types): Use mailcap-delete-duplicates.
79
80         * message.el (message-ignored-supersedes-headers): Add "X-ID".
81
82 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
83
84         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
85         (imap-parse-status): Upcase status-att for broken servers that sends
86         them lower-case (e.g., MS Exchange 2007).
87
88 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
91         function.
92
93         * gnus-uu.el (gnus-uu-decode-yenc): New command.
94         (gnus-uu-yenc-article): New function.
95
96         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
97
98         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
99         buffer.
100
101 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
102
103         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
104         matches on patches.
105
106         * gnus-art.el (gnus-article-browse-html-article): Mention
107         `mm-text-html-renderer' in the doc string.
108
109         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
110         string.  Add comments.
111
112         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
113         if rhs is ASCII.
114
115 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
116
117         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
118
119 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
120
121         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
122         certs should be verified and what is to be done in the event of a
123         verification failure.
124
125         * gnus.el (gnus-method-to-server): Add an optional parameter so the
126         caller can indicate whether the cache should be disregarded for this
127         call.  This way the result of the call is reproducible at all times and
128         can be considered a canonical server name for the supplied method.
129         (gnus-agent-method-p): Canonicalize server names by pushing their
130         method through `gnus-method-to-server' using the no-cache argument.
131
132         * gnus-srvr.el (gnus-server-insert-server-line): Call
133         `gnus-method-to-server' with `no-cache' argument.
134
135         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
136         gnus-agent-possibly-synchronize-flags as this should be called when the
137         server is actually being opened.
138         (gnus-agent-possibly-synchronize-flags)
139         (gnus-agent-possibly-synchronize-flags-server): Move check for the
140         flags file of an agentized server to the latter function.
141
142         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
143         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
144         after a connection has been established successfully.
145
146 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
147
148         * gnus-art.el (article-display-face): Force to display face if called
149         interactively; check if gnus-article-x-face-too-ugly matches author.
150         (article-display-x-face): Display face even if From header is missing
151         as article-display-face does.
152
153 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
154
155         * mail-source.el (mail-sources): Default to fetch from file for
156         compatibility with default of nnmail-spool-file.
157
158 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
159
160         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
161         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
162         to look for encoded word that should be encoded again.
163         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
164         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
165         encoding pattern.
166         (rfc2047-decode-region): Switch strict regexp and loose one according
167         to rfc2047-allow-irregular-q-encoded-words.
168
169 2007-11-25  Romain Francoise  <romain@orebokech.com>
170
171         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
172
173 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
174
175         * tls.el (tls-program): Provide more custom choices from
176         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
177         (tls-process-connection-type, tls-success): Remove "*" in doc string.
178
179 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
180
181         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
182         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
183
184         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
185         `nnmail-spool-file'.
186
187         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
188         `nnmail-spool-file'.
189
190         * gnus-move.el (gnus-change-server): Ditto.
191
192         * gnus-kill.el (gnus-batch-score): Ditto.
193
194         * gnus-cache.el (gnus-jog-cache): Ditto.
195
196         * gnus-msg.el (gnus-summary-reply): Ignore
197         gnus-confirm-mail-reply-to-news for wide and very wide replies.
198
199 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
200
201         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
202         version.  Minor improvement to doc strings.
203         (tls-program): Add comment.
204
205 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
206
207         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
208         (tls-checktrust): New variable.  Check if GNU TLS complained about a
209         mismatch between the hostname provided in the certificate and the name
210         of the host connnecting to.
211         (open-tls-stream): Use them.  Check certificates against trusted root
212         certificates.
213
214 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
215
216         * gnus-cache.el (gnus-cache-generate-nov-databases): Use
217         nnml-generate-nov-databases-directory instead of
218         nnml-generate-nov-databases-1.
219
220 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
221
222         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
223         `smime-ldap-search' for Emacs 22 and up.
224
225 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
228         been checked if they have never been read and those group levels are
229         higher than the one that a user specified.
230
231 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
232
233         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
234         foreign groups unless a group level is specified by a user.
235         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
236
237 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
240         macros.
241         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
242         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
243         copy data from unibyte buffer to multibyte current buffer.
244         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
245         to copy data from unibyte current buffer to multibyte buffer.
246         (nntp-make-process-buffer): Make process buffer unibyte.
247
248         * pop3.el (pop3-open-server): Fix typo in Lisp code.
249
250 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
251
252         * pop3.el (pop3-open-server): Accept and process data more robustly at
253         connexion start to avoid spurious "POP SSL connexion failed" errors.
254
255 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
256
257         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
258         read group names.
259
260 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
261
262         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
263
264 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * nnmail.el (nnmail-parse-active): Make group names unibyte.
267         (nnmail-save-active): Use a unibyte buffer when saving active file,
268         which may contain non-ASCII group names.
269
270         * nnml.el (nnml-request-group): Decode group names in messages.
271
272 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
273
274         * message.el (message-citation-line-function)
275         (message-insert-formatted-citation-line): Fix spelling of
276         `message-insert-formated-citation-line'.
277
278 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
279
280         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
281
282 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
285         nnmail-pathname-coding-system.
286
287         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
288         that a user enters; decode group names in messages.
289
290         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
291
292 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
293
294         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
295
296         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
297
298         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
299         risky local variable.
300
301         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
302
303 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
304
305         * encrypt.el: Improve documentation to fix function name typo.
306         Reported by Daiki Ueno <ueno@unixuser.org>.
307
308 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
311         even if the point is not in the last page of an article.
312         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
313         back to the previous page.
314
315 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
316
317         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
318
319 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
322
323 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
324
325         * message.el (message-remove-blank-cited-lines): Fix if remove is
326         given.
327         (message-bogus-address-regexp): New variable.
328         (message-bogus-recipient-p): New function.
329         (message-check-recipients): New command.
330         (message-syntax-checks): Add `bogus-recipient'.
331         (message-fix-before-sending): Add `bogus-recipient'.
332
333         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
334         (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
335         window-system.
336
337 2007-10-28  Miles Bader  <miles@gnu.org>
338
339         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
340         at compile-time too.
341
342 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
343
344         * gnus-msg.el (gnus-message-setup-hook): Add
345         `message-remove-blank-cited-lines' to options.
346
347 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
348
349         * message.el (message-remove-blank-cited-lines): New function.
350         Suggested by Karl Pl\e,Ad\e(Bsterer.
351
352 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
355         mapc.
356
357         * imap.el (imap-open): Replace mapcar called for effect with mapc.
358         (top-level): Use mapc to set functions to be traced for debugging.
359
360         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
361         called for effect with while loop.
362
363         * message.el (message-talkative-question): Replace mapcar called for
364         effect with mapc.
365
366         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
367         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
368         called for effect with dolist.
369
370         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
371
372         * nndiary.el: Use dolist instead of mapcar to add diary headers to
373         gnus-extra-headers and nnmail-extra-headers.
374
375         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
376         called for effect with dolist.
377         (top-level): Use mapc to set functions to be traced for debugging.
378
379         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
380         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
381         dolist.
382
383         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
384         Replace mapcar called for effect with mapc.
385         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
386         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
387         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
388         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
389
390         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
391         remove-if that's a cl function.
392
393         * webmail.el (webmail-debug): Replace mapcar called for effect with
394         dolist.
395
396         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
397         with mapc.
398
399 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
402         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
403         with while loop.
404
405         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
406         functions from article-* functions.
407         (gnus-multi-decode-header): Replace mapcar called for effect with
408         dolist.
409
410         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
411         (gnus-bookmark-show-details): Replace mapcar called for effect with
412         while loop.
413
414         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
415         called for effect with while loop.
416
417         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
418         with dolist.
419
420         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
421         mapcar called for effect with dolist.
422
423         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
424
425         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
426         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
427         Replace mapcar called for effect with dolist.
428         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
429         mapc.
430
431         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
432         Replace mapcar called for effect with dolist.
433         (gnus-topic-list): Replace mapcar called for effect with mapc.
434
435         * gnus.el: Use mapc instead of mapcar to add autoloads.
436
437 2007-10-23  Richard Stallman  <rms@gnu.org>
438
439         * gnus-group.el (gnus-group-highlight): Mark as risky.
440
441 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * gnus.el (gnus-server-to-method): Return method found first in
444         gnus-newsrc-alist.
445
446         * gnus-art.el (gnus-article-highlight-signature)
447         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
448         button overlay without the front stickiness.
449
450 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
451
452         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
453         overview buffer needed a catch to receive its throw.
454         (gnus-agent-flush-cache): Declared as interactive to make this function
455         easier to use.
456
457 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
458
459         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
460         `next-line'.
461
462 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
465         exclude address matching message-dont-reply-to-names.
466
467 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * gnus-util.el (gnus-string<): New function.
470
471         * gnus-sum.el (gnus-article-sort-by-author)
472         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
473
474 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
475
476         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
477         the frame-focus tag is set in gnus-buffer-configuration.
478
479 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * gnus-art.el (gnus-article-add-button): Make a button overlay without
482         the front stickiness.
483
484 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
487         url pattern; remove duplicate one.
488         (gnus-article-extend-url-button): New function.
489         (gnus-article-add-buttons): Use it.
490         (gnus-button-push): Use concatenated url that it makes.
491
492 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
493
494         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
495
496 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
497
498         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
499         Don't hardcode point-min==1.
500
501 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
502
503         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
504         Fix comment about "iso8859-1".
505
506 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
507
508         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
509         ones returned from the verify-function.
510
511         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
512         mml2015-extract-cleartext-signature if extraction failed.
513
514 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
515
516         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
517         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
518         failed.
519
520 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
521
522         * Relicense "GPLv2 or later" files to "GPLv3 or later".
523
524 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
525
526         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
527         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
528         recommends to use EasyPG instead of PGG.
529
530         * pgg.el: Revert to revision 6.23.2.16
531
532         * pgg-def.el: Revert to revision 6.6.2.14.
533
534         * pgg-gpg.el: Revert to revision 6.23.2.34.
535
536 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
537
538         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
539         to mark a thread as expirable.  Add variable `hide' to handle hiding of
540         thread for both the null and zero (kill/expire thread) universal prefix
541         cases.
542         (gnus-summary-expire-thread): Add new function to expire a thread,
543         using gnus-summary-kill-thread.
544         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
545         shortcuts for gnus-summary-expire-thread.
546         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
547         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
548
549 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
550
551         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
552         extras value, so an extras entry can be deleted.
553         (gnus-registry-delete-extra-entry): Use it.
554         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
555         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
556         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
557          storage through the gnus-registry, and provide an appropriate API for
558          it.
559
560 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
561
562         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
563         Suggested by Leo <sdl.web@gmail.com>.
564
565         * gnus.el: Do.
566
567 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
568
569         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
570         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
571
572         * gnus-agent.el (gnus-agent-fetch-headers): Do.
573
574         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
575         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
576
577 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
580         newline.
581         (nnmbox-request-accept-article): Don't change article in source buffer;
582         narrow to header to use message-fetch-field rather than
583         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
584         (nnmbox-request-replace-article): Quote lines that'll be misidentified
585         as delimiters; make sure article ends with newline.
586         (nnmbox-delete-mail): Correct last position of article to be deleted;
587         ignore X-Gnus-Newsgroup header in article body.
588         (nnmbox-save-mail): Quote lines looking like delimiters at the right
589         positions; make sure article ends with newline.
590
591         * message.el (message-display-abbrev): Don't infloop when a user
592         inserts SPC in the beginning of header.
593
594         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
595         coding-system-for-read and coding-system-for-write for XEmacs having no
596         file-coding feature.
597
598         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
599
600 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
601
602         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
603         list of groups not followed by default.  Fix type to be regexp.
604         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
605
606 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
607
608         * hmac-def.el (define-hmac-function): Switch from old-style to
609         new-style backquotes.
610
611         * md4.el (md4-make-step): likewise.
612
613 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
614
615         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
616         raw-text coding system when saving .newsrc file, which may contain
617         non-ASCII group names.
618
619 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * gnus-cus.el (gnus-score-extra): New widget.
622         (gnus-score-extra-convert): New function.
623         (gnus-score-customize): Use it for Extra.
624
625 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
626
627         * mml2015.el (mml2015-extract-cleartext-signature): New function.
628         (mml2015-mailcrypt-clear-verify): Use it.
629         (mml2015-gpg-clear-verify): Use it.
630         (mml2015-pgg-clear-verify): Use it.
631         (mml2015-epg-clear-verify): Replace the current part with the output
632         from GnuPG; don't extract the plaintext by itself.
633
634         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
635         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
636         mml2015-clear-verify-function; don't touch the armor headers or
637         dash-escaped text here.
638
639 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
642         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
643         parts, or application/octet-stream as a last resort.
644         (gnus-mime-view-part-as-type): Don't toggle display.
645         (gnus-mime-view-part-as-charset): Don't turn off display before
646         querying charset.
647
648         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
649         stuff to undisplayer function in Emacs.
650         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
651
652         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
653         text/calendar parts.
654
655 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
656
657         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
658         decoding text/calendar parts.
659
660         * message.el (message-forward-make-body-mime): Always mark body as
661         having no illegible text; remove signed-or-encrypted argument.
662         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
663
664         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
665         (mml-generate-mime-1): Don't encode body if it is specified to be in
666         raw form; don't make buffer be unibyte when inserting multibyte string.
667
668 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
669
670         * sha1.el: Fix up comment style.
671         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
672         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
673
674         * hex-util.el: Fix up comment style.
675         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
676
677         * gnus-salt.el: Use with-current-buffer.
678         (gnus-pick-setup-message): Fix long-standing typo.
679
680 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * imap.el (imap-logout-timeout): New variable.
683         (imap-logout, imap-logout-wait): New functions.
684         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
685
686         * nnimap.el (nnimap-logout-timeout): New server variable.
687         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
688         nnimap-logout-timeout.
689
690         * gnus-art.el (gnus-article-summary-command-nosave)
691         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
692
693 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * gnus.el (gnus-maximum-newsgroup): New variable.
696
697         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
698         according to gnus-maximum-newsgroup.
699
700         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
701         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
702         Limit the range of articles according to gnus-maximum-newsgroup.
703
704 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
705
706         * gnus-art.el (gnus-sticky-article): Fixed problems described in
707         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
708         Don't perform gnus-configure-windows here; reuse existing sticky
709         article buffer.
710
711         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
712         it doesn't exist in gnus-article-mode.
713
714 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
717         (gnus-agent-decoded-group-name): New function.
718         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
719         (gnus-agent-expire-group-1): Use it; decode group name in messages.
720
721 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
722
723         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
724         Add binding for gnus-sticky-article.
725         (gnus-summary-exit): Don't kill sticky article buffers.
726
727         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
728         article buffer.
729         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
730         (gnus-kill-sticky-article-buffers): New commands.
731
732 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * nntp.el (nntp-xref-number-is-evil): New server variable.
735         (nntp-find-group-and-number): If it is non-nil, don't trust article
736         numbers in the Xref header.
737
738 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
739
740         * gnus-agent.el (gnus-agent-read-group): New function.
741         (gnus-agent-flush-group, gnus-agent-expire-group)
742         (gnus-agent-regenerate-group): Use it.
743         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
744         nnmail-pathname-coding-system.
745
746 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
749
750         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
751         that are unread as unread, and also as selected so that information of
752         marks having been changed by a user may be updated when exiting group.
753
754 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
755
756         * gnus-art.el (gnus-mime-display-single): Pass part number that is
757         calculated ignoring signature parts to gnus-treat-article.
758
759 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
762         a point here in order to keep the window start.
763         (gnus-insert-mime-security-button): Make a button overlay without the
764         front stickiness.
765         (gnus-mime-display-security): Goto the end of a button.
766
767         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
768
769 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
772         group-name-at-point.
773         (gnus-group-completing-read): New function that offers decoded
774         non-ASCII group names for completion.
775         (gnus-fetch-group, gnus-group-read-ephemeral-group)
776         (gnus-group-jump-to-group, gnus-group-make-group-simple)
777         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
778         (gnus-group-fetch-control): Use it.
779         (gnus-fetch-group): Use group-name-at-point for the initial value
780         rather than the default value; use gnus-alive-p.
781
782         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
783         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
784         (gnus-summary-post-news): Use gnus-group-completing-read.
785
786         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
787         (gnus-read-move-group-name): Decode group name for completion.
788
789 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
790
791         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
792         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
793         Yamaoka slightly modified the code).
794
795 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
798         (nnmail-split-incoming): Bind it.
799
800         * nnml.el (nnml-group-name-charset): New function.
801         (nnml-decoded-group-name): Use it; don't decode group name if
802         nnmail-group-names-not-encoded-p is non-nil.
803         (nnml-encoded-group-name): New function.
804         (nnml-group-pathname): Inline nnml-decoded-group-name.
805         (nnml-request-expire-articles): Decode group name in message.
806         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
807         nnmail-pathname-coding-system.
808         (nnml-save-mail, nnml-active-number): Work with decoded group names and
809         not decoded ones according to nnmail-group-names-not-encoded-p.
810         (nnml-generate-active-info): Use nnml-encoded-group-name.
811
812 2007-08-08  Glenn Morris  <rgm@gnu.org>
813
814         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
815         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
816         doc-strings and comments.
817
818 2007-07-25  Glenn Morris  <rgm@gnu.org>
819
820         * Relicense all FSF files to GPLv3 or later.
821
822 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * gnus-sum.el (gnus-summary-move-article): Make
825         gnus-summary-respool-article work.
826
827 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
828
829         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
830         string.
831
832 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
833
834         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
835         that should be ignored when comparing distant RSS articles with local
836         ones.
837         (nnrss-make-hash-index): New function.  Create a hash index according
838         to the ignored fields.
839         (nnrss-check-group): Use it.
840
841 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
842
843         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
844
845         * gnus-art.el (article-decode-group-name): Decode Xref header too.
846
847         * gnus-group.el (gnus-group-make-group): Encode group name here unless
848         the new optional argument ENCODED is non-nil.
849         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
850         coding system for encoding group name.
851         (gnus-group-make-rss-group): Pass un-encoded group name to
852         gnus-group-make-group.
853         (gnus-group-set-info): Tell gnus-group-make-group that group name is
854         encoded.
855
856         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
857         Encode group name to which articles are moved or copied.
858         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
859         coding system for encoding Newsgroup, Followup-To and Xref headers.
860
861         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
862         marks; use nnheader-file-coding-system to write a file.
863         (nnagent-retrieve-headers): Bind file-name-coding-system to
864         nnmail-pathname-coding-system.
865
866         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
867
868         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
869         (nnml-request-article, nnml-request-create-group)
870         (nnml-request-rename-group, nnml-find-id)
871         (nnml-possibly-change-directory, nnml-possibly-create-directory)
872         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
873         (nnml-save-marks): Use nnml-group-pathname instead of
874         nnmail-group-pathname.
875
876         (nnml-request-create-group, nnml-request-expire-articles)
877         (nnml-request-move-article, nnml-request-delete-group)
878         (nnml-deletable-article-p, nnml-possibly-create-directory)
879         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
880         (nnml-open-marks): Bind file-name-coding-system to
881         nnmail-pathname-coding-system.
882
883         (nnml-request-article): Pass server argument to nnml-find-group-number.
884         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
885         server argument to nnml-possibly-create-directory.
886         (nnml-request-accept-article): Pass server argument to
887         nnml-active-number and nnml-save-mail.
888         (nnml-find-group-number): Pass server argument to nnml-find-id.
889         (nnml-request-update-info): Pass server argument to
890         nnml-marks-changed-p.
891
892         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
893         (nnml-save-mail, nnml-active-number): Add server argument.
894
895         (nnml-request-delete-group): Warn if group is missing.
896         (nnml-get-nov-buffer): Decode group name.
897         (nnml-generate-active-info): Encode group name.
898         (nnml-open-marks): Decode group name in messages.
899
900 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
901
902         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
903         if it is not specified.
904         (gnus-article-pipe-part, gnus-article-save-part)
905         (gnus-article-interactively-view-part, gnus-article-copy-part)
906         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
907         (gnus-article-inline-part, gnus-article-save-part-and-strip)
908         (gnus-article-replace-part, gnus-article-delete-part)
909         (gnus-article-view-part-as-type): Pass raw prefix argument to
910         gnus-article-part-wrapper.
911
912 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
913
914         * gnus-agent.el (gnus-agent-save-active): Bind
915         nnheader-file-coding-system to gnus-agent-file-coding-system.
916
917         * gnus-cache.el (gnus-cache-save-buffers)
918         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
919         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
920         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
921         (gnus-cache-braid-nov, gnus-cache-braid-heads)
922         (gnus-cache-generate-active, gnus-cache-rename-group)
923         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
924         (gnus-cache-update-overview-total-fetched-for): Bind
925         file-name-coding-system to nnmail-pathname-coding-system.
926         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
927         variables.
928         (gnus-cache-decoded-group-name): New function.
929         (gnus-cache-file-name): Use it.
930         (gnus-cache-generate-active): Use non-decoded group name for active.
931
932         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
933         right place.
934         (gnus-write-active-file): Don't break non-ASCII group names.
935
936         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
937         nnmail-pathname-coding-system.
938
939         * lpath.el: Bind default-file-name-coding-system,
940         file-name-coding-system and language-info-alist for XEmacs.
941
942         * gnus-uu.el (gnus-uu-decode-save): Typo.
943
944 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
945
946         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
947
948 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
951         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
952         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
953         (gnus-agent-flush-group, gnus-agent-flush-cache)
954         (gnus-agent-fetch-headers, gnus-agent-load-alist)
955         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
956         (gnus-agent-retrieve-headers, gnus-agent-request-article)
957         (gnus-agent-regenerate-group)
958         (gnus-agent-update-files-total-fetched-for)
959         (gnus-agent-update-view-total-fetched-for): Bind
960         file-name-coding-system to nnmail-pathname-coding-system.
961         (gnus-agent-group-pathname): Don't encode file names by
962         nnmail-pathname-coding-system.
963         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
964         coding-system-for-write instead of buffer-file-coding-system to
965         gnus-agent-file-coding-system.
966
967         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
968         Decode group name.
969
970         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
971
972         * gnus-start.el (gnus-update-active-hashtb-from-killed)
973         (gnus-read-newsrc-el-file): Make group names unibyte.
974
975         * nnmail.el (nnmail-group-pathname): Don't encode file names by
976         nnmail-pathname-coding-system.
977
978         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
979         (nnrss-request-delete-group): Bind file-name-coding-system to
980         nnmail-pathname-coding-system.
981         (nnrss-read-server-data, nnrss-read-group-data): Bind
982         file-name-coding-system correctly.
983         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
984
985         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
986         (nntp-server-to-method-cache): New variable.
987         (nntp-group-pathname): New function that decodes non-ASCII group names.
988         (nntp-possibly-create-directory, nntp-marks-changed-p)
989         (nntp-save-marks, nntp-open-marks): Use it.
990         (nntp-possibly-create-directory, nntp-open-marks):
991         Bind file-name-coding-system to nnmail-pathname-coding-system.
992         (nntp-open-marks): Decode group names when bootstrapping marks.
993
994         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
995         Newsgroups and Folowup-To headers.
996
997 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1000         (gnus-server-closed-face, gnus-server-denied-face)
1001         (gnus-server-offline-face): Remove variable.
1002         (gnus-server-font-lock-keywords): Use faces that are not aliases.
1003
1004         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
1005         of modifying message-stack directly for XEmacs.
1006
1007         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
1008         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
1009         if the coding-system argument is nil for XEmacs.
1010
1011         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
1012         mm-charset-override-alist.
1013
1014         * rfc2047.el: Don't require base64; require rfc2045 for the function
1015         rfc2045-encode-string.
1016         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
1017         to quote the parameter value.
1018
1019 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1020
1021         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
1022         form in gnus-group-name-charset-method-alist.
1023
1024         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
1025         overrides the default layout edit-form.
1026
1027         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
1028
1029         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
1030
1031 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
1034         as unfetched articles.
1035
1036 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
1037
1038         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
1039
1040 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
1043         original back end that keeps marks in the local system.
1044
1045 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
1048         arg of pop-to-buffer for XEmacs.
1049         (gnus-article-read-summary-keys): Ditto; don't restore window
1050         configuration if summary command ends up with neither article buffer
1051         nor summary buffer; describe bindings if summary keys end with C-h.
1052
1053 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * message.el (message-fix-before-sending): Skip raw message part to be
1056         forwarded while checking illegible text.
1057         (message-forward-make-body-mime, message-forward-make-body): Mark
1058         signed or encrypted raw message as having no illegible text.
1059
1060 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1061
1062         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
1063         (gnus-message-with-timestamp-1): New macro.
1064         (gnus-message-with-timestamp): New function.
1065         (gnus-message): Use them.
1066
1067         * nnheader.el (nnheader-message): Use them.
1068
1069 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
1070
1071         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
1072         .newsrc.eld file.
1073
1074 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * gnus-agent.el (gnus-agent-fetch-headers)
1077         (gnus-agent-retrieve-headers): Bind
1078         gnus-decode-encoded-address-function to identity.
1079
1080         * nntp.el (nntp-send-xover-command): Recognize an xover command is
1081         available also when the server returns simply a dot.
1082
1083         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
1084
1085 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
1088
1089 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * gnus-ems.el (gnus-x-splash): Make it work.
1092
1093         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
1094         from being used.
1095
1096         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
1097
1098 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
1101         4th and the 5th arguments.
1102
1103         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
1104         the front stickiness.
1105         (gnus-article-summary-command-nosave): Correct the order of the
1106         arguments passed to pop-to-buffer.
1107         (gnus-article-read-summary-keys): Ditto; make it work properly when the
1108         summary command ends up with the article buffer.
1109
1110         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
1111         the same faces.
1112
1113 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1114
1115         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
1116
1117 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1118
1119         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
1120         * gnus-sum.el (gnus-summary-highlight):
1121         * pgg.el (pgg-sign-region, pgg-sign):
1122         * mail-source.el (mail-source-delete-old-incoming-confirm):
1123         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
1124
1125 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * gnus-art.el (gnus-mime-view-part-externally)
1128         (gnus-mime-view-part-internally): Fix predicate function passed to
1129         completing-read.
1130
1131         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
1132
1133         * gnus.el (gnus-update-message-archive-method): Add :version.
1134
1135 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * gnus.el (gnus-update-message-archive-method): New variable.
1138
1139         * gnus-start.el (gnus-setup-news): Update saved "archive" method
1140         according to gnus-message-archive-method if
1141         gnus-update-message-archive-method is non-nil.
1142
1143 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1144
1145         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
1146         by Loic Dachary <loic@dachary.org>.
1147         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
1148
1149 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1150
1151         * message.el (message-pop-to-buffer): Add switch-function argument.
1152         (message-mail): Pass switch-function argument to it.
1153
1154 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
1155
1156         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
1157         Improve doc string.
1158
1159 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1160
1161         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
1162         (gnus-header-content)
1163         * gnus-cite.el (gnus-cite-10)
1164         * gnus-srvr.el (gnus-server-closed)
1165         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
1166         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
1167         (gnus-group-mail-3-empty, gnus-group-mail-low)
1168         (gnus-group-mail-low-empty, gnus-splash)
1169         * message.el (message-header-to, message-header-cc)
1170         (message-header-subject, message-header-other, message-header-name)
1171         (message-header-xheader, message-separator, message-cited-text)
1172         (message-mml): Lighten colors of faces used for dark background.
1173
1174 2007-05-24  Simon Josefsson  <simon@josefsson.org>
1175
1176         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
1177         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
1178
1179 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * message.el (message-narrow-to-headers-or-head): Ignore
1182         mail-header-separator in the body.
1183
1184 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
1187         same as window size.
1188
1189 2007-05-22  Kevin Ryde  <user42@zip.com.au>
1190
1191         * message.el (message-font-lock-keywords): Use message-header-xheader
1192         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
1193         ahead of the anything pattern, to get it recognised.
1194
1195 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
1198         spam.el loads uses it in the compiled defadvice form.
1199
1200 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1201
1202         * gnus-sum.el (gnus-articles-to-read)
1203         (gnus-summary-insert-old-articles): Don't truncate group name for
1204         `read-string'.
1205
1206         * gnus-util.el (gnus-limit-string): Delete this function.
1207
1208         * gnus-sum.el (gnus-simplify-subject-fully): Use
1209         `truncate-string-to-width' instead.
1210
1211 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1212
1213         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
1214         if, on summary exit, the next group has to be selected.
1215         (gnus-summary-exit): Use it.
1216
1217 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1218
1219         * gnus-art.el (gnus-article-mode): Fix comment about displaying
1220         non-break space.
1221
1222 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
1225         Check if group is not a directory.
1226         (nnfolder-request-expire-articles): Don't delete articles if the target
1227         group is not available.
1228
1229         * nnml.el (nnml-request-create-group): Properly check if group is not a
1230         file.
1231         (nnml-request-expire-articles): Don't delete articles if the target
1232         group is not available.
1233
1234         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1235         Don't quote characters that are within parentheses.
1236
1237 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1238
1239         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
1240         (gnus-handle-ephemeral-exit): Select article according to it.
1241
1242 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1243
1244         * message.el (message-insert-formated-citation-line): Remove newline.
1245         (message-citation-line-format): Add final \n here so that the user can
1246         avoid a blank line.
1247
1248 2007-05-03  Dan Christensen  <jdc@uwo.ca>
1249
1250         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1251         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1252         Update lanl/arXiv support.
1253
1254 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1255
1256         * gnus.el: Bump version number.
1257
1258 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259
1260         * gnus.el (gnus-version-number): Bump version.
1261
1262 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1263
1264         * gnus.el: No Gnus v0.6 is released.
1265
1266 2007-04-27  Didier Verna  <didier@xemacs.org>
1267
1268         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
1269         * gmm-utils.el (gmm-regexp-concat): here.
1270         * message.el: Don't require 'gnus-util.
1271         (message-dont-reply-to-names): Handle name change above.
1272         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
1273
1274 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
1277         since the initial value varies according to the system.
1278
1279 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * mm-util.el (mm-charset-synonym-alist): Defcustom.
1282
1283 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
1284
1285         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
1286
1287 2007-04-24  Didier Verna  <didier@xemacs.org>
1288
1289         Improve the type of gnus-ignored-from-addresses.
1290         * gnus-util.el (gnus-orify-regexp): New function.
1291         * message.el (gnus-util): Require it.
1292         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
1293         * gnus-sum.el (gnus-ignored-from-addresses): New function.
1294         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
1295
1296 2007-04-24  Didier Verna  <didier@xemacs.org>
1297
1298         * gnus-sum.el:
1299         * gnus-utils.el: Fix some trailing whitespaces.
1300
1301 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
1304         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
1305         article's Message-ID; refer parent article in summary buffer.
1306
1307         * message.el (message-bounce): Call mime-to-mml.
1308
1309         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
1310         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
1311         optimize and/or forms properly.
1312
1313 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
1314
1315         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
1316         URL.
1317
1318 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
1321
1322 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1323
1324         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
1325         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
1326         displayed of multipart/alternative part if it is invoked from summary
1327         buffer.
1328
1329         * mm-view.el (mm-inline-text-html-render-with-w3m)
1330         (mm-inline-text-html-render-with-w3m-standalone)
1331         (mm-inline-render-with-function): Use mail-parse-charset by default.
1332
1333 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1334
1335         * parse-time.el (parse-time-string-chars): Check if CHAR
1336         is less than the length of parse-time-syntax.
1337
1338 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
1341         from gnus-newsgroup-processable.
1342
1343 2007-04-16  Didier Verna  <didier@xemacs.org>
1344
1345         * gnus-msg.el (gnus-configure-posting-styles): Handle
1346         message-signature-directory properly with :file syntax. Reported by
1347         "Leo".
1348
1349 2007-04-11  Didier Verna  <didier@xemacs.org>
1350
1351         New user option: message-signature-directory.
1352         * gnus-msg.el (gnus-configure-posting-styles): Support it.
1353         * message.el (message-insert-signature): Ditto.
1354         * message.el (message-signature-file): Doc update.
1355         * message.el (message-signature-directory): New.
1356
1357 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1358
1359         * gnus-msg.el (gnus-inews-yank-articles): Use
1360         message-exchange-point-and-mark instead of exchange-point-and-mark.
1361
1362 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * message.el (message-yank-original): Make sure cited text ends with
1365         newline; don't exchange point and mark.
1366
1367 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1368
1369         * tls.el (open-tls-stream): Properly handle case where there
1370         is no associated buffer.
1371
1372 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
1373
1374         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1375         message-yank-original, make sure (< mark TEXT point).
1376
1377 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1378
1379         * message.el (message-fill-column): New variable.
1380         (message-mode): Use it.  Add comment on a possible new hook.
1381
1382         * nnmail.el (nnmail-spool-file): Mark as obsolete.
1383         (nnmail-get-new-mail): Reformat.
1384
1385         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
1386
1387         * gmm-utils.el: Fix Commentary.
1388         (gmm-tool-bar-from-list): Fix typo in doc string.
1389
1390 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
1391
1392         * message.el (message-yank-original): Don't switch point and mark
1393         unnecessarily to put point and mark as documented.
1394
1395 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1396
1397         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
1398         from the message heads.
1399
1400 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
1401
1402         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
1403         article buffer does not have a window.  This may not be the best
1404         solution but is certainly better than setting the start of the null,
1405         that is the current, window.
1406
1407 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1408
1409         * gnus-draft.el (gnus-draft-setup-hook): New hook.
1410         (gnus-draft-setup): Run it.
1411
1412         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
1413         gnus-score-fast-scoring.  Allow regexp.
1414         (gnus-score-headers): Use it.
1415
1416         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
1417         XEmacs.
1418
1419         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
1420         string.
1421         (gnus-button-alist): Also catch `<f1> k ...'.
1422         (gnus-treat-display-x-face): Fix doc string.
1423
1424 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1425
1426         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
1427         evaluation of gnus-extended-version to ensure correct generation of the
1428         User-Agent header when message-generate-headers-first is used.
1429
1430 2007-03-24  Simon Josefsson  <simon@josefsson.org>
1431
1432         * hashcash.el (hashcash-generate-payment-async): Don't crash if
1433         hashcash-path is nil.  Don't call callback with incorrect number of
1434         parameters if val is 0.
1435
1436 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1437
1438         * message.el (message-required-news-headers):
1439         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
1440
1441 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1442
1443         * tls.el (open-tls-stream): In handshake-waiting loop,
1444         don't wait more if there is output available to process.
1445
1446 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1447
1448         * tls.el (tls-program): Doc fix.
1449
1450 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1451
1452         * message.el (message-generate-new-buffers): Change the meaning of the
1453         nil value; add `standard' to the choices; treat t as `unique'; improve
1454         doc string.
1455         (gnus-select-frame-set-input-focus): Autoload.
1456         (message-buffer-name): Search for the existing message buffer if
1457         message-generate-new-buffers is nil or `standard'; treat the value t of
1458         message-generate-new-buffers as `unique'.
1459         (message-pop-to-buffer): Raise the frame already displaying the message
1460         buffer; clear the echo area after querying.
1461         (message-setup): Pass the `continue' argument to compose-mail.
1462         (message-mail): Prefer `switch-function' if it is given; search for the
1463         existing message buffer if the `continue' argument is non-nil; pass
1464         continue and switch-function arguments to compose-mail by way of
1465         message-setup.
1466         (message-mail-other-window): Adjust argument of message-setup.
1467         (message-mail-other-frame): Ditto.
1468
1469 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1470
1471         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
1472         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
1473         to turn font-lock on when turning gnus-message-citation-mode on.
1474
1475 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
1476
1477         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
1478         (mml-smime-function-alist): New variable; add epg as the backend.
1479         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
1480         mml-smime- functions instead.
1481         * mm-view.el: Require smime.
1482
1483 2007-03-05  Didier Verna  <didier@xemacs.org>
1484
1485         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
1486         instead of just inheritance for posting styles.
1487         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
1488
1489 2007-02-24  Chris Moore  <dooglus@gmail.com>
1490
1491         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1492         * pgg-pgp.el (pgg-pgp-encrypt-region):
1493         * pgg-gpg.el (pgg-gpg-encrypt-region):
1494         Check pgg-encrypt-for-me if no other recipients.
1495
1496 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1497
1498         * tls.el (tls-certtool-program): Fix custom type.
1499
1500 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1503         and point-at-eol instead of line-(beginning|end)-position.
1504
1505         * assistant.el (assistant-parse-buffer): Ditto.
1506
1507         * netrc.el (netrc-parse-services): Ditto.
1508
1509 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
1510
1511         * mml2015.el (mml2015-epg-find-usable-key): New function.
1512         (mml2015-epg-sign): Use it.
1513         (mml2015-epg-encrypt): Use it.
1514
1515 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * message.el (message-make-in-reply-to): Quote name containing
1518         non-ASCII characters.  It will make the RFC2047 encoder cause an error
1519         if there are special characters.  Reported by NAKAJI Hiroyuki
1520         <nakaji@jp.freebsd.org>.
1521
1522 2007-02-27  Didier Verna  <didier@xemacs.org>
1523
1524         Include the group parameters as well as the topic ones in the
1525         inheritance filter process.
1526         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1527         argument GROUP-PARAMS-LIST.
1528         * gnus-topic.el (gnus-group-topic-parameters): Use it.
1529
1530 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1531
1532         * nntp.el (nntp-never-echoes-commands)
1533         (nntp-open-connection-functions-never-echo-commands): New variables.
1534         (nntp-send-command): Use them.
1535
1536 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
1537
1538         * mml2015.el (mml2015-epg-verify): Simplified.
1539
1540 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * mml.el (mml-content-disposition-alist): New user option.
1543         (mml-content-disposition): New function.
1544         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1545         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1546
1547 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1548
1549         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1550         verification.
1551
1552 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1553
1554         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1555         articles posted in the last 24 hours.
1556
1557 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1558
1559         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1560
1561 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1562
1563         * nntp.el (nntp-send-command): Don't wait for echoes when
1564         nntp-open-ssl-stream is used.
1565
1566 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1569         (gnus-message-add-citation-keywords)
1570         (gnus-message-remove-citation-keywords): Remove.
1571         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1572         directly, make the variables in font-lock-defaults buffer-local, add
1573         gnus-message-citation-keywords to them and then update the value of
1574         font-lock-keywords.
1575
1576 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1577
1578         * message.el (message-cite-original-1): Don't call
1579         gnus-article-highlight-citation.
1580
1581         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1582         citations; fix line count.
1583
1584 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1585
1586         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1587         (gnus-message-add-citation-keywords)
1588         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1589         versions of font-lock-add-keywords and font-lock-remove-keywords to
1590         work with XEmacs correctly.
1591
1592 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1593
1594         * gnus-cite.el (gnus-cite-face-list): Set the values of
1595         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1596         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1597         (gnus-message-cite-prefix-regexp): New variable.
1598         (gnus-message-search-citation-line): Use it; protect against long
1599         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1600         the 0th match data for Emacs.
1601         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1602         (gnus-message-add-citation-keywords): Append keywords rather than
1603         prepending; emulate font-lock-add-keywords if it is not available.
1604         (gnus-message-remove-citation-keywords): Emulate
1605         font-lock-remove-keywords if it is not available.
1606
1607         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1608
1609         * message.el (message-cite-prefix-regexp): Set the value of
1610         gnus-message-cite-prefix-regexp.
1611
1612 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1613
1614         * nnweb.el (nnweb-google-parse-1): Update parser.
1615
1616 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1617
1618         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1619
1620 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1621
1622         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1623         regexp.
1624
1625 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1628         string-to-multibyte.
1629         (uudecode-decode-region-internal): Use it.
1630
1631         * lpath.el: Fbind string-as-multibyte for XEmacs.
1632
1633 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1634
1635         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1636         custom choice.
1637
1638         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1639
1640 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1641
1642         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1643
1644         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1645         `write-region' to respect `mm-inhibit-file-name-handlers'.
1646
1647 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1648
1649         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1650         Use gnus-home-directory instead of "~/" or "$HOME".
1651
1652 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1653
1654         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1655         to mention filename.
1656         Add comments at beginning regarding usage.
1657         (encrypt-write-file-contents): Change interactive so a string is
1658         acceptable.  If the file has no associated model, show an error instead
1659         of a nonsense prompt.
1660
1661 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1662
1663         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1664         Thanks to Yoshihiko Yamada for kind notification of this typo.
1665
1666 2007-01-12  Kenichi Handa  <handa@m17n.org>
1667
1668         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1669         multibyte buffer.
1670
1671 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1672
1673         * gnus-score.el (gnus-score-fast-scoring): New variable.
1674         (gnus-score-headers): Use it.
1675
1676         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1677
1678         * message.el (message-cite-original-1): Call
1679         gnus-article-highlight-citation if requested.
1680         (message-make-from): Allow name and address as optional arguments.
1681
1682         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1683
1684         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1685         bugs to doc string.
1686         (gnus-button-alist): Add mid\\|message-id.
1687         (gnus-button-fetch-group): Extend for use in
1688         `browse-url-browser-function'.
1689         (gnus-button-url-regexp): Try to catch paired parentheses like in
1690         Wikipedia URLs.
1691
1692         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1693         Suggested by Simon Krahnke <overlord@gmx.li>.
1694
1695 2007-01-13  Romain Francoise  <romain@orebokech.com>
1696
1697         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1698         Update copyright.
1699
1700 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1701
1702         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1703
1704 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1705
1706         * gnus-registry.el (gnus-registry-unfollowed-groups)
1707         (gnus-registry-split-fancy-with-parent): Fix documentation.
1708
1709 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1710
1711         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1712         from nnweb groups.
1713
1714 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715
1716         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1717         Xref urls.  Erase buffer before requesting head.
1718
1719 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1720
1721         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1722         customizable.
1723
1724 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1725
1726         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1727         no signing key is found.
1728         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1729         no encrypting and/or signing key is found.
1730
1731 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1732
1733         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1734
1735 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1736
1737         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1738         headers read from disk with the ones newly found in the current search.
1739         This should no longer cause problems, because the article numbers in
1740         Gmane's `nov.php' output are ignored since the previous change.
1741
1742 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1743
1744         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1745
1746 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1747
1748         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1749         replace-regexp-in-string; bind url-version; fbind display-images-p and
1750         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1751         find-face and set-itimer-function for Emacs; bind itimer-list for
1752         Emacs.
1753
1754         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1755
1756 2007-01-01  Romain Francoise  <romain@orebokech.com>
1757
1758         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1759
1760 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1761
1762         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1763         `define-minor-mode' macro definition expanded properly.
1764         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1765         exclude it there.
1766
1767         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1768         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1769         `fboundp' test.
1770         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1771         This is OK to autoload in (S)XEmacs now.
1772
1773 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1774
1775         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1776         keystroke.
1777         (gnus-summary-limit-to-singletons): Fix typo.
1778
1779         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1780         else fails.
1781
1782 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1783
1784         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1785         docstring.
1786
1787         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1788         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1789         (gnus-summary-insert-dormant-articles): Fix typo in message.
1790
1791 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1792
1793         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1794         nil for XEmacs.
1795         (gnus-message-citation-mode): Don't autoload in XEmacs.
1796
1797         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1798
1799 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1800
1801         * nnimap.el (nnimap-expunge-search-string): Mention
1802         nnimap-search-uids-not-since-is-evil in docstring.
1803
1804 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1805
1806         * spam.el: Revert to make-obsolete-variable because
1807         define-obsolete-variable-alias is not supported in Emacs 21.
1808
1809         * spam.el (spam-ifile-path, spam-ifile-database-path)
1810         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1811         make-obsolete-variable.
1812         (spam-bsfilter-path, spam-bsfilter-program)
1813         (spam-spamassassin-path, spam-spamassassin-program)
1814         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1815         use "path" inappropriately.
1816         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1817         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1818         variable names.
1819
1820 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1821
1822         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1823         summary buffer.
1824
1825         * password.el (password-cache-remove): Use clear-string to burn
1826         password, if available.
1827
1828 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1829
1830         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1831
1832         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1833
1834         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1835         (gnus-message-highlight-citation): Move defcustom here from
1836         gnus-cite.el.
1837         (gnus-message-citation-mode): Autoload.
1838
1839         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1840         checks to make it compile with XEmacs.
1841         (gnus-message-citation-mode): New minor mode.
1842         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1843         (gnus-message-highlight-citation): New variables.
1844         (gnus-message-search-citation-line)
1845         (gnus-message-add-citation-keywords)
1846         (gnus-message-remove-citation-keywords)
1847         (turn-on-gnus-message-citation-mode)
1848         (turn-off-gnus-message-citation-mode): New functions.
1849
1850 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1851
1852         * gnus-cite.el: Enable highlighting of different citation levels in
1853         message-mode.
1854
1855 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1856
1857         * message.el (message-make-fqdn): Fix comment.
1858         (message-bogus-system-names): Add ".local".
1859
1860         * spam.el (spam-ifile-path, spam-ifile-program)
1861         (spam-ifile-database-path, spam-ifile-database)
1862         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1863         Don't use "path" inappropriately.
1864         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1865         strings.
1866         (spam-check-ifile, spam-ifile-register-with-ifile)
1867         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1868         new variable names.
1869
1870         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1871         (gnus-treat-display-smileys): Simplify using
1872         gnus-image-type-available-p.
1873
1874         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1875         available.
1876
1877         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1878         `display-images-p' if available.
1879
1880 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1883         one after turning on the buffer's multibyteness instead of decoding
1884         them directly in the unibyte buffer that causes unexpected conversion
1885         in Emacs 23 (unicode).
1886
1887 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1888
1889         * message.el (message-generate-hashcash): Fix custom type.
1890
1891 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1892
1893         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1894
1895 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1896
1897         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1898         disconnect icons.  Add help text.
1899
1900 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1901
1902         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1903         negated to be consistent with the others we handle.
1904
1905 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1908         version of gnus-summary-buffer to something, so that we can use two
1909         article buffers at the same time.
1910
1911 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1912
1913         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1914         trigger all the extra headers.
1915         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1916         sorting.
1917
1918 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1919
1920         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1921         solid groups.
1922
1923 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1924
1925         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1926
1927 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1928
1929         * legacy-gnus-agent.el: Add Copyright notice.
1930
1931 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1932
1933         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1934
1935 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936
1937         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1938
1939         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1940         to make it work reliably in CVS Emacs.
1941         (gnus-summary-limit-strange-charsets-predicate)
1942         (gnus-summary-limit-to-predicate): New functions.
1943
1944 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1945
1946         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1947         specifying array size.
1948         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1949         array if it is too small.
1950         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1951         (gnus-sort-threads-loop): New function.
1952
1953 2006-12-06  Chris Moore  <dooglus@gmail.com>
1954
1955         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1956         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1957
1958 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1959
1960         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1961         options.
1962
1963 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964
1965         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1966         DOS-ing the recipient.
1967
1968         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1969         the headers when creating the mapping to avoid mismappings.
1970         (nnweb-gmane-create-mapping): Always nix out old mapping.
1971
1972 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1973
1974         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1975         and mm-verify-option to never.
1976
1977 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1978
1979         * message.el (message-signed-or-encrypted-p): New function.
1980         (message-forward-make-body): Use it.
1981
1982         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1983         Replace encode-coding-string with mm-encode-coding-string.
1984
1985 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1986
1987         * nneething.el (nneething-decode-file-name): Replace
1988         decode-coding-string with mm-decode-coding-string.
1989
1990         * gnus-int.el (gnus-open-server): Say failed server's name.
1991
1992 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1993
1994         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1995         strings to a single string.  Quote `errors-file-name'.
1996         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1997         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1998         Adjust calls.  Use `shell-quote-argument'.
1999
2000 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
2001
2002         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
2003         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
2004
2005         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
2006         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
2007         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
2008         (gnus-group-make-directory-group, gnus-group-transpose-groups):
2009         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
2010         (gnus-subscribe-newsgroup, gnus-1):
2011         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
2012         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
2013         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
2014         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
2015
2016 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
2019         keystroke.
2020         (gnus-summary-limit-to-bodies): Implement headersp.
2021
2022 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * dns.el (query-dns): Protect against "Process dns deleted" strings.
2025
2026 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2027
2028         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
2029
2030 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2031
2032         * message.el (message-generate-hashcash): Expand range of values to
2033         include `opportunistic'.
2034         (message-send-mail): Use it.
2035
2036 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2037
2038         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
2039         and comment it.
2040
2041         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
2042
2043 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
2044
2045         * gnus-util.el (gnus-extract-address-components): Improve comment.
2046
2047 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * gnus-util.el (gnus-extract-address-components): Work with address in
2050         which the name portion contains @.
2051
2052         * lpath.el: Fbind custom-autoload.
2053
2054 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2055
2056         * gnus.el (gnus-start): Move custom group up.
2057         (gnus-select-method): Don't autoload, but make it available for
2058         `customize-variable'.
2059         (gnus-getenv-nntpserver): Don't autoload.
2060
2061 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
2062
2063         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
2064
2065 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2066
2067         * message.el (message-sendmail-extra-arguments): New variable.
2068         (message-send-mail-with-sendmail): Use it.
2069
2070 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2071
2072         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
2073         mm-with-unibyte-current-buffer to make string unibyte.
2074
2075         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
2076         mm-string-as-multibyte.
2077
2078 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
2079
2080         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
2081         Reported by Werner Koch <wk@gnupg.org>.
2082
2083 2006-11-14  Daiki Ueno  <ueno@p360>
2084
2085         * mml2015.el: Autoload epa-select-keys when compiling.
2086
2087 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2088
2089         * mml2015.el (mml2015-epg-sign): Save the signing keys in
2090         message-options.
2091         (mml2015-epg-encrypt): Save the recipient keys in message-options.
2092
2093 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2094
2095         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
2096         EasyPG (< 0.0.6).
2097         (mml2015-always-trust): New user option.
2098         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
2099         prompt.
2100
2101 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * nntp.el (nntp-authinfo-force): New variable.
2104         (nntp-send-authinfo): Use it.
2105
2106 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
2107
2108         * message.el (message-strip-subject-encoded-words): Allow _not_ to
2109         decode encoded words.  Improve prompt.  Add comment about forwarding.
2110         (message-replacement-char): Move up.
2111
2112 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2113
2114         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
2115         instead of gnus-intersection because arguments of gnus-sorted-nunion
2116         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
2117
2118 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
2119
2120         * message.el (message-strip-subject-encoded-words): Reformat prompt.
2121         (message-simplify-subject-functions): Enable
2122         message-strip-subject-encoded-words by default.
2123
2124 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
2125
2126         * message.el (message-strip-subject-encoded-words): New function
2127         (message-simplify-subject-functions): New variable.
2128         (message-simplify-subject): Use it.  Fix typo in doc string.
2129         Support message-strip-subject-encoded-words.
2130
2131 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
2132
2133         * gnus-diary.el (gnus-diary-delay-format-function):
2134         * nndiary.el (nndiary-reminders):
2135         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
2136
2137 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2138
2139         * gnus-art.el (article-hide-boring-headers): Fetch date from
2140         gnus-original-article-buffer to avoid problems with localized date
2141         strings.
2142
2143 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
2146
2147 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
2148
2149         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
2150         New variables.
2151         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2152         (mm-charset-synonym-alist): Move some entries to
2153         mm-codepage-iso-8859-list.
2154         (mm-charset-synonym-alist, mm-charset-override-alist): Add
2155         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2156
2157 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
2160
2161 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2162
2163         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
2164         with Emacs 21 and XEmacs.
2165
2166 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2167
2168         * spam.el (spam-parse-address): New function for better parsing,
2169         catching errors, etc.
2170         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
2171
2172 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2173
2174         * mm-view.el: Add interactive arg to html2text autoload.
2175
2176 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2177
2178         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
2179
2180 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
2181
2182         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
2183         variables.
2184         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2185         (mm-charset-synonym-alist): Move some entries to
2186         mm-codepage-iso-8859-list.
2187
2188         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
2189
2190 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
2191
2192         * message.el (message-citation-line-format)
2193         (message-insert-formated-citation-line): Fix implementation of %E, %N
2194         and %n according to the doc string.
2195
2196 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
2197
2198         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2199         car-safe to avoid bad parses.
2200
2201 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
2204         names.
2205
2206         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
2207
2208 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
2211         header.
2212
2213         * message.el (message-draft-headers): Add Date.
2214         (message-headers-to-generate): Fix typo in docstring.
2215
2216         * nndraft.el (nndraft-required-headers): New variable.
2217         (nndraft-generate-headers): Use it.
2218
2219         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
2220
2221 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2222
2223         * gnus-registry.el (gnus-registry-wash-for-keywords)
2224         (gnus-registry-find-keywords): New functions to allow easy searching of
2225         articles that are in the registry.
2226
2227 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2228
2229         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2230         ietf-drums-parse-address instead of gnus-extract-address-components.
2231         Reported by Damien Elmes <damien@repose.cx>.
2232
2233 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2234
2235         * gnus.el (gnus-mime): Remove unused custom group.
2236
2237 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2238
2239         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
2240         "blank line" when searching for end of armor headers.
2241
2242 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * gmm-utils.el (gmm-write-region): Fix variable name.
2245
2246 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
2247
2248         * gmm-utils.el (gmm-write-region): New function based on compatibility
2249         code from `mm-make-temp-file'.
2250
2251         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
2252
2253         * nnmaildir.el (nnmaildir--update-nov)
2254         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
2255         Use `gmm-write-region'.
2256
2257 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2258
2259         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
2260         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2261
2262         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
2263
2264         * message.el (message-replacement-char): New variable.
2265         (message-fix-before-sending): Use it.
2266         (message-simplify-subject): New function to remove duplicate code.
2267         (message-reply, message-followup): Use it.
2268
2269         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
2270         gnus-summary-limit-to-articles.
2271
2272 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2273
2274         * gnus-util.el (gnus-with-local-quit): New macro.
2275
2276         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
2277
2278 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
2279
2280         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
2281         ignore non-string data.
2282
2283 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
2284
2285         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
2286         non-string data (needs to be done in the registry too).
2287
2288 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2289
2290         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
2291         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
2292         (gnus-registry-split-fancy-with-parent)
2293         (gnus-registry-fetch-simplified-message-subject-fast)
2294         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
2295         Remove text properties on ingress into the registry and when it's saved.
2296         (gnus-registry-clean-empty-function): Fix bug with cleaning the
2297         registry from entries with no groups.
2298
2299 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2300
2301         * gnus-util.el (gnus-string-remove-all-properties): Add utility
2302         function to remove string properties.
2303
2304 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2305
2306         * gmm-utils.el (gmm): Adjust custom version.
2307
2308         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
2309         custom version.
2310
2311         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2312
2313 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2314
2315         * gnus-art.el (gnus-insert-prev-page-button)
2316         (gnus-insert-next-page-button): Simplify.  Reformat.
2317
2318 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2319
2320         * gnus-art.el (gnus-insert-prev-page-button)
2321         (gnus-insert-next-page-button): Apply gnus-article-button-face.
2322
2323 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2324
2325         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2326
2327 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2328
2329         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
2330         gnus-article-button-face to MIME and security buttons.
2331
2332 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2333
2334         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
2335         readable.
2336
2337 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
2340
2341 2006-09-20  Steve Youngs  <steve@sxemacs.org>
2342
2343         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
2344         `browse-url-of-file' instead of `browse-url'.
2345
2346 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2347
2348         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2349         regexp.  Articles containing quotation were cut prematurely.
2350
2351 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * message.el (message-cite-original-1): Use nobody by default for the
2354         value of From header.
2355         (message-reply): Ditto.
2356
2357 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
2358
2359         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2360         to the gnus-info.  This fixes a bug of inline-PGP message verification.
2361         Reported by Michael Piotrowski <mxp@dynalabs.de>.
2362
2363 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2364
2365         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2366         mails in the doc string.  Add some URLs in comment.
2367         (pop3-movemail): Warn about pop3-leave-mail-on-server.
2368
2369 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2370
2371         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2372         backslashes handling and the way to find boundaries of quoted strings.
2373
2374 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
2375
2376         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
2377         mml1991-encrypt-to-self is set and mml1991-signers is not set.
2378         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
2379         mml2015-encrypt-to-self is set and mml2015-signers is not set.
2380
2381 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2382
2383         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
2384         doc string.
2385         (gnus-button-regexp, gnus-button-last): Remove unused variables.
2386
2387 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * lpath.el: Fbind epg-check-configuration.
2390
2391 2006-09-06  Simon Josefsson  <jas@extundo.com>
2392
2393         * mml2015.el (mml2015-use): Doc fix, mention epg.
2394
2395 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2396
2397         * mml2015.el (mml2015-use): Default to epg, if available.
2398
2399 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2400
2401         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
2402         message-sender.
2403         (mml1991-epg-encrypt): Ditto.
2404         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
2405         message-sender.
2406         (mml2015-epg-encrypt): Ditto.
2407
2408 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
2409
2410         * message.el (message-send-mail-with-sendmail): Look for sendmail in
2411         several common directories.
2412
2413 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
2414
2415         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
2416         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
2417
2418 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * gnus-art.el (article-decode-encoded-words): Make it fast.
2421
2422 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
2425
2426         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
2427         in quoted string into `\'.
2428
2429 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2432         Use standard-syntax-table.
2433
2434 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * gnus-art.el (gnus-decode-address-function): New variable.
2437         (article-decode-encoded-words): Use it to decode headers which are
2438         assumed to contain addresses.
2439         (gnus-mime-delete-part): Remove useless `or'.
2440
2441         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
2442         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
2443         (gnus-nov-parse-line): Use it to decode From header.
2444         (gnus-get-newsgroup-headers): Ditto.
2445         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
2446
2447         * mail-parse.el (mail-decode-encoded-address-region): New alias.
2448         (mail-decode-encoded-address-string): New alias.
2449
2450         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2451         New function.
2452         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
2453         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
2454         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
2455         (rfc2047-decode-string): Ditto.
2456         (rfc2047-decode-address-region): New function.
2457         (rfc2047-decode-address-string): New function.
2458
2459 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
2460
2461         * message.el (message-caesar-buffer-body): Allow rotating headers.
2462
2463         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
2464
2465         * message.el (message-insert-formated-citation-line): Fix %f.
2466         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
2467
2468 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2469
2470         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
2471         (gnus-bookmark-mouse-available-p): New macro.
2472         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
2473         (gnus-bookmark-bmenu-show-infos): Use it.
2474         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
2475         (gnus-bookmark-bmenu-hide-infos): Ditto.
2476         (gnus-bookmark-remove-properties): New function.
2477         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
2478         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
2479         (gnus-bookmark-write-file): Bind coding-system-for-write.
2480         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
2481         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
2482         group before selecting it.
2483         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
2484         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
2485         quit-window if it is not available; use gnus-mouse-2 and bind it to
2486         gnus-bookmark-bmenu-select-by-mouse.
2487         (gnus-bookmark-show-details): Remove unused variable `details-list'.
2488         (gnus-bookmark-bmenu-select-by-mouse): New function.
2489
2490 2006-08-13  Romain Francoise  <romain@orebokech.com>
2491
2492         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
2493         space.
2494
2495 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * compface.el (uncompface): Use binary rather than raw-text-unix.
2498
2499 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * compface.el (uncompface): Make sure the eol conversion doesn't take
2502         place when communicating with the external programs.  Reported by
2503         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2504
2505 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * nnheader.el (nnheader-insert-head): Fix typo in comment.
2508
2509 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2510
2511         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2512         Make it more robust by parsing author and date independently.
2513
2514 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2517
2518 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
2519
2520         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2521         first matching secret key.
2522         (mml2015-epg-encrypt): Ditto.
2523
2524         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2525         first matching secret key.
2526         (mml1991-epg-encrypt): Ditto.
2527
2528         * mml2015.el (mml2015-encrypt-to-self): New user option.
2529         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2530         mml2015-epg-encrypt-to-self is set.
2531
2532         * mml1991.el (mml1991-encrypt-to-self): New variable.
2533         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2534         mml1991-epg-encrypt-to-self is set.
2535
2536         * mml2015.el (mml2015-signers): New user option.
2537         (mml2015-epg-sign): Reflect the value of mml2015-signers.
2538         (mml2015-epg-encrypt): Allow to select signing keys.
2539
2540         * mml1991.el (mml1991-signers): New variable.
2541         (mml1991-epg-sign): Reflect the value of mml1991-signers.
2542         (mml1991-epg-encrypt): Allow to select signing keys.
2543
2544 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * nnheader.el (nnheader-insert-head): Make it work even if the file
2547         uses CRLF for the line-break code.
2548
2549 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2550
2551         * mml2015.el: Require mml-sec instead of password.
2552         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2553         (mml2015-cache-passphrase): Inherit the default value from
2554         mml-secure-cache-passphrase.
2555         (mml2015-passphrase-cache-expiry): Inherit the default value from
2556         mml-secure-passphrase-cache-expiry.
2557
2558         * mml1991.el: Require mml-sec instead of password.
2559         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2560         (mml1991-cache-passphrase): Inherit the default value from
2561         mml-secure-cache-passphrase.
2562         (mml1991-passphrase-cache-expiry): Inherit the default value from
2563         mml-secure-passphrase-cache-expiry.
2564
2565         * mml-sec.el: Require password.
2566         (mml-secure-verbose): New user option.
2567         (mml-secure-cache-passphrase): New user option.
2568         (mml-secure-passphrase-cache-expiry): New user option.
2569
2570 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2571
2572         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2573         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2574         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2575
2576         FIXME: Use `tiny change'?
2577
2578 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2579
2580         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2581         workaround for the url package included with Emacs.
2582
2583         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2584
2585 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2588         correctly.  This fixes a bug caused by the 2006-05-12 change.
2589
2590 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2591
2592         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2593         some information about the error when saying that the `bogus' mail
2594         group will be used.
2595
2596 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2597
2598         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2599         string.
2600
2601 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2602
2603         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2604
2605 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2606
2607         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2608
2609 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2610
2611         * mml1991.el (mml1991-function-alist): Add epg.
2612         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2613         (mml1991-epg-encrypt): New functions.
2614
2615 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2616
2617         * mml2015.el (mml2015-verbose): New variable.
2618         (mml2015-cache-passphrase): Ditto.
2619         (mml2015-passphrase-cache-expiry): Ditto.
2620         (mml2015-function-alist): Add epg.
2621         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2622         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2623         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2624         functions.
2625
2626 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2627
2628         * message.el (message-cite-original-1): Preserve region when removing
2629         quoted text due to X-No-Archive in order to avoid bogus attribution
2630         when citing multiple messages.
2631
2632 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2633
2634         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2635         Kenneth Jacker <khj@be.cs.appstate.edu>.
2636
2637 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2638
2639         * gnus-diary.el (gnus-user-format-function-d)
2640         (gnus-user-format-function-D): Autoload.
2641
2642         * imap.el (Commentary): Fix typo.
2643
2644         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2645         2006-04-22 contribution.
2646
2647 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2648
2649         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2650         It didn't really fix the bogosity I'm seeing with solid web groups.
2651
2652 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2653
2654         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2655         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2656         created using server names.  If we use the feature without declaring
2657         it, Gnus does not properly manage server and group state.
2658
2659         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2660         bound.
2661
2662 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2663
2664         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2665         looking up the method using GROUP's prefix before inventing a new one.
2666         It is used on killed/unknown groups in various places where returning
2667         an all-new method isn't expected by the caller.
2668
2669         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2670         and match semantics of gnus-group-real-prefix.
2671
2672 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2673
2674         * nnmail.el (nnmail-broken-references-mailers): New variable.
2675         (nnmail-ignore-broken-references): New function generalizing
2676         nnmail-fix-eudora-headers.
2677         (nnmail-fix-eudora-headers): Now obsolete.
2678
2679         * gnus-art.el (gnus-button-handle-custom): Support
2680         `customize-apropos*'.
2681
2682 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2685
2686         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2687         articles.
2688
2689 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2690
2691         * message.el (message-cite-reply-above): New variable.
2692         (message-yank-original): Use it.
2693
2694 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2695
2696         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2697
2698 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2699
2700         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2701         as read.
2702
2703         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2704
2705 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2706
2707         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2708         (gnus-bookmark-default-file): Use gnus-directory.
2709         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2710         Remove "*" in doc string.
2711         (gnus-bookmark-write-file): Simplify.
2712         (gnus-bookmark-maybe-sort-alist): Use `when'.
2713         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2714         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2715         FIXME about Emacs 21 and XEmacs compatibility.
2716         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2717         compatibility.
2718         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2719         compatibility.
2720         (gnus-bookmark-menu-heading): Fix version.
2721
2722 2006-06-19  Bastien Guerry  <bzg@altern.org>
2723
2724         * gnus-bookmark.el: New file.
2725
2726 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * message.el (message-syntax-checks): Doc fix.
2729
2730 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2731
2732         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2733         unsubscribed groups as if they were killed ones.  It causes duplicate
2734         entries in gnus-newsrc-alist.
2735
2736 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * message.el (message-syntax-checks): Doc fix.
2739         (message-send-mail): Add check for continuation headers.
2740         (message-check-news-header-syntax): Fix regexp used to check for
2741         continuation headers.
2742
2743 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2746
2747 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2748
2749         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2750
2751 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2754         default-truncate-lines.
2755
2756 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2759         to fill the utf-8 entry.
2760
2761         * lpath.el: Fbind unicode-precedence-list.
2762
2763 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2764
2765         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2766
2767 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2768
2769         * gnus-agent.el (directory-files-and-attributes): Move all the way
2770         forward (the third and final move).
2771         (gnus-agent-read-agentview): Trap reconstruction errors due to
2772         nonexistant directory.  Handle by returning nil.
2773
2774 2006-05-30  Didier Verna  <didier@xemacs.org>
2775
2776         * message.el (message-dont-reply-to-names): Update the custom type.
2777         * message.el (message-dont-reply-to-names): New defsubst: potentially
2778         convert a list of regexps into a single one.
2779         * message.el (message-get-reply-headers): Use it.
2780         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2781
2782 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * gnus-agent.el (directory-files-and-attributes): Move forward.
2785
2786 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2787
2788         * gnus-ml.el (gnus-mailing-list-subscribe)
2789         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2790         (gnus-mailing-list-message): Fix doc strings.
2791
2792 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2793
2794         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2795         of doing it manually.
2796
2797 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2798
2799         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2800         comment.
2801
2802 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2803
2804         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2805         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2806         (gnus-agent-read-local): All symbols allocated in my-obarray
2807         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2808         (gnus-agent-regenerate-group): Check numeric names to see if they are
2809         messages or groups.
2810         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2811         better way of do this...)
2812
2813         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2814         'dummy.group' (there should be a better way of do this...)
2815
2816 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2819         (gnus-saved-headers): Ditto.
2820         (gnus-default-article-saver): Mention functions may have properties.
2821         (gnus-article-save): Override gnus-save-all-headers and
2822         gnus-saved-headers by :headers property which saver function may have.
2823         (gnus-summary-save-in-file): Add :headers property.
2824         (gnus-summary-write-to-file): Ditto.
2825
2826         * gnus-sum.el (gnus-summary-save-article): Bind
2827         gnus-prompt-before-saving to t when saving many articles in a file;
2828         always show all headers.
2829
2830         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2831
2832 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2833
2834         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2835         marks.
2836
2837         * message.el (message-indent-citation): Add optional arguments to allow
2838         using it outside of message buffers.
2839
2840         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2841         (gnus-article-treat-unfold-headers): Use it.
2842         (gnus-article-truncate-lines): New variable.
2843         (gnus-article-mode): Use it.
2844         (gnus-article-toggle-truncate-lines): New function.
2845
2846         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2847         gnus-article-toggle-truncate-lines.
2848
2849         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2850         coding system in XEmacs, use binary.
2851
2852 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2855         after-load-alist.
2856
2857         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2858         this function should save decoded articles.
2859         (gnus-summary-write-to-file): Use property to specify this function
2860         should save decoded articles and specify gnus-summary-save-in-file
2861         should be used to save articles other than the first one when saving
2862         many articles.
2863         (gnus-summary-save-body-in-file): Use property to specify this
2864         function should save decoded articles.
2865         (gnus-summary-write-body-to-file): Use property to specify this
2866         function should save decoded articles and specify
2867         gnus-summary-save-body-in-file should be used to save articles other
2868         than the first one when saving many articles.
2869
2870         * gnus-sum.el (gnus-summary-save-article): Simplify.
2871
2872 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2873
2874         * gnus-art.el (gnus-default-article-saver): Add
2875         gnus-summary-write-body-to-file.
2876         (gnus-article-save-coding-system): Don't use coding system object
2877         in XEmacs.
2878         (gnus-read-save-file-name): Add optional `dir-var' argument which
2879         specifies directory in which files are saved; work even if optional
2880         `variable' argument is not specified.
2881         (gnus-summary-write-to-file): Read file name.
2882         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2883         (gnus-summary-write-body-to-file): New function.
2884
2885         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2886         (gnus-summary-local-variables): Add it.
2887         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2888         (gnus-summary-save-article): Remove optional `decode' argument;
2889         determine whether to decode articles by the value of
2890         gnus-default-article-saver; when saving many files using
2891         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2892         it first and use gnus-summary-save-in-file or
2893         gnus-summary-save-body-in-file thereafter unless
2894         gnus-prompt-before-saving is always; move point to article which
2895         will be saved.
2896         (gnus-summary-save-article-file): Revert.
2897         (gnus-summary-write-article-file): Revert.
2898         (gnus-summary-save-article-body-file): Revert.
2899         (gnus-summary-write-article-body-file): New function.
2900
2901 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * gnus-art.el (gnus-default-article-saver): Doc fix.
2904         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2905         from gnus-summary-save-article-coding-system, and default to a
2906         certain coding system.
2907         (gnus-output-to-file): Add coding cookie and encode text according
2908         to gnus-article-save-coding-system; don't use mm-append-to-file.
2909
2910         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2911         gnus-art.el and rename to gnus-article-save-coding-system.
2912         (gnus-summary-save-article): Require gnus-art; don't show all
2913         headers if it decodes articles; don't add coding cookie here;
2914         don't bind mm-text-coding-system-for-write.
2915         (gnus-summary-save-article-file): Save decoded articles.
2916         (gnus-summary-write-article-file): When saving many files, use
2917         gnus-summary-write-to-file first and gnus-summary-save-in-file
2918         thereafter unless gnus-prompt-before-saving is always.
2919         (gnus-summary-save-article-body-file): Save decoded articles.
2920
2921         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2922
2923 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2924
2925         * nnrss.el (nnrss-check-group): Bind hash-index.
2926
2927 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2928
2929         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2930         its hash index.  Store this hash in `nnrss-group-data'.
2931         (nnrss-read-group-data): Update accordingly.
2932
2933 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2934
2935         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2936         entry.
2937
2938         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2939         gnus-article-browse-html-article.
2940
2941 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2942
2943         * gnus-sum.el (gnus-summary-mime-map): Add
2944         gnus-article-browse-html-article.
2945
2946         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2947
2948 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2949
2950         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2951         suitable coding systems in customize.
2952
2953 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2954
2955         * mail-source.el (mail-sources): Fix custom type.
2956
2957 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2958
2959         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2960         (gnus-summary-expire-articles-now): Shorten prompt.
2961
2962         * gmm-utils.el (wid-edit): Require.
2963         (defun-gmm): Renamed from `gmm-defun-compat'.
2964         (gmm-image-search-load-path): Use it.
2965         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2966
2967 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2970         variable.
2971         (gnus-summary-save-article): Add optional `decode' argument.  If
2972         it is set and gnus-summary-save-article-coding-system is non-nil,
2973         save decoded article.
2974         (gnus-summary-write-article-file): Save decoded article if
2975         gnus-summary-save-article-coding-system is non-nil.
2976
2977         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2978         type.
2979
2980 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2983
2984 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2987         first to test gnus-single-article-buffer which may be buffer-local.
2988
2989         * gnus-sum.el (gnus-summary-setup-buffer): Make
2990         gnus-single-article-buffer buffer-local and nil in ephemeral
2991         group; make gnus-article-buffer, gnus-article-current, and
2992         gnus-original-article-buffer always buffer-local.
2993         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2994         group.
2995         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2996
2997 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2998
2999         * nnml.el (nnml-request-compact-group): Compressed files might not
3000         have .gz extension.
3001
3002 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3003
3004         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
3005         (mm-copy-to-buffer): Use with-current-buffer.
3006         (mm-display-part): Simplify.
3007         (mm-inlinable-p): Add optional arg `type'.
3008
3009 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3010
3011         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
3012         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
3013         Try harder to show the attachment internally or externally using
3014         gnus-mime-view-part-as-type.
3015
3016 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3017
3018         * message.el (message-from-style, message-signature-separator)
3019         (message-user-organization-file, message-send-mail-function)
3020         (message-citation-line-function, message-yank-prefix)
3021         (message-indent-citation-function, message-signature)
3022         (message-signature-file, message-signature-insert-empty-line):
3023         Remove autoloads.
3024
3025         * gnus-art.el (gnus-buttonized-mime-types): Remove
3026         "multipart/signed".  Revert 2006-04-26 change.
3027
3028 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3029
3030         * gnus.el (gnus-version-number): Bump version.
3031
3032 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3033
3034         * gnus.el: No Gnus v0.5 is released.
3035
3036 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3037
3038         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
3039         fetching articles by message-id.
3040
3041 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * message.el (hashcash): Require hashcash as normal.
3044
3045         * ecomplete.el (ecomplete-highlight-match-line): Use
3046         point-at-eol.
3047         (ecomplete-highlight-match-line): Use `highlight', because that
3048         face exists in both Emacs and XEmacs.
3049
3050         * message.el (message-display-abbrev): Use point-at-bol.
3051
3052         * mail-source.el: Don't require timer/timer-funcs.
3053
3054         * gnus-async.el: Ditto.
3055
3056         * password.el: Ditto.
3057
3058         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
3059
3060         * mm-url.el: Ditto.
3061
3062         * gnus-xmas.el: Don't require timer-funcs.
3063
3064         * mm-util.el: Require timer/timer-funcs.
3065
3066 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3067
3068         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
3069         Close.
3070
3071 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
3074         unibyte after clear-decrypt function runs.
3075
3076         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
3077         returns as a unibyte string.
3078
3079 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * lpath.el: Revert.
3082
3083         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
3084         (pgg-gpg-process-sentinel): Revert.
3085
3086         * pgg-pgp.el (pgg-pgp-process-region): Revert.
3087         (pgg-pgp-lookup-key): Revert.
3088
3089         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
3090         (pgg-pgp5-lookup-key): Revert.
3091
3092         * pgg.el (pgg-fetch-key): Revert.
3093
3094 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3095
3096         * lpath.el: Fbind string-as-multibyte for XEmacs.
3097
3098         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
3099         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
3100         (mml1991-pgg-encrypt): Ditto.
3101
3102         * pgg-gpg.el (pgg-string-to-multibyte): New function.
3103         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
3104         a multibyte buffer.
3105
3106         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
3107         (pgg-pgp-lookup-key): Ditto.
3108
3109         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3110         (pgg-pgp5-lookup-key): Ditto.
3111
3112         * pgg.el (pgg-fetch-key): Ditto.
3113
3114 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
3115
3116         * message.el (message-user-organization-file): Check several
3117         locations of the organization file.
3118
3119         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
3120         Add gnus-article-view-part-as-type.
3121
3122         * gnus-art.el (gnus-article-view-part-as-type): New function.
3123
3124         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
3125         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
3126
3127         * mml.el: Simplify autoload.
3128         (mml-mode): defvar dnd-protocol-alist instead of using
3129         symbol-value.
3130         (mml-default-directory): New variable.
3131         (mml-minibuffer-read-file): Use it.
3132         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
3133
3134         * message.el (message-citation-line-format): New variable.
3135         (message-insert-formated-citation-line): New function.
3136         (message-citation-line-function): Add
3137         `message-insert-formated-citation-line' to custom type.
3138
3139         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
3140         to doc string.
3141
3142         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
3143         depending on mm-verify-option.
3144
3145 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
3148         binding pgg-* variables; reimplement the section which prevents
3149         MIME header from being signed.
3150         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
3151         pgg-text-mode; remove a blank line at the top of body.
3152
3153         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
3154         lines at the top of body; use gnus-newsgroup-charset if there's no
3155         Charset header.
3156
3157 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * message.el (message-self-insert-commands): Doc fix.
3160
3161         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
3162         (mm-uu-pgp-encrypted-test): Ditto.
3163         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
3164         between header and body; return application/pgp-encrypted handle
3165         if decryption failed; decode decrypted body by charset.
3166
3167         * mm-decode.el (mm-automatic-display): Don't make application/pgp
3168         element match to application/pgp-*.
3169
3170 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3171
3172         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
3173         HTML.
3174
3175 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * mail-source.el (mail-source-call-script): Message the error
3178         string.
3179
3180 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * gnus-util.el (gnus-byte-compile): Use it.
3183
3184 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
3185
3186         * gnus-util.el (kill-empty-logs): New function.
3187
3188 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3189
3190         * message.el (message-mail-alias-type): Doc fix.
3191         (message-mail-alias-type-p): New function.
3192         (message-send): Use it.
3193         (message-mode): Ditto.
3194         (message-strip-forbidden-properties): Ditto.
3195
3196         * ecomplete.el (ecomplete-database-file-coding-system): New
3197         variable.
3198         (ecomplete-save): Use it.
3199         (ecomplete-setup): Use it.
3200
3201 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3202
3203         * message.el (message-self-insert-commands): New variable.
3204         (message-strip-forbidden-properties): Use it.
3205
3206 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3207
3208         * message.el (message-put-addresses-in-ecomplete): Use a regexp
3209         that doesn't make XEmacs choke.
3210
3211 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
3212
3213         * gnus-util.el (gnus-replace-in-string):
3214         Prefer replace-regexp-in-string over of replace-in-string.
3215
3216 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3217
3218         * gnus-util.el (gnus-select-frame-set-input-focus):
3219         Use select-frame-set-input-focus if it is available in XEmacs; use
3220         definition defined in Emacs 22 for old Emacsen.
3221
3222         * dgnushack.el: Autoload unmorse-region for XEmacs.
3223
3224         * lpath.el: Bind cursor-in-non-selected-windows and
3225         select-frame-set-input-focus for XEmacs.
3226
3227 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3228
3229         * mm-view.el (mm-inline-text): Use equal instead of equalp.
3230
3231 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3232
3233         * gnus-registry.el (gnus-registry-cache-save): Remove text
3234         properties when saving via the temp buffer.
3235
3236 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3237
3238         * message.el (message-generate-hashcash): Honor custom type.
3239
3240 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3241
3242         * message.el (message-generate-hashcash): Default to non-nil when
3243         hashcash is found.
3244
3245         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
3246         (gnus-refer-thread-limit): Increase default to 500.
3247
3248         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
3249
3250         * flow-fill.el (fill-flowed): Allow delete-space.
3251
3252 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3253
3254         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
3255         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
3256         Remove autoloads.
3257
3258 2006-04-18  Simon Josefsson  <jas@extundo.com>
3259
3260         * message.el (message-generate-hashcash): Default to.
3261
3262 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3265         concatenating segments rather than before concatenating them.
3266
3267 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3268
3269         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
3270
3271 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
3274
3275         * message.el (message-forward-make-body-plain): Allow
3276         message-forward-ignored-headers to be a list.
3277         (message-remove-ignored-headers): Factor out into function.
3278         (message-forward-make-body-mml): Use it.
3279
3280         * imap.el (imap-quote-specials): New function.
3281         (imap-login-auth): Quote specials.
3282
3283         * rfc2231.el (rfc2231-parse-string): Remove dead code.
3284         (rfc2231-parse-string): Allow concatanation of parameters that
3285         aren't contiguous.  The test case is
3286           (mail-header-parse-content-type "message/external-body;
3287             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
3288             access-type=LOCAL-FILE;
3289             name*1*=plugh%2fhello-sailor%2fbing.pdf")
3290
3291 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3292
3293         * nntp.el (nntp-accept-process-output): Return the value of
3294         `nnheader-accept-process-output'.
3295
3296 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
3299         (gnus-button-alist): Recognize more diff formats.
3300         (gnus-button-patch): Strip directory.
3301
3302 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3303
3304         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
3305         Emacs 22 when setting focus.
3306
3307 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3308
3309         * gnus-art.el (gnus-article-treat-types): Do treatment of
3310         text/x-verbatim parts.
3311         (gnus-button-patch): New command.
3312
3313         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
3314         addresses that contain invalid characters.
3315
3316 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3317
3318         * message.el (message-put-addresses-in-ecomplete): Use
3319         gnus-replace-in-string.
3320         (message-is-yours-p): Use the more correct
3321         mail-header-parse-address instead of
3322         mail-extract-address-components.
3323         (message-put-addresses-in-ecomplete): Fix typo.
3324
3325         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
3326         keystroke.
3327
3328         * gnus-art.el (gnus-treatment-function-alist): Change order of
3329         newsgroups/generic header folding to avoid double-folding.
3330
3331         * message.el (message-hidden-headers): Add X-Draft-From.
3332
3333         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
3334         command.
3335         (gnus-summary-repeat-search-article-backward): New command.
3336
3337         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
3338         groups in the parent topic.
3339
3340 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
3341
3342         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
3343         (spam-extra-header-to-number): Return the CRM114 number as a
3344         number instead of a string.
3345
3346 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * gnus-art.el (gnus-face-properties-alist): Moved here from
3349         gnus-fun.
3350
3351         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
3352
3353 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3354
3355         * message.el (message-strip-forbidden-properties): Only display on
3356         self-insert-command.
3357
3358         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
3359         reindent.
3360         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3361
3362 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
3363
3364         * smiley.el (smiley-style): Fix typo.
3365
3366 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3367
3368         * hashcash.el (hashcash-insert-payment-async-2): Use
3369         message-goto-eoh instead of doing it manually.
3370         (mail-add-payment): Use message-narrow-to-header instead of trying
3371         to do the same itself.
3372
3373         * message.el (message-hidden-headers): Add Face.
3374
3375         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
3376         reparenting code.
3377         (gnus-summary-reparent-children): Refactored out code.
3378         (gnus-summary-thread-map): New keystroke.
3379         (gnus-summary-reparent-children): Make into command.
3380
3381         * smiley.el (smiley-style): Default to `medium' if using a large
3382         font.
3383
3384         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
3385         does it itself.
3386
3387         * message.el (message-point-in-header-p): Simplify definition.
3388
3389 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * nnagent.el (nnagent-request-set-mark): Silence log file
3392         writing.
3393         (nnagent-request-set-mark): Use write-region instead of
3394         append-to-file.
3395
3396         * gnus-sum.el (gnus-read-header): Fudge article number if using a
3397         strange select method.
3398
3399         * ecomplete.el (ecomplete-display-matches): Get highlightling
3400         right.
3401         (ecomplete-display-matches): Use literals.
3402         (ecomplete-display-matches): Disable message logging.
3403
3404         * message.el (message-display-abbrev): Small optimization.
3405
3406         * ecomplete.el (ecomplete-display-matches): Allow automatic
3407         display.
3408
3409         * message.el (message-strip-forbidden-properties): Display
3410         abbrevs.
3411         (message-display-abbrev): Get automatic display right.
3412
3413         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
3414         keystrokes.
3415
3416 2006-04-13  Romain Francoise  <romain@orebokech.com>
3417
3418         TODO: Backport to v5-10!
3419
3420         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
3421         Moved here (and renamed) from gnus-registry.el.
3422
3423         * gnus-registry.el: Require gnus-util.
3424         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
3425
3426 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * gnus-group.el (gnus-group-catchup-current): Change
3429         if-then-else-if-then-else into cond.
3430         (gnus-group-catchup): Indent.
3431         (group-name-at-point): New function.
3432         (gnus-fetch-group): Provide default from thing at point.
3433
3434 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * message.el (message-display-abbrev): Fix regexp.
3437
3438         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
3439         choosing.
3440         (ecomplete-highlight-match-line): Fix up code rewrite, remove
3441         dead variables.
3442
3443         * message.el (message-newline-and-indent): Remove debugging.
3444         (message-display-abbrev): Use new implementation.
3445
3446 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3447
3448         * gnus-art.el (gnus-article-mode): Set
3449         cursor-in-non-selected-windows to nil.
3450
3451         * smiley.el: Revert previous change.
3452         (smiley-data-directory): defvar it before using it in the
3453         defcustom of `smiley-style'.
3454
3455 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456
3457         * message.el (message-newline-and-indent): New function.
3458
3459         * ecomplete.el: Implement more bits.
3460
3461         * message.el (message-put-addresses-in-ecomplete): Clean up the
3462         string.
3463
3464         * ecomplete.el (ecomplete-add-item): Chop off decimals.
3465
3466         * gnus-sum.el (gnus-summary-save-parts): Bind
3467         gnus-summary-save-parts-counter and use it to make unique file
3468         names.
3469
3470         * gnus-art.el (gnus-ignored-headers): Add some more headers.
3471
3472         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
3473         parameter to say whether to actually parse the individual
3474         addresses.
3475
3476         * message.el (message-put-addresses-in-ecomplete): New function.
3477         (ecomplete): Require.
3478         (message-mail-alias-type): Add ecomplete as an option.
3479
3480 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
3481
3482         * flow-fill.el (fill-flowed): Remove trailing space from blank
3483         quoted lines.
3484
3485 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * smiley.el (smiley-style): Move definition later to avoid a
3488         compilation warning.
3489
3490 2006-04-12  Kenichi Handa  <handa@m17n.org>
3491
3492         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3493         buffer and then decode the buffer text if necessary.
3494         (rfc2231-encode-string): Be sure to work on multibyte buffer at
3495         first, and after mm-encode-body, change the buffer to unibyte.
3496         Use mm-disable-multibyte instead of set-buffer-multibyte.
3497
3498 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3501         Content-Type header instead of Content-Disposition header.
3502         (gnus-mime-inline-part): Ditto.
3503         (gnus-mime-view-part-as-charset): Ignore charset that the part
3504         specifies.
3505
3506         * mm-decode.el (mm-display-part): Work with external parts and
3507         usual parts similarly.
3508
3509         * mm-extern.el (mm-inline-external-body): Use mm-display-part
3510         instead of gnus-display-mime.
3511
3512         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3513         instead of with-temp-buffer.
3514
3515         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3516         tag to summarized topics part in order to encode non-ASCII text.
3517
3518 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3519
3520         * smiley.el (smiley-style): New variable.
3521         (smiley-directory): New function.
3522         (smiley-data-directory): Derive from `smiley-style' using
3523         `smiley-directory'.
3524         (smiley-regexp-alist): Add new entries.
3525
3526         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3527         (gnus-article-browse-delete-temp): Add :version.
3528
3529 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3530
3531         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3532         the sieve region.
3533
3534 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3535
3536         * gnus.el (gnus-version-number): Bump version.
3537
3538 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3539
3540         * gnus.el: No Gnus v0.4 is released.
3541
3542 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543
3544         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3545         layout.
3546
3547         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3548         unknown charset.
3549
3550         * message.el (message-header-synonyms): Add Original-To to the
3551         default.
3552
3553         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3554         optional parameter.
3555
3556 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3557
3558         * gnus-fun.el (gnus): Require it for gnus-directory.
3559
3560 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3563
3564 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3565
3566         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3567
3568 2006-04-05  Simon Josefsson  <jas@extundo.com>
3569
3570         * password.el (password-reset): New function.
3571
3572 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3573
3574         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3575         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3576
3577 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3578
3579         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3580         Some whitespace was matched into the url, which broke browsing hits
3581         > 100 when mm-url-use-external was nil.
3582
3583 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3584
3585         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3586         gnus-extra-headers for 'Newsgroups.
3587
3588         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3589         bound.
3590
3591 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3592
3593         * pgg-gpg.el: Clean up process buffers every time gpg processes
3594         complete.
3595
3596 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3597
3598         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3599         doc string.
3600
3601 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3602
3603         * pgg-gpg.el (pgg-gpg-process-filter)
3604         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3605
3606         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3607         lines, temporary fix.
3608
3609 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3610
3611         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3612
3613 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3614
3615         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3616         default-enable-multibyte-characters.  This reverts the change from
3617         revision 6.17 which is no longer necessary because the passphrase
3618         is sent separately now.  GnuPG messages are unreadable under
3619         multibyte locales with default-enable-multibyte-characters set to
3620         nil.
3621
3622 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3623
3624         * message.el (message-tool-bar-gnome): Move "spell".
3625
3626 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3627
3628         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3629         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3630         instead.
3631
3632 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3633
3634         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3635         newsgroups handling for NNTP overviews which don't include
3636         Newsgroups.
3637
3638 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3639
3640         * message.el (message-resend): Bind message-generate-hashcash to nil.
3641
3642 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3643
3644         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3645         when searching for already-paid recipients.
3646
3647 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3648
3649         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3650         passphrases when it is not needed.
3651         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3652         passphrase stuff from gpg, should only be necessary when you use
3653         gpg with a smartcard.
3654
3655 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3656
3657         * mml.el (mml-insert-mime): Ignore cached contents of
3658         message/external-body part.
3659
3660         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3661         (mm-insert-part): Ditto.
3662
3663 2006-03-23  Simon Josefsson  <jas@extundo.com>
3664
3665         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3666         Reiner.
3667         (pgg-gpg-use-agent-p): Use it again.
3668
3669 2006-03-23  Simon Josefsson  <jas@extundo.com>
3670
3671         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3672         older emacsen.
3673         (pgg-gpg-use-agent-p): Don't use it.
3674
3675 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3676
3677         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3678         if we can.
3679
3680 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3681
3682         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3683         (pgg-gpg-update-agent): New function.
3684         (pgg-gpg-use-agent-p): New function.
3685         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3686         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3687         (pgg-gpg-sign-region): Use it.
3688
3689 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3692         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3693
3694 2006-03-21  Simon Josefsson  <jas@extundo.com>
3695
3696         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3697         <wilde@sha-bang.de>.
3698         (pgg-gpg-use-agent): New variable.
3699         (pgg-gpg-process-region): Use it.
3700         (pgg-gpg-encrypt-region): Likewise.
3701         (pgg-gpg-encrypt-symmetric-region): Likewise.
3702         (pgg-gpg-decrypt-region): Likewise.
3703         (pgg-gpg-sign-region): Likewise.
3704         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3705
3706 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3707
3708         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3709
3710         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3711         Add comment on version.
3712
3713 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3714
3715         * smiley.el: Add missing test smiley.
3716
3717 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3718
3719         * mm-decode.el (mm-with-part): New macro.
3720         (mm-get-part): Use it; work with message/external-body as well.
3721         (mm-save-part): Treat name and filename equally.
3722
3723         * mm-extern.el (mm-extern-cache-contents): New function.
3724         (mm-inline-external-body): Use it; force the part to be displayed;
3725         move undisplayer added to the cached handle to the parent.
3726
3727         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3728         (gnus-mime-view-part-as-type): Work with message/external-body.
3729
3730         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3731
3732 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3733
3734         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3735         images in image-load-path.  [Sync with image.el, revision 1.60, in
3736         Emacs.]
3737
3738 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3739
3740         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3741         path rather than symbol.  Always return list of directories.
3742         Guarantee that image directory comes first.  [Sync with image.el,
3743         revision 1.59, in Emacs.]
3744
3745         * message.el (message-make-tool-bar): Adjust to new API of
3746         `gmm-image-load-path-for-library'.
3747
3748         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3749
3750         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3751
3752 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3753
3754         * gnus-art.el (gnus-article-only-boring-p):
3755         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3756         intangible text.
3757         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3758
3759 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3760
3761         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3762         `defun' instead of `gmm-defun-compat'.
3763
3764 2006-03-14  Simon Josefsson  <jas@extundo.com>
3765
3766         * message.el (message-unique-id): Don't use message-number-base36
3767         if (user-uid) is a float.
3768         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3769
3770 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3771
3772         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3773
3774         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3775         empty line between a part and a message part.
3776
3777 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3778
3779         * smiley.el: Add more test smileys.
3780         (smiley-data-directory, smiley-regexp-alist)
3781         (gnus-smiley-file-types): Fix doc strings.
3782         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3783         adding new elements.
3784         (smiley-mouse-map): Unused code.  Make it a comment.
3785
3786 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3787
3788         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3789         scan latest NoCeM messages instead of old ones.
3790         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3791         delimiters that are recently used.
3792         (gnus-nocem-load-cache): Add autoload cookie.
3793
3794         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3795
3796         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3797         level which is larger than gnus-use-nocem is specified.
3798
3799         * gnus-group.el (gnus-group-get-new-news): Ditto.
3800
3801 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3802
3803         * gnus-util.el (gnus-tool-bar-update): New function.
3804
3805         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3806         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3807
3808         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3809
3810         * gnus-group.el (gnus-group-redraw-when-idle)
3811         (gnus-group-redraw-check): Remove.
3812         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3813
3814 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3815
3816         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3817         if optional last element is specified in splits (FIELD VALUE...).
3818
3819 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3820
3821         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3822         to gmm-image-load-path-for-library.  Call with no-error argument.
3823         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3824
3825         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3826
3827         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3828
3829         * gmm-utils.el (gmm-image-load-path): Remove alias.
3830
3831 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3832
3833         * gmm-utils.el (gmm-image-load-path): Add alias.
3834
3835         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3836         nnml-generate-nov-databases-1.
3837         (nnml-generate-nov-databases): Use it.
3838         (nnml-generate-nov-databases-directory): Document no-active
3839         argument.
3840
3841         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3842         directory if path is t.  Add no-error.
3843
3844         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3845         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3846
3847         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3848         resetting gnus-article-browse-html-temp-list.
3849
3850         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3851         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3852         Add example to docstring.  Rename local variables.  Move error
3853         checks to default case in cond and simplify.
3854
3855 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3856
3857         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3858         handle is multipart when calling it recursively.
3859         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3860
3861 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3862
3863         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3864         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3865
3866 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3869         is loaded.
3870
3871         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3872         loaded.
3873
3874 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3875
3876         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3877         to "Emacs 23 (unicode)" in doc string.
3878
3879         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3880         "Emacs 23 (unicode)" in comment.
3881
3882 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3885
3886         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3887         characters 160 through 255 in Emacs 23.
3888
3889 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3890
3891         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3892         gnus-article-browse-html-temp.
3893         (gnus-article-browse-delete-temp): Make it customizable.  Add
3894         `file'.  Adjust doc string.
3895         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3896         query for each file.  Adjust doc string.
3897         (gnus-article-browse-html-parts): Add
3898         `gnus-article-browse-delete-temp-files' to
3899         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3900
3901 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3902
3903         * gnus-art.el (gnus-article-browse-html-temp)
3904         (gnus-article-browse-delete-temp): New variables.
3905         (gnus-article-browse-delete-temp-files): New function.
3906         (gnus-article-browse-html-parts): Use it.
3907
3908 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3909
3910         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3911
3912         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3913         string.
3914
3915         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3916         gnus-summary-insert-new-articles when unplugged.  Remove
3917         gnus-summary-search-article-forward.
3918
3919         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3920         display-visual-class instead of display-color-cells.
3921
3922 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * dgnushack.el: Autoload customize-group for XEmacs.
3925
3926         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3927         message/* containing non-ASCII text properly.
3928
3929 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3930
3931         * message.el: Require gmm-utils, remove autoloads.
3932         (message-tool-bar): Set default based on
3933         gmm-tool-bar-style.
3934         (message-tool-bar-gnome): Add gmm-customize-mode.
3935
3936         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3937         gmm-tool-bar-style.
3938         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3939
3940         * gnus-group.el (gnus-group-tool-bar): Set default based on
3941         gmm-tool-bar-style.
3942         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3943
3944         * gmm-utils.el (gmm-image-directory): Rename variable from
3945         gmm-image-load-path.
3946         (gmm-image-load-path): Use gmm-image-directory.
3947         (gmm-customize-mode): New function.
3948         (gmm-tool-bar-style): New variable.
3949
3950         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3951         gnus-group-redraw-line-number.
3952         (gnus-group-redraw-check): Simplify.
3953         (gnus-group-tool-bar-update): Remove redraw check.
3954         (gnus-group-make-tool-bar): Add redraw check.
3955
3956 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3957
3958         * gnus-art.el (gnus-button): Add missing parentheses.
3959
3960 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * lpath.el: Fbind line-number-at-pos.
3963
3964 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3967
3968 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3969
3970         * gnus-art.el (gnus-button): New face.
3971         (gnus-article-button-face): Use it.
3972
3973         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3974         gnus-summary-next-page.  Re-order.
3975
3976         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3977         next-node are now included.
3978         (gnus-group-redraw-line-number): New internal variable.
3979         (gnus-group-redraw-check): Helper function for updating the tool
3980         bar.
3981         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3982
3983         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3984
3985         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3986         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3987         Use it to match format of Spamassassin 3.0 and later.  Reported by
3988         IRIE Tetsuya <irie@t.email.ne.jp>.
3989         (spam-check-bogofilter)
3990         (spam-bogofilter-register-with-bogofilter): Fix args of
3991         `gnus-error' calls.
3992
3993 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3994
3995         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3996         unnecessary interaction when sending queued mails.  Reported by
3997         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3998
3999 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4000
4001         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
4002         first or last are nil.
4003
4004 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4005
4006         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
4007
4008 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4009
4010         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
4011
4012 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4013
4014         * dns.el (query-dns): Protect more against buggy tcp output.
4015
4016 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4017
4018         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
4019         nov.php.
4020
4021 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4022
4023         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
4024         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
4025         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
4026         output on the server side.
4027         (nnweb-google-create-mapping): Update regexps and add some
4028         progress indication.
4029
4030 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
4031
4032         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
4033         gnus-agent-toggle-plugged.  Re-order icons.
4034         (gnus-group-tool-bar-gnome): Add
4035         gnus-group-{prev,next}-unread-group.
4036         (gnus-group-tool-bar-gnome): Re-order icons.
4037
4038         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
4039         gnus-summary-insert-new-articles.
4040
4041         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
4042         comments.
4043
4044         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
4045         also available in Emacs 21.3.
4046
4047         * message.el (message-fix-before-sending): Change "Emacs 22" to
4048         "Emacs 23 (unicode)" in comment.
4049
4050         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
4051         "Emacs 23 (unicode)" in comment.
4052
4053         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
4054         comment.
4055         (mm-coding-system-p): Add comment about no-MULE XEmacs.
4056
4057         * mm-view.el (mm-fill-flowed): Add :version.
4058
4059 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
4062         and load-path.
4063
4064 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
4065
4066         * message.el: Autoload gmm-image-load-path.
4067         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
4068         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
4069         consitency.
4070
4071         * gmm-utils.el (gmm-image-load-path): Also search in
4072         "../etc/images".  Don't set gmm-image-load-path if we don't find
4073         the image.
4074
4075 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * gmm-utils.el (gmm-image-load-path): Don't make
4078         `gmm-image-load-path' include subdirectories which the second arg
4079         `image' might specify.
4080
4081         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
4082         subdirectory to icon file names.
4083
4084         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
4085
4086 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4087
4088         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
4089         gmm-image-load-path calls.
4090
4091         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4092
4093         * message.el (message-make-tool-bar): Ditto.
4094
4095         * mml.el (mml-preview): Added comment concerning tool bar icons.
4096
4097         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
4098         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
4099
4100         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
4101         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
4102
4103         * message.el (message-tool-bar-gnome): Use new icon names.
4104         (message-make-tool-bar): Use `gmm-image-load-path'.
4105
4106         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
4107         functions from MH-E.
4108         (gmm-image-load-path): New variable from MH-E.
4109         (gmm-image-load-path): New function from MH-E.  Added arguments
4110         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
4111         *-image-load-path-called-flag.
4112
4113 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
4114
4115         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
4116
4117 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
4118
4119         * nnimap.el (nnimap-request-move-article): Change folder back to
4120         source group before deleting.
4121
4122 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
4123
4124         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
4125
4126         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
4127         mm-url.
4128
4129         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
4130
4131 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
4134         coding system which mm-charset-to-coding-system returns for a
4135         given charset is valid.
4136
4137 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
4138
4139         * html2text.el (html2text-remove-tag-list):
4140         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
4141
4142 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4143
4144         * gnus-cus.el: Revert 2005-10-17 change.
4145
4146 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * gnus-art.el (article-strip-banner): Call
4149         article-really-strip-banner only when the regexp match is made.
4150
4151 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * gnus-art.el (article-strip-banner): Use
4154         gnus-extract-address-components instead of
4155         mail-header-parse-addresses to make it work with non-ASCII text;
4156         remove mail-encode-encoded-word-string.
4157
4158         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
4159         values which are surrounded with \"...\"; make it never cause a
4160         Lisp error; give up parsing of parameters if it failed in
4161         extracting type.
4162
4163 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4164
4165         * smime.el (smime-cert-by-ldap-1): Fix bug where
4166         `smime-ldap-search' returns results without userCertificates.
4167
4168 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
4171
4172 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4173
4174         * spam.el (spam-check-spamassassin-headers): Adapt format for
4175         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
4176         <ari@mbf.ocn.ne.jp>.
4177         (spam-list-of-processors): Add spam-use-gmane.
4178
4179 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
4182         make-temp-file; make it work with XEmacs as well.
4183
4184         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
4185         mm-make-temp-file.
4186
4187         * mm-decode.el (mm-display-external): Use the 3rd arg of
4188         mm-make-temp-file.
4189         (mm-create-image-xemacs): Ditto.
4190
4191 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
4194         with message-narrow-to-headers.
4195         (gnus-draft-setup): Narrow to header to run message-fetch-field.
4196         (gnus-draft-check-draft-articles): New function.
4197         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
4198
4199 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4200
4201         * gnus-art.el (gnus-article-browse-html-parts):
4202         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
4203         Don't use suffix argument for mm-make-temp-file for Emacs 21
4204         compatibility.  Remove useless `format'.
4205
4206 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4207
4208         * nnweb.el (nnweb-google-wash-article): Update regexps.
4209         (nnweb-group-alist): Use defvoo instead of defvar.
4210
4211 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
4214         re-loading nn* modules.
4215
4216 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4217
4218         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
4219         for `tool-bar-mode' and don't check it's default-value.
4220
4221         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4222
4223         * message.el (message-make-tool-bar): Ditto.
4224
4225         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
4226         `substring'.  Shorten tmp-file name.
4227
4228         * gnus.el: Remove bogus comment.
4229
4230 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
4231
4232         * gnus-art.el (gnus-article-browse-html-parts): New function.
4233         (gnus-article-browse-html-article): New function for viewing html
4234         articles with a browser.
4235
4236 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
4237
4238         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
4239         in elisp.
4240         (pgg-gpg-encrypt-symmetric-region): Ditto.
4241         (pgg-gpg-sign-region): Ditto.
4242
4243         * pgg-def.el (pgg-text-mode): New variable.
4244
4245         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
4246         (mml2015-pgg-encrypt): Ditto.
4247
4248         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
4249         (mml1991-pgg-encrypt): Ditto.
4250
4251 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
4254         message-make-date instead of current-time-string.
4255
4256         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
4257         to gnus-decoded which mm-uu might set.
4258
4259 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
4262         don't decode quoted parameters; remove misimported Emacs code.
4263         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4264         (rfc2231-decode-encoded-string): Don't use split-string which
4265         behaves differently according to Emacs version; use
4266         mm-decode-coding-region to convert charset to coding-system.
4267         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4268         (rfc2231-encode-string): Remove misimported Emacs code.
4269
4270 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * gnus-art.el (article-decode-charset): Don't use ignore-errors
4273         when calling mail-header-parse-content-type.
4274         (article-de-quoted-unreadable): Ditto.
4275         (article-de-base64-unreadable): Ditto.
4276         (article-wash-html): Ditto.
4277
4278         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
4279         calling mail-header-parse-content-type and
4280         mail-header-parse-content-disposition.
4281         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
4282         mail-header-parse-content-type.
4283
4284         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
4285         insert charset and format parameters; encode description after
4286         inserting it to buffer.
4287         (mml-insert-parameter): Fold lines properly even if a parameter is
4288         segmented into two or more lines; change the max column to 76.
4289
4290         * rfc1843.el (rfc1843-decode-article-body): Don't use
4291         ignore-errors when calling mail-header-parse-content-type.
4292
4293         * rfc2231.el (rfc2231-parse-string): Return at least type if
4294         possible; don't cause an error even if it fails in parsing of
4295         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4296         (rfc2231-encode-string): Don't break lines at the beginning, leave
4297         it to mml-insert-parameter.
4298
4299         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
4300         calling mail-header-parse-content-type.
4301
4302 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
4303
4304         * spam-report.el (spam-report-gmane-use-article-number):
4305         Improve doc string.
4306         (spam-report-gmane-internal): Check if a suitable header was found
4307         in the article.
4308
4309 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
4312         (rfc2231-encode-string): Make param*=value always begin with LWSP.
4313
4314 2006-02-05  Romain Francoise  <romain@orebokech.com>
4315
4316         Update copyright notices of all files in the gnus directory.
4317
4318 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4319
4320         * nnweb.el (nnweb-request-group): Avoid growing overview files.
4321
4322 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
4325         segmented lines of parameter value to cope with Thunderbird 1.5
4326         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
4327         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4328         (rfc2231-encode-string): Don't make lines exceeding 76 column.
4329
4330 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
4331
4332         * mml.el (mml-generate-mime-1): Correct the order of inline signed
4333         parts.
4334
4335 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4336
4337         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
4338         there's only one active file for all servers.
4339         (nnweb-request-scan): Make sure nnweb-articles is initialized on
4340         solid groups.  Gnus might have used a FAST request to select the group.
4341         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
4342         and nnweb-search redundantly in the active file.
4343         (nnweb-request-list): Don't list bogus groups.  There can only be one.
4344         (nnweb-request-create-group): Don't use ARGS.
4345         (nnweb-possibly-change-server, nnweb-request-group): Remove some
4346         initialisations.  Let nnoo do the work.
4347
4348 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
4351         Say the part has been decoded.
4352
4353         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
4354
4355 2006-01-31  Kevin Ryde  <user42@zip.com.au>
4356
4357         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
4358         mailcap-viewer-test-cache when there's no 'test clause, since that
4359         will invert the meaning of a "nil" test previously determined by
4360         mailcap-mailcap-entry-passes-test.
4361
4362 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4363
4364         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4365         compiling.
4366
4367         * gnus-sum.el: Ditto.
4368
4369         * message.el: Don't bind tool-bar-map when compiling.
4370
4371 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
4372
4373         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
4374
4375 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4376
4377         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
4378         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
4379         current Google Groups.
4380
4381 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
4382
4383         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
4384         and tool-bar-mode.
4385
4386         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
4387         and tool-bar-mode.
4388
4389         * message.el (message-tool-bar-update): Simplify.
4390         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
4391
4392         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
4393         gnus-summary-buffer.
4394         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
4395         gnus-summary-reply.
4396
4397         * gmm-utils.el (gmm): Add :version.
4398
4399 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * Makefile.in (clean): New rule.
4402         (distclean): Use it.
4403
4404 2006-01-26  Steve Youngs  <steve@sxemacs.org>
4405
4406         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
4407         autoload.
4408
4409 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * gmm-utils.el (gmm-verbose): Add :group.
4412
4413 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
4414
4415         * message.el: Change some comments WRT tool-bars.
4416
4417         * gnus-sum.el (gnus-summary-tool-bar)
4418         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
4419         (gnus-summary-tool-bar-zap-list): New variables.
4420         (gnus-summary-make-tool-bar): Complete rewrite using
4421         `gmm-tool-bar-from-list'.
4422
4423         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
4424         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
4425         variables.
4426         (gnus-group-make-tool-bar): Complete rewrite using
4427         `gmm-tool-bar-from-list'.
4428         (gnus-group-tool-bar-update): New function.
4429
4430         * message.el (message-mode-field-menu): Add "Show hidden Headers".
4431
4432 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4435         is dissected into a single part of which the type is the same as
4436         the given one; decode charset.
4437
4438 2006-01-21  Kevin Ryde  <user42@zip.com.au>
4439
4440         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
4441         into alists as symbol not string, since that's what
4442         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
4443         look for.
4444
4445 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
4446
4447         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
4448         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
4449
4450         * message.el (message-tool-bar-gnome): Use gmm-ignore.
4451
4452 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4453
4454         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
4455         (gnus-xmas-mime-security-button-menu): New function.
4456
4457         * gnus-art.el (gnus-mime-security-button-commands): New variable.
4458         (gnus-mime-security-button-menu): New definition.
4459         (gnus-mime-security-button-map): Use them.
4460         (gnus-mime-security-button-menu): New function.
4461         (gnus-insert-mime-security-button): Addition to help echo.
4462         (gnus-mime-security-run-function, gnus-mime-security-save-part)
4463         (gnus-mime-security-pipe-part): New functions.
4464
4465         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
4466         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
4467
4468         * mm-decode.el (mm-handle-set-disposition): Remove.
4469         (mm-handle-set-description): Remove.
4470
4471 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
4474         (mm-w3m-standalone-supports-m17n-p): New function.
4475         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
4476         w3m usage.
4477
4478         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
4479         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
4480
4481 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4482
4483         * message.el (message-tool-bar-zap-list): Use
4484         gmm-tool-bar-zap-list as custom type.
4485         (message-tool-bar-update): New function.
4486         (message-tool-bar, message-tool-bar-gnome)
4487         (message-tool-bar-retro): Add message-tool-bar-update.
4488         (message-tool-bar-gnome): Add flyspell-buffer.
4489
4490         * gnus-util.el (gnus-error): Describe `args'.
4491
4492         * gmm-utils.el (gmm-error): Describe `args'.
4493         (gmm-tool-bar-zap-list): New widget.
4494         (gmm-tool-bar-from-list): Improve description of `zap-list'.
4495
4496 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
4499         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
4500         the number of recursive calls.
4501
4502         * mm-decode.el (mm-handle-set-disposition): New macro.
4503         (mm-handle-set-description): New macro.
4504
4505 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4508         encoding.
4509
4510 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4511
4512         * message.el (message-tool-bar-zap-list, message-tool-bar)
4513         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4514         (message-tool-bar-local-item-from-menu): Remove.
4515         (message-tool-bar-map): Replace by `message-make-tool-bar'.
4516         (message-make-tool-bar): New function.
4517         (message-mode): Use `message-make-tool-bar'.
4518
4519         * gmm-utils.el: New file.
4520         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4521         (gmm-lazy): New widget copied from `nnmail.el'.
4522         (gmm-tool-bar-from-list): New function for creating customizable
4523         tool bars.
4524         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
4525         output.
4526         (gmm): Add :prefix to defgroup.
4527
4528 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4529
4530         * gmm-utils.el (gmm-widget-p): New function.
4531
4532 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4533
4534         * mml.el (mml-attach-file): Describe `description' in doc string.
4535         (mml-menu): Add Emacs MIME manual and PGG manual.
4536
4537 2006-01-20  Richard M. Stallman  <rms@gnu.org>
4538
4539         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4540
4541 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
4542
4543         * nntp.el (nntp-end-of-line): Doc fix.
4544
4545 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4546
4547         * imap.el (imap-open): Handle case where buffer is a buffer
4548         object.
4549
4550 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4551
4552         * gnus-delay.el (gnus-delay): Don't autoload.
4553         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4554         to be re-loaded when customizing the `gnus-delay' group.
4555
4556 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4557
4558         * message.el (message-insert-citation-line): Use newlines.
4559
4560 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4561
4562         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4563         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4564         these routines, so the passphrase can be managed externally and
4565         passed in to the system.
4566         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4567         pgg-add-passphrase-to-cache function.
4568
4569         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4570         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4571         these routines, so the passphrase can be managed externally and
4572         passed in to the system.
4573         (pgg-pgp5-sign-region): Use new name of
4574         pgg-add-passphrase-to-cache function.
4575
4576 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4577
4578         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4579         part of the decoded armor to find the key-identifier.
4580         (pgg-gpg-lookup-key-owner): New function to return the
4581         human-readable identifier of a key owner.
4582         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4583         itself.
4584         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4585         the key value) if we have a key and can match it against a secret
4586         key.  Also, added a note pointing out fact that the prompt only
4587         indicates the first matching key.
4588
4589         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4590         pgg-decrypt-region.
4591         (pgg-add-passphrase-to-cache): Rename from
4592         `pgg-add-passphrase-cache' to reduce confusion (all callers
4593         changed).
4594         (pgg-remove-passphrase-from-cache): Rename from
4595         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4596         changed).
4597         (pgg-read-passphrase, pgg-add-passphrase-cache)
4598         (pgg-remove-passphrase-cache): Add informative docstrings.
4599         (pgg-decrypt): Convey provided passphrase in subordinate call to
4600         pgg-decrypt-region.
4601
4602 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4603
4604         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4605         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4606         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4607         'passphrase' argument, so the passphrase can be managed externally
4608         and then passed in to the system.
4609
4610         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4611         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4612         so the passphrase cache can be used reliably with identifiers
4613         besides a pgp packet's key id.
4614
4615         * pgg-gpg.el (pgg-gpg-encrypt-region)
4616         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4617         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4618         these routines, so the passphrase can be managed externally and
4619         passed in to the system.
4620
4621         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4622         'notruncate' argument, so the passphrase cache can be used
4623         reliably with identifiers besides a pgp packet's key id.
4624
4625 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4626
4627         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4628         symmetric encryption.
4629         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4630         encrypted session key.
4631         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4632         message ask for the passphrase in a proper way.
4633
4634         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4635         New user commands for symmetric encryption.
4636
4637 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4640
4641         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4642
4643 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4644
4645         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4646
4647 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * mm-decode.el (mm-inlined-types): Add application/pgp.
4650         (mm-automatic-display): Ditto.
4651
4652         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4653         part as text.
4654
4655 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * nnrss.el: Update copyright.
4658         (nnrss-opml-import): Query whether to subscribe to each entry.
4659
4660         * gnus-art.el:
4661         * gnus-sum.el:
4662         * gnus-xmas.el:
4663         * messagexmas.el:
4664         * mm-uu.el:
4665         * mm-view.el: Update copyright.
4666
4667 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4668
4669         * message.el (message-info): New function.
4670         (message-mode-menu): Add it.
4671         Update copyright.
4672
4673         * ChangeLog: Fix and update copyright.
4674
4675 2006-01-13  Romain Francoise  <romain@orebokech.com>
4676
4677         * message.el (message-forward-subject-name-subject): Prefer the
4678         address to 'nowhere' if the sender has no name.
4679         Fix typo.  Update copyright year.
4680
4681 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * gnus-art.el (article-wash-html): Use
4684         gnus-summary-show-article-charset-alist if a numeric arg is given.
4685         (gnus-article-wash-html-with-w3m-standalone): New function.
4686
4687         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4688         mm-inline-text-html-render-with-w3m-standalone.
4689         (mm-text-html-washer-alist): Map w3m-standalone to
4690         gnus-article-wash-html-with-w3m-standalone.
4691         (mm-inline-text-html-render-with-w3m-standalone): New function.
4692
4693 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4694
4695         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4696         Improve LaTeX.
4697
4698 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4701         (nnrss-request-article): Render text/plain parts as HTML.
4702
4703         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4704         the buffer.
4705
4706 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4707
4708         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4709         custom definition of `gnus-posting-styles'.
4710
4711         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4712         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4713
4714 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4715
4716         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4717         Use nntp for bug archive.
4718
4719 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4720
4721         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4722         parts.
4723         (nnrss-normalize-date): New function converts ISO 8601 date into
4724         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4725         (nnrss-check-group): Use it.
4726
4727 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4730
4731         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4732         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4733         (nnrss-insert-w3): Ditto.
4734
4735 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4738         the articles to be forwarded including the case where neither a
4739         number of articles nor a region is specified.
4740
4741 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * nnrss.el (nnrss-request-article): Fix last change; fill
4744         text/plain parts.
4745
4746 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4749         in text/plain part.
4750         (nnrss-check-group): Don't add excessive newline to dc:subject.
4751
4752 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4753
4754         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4755         article.
4756
4757 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4758
4759         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4760         (nnml-use-compressed-files, nnml-save-mail): Support other
4761         comression programs such as bzip2.
4762
4763 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4764
4765         * dns.el (query-dns): Make sure we check the buffer size before
4766         removing tcp headers.
4767
4768 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4769
4770         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4771         remove MIME buttons associated with multipart/alternative parts.
4772         (gnus-mime-display-alternative): Tag buttons using `article-type'
4773         text property.
4774
4775         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4776         associated with multipart/alternative parts.
4777
4778         * gnus-art.el (gnus-signature-separator): Fix custom type.
4779
4780         * mm-decode.el (mm-inlined-types): Fix custom type.
4781         (mm-keep-viewer-alive-types): Ditto.
4782         (mm-automatic-display): Ditto.
4783         (mm-attachment-override-types): Ditto.
4784         (mm-inline-override-types): Ditto.
4785         (mm-automatic-external-display): Ditto.
4786
4787 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4788
4789         * spam-report.el (spam-report-user-mail-address)
4790         (spam-report-user-agent): New variables.
4791         (spam-report-url-ping-plain): Use spam-report-user-agent.
4792
4793 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4794
4795         * gnus-art.el (gnus-button-handle-custom): Do not just use
4796         `customize-apropos' for any "M-x customize-*" button but the
4797         function called for.  Accept both the function name and its
4798         argument in order to achieve this.
4799         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4800         function name to `gnus-button-handle-custom' in case of "M-x
4801         customize-*" buttons.
4802
4803 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4806         multipart/alternative and add xref to mm-discouraged-alternatives
4807         in doc string.
4808
4809         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4810         gnus-buttonized-mime-types in doc string.
4811
4812 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4813
4814         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4815         Suggest image/.* in the doc string.
4816
4817 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4818
4819         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4820         message-marks (Debian bug #342521).
4821
4822 2005-12-12  Simon Josefsson  <jas@extundo.com>
4823
4824         * password.el (password-read-from-cache): Add.
4825         (password-read): Use it.
4826
4827 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4830         us-ascii as a MIME charset.
4831
4832         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4833         against the case where the 2nd arg TYPE is nil.
4834
4835 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4836
4837         * pop3.el (pop3-stream-type): Fix custom version.
4838
4839         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4840
4841 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4842
4843         * mm-decode.el (mm-display-external): Add missing cdr.
4844
4845 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4848         RFC1524) if it is in mailcap or add a suffix according to
4849         mailcap-mime-extensions when generating a temp filename; postpone
4850         deleting a temp file for 2 seconds for some wrappers, shell
4851         scripts, and so on, which might exit right after having started a
4852         viewer command as a background job.
4853
4854 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4855
4856         * nntp.el (nntp-marks-directory): Fix custom group.
4857
4858         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4859         steps when < 10.
4860
4861         * gnus-start.el (gnus-no-server-1): Mention
4862         `gnus-level-default-subscribed' in doc string.
4863
4864 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4865
4866         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4867         parens.
4868
4869 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * gnus-xmas.el (gnus-use-toolbar): Revert.
4872         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4873         gnus-use-toolbar is default.
4874
4875         * messagexmas.el (message-use-toolbar): Revert.
4876         (message-setup-toolbar): Use global default-toolbar if
4877         message-use-toolbar is default.
4878
4879 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4880
4881         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4882         according to default-toolbar-visible-p.
4883
4884         * messagexmas.el (message-use-toolbar): Ditto.
4885
4886 2005-11-26  Dave Love  <fx@gnu.org>
4887
4888         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4889         (tls-program, tls-success): Provide openssl alternative.
4890
4891         * starttls.el: Doc fixes.
4892         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4893         SERVICE to PORT.
4894
4895         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4896         port null or service name.
4897         (starttls-negotiate): Autoload.
4898
4899 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4900
4901         * message.el (message-kill-to-signature): Fix interactive spec.
4902
4903 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * pop3.el (pop3-open-server): Recognize a string as a service name.
4906
4907 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4908
4909         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4910
4911 2005-11-23  Dave Love  <fx@gnu.org>
4912
4913         Add pop3s, pop3/starttls.
4914
4915         * pop3.el (pop3-authentication-scheme): Clarify doc.
4916         (open-tls-stream, starttls-open-stream): Autoload.
4917         (pop3-stream-type): New.
4918         (pop3-open-server): Use it.
4919
4920         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4921         for POP.
4922         (mail-source-keyword-map): Add :stream for POP.
4923         (mail-source-fetch-pop): Use pop3-stream-type.
4924
4925 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4928         of current-time-string.
4929
4930 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4931
4932         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4933         date header.
4934
4935 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4936
4937         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4938         it can seriously impact performance as it bypasses the agent's
4939         local caches.
4940
4941 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4942
4943         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4944         must be explicitly online rather than "not explicitly offline" for
4945         its flags to be synchronized.
4946
4947         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4948         that gnus-uu-unmark-thread will function correctly.
4949
4950         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4951         1024K is instead displayed as 1M.
4952
4953 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4954
4955         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4956
4957 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4958
4959         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4960
4961 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4962
4963         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4964         error message to display actual error condition.
4965         (gnus-agent-save-local): Avoid saving symbols that are bound to
4966         nil as they simply result in a warning message in
4967         gnus-agent-read-local.
4968
4969 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4972         rather than make-variable-buffer-local for file-precious-flag.
4973
4974 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4975
4976         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4977         for duplicates which are removed.  The invalid sort check then
4978         triggers a rescan after the sort as sorting may have moved
4979         duplicate entries such that they can be cheaply detected.
4980
4981 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4984
4985 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4986
4987         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4988         internal variable to a custom variable.  Changed default value
4989         from compressed(2) to uncompressed(1).
4990         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4991         support for uncompressed agentview files.  Taken together, reading
4992         the agentview file should now be 6-7 times faster.
4993
4994 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4995
4996         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4997         as a buffer-local variable.  This avoids creating truncated
4998         dribble files as a result of a hang up, eg.
4999
5000 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
5001
5002         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
5003         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
5004         XEmacs.
5005
5006 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5007
5008         * gnus-start.el (gnus-start-draft-setup): Enforce
5009         `gnus-draft-mode' for nndraft:drafts at startup.
5010
5011         * gnus.el (gnus-splash): Change custom group.
5012         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
5013         allow-list argument.
5014
5015         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
5016         string.
5017
5018 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5019
5020         * gnus-art.el (gnus-default-article-saver): Add user-defined
5021         `function' to custom type.
5022
5023 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
5024
5025         * imap.el (imap-open): Handle case where buffer is a buffer
5026         object.
5027
5028 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5029
5030         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
5031         long lines.
5032         (gnus-cache-delete-group): Wrap doc strings.
5033
5034         * gnus-agent.el (gnus-agent-rename-group)
5035         (gnus-agent-delete-group): Wrap doc strings.
5036
5037
5038 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5039
5040         * messagexmas.el (message-use-toolbar): Change the valid values
5041         into default, top, bottom, left, and right.
5042         (message-toolbar-thickness): New variable.
5043         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
5044         well.
5045         (message-setup-toolbar): Make it work.
5046
5047         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
5048         (gnus-use-toolbar): Change the valid values into default, top,
5049         bottom, left, and right.
5050         (gnus-toolbar-thickness): New variable.
5051         (gnus-xmas-setup-toolbar): New function.
5052         (gnus-xmas-setup-group-toolbar): Use it.
5053         (gnus-xmas-setup-summary-toolbar): Use it.
5054
5055 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5056
5057         * gnus-start.el (gnus-1): Add "native" to
5058         gnus-predefined-server-alist.
5059
5060         * gnus.el (gnus-method-to-server): Don't add "native" to the
5061         lists here, because that leads to problems when
5062         gnus-select-method is bound.
5063
5064 2005-11-09  Simon Josefsson  <jas@extundo.com>
5065
5066         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
5067         use (not sort-by-date) instead.
5068
5069 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5070
5071         * gnus-delay.el (gnus-delay-group): Don't autoload.
5072         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5073         to be re-loaded when customizing the `gnus-delay' group.
5074
5075 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
5076
5077         * message.el: Revert last changes.
5078         (message-insert-citation-line): Use newlines.
5079
5080 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5081
5082         * message.el (message-courtesy-message)
5083         (message-mark-insert-begin, message-mark-insert-end)
5084         (message-elide-ellipsis, message-cancel-message)
5085         (message-add-header, message-change-subject)
5086         (message-cross-post-followup-to-header)
5087         (message-cross-post-insert-note, message-reduce-to-to-cc)
5088         (message-widen-reply, message-delete-not-region)
5089         (message-kill-to-signature, message-insert-signature)
5090         (message-insert-importance-high, message-insert-importance-low)
5091         (message-insert-or-toggle-importance)
5092         (message-insert-disposition-notification-to)
5093         (message-indent-citation, message-yank-original)
5094         (message-cite-original-without-signature, message-cite-original)
5095         (message-insert-citation-line, message-position-on-field)
5096         (message-fix-before-sending, message-send-mail-partially)
5097         (message-send-mail, message-send-mail-with-sendmail)
5098         (message-send-mail-with-qmail, message-send-news)
5099         (message-check-news-header-syntax, message-generate-headers)
5100         (message-insert-courtesy-copy, message-fill-address)
5101         (message-fill-header, message-shorten-references)
5102         (message-setup-1, message-cancel-news)
5103         (message-forward-make-body-plain, message-forward-make-body-mime)
5104         (message-forward-make-body-mml, message-encode-message-body)
5105         (message-forward-make-body-digest-plain)
5106         (message-forward-make-body-digest-mime)
5107         (message-use-alternative-email-as-from): Insert `hard-newline'
5108         instead of ordinary newlines.
5109
5110 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5111
5112         * message.el (message-generate-headers): Downcase the argument
5113         given to message-check-element.
5114
5115 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
5116
5117         * nntp.el (nntp-authinfo-rejected): New error condition.
5118         (nntp-wait-for): Use new error condition to signal authentication
5119         error.
5120         (nntp-retrieve-data): Rethrow new error condition to break out of
5121         recursive call to nntp-send-authinfo.
5122
5123 2005-11-08  Romain Francoise  <romain@orebokech.com>
5124
5125         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
5126         (gnus-summary-exit-map): Bind to `Z p'.
5127         (gnus-summary-make-menu-bar): Add menu item.
5128
5129 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
5130
5131         * gnus-art.el (gnus-article-treat-custom): Add `first'.
5132         (gnus-treat-*): Add `first' in all doc strings.
5133
5134         * gnus-group.el (gnus-group-compact-group): Fix typo.
5135
5136 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * gnus.el (gnus-parameters-case-fold-search): New variable.
5139         (gnus-parameters-get-parameter): Use it.
5140
5141         * gnus-score.el (gnus-home-score-file): Doc fix.
5142
5143 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
5144
5145         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
5146
5147 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * mm-util.el (mm-special-display-p): New function.
5150
5151         * mml.el (mml-preview): Use it; doc fix.
5152
5153 2005-10-29  Romain Francoise  <romain@orebokech.com>
5154
5155         * message.el (message-fix-before-sending): Fix comment.
5156
5157 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5158
5159         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
5160
5161 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5162
5163         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
5164         Used in gnus-score.el.
5165
5166 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5167
5168         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
5169
5170 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5171
5172         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
5173         whitespace removed in revision 7.8.  Use concatenated string to
5174         protect trailing whitespace.
5175
5176 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
5177
5178         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
5179         (nnimap-request-expire-articles): Use it to avoid sending 'UID
5180         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
5181         Courier IMAP ("some version from 2004").  Mostly based on similar
5182         code in the same function.
5183
5184 2005-10-26  Didier Verna  <didier@xemacs.org>
5185
5186         * gnus-group.el (gnus-group-compact-group): invalidate original
5187         article buffer.
5188         * gnus-srvr.el (gnus-server-compact-server): ditto.
5189         * nnml.el (nnml-request-compact-group): handle self Xref: field in
5190         NOV database and in article itself.
5191         Invalidate article backlog.
5192
5193 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5194
5195         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
5196
5197 2005-10-26  Simon Josefsson  <jas@extundo.com>
5198
5199         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
5200         part of 2004-07-25 change.
5201
5202 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * message.el (message-display-completion-list): New function.
5205         (message-expand-group): Use it; make sure the Completions buffer
5206         is modifiable.
5207
5208 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5209
5210         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
5211         user-mail-name is an empty string.
5212
5213 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5214
5215         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
5216         depending on gnus-score-decay-constant.
5217
5218         * encrypt.el (encrypt-insert-file-contents)
5219         (encrypt-write-file-contents): Don't use `gnus-message'.
5220
5221         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
5222         arguments.
5223         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
5224         arguments to mm-uu-verbatim-marks-extract.
5225         (mm-uu-hide-markers): New variable.
5226         (mm-uu-extract): Use face similar to `gnus-cite-3'.
5227
5228         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5229         (gnus-convert-image-to-face-command): Use "convert" by default to
5230         allow other input image formats.
5231         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
5232         accordingly.
5233
5234 2005-10-23  Simon Josefsson  <jas@extundo.com>
5235
5236         * imap.el (imap-gssapi-program): Align command line parameters
5237         with latest GNU SASL.
5238         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
5239
5240 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5241
5242         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
5243         HTML.
5244         (nnslashdot-request-article): Ditto.
5245
5246         * lpath.el (featurep): Add nobreak-char-display.
5247
5248 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5249
5250         * mail-source.el (mail-source-fetch-pop): Require pop3.
5251         (mail-source-check-pop): Ditto.
5252
5253 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
5256         errors.
5257
5258 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5259
5260         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
5261         (gnus-treat-strip-leading-blank-lines): Improve doc string.
5262
5263         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
5264
5265         * mm-bodies.el (mm-decode-string): Call
5266         `mm-charset-to-coding-system' with allow-override argument.
5267
5268 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
5271         (rfc2047-charset-to-coding-system): New function.
5272         (rfc2047-decode-encoded-words): New function.
5273         (rfc2047-decode-region): Use them.
5274         (rfc2047-decode-cte): Remove.
5275         (rfc2047-parse-and-decode): Remove.
5276         (rfc2047-decode): Remove.
5277
5278 2005-10-15  Kenichi Handa  <handa@m17n.org>
5279
5280         * rfc2047.el (rfc2047-decode-cte): New function.
5281         (rfc2047-decode-region): Change the way to decode successive
5282         encoded-words: decode B- or Q-encoding in each encoded-word,
5283         concatenate them, and decode it as charset.
5284
5285 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5286
5287         * lpath.el: Fbind codepage-setup for XEmacs.
5288
5289 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5290
5291         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
5292         widget-move-and-invoke.
5293         (gnus-custom-mode): Use gnus-custom-map.
5294
5295 2005-10-15  Bill Wohler  <wohler@newt.com>
5296
5297         * message.el (message-tool-bar-map): Renamed image file from
5298         mail_send to mail/send.
5299
5300 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5301
5302         * message.el (message-expand-group): Pass the common
5303         prefix substring of completion to `display-completion-list'.
5304
5305 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
5306
5307         * mml-sec.el (mml-secure-method): New internal variable.
5308         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5309         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
5310         functions using mml-secure-method.
5311
5312         * mml.el (mml-mode-map): Add key bindings for those functions.
5313         (mml-menu): Simplify security menu entries.  Suggested by Jesper
5314         Harder <harder@myrealbox.com>.
5315         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
5316         end of message if point is the headers of the message.
5317
5318         * message.el (message-in-body-p): New function.
5319
5320         * assistant.el: Autoload gnus-util and netrc.
5321
5322         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
5323         Use `mm-charset-override-alist' only when decoding.
5324
5325         * mm-bodies.el (mm-decode-body): Call
5326         `mm-charset-to-coding-system' with allow-override argument.
5327
5328         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
5329         `filename' from Content-Disposition if Content-Type doesn't
5330         provide `name'.
5331         (gnus-mime-view-part-as-type): Set default instead of
5332         initial-input.
5333
5334 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5335
5336         * format-spec.el (format-spec): Propagate text properties of % spec.
5337
5338 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5339
5340         * gnus-art.el (gnus-treat-predicate): Add `first'.
5341
5342 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5343
5344         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5345         (mm-charset-override-alist): New variable.
5346         (mm-charset-to-coding-system): Use it.
5347         (mm-codepage-setup): New helper function.
5348         (mm-charset-eval-alist): New variable.
5349         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
5350         about unknown charsets.
5351
5352         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
5353
5354 2005-10-04  David Hansen  <david.hansen@gmx.net>
5355
5356         * nnrss.el (nnrss-request-article): Add support for the comments tag.
5357         (nnrss-check-group): Ditto.
5358
5359 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5360
5361         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5362         Rename x-gnus-verbatim to x-verbatim.
5363         (mm-uu-type-alist): Fix regexp for verbatim-marks.
5364
5365         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5366         x-verbatim.
5367
5368         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5369
5370         * gnus-util.el (gnus-remove-duplicates): Remove.
5371
5372         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5373         instead of gnus-remove-duplicates.
5374
5375         * message.el (message-remove-duplicates): Remove.
5376         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5377         message-remove-duplicates.
5378
5379         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5380         available, else use implementation from `delete-dups'.
5381
5382         * message.el (message-insert-expires): New function.
5383         (message-mode-map): Add key binding.
5384         (message-mode-field-menu): Add menu entry.
5385         (message-mode): Document it.
5386         (message-make-expires-date): Use `message-make-date'.
5387
5388 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
5389
5390         * message.el (message-make-expires-date): New function.
5391
5392 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * Makefile.in (list-installed-shadows): New entry.
5395         (install): Use it.
5396         (remove-installed-shadows): New entry.
5397
5398         * dgnushack.el (dgnushack-default-load-path): New variable.
5399         (dgnushack-find-lisp-shadows): New function.
5400         (dgnushack-remove-lisp-shadows): New function.
5401
5402 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * Makefile.in (install-el-elc): New entry.
5405         (install): Use it so that .el files are necessarily installed.
5406
5407 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * time-date.el: Autoload parse-time-string, XEmacs needs it.
5410
5411 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5412
5413         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5414         function rather than the diff-mode.el package.
5415         (mm-display-external): Use with-current-buffer.
5416         (mm-viewer-completion-map, mm-viewer-completion-map):
5417         Move initialization inside declaration.
5418
5419 2005-09-29  Simon Josefsson  <jas@extundo.com>
5420
5421         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
5422         autoload mail-check-payment.
5423         (spam-check-hashcash): Define unconditionally, since hashcash.el
5424         is part of Gnus now.  Ignore errors from payment checking.
5425
5426 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5427
5428         * message.el (message-bold-region, message-unbold-region): Rename
5429         from `bold-region' and `unbold-region'.
5430
5431         * message.el: Remove useless autoloads.
5432
5433 2005-09-28  Simon Josefsson  <jas@extundo.com>
5434
5435         * message.el (message-use-idna): Default to t.
5436         (message-use-idna): Test whether encoding works too.  Doc fix.
5437
5438 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * nntp.el (nntp-warn-about-losing-connection): Remove.
5441
5442 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5443
5444         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
5445         customizable.  Change default value.
5446         (mm-uu-diff-groups-regexp): Change default value.
5447         (mm-uu-type-alist): Add doc string.
5448         (mm-uu-configure): Add doc string.  Make it interactive.
5449         (mm-uu-tex-groups-regexp): New variable.
5450         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
5451         (mm-uu-type-alist): Add LaTeX documents.
5452         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
5453         of "text/verbatim".
5454         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
5455
5456         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
5457         instead of "text/verbatim".
5458
5459         * message.el (message-mark-inserted-region)
5460         (message-mark-insert-file): Use slrn style marks when called with
5461         prefix argument.
5462
5463 2005-09-27  Simon Josefsson  <jas@extundo.com>
5464
5465         * message.el (message-idna-to-ascii-rhs-1): Reformat.
5466
5467 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5468
5469         * message.el (message-remove-duplicates): New function.
5470         Implementation borrowed from `gnus-remove-duplicates'.
5471         (message-idna-to-ascii-rhs): Also encode idna addresses in
5472         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5473         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
5474         only ask about the same idna domain once per header and also tell
5475         in what header to replace the idna domain.
5476
5477         * gnus-art.el (article-decode-idna-rhs): Also decode idna
5478         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5479         (article-decode-idna-rhs): Fix regexp so that all idna-address in
5480         a header is decoded and not just the last one.
5481
5482 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
5485         has been decoded.
5486
5487         * mm-decode.el (mm-automatic-display): Add text/verbatim.
5488         (mm-insert-part): Don't modify text if it has been decoded.
5489
5490         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
5491         decoded.
5492
5493         * mm-view.el (mm-inline-text): Don't strip text props unless
5494         decoding enriched or richtext parts.
5495
5496 2005-09-25  Romain Francoise  <romain@orebokech.com>
5497
5498         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5499         * gnus-start.el (gnus-subscribe-interactively):
5500         * gnus-uu.el (gnus-uu-grab-articles):
5501         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5502         space.
5503
5504 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5505
5506         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5507         * mm-view.el (mm-view-pkcs7-decrypt):
5508         * gnus-sum.el (gnus-summary-limit-to-extra)
5509         (gnus-summary-respool-article, gnus-read-move-group-name):
5510         * gnus-score.el (gnus-summary-increase-score):
5511         * gnus-util.el (gnus-completing-read-with-default):
5512         * gnus-art.el (gnus-read-save-file-name)
5513         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5514         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5515         * message.el (message-check-news-header-syntax):
5516         Follow convention for reading with the minibuffer.
5517
5518 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5519
5520         * spam-report.el (spam-report-url-ping-plain):
5521         Use gnus-extended-version as User-Agent.
5522
5523         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5524         default value is nil.
5525
5526         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5527         (mm-uu-verbatim-marks-extract): New function.
5528         (mm-uu-extract): New face.
5529         (mm-uu-copy-to-buffer): Use it.
5530
5531         * spam-report.el (spam-report-gmane-ham): Renamed from
5532         `spam-report-gmane-unspam'.
5533         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5534         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5535
5536         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5537         Autoload.
5538         (spam-report-gmane-unregister-routine): Renamed
5539         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5540
5541 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5542
5543         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5544         (spam-report-gmane-unregister-routine): Add support for gmane
5545         unregistration.
5546
5547         * spam-report.el (spam-report-gmane-unspam)
5548         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5549         (spam-report-gmane): Change to take a single article and do unspam
5550         registration.
5551
5552 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5553
5554         * mm-url.el (mm-url-decode-entities): Fix regexp.
5555
5556 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5557
5558         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5559         default to nil, to be able to use Gnus at all.  If the default
5560         switches to something else, then the function should be fixed not
5561         be exceedingly slow.
5562
5563 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5564
5565         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5566         fail hard.
5567
5568         * spam-report.el: Add better Keywords line.
5569
5570         * spam.el: Add Maintainer and better Keywords line.
5571
5572 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5573
5574         * gnus-art.el (gnus-article-replace-part)
5575         (gnus-mime-replace-part): New functions.
5576         (gnus-mime-action-alist, gnus-mime-button-commands)
5577         (gnus-mime-save-part-and-strip): Added file argument.
5578         (gnus-article-part-wrapper): Added interactive argument.
5579
5580         * gnus-sum.el (gnus-summary-mime-map): Add
5581         `gnus-article-replace-part'.
5582
5583 2005-09-19  Didier Verna  <didier@xemacs.org>
5584
5585         The nnml compaction feature:
5586         * nnml.el (nnml-request-compact-group): New function.
5587         * nnml.el (nnml-request-compact): New function.
5588         * gnus-int.el (gnus-request-compact-group): New function.
5589         * gnus-int.el (gnus-request-compact): New function.
5590         * gnus-group.el (gnus-group-compact-group): New function.
5591         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5592         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5593         * gnus-srvr.el (gnus-server-compact-server): New function.
5594         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5595         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5596
5597 2005-09-18  Deepak Goel  <deego@gnufans.org>
5598
5599         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5600         format spec.
5601
5602 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5605
5606 2005-09-15  Romain Francoise  <romain@orebokech.com>
5607
5608         * message.el (message-fill-paragraph): Clarify docstring.
5609
5610 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * gnus-art.el (gnus-mime-display-part): Protect against broken
5613         MIME messages.
5614
5615 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5618         before parsing header.
5619
5620 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5621
5622         * html2text.el: (html2text-replace-list): Add new entities.
5623
5624 2005-09-11  Romain Francoise  <romain@orebokech.com>
5625
5626         * message.el (message-alternative-emails): Improve docstring.
5627         (message-setup-1): Call `message-use-alternative-email-as-from'
5628         after `message-setup-hook' to give it precedence over posting
5629         styles, etc.
5630         (message-use-alternative-email-as-from): Add docstring.  Remove
5631         the original From header if present.
5632
5633         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5634         (nnml-save-mail): Use it.
5635
5636         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5637         articles.  Add new argument `silent'.
5638         (gnus-uu-mark-all): Report the total number of marked articles.
5639
5640 2005-09-10  Romain Francoise  <romain@orebokech.com>
5641
5642         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5643         (gnus-uu-mark-series): Likewise.
5644
5645 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5646
5647         * spam-report.el (spam-report-gmane): Fix generation of spam
5648         report URL.
5649
5650 2005-09-10  Simon Josefsson  <jas@extundo.com>
5651
5652         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5653         t, based on discussion on the ding list with Robert Epprecht
5654         <epprecht@solnet.ch>.
5655
5656 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5657
5658         * spam-report.el (spam-report-gmane): Make it work without
5659         X-Report-Spam header.  Gmane now only provides Archived-At.
5660         This is only used if `spam-report-gmane-use-article-number' is nil.
5661         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5662
5663         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5664         make `gnus-summary-sort-by-recipient' work with threading.
5665
5666         * nnweb.el (nnweb-google-wash-article): Print a message if article
5667         is not available.
5668
5669 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5670
5671         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5672         change.  Decode text/* parts content before displaying.
5673
5674 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5675
5676         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5677
5678 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5681
5682         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5683         url-package-name, url-package-version,
5684         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5685         w3m-display-inline-images, and w3m-minor-mode-map.
5686
5687 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5688
5689         * message.el (message-tab-body-function): Fixed mismatched custom
5690         type.
5691
5692         * gnus.el (gnus-group-change-level-function): Ditto.
5693
5694         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5695
5696         * gnus-art.el (gnus-signature-limit)
5697         (gnus-article-mime-part-function): Ditto.
5698
5699 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * mml.el (mml-mode): Silence the byte compiler.
5702
5703         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5704         using `(sit-for 0)' before moving the point to the specified part;
5705         skip unbuttonized parts.
5706         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5707         return to the summary window if gnus-auto-select-part is non-nil.
5708
5709 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5710
5711         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5712         variables.
5713         (mml-dnd-attach-file, mml-mode): Use them.
5714
5715         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5716         Make fetching article by MID work again for Google Groups.  Added
5717         FIXME concerning gnus-group-make-web-group.
5718
5719         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5720         Don't depend on Gnus by using mail-extract-address-components if
5721         gnus-extract-address-components is not bound.
5722
5723 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5724
5725         * gnus-art.el (gnus-mime-display-security): Don't display the
5726         signature, but only the signed part.
5727
5728 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5731
5732         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5733         list, not listp.
5734
5735 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5736
5737         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5738         when encoding.
5739
5740         * mm-bodies.el (mm-decode-content-transfer-encoding):
5741         De-canonicalize CRLF for all text content types, not just
5742         text/plain.
5743
5744 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5747         valid article; point arrow and cursor at the MIME button.
5748
5749 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5752         Suggested by Dan Christensen <jdc@uwo.ca>.
5753
5754         * mm-decode.el (mm-save-part): Enable change of prompt.
5755
5756 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5757
5758         * gnus-msg.el (gnus-inews-add-send-actions): Made
5759         `message-post-method' lambda parameter ARG `&optional'.
5760
5761 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5762
5763         * gnus-sum.el (gnus-summary-mime-map): Added
5764         gnus-article-save-part-and-strip, gnus-article-delete-part and
5765         gnus-article-jump-to-part.
5766
5767         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5768         (gnus-article-edit-part): Use it.
5769         (gnus-article-part-wrapper): Added no-handle argument.
5770         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5771         functions.
5772
5773 2005-08-29  Romain Francoise  <romain@orebokech.com>
5774
5775         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5776         docstring.
5777         (gnus-face-from-file): Likewise.
5778
5779 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5780
5781         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5782         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5783         non-nil.
5784         (gnus-auto-select-part): New variable.
5785         (gnus-article-jump-to-part): New function.
5786         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5787         (gnus-mime-delete-part): Allow selecting specified part after
5788         deleting or stripping parts.
5789         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5790         part if argument is bogus.
5791
5792 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5793
5794         * gnus-art.el (w3m-minor-mode-map):
5795         * gnus-spec.el (gnus-newsrc-file-version):
5796         * gnus-util.el (nnmail-active-file-coding-system)
5797         (gnus-original-article-buffer, gnus-user-agent):
5798         * gnus.el (gnus-ham-process-destinations)
5799         (gnus-parameter-ham-marks-alist)
5800         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5801         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5802         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5803         * mm-decode.el (gnus-current-window-configuration):
5804         * mm-extern.el (gnus-article-mime-handles):
5805         * mm-url.el (url-current-object, url-package-name)
5806         (url-package-version):
5807         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5808         (smime-keys, w3m-cid-retrieve-function-alist)
5809         (w3m-current-buffer, w3m-display-inline-images)
5810         (w3m-minor-mode-map):
5811         * mml-smime.el (gnus-extract-address-components):
5812         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5813         (gnus-newsrc-hashtb, message-default-charset)
5814         (message-deletable-headers, message-options)
5815         (message-posting-charset, message-required-mail-headers)
5816         (message-required-news-headers):
5817         * mml1991.el (mc-pgp-always-sign):
5818         * mml2015.el (mc-pgp-always-sign):
5819         * nnheader.el (nnmail-extra-headers):
5820         * rfc1843.el (gnus-decode-encoded-word-function)
5821         (gnus-decode-header-function, gnus-newsgroup-name):
5822         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5823
5824 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5825
5826         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5827         the end of the date treatments.
5828
5829 2005-08-15  Simon Josefsson  <jas@extundo.com>
5830
5831         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5832         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5833         Capello and Romain Francoise.
5834         (pgg-fetch-key-function): Removed, not used?
5835         (pgg-insert-url-with-w3): Require url, to get
5836         url-insert-file-contents regardless of where it is defined.
5837
5838 2005-08-13  Romain Francoise  <romain@orebokech.com>
5839
5840         * message.el (message-cite-original-1): New function.
5841         (message-cite-original): Use it.
5842         (message-cite-original-without-signature): Ditto.
5843
5844 2005-08-08  Romain Francoise  <romain@orebokech.com>
5845
5846         * message.el (message-yank-empty-prefix): New variable.
5847         (message-indent-citation): Use it.
5848         (message-cite-original-without-signature): Respect X-No-Archive.
5849
5850 2005-08-08  Simon Josefsson  <jas@extundo.com>
5851
5852         * pgg.el: Autoload url-insert-file-contents instead of loading
5853         w3/url.
5854         (pgg-insert-url-with-w3): Don't load url here.
5855
5856 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5857
5858         * message.el (message-kill-to-signature): Don't insert newline at
5859         bol.
5860         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5861
5862 2005-08-06  Romain Francoise  <romain@orebokech.com>
5863
5864         * message.el (message-user-fqdn): Fix typo in docstring.
5865
5866 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5867
5868         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5869
5870         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5871
5872 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * mm-bodies.el (mm-encode-body): Use coding system rather than
5875         charset to encode text.
5876
5877         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5878         number of charsets if utf-8 is available (XEmacs).
5879
5880 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5881
5882         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5883         taken from `gnus-button-mid-or-mail-regexp'.
5884         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5885         (gnus-button-alist): Improve regexp for domain part of the MIDs
5886         for news:localpart@domain buttons.
5887         (gnus-button-ctan-directory-regexp): Update.
5888
5889 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * sieve-manage.el (sieve-manage-interactive-login): Use
5892         make-local-variable rather than make-variable-buffer-local.
5893         (sieve-manage-open): Ditto.
5894         (sieve-manage-authenticate): Ditto.
5895
5896         * mml.el (mml-generate-mime-1): Make the content type default to
5897         text/plain if the filename is not specified.
5898
5899 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5902         instead of insert-buffer.
5903
5904         * message.el (message-yank-original): Ditto; set the mark at the
5905         end of the yanked message.
5906
5907 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5910         lines to scroll rather than to stop it.
5911
5912         * mml.el (mml-generate-default-type): Add doc string.
5913         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5914         default to application/octet-stream when determining the content
5915         type if it is not specified for the part or the mml contents; add
5916         a comment about mml-generate-default-type.
5917
5918 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5919
5920         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5921         make it default to application/octet-stream when determining the
5922         content type if it is not specified for the external contents.
5923
5924 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5927         segmented parameter but also other parameters might be there.
5928
5929 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * mm-decode.el (mm-display-external): Delete temp file, directory
5932         and buffer immediately if the external process is exited.
5933
5934 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5937         fewer lines than that of scroll-margin.
5938         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5939
5940 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * gnus-art.el (gnus-article-next-page): Revert.
5943         (gnus-article-beginning-of-window): New macro.
5944         (gnus-article-next-page-1): Use it.
5945         (gnus-article-prev-page): Ditto.
5946         (gnus-article-edit-part): Use insert-buffer-substring instead of
5947         insert-buffer.
5948         (gnus-article-edit-exit): Ditto.
5949
5950         * gnus-util.el (gnus-beginning-of-window): Remove.
5951         (gnus-end-of-window): Remove.
5952
5953         * lpath.el: Don't bind header-line-format and scroll-margin.
5954
5955 2005-07-25  Simon Josefsson  <jas@extundo.com>
5956
5957         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5958         to have the url package without w3.  Reported by Daiki Ueno
5959         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5960
5961 2005-07-20  Didier Verna  <didier@xemacs.org>
5962
5963         * gnus-diary.el: Remove the description comment (nndiary is now
5964         properly documented in the Gnus manual).
5965         Fix the spelling of "Back End".
5966         * nndiary.el: Ditto.
5967         Fix the copyright notice.
5968
5969 2005-07-18  Romain Francoise  <romain@orebokech.com>
5970
5971         * gnus-sum.el (gnus-summary-to-prefix,
5972         gnus-summary-newsgroup-prefix): New variables.
5973         (gnus-summary-from-or-to-or-newsgroups): Use them.
5974
5975 2005-07-17  Romain Francoise  <romain@orebokech.com>
5976
5977         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5978         space as it's generally not especially interesting to the user.
5979
5980 2005-07-16  Romain Francoise  <romain@orebokech.com>
5981
5982         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5983         nil to avoid prompting and file modification if one of the
5984         messages at the top of the nnfolder file contains a copyright
5985         notice.
5986         Update copyright notice.
5987
5988         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5989         instead of `current-time-string' as the latter creates a time
5990         string that is not RFC 2822 compliant (it lacks the zone).
5991         Update copyright notice.
5992
5993 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5994
5995         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5996         for text/rtf.  Display default in prompt.  Pass default for M-n.
5997
5998         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5999
6000 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6001
6002         * gnus-msg.el (gnus-button-mailto): Remove
6003         save-selected-window-window hackery because it relies on
6004         save-selected-window internals.
6005
6006 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
6009         (gnus-article-next-page-1): Use gnus-beginning-of-window.
6010         (gnus-article-prev-page): Ditto.
6011
6012         * gnus-util.el (gnus-beginning-of-window): New function.
6013         (gnus-end-of-window): New function.
6014
6015         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
6016
6017 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6018
6019         * gnus-score.el (gnus-score-edit-all-score): Set
6020         gnus-score-edit-exit-function to gnus-score-edit-done and call
6021         gnus-message.
6022
6023 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6024
6025         * gnus-msg.el (gnus-button-mailto): Remove
6026         save-selected-window-window hackery because it relies on
6027         save-selected-window internals.
6028
6029 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
6032         add-minor-mode.
6033         (gnus-binary-mode): Ditto.
6034
6035         * gnus-topic.el (gnus-topic-mode): Ditto.
6036
6037 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
6038
6039         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
6040         (gnus-article-prev-page): Take scroll-margin into consideration.
6041
6042 2005-07-04  Lute Kamstra  <lute@gnu.org>
6043
6044         Update FSF's address in GPL notices.
6045
6046 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
6047
6048         * gnus.el (gnus-exit):
6049         * gnus-group.el (gnus-group-icons):
6050         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
6051
6052         * gnus-nocem.el (gnus-nocem):
6053         * message.el (message-various, message-buffers, message-sending)
6054         (message-interface, message-forwarding, message-insertion)
6055         (message-headers, message-news, message-mail):
6056         * pgg-gpg.el (pgg-gpg):
6057         * pgg-parse.el (pgg-parse):
6058         * pgg-pgp.el (pgg-pgp):
6059         * pgg-pgp5.el (pgg-pgp5):
6060         * pop3.el (pop3): Finish `defgroup' description with period.
6061
6062 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * gnus-art.el (article-display-face): Improve the efficiency.
6065         (article-display-x-face): Ditto; remove grey x-face stuff.
6066
6067 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gnus-art.el (article-display-face): Correct the position in
6070         which Faces are inserted.
6071
6072 2005-06-29  Didier Verna  <didier@xemacs.org>
6073
6074         * gnus-art.el (article-display-face): Display faces in correct
6075         order.
6076
6077 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6078
6079         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
6080         (gnus-fill-real-hashtb): Use hash table instead of obarray.
6081         (gnus-nocem-check-article): Fetch the Type header.
6082         (gnus-nocem-message-wanted-p): Fix the way to examine types.
6083         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
6084         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
6085         make sure gnus-nocem-hashtb is initialized.
6086         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
6087         (gnus-nocem-unwanted-article-p): Ditto.
6088
6089         * pgg.el (pgg-verify): Return the verification result.
6090
6091 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6092
6093         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
6094         is ascii.
6095
6096 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
6097
6098         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
6099         `show-nonbreak-escape'.
6100
6101 2005-06-23  Lute Kamstra  <lute@gnu.org>
6102
6103         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
6104
6105         * dig.el (dig-mode):
6106         * smime.el (smime-mode): Use gnus-run-mode-hooks.
6107
6108 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
6109
6110         * nnimap.el (nnimap-split-download-body): Fix spellings.
6111
6112 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
6113
6114         * gnus-art.el (gnus-article-encrypt-body):
6115         * gnus-cus.el (gnus-score-customize):
6116         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
6117         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
6118
6119 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6120
6121         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
6122         header by looking for magic "MII" at the beginnig.
6123
6124 2005-06-16  Miles Bader  <miles@gnu.org>
6125
6126         * gnus-xmas.el (gnus-xmas-group-startup-message):
6127         Use renamed gnus-splash face.
6128
6129         * assistant.el (assistant-field): Remove "-face" suffix from face name.
6130         (assistant-field-face): New backward-compatibility alias for renamed
6131         face.
6132         (assistant-render-text): Use renamed assistant-field face.
6133
6134         * spam.el (spam): Remove "-face" suffix from face name.
6135         (spam-face): New backward-compatibility alias for renamed face.
6136         (spam-face, spam-initialize): Use renamed spam face.
6137
6138         * message.el (message-header-to, message-header-cc)
6139         (message-header-subject, message-header-newsgroups)
6140         (message-header-other, message-header-name)
6141         (message-header-xheader, message-separator, message-cited-text)
6142         (message-mml): Remove "-face" suffix from face names.
6143         (message-header-to-face, message-header-cc-face)
6144         (message-header-subject-face, message-header-newsgroups-face)
6145         (message-header-other-face, message-header-name-face)
6146         (message-header-xheader-face, message-separator-face)
6147         (message-cited-text-face, message-mml-face):
6148         New backward-compatibility aliases for renamed faces.
6149         (message-font-lock-keywords): Use renamed message faces.
6150
6151         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
6152         (sieve-test-commands, sieve-tagged-arguments):
6153         Remove "-face" suffix from face names.
6154         (sieve-control-commands-face, sieve-action-commands-face)
6155         (sieve-test-commands-face, sieve-tagged-arguments-face):
6156         New backward-compatibility aliases for renamed faces.
6157         (sieve-control-commands-face, sieve-action-commands-face)
6158         (sieve-test-commands-face, sieve-tagged-arguments-face):
6159         Use renamed sieve faces.
6160
6161         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
6162         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
6163         (gnus-group-news-3-empty, gnus-group-news-4)
6164         (gnus-group-news-4-empty, gnus-group-news-5)
6165         (gnus-group-news-5-empty, gnus-group-news-6)
6166         (gnus-group-news-6-empty, gnus-group-news-low)
6167         (gnus-group-news-low-empty, gnus-group-mail-1)
6168         (gnus-group-mail-1-empty, gnus-group-mail-2)
6169         (gnus-group-mail-2-empty, gnus-group-mail-3)
6170         (gnus-group-mail-3-empty, gnus-group-mail-low)
6171         (gnus-group-mail-low-empty, gnus-summary-selected)
6172         (gnus-summary-cancelled, gnus-summary-high-ticked)
6173         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
6174         (gnus-summary-high-ancient, gnus-summary-low-ancient)
6175         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
6176         (gnus-summary-low-undownloaded)
6177         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
6178         (gnus-summary-low-unread, gnus-summary-normal-unread)
6179         (gnus-summary-high-read, gnus-summary-low-read)
6180         (gnus-summary-normal-read, gnus-splash):
6181         Remove "-face" suffix from face names.
6182         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6183         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6184         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6185         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6186         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6187         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6188         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6189         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6190         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6191         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6192         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6193         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6194         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6195         (gnus-summary-normal-ticked-face)
6196         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
6197         (gnus-summary-normal-ancient-face)
6198         (gnus-summary-high-undownloaded-face)
6199         (gnus-summary-low-undownloaded-face)
6200         (gnus-summary-normal-undownloaded-face)
6201         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6202         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6203         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6204         (gnus-splash-face):
6205         New backward-compatibility aliases for renamed faces.
6206         (gnus-group-startup-message): Use renamed gnus faces.
6207
6208         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
6209         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
6210         (gnus-server-agent): Remove "-face" suffix from face names.
6211         (gnus-server-agent-face, gnus-server-opened-face)
6212         (gnus-server-closed-face, gnus-server-denied-face)
6213         (gnus-server-offline-face):
6214         New backward-compatibility aliases for renamed faces.
6215         (gnus-server-agent-face, gnus-server-opened-face)
6216         (gnus-server-closed-face, gnus-server-denied-face)
6217         (gnus-server-offline-face): Use renamed gnus faces.
6218
6219         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
6220         Remove "-face" suffix from face names.
6221         (gnus-picon-xbm-face, gnus-picon-face):
6222         New backward-compatibility aliases for renamed faces.
6223
6224         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
6225         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
6226         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
6227         (gnus-cite-11): Remove "-face" suffix from face names.
6228         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
6229         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
6230         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
6231         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
6232         New backward-compatibility aliases for renamed faces.
6233         (gnus-cite-attribution-face, gnus-cite-face-list)
6234         (gnus-article-boring-faces): Use renamed gnus faces.
6235
6236         * gnus-art.el (gnus-signature, gnus-header-from)
6237         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
6238         (gnus-header-content): Remove "-face" suffix from face names.
6239         (gnus-signature-face, gnus-header-from-face)
6240         (gnus-header-subject-face, gnus-header-newsgroups-face)
6241         (gnus-header-name-face, gnus-header-content-face):
6242         New backward-compatibility aliases for renamed faces.
6243         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
6244
6245         * gnus-sum.el (gnus-summary-selected-face)
6246         (gnus-summary-highlight): Use renamed gnus faces.
6247         * gnus-group.el (gnus-group-highlight): Likewise.
6248
6249 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
6250
6251         * gnus-sieve.el (gnus-sieve-article-add-rule):
6252         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
6253         * spam-stat.el (spam-stat-buffer-change-to-spam)
6254         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
6255
6256         * message.el (message-is-yours-p):
6257         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
6258
6259 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * mm-view.el (mm-inline-text): Withdraw the last change.
6262
6263 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
6266         executing enriched-decode.
6267
6268 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
6271         charset of tar files.
6272
6273 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
6274
6275         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
6276
6277 2005-06-04  Lute Kamstra  <lute@gnu.org>
6278
6279         * nnfolder.el (nnfolder-read-folder): Make sure that undo
6280         information is never recorded.
6281
6282 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6283
6284         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
6285
6286 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * pop3.el (pop3-apop): Run md5 in the binary mode.
6289
6290         * starttls.el (starttls-set-process-query-on-exit-flag):
6291         Use eval-and-compile.
6292
6293 2005-05-31  Simon Josefsson  <jas@extundo.com>
6294
6295         * smime.el (smime-replace-in-string): Define.
6296         (smime-cert-by-ldap-1): Use it.
6297
6298 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * gnus-art.el (article-display-x-face): Replace
6301         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6302
6303         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
6304         set-process-query-on-exit-flag or process-kill-without-query.
6305
6306         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
6307         loop instead of replace-regexp.
6308
6309         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
6310         instead of process-kill-without-query if it is available.
6311
6312         * lpath.el: Fbind ldap-search-entries.
6313
6314         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
6315         instead of find-file-hooks if it is available.
6316
6317         * mml1991.el: Bind pgg-default-user-id when compiling.
6318
6319         * mml2015.el: Bind pgg-default-user-id when compiling.
6320
6321         * nndraft.el (nndraft-request-associate-buffer):
6322         Use write-contents-functions instead of write-contents-hooks if it is
6323         available.
6324
6325         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
6326         instead of find-file-hooks if it is available.
6327
6328         * nntp.el (nntp-open-connection): Replace
6329         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6330         (nntp-open-ssl-stream): Ditto.
6331         (nntp-open-tls-stream): Ditto.
6332
6333         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
6334         set-process-query-on-exit-flag or process-kill-without-query.
6335         (starttls-open-stream-gnutls): Use it instead of
6336         process-kill-without-query.
6337         (starttls-open-stream): Ditto.
6338
6339 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
6340
6341         * smime.el (smime-cert-by-ldap-1): Don't use
6342         replace-regexp-in-string.
6343
6344 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6345
6346         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6347
6348         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6349         in PEM format. Adjust to the XEmacs compability.
6350
6351 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6352
6353         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6354         by `string-to-number'.
6355         * gnus-agent.el (gnus-agent-regenerate-group)
6356         (gnus-agent-fetch-articles): Ditto.
6357         * gnus-art.el (gnus-button-fetch-group): Ditto.
6358         * gnus-cache.el (gnus-cache-generate-active)
6359         (gnus-cache-articles-in-group): Ditto.
6360         * gnus-group.el (gnus-group-set-current-level)
6361         (gnus-group-insert-group-line): Ditto.
6362         * gnus-score.el (gnus-score-set-expunge-below)
6363         (gnus-score-set-mark-below, gnus-summary-score-effect)
6364         (gnus-summary-score-entry): Ditto.
6365         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6366         (gnus-soup-pack): Ditto.
6367         * gnus-spec.el (gnus-xmas-format): Ditto.
6368         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6369         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6370         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6371         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6372         * nndb.el (nndb-get-remote-expire-response): Ditto.
6373         * nndiary.el (nndiary-parse-schedule-value)
6374         (nndiary-string-to-number, nndiary-request-replace-article)
6375         (nndiary-request-article): Ditto.
6376         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6377         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6378         * nneething.el (nneething-make-head): Ditto.
6379         * nnfolder.el (nnfolder-request-article)
6380         (nnfolder-retrieve-headers): Ditto.
6381         * nnheader.el (nnheader-file-to-number): Ditto.
6382         * nnkiboze.el (nnkiboze-request-article): Ditto.
6383         * nnmail.el (nnmail-process-unix-mail-format)
6384         (nnmail-process-babyl-mail-format): Ditto.
6385         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6386         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6387         (nnmh-request-create-group, nnmh-request-list-1)
6388         (nnmh-request-group, nnmh-request-article): Ditto.
6389         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6390         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6391         * nnsoup.el (nnsoup-make-active): Ditto.
6392         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6393         * nntp.el (nntp-find-group-and-number)
6394         (nntp-retrieve-headers-with-xover): Ditto.
6395         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6396         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6397         (pgg-format-key-identifier): Ditto.
6398         * pop3.el (pop3-last, pop3-stat): Ditto.
6399         * qp.el (quoted-printable-decode-region): Ditto.
6400
6401         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6402         of concat.
6403
6404 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6407
6408         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6409
6410         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6411
6412         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6413
6414         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6415
6416         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6417
6418         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6419         (gnus-carpal-mode): Ditto.
6420
6421         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6422         (gnus-browse-mode): Ditto.
6423
6424         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6425
6426         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6427
6428 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6429
6430         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6431
6432 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * gnus-util.el (gnus-run-mode-hooks): New function.
6435
6436         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6437
6438         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
6439         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
6440
6441 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6442
6443         * gnus-agent.el (gnus-agent-make-mode-line-string):
6444         Use mode-line-highlight as mouse-face.
6445
6446 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * canlock.el (canlock): Change the parent group to news.
6449
6450         * deuglify.el (gnus-outlook-deuglify): Add :group.
6451
6452         * dig.el (dig): Add :group.
6453
6454         * dns-mode.el (dns-mode): Add :group.
6455
6456         * encrypt.el (encrypt): Add :group.
6457
6458         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
6459         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
6460         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
6461         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
6462         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
6463
6464         * gnus-diary.el (gnus-diary): Add :group.
6465
6466         * gnus.el (gnus-group-news-1-face): Add :group.
6467         (gnus-group-news-1-empty-face): Ditto.
6468         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
6469         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
6470         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
6471         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
6472         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
6473         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
6474         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
6475         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
6476         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
6477         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
6478         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
6479         (gnus-summary-high-ticked-face): Ditto.
6480         (gnus-summary-low-ticked-face): Ditto.
6481         (gnus-summary-normal-ticked-face): Ditto.
6482         (gnus-summary-high-ancient-face): Ditto.
6483         (gnus-summary-low-ancient-face): Ditto.
6484         (gnus-summary-normal-ancient-face): Ditto.
6485         (gnus-summary-high-undownloaded-face): Ditto.
6486         (gnus-summary-low-undownloaded-face): Ditto.
6487         (gnus-summary-normal-undownloaded-face): Ditto.
6488         (gnus-summary-high-unread-face): Ditto.
6489         (gnus-summary-low-unread-face): Ditto.
6490         (gnus-summary-normal-unread-face): Ditto.
6491         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
6492         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6493
6494         * hashcash.el (hashcash): New custom group.
6495         (hashcash-default-payment): Add :group.
6496         (hashcash-payment-alist): Ditto.
6497         (hashcash-default-accept-payment): Ditto.
6498         (hashcash-accept-resources): Ditto.
6499         (hashcash-path): Ditto.
6500         (hashcash-extra-generate-parameters): Ditto.
6501         (hashcash-double-spend-database): Ditto.
6502         (hashcash-in-news): Ditto.
6503
6504         * message.el (message-minibuffer-local-map): Add :group.
6505
6506         * netrc.el (netrc): Add :group.
6507
6508         * sieve-manage.el (sieve-manage-log): Add :group.
6509         (sieve-manage-default-user): Diito.
6510         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6511         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6512         (sieve-manage-authenticators): Ditto.
6513         (sieve-manage-authenticator-alist): Ditto.
6514         (sieve-manage-default-port): Ditto.
6515
6516         * sieve-mode.el (sieve-control-commands-face): Add :group.
6517         (sieve-action-commands-face): Ditto.
6518         (sieve-test-commands-face): Ditto.
6519         (sieve-tagged-arguments-face): Ditto.
6520
6521         * smime.el (smime): Add :group.
6522
6523         * spam-report.el (spam-report): Add :group.
6524
6525         * spam.el (spam, spam-face): Add :group.
6526
6527 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528
6529         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6530         return \n.\n.\n at the end of articles.  Protect against that.
6531         (nntp-with-open-group): Allow debugging.
6532
6533         * nnheader.el (mail-header-set-extra): Make into a function
6534         because I just could't understand how to quote the list properly.
6535
6536         * dns.el (query-dns-cached): New function.
6537
6538 2005-05-26  Lute Kamstra  <lute@gnu.org>
6539
6540         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6541
6542 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6545
6546         * gnus-art.el: Don't autoload mail-extract-address-components.
6547
6548         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6549         eval-and-compile to evaluate it.
6550
6551         * hashcash.el: Don't autoload executable-find.
6552
6553         * nndb.el: Don't declare the nndb back end two or more times; don't
6554         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6555
6556         * nntp.el: Autoload format-spec instead of format; use
6557         eval-and-compile to evaluate autoload forms.
6558
6559 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6560
6561         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6562
6563 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6564
6565         * gnus.el (gnus-version-number): Bump version.
6566
6567 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6568
6569         * gnus.el: No Gnus v0.3 is released.
6570
6571 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6572
6573         * lpath.el (featurep): Bind show-nonbreak-escape.
6574
6575 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * gnus-art.el (gnus-article-edit-part): Disable undo.
6578
6579 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6582         gnus-article-date-lapsed-new-header is t if date timer is active;
6583         skip headers in which the original date value is empty.
6584         (gnus-article-save-original-date): Redefine it as a macro.
6585         (gnus-display-mime): Use it.
6586
6587 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * gnus-art.el (article-date-ut): Support converting date in
6590         forwarded parts as well.
6591         (gnus-article-save-original-date): New function.
6592         (gnus-display-mime): Use it.
6593
6594 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6595
6596         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6597         enclosure element of <item>.
6598
6599 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6600
6601         * message.el (message-kill-buffer-query): Renamed from
6602         `message-kill-buffer-query-if-modified'.  Added :version.
6603
6604 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6607         window layout.
6608
6609 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * mml.el: Autoload dnd when compiling.
6612
6613 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6614
6615         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6616         x-dnd-*.
6617
6618 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * qp.el (quoted-printable-encode-region): Save excursion.
6621
6622 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6623
6624         * message.el (message-kill-buffer-query-if-modified): Add new variable
6625         so the user can kill a modified message buffer quickly.
6626         (message-kill-buffer): Use it.
6627
6628 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * lpath.el: Fbind display-time-event-handler; don't fbind
6631         string-to-multibyte.
6632
6633         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6634
6635 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6638         contained in text because xml.el decodes entities) with LFs.
6639
6640 2005-04-11  Lute Kamstra  <lute@gnu.org>
6641
6642         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6643         differently.
6644
6645 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6646
6647         * mm-util.el (mm-detect-coding-region): Typo.
6648
6649 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6652
6653 2005-04-06  D Goel  <deego@gnufans.org>
6654
6655         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6656         user-function allow user modifications of the scores.
6657         (spam-stat-score-buffer-user): New function, to allow
6658         user-computed modifications to the score.
6659         (spam-stat-score-buffer-user-functions): list of additional
6660         scoring functions
6661         (spam-stat-error-holder): global temporary error holder
6662         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6663         variable
6664
6665 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6666
6667         * gnus-registry.el (gnus-registry-clean-empty-function)
6668         (gnus-registry-trim, gnus-registry-fetch-groups)
6669         (gnus-registry-delete-group): Groups that match
6670         `gnus-registry-ignored-groups' are removed from the registry
6671         entries, not just ignored for splitting.  This helps clean up the
6672         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6673         to get all the groups a message ID is in.
6674
6675         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6676         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6677         (spam-stat-score-buffer-user-functions): Add :number custom type.
6678
6679 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6682         argument in XEmacs.
6683
6684         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6685         (nnrss-request-group): Decode group name first.
6686         (nnrss-request-article): Make a text/plain article if mml-to-mime
6687         failed.
6688         (nnrss-get-encoding): Return a compatible encoding according to
6689         nnrss-compatible-encoding-alist.
6690         (nnrss-find-el): Use consp instead of listp.
6691         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6692
6693 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6696         which Emacs 20 doesn't support.
6697         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6698
6699 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6700
6701         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6702         silence the byte compiler inside the defun
6703
6704         * gnus-demon.el (parse-time-string): Add autoload.
6705
6706         * gnus-delay.el (parse-time-string): Add autoload.
6707
6708         * gnus-art.el (parse-time-string): Add autoload.
6709
6710         * nnultimate.el (parse-time): Require for `parse-time-string'.
6711
6712 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6715
6716         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6717
6718         * smime.el (smime-ldap-host-list): Add :version.
6719
6720 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6721
6722         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6723         pass it to `gnus-browse-read-group'.
6724         (gnus-browse-read-group): Add NUMBER argument and pass it to
6725         `gnus-group-read-ephemeral-group'.
6726
6727         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6728         argument and pass it to `gnus-group-read-group'.
6729
6730 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6731
6732         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6733         mm-xemacs-find-mime-charset-1 if we have the mule feature
6734         available at runtime.
6735
6736 2005-03-25  Werner Lemberg  <wl@gnu.org>
6737
6738         * nnmaildir.el: Replace `illegal' with `invalid'.
6739
6740 2005-03-23  Lute Kamstra  <lute@gnu.org>
6741
6742         * time-date.el: Add comment on time value formats.
6743         Don't require parse-time.
6744         (with-decoded-time-value): New macro.
6745         (encode-time-value): New function.
6746         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6747         (days-to-time): Return a valid time value when arg is huge.
6748         (time-since): Use time-subtract.
6749         (time-to-number-of-days): Use time-to-seconds.
6750
6751 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6752
6753         * gnus-start.el (gnus-display-time-event-handler):
6754         Check display-time-timer at runtime rather than only at load time
6755         in case display-time-mode is turned off in the mean time.
6756
6757 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6758
6759         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6760         used.
6761
6762         * nneething.el (nneething-map-file-directory): Derive from
6763         `gnus-directory'.
6764
6765         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6766         the To/Cc button.
6767
6768 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6769
6770         * nnmaildir.el (nnmaildir-request-accept-article):
6771         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6772
6773 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6774
6775         * gnus-async.el: Require timer-funcs at compile time when in
6776         XEmacs for `run-with-idle-timer'.
6777
6778 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6779
6780         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6781         autoloaded function.
6782
6783 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6784
6785         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6786
6787 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6788
6789         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6790
6791 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6792
6793         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6794         gnus-expert-user to default.
6795
6796 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6797
6798         * nnimap.el (nnimap-open-server): Ditto.
6799
6800         * imap.el (imap-authenticate): Fix typo.
6801
6802 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6803
6804         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6805         buffer (since IMAP server might return FETCH response out of
6806         order, and the nntp buffer must be sorted).
6807
6808 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6809
6810         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6811         comparison on string.
6812
6813         * gnus-agent.el (gnus-agent-long-article,
6814         gnus-agent-short-article, gnus-agent-score): Renamed category
6815         keywords to match gnus-cus.
6816         (gnus-agent-summary-fetch-series): Modified to protect against
6817         gnus-agent-summary-fetch-group clearing processable flags.
6818         (gnus-agent-synchronize-group-flags): Update live group buffer as
6819         synchronization may occur due to the user toggle the plugged
6820         status.
6821         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6822         successfully downloaded.
6823         (gnus-agent-expire-group-1): Avoid using markers when the overview
6824         is in ascending order; greatly improves performance.
6825         (gnus-agent-regenerate-group): Use
6826         gnus-agent-synchronize-group-flags to reset read status in both
6827         gnus and server.
6828         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6829
6830 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6831
6832         * message.el: Don't autoload former message-utils variables.
6833         (message-strip-subject-trailing-was): Change doc string.
6834
6835         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6836         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6837         (nnweb-google-search): Add "hl=en" here.
6838         (nnweb-google-parse-1, nnweb-google-create-mapping):
6839         Don't hardcode URL.
6840
6841 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6842
6843         * message.el (message-get-reply-headers, message-followup):
6844         Mention related variables `message-use-followup-to' and
6845         `message-use-mail-followup-to', in the information buffer.
6846
6847         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6848         of broken groups(-beta).google.com.
6849
6850 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6851
6852         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6853         parameter to invoked gnus-request-move-article; remove the
6854         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6855         all at once instead of once per article.
6856         (gnus-summary-remove-process-mark): Accept a list of articles as
6857         well as a single article for processing.
6858
6859         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6860         parameter.
6861
6862         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6863
6864         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6865
6866         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6867         parameter.
6868
6869         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6870         parameter.
6871
6872         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6873         parameter and remove the gnus-sum-hint-move-is-internal variable.
6874
6875         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6876         parameter.
6877
6878         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6879         parameter.
6880
6881         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6882         parameter.
6883
6884         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6885
6886         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6887         parameter.
6888
6889         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6890         parameter.
6891
6892 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6893
6894         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6895         a more conservative way.
6896
6897 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6898
6899         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6900         buffer, so it moves the window's cursor.
6901
6902 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6903
6904         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6905         `mm-dissect-multipart' and receive the from field as an (optional)
6906         argument from `mm-dissect-multipart'.
6907         (mm-dissect-multipart): Receive the from field as an argument and
6908         pass it on when we call `mm-dissect-buffer' on MIME parts.
6909         Fixes verification/decryption of signed/encrypted MIME parts.
6910
6911 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6912
6913         * gnus-sum.el (gnus-summary-move-article): Set
6914         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6915         whatever it calls (right now, only nnimap-request-move article
6916         respects it).
6917
6918         * nnimap.el (nnimap-request-move-article): When
6919         gnus-sum-hint-move-is-internal is set, don't do the extra
6920         nnimap-request-article.
6921
6922 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6925
6926         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6927         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6928
6929         * gnus-sum.el (gnus-summary-caesar-message):
6930         Apply `gnus-treat-article' after rotation.
6931
6932         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6933         doc string.
6934
6935 2005-02-22  Simon Josefsson  <jas@extundo.com>
6936
6937         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6938         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6939         <arne@arnested.dk>.
6940         (encrypt): Add password-cache and password-cache-expiry as group
6941         members.
6942
6943 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6944
6945         * smime.el (smime-ldap-host-list): Doc fix.
6946         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6947         cache) password.
6948         (smime-sign-region): Use it.
6949         (smime-decrypt-region): Use it.
6950         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6951         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6952         fails.
6953         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6954         certificate from DER to PEM format rather than calling openssl.
6955
6956         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6957
6958         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6959         for signing/encryption.
6960
6961         * mml.el (mml-parse-1): Use them.
6962
6963 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6964
6965         * nnrss.el (nnrss-verbose): Removed.
6966         (nnrss-request-group): Use `nnheader-message' instead.
6967
6968 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6969
6970         * nnrss.el (nnrss-verbose): New variable.
6971         (nnrss-request-group): Make it say nnrss is requesting a group.
6972
6973 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6974
6975         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6976         Handle news URL with given port correctly.
6977
6978 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6981         containing special characters.
6982
6983         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6984
6985         * mml.el (mime-to-mml): Ditto.
6986
6987         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6988         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6989         (rfc2047-decode-region): Quote decoded words containing special
6990         characters when rfc2047-quote-decoded-words-containing-tspecials
6991         is non-nil.
6992
6993 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6994
6995         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6996
6997         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6998
6999 2005-02-15  Simon Josefsson  <jas@extundo.com>
7000
7001         * nnimap.el (nnimap-debug): Doc fix.
7002
7003         * imap.el (imap-debug): Doc fix.
7004
7005 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
7008
7009 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7010
7011         * gnus.el (spam-contents): Improve docs for spam-contents
7012         parameter in its variable incarnation.
7013
7014 2005-02-14  Simon Josefsson  <jas@extundo.com>
7015
7016         * smime-ldap.el: Use require instead of load-library for ldap.
7017         (smime-ldap-search): Indent.
7018         (smime-ldap-search-internal): Shorten line.
7019
7020         * smime.el (smime-cert-by-dns): Add doc-string.
7021         (smime-cert-by-ldap-1): Indent.
7022
7023         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
7024         mml-smime-get-dns-ldap.
7025         (mml-smime-encrypt-query): Use new function.  Default to ldap.
7026
7027 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7028
7029         * smime.el: Require smime-ldap.
7030         (smime-ldap-host-list): New variable.
7031         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
7032
7033         * mml-smime.el (mml-smime-encrypt-query): New function.
7034         (mml-smime-encrypt-query): Use it.
7035
7036         * smime-ldap.el: New file.
7037
7038 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
7041
7042 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7043
7044         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
7045         argument in doc string.  Make query for type more clear.
7046
7047 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7048
7049         * gnus.el (gnus-group-startup-message): Search for gnus images in
7050         etc/images/gnus.
7051         * mm-util.el (mm-image-load-path): Likewise.
7052         * smiley.el (smiley-data-directory): Search for smilies in
7053         etc/images/smilies.
7054
7055 2005-02-09  Kim F. Storm  <storm@cua.dk>
7056
7057         Change Emacs release version from 21.4 to 22.1 throughout.
7058         Change Emacs development version from 21.3.50 to 22.0.50.
7059
7060 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
7063
7064         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
7065         non-Mule XEmacs as well.
7066         (mm-decompress-buffer): Signal an error intentionally if it does
7067         not decompress compressed data because auto-compression-mode is
7068         disabled.
7069
7070 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
7071
7072         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
7073         an ID in the registry even if it has no groups.
7074
7075 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
7078         merge it into mm-decompress-buffer.
7079         (gnus-mime-copy-part): Use the MIME part charset, the value which
7080         a user specified or gnus-newsgroup-charset for decoding, like
7081         gnus-mime-inline-part does; set buffer-file-coding-system to tell
7082         save-buffer what was used.  Suggested by Kevin Ryde
7083         <user42@zip.com.au>.
7084         (gnus-mime-inline-part): Allow the name parameter as well as the
7085         filename parameter; force decompressing of compressed data; always
7086         display contents being not decoded as unibyte.
7087
7088         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
7089         as well as the filename parameter.
7090
7091         * mm-util.el (mm-decompress-buffer): Merge
7092         gnus-mime-jka-compr-maybe-uncompress.
7093         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
7094         of compressed data.
7095
7096 2005-02-08  Simon Josefsson  <jas@extundo.com>
7097
7098         * imap.el (imap-log): Doc fix.
7099
7100 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
7103         the coding cookies; decompress compressed parts.
7104
7105         * mml.el (mml-generate-mime-1): Add the charaset parameter according
7106         to the value which a user specified manually or the coding cookie.
7107
7108         * mm-util.el (mm-string-to-multibyte): New function.
7109         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
7110         (mm-coding-system-to-mime-charset): New function.
7111         (mm-decompress-buffer): New function.
7112         (mm-find-buffer-file-coding-system): New function.
7113
7114         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
7115         (mm-display-inline-fontify): Rewrite for decoding and decompressing
7116         parts.
7117
7118 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7119
7120         * mm-view.el (mm-display-inline-fontify): Decode a part according
7121         to the charset parameter.
7122
7123 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
7126         prefix arg is neither nil nor a number, as info specifies.
7127
7128 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
7131         timestamps.
7132
7133 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
7134
7135         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
7136         groups error checking and notify user.
7137
7138 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
7139
7140         * message.el (message-send-mail-function): Check existence of
7141         sendmail-program first before using default value
7142         `message-send-mail-with-sendmail'.  Otherwise use more generic
7143         `smtpmail-send-it'.
7144
7145 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * nntp.el (nntp-request-update-info): Always return nil.
7148
7149 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7150
7151         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
7152
7153 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7154
7155         * message.el (message-beginning-of-line): Change the behavior when
7156         invoked between BOL and : so that it first moves backward.
7157
7158 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
7161         article buffer when editing of the article is discarded.
7162         (gnus-article-prepare): Revert.
7163
7164 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * gnus-art.el (gnus-article-prepare):
7167         Remove message-strip-forbidden-properties from the local hook.
7168
7169 2005-01-27  Simon Josefsson  <jas@extundo.com>
7170
7171         * password.el (password-cache-add): Only start one timer per key.
7172         Reported by Derek Atkins <warlord@MIT.EDU>.
7173
7174 2005-01-26  Steve Youngs  <steve@sxemacs.org>
7175
7176         * run-at-time.el: Removed.  It is no longer needed as
7177         timer-funcs.el in the xemacs-base package has a working version of
7178         `run-at-time'.
7179
7180         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
7181
7182         * password.el: Require timer-funcs instead of run-at-time in
7183         XEmacs.
7184         Remove `password-run-at-time' macro.
7185         (password-cache-add): Use `run-at-time' instead of
7186         `password-run-at-time'.
7187
7188         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
7189         Remove `nnheader-cancel-function-timers' alias,
7190         `cancel-function-timers' exists in XEmacs in timer-funcs.
7191
7192         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
7193         for `run-with-idle-timer'.
7194
7195         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
7196         for `run-at-time'.
7197
7198         * mm-url.el: Require timer-funcs at compile time when in XEmacs
7199         for `with-timeout'.
7200
7201         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
7202         the same as for XEmacs 21.4.
7203         No need to ignore `run-with-idle-timer', this function exists in
7204         XEmacs now in timer-funcs.el in the xemacs-base package.
7205         (dgnushack-compile): No need to delete
7206         run-at-time.el from the list of files to compile because it
7207         doesn't exist anymore.
7208
7209 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * mml.el (mml-generate-mime-1): Convert string into unibyte when
7212         inserting " *mml*" buffer's contents into a unibyte temp buffer.
7213
7214 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
7215
7216         * mail-source.el (mail-source-fetch-imap): Search for ^From case
7217         sensitively.
7218
7219 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
7220
7221         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
7222
7223 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
7226         which will be inserted according to the multibyteness of a buffer
7227         rather than the type of contents.  Suggested by ARISAWA Akihiro
7228         <ari@mbf.ocn.ne.jp>.
7229
7230         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
7231         of string which old xml.el may return rather than a string.
7232
7233 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
7236
7237 2005-01-16  Simon Josefsson  <jas@extundo.com>
7238
7239         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
7240         idn/idna.el isn't available.
7241         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
7242         <michael@waxrat.com>.
7243
7244         * hashcash.el: Remove non-FSF copyright header.
7245
7246         * hashcash.el (hashcash-extra-generate-parameters): New variable.
7247         (hashcash-generate-payment): Use it.
7248         (hashcash-generate-payment-async): Use it.
7249
7250 2005-01-15  Simon Josefsson  <jas@extundo.com>
7251
7252         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
7253         Suggested by Raymond Scholz <ray-2005@zonix.de>.
7254
7255         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
7256         gnus-summary-idna-message.
7257         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
7258         (gnus-summary-idna-message): New function.
7259
7260 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7261
7262         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
7263         gnus-novice-user.
7264
7265 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * nnrss.el (nnrss-request-delete-group): Delete entries in
7268         nnrss-group-alist as well.
7269         (nnrss-save-server-data): Insert newline.
7270
7271 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         * gnus.el (gnus-user-agent): Use list of symbols instead of
7274         symbols.  Display full version number for (S)XEmacs.  Optionally
7275         display (S)XEmacs codename.
7276
7277         * gnus-util.el (gnus-emacs-version): Update for new
7278         `gnus-user-agent'.
7279
7280         * gnus-msg.el (gnus-extended-version): Make it possible to omit
7281         Gnus version.
7282
7283 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7284
7285         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
7286         which is unreadable in some setups.
7287
7288 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * gnus-spec.el (gnus-update-format-specifications): Flush the
7291         group format spec cache if it doesn't support decoded group names.
7292
7293 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7294
7295         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
7296         to apply decay on score files matching a regexp.
7297
7298 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
7301         compatibility in %g and %c.
7302
7303 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
7306         name for only %g and %c.
7307         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
7308         of gnus-tmp-group to decoded group name.
7309         (gnus-group-make-rss-group): Exclude `/'s from group names.
7310
7311 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * nnrss.el (nnrss-get-encoding): Fix regexp.
7314
7315 2004-12-27  Simon Josefsson  <jas@extundo.com>
7316
7317         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
7318         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
7319         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
7320
7321 2004-12-17  Kim F. Storm  <storm@cua.dk>
7322
7323         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
7324
7325         * gnus-sum.el (gnus-summary-mode-map): Likewise.
7326
7327 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7328
7329         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
7330
7331 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * nnrss.el: Require rfc2047 and mml.
7334         (nnrss-file-coding-system): New variable.
7335         (nnrss-format-string): Redefine it as an inline function.
7336         (nnrss-decode-group-name): New function.
7337         (nnrss-string-as-multibyte): Remove.
7338         (nnrss-retrieve-headers): Decode group name; don't use
7339         nnrss-format-string.
7340         (nnrss-request-group): Decode group name.
7341         (nnrss-request-article): Decode group name; allow a Message-ID as
7342         well as an article number; don't use nnrss-format-string; encode a
7343         Message-ID string which may contain non-ASCII characters; use
7344         mml-to-mime to compose a MIME article.
7345         (nnrss-request-expire-articles): Decode group name.
7346         (nnrss-request-delete-group): Decode group name.
7347         (nnrss-fetch): Clarify error message.
7348         (nnrss-read-server-data): Use insert-file-contents instead of load;
7349         bind file-name-coding-system; use multibyte buffer.
7350         (nnrss-save-server-data): Bind coding-system-for-write to the
7351         value of nnrss-file-coding-system; bind file-name-coding-system;
7352         add coding cookie.
7353         (nnrss-read-group-data): Use insert-file-contents instead of load;
7354         bind file-name-coding-system; use multibyte buffer.
7355         (nnrss-save-group-data): Bind coding-system-for-write to the
7356         value of nnrss-file-coding-system; bind file-name-coding-system.
7357         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7358         make it work with non-ASCII text.
7359         (nnrss-find-el): Make it work with old xml.el as well.
7360
7361 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7362
7363         * nnrss.el (nnrss-get-encoding): New function.
7364         (nnrss-fetch): Use unibyte buffer initially; bind
7365         coding-system-for-read while performing mm-url-insert; remove ^Ms;
7366         decode contents according to the encoding attribute.
7367         (nnrss-save-group-data): Add coding cookie.
7368         (nnrss-mime-encode-string): New function.
7369         (nnrss-check-group): Use it to encode subject and author.
7370
7371 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
7372
7373         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7374         imaginary variable.
7375
7376 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7379         correctly even if there are wide characters.
7380
7381 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7382
7383         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7384         downcased symbol names; make a new cache instead of reusing
7385         bbdb-hashtable.
7386
7387 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7390         concatenating segments rather than before concatenating them.
7391         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7392
7393         * message.el (message-get-reply-headers): Bind `extra'.
7394
7395 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7396
7397         * message.el (message-extra-wide-headers): New variable.
7398         (message-get-reply-headers): Use it.
7399
7400 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * gnus-agent.el (gnus-agent-group-path): Decode group name.
7403         (gnus-agent-group-pathname): Ditto.
7404
7405         * gnus-cache.el (gnus-cache-file-name): Decode group name.
7406
7407         * gnus-group.el (gnus-group-make-group): Decode group name.
7408         (gnus-group-make-rss-group): Register the group data after opening
7409         the nnrss group.
7410
7411 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
7412
7413         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7414         by expiry now get marked as read.
7415
7416 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7419
7420 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
7421
7422         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7423         unify Latin characters in XEmacs.
7424         (mm-find-mime-charset-region): Use it.
7425
7426 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * gnus-util.el (gnus-delete-directory): New function.
7429
7430         * gnus-agent.el (gnus-agent-delete-group): Use it.
7431
7432         * gnus-cache.el (gnus-cache-delete-group): Use it.
7433
7434 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7437         names.
7438
7439 2004-12-16  Simon Josefsson  <jas@extundo.com>
7440
7441         * hashcash.el (hashcash-payment-alist): Fix custom :type.
7442
7443 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7446
7447         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7448         (gnus-group-set-current-level): Decode group name.
7449
7450 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
7451
7452         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7453         failed.
7454
7455 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * gnus-group.el (gnus-group-delete-group): Decode group name.
7458         (gnus-group-make-rss-group): Encode group name.
7459         (gnus-group-catchup-current): Decode group name.
7460         (gnus-group-kill-group): Decode group name.
7461
7462 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7463
7464         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7465
7466 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * gnus-group.el (gnus-group-make-rss-group):
7469         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7470
7471         * gnus-start.el (gnus-setup-news): Honor user's setting to
7472         gnus-message-archive-method.  Suggested by Lute Kamstra
7473         <lute@gnu.org>.
7474
7475 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
7476
7477         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7478         global counterparts of the buffer-local variables.
7479
7480 2004-11-16  Romain Francoise  <romain@orebokech.com>
7481
7482         * gnus-sum.el (gnus-summary-exit): Don't clear the global
7483         counterparts of the buffer-local variables.
7484
7485 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7486
7487         * message.el (message-forbidden-properties): Fixed typo in doc
7488         string.
7489
7490 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7491
7492         * gnus-util.el (gnus-replace-in-string): Added doc string.
7493
7494         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7495         to avoid problems when splitting mails with many recipients.
7496
7497 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7498
7499         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7500         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7501
7502 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7503
7504         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7505         if there is no hashtable in memory or file modification time is
7506         newer than cached timestamp.
7507
7508 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7509
7510         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7511         not-matching option.
7512
7513 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7514
7515         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7516         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7517         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7518         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7519         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7520         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7521
7522 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7523
7524         * message.el (message-forward-make-body-mml): Remove headers
7525         according to message-forward-ignored-headers if a message is decoded.
7526
7527 2004-12-02  Romain Francoise  <romain@orebokech.com>
7528
7529         * message.el (message-forward-make-body-plain): Always remove
7530         headers according to message-forward-ignored-headers.
7531
7532 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7533
7534         * spam.el (spam-summary-prepare-exit): Remove the
7535         gnus-summary-limit pop for now, it has problems with ham marks for
7536         me.
7537
7538 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7539
7540         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7541         correctly.
7542
7543 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7544
7545         * format-spec.el (format-spec): Message the char.
7546
7547 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7548
7549         * gnus-art.el (gnus-split-methods): Reformat comments.
7550
7551         * spam.el (spam-summary-prepare-exit): Remove article limits
7552         before exiting the summary buffer.
7553
7554 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7557         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7558
7559         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7560         order to silence the byte compiler.
7561
7562         * spam.el: Fix the way to silence the byte compiler, which
7563         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7564         bbdb-search-simple, spam-BBDB-register-routine,
7565         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7566         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7567         spam-stat-buffer-is-spam, spam-stat-load,
7568         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7569         spam-stat-save and spam-stat-split-fancy.
7570
7571 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7574         which may confuse users.
7575         (canlock-password-for-verify): Ditto.
7576
7577         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7578
7579         * gnus-art.el (gnus-emphasis-alist): Ditto.
7580
7581         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7582
7583         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7584
7585         * gnus-start.el (gnus-save-killed-list): Ditto.
7586
7587         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7588         (gnus-sum-thread-tree-root): Ditto.
7589         (gnus-sum-thread-tree-false-root): Ditto.
7590         (gnus-sum-thread-tree-single-indent): Ditto.
7591
7592         * message.el (message-courtesy-message): Ditto.
7593         (message-archive-note): Ditto.
7594         (message-subscribed-address-file): Ditto.
7595         (message-user-fqdn): Ditto.
7596
7597         * spam-report.el (spam-report-gmane-regex): Ditto.
7598
7599         * spam.el (spam-blackhole-good-server-regex): Ditto.
7600
7601 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * mml.el (mml-preview): Widen the message buffer before copying
7604         the contents to the preview buffer; sort headers before previewing.
7605
7606         * message.el (message-hidden-headers): Fix the way to avoid a bug
7607         in the `repeat' widget in Emacs 21.3 or earlier.
7608
7609 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * message.el (message-hidden-headers): Default to "^References:".
7612         Improve customization type.  Suggested by Reiner Steib
7613         <Reiner.Steib@gmx.de>.
7614
7615 2004-11-25  Romain Francoise  <romain@orebokech.com>
7616
7617         * message.el (message-strip-forbidden-properties): Remove check for
7618         obsolete `message-hidden' text property, hidden headers are not
7619         accessible in the buffer anymore.
7620
7621 2004-11-22  Romain Francoise  <romain@orebokech.com>
7622
7623         * message.el (message-header-format-alist): Add `From' in list
7624         so that it can be sorted.
7625         (message-fix-before-sending): Widen and sort headers before
7626         sending.
7627         (message-hide-headers): Use narrowing to hide headers by moving
7628         them to the top of the buffer and narrowing to the region
7629         underneath.
7630
7631 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7632
7633         * message.el (message-strip-forbidden-properties): Bind
7634         buffer-read-only (etc) to nil.
7635
7636 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7639         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7640
7641 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7642
7643         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7644
7645 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7646
7647         * dns.el (query-dns): Use sit-for to time instead of
7648         accept-process-output, since that doesn't seem to work on udp
7649         sockets.
7650
7651 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7654
7655 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7656
7657         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7658         doc string.  Improve doc string.
7659
7660 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * nntp.el (nntp-request-update-info): Return nil if
7663         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7664         may not call gnus-activate-group which uselessly issues the GROUP
7665         commands for all nntp groups and wastes time.  Reported by Romain
7666         Francoise <romain@orebokech.com>.
7667
7668         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7669
7670 2004-11-15  Simon Josefsson  <jas@extundo.com>
7671
7672         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7673         headers separately.
7674         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7675         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7676
7677 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7678
7679         * gnus-start.el (gnus-convert-old-newsrc):
7680         Assign legacy-gnus-agent to 5.10.7.
7681
7682 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7683
7684         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7685         start of the lines.
7686
7687 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7688
7689         * hashcash.el (hashcash-default-payment): Change default to 20
7690         (hashcash-default-accept-payment): Change default to 20
7691         (hashcash-process-alist): New variable
7692         (hashcash-generate-payment-async): Add
7693         (hashcash-already-paid-p): Add
7694         (hashcash-insert-payment): Don't generate payments twice
7695         (hashcash-insert-payment-async): Add
7696         (hashcash-insert-payment-async-2): Add
7697         (hashcash-cancel-async): Add
7698         (hashcash-wait-async): Add
7699         (hashcash-processes-running-p): Add
7700         (hashcash-wait-or-cancel): Add
7701         (mail-add-payment): New optional argument.  Conditionally start
7702         asynchronous calculation.
7703         (mail-add-payment-async): Add
7704
7705         * message.el (message-send-mail): Wait for asynchronous hashcash
7706         results.  Don't clobber existing X-Hashcash headers.
7707         (message-setup-1): Call mail-add-payment-async when
7708         message-generate-hashcash is non-nil.
7709
7710 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7711
7712         * message.el (message-use-alternative-email-as-from): Examine the
7713         From header as well; use message-make-from in order to include a
7714         user's full name.
7715
7716 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7719         default; improve customization type.
7720         (gnus-emphasis-custom-with-format): New macro.
7721         (gnus-emphasis-custom-value-to-external): New function.
7722         (gnus-emphasis-custom-value-to-internal): New function.
7723
7724 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7725
7726         * dns.el (query-dns): Resolve reverse addresses.
7727
7728 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * gnus-group.el (gnus-group-get-new-news): Use it.
7731
7732         * gnus-start.el (gnus-check-reasonable-setup): New function.
7733
7734 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7737         "Args out of range" error.  Reported by Arnaud Giersch
7738         <arnaud.giersch@free.fr>.
7739
7740 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7741
7742         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7743
7744 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7745
7746         * spam.el (spam group): Add :version.
7747
7748         * pgg-def.el (pgg group): Add :version.
7749
7750 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * gnus-art.el (gnus-article-edit-article): Don't associate the
7753         article buffer with a draft file.  This is a temporary measure
7754         against the 2004-08-22 change to gnus-article-edit-mode.
7755
7756 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7759         (html2text-format-tags): Remove unused variable `attr'.
7760
7761 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7764
7765         * tls.el (tls-process-connection-type, tls-success)
7766         (tls-certtool-program): Add :version.
7767
7768         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7769         (starttls-extra-arguments, starttls-process-connection-type)
7770         (starttls-connect, starttls-failure, starttls-success):
7771
7772         * spam-stat.el (spam-stat): Add :version.
7773
7774         * sieve.el (sieve): Add :version.
7775
7776         * sha1.el (sha1): Add :version.
7777         (sha1-use-external): Remove redundant version.
7778
7779         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7780         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7781         (nnmail-split-fancy-match-partial-words)
7782         (nnmail-split-lowercase-expanded): Add :version.
7783
7784         * nndiary.el (nndiary): Add :version.
7785
7786         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7787
7788         * mml-sec.el (mml-default-sign-method)
7789         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7790         Add :version.
7791
7792         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7793
7794         * mm-url.el (mm-url-use-external, mm-url-program)
7795         (mm-url-arguments): Add :version.
7796
7797         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7798         (mm-attachment-file-modes, mm-decrypt-option)
7799         (mm-w3m-safe-url-regexp): Add :version.
7800
7801         * message.el (message-cite-prefix-regexp)
7802         (message-sendmail-envelope-from, message-minibuffer-local-map)
7803         (message-user-fqdn, message-completion-alist): Add :version.
7804
7805         * gnus-win.el (gnus-configure-windows-hook)
7806         (gnus-use-frames-on-any-display): Add :version.
7807
7808         * gnus-art.el (gnus-article-address-banner-alist)
7809         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7810         (gnus-treat-from-picon, gnus-treat-mail-picon)
7811         (gnus-treat-x-pgp-sig): Add :version.
7812
7813         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7814         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7815         (gnus-summary-article-delete-hook)
7816         (gnus-summary-display-while-building): Add :version.
7817
7818         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7819         (gnus-get-top-new-news-hook):Add :version.
7820
7821         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7822         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7823
7824         * gnus-registry.el (gnus-registry): Add :version.
7825
7826         * gnus-spec.el (gnus-use-correct-string-widths)
7827         (gnus-make-format-preserve-properties): Add :version.
7828
7829         * gnus.el (gnus-group-charter-alist)
7830         (gnus-group-fetch-control-use-browse-url)
7831         (gnus-install-group-spam-parameters): Add :version.
7832
7833         * gnus-diary.el (gnus-diary): Add :version.
7834
7835         * gnus-delay.el (gnus-delay): Add :version.
7836
7837         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7838         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7839         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7840         Add :version.
7841
7842         * gnus-agent.el (gnus-agent-max-fetch-size)
7843         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7844         (gnus-agent-prompt-send-queue): Add :version.
7845
7846         * deuglify.el (gnus-outlook-deuglify): Add :version.
7847
7848         * html2text.el: Beautify code.  Improve doc strings.  Some
7849         checkdoc cleanup.
7850         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7851
7852 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7853
7854         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7855
7856 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7857
7858         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7859         when package is loaded.
7860
7861         * spam.el (spam-summary-score-preferred-header): Add global preference
7862         for people who want to override the default SpamAssassin over
7863         Bogofilter preference (when both are set).
7864         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7865         (spam-user-format-function-S): Check
7866         spam-summary-score-preferred-header.
7867         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7868         (spam-user-format-function-S): Format the score correctly.
7869
7870 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7873         signature file.  Suggested by Manoj Srivastava
7874         <srivasta@golden-gryphon.com>.
7875
7876         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7877         iso-2022-jp even in the Japanese language environment.
7878         Suggested by Jason Rumney <jasonr@gnu.org>.
7879
7880 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7883         use the same characters as the dummy marks; make it free from
7884         getting affected by the language environment.
7885         (gnus-summary-read-group-1): Update mark positions only when the
7886         format spec is updated.
7887
7888         * gnus-spec.el (gnus-update-format-specifications): Return a list
7889         of updated types.
7890
7891 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7894         of boundp to check if display-warning is available.
7895
7896 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7897
7898         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7899
7900 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * nnspool.el (nnspool-spool-directory): Use news-path if the
7903         news-directory variable is not bound.
7904
7905         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7906         function instead of display-warning if it is not available.
7907
7908 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7909
7910         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7911         v5-10: Use `point-at-bol'.
7912
7913 2004-10-26  Simon Josefsson  <jas@extundo.com>
7914
7915         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7916         <chenggao@gmail.com>.
7917
7918 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7919
7920         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7921         instead.
7922
7923 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7924
7925         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7926         to remove a server from the nnimap-server-buffer-alist.
7927         (nnimap-open-connection, nnimap-close-server): Use it.
7928
7929         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7930
7931 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7934         running the major-mode function.
7935
7936 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7939         dummy marks in the right way.
7940
7941 2004-10-18  David Edmondson  <dme@dme.org>
7942
7943         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7944         excessively.
7945
7946 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7947
7948         * gnus-util.el (gnus-split-references): Accept a nil references
7949         string and go on blissfully.
7950
7951         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7952         cases where the references string is non-nil but has no references.
7953
7954         * encrypt.el: Add autoload tags.
7955
7956         * spam.el (spam-resolve-registrations-routine): Remove article
7957         from unregistration list too.  Reported by David Hanak
7958         <dhanak@isis.vanderbilt.edu>
7959
7960 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7963         nil.  Changed custom type.
7964
7965 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7966
7967         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7968
7969         * gnus-sum.el (gnus-summary-move-article): Use it.
7970
7971 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7972
7973         * encrypt.el: Add autoload cookies.
7974
7975         * spam.el (spam-backend-article-list-property)
7976         (spam-backend-get-article-todo-list)
7977         (spam-backend-put-article-todo-list, )
7978         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7979         Resolve registrations separately.
7980         (spam-register-routine): Format comments.
7981         (spam-unregister-routine, spam-register-routine): Always call with
7982         specific-articles, no default list.
7983         (spam-summary-prepare-exit): Use the spam-classifications function.
7984
7985         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7986         gnus-encrypt.el.
7987
7988         * encrypt.el: copied from gnus-encrypt.el
7989
7990         * gnus-encrypt.el: commented that it's obsolete
7991
7992 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7995         (gnus-score-save): Use it.
7996
7997         * message.el (message-bury): Use `window-dedicated-p'.
7998
7999 2004-10-15  Simon Josefsson  <jas@extundo.com>
8000
8001         * pop3.el (top-level): Don't require nnheader.
8002         (pop3-read-timeout): Add.
8003         (pop3-accept-process-output): Add.
8004         (pop3-read-response, pop3-retr): Use it.
8005
8006 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
8007
8008         * spam.el (spam-register-routine): Move comment.
8009         (spam-verify-bogofilter): Use 'unknown for the initial
8010         spam-bogofilter-valid state, not 'never.
8011
8012         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
8013         for netrc-machine.
8014
8015         * nnimap.el (nnimap-open-connection): Use
8016         netrc-machine-user-or-password.
8017
8018 2004-10-17  Richard M. Stallman  <rms@gnu.org>
8019
8020         * gnus-registry.el (gnus-registry-unload-hook):
8021         Set as a variable with add-hook.
8022
8023         * nnspool.el (nnspool-spool-directory): Use news-directory instead
8024         of news-path.
8025
8026         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
8027
8028         * spam.el: Delete duplicate `provide'.
8029         (spam-unload-hook): Set as a variable with add-hook.
8030
8031 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8032
8033         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
8034         in the doc string.
8035
8036         * message.el (message-ignored-news-headers)
8037         (message-ignored-supersedes-headers)
8038         (message-ignored-resent-headers)
8039         (message-forward-ignored-headers): Improve custom type.
8040
8041 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * message.el (message-tokenize-header): Fix 2004-09-06 change
8044         which used point-min in the wrong place.
8045
8046 2004-10-12  Simon Josefsson  <jas@extundo.com>
8047
8048         * tls.el (tls-certtool-program): New variable.
8049         (tls-certificate-information): New function, based on
8050         ssl-certificate-information.
8051
8052 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * compface.el: Move the version of ELisp-based uncompface program
8055         to the contrib directory because of the copyright problem.
8056
8057 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * message.el (message-kill-buffer): Raise the current frame.
8060
8061 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8062
8063         * gnus-sum.el: Mention that multibyte characters don't work as marks.
8064
8065         * gnus.el (message-y-or-n-p): Autoload.
8066
8067         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
8068         (pop3-password-required, pop3-authentication-scheme)
8069         (pop3-leave-mail-on-server): Made customizable.
8070         (pop3): New custom group.
8071         (pop3-retr): Remove `sleep-for' statements.
8072         Suggested by Dave Love <fx@gnu.org>.
8073
8074         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
8075         Windows/DOS.
8076
8077         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8078         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
8079         Dave Love <fx@gnu.org>.
8080
8081         * mml.el (mml-minibuffer-read-disposition): Require match.
8082         Suggested by Dave Love <fx@gnu.org>.
8083
8084 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8085
8086         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
8087         doc string.
8088
8089 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
8092
8093 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8094
8095         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
8096         instead of calling `mm-insert-inline', to decode text/* parts
8097         before displaying them.
8098
8099 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * mm-uu.el (mm-uu-text-plain-type): New variable.
8102         (mm-uu-pgp-signed-extract-1): Use it.
8103         (mm-uu-pgp-encrypted-extract-1): Use it.
8104         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
8105         bind mm-uu-text-plain-type with that value.
8106         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
8107         mm-uu-dissect.
8108
8109 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * gnus-group.el (gnus-update-group-mark-positions):
8112         * gnus-sum.el (gnus-update-summary-mark-positions):
8113         * message.el (message-check-news-body-syntax):
8114         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
8115         of string-as-multibyte.
8116
8117 2004-10-05  Juri Linkov  <juri@jurta.org>
8118
8119         * gnus-group.el (gnus-update-group-mark-positions):
8120         * gnus-sum.el (gnus-update-summary-mark-positions):
8121         * message.el (message-check-news-body-syntax):
8122         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
8123         8-bit unibyte values to a multibyte string for search functions.
8124
8125 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8126
8127         * mm-uu.el (mm-uu-dissect): Allow optional arg.
8128         (mm-uu-dissect-text-parts): New function.
8129
8130         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
8131         dissect text parts.
8132
8133         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
8134         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
8135
8136         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
8137
8138         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
8139         gnus-current-topics instead of gnus-current-topic.
8140
8141 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
8142
8143         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
8144
8145 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
8146
8147         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
8148         where approriate.
8149
8150         * nnml.el (nnml-generate-active-info): do.
8151
8152         * nndiary.el (nndiary-generate-active-info): do.
8153
8154         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
8155         (gnus-topic-move): do.
8156
8157         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
8158         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
8159
8160         * gnus-srvr.el (gnus-server-prepare)
8161         (gnus-server-open-all-servers): do.
8162
8163         * gnus-msg.el (gnus-summary-cancel-article)
8164         (gnus-summary-resend-message)
8165         (gnus-summary-mail-crosspost-complaint): do.
8166
8167         * gnus-move.el (gnus-change-server): do.
8168
8169         * gnus-group.el (gnus-group-unmark-all-groups)
8170         (gnus-group-set-current-level): do.
8171
8172 2004-10-04  Simon Josefsson  <jas@extundo.com>
8173
8174         * message.el (message-generate-hashcash): Doc fix.
8175
8176 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
8177
8178         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
8179         avoid infinite recursion via gnus-get-function.
8180
8181 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
8182
8183         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
8184
8185         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
8186
8187         * nnmail.el (nnmail-split-history): do.
8188
8189         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
8190         (nnml-request-delete-group): do.
8191
8192         * nnslashdot.el (nnslashdot-read-groups): do.
8193
8194         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
8195         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
8196
8197         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
8198         (nnspool-sift-nov-with-sed): Use last
8199         (nnspool-retrieve-headers-with-nov): Use mapc.
8200         (nnspool-request-newgroups): Use dolist.
8201         (nnspool-request-group): Use last.
8202
8203         * nntp.el (nntp-read-server-type): Use dolist.
8204
8205         * nnvirtual.el (nnvirtual-create-mapping)
8206         (nnvirtual-update-read-and-marked): Use dolist.
8207         (nnvirtual-convert-headers): Simplify.
8208
8209 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8210
8211         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
8212         support for sync'ing tick marks.
8213
8214 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
8217         there's no visible header.
8218
8219 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8220
8221         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
8222         necessary, pass full group name to gnus-request-set-marks.
8223
8224 2004-10-01  Simon Josefsson  <jas@extundo.com>
8225
8226         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
8227         acroread.
8228
8229 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8230
8231         * spam-report.el (spam-report-gmane): Fix interactive.
8232
8233         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
8234
8235         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
8236         when writing file.
8237         (gnus-agent-synchronize-flags): Don't default to being
8238         interactive.
8239
8240 2004-09-30  Simon Josefsson  <jas@extundo.com>
8241
8242         * message.el (message-generate-hashcash): Add.
8243         (message-send-mail): Use it, call mail-add-payment.
8244
8245 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8246
8247         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
8248
8249 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
8250
8251         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
8252         gnus-requst-update-info with explicit code to sync the in-memory
8253         info read flags with the marks being sync'd to the backend.
8254
8255         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
8256
8257 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8258
8259         * spam.el (spam-verify-bogofilter): Add new function.
8260         (spam-check-bogofilter)
8261         (spam-bogofilter-register-with-bogofilter): Use it.
8262         (spam-verify-bogofilter): Add small fixes.
8263
8264 2004-09-28  Simon Josefsson  <jas@extundo.com>
8265
8266         * hashcash.el (hashcash-generate-payment): Revert.
8267
8268 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8269
8270         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8271         gnus-extract-references instead of gnus-split-references.
8272
8273         * gnus-util.el (gnus-extract-references): Add new function, analogous
8274         to gnus-split-references but extracts only the message-ID without
8275         anything extra.
8276
8277         * hashcash.el (hashcash-generate-payment)
8278         (hashcash-check-payment): Do the right thing if hashcash-path is
8279         nil (because the hashcash program could not be found).
8280
8281         * spam.el (spam-use-hashcash): Remove comment.
8282
8283 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
8284
8285         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
8286         (gnus-cache-enter-article, gnus-cache-remove-article)
8287         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
8288
8289         * gnus-async.el (gnus-async-prefetch-remove-group): do.
8290
8291         * gnus-art.el (article-hide-boring-headers)
8292         (article-translate-strings, article-display-face)
8293         (gnus-article-mime-match-handle-first)
8294         (gnus-article-highlight-headers)
8295         (gnus-article-add-buttons-to-head): do.
8296
8297 2004-09-27  Simon Josefsson  <jas@extundo.com>
8298
8299         * hashcash.el: New version, from
8300         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
8301         ../contrib/.
8302
8303 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
8306
8307 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8308
8309         * gnus-dup.el (gnus-dup-open): Use mapc.
8310         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8311
8312         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8313         Reported by Stefan Wiens <s.wi@gmx.net>.
8314
8315         * gnus.el (gnus-shutdown): Use dolist.
8316
8317         * gnus-undo.el (gnus-undo): Use mapc.
8318
8319         * nnrss.el (nnrss-generate-active): do.
8320
8321         * message.el (message-cite-original-without-signature)
8322         (message-cite-original): Use mapc.
8323         (message-do-actions, message-make-forward-subject): Use dolist.
8324
8325 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8326
8327         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
8328         deletion to remove entire duplicate line.  Fixes merged article
8329         number bug.
8330
8331 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8332
8333         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
8334         servers that are offline.  Avoids having gnus-agent-toggle-plugged
8335         first ask if you want to open a server and then, even when you
8336         responded with no, asking if you want to synchronize the server's
8337         flags.
8338         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8339         multi-line expressions.
8340         (gnus-agent-synchronize-group-flags): New internal function.
8341         Updates marks in memory (in the info structure) AND in the
8342         backend.
8343
8344         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8345
8346         * nnagent.el (nnagent-request-set-mark): Use
8347         gnus-agent-synchronize-group-flags, not backend's request-set-mark
8348         method, to ensure that synchronization updates marks in the
8349         backend and in the info (in memory) structure.
8350
8351 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8354         convention fully; don't miss the root article of a thread; make
8355         the X-Draft-From header with correct article numbers.
8356
8357 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
8358
8359         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8360         unless plugged.  Disable the agent so that an open failure causes
8361         an error.
8362
8363         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8364         Reverted 2004-09-21 change.  The backend must be opened while
8365         synchronizing flags even when the backend stores the flags
8366         locally.
8367
8368 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8369
8370         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8371         in `header' match.  Reported by Svend Tollak Munkejord.
8372
8373         * message.el (message-cite-original): Fix use of
8374         `message-cite-articles-with-x-no-archive'.
8375
8376 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8379         (gnus-window-to-buffer): Ditto.
8380
8381         * mml.el (mml-preview-buffer): New variable.
8382         (mml-preview): Manage window layout with gnus-buffer-configuration.
8383
8384         * gnus-msg.el (gnus-setup-message): Put article numbers into the
8385         X-Draft-From header even if those articles aren't quoted.
8386
8387 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
8388
8389         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8390         (gnus-request-set-mark, gnus-request-update-mark): Use new
8391         g-s-t-u-l-m to decide to use backend even when unplugged.
8392
8393 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8396         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
8397
8398 2004-09-20  Simon Josefsson  <jas@extundo.com>
8399
8400         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8401         "utf-16-le".
8402
8403 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8404
8405         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8406
8407 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8408
8409         * uudecode.el (uudecode-use-external): Add :version.
8410
8411         * smime.el (smime-CA-file, smime-encrypt-cipher)
8412         (smime-dns-server): Add :version.
8413
8414         * smiley.el (gnus-smiley-file-types): Add :version.
8415
8416         * sha1.el (sha1-use-external): Add :version.
8417
8418         * pgg-def.el (pgg-query-keyserver): Add :version.
8419
8420         * nnmail.el (nnmail-fancy-expiry-targets)
8421         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8422         Add :version.
8423
8424         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8425         (nnimap-retrieve-groups-asynchronous): Add :version.
8426         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
8427
8428         * mml.el (mml-content-disposition-parameters)
8429         (mml-insert-mime-headers-always): Add :version.
8430
8431         * mm-util.el (mm-coding-system-priorities): Add :version.
8432
8433         * mm-decode.el (mm-inline-text-html-with-images)
8434         (mm-keep-viewer-alive-types, mm-external-terminal-program)
8435         (mm-verify-option): Add :version.
8436         (mm-text-html-renderer): Change :version.
8437
8438         * message.el (message-fcc-externalize-attachments)
8439         (message-required-headers, message-draft-headers)
8440         (message-subject-trailing-was-query)
8441         (message-subject-trailing-was-ask-regexp)
8442         (message-subject-trailing-was-regexp, message-mark-insert-begin)
8443         (message-mark-insert-end, message-archive-header)
8444         (message-archive-note, message-cross-post-default)
8445         (message-cross-post-note, message-followup-to-note)
8446         (message-cross-post-note-function, message-use-mail-followup-to)
8447         (message-subscribed-address-functions)
8448         (message-subscribed-address-file, message-subscribed-addresses)
8449         (message-subscribed-regexps, message-allow-no-recipients)
8450         (message-yank-cited-prefix, message-signature-insert-empty-line)
8451         (message-hidden-headers, message-hierarchical-addresses)
8452         (message-mail-user-agent, message-use-idna)
8453         (message-valid-fqdn-regexp)
8454         (message-strip-special-text-properties, message-header-synonyms)
8455         (message-beginning-of-line, message-tab-body-function): Add :version.
8456         (message-insert-canlock, message-wide-reply-confirm-recipients):
8457         Change :version.
8458
8459         * mail-source.el (mail-source-ignore-errors): Add :group, :type
8460         and :version.
8461         (mail-source-delete-old-incoming-confirm)
8462         (mail-source-movemail-program): Add :version.
8463
8464         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8465         (gnus-agent-cache, gnus-agent): Change :version.
8466
8467         * gnus-util.el (gnus-use-byte-compile): Change :version.
8468
8469         * gnus-sum.el (gnus-summary-make-false-root-always)
8470         (gnus-summary-default-high-score)
8471         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8472         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8473         (gnus-read-all-available-headers, gnus-article-emulate-mime)
8474         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8475         (gnus-sum-thread-tree-single-indent)
8476         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8477         (gnus-sum-thread-tree-leaf-with-other)
8478         (gnus-sum-thread-tree-single-leaf): Add :version.
8479         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8480         (gnus-article-loose-mime): Change :version.
8481
8482         * gnus-start.el (gnus-backup-startup-file)
8483         (gnus-save-startup-file-via-temp-buffer): Add :version.
8484
8485         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8486         (gnus-server-offline-face): Add :version.
8487
8488         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8489
8490         * gnus-msg.el (gnus-gcc-externalize-attachments)
8491         (gnus-debug-files, gnus-debug-exclude-variables)
8492         (gnus-discouraged-post-methods): Change :version.
8493         (gnus-confirm-mail-reply-to-news)
8494         (gnus-confirm-treat-mail-like-news): Add :version.
8495
8496         * gnus-int.el (gnus-server-unopen-status): Add :version.
8497
8498         * gnus-group.el (gnus-group-jump-to-group-prompt)
8499         (gnus-large-ephemeral-newsgroup)
8500         (gnus-fetch-old-ephemeral-headers): Add :version.
8501
8502         * gnus-fun.el (gnus-x-face-directory)
8503         (gnus-convert-pbm-to-x-face-command)
8504         (gnus-convert-image-to-x-face-command)
8505         (gnus-convert-image-to-face-command): Add :version.
8506
8507         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8508
8509         * gnus-cite.el (gnus-cite-blank-line-after-header)
8510         (gnus-article-boring-faces): Add :version.
8511
8512         * gnus-art.el (gnus-buttonized-mime-types)
8513         (gnus-inhibit-mime-unbuttonizing)
8514         (gnus-treat-display-face)
8515         (gnus-treat-body-boundary): Change :version.
8516         (gnus-body-boundary-delimiter, gnus-picon-databases)
8517         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8518         (gnus-treat-date-english, gnus-treat-fold-headers)
8519         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8520         (gnus-treat-mail-picon, gnus-treat-wash-html)
8521         (gnus-article-encrypt-protocol)
8522         (gnus-use-idna, gnus-article-over-scroll)
8523         (gnus-mime-display-multipart-alternative-as-mixed)
8524         (gnus-mime-display-multipart-related-as-mixed)
8525         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8526         (gnus-ctan-url, gnus-button-ctan-handler)
8527         (gnus-button-handle-ctan-bogus-regexp)
8528         (gnus-button-ctan-directory-regexp)
8529         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8530         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8531         (gnus-button-man-level, gnus-button-emacs-level)
8532         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8533
8534         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8535         (gnus-agent-go-online): Change :version.
8536         (gnus-agent-expire-unagentized-dirs)
8537         (gnus-agent-auto-agentize-methods): Add :version.
8538
8539         * flow-fill.el (fill-flowed-display-column)
8540         (fill-flowed-encode-column): Add :version.
8541
8542         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8543         (gnus-outlook-deuglify-unwrap-max)
8544         (gnus-outlook-deuglify-cite-marks)
8545         (gnus-outlook-deuglify-unwrap-stop-chars)
8546         (gnus-outlook-deuglify-no-wrap-chars)
8547         (gnus-outlook-deuglify-attrib-cut-regexp)
8548         (gnus-outlook-deuglify-attrib-verb-regexp)
8549         (gnus-outlook-deuglify-attrib-end-regexp)
8550         (gnus-outlook-display-hook): Add :version.
8551
8552         * binhex.el (binhex-use-external): Add :version.
8553
8554 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8555
8556         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8557         and `invisible'.
8558
8559 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8560
8561         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8562         in gnus-registry-trim.
8563
8564 2004-09-13  Simon Josefsson  <jas@extundo.com>
8565
8566         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8567
8568         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8569
8570         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8571         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8572         <yamaoka@jpl.org>.
8573         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8574         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8575         <yamaoka@jpl.org>.
8576
8577         * sieve.el (sieve-manage-mode): Ditto.
8578
8579 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8580
8581         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8582
8583 2004-09-11  Simon Josefsson  <jas@extundo.com>
8584
8585         * dns-mode.el: Add.
8586
8587         * mm-view.el (mm-display-dns-inline): Add.
8588
8589         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8590         (mm-automatic-display): Ditto.
8591
8592         * mailcap.el (mailcap-mime-data): Add text/dns.
8593         (mailcap-mime-extensions): Map .soa to text/dns.
8594
8595 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8596
8597         * gnus-art.el (article-decode-mime-words, article-babel)
8598         (gnus-article-highlight-signature, gnus-article-add-buttons)
8599         (gnus-signature-toggle): Remove unnecessary bindings of
8600         `inhibit-read-only' inherited from v5.10 merge.
8601
8602 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8603
8604         * nntp.el (nntp): New customization group.
8605         (nntp-authinfo-file): Add customization group.
8606
8607         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8608
8609         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8610
8611         * gnus.el (to-address, to-list, subscribed)
8612         (large-newsgroup-initial): Ditto.
8613
8614         * flow-fill.el (fill-flowed-display-column)
8615         (fill-flowed-encode-column): Ditto.
8616
8617 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8618
8619         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8620         Use point-min rather than 1.
8621         (message-send-mail): Use buffer-size rather than point-max.
8622
8623         * gnus-sum.el (gnus-summary-search-article-forward):
8624         Signal a specific `search-failed' rather than a generic `error'.
8625
8626         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8627         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8628         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8629
8630 2004-09-10  Simon Josefsson  <jas@extundo.com>
8631
8632         * nndb.el (require): Remove tcp and duplicate cl.
8633
8634 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * gnus-agent.el (directory-files-and-attributes): Move forward.
8637
8638 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8639
8640         * gnus-agent.el (directory-files-and-attributes): Optionally
8641         defined to support XEmacs.
8642
8643 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8644
8645         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8646         to avoid run-time CL dependencies.
8647         (gnus-agent-unfetch-articles): New function.
8648         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8649         article numbers even when local .overview file is missing.
8650         (gnus-agent-read-article-number): New function. Only accepts
8651         27-bit article numbers.
8652         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8653         gnus-agent-read-article-number.
8654         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8655         from backend while recognizing that article numbers in .overview
8656         must be valid.
8657         (gnus-agent-update-files-total-fetched-for): Use
8658         directory-files-and-attributes to improve performance.
8659         * gnus-int.el (gnus-request-move-article): Use
8660         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8661         improve performance.
8662
8663         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8664         some users confused by references to .newsrc when they only have a
8665         .newsrc.eld file.
8666         (gnus-convert-mark-converter-prompt,
8667         gnus-convert-converter-needs-prompt): Fixed use of property list.
8668         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8669         New function. Used internally to only display 'gnus converting
8670         files' message when actually necessary.
8671
8672         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8673         methods now autoloaded.
8674
8675 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8678         identifiers.
8679
8680 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * gnus-picon.el: Fix indentation and closing parenthesis.
8683
8684 2004-09-01  Simon Josefsson  <jas@extundo.com>
8685
8686         * message.el (message-canlock-generate): Require sha1, not
8687         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8688         to require within a function.  Sadly, if sha1.el isn't loaded, the
8689         let binding in m-c-g will hide the defcustom definition, which is
8690         bad.)
8691
8692         * canlock.el: Require sha1, not sha1-el.
8693
8694         * message.el: Don't autoload sha1 (there is a autoload cookie in
8695         sha1.el).
8696
8697         * sha1-el.el: Renamed to sha1.el.
8698
8699 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8700
8701         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8702
8703 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8704
8705         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8706
8707 2004-08-30  Kim F. Storm  <storm@cua.dk>
8708
8709         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8710
8711         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8712         Add :group 'nnimap.
8713
8714 2004-08-30  Andreas Schwab  <schwab@suse.de>
8715
8716         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8717         ?* and ?\;.
8718
8719         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8720         and ?\' to symbol instead of whitespace.
8721
8722 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8725
8726         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8727         instead of re-search-forward.
8728
8729         * gnus-uu.el (gnus-uu-save-article): Ditto.
8730         (gnus-uu-post-encode-uuencode): Ditto.
8731
8732         * html2text.el (html2text-clean-list-items): Ditto.
8733         (html2text-clean-dtdd): Ditto.
8734         (html2text-format-tags): Ditto.
8735
8736         * message.el (message-send-mail-with-sendmail): Fix regexp.
8737         (message-fill-field-general): Use search-forward instead of
8738         re-search-forward.
8739         (unbold-region): Ditto.
8740
8741         * nnrss.el (nnrss-request-article): Ditto.
8742
8743         * nnslashdot.el (nnslashdot-request-article): Ditto.
8744
8745         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8746
8747         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8748         "Unrecognized menu descriptor" error in XEmacs.
8749
8750 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8751
8752         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8753         parent article of a sparse article in the thread hashtb.
8754
8755 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8756
8757         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8758         (nnmail-expand-newtext): Lowercase expanded entries if
8759         nnmail-split-lowercase-expanded is non-nil.
8760
8761 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8764         entry.
8765
8766         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8767         of gnus-tmp-news-method into string under XEmacs.  It will be
8768         passed to gnus-correct-length which takes only a string argument.
8769
8770 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * gnus-util.el (gnus-bind-print-variables): New macro.
8773         (gnus-prin1): Use it.
8774         (gnus-prin1-to-string): Use it.
8775         (gnus-pp): New function.
8776         (gnus-pp-to-string): New function.
8777
8778         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8779         pp-to-string with gnus-pp-to-string.
8780         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8781         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8782         * gnus-msg.el (gnus-debug): Ditto.
8783         * gnus-score.el (gnus-score-save): Ditto.
8784         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8785         gnus-pp-to-string.
8786         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8787         with gnus-pp.
8788         * score-mode.el (gnus-score-pretty-print): Ditto.
8789         * webmail.el (webmail-debug): Ditto.
8790
8791 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * gnus-art.el (article-display-face, article-display-x-face): Use
8794         buffer-read-only.
8795
8796 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * gnus-art.el (article-hide-list-identifiers): Bind
8799         inhibit-read-only as t.
8800
8801 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8802
8803         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8804
8805 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8806
8807         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8808         (gnus-narrow-to-page): Don't assume point-min == 1.
8809         (gnus-article-edit-mode): Derive from message-mode.
8810
8811         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8812         point-min == 1.
8813
8814         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8815         Disable incorrect use of `assert'.
8816
8817         * message.el (message-mode): Set comment-start-skip.
8818
8819
8820 2004-08-22  Sam Steingold  <sds@gnu.org>
8821
8822         * pop3.el (pop3-leave-mail-on-server): New user variable.
8823         (pop3-movemail): Delete mail only when it is nil.
8824
8825 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8826
8827         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8828
8829         * mml.el (mml-preview): Use `pop-to-buffer'.
8830
8831         * message.el (message-goto-mail-followup-to): Insert after "To".
8832         (message-carefully-insert-headers): Add comment.
8833
8834         * gnus.el: Remove unused variable `gnus-article-check-size'.
8835
8836         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8837
8838         * gnus-art.el (gnus-button-alist): Improve
8839         `gnus-button-handle-library' entry.
8840
8841 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8842
8843         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8844         downcase, since XEmacs capitalizes error messages differently.
8845
8846 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8847
8848         * nntp.el: Add (require 'gnus) due to reference to
8849         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8850
8851 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8852
8853         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8854         `mm-fill-flowed'.
8855
8856         * mm-decode.el (mm-dissect-singlepart): Check it.
8857
8858 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8859
8860         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8861         'imap' for netrc parsing.
8862
8863 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8864
8865         * mailcap.el (mailcap-mime-data): Mark as risky.
8866
8867 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8870         may be included in the encoded word.
8871         (rfc2047-encode): Don't append a space if the encoded word
8872         includes close parenthesis.
8873
8874 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8877         of text within parentheses.
8878
8879 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8880
8881         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8882         (gnus-encrypt-write-file-contents): Make the password key the file
8883         name PLUS the cipher, not just the cipher.  Also remove failed
8884         passwords from the cache.
8885
8886 2004-08-06  Simon Josefsson  <jas@extundo.com>
8887
8888         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8889         fix.
8890
8891 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8894         LWSP.
8895
8896 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8897
8898         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8899         to append in-reply-to: data to the references: header.
8900
8901         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8902         (netrc-parse): Use gnus-encrypt.el functions.
8903
8904         * gnus-encrypt.el: Add new file for encryption support; currently
8905         does only a few GPG ciphers and an internal XOR cipher.
8906
8907         * password.el: Add comments on using password-read-and-add.
8908         (password-read-and-add): Add function to read and add the
8909         password to the cache at once.
8910
8911 2004-07-28  Simon Josefsson  <jas@extundo.com>
8912
8913         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8914         parameter (but don't use it, for now).
8915
8916         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8917         instead of hard coding to nil.
8918
8919 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8922         as mm-inline-image-xemacs does.
8923
8924 2004-07-26  Simon Josefsson  <jas@extundo.com>
8925
8926         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8927         Revert part of 2004-07-17 change below.
8928
8929 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8932         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8933
8934 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8935
8936         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8937         quotes that actually start with ">" at the beginning of the
8938         lines.
8939
8940 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * rfc2047.el (rfc2047-encode-region): Fix last change.
8943         (rfc2047-encode-parameter): Remove useless concat.
8944
8945 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8948         encode special characters; fix some kind of misconfigured headers;
8949         signal a real error if debug-on-quit or debug-on-error is non-nil.
8950         (rfc2047-encode-max-chars): New variable.
8951         (rfc2047-encode-1): Use it.
8952         (rfc2047-encode-parameter): New function.
8953
8954         * mml.el (mml-insert-parameter): Remove an excessive space.
8955
8956 2004-07-17  Simon Josefsson  <jas@extundo.com>
8957
8958         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8959         Kai Grossjohann <kai@emptydomain.de>.
8960         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8961         (gnus-group-make-menu-bar): Ditto.
8962
8963         * gnus-util.el (gnus-group-server): Add.
8964
8965 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8966
8967         * message.el (message-clone-locals): Clone sendmail and smtp
8968         variables.
8969
8970 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * rfc2047.el (rfc2047-encode-region): Fix last change.
8973
8974 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8977         characters as non-special.
8978
8979 2004-07-09  Simon Josefsson  <jas@extundo.com>
8980
8981         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8982         Users will lose all flag changes made while unplugged with
8983         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8984         good default.  See numerous reports on ding mailing list.
8985
8986 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8989         add generate-head-function and generate-article-function to the
8990         rfc822-forward entry.
8991         (nndoc-rfc822-forward-generate-article): New function.
8992         (nndoc-rfc822-forward-generate-head): New function.
8993
8994         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8995
8996 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8997
8998         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8999         respect display group parameter and gnus-summary-expunge-below.
9000         (gnus-articles-to-read): Remove unused reference to display group
9001         parameter.
9002
9003 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9004
9005         * nnheader.el (nnheader-uniquify-message-id): New experimental
9006         variable.
9007         (nnheader-nov-read-message-id): Use it.
9008
9009         * spam-report.el (spam-report-gmane): Add interactive.
9010
9011 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
9014         qp-or-base64 for the application/* types.
9015
9016 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
9017
9018         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
9019
9020 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
9021
9022         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
9023         trim value.
9024
9025 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9026
9027         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
9028         New macro and function.
9029         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
9030
9031 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
9034         after-load-alist.
9035
9036 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9037
9038         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
9039         update info that isn't there.
9040
9041 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
9042
9043         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
9044         entry.
9045
9046 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * mm-view.el (mm-inline-render-with-function): Use multibyte
9049         buffer; decode html source by charset.
9050
9051         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
9052
9053         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
9054         Mule-UCS is loaded under XEmacs.
9055         (mm-mime-mule-charset-alist): Avoid duplicated entries.
9056
9057 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
9058
9059         * nnheader.el (nnheader-max-head-length): Increase to 8192.
9060
9061 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * mm-util.el (mm-coding-system-p): Return a coding-system.
9064         (mm-mime-mule-charset-alist): Use shift_jis instead of
9065         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
9066         entries for the mime charsets iso-2022-jp-3 and shift_jis.
9067         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
9068         instead of japanese-shift-jis and iso-latin-1 respectively in
9069         order to share the default value with both Emacs and XEmacs-mule.
9070         (mm-mule-charset-to-mime-charset): Make
9071         mm-coding-system-priorities effective.
9072         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
9073         while predicating of candidates upon the priorities.
9074
9075 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
9076
9077         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9078         gnus-uu-invert-processable.
9079
9080         * gnus.el: Autoload gnus-uu-invert-processable.
9081
9082 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * mm-util.el (mm-with-multibyte-buffer): New macro.
9085
9086         * rfc2047.el (rfc2047-encode-string): Use it.
9087         (rfc2047-encode-region): Move point to the end of the region after
9088         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
9089
9090 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
9093         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
9094
9095 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
9098         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
9099         Karl Chen <quarl@nospam.quarl.org>.
9100
9101 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
9102
9103         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
9104         invalid addresses.
9105
9106 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
9107
9108         * spam.el: Change section markers, revise TODO list.
9109         (spam-backends): Make new master list of all installed backends.
9110         (spam-summary-exit-behavior): Add new variable to determine how
9111         messages moves are done at summary exit.
9112         (spam-move-spam-nonspam-groups-only)
9113         (spam-process-ham-in-nonham-groups)
9114         (spam-process-ham-in-spam-groups): Remove variables, the
9115         spam-summary-exit-behavior variable should be used to manage this
9116         behavior.
9117         (spam-old-ham-articles, spam-old-spam-articles): Remove.
9118         (spam-old-articles): Add variable, replacing spam-old-ham-articles
9119         and spam-old-spam-articles.
9120         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
9121         Add empty variables, placeholders for the backends they represent.
9122         (spam-set-difference): Move, unchanged.
9123         (spam-list-of-processors): Declare OBSOLETE, not used anymore
9124         unless the user has a processor variable.
9125         (spam-classifications, spam-classification-valid-p)
9126         (spam-backend-properties, spam-backend-property-valid-p)
9127         (spam-backend-function-type-valid-p)
9128         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
9129         (spam-report-articles-gmane, spam-report-articles-resend):
9130         Remove functions, they are not needed.
9131         (spam-install-backend-super, spam-backend-list)
9132         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
9133         (spam-backend-function, spam-backend-ham-registration-function)
9134         (spam-backend-spam-registration-function)
9135         (spam-backend-ham-unregistration-function)
9136         (spam-backend-spam-unregistration-function)
9137         (spam-backend-statistical-p, spam-backend-mover-p)
9138         (spam-install-backend-alias, spam-install-checkonly-backend)
9139         (spam-install-mover-backend, spam-install-nocheck-backend)
9140         (spam-install-backend, spam-install-statistical-backend)
9141         (spam-install-statistical-checkonly-backend): Add backend installation
9142         support.
9143         (spam-summary-prepare-exit): Rewrite to use the new backend code.
9144         (spam-group-processor-p): Use the new backend code and respect the
9145         summary exit behavior.
9146         (spam-mark-spam-as-expired-and-move-routine): Remove.
9147         (spam-summary-prepare): Change to use the new spam-old-articles
9148         variable.
9149         (spam-copy-or-move-routine, spam-copy-spam-routine)
9150         (spam-move-spam-routine, spam-copy-ham-routine)
9151         (spam-move-ham-routine): Add code to copy/move ham or spam.
9152         (spam-fetch-field-fast): Improve doc and code, plus allow the
9153         'number request.
9154         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
9155         variables.
9156         (spam-split, spam-find-spam): Use the new backend code.
9157         (spam-registration-functions): Remove variable.
9158         (spam-unregister-routine): Add convenience wrapper.
9159         (spam-log-undo-registration, spam-register-routine)
9160         (spam-log-processing-to-registry)
9161         (spam-log-unregistration-needed-p): Rename "check" to "backend"
9162         where possible.
9163         (spam-check-gmane-xref, spam-check-regex-headers)
9164         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
9165         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
9166         (spam-check-bogofilter-headers, spam-check-spamoracle)
9167         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
9168         (spam-check-crm114-headers): Use the spam-split-group that
9169         spam-split prepares, no need to determine it every time.
9170
9171         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
9172         to the nnheader-parse-naked-head call.
9173
9174         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
9175
9176         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
9177         the nnheader-nov-read-message-id call.
9178
9179 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
9182         gnus-activate-group twice.  Suggested by Markus Peter
9183         <warp@spin.de>.
9184
9185 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * gnus-art.el (gnus-article-time-format): Exchange the order of
9188         day and month in the default value; fix customization type.
9189         (article-date-ut): Use add-text-properties.
9190         (article-make-date-line): Use message-make-date instead of
9191         current-time-string.
9192
9193         * message.el (message-fetch-field): Don't use set-text-properties.
9194         (message-make-date): Simplify.
9195
9196         * messagexmas.el (message-xmas-make-date): New function.
9197         (message-xmas-redefine): Defalias message-make-date to it.
9198
9199 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
9202         (rfc2047-encode-region): Treat text within parentheses as special;
9203         show the original text when error has occurred.
9204
9205         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
9206         already-computed method to gnus-activate-group.
9207
9208         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
9209         same select-methods identical Lisp objects.
9210
9211         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
9212         object when modifying the info.
9213
9214 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * gnus-srvr.el (gnus-server-set-info): Remove the server from
9217         gnus-opened-servers since it has never been opened with the new
9218         configuration yet.
9219
9220 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
9223         arg to nnheader-generate-fake-message-id.
9224
9225 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
9226
9227         * nnheader.el (nnheader-generate-fake-message-id): Accept a
9228         number and build a fake message ID localized to a group and
9229         article number (so it's repeatable from that point on).
9230         (nnheader-fake-message-id-p): Change regex to accomodate new fake
9231         ID format.
9232
9233         * gnus-sum.el (gnus-get-newsgroup-headers): Call
9234         nnheader-generate-fake-message-id with the article number.
9235
9236 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
9237
9238         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
9239         end-of-buffer.
9240
9241 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9242
9243         * message.el (message-ignored-supersedes-headers): Add Approved.
9244
9245 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * rfc2047.el (rfc2047-encode-message-header): Remove useless
9248         goto-char.
9249         (rfc2047-encode): Fold the line before encoding.
9250
9251 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9252
9253         * rfc2047.el (rfc2047-encode-message-header): Disabled header
9254         folding -- not all headers can be folded, and this should be done
9255         by the message composition mode.  Probably.  I think.
9256
9257 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
9260         fast.
9261
9262         * gnus-ems.el (gnus-remove-image): Don't use
9263         message-text-with-property; remove only the image found first.
9264
9265         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
9266         found first.
9267
9268 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
9269
9270         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
9271
9272 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * message.el (message-text-with-property): Make it fast and accept
9275         optional arguments.
9276         (message-strip-forbidden-properties): Use it.
9277         (message-fix-before-sending): Follow the m-t-w-p change.
9278
9279         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
9280
9281 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * gnus-art.el (article-hide-headers): Don't change the buffer
9284         mistakenly when performing mml-preview even if
9285         gnus-single-article-buffer is nil.
9286
9287 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
9288
9289         * message.el (message-expand-name-databases): New user option.
9290         (message-expand-name): Use it.
9291
9292 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
9293
9294         * spam.el (spam-report-articles-resend)
9295         (spam-report-resend-register-routine): Allow ham reporting.
9296         (spam-report-resend-register-ham-routine): Add wrapper.
9297         (spam-registration-functions): Add ham resending functions.
9298         (spam-list-of-processors): Add ham resend processor.
9299
9300         * gnus.el (ham-resend-to): Add new group parameter.
9301         (spam-process): Add ham resend option.
9302
9303         * spam-report.el (spam-report-resend): Allow reporting ham.
9304         (spam-report-resend-ham): Add wrapper.
9305
9306 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9307
9308         * message.el (message-cite-articles-with-x-no-archive): New
9309         variable.
9310         (message-cite-original): Use it.
9311
9312 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9313
9314         * message.el (message-cite-original): Respect X-No-Archive.
9315
9316 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * gnus-art.el (article-hide-headers): Refer to the values for
9319         gnus-ignored-headers and gnus-visible-headers in the summary
9320         buffer since a user may have set them as group parameters.
9321
9322 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
9323
9324         * assistant.el (assistant-node-name): Add convenience function.
9325         (assistant-render-text, assistant-render-node): Add error handling,
9326         plus handle multiple next nodes.
9327         (assistant-find-next-node): Comment out for now.
9328         (assistant-find-next-nodes): Add function, returns list of next
9329         nodes.
9330
9331 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
9332
9333         * mail-source.el (mail-source-directory): Fix doc-string.
9334
9335 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
9336
9337         * assistant.el (assistant-render-text, assistant-eval): Add :set
9338         widget type, which is different because it takes and returns a
9339         list.  Much hilarity ensues.
9340
9341 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
9342
9343         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9344
9345         * gnus-group.el (gnus-group-get-new-news-this-group): Added
9346         doc-string.
9347
9348         * gnus-start.el (gnus-activate-group): Added doc-string.
9349
9350 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9351
9352         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9353
9354 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
9355
9356         * assistant.el (assistant-render-text): Try to add a :set
9357         widget, more to come.
9358
9359         * spam.el (spam-group-spam-contents-p): Handle empty groupname
9360         strings.
9361         (spam-report-articles-resend)
9362         (spam-register-routine): Do registration iff any articles warrant
9363         it.
9364         (spam-summary-prepare-exit): Change log message for nil group
9365         destinations.
9366
9367 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
9368
9369         * spam.el (spam-report-resend-register-routine): Allow
9370         spam-report-resend-to to be a group parameter or a global value.
9371
9372 2004-05-26  Simon Josefsson  <jas@extundo.com>
9373
9374         * starttls.el: Merge with my GNUTLS based starttls.el.
9375         (starttls-gnutls-program, starttls-use-gnutls)
9376         (starttls-extra-arguments, starttls-process-connection-type)
9377         (starttls-connect, starttls-failure, starttls-success): New
9378         variables.
9379         (starttls-program, starttls-extra-args): Doc fix.
9380         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9381         functions.
9382         (starttls-negotiate, starttls-open-stream): Check
9383         `starttls-use-gnutls' and pass on to corresponding *-gnutls
9384         function if it is set.
9385
9386 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9389         structured fields.
9390
9391 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9394
9395 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
9396
9397         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9398         variable.
9399         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
9400         assigning the spam-mark to new messages.
9401
9402 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
9403
9404         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9405
9406 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * dgnushack.el: Autoload customize-set-variable for XEmacs.
9409
9410         * rfc2047.el (rfc2047-encodable-p): Don't move point.
9411         (rfc2047-decode): Treat the ascii coding-system as raw-text by
9412         default.
9413
9414 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
9415
9416         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
9417         correct data.
9418
9419 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
9420
9421         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9422         (spam-group-processor-p): Fix function.
9423         (spam-group-processor-multiple-p)
9424         (spam-group-spam-processor-report-gmane-p)
9425         (spam-group-spam-processor-report-resend-p)
9426         (spam-group-spam-processor-bogofilter-p)
9427         (spam-group-spam-processor-blacklist-p)
9428         (spam-group-spam-processor-ifile-p)
9429         (spam-group-ham-processor-ifile-p)
9430         (spam-group-spam-processor-spamoracle-p)
9431         (spam-group-spam-processor-crm114-p)
9432         (spam-group-ham-processor-bogofilter-p)
9433         (spam-group-spam-processor-stat-p)
9434         (spam-group-ham-processor-stat-p)
9435         (spam-group-ham-processor-whitelist-p)
9436         (spam-group-ham-processor-BBDB-p)
9437         (spam-group-ham-processor-spamoracle-p)
9438         (spam-group-ham-processor-copy-p): Remove functions with some
9439         prejudice against unneeded code.
9440         (spam-report-articles-resend)
9441         (spam-report-resend-register-routine): Allow the group/topic
9442         spam-resend-to value to override spam-report-resend-to.
9443         (spam-summary-prepare-exit): Invoke spam-group-processor-p
9444         properly now.
9445
9446         * gnus.el (spam-resend-to): Add group/topic parameter.
9447         (spam-process): Move the OBSOLETE processors to the end of the
9448         choices.
9449
9450 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
9451
9452         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9453         with resend-to set to nil, and then ask the user if necessary.
9454         (spam-report-resend): spam-report-resend takes a list of articles, not
9455         separate article numbers.
9456
9457 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9460         addition to emacs-w3m.
9461
9462 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9463
9464         * assistant.el (assistant-authinfo-data): New function.
9465         (assistant-eval): Eval for entire assistant.
9466
9467         * netrc.el (netrc-services-file): New variable.
9468         (netrc-parse-services): New function.
9469         (netrc-find-service-name): New function.
9470         (netrc-find-service-number): New function.
9471         (netrc-port-equal): New function.
9472         (netrc-machine): Use it.
9473
9474         * nnimap.el (nnimap-open-connection): Use netrc.
9475
9476         * gnus-util.el (gnus-netrc-get): Remove aliases.
9477
9478         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9479
9480         * assistant.el (wid-edit): Fix compilation.
9481
9482         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9483
9484 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
9485
9486         * gnus-util.el (gnus-set-file-modes): New function.  (small
9487         patch).
9488
9489 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
9492
9493         * assistant.el (assistant-render-node): Fix up rendering and
9494         read-only text.
9495         (assistant-render-node): Reset.
9496         (assistant-make-read-only): Not sticky.
9497
9498 2004-05-20  Danny Siu  <dsiu@adobe.com>
9499
9500         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9501         centered even when gnus-auto-center-summary is t
9502
9503 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9504
9505         * dns.el (dns-get-txt-answer): New function.
9506         (dns-read-txt): Ditto.
9507         (query-dns): Use it.
9508
9509 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9512         active for foreign groups even if the group level is higher than
9513         the specified value.
9514
9515 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9516
9517         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9518         non-active groups.
9519
9520         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9521
9522 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9523
9524         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9525
9526 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9527
9528         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9529         (spam-crm114-header, spam-crm114-spam-switch)
9530         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9531         (spam-crm114-positive-spam-header)
9532         (spam-crm114-database-directory, spam-list-of-processors)
9533         (spam-group-spam-processor-crm114-p)
9534         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9535         (spam-generic-score, spam-list-of-checks)
9536         (spam-list-of-statistical-checks, spam-registration-functions)
9537         (spam-check-crm114-headers, spam-crm114-score)
9538         (spam-check-crm114, spam-crm114-register-with-crm114)
9539         (spam-crm114-register-spam-routine)
9540         (spam-crm114-unregister-spam-routine)
9541         (spam-crm114-register-ham-routine)
9542         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9543         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9544
9545         * gnus.el: Add spam-use-crm114.
9546
9547         * spam.el (spam-list-of-processors, spam-registration-functions):
9548         Add spam-use-resend.
9549         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9550         (spam-report-articles-gmane): Add doc fix.
9551         (spam-report-articles-resend,
9552         spam-report-resend-register-routine): Add wrappers around
9553         spam-report-resend-to.
9554
9555         * spam-report.el (spam-report-resend-to, spam-report-resend):
9556         Add support for resending spam.
9557         (spam-report-gmane): Fix line length >80.
9558
9559         * gnus.el (spam-process): Add spam-use-resend.
9560
9561 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9562
9563         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9564         number of processed spam messages.
9565         (spam-ham-copy-or-move-routine): Return the number of processed
9566         ham messages.
9567         (spam-summary-prepare-exit): Use the above values to decide
9568         whether status messages shouled be displayed.
9569
9570 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9573         `rfc2047-encoding-function-alist' in order to avoid conflicting
9574         with the old version.
9575         (rfc2047-encode-region): Concatenate words containing non-ASCII
9576         characters in structured fields; don't encode space-delimited
9577         ASCII words even in unstructured fields; don't break words at
9578         char-category boundaries.
9579         (rfc2047-encode-1): New function.
9580         (rfc2047-encode): Use it; encode text so that it occupies the
9581         maximum width within 76-column; work correctly on Q encoding for
9582         iso-2022-* charsets.
9583         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9584         sure not to break a line just after the header name.
9585         (rfc2047-b-encode-region): Removed.
9586         (rfc2047-b-encode-string): New function.
9587         (rfc2047-q-encode-region): Removed.
9588         (rfc2047-q-encode-string): New function.
9589
9590         * mm-util.el (mm-replace-in-string): New function.
9591
9592 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9593
9594         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9595         get it right.
9596         (gnus-inews-make-draft): Really.
9597
9598 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9599
9600         * nnmh.el (nnmh-request-list-1): Don't check the link count
9601         before descending.  (small patch)
9602
9603 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9604
9605         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9606         stuff.
9607
9608         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9609         on real group name.
9610
9611         * gnus-art.el (gnus-signature-limit): Doc fix.
9612
9613         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9614
9615         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9616
9617 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9618
9619         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9620         isn't a string.
9621
9622 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9623
9624         * gnus-draft.el (gnus-draft-send): Bind
9625         rfc2047-encode-encoded-words.
9626
9627         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9628         (rfc2047-encodable-p): Say that =? needs encoding.
9629         (rfc2047-encode-encoded-words): New variable.
9630
9631         * gnus-group.el (gnus-group-select-group): Doc fix.
9632
9633         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9634
9635         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9636         to nil.
9637
9638         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9639
9640         * nnheader.el (nnheader-get-lines-and-char): New function.
9641
9642 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9643
9644         * gnus-msg.el (gnus-summary-followup-with-original): Document
9645         yanking of region when active.
9646
9647 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9648
9649         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9650         groups if the group level is higher than the specified value.
9651
9652 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9653
9654         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9655         (gnus-group-jump-to-group): Added prefix argument using
9656         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9657         non-active group.
9658
9659         * compface.el (uncompface): Be verbose when changing
9660         `uncompface-use-external'.
9661
9662         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9663         handle manual section.
9664
9665 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9666
9667         * gnus-art.el (gnus-button-alist): Revert previous change.
9668
9669 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9670
9671         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9672
9673 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9674
9675         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9676         whether backend can accept message.
9677
9678         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9679
9680 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9681
9682         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9683         Avoid creating directory when nntp-marks-is-evil is true.
9684         Reported by Reiner Steib.
9685
9686 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * gnus-picon.el (gnus-picon-style): New variable.
9689         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9690         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9691         Jesper Harder <harder@ifa.au.dk>.
9692
9693 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9694
9695         * message.el (message-fill-field): Return point.
9696         (message-generate-headers): Go to end of field.
9697
9698         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9699         stuff for non-living groups.
9700
9701 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9702
9703         * gnus-art.el (gnus-article-followup-with-original)
9704         (gnus-article-reply-with-original): gnus-mark-active-p ->
9705         gnus-region-active-p.
9706
9707 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9708
9709         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9710         only when there is spam or ham to be processed.
9711
9712 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9713
9714         * mail-source.el (mail-source-delete-crash-box): Refactor.
9715         (mail-source-fetch): Use it.
9716         (mail-source-fetch-file): Ditto.
9717         (mail-source-fetch-directory): Run postscript in loop.
9718         (mail-source-fetch-pop): Delete.
9719         (mail-source-fetch-maildir): Ditto.
9720         (mail-source-fetch-imap): Ditto.
9721
9722         * imap.el (imap-authenticators): Comment out sasl.
9723
9724         * message.el (message-skip-to-next-address): New function.
9725         (message-fill-header-address): Refactor.
9726         (message-fill-address): Use it.
9727         (message-delete-address): Use it.
9728         (message-fill-header-general): Refactor.
9729         (message-fill-field-address): Rename.
9730         (message-narrow-to-field): Find the start of the header.
9731         (message-header-format-alist): Don't pre-fill.
9732         (message-fill-header): Removed.
9733         (message-insert-header): New function.
9734         (message-shorten-references): Use it.
9735
9736         * rfc2047.el (rfc2047-field-value): Strip props.
9737
9738         * mail-parse.el (mail-header-make-address): New alias.
9739
9740         * ietf-drums.el (ietf-drums-make-address): New function.
9741
9742         * imap.el: Add compiler directives.
9743
9744         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9745
9746         * gnus-art.el (article-decode-idna-rhs): Don't use
9747         message-idna-inside-rhs-p.
9748
9749 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9750
9751         * message.el (message-idna-inside-rhs-p): Removed.
9752         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9753
9754         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9755         false positives.
9756
9757 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9758
9759         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9760
9761 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9762
9763         * nneething.el (nneething-file-name): Don't create spurions
9764         files.
9765
9766         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9767         (gnus-inews-do-gcc): Remove sleep.
9768
9769         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9770         part under point.
9771
9772         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9773         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9774
9775 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9776
9777         * spam.el (spam-summary-prepare-exit): Fixed (length).
9778
9779 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9780
9781         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9782         as expired without moving it" message when there are spam
9783         messages left.
9784
9785 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9786
9787         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9788         header is not nil.
9789
9790 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9791
9792         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9793         nntp-possibly-create-directory, not nntp-possibly-change-group.
9794         (nntp-marks-changed-p): New arg SERVER.
9795         (nntp-request-update-info): Adjust caller.
9796
9797 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9798
9799         * nntp.el (nntp-save-marks): Pass missing arg.
9800
9801 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9802
9803         * nntp.el: Support marks.
9804         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9805         (nntp-marks-modtime, nntp-marks-directory): New variables.
9806         (nntp-request-set-mark, nntp-request-update-info)
9807         (nntp-possibly-create-directory, nntp-marks-changed-p)
9808         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9809         functions.
9810
9811 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9812
9813         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9814         (gnus-xmas-redefine): Rename.
9815
9816         * gnus-score.el (gnus-score-insert-help): Use
9817         gnus-select-lowest-window.
9818
9819         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9820         appt-select-lowest-window and rename to gnus-select-lowest-window.
9821
9822         * gnus.el: do.
9823
9824 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9825
9826         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9827         encodings of MIME-encoded words, in order to improve
9828         interoperability with several broken MUAs.
9829
9830 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9831
9832         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9833         tags, only when charsets are not specified in headers.
9834         (mm-inline-text-html-render-with-w3m): Ditto.
9835
9836         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9837         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9838
9839 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9840
9841         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9842         instead of MIME-decoded from fields when checking
9843         `gnus-article-address-banner-alist'.
9844
9845 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9846
9847         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9848         description rather than subject.
9849
9850 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9851
9852         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9853
9854 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9855
9856         * gnus.el (gnus-version-number): Bump.
9857
9858 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9859
9860         * gnus.el: No Gnus v0.2 is released.
9861
9862 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9863
9864         * gnus-agent.el (gnus-agent-read-agentview): Inline
9865         gnus-uncompress-range.
9866
9867 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9868
9869         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9870         `exec-installed-p'.
9871
9872 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9873
9874         * gnus.el (spam-process, spam-autodetect-methods): Add
9875         bsfilter and bsfilter-headers.
9876
9877         * spam.el (spam-bsfilter): New customize group.
9878         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9879         (spam-bsfilter-header, spam-bsfilter-probability-header)
9880         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9881         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9882         (spam-bsfilter-database-directory): New options.
9883         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9884         (spam-list-of-statistical-checks, spam-registration-functions):
9885         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9886         (spam-bsfilter-score): New command.
9887         (spam-check-bsfilter-headers, spam-check-bsfilter)
9888         (spam-bsfilter-register-with-bsfilter)
9889         (spam-bsfilter-register-spam-routine)
9890         (spam-bsfilter-unregister-spam-routine)
9891         (spam-bsfilter-register-ham-routine)
9892         (spam-bsfilter-unregister-ham-routine): New functions.
9893         (spam-generic-score): Support bsfilter; Accept an optional argument
9894         to recalcurate spam score even if scoring header has already been
9895         added.
9896         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9897         optional argument to recalcurate spam score even if scoring header
9898         has already been added.
9899
9900 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9901
9902         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9903         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9904         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9905         link is missing.
9906
9907 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9908
9909         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9910         (html2text-get-attr): Rewrite.
9911
9912         * message.el (message-setup-1): Remove redundant put-text-property
9913         on mail-header-separator.
9914
9915 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9916
9917         * gnus-registry.el (gnus-registry-cache-whitespace)
9918         (gnus-registry-action, gnus-registry-spool-action)
9919         (gnus-registry-split-fancy-with-parent): Change message levels
9920         from 5 to 3 or 7, as needed.
9921
9922         * spam.el (spam-summary-prepare-exit)
9923         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9924         (spam-split, spam-find-spam, spam-log-undo-registration)
9925         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9926         level from 5 to 6.
9927
9928 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9931         2004-03-04 change).
9932
9933 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9934
9935         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9936         Use mapc when appropriate.
9937
9938         * sieve-manage.el (sieve-manage-open): do.
9939
9940         * nnweb.el (nnweb-insert-html): do.
9941
9942         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9943         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9944
9945         * nnspool.el (nnspool-request-group): do.
9946
9947         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9948         do.
9949
9950         * nnml.el (nnml-request-update-info): do.
9951
9952         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9953         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9954
9955         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9956         (nnimap-request-set-mark): do.
9957
9958         * nnfolder.el (nnfolder-request-update-info): do.
9959
9960         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9961         do.
9962
9963         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9964
9965         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9966
9967         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9968         do.
9969
9970         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9971         do.
9972
9973         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9974
9975         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9976
9977         * gnus-int.el (gnus-start-news-server): do.
9978
9979         * gnus-group.el (gnus-group-make-kiboze-group)
9980         (gnus-group-browse-foreign-server): do.
9981
9982 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9983
9984         FIXME: Make separate entries for each person.
9985
9986         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9987         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9988         <shields@msrl.com>:
9989
9990         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9991         may need for spam sorting and scoring.
9992         (spam-user-format-function-S): Add user format function suitable for
9993         general use.
9994         (spam-article-sort-by-spam-status): Add sorting function for summary
9995         sorting.
9996         (spam-extra-header-to-number): Add function to get a score from a
9997         header.
9998         (spam-summary-score): Add function to  get a numeric score from the
9999         headers.
10000         (spam-generic-score): Fixed function doc, was in wrong place.
10001         (spam-initialize): Take symbols when it's run, and install the
10002         extra headers that spam-necessary-extra-headers thinks we need.
10003
10004 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
10005
10006         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
10007         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10008
10009 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
10010
10011         * gnus-sum.el (gnus-set-global-variables)
10012         (gnus-build-all-threads, gnus-get-newsgroup-headers)
10013         (gnus-article-get-xrefs, gnus-summary-best-group)
10014         (gnus-summary-next-article, gnus-summary-enter-digest-group)
10015         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
10016         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
10017         with-current-buffer.
10018
10019 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
10020
10021         * spam.el (spam-summary-prepare-exit): Simplify logic.
10022         (spam-fetch-article-header): Read the article header if it's not
10023         available.
10024         (spam-list-articles): Simplify logic.
10025         (spam-filelist-register-routine): Fix bug with unregister-list.
10026
10027         * gnus-registry.el: Fix comments at beginning.
10028
10029 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
10030
10031         * message.el (message-cater-to-broken-inn): Remove.
10032         (message-shorten-references): Make sure the total folded length of
10033         References is shorter than 998 characters to cater to a bug in INN
10034         2.3.  Also, don't pretend that references aren't folded -- this
10035         hasn't worked for a while.
10036
10037 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10038
10039         * gnus-agent.el (gnus-agentize):
10040         gnus-agent-send-mail-real-function no longer set to current value
10041         of message-send-mail-function but rather a lambda that calls
10042         message-send-mail-function.  The change makes the agent real-time
10043         responsive to user changes to message-send-mail-function.
10044
10045 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10046
10047         * legacy-gnus-agent.el
10048         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
10049         help from Florian Weimer <fw@deneb.enyo.de>
10050
10051 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * nnmail.el (nnmail-cache-insert): Revert last change.
10054
10055 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * nnmail.el (nnmail-cache-insert): Always check whether
10058         nnmail-cache-ignore-groups matches a group name.
10059
10060 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
10061
10062         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
10063         (spam-find-spam, spam-log-processing-to-registry)
10064         (spam-log-registered-p, spam-log-unregistration-needed-p)
10065         (spam-log-undo-registration): Use gnus-message instead of
10066         gnus-error, none of these errors are fatal.
10067
10068         * gnus-registry.el (gnus-registry-clean-empty-function)
10069         (gnus-registry-clean-empty): Remove only empty entries without
10070         extra data.
10071
10072 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
10073
10074         * spam-stat.el (spam-stat-buffer-change-to-spam)
10075         (spam-stat-buffer-change-to-non-spam): Change (error) to
10076         (gnus-message 8) invocation.
10077
10078 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * nntp.el (nntp-via-netcat-command): New variable.
10081         (nntp-via-netcat-switches): New variable.
10082         (nntp-open-via-rlogin-and-netcat): New function.
10083         (nntp-open-connection-function): Doc fix.
10084         (nntp-telnet-command): Doc fix.
10085         (nntp-end-of-line): Doc fix.
10086         (nntp-via-rlogin-command): Doc fix.
10087         (nntp-via-user-name): Doc fix.
10088         (nntp-via-address): Doc fix.
10089
10090 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
10093         error in Emacs 21.1.
10094
10095 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
10096
10097         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
10098
10099 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10100         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
10101         (gnus-agent-with-refreshed-group): New macro.
10102         (gnus-agent-rename-group): New function.
10103         (gnus-agent-delete-group): New function.
10104         (gnus-agent-save-group-info): Use gnus-command-method when
10105         `method' parameter is nil.  Don't write nil entries into the
10106         active file.
10107         (gnus-agent-get-group-info): New function.
10108         (gnus-agent-fetch-articles): Use
10109         gnus-agent-update-files-total-fetched-for to increment disk space
10110         used.
10111         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
10112         gnus-agent-update-view-total-fetched-for to increment disk space
10113         used.
10114         (gnus-agent-get-local): Added optional parameters to avoid calling
10115         gnus-group-real-name and gnus-find-method-for-group.
10116         (gnus-agent-set-local): Delete stored entry if either min, or max,
10117         are nil.
10118         (gnus-agent-fetch-session): Reworded error/quit messages.  On
10119         quit, use gnus-agent-regenerate-group to record existance of any
10120         articles fetched to disk before the quit occurred.
10121         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
10122         gnus-agent-update-view-total-fetched-for, and
10123         gnus-agent-update-files-total-fetched-for to decrement disk space
10124         used.
10125         (gnus-agent-retrieve-headers): Use
10126         gnus-agent-update-view-total-fetched-for to increment disk space
10127         used.
10128         (gnus-agent-regenerate-group): Replace gnus-group-update-group
10129         with gnus-agent-update-files-total-fetched-for to decrement disk
10130         space and fresh group buffer.
10131         (gnus-agent-inhibit-update-total-fetched-for): New variable.
10132         (gnus-agent-need-update-total-fetched-for): New variable.
10133         (gnus-agent-update-files-total-fetched-for): New function.
10134         (gnus-agent-update-view-total-fetched-for): New function.
10135         (gnus-agent-total-fetched-for): New function.
10136
10137         * gnus-cache.el (gnus-cache-save-buffers): Use
10138         gnus-cache-update-overview-total-fetched-for to change disk space
10139         used by this group.
10140         (gnus-cache-possibly-enter-article): Use
10141         gnus-cache-update-file-total-fetched-for to increment disk space
10142         used by this group.
10143         (gnus-cache-possibly-remove-article): Use
10144         gnus-cache-update-file-total-fetched-for to decrement disk space
10145         used by this group.
10146         (gnus-cache-generate-nov-databases): Purge total fetched cache.
10147         (gnus-cache-rename-group): New function.
10148         (gnus-cache-delete-group): New function.
10149         (gnus-cache-inhibit-update-total-fetched-for): New variable.
10150         (gnus-cache-need-update-total-fetched-for): New variable.
10151         (gnus-cache-with-refreshed-group): New macro.
10152         (gnus-cache-update-file-total-fetched-for): New function.
10153         (gnus-cache-update-overview-total-fetched-for): New function.
10154         (gnus-cache-rename-group-total-fetched-for): New function.
10155         (gnus-cache-delete-group-total-fetched-for): New function.
10156         (gnus-cache-total-fetched-for): New function.
10157
10158         * gnus-group.el: Require gnus-sum and autoload functions to
10159         resolve warnings when gnus-group.el compiled alone.
10160         (gnus-group-line-format): Documented new %F
10161         (size of Fetched data) group line format; identifies disk space
10162         used by agent and cache.
10163         (gnus-group-line-format-alist): Defined new F format.
10164         (gnus-total-fetched-for): New function.
10165         (gnus-group-delete-group): No longer update
10166         gnus-cache-active-altered as gnus-request-delete-group now keeps
10167         the cache in sync.
10168         (gnus-group-list-active): Let the agent store a server's active
10169         list if currently plugged.
10170
10171         * gnus-int.el (gnus-request-delete-group): Use
10172         gnus-cache-delete-group and gnus-agent-delete-group to keep the
10173         local disk in sync with the server.
10174          (gnus-request-rename-group): Use
10175         gnus-cache-rename-group and gnus-agent-rename-group to keep the
10176         local disk in sync with the server.
10177
10178         * gnus-start.el (gnus-get-unread-articles): Cosmetic
10179         simplification to logic.
10180
10181         * gnus-util.el (gnus-rename-file): New function.
10182
10183 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
10184
10185         * mm-util.el (mm-image-load-path): Handle nil in load-path.
10186
10187 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
10188
10189         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
10190         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
10191
10192 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
10193
10194         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
10195         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
10196
10197 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
10198
10199         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
10200
10201 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
10202
10203         * spam.el (spam-set-difference): Add function to replace
10204         gnus-set-difference in spam.el.
10205         (spam-summary-prepare-exit): Use spam-set-difference.
10206
10207 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10208
10209         * gnus-registry.el (gnus-registry-cache-file): Update to use
10210         gnus-dribble-directory OR gnus-home-directory OR ~.
10211         (gnus-registry-split-fancy-with-parent): Fix doc.
10212
10213 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * message.el (message-exchange-point-and-mark): Use
10216         message-mark-active-p.  Suggested by Jesper Harder
10217         <harder@ifa.au.dk>.
10218
10219 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * message.el (message-exchange-point-and-mark): Don't activate
10222         region if it was inactive.  Suggested by Hiroshi Fujishima
10223         <pooh@nature.tsukuba.ac.jp>.
10224
10225 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * gnus-art.el (article-display-face): Display Faces in the same
10228         order as X-Faces.
10229
10230 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
10233
10234 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
10237         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
10238         (gnus-article-mime-hierarchy): Remove.
10239         (gnus-article-mime-hierarchy-next): Remove.
10240         (gnus-article-mode): Revert 2004-03-19 change.
10241         (gnus-article-setup-buffer): Revert 2004-03-19 change.
10242         (gnus-insert-mime-button): Revert 2004-03-19 change.
10243         (gnus-mime-accumulate-hierarchy): Remove.
10244         (gnus-mime-enter-multipart): Remove.
10245         (gnus-mime-leave-multipart): Remove,
10246         (gnus-mime-display-part): Revert 2004-03-19 change.
10247         (gnus-mime-display-alternative): Revert 2004-03-19 change.
10248
10249         * mml.el (mml-preview): Revert 2004-03-19 change.
10250
10251 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
10252
10253         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
10254
10255 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
10258         t while entering a file name using the mm-with-multibyte macro.
10259         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10260
10261         * mm-util.el (mm-with-multibyte): New macro.
10262
10263 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
10266         user option.
10267         (gnus-mime-multipart-functions): Doc and customization fix.
10268         (gnus-article-mime-hierarchy): New variable.
10269         (gnus-article-mime-hierarchy-next): New variable.
10270         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
10271         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
10272         gnus-article-mime-hierarchy-next to nil.
10273         (gnus-insert-mime-button): Show hierarchy numbers.
10274         (gnus-mime-accumulate-hierarchy): New function.
10275         (gnus-mime-enter-multipart): New function.
10276         (gnus-mime-leave-multipart): New function.
10277         (gnus-mime-display-part): Recompute hierarchical MIME structure.
10278         (gnus-mime-display-alternative): Show hierarchy numbers.
10279
10280         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
10281         gnus-article-mime-hierarchy-next to nil.
10282
10283 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
10284
10285         * dns.el: Don't require gnus-xmas.
10286
10287 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
10288
10289         * mml.el (mml-generate-mime-1): Don't use format=flowed with
10290         inline PGP.
10291         (mml-menu): Disable mml-quote-region if mark is inactive.
10292
10293 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
10296         when the group's active is not available.
10297
10298 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
10301         error.
10302
10303 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
10304
10305         * imap.el (imap-store-password): New variable.
10306         (imap-interactive-login): Use it.
10307         Suggested by Mark Plaksin <happy@mcplaksin.org>.
10308
10309 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * gnus-art.el (gnus-article-read-summary-keys): Restore new
10312         window-start and hscroll to summary window.
10313
10314 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10315
10316         * gnus-start.el (gnus-convert-old-newsrc): Only write the
10317         conversion message to newsrc-dribble when an actual conversion is
10318         performed.
10319
10320 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
10321
10322         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
10323
10324 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * mm-decode.el (mm-complicated-handles): New function reviving
10327         former definition of mm-multiple-handles.
10328
10329         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10330         (gnus-mime-delete-part): Use it.
10331
10332 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10333
10334         * gnus-agent.el (gnus-agent-read-local): Bind
10335         nnheader-file-coding-system to gnus-agent-file-coding-system to
10336         avoid the implicit assumption that they will always be equal.
10337         (gnus-agent-save-local): Bind buffer-file-coding-system, not
10338         coding-system-for-write, as the with-temp-file macro first prints
10339         to a buffer then saves the buffer.
10340
10341 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * gnus-art.el (gnus-article-edit-part): New function.
10344         (gnus-mime-save-part-and-strip): Use it; do query instead of
10345         signaling an error; don't use mm-multiple-handles.
10346         (gnus-mime-delete-part): Ditto.
10347
10348 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10349
10350         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10351         old file versions.
10352         (gnus-group-prepare-hook): Removed function that converted list
10353         form of gnus-agent-expire-days to group properties.
10354
10355         * gnus-int.el: Autoload gnus-agent-regenerate-group.
10356         (gnus-request-accept-article): Re-indented.
10357
10358         * gnus-start.el (gnus-convert-old-newsrc): Registered new
10359         converters to handle old agent file formats.  Added logic for a
10360         "backup before upgrading warning".
10361         (gnus-convert-mark-converter-prompt): Developers can mark
10362         functions as needing (default), or not needing,
10363         gnus-convert-old-newsrc's "backup before upgrading warning".
10364         (gnus-convert-converter-needs-prompt): Tests whether the user
10365         should be protected from potentially irreversable changes by the
10366         function.
10367
10368         * legacy-gnus-agent.el (): New. Provides converters that are only
10369         loaded when gnus-convert-old-newsrc needs to call them.
10370
10371 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10372
10373         * mail-source.el (mail-source-touch-pop): Doc fix.
10374
10375         * message.el (message-smtpmail-send-it): Doc fix.
10376
10377 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
10378
10379         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
10380
10381         * nnmail.el (nnmail-split-fancy): do.
10382
10383         * gnus-kill.el (gnus-kill, gnus-execute): do.
10384
10385 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10386
10387         * gnus-sum.el (gnus-widget-reversible-match)
10388         (gnus-widget-reversible-to-internal)
10389         (gnus-widget-reversible-to-external): New functions.
10390         (gnus-widget-reversible): New widget.
10391         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
10392
10393 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
10394
10395         * gnus-sum.el (gnus-thread-sort-functions)
10396         (gnus-article-sort-functions): Document `(not F)' items.
10397
10398 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10399
10400         * spam.el (spam-use-gmane-xref): Add new backend.
10401         (spam-gmane-xref-spam-group): Add variable to control the name of the
10402         Gmane spam group.
10403         (spam-blackhole-servers, spam-blackhole-good-server-regex)
10404         (spam-regex-headers-spam, spam-regex-headers-ham)
10405         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10406         (spam-list-of-checks): Add spam-use-gmane-xref to list of
10407         backends and checks.
10408         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
10409
10410         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10411         an autodetect method.
10412
10413 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10414
10415         * gnus-int.el (gnus-request-accept-article): Inform the agent that
10416         articles are being added to a group.
10417         (gnus-request-replace-article): Inform the agent that articles
10418         need to be uncached as the cached contents are no longer valid.
10419
10420 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * binhex.el: Don't autoload executable-find.
10423
10424         * canlock.el: Don't autoload mail-fetch-field.
10425
10426         * dgnushack.el: Autoload c-mode for XEmacs.
10427
10428         * gnus-ems.el: Don't autoload appt-select-lowest-window.
10429
10430         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10431         rmail-dont-reply-to and rmail-output.
10432
10433         * gnus-score.el: Don't autoload ffap-string-at-point.
10434
10435         * gnus-setup.el: Don't autoload sc-cite-original.
10436
10437         * imap.el: Don't autoload base64-decode-string,
10438         base64-encode-string and md5.
10439
10440         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10441         and rmail-msg-restore-non-pruned-header.
10442
10443         * mm-decode.el: Don't autoload executable-find.
10444
10445         * mm-url.el: Don't autoload executable-find.
10446
10447         * mm-view.el: Don't autoload diff-mode.
10448
10449         * nndb.el: Don't autoload news-reply-mode, news-setup,
10450         cancel-timer and telnet.
10451
10452         * password.el: Don't autoload run-at-time for Emacs.
10453
10454         * sha1-el.el: Don't autoload executable-find.
10455
10456         * sieve-mode.el: Don't autoload c-mode.
10457
10458         * uudecode.el: Don't autoload executable-find.
10459
10460 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10461
10462         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10463         (gnus-agent-possibly-alter-active): Avoid null in numeric
10464         comparison.
10465         (gnus-agent-set-local): Refuse to save null in local object table.
10466         (gnus-agent-regenerate-group): The REREAD parameter can now be a
10467         list of articles that will be marked as unread.
10468
10469 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
10472
10473 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10474
10475         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10476         language tags.
10477
10478 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10479
10480         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10481         Don't bind "obarray".
10482
10483         * gnus-sum.el (gnus-thread-sort-functions): Added
10484         `gnus-thread-sort-by-most-recent-number' and
10485         `gnus-thread-sort-by-most-recent-date'.
10486         Reported by Kai Grossjohann <kai@emptydomain.de>.
10487
10488 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
10491
10492 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10493
10494         * gnus-cus.el (gnus-agent-customize-category): Removed
10495         ignore-errors macro reference that required cl to be loaded at
10496         run-time.
10497
10498         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10499         single-interval range of the form (min . max).  Previously the
10500         range had to look like ((min . max)).  Likewise, return
10501         (min . max) rather than ((min . max)).
10502         (gnus-range-map): Use gnus-range-normalize to accept
10503         single-interval range.
10504
10505         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10506         the cache, but not the agent, now appear with their usual face.
10507
10508         * dgnushack.el (loaddir): New variable that is bound to the
10509         directory containing the dgnushack.el file. Use loaddir, rather
10510         than srcdir, to update load-path. Change lets dgnushack compile
10511         code in directories other than GNUS/lisp.
10512
10513 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * lpath.el: Don't bind w3m-safe-url-regexp.
10516
10517         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10518         w3m-safe-url-regexp variable buffer-local.
10519
10520         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10521
10522 2004-02-27  Simon Josefsson  <jas@extundo.com>
10523
10524         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10525         gnus-group-real-prefix.
10526         (gnus-summary-move-article): Use it, instead of
10527         gnus-group-real-prefix.
10528
10529 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * lpath.el: Bind w3m-safe-url-regexp.
10532
10533         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10534         w3m-safe-url-regexp variable buffer-local and set it as the value
10535         of mm-w3m-safe-url-regexp.
10536
10537         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10538
10539         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10540         parsing gnus-posting-styles when the message is not for replying.
10541
10542         * dgnushack.el: Autoload sgml-mode for XEmacs.
10543
10544         * nnrss.el (nnrss-opml-export): Use
10545         mm-set-buffer-file-coding-system instead of
10546         set-buffer-file-coding-system.
10547
10548 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10549
10550         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10551         of checkdoc.el).
10552         * nnrss.el: do.
10553         * gnus-mlspl.el: do.
10554         * gnus-ml.el: do.
10555         * gnus-srvr.el: do.
10556
10557         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10558
10559 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10560
10561         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10562         Corrections to custom-manual links.
10563
10564         * gnus-art.el (gnus-article): Ditto.
10565
10566         * mm-decode.el (mime-display, mime-security): Ditto.
10567
10568 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10569
10570         * flow-fill.el: Typo.
10571
10572 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10573
10574         * spam-wash.el: New file.
10575
10576 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10577
10578         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10579
10580 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10581
10582         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10583         to be run with new-articles as LIST1, not LIST2.
10584         (spam-registration-functions): Add spam-use-ham-copy as a nil
10585         registration backend.
10586
10587 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10588
10589         * spam-stat.el (spam-stat-washing-hook): New option.
10590         (spam-stat-buffer-words): Use it.
10591         (spam-stat-process-directory, spam-stat-test-directory): Use
10592         insert-file-contents-literally.
10593         (spam-stat-coding-system): New variable.
10594         (spam-stat-load, spam-stat-save): Use it.
10595
10596 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * spam-report.el (spam-report-plug-agent): Quote
10599         spam-report-url-to-file and spam-report-url-ping-plain.
10600
10601 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10602
10603         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10604         / in mailto URLs.
10605
10606 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10607
10608         * spam-report.el (spam-report-process-queue): Fix interactive use.
10609         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10610         (spam-report-unplug-agent): Doc fixes.
10611         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10612         (spam-report-agentize, spam-report-deagentize): Autoload
10613
10614 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10617
10618         * message.el (message-setup-fill-variables): Add mml tags to
10619         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10620         <ajk@iu.edu>.
10621         (message-mode): Don't modify paragraph-separate there.
10622
10623 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * compface.el (uncompface-use-external): Default to undecided.
10626         (uncompface-use-external-threshold): New variable.
10627         (uncompface-float-time): New macro.
10628         (uncompface): Determine whether to use the external decoder if
10629         uncompface-use-external is undecided.
10630
10631 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10632
10633         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10634         after images.
10635
10636         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10637
10638 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10639
10640         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10641
10642         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10643
10644         * gnus-sum.el (gnus-summary-limit-to-age)
10645         (gnus-summary-limit-children): do.
10646
10647         * gnus-int.el (gnus-request-scan): do.
10648
10649         * gnus-group.el (gnus-group-suspend): do.
10650
10651         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10652
10653         * gnus-cite.el (gnus-cite-parse-attributions): do.
10654
10655         * gnus-agent.el (gnus-summary-set-agent-mark)
10656         (gnus-agent-regenerate-group): do.
10657
10658         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10659
10660         * binhex.el (binhex-decode-region-internal): do.
10661
10662 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * gnus-fun.el (gnus-face-properties-alist): New user option.
10665         (gnus-display-x-face-in-from): Use it.
10666
10667         * gnus-art.el (article-display-face): Ditto.
10668
10669         * compface.el (uncompface-use-external): Default to nil.
10670
10671 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10672
10673         * nntp.el (nntp-erase-buffer): New function.
10674         (nntp-retrieve-data, nntp-send-command)
10675         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10676         (nntp-possibly-change-group): Use it.
10677
10678         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10679         with-current-buffer.
10680
10681 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10682
10683         * compface.el: Merge the ELisp-based uncompface program.
10684         (compface): New customization group.
10685         (uncompface-use-external): New user option.
10686         (uncompface): Call uncompface-internal if uncompface-use-external
10687         is nil.
10688         (uncompface-internal): New function.  Note that there are also
10689         some other functions and variables added for this function.
10690
10691 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10692
10693         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10694         if necessary.
10695
10696 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10697
10698         * spam-report.el (spam-report-unplug-agent)
10699         (spam-report-plug-agent, spam-report-deagentize)
10700         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10701         Add support for the Agent in spam-report: when unplugged, report to a
10702         file; when plugged, submit all the requests.
10703
10704         * spam.el (spam-register-routine): Fix message about
10705         registration.
10706
10707 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10708
10709         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10710         dependencies.
10711         (rfc2047-encode): Use it.
10712
10713         * gnus-art.el (gnus-button-marker-list): Move before first
10714         reference.
10715
10716         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10717         (imap-parse-body): Fix format string mismatch.
10718
10719         * gnus-score.el (gnus-summary-increase-score): do.
10720
10721         * nnrss.el (nnrss-close): New function.
10722
10723 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10724
10725         * nnrss.el (nnrss-make-filename): New function.
10726         (nnrss-request-delete-group, nnrss-read-server-data)
10727         (nnrss-save-server-data, nnrss-read-group-data)
10728         (nnrss-save-group-data): Use it.
10729         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10730         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10731         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10732
10733 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10734
10735         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10736
10737 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10738
10739         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10740         files.
10741
10742         * message.el (message-generate-headers-first): Don't quote nil
10743         and t in docstrings.
10744
10745         * imap.el (imap-id): do.
10746
10747         * gnus-agent.el (gnus-agent-consider-all-articles)
10748         (gnus-agent-queue-mail): do.
10749
10750 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10751
10752         * spam-report.el (spam-report-process-queue): New function.
10753         Process requests from `spam-report-requests-file'.
10754         (spam-report-process-queue): Doc fix.
10755
10756 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10757
10758         * spam.el (spam-register-routine)
10759         (spam-log-processing-to-registry, spam-log-registered-p)
10760         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10761         Change "check" to "spam-check" for semi-clarity.
10762
10763 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10764
10765         * pop3.el: Require nnheader.
10766
10767         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10768
10769         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10770
10771         * gnus-picon.el: Require cl.
10772
10773         * gnus-fun.el: Require gnus-ems and gnus-util.
10774
10775         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10776
10777         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10778
10779         * gnus-art.el (gnus-article-edit-mode): Define before first
10780         reference.
10781
10782 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10783
10784         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10785         (gnus-uu-post-encoded): Use point-at-bol.
10786
10787         * gnus-topic.el (gnus-group-active-topic-p): do.
10788
10789         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10790
10791         * gnus-group.el (gnus-group-kill-region): do.
10792
10793         * gnus-art.el (article-date-ut): do.
10794
10795         * message.el (message-fetch-field): Remove redundant
10796         case-fold-search binding.
10797         (message-narrow-to-field): Simplify.
10798
10799 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10800
10801         * spam.el (spam-directory): Derive from `gnus-directory'.
10802
10803         * spam-report.el (spam-report-url-to-file)
10804         (spam-report-requests-file): New function and variable for offline
10805         reporting.
10806         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10807         and user defined function.
10808         (spam-report-url-ping-mm-url): Remove doubled slash.
10809
10810 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10811
10812         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10813
10814 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10815
10816         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10817         format string mismatch.
10818
10819         * sieve.el (sieve-deactivate-all): do.
10820
10821         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10822
10823         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10824
10825         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10826
10827         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10828
10829 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10830
10831         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10832         the list of checks.
10833
10834 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10835
10836         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10837         padding.
10838
10839 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10840
10841         * mm-view.el (mm-fill-flowed): New variable.
10842         (mm-inline-text): Use it.
10843
10844 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10845
10846         * spam.el (spam-spamassassin-register-ham-routine)
10847         (spam-spamassassin-register-spam-routine): Fix function names.
10848
10849 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * gnus.el (gnus-tmp-grouplens): Remove.
10852         (gnus-summary-line-format): Remove grouplens.
10853
10854         * gnus-group.el (gnus-group-line-format): Ditto.
10855
10856         * gnus-spec.el (gnus-format-specs): Ditto.
10857         (gnus-update-format-specifications): Flush the group format spec
10858         cache if there's the grouplens stuff.
10859         (gnus-parse-simple-format): Replace %l with the empty string.
10860
10861 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10862
10863         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10864         omission.
10865
10866 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10869         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10870
10871 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10872
10873         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10874         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10875         New macros and functions.
10876         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10877         Handle > NLINK_MAX messages.
10878         * nnmaildir.el (nnmaildir-request-set-mark): Use
10879         nnmaildir--emlink-p and nnmaildir--eexist-p.
10880
10881 2004-01-25  Alex Schroeder  <alex@gnu.org>
10882
10883         * spam-stat.el (spam-stat-process-directory-age): New option.
10884         (spam-stat-process-directory): Use it.
10885
10886 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10887
10888         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10889         (spam-stat-save): Accept prefix argument.
10890
10891 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10892
10893         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10894         links" error.
10895
10896 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10897
10898         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10899         the rest of the and/or forms.
10900
10901 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10902
10903         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10904         compatibility with old .newsrc.eld files.
10905
10906         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10907
10908         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10909
10910         * gnus-start.el (gnus-1): do.
10911
10912         * gnus-group.el (gnus-group-line-format-alist): do.
10913
10914         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10915
10916         * gnus-gl.el: Remove.
10917
10918 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10919
10920         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10921         marks consisting of a single range {for example, (3 . 5)} rather
10922         than a list of a single range { ((3 . 5)) }.
10923
10924 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10925
10926         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10927         with-current-buffer.
10928         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10929         avoid consing a string.
10930
10931         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10932         Remove obsolete entries for big5 and gb2312.
10933
10934 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10935
10936         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10937         uncompressed list.
10938
10939 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10940
10941         * spam-stat.el (spam-stat-strip-xref): New function.
10942         (spam-stat-process-directory): Use it.
10943
10944         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10945         here -- it's done in message-fetch-field.
10946
10947 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10948
10949         * gnus-agent.el (gnus-agent-queue-mail,
10950         gnus-agent-prompt-send-queue): New variables.
10951         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10952         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10953         "nndraft:queue" along to gnus-draft-send.  Use
10954         gnus-agent-prompt-send-queue.
10955         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10956         is "nndraft:queue".  Suggested by Gaute Strokkenes
10957         <gs234@srcf.ucam.org>
10958
10959         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10960         (agent-enable-undownloaded-faces): Added
10961         (gnus-agent-cat-groups): Use eval-and-compile, not
10962         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10963         method of gnus-agent-cat-groups even when the buffer has been
10964         evaled.
10965         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10966         delete gnus-agent-save-active-1.
10967         (gnus-agent-save-groups): Deleted. Identical to
10968         gnus-agent-save-active.
10969         (gnus-agent-write-active): No longer adjust agent's copy of active
10970         file as agent's adjustments are now stored in their own
10971         file. Removed optional parameter.
10972         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10973         servers.  Add use of min/max range limits from server's local
10974         file.
10975         (gnus-agent-save-alist): Removed unused optional argument.
10976         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10977         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10978         (gnus-agent-set-local): A per-server file that keeps min/max range
10979         limits for articles known to the agent.  Provides a fast mechanism
10980         for altering many active ranges.
10981         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10982         active file (local makes it unnecessary).
10983         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10984
10985         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10986         (agent-enable-undownloaded-faces): Added
10987
10988         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10989         disable it when sending to "nndraft:queue".
10990         (gnus-group-send-queue): Add safety check to avoid sending queue
10991         when unplugged.
10992
10993         * gnus-group.el (gnus-group-catchup): Use new
10994         gnus-sequence-of-unread-articles, not
10995         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10996         numbers of articles.  Use gnus-range-map to avoid having to
10997         uncompress the unread list.
10998         (gnus-group-archive-directory,
10999         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
11000         reference.
11001
11002         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
11003         (gnus-sorted-range-intersection): Intersection of two ranges
11004         without requiring that they first be uncompressed.
11005
11006         * gnus-start.el (gnus-activate-group): Unless blocked by the
11007         caller, possibly expand the active range to include both cached
11008         and agentized articles.
11009         (gnus-convert-old-newsrc): Rewrote in anticipation of having
11010         multiple version-dependent converters.
11011         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
11012         gnus-agent-save-active.
11013         (gnus-save-newsrc-file): Save dirty agent range limits.
11014
11015         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
11016         gnus-agent-possibly-alter-active.
11017         (gnus-adjust-marked-articles): Faster handling of simple lists
11018
11019 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
11020
11021         * spam-stat.el (spam-stat-test-directory): New optional argument
11022         displays a list of files detected.  Suggested by Andrew Cohen
11023         <cohen@andy.bu.edu>.
11024         (spam-stat-buffer-words-with-scores): Don't narrow and change
11025         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
11026
11027 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
11028
11029         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
11030         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
11031         (spam-spamassassin-arguments)
11032         (spam-spamassassin-spam-flag-header)
11033         (spam-spamassassin-positive-spam-flag-header)
11034         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
11035         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
11036         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11037         (spam-list-of-processors, spam-list-of-checks)
11038         (spam-list-of-statistical-checks, spam-registration-functions)
11039         (spam-check-spamassassin-headers, spam-check-spamassassin)
11040         (spam-spamassassin-score)
11041         (spam-spamassassin-register-with-sa-learn)
11042         (spam-spamassassin-register-spam-routine)
11043         (spam-spamassassin-register-ham-routine)
11044         (spam-assassin-register-spam-routine)
11045         (spam-assassin-register-ham-routine): add SpamAssassin support
11046         (spam-bogofilter-score): fix to show article before scoring
11047
11048 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
11049
11050         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
11051         default scoring function.
11052         (spam-generic-score): Call spam-spamassassin-score if
11053         spam-use-spamassassin or spam-use-spamassassin-headers is on;
11054         spam-bogofilter-score otherwise.
11055
11056         * gnus.el (spam-process, spam-autodetect-methods): Add
11057         spamassassin and spamassassin-headers.
11058
11059 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
11060
11061         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11062         Suppress unnecessary messages.
11063
11064 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
11065
11066         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
11067         make-hash-table.
11068
11069 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * canlock.el (base64-encode-string): Don't autoload it.
11072
11073 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * run-at-time.el: Remove useless (require 'itimer),
11076         eval-and-compile and (featurep 'xemacs).
11077
11078 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
11079
11080         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
11081         GROUP is a virtual group.
11082
11083 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
11084
11085         * gnus.el: Autoload `message-y-or-n-p'.
11086
11087 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
11088
11089         * pgg-parse.el: Remove unnecessary (require 'custom).
11090
11091         * pgg-def.el: do.
11092
11093         * nnmail.el: do.
11094
11095         * gnus-undo.el: do.
11096
11097         * gnus-picon.el: do.
11098
11099         * gnus-util.el: do.
11100
11101 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
11102
11103         * gnus-sum.el (gnus-pick-line-number): Add autoload.
11104
11105 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
11108         handle, as well as a list.
11109
11110         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
11111         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
11112         (mm-w3m-cid-retrieve): Simplify.
11113
11114 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
11115
11116         * message.el (message-kill-to-signature): Allow prefix arg to
11117         specify number of lines to keep before signature.
11118
11119 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
11120
11121         (message-kill-to-signature): Change docstring.
11122
11123 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * canlock.el: Always require sha1-el.
11126         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
11127
11128         * message.el: Autoload sha1 only when compiling.
11129
11130         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
11131         eudc-expand-inline for XEmacs.
11132
11133 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * message.el (message-canlock-generate): Require sha1-el.
11136
11137 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
11138
11139         * message.el (message-expand-name): Silence the byte compiler.
11140
11141         * lpath.el: Add detect-coding-system.
11142
11143         * dgnushack.el (dgnushack-compile): Remove obsolete check for
11144         cus-edit.
11145
11146 2004-01-13  Simon Josefsson  <jas@extundo.com>
11147
11148         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
11149         Invoke gnus-score-mode.  Reported by
11150         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
11151
11152         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
11153         Jim Blandy <jimb@redhat.com> (tiny change).
11154
11155 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11156
11157         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
11158
11159 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
11160
11161         * spam.el (spam-get-article-as-string): Update to use
11162         gnus-request-article-this-buffer, much simpler.
11163         (spam-get-article-as-buffer): Remove.
11164
11165 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
11166
11167         * message.el (message-expand-name): Use EUDC if the user uses
11168         that.
11169
11170 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11171
11172         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
11173         character for the encoding to avoid consing a string.
11174
11175         * rfc2047.el (rfc2047-decode-string): Don't cons a string
11176         unnecessarily.
11177
11178         * mm-util.el (mm-replace-chars-in-string): Remove.
11179
11180         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
11181         of mm-replace-chars-in-string.
11182
11183 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
11184
11185         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
11186         strings.
11187
11188         * mm-util.el (mm-subst-char-in-string): Support inplace.
11189
11190         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
11191         a new string in every iteration.  Use shy groups.
11192
11193 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
11194
11195         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
11196         (gnus-group-change-level, gnus-kill-newsgroup)
11197         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
11198         (gnus-get-unread-articles, gnus-make-articles-unread)
11199         (gnus-make-ascending-articles-unread): Use accessor
11200         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
11201         to get group information for improved readability.
11202
11203         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
11204
11205         * gnus-soup.el (gnus-soup-group-brew): do.
11206
11207         * gnus-msg.el (gnus-put-message): do.
11208
11209         * gnus-move.el (gnus-group-move-group-to-server): do.
11210
11211         * gnus-kill.el (gnus-batch-score): do.
11212
11213         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
11214         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
11215         (gnus-group-update-group, gnus-group-read-group)
11216         (gnus-group-make-group, gnus-group-make-help-group)
11217         (gnus-group-make-archive-group, gnus-group-make-directory-group)
11218         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
11219         (gnus-group-sort-by-unread, gnus-group-catchup)
11220         (gnus-group-unsubscribe-group, gnus-group-kill-group)
11221         (gnus-group-yank-group, gnus-group-set-info)
11222         (gnus-group-list-groups): do.
11223
11224         * gnus.el (gnus-generate-new-group-name): do.
11225
11226         * gnus-delay.el (gnus-delay-send-queue): do.
11227
11228         * nnvirtual.el (nnvirtual-catchup-group): do.
11229
11230         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
11231         do.
11232
11233         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
11234         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
11235
11236         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
11237         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
11238         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
11239         (gnus-group-make-articles-read): do.
11240
11241 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11242
11243         * gnus-art.el (article-decode-mime-words, article-babel)
11244         (gnus-article-highlight-signature, gnus-article-add-buttons)
11245         (gnus-signature-toggle): Use gnus-with-article-buffer.
11246
11247         * gnus-art.el (gnus-article-highlight-headers)
11248         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
11249
11250         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
11251         (gnus-article-set-globals, gnus-request-article-this-buffer)
11252         (gnus-button-message-id, gnus-article-maybe-hide-headers)
11253         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
11254         (gnus-mime-display-alternative): Use with-current-buffer.
11255
11256 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11257
11258         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
11259         also under 80 char limit, and call gnus-error if needed.
11260         (spam-fetch-article-header): Fix - it was a
11261         buffer-local variable (gnus-newsgroup-data).
11262         (spam-find-spam): Use spam-generate-fake-headers, forget about
11263         spam-insert-fake-headers.
11264         (spam-insert-fake-headers): Remove.
11265
11266 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11267
11268         * deuglify.el (gnus-article-outlook-unwrap-lines)
11269         (gnus-outlook-rearrange-article)
11270         (gnus-outlook-repair-attribution-outlook)
11271         (gnus-outlook-repair-attribution-block)
11272         (gnus-outlook-repair-attribution-other): Remove redundant
11273         save-excursion.
11274
11275 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11276
11277         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
11278         (spam-fetch-field-subject-fast)
11279         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
11280         (spam-fetch-article-header): Add functions to deal with Gnus
11281         internals for fast retrieval of article header data.
11282         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
11283
11284 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11285
11286         * pop3.el (pop3-md5): Remove.
11287         (pop3-apop): Replace pop3-md5 with md5.
11288
11289         * mm-bodies.el: base64 is always built-in.
11290
11291         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
11292         with-current-buffer.
11293
11294 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * canlock.el (canlock-insert-header): Remove excessive grouping in
11297         regexp.
11298
11299         * gnus-sum.el (gnus-summary-read-document): Ditto.
11300
11301         * gnus-uu.el (gnus-uu-part-number): Ditto.
11302
11303         * html2text.el (html2text-remove-tags): Ditto.
11304         (html2text-format-tags): Ditto.
11305         (html2text-format-single-elements): Ditto.
11306
11307         * mml.el (mml-parse-1): Ditto.
11308
11309 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11310
11311         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11312
11313         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11314
11315         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11316
11317         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11318
11319 2003-11-15  Simon Josefsson  <jas@extundo.com>
11320
11321         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11322         (pgg-gpg-lookup-key): Use regexp match instead of
11323         split-string (split-string is different between emacs 21.2 and
11324         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
11325
11326 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11327
11328         * gnus-art.el (gnus-mime-view-all-parts)
11329         (gnus-article-part-wrapper, gnus-article-view-part): Use
11330         with-current-buffer.
11331
11332 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11333
11334         * spam.el (spam-disable-spam-split-during-ham-respool)
11335         (spam-spamoracle-database, spam-cache-lookups)
11336         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11337         (spam-group-ham-mark-p, spam-group-spam-mark-p)
11338         (spam-group-ham-marks, spam-group-spam-marks)
11339         (spam-group-spam-contents-p, spam-group-ham-contents-p)
11340         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11341         also add spam-use-blackholes to the statistical checks.
11342         (spam-fetch-field-fast): Add interface to fetching fields, may
11343         become a macro.
11344         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11345         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11346         (spam-insert-fake-headers): Fake an article when needed.
11347         (spam-find-spam): Fake article when possible.
11348         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11349         (spam-check-bogofilter-headers): Use message-fetch-field instead
11350         of nnmail-fetch-field.
11351
11352 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11353
11354         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11355
11356 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11357
11358         * spam.el (spam-split): Do not require spam-use-CHECK to be
11359         enabled if that check is passed to spam-split explicitly; also
11360         fix so 'spam doesn't get converted to spam-split-group when
11361         spam-split-symbolic-return is t.
11362         (spam-find-spam): Find registrations of the article and use those
11363         instead of re-running spam-split to find the spam/ham
11364         classification of the article.
11365         (spam-log-processing-to-registry, spam-log-registered-p)
11366         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11367         Use gnus-error instead of gnus-message.
11368         (spam-log-registration-type): Add function to determine the
11369         classification of a message based on registry entries; will
11370         return nil if both 'spam and 'ham are found.
11371         (spam-check-BBDB): Expand all the BBDB macros here so we can have
11372         a reasonably fast local cache without the loading errors.
11373         (spam-cache-lookups): Set to t by default.
11374         (spam-find-spam): Don't try to guess spam-cache-lookups.
11375         (spam-enter-whitelist, spam-enter-blacklist): Clear the
11376         spam-caches entry.
11377         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11378         caching of whitelist/blacklist entries.
11379         (spam-check-whitelist, spam-check-blacklist): Invoke
11380         spam-from-listed-p with a type, not a cache variable.
11381         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11382
11383 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11384
11385         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11386
11387         * nnmail.el (nnmail-split-fancy): do.
11388
11389         * mml.el (mml-parse): do.
11390
11391         * gnus-score.el (gnus-enter-score-words-into-hashtb)
11392         (gnus-score-adaptive): do.
11393
11394 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11397         (gnus-mime-button-map): Don't set keymap parent.
11398         (gnus-button-ctan-directory-regexp): Use shy grouping.
11399         (gnus-prev-page-map): Don't set keymap parent.
11400         (gnus-prev-page-map): Remove duplicated one.
11401         (gnus-next-page-map): Don't set keymap parent.
11402         (gnus-mime-security-button-map): Ditto.
11403
11404         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11405         version number.
11406
11407         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11408
11409 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * canlock.el (canlock-sha1-function): Remove.
11412         (canlock-sha1-function-for-verify): Remove.
11413         (canlock-openssl-program): Remove.
11414         (canlock-openssl-args): Remove.
11415         (canlock-ignore-errors): Remove.
11416         (canlock-sha1-with-openssl): Remove.
11417         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11418         (canlock-verify): Don't use canlock-ignore-errors.
11419
11420         * sha1-el.el (sha1-string-external): Make it can return a string
11421         in binary form.
11422         (sha1-region-external): Ditto.
11423         (sha1-string-internal): Ditto.
11424         (sha1-region-internal): Ditto.
11425         (sha1-region): Ditto.
11426         (sha1-string): Ditto.
11427         (sha1): Ditto.
11428
11429 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11430
11431         * spam.el (spam-report-articles-gmane): New command.
11432
11433 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * gnus.el: Don't make unnecessary *Group* buffer when loading.
11436
11437         * run-at-time.el (run-at-time-saved): Remove.
11438         (run-at-time): Doc fix.
11439
11440 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11441
11442         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11443         (gnus-summary-limit-map): Add it.
11444         (gnus-summary-make-menu-bar): do.
11445
11446 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
11447
11448         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11449         Make attempt at some caching support (done for BBDB only now).
11450         (spam-find-spam): Set spam-cache-lookups if there are more than 2
11451         addresses to be checked.
11452         (spam-clear-cache-BBDB): Add function, to be invoked by
11453         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11454         (spam-check-BBDB): Check and use the caches, if
11455         spam-cache-lookups is on, remove superfluous (provide).
11456
11457 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11458
11459         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
11460
11461 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
11462
11463         * run-at-time.el (run-at-time-saved): Move to after the definition
11464         of `run-at-time'.
11465
11466         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
11467
11468 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11471         mm-w3m-local-map-property.
11472
11473         * mm-view.el (mm-w3m-mode-map): Remove.
11474         (mm-w3m-local-map-property): Remove.
11475         (mm-inline-text-html-render-with-w3m): Don't use
11476         mm-w3m-local-map-property.
11477
11478 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11479
11480         * run-at-time.el: New file.
11481
11482         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
11483         under Emacs.
11484
11485         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11486         of gnus-set-text-properties.
11487
11488         * gnus-uu.el (gnus-uu-save-article): Ditto.
11489
11490         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
11491
11492         * gnus-cite.el (gnus-cite-parse): Ditto.
11493
11494         * gnus-art.el (gnus-button-push): Use set-text-properties instead
11495         of gnus-.
11496
11497         * gnus-xmas.el (run-at-time): Require run-at-time.
11498
11499         * gnus.el: Changed calls to nnheader-run-at-time and
11500         password-run-at-time throughout to use run-at-time directly.
11501
11502         * password.el: Removed definition of run-at-time.
11503
11504         * nnheaderxm.el: Remove definition of run-at-time.
11505
11506 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11507
11508         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11509         in prompt.
11510
11511 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11512
11513         * messagexmas.el (message-xmas-redefine): Alias
11514         `message-make-caesar-translation-table' to
11515         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
11516         version.
11517
11518         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
11519         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
11520         `gnus-xmas-set-text-properties'.
11521         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
11522         `gnus-xmas-completing-read'.
11523         (gnus-xmas-completing-read): Removed.
11524         (gnus-xmas-open-network-stream): Removed.
11525
11526         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11527         XEmacs version.
11528
11529         * dns.el (dns-make-network-process): Use `open-network-stream'
11530         instead of `gnus-xmas-open-network-stream'.
11531
11532         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
11533
11534         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11535
11536 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11537
11538         * gnus-art.el (gnus-mime-display-alternative)
11539         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11540         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11541         Don't use gnus-local-map-property.
11542
11543         * gnus-util.el (gnus-local-map-property): Remove.
11544
11545         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11546         gnus-completing-read-maybe-default with completing-read.
11547
11548         * gnus-util.el (gnus-completing-read): do.
11549         (gnus-completing-read-maybe-default): Remove.
11550
11551 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11552
11553         * password.el: Only autoload `run-at-time' if not XEmacs.
11554         Only autoload the itimer functions if XEmacs.
11555
11556 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11559         XEmacsen.
11560
11561         * dgnushack.el: Autoload executable-find for XEmacs.
11562
11563 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11564
11565         * gnus-art.el (gnus-read-string): Remove.
11566         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11567         read-string.
11568
11569 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11570
11571         * netrc.el: Autoload password-read.
11572         (netrc): Add configuration group.
11573         (netrc-encoding-method, netrc-openssl-path): Add
11574         variables for encoding and decoding of files with symmetric
11575         ciphers.
11576         (netrc-encode): Add assistant function to encode a file with
11577         netrc-encoding-method.
11578         (netrc-parse): Add interactive parameter, added optional
11579         decoding if netrc-encoding-method is non-nil but otherwise
11580         behavior is standard.
11581         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11582         Do s/encode/encrypt/ everywhere.
11583
11584         * spam.el: Remove executable-find autoload.
11585
11586 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11587
11588         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11589
11590         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11591
11592 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * gnus-art.el (gnus-treat-ansi-sequences,
11595         article-treat-ansi-sequences): New variable and function.
11596         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11597
11598         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11599         Use it.
11600
11601 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11602
11603         * mm-util.el (mm-quote-arg): Remove.
11604
11605         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11606         shell-quote-argument.
11607
11608         * gnus-uu.el (gnus-uu-command): do.
11609
11610         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11611
11612         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11613         with make-char.
11614
11615         * mm-util.el (mm-make-char): Remove.
11616
11617         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11618         add-minor-mode.
11619
11620         * gnus-undo.el (gnus-undo-mode): do.
11621
11622         * gnus-topic.el (gnus-topic-mode): do.
11623
11624         * gnus-sum.el (gnus-dead-summary-mode): do.
11625
11626         * gnus-start.el (gnus-slave-mode): do.
11627
11628         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11629
11630         * gnus-ml.el (gnus-mailing-list-mode): do.
11631
11632         * gnus-gl.el (gnus-grouplens-mode): do.
11633
11634         * gnus-draft.el (gnus-draft-mode): do.
11635
11636         * gnus-dired.el (gnus-dired-mode): do.
11637
11638         * gnus-ems.el (gnus-add-minor-mode): Remove.
11639
11640         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11641         Replace gnus-char-width with char-width.
11642
11643         * gnus-ems.el (gnus-char-width): Remove.
11644
11645         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11646         Replace gnus-char-width with char-width.
11647
11648         * gnus-ems.el (gnus-char-width): Remove.
11649
11650         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11651         definition.
11652         Remove Emacs 20 hash table compatibility code.
11653
11654         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11655         20 compatibility code.
11656
11657         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11658
11659         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11660
11661         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11662         with point-at-{eol,bol}.
11663
11664         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11665
11666         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11667
11668         * flow-fill.el (fill-flowed-point-at-bol,
11669         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11670
11671         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11672         Replace with point-at-{eol,bol} throughout all files.
11673
11674 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * ntlm.el (ntlm-string-as-unibyte): New macro.
11677         (ntlm-build-auth-response): Use it.
11678
11679         Remove Emacs 20 stuff:
11680         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11681         (butlast, mapc, remove): Remove the compiler macros.
11682         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11683         of delq and copy-sequence.
11684         * gnus-art.el (popup-menu): Remove the compiler macro.
11685         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11686         Emacs 20.
11687
11688 2004-01-05  Simon Josefsson  <jas@extundo.com>
11689
11690         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11691         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11692         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11693         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11694         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11695         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11696         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11697         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11698         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11699         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11700         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11701         string-xor into ntlm-string-xor.  Suggested by
11702         Jesper Harder <harder@myrealbox.com>.
11703
11704         * ntlm.el: Don't include poem.
11705
11706         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11707         Jesper Harder <harder@myrealbox.com>.
11708
11709         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11710
11711         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11712         probably breaks emacs with DL patch, but do we care? Is anyone
11713         still using the DL stuff?)
11714
11715         * sieve-manage.el: Use the password package.
11716         (sieve-manage-read-passwd): Remove.
11717         (sieve-manage-interactive-login): Use password.  Re-add
11718         condition-case around loop.
11719
11720         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11721         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11722         the password package.
11723
11724 2003-02-19  Simon Josefsson  <jas@extundo.com>
11725
11726         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11727         token.
11728
11729 2002-08-07  Simon Josefsson  <jas@extundo.com>
11730
11731         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11732         (sieve-manage-authenticators):
11733         (sieve-manage-authenticator-alist): Add some SASL mechs.
11734         (sieve-sasl-auth): New function.
11735         (sieve-manage-cram-md5-auth):
11736         (sieve-manage-plain-auth): Rewrite using SASL library.
11737         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11738         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11739         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11740         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11741
11742 2004-01-05  Simon Josefsson  <jas@extundo.com>
11743
11744         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11745         New files.
11746
11747 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11748
11749         * gnus-group.el (gnus-no-groups-message): Update.
11750
11751         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11752
11753 2003-11-09  Simon Josefsson  <jas@extundo.com>
11754
11755         * imap.el: Support for ID IMAP extension (RFC 2971).
11756         (imap-local-variables): Add imap-id.
11757         (imap-id): New variable.
11758         (imap-id): New function.
11759         (imap-parse-response): Parse untagged ID response.
11760         * nnimap.el (nnimap-id): New variable.
11761         (nnimap-open-connection): Use it.
11762
11763 2003-12-28  Simon Josefsson  <jas@extundo.com>
11764
11765         * gnus-score.el (gnus-score-edit-all-score): New.
11766         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11767
11768 2004-01-04  Simon Josefsson  <jas@extundo.com>
11769
11770         * password.el: Add.
11771
11772 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11773
11774         * dns.el: Add support for AAAA records (see RFC 3596)
11775
11776         * Fix typo PRT -> PTR
11777
11778         * Parse MX, PTR and SOA replies (see RFC 1035)
11779
11780 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11781
11782         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11783
11784         * Moved to Changelog.2.
11785
11786 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11787
11788         * gnus.el (gnus-version-number): Bump version.
11789
11790 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11791
11792         * gnus.el: No Gnus v0.1 is released.
11793
11794 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11795
11796         * gnus.el: No Gnus v0.0 is released.
11797
11798 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11799
11800         * gnus.el (gnus-version-number): Bump.
11801         (gnus-version): No.
11802
11803 See ChangeLog.2 for earlier changes.
11804
11805     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11806
11807   This file is part of GNU Emacs.
11808
11809   GNU Emacs is free software; you can redistribute it and/or modify
11810   it under the terms of the GNU General Public License as published by
11811   the Free Software Foundation; either version 3, or (at your option)
11812   any later version.
11813
11814   GNU Emacs is distributed in the hope that it will be useful,
11815   but WITHOUT ANY WARRANTY; without even the implied warranty of
11816   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11817   GNU General Public License for more details.
11818
11819   You should have received a copy of the GNU General Public License
11820   along with GNU Emacs; see the file COPYING.  If not, write to the
11821   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11822   Boston, MA 02110-1301, USA.
11823
11824 ;; Local Variables:
11825 ;; coding: iso-2022-7bit
11826 ;; fill-column: 79
11827 ;; add-log-time-zone-rule: t
11828 ;; End:
11829
11830 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4