(gnus-group-highlight-line): Add FIXME.
[gnus] / lisp / ChangeLog
1 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4
5         * gnus-dired.el: Reduce Gnus dependencies.
6         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7         require.  Use autoloads instead.
8         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11         (gnus-dired-mode): Adjust doc string.
12         (gnus-dired-mail-mode): New variable.
13         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15         (gnus-dired-mail-buffers): New function.  Return mail or message
16         composition buffers.
17         (gnus-dired-attach): Use it.
18         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
19         NO-DECODE.
20         (gnus-dired-print): Use `gnus-print-buffer' depending on
21         `gnus-dired-mail-mode'.
22
23 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * rfc2047.el (rfc2047-encoded-word-regexp)
26         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
27         explaining what regexp patterns are for.
28
29 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
30
31         * mailcap.el: Reduce dependencies.
32         (mail-header-parse-content-type): Autoload.
33         (mailcap-delete-duplicates): New alias.
34         (mailcap-mime-info): Add optional argument NO-DECODE.
35         (mailcap-mime-types): Use mailcap-delete-duplicates.
36
37         * message.el (message-ignored-supersedes-headers): Add "X-ID".
38
39 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
40
41         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
42         (imap-parse-status): Upcase status-att for broken servers that sends
43         them lower-case (e.g., MS Exchange 2007).
44
45 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
48         function.
49
50         * gnus-uu.el (gnus-uu-decode-yenc): New command.
51         (gnus-uu-yenc-article): New function.
52
53         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
54
55         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
56         buffer.
57
58 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
59
60         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
61         matches on patches.
62
63         * gnus-art.el (gnus-article-browse-html-article): Mention
64         `mm-text-html-renderer' in the doc string.
65
66         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
67         string.  Add comments.
68
69         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
70         if rhs is ASCII.
71
72 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
73
74         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
75
76 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
77
78         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
79         certs should be verified and what is to be done in the event of a
80         verification failure.
81
82         * gnus.el (gnus-method-to-server): Add an optional parameter so the
83         caller can indicate whether the cache should be disregarded for this
84         call.  This way the result of the call is reproducible at all times and
85         can be considered a canonical server name for the supplied method.
86         (gnus-agent-method-p): Canonicalize server names by pushing their
87         method through `gnus-method-to-server' using the no-cache argument.
88
89         * gnus-srvr.el (gnus-server-insert-server-line): Call
90         `gnus-method-to-server' with `no-cache' argument.
91
92         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
93         gnus-agent-possibly-synchronize-flags as this should be called when the
94         server is actually being opened.
95         (gnus-agent-possibly-synchronize-flags)
96         (gnus-agent-possibly-synchronize-flags-server): Move check for the
97         flags file of an agentized server to the latter function.
98
99         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
100         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
101         after a connection has been established successfully.
102
103 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * gnus-art.el (article-display-face): Force to display face if called
106         interactively; check if gnus-article-x-face-too-ugly matches author.
107         (article-display-x-face): Display face even if From header is missing
108         as article-display-face does.
109
110 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
111
112         * mail-source.el (mail-sources): Default to fetch from file for
113         compatibility with default of nnmail-spool-file.
114
115 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
118         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
119         to look for encoded word that should be encoded again.
120         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
121         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
122         encoding pattern.
123         (rfc2047-decode-region): Switch strict regexp and loose one according
124         to rfc2047-allow-irregular-q-encoded-words.
125
126 2007-11-25  Romain Francoise  <romain@orebokech.com>
127
128         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
129
130 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
131
132         * tls.el (tls-program): Provide more custom choices from
133         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
134         (tls-process-connection-type, tls-success): Remove "*" in doc string.
135
136 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
137
138         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
139         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
140
141         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
142         `nnmail-spool-file'.
143
144         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
145         `nnmail-spool-file'.
146
147         * gnus-move.el (gnus-change-server): Ditto.
148
149         * gnus-kill.el (gnus-batch-score): Ditto.
150
151         * gnus-cache.el (gnus-jog-cache): Ditto.
152
153         * gnus-msg.el (gnus-summary-reply): Ignore
154         gnus-confirm-mail-reply-to-news for wide and very wide replies.
155
156 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
157
158         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
159         version.  Minor improvement to doc strings.
160         (tls-program): Add comment.
161
162 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
163
164         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
165         (tls-checktrust): New variable.  Check if GNU TLS complained about a
166         mismatch between the hostname provided in the certificate and the name
167         of the host connnecting to.
168         (open-tls-stream): Use them.  Check certificates against trusted root
169         certificates.
170
171 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
172
173         * gnus-cache.el (gnus-cache-generate-nov-databases): Use
174         nnml-generate-nov-databases-directory instead of
175         nnml-generate-nov-databases-1.
176
177 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
178
179         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
180         `smime-ldap-search' for Emacs 22 and up.
181
182 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
185         been checked if they have never been read and those group levels are
186         higher than the one that a user specified.
187
188 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
191         foreign groups unless a group level is specified by a user.
192         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
193
194 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
195
196         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
197         macros.
198         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
199         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
200         copy data from unibyte buffer to multibyte current buffer.
201         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
202         to copy data from unibyte current buffer to multibyte buffer.
203         (nntp-make-process-buffer): Make process buffer unibyte.
204
205         * pop3.el (pop3-open-server): Fix typo in Lisp code.
206
207 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
208
209         * pop3.el (pop3-open-server): Accept and process data more robustly at
210         connexion start to avoid spurious "POP SSL connexion failed" errors.
211
212 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
215         read group names.
216
217 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
218
219         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
220
221 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
222
223         * nnmail.el (nnmail-parse-active): Make group names unibyte.
224         (nnmail-save-active): Use a unibyte buffer when saving active file,
225         which may contain non-ASCII group names.
226
227         * nnml.el (nnml-request-group): Decode group names in messages.
228
229 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
230
231         * message.el (message-citation-line-function)
232         (message-insert-formatted-citation-line): Fix spelling of
233         `message-insert-formated-citation-line'.
234
235 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
236
237         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
238
239 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
242         nnmail-pathname-coding-system.
243
244         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
245         that a user enters; decode group names in messages.
246
247         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
248
249 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
250
251         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
252
253         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
254
255         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
256         risky local variable.
257
258         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
259
260 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
261
262         * encrypt.el: Improve documentation to fix function name typo.
263         Reported by Daiki Ueno <ueno@unixuser.org>.
264
265 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
268         even if the point is not in the last page of an article.
269         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
270         back to the previous page.
271
272 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
273
274         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
275
276 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
279
280 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
281
282         * message.el (message-remove-blank-cited-lines): Fix if remove is
283         given.
284         (message-bogus-address-regexp): New variable.
285         (message-bogus-recipient-p): New function.
286         (message-check-recipients): New command.
287         (message-syntax-checks): Add `bogus-recipient'.
288         (message-fix-before-sending): Add `bogus-recipient'.
289
290         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
291         (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
292         window-system.
293
294 2007-10-28  Miles Bader  <miles@gnu.org>
295
296         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
297         at compile-time too.
298
299 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
300
301         * gnus-msg.el (gnus-message-setup-hook): Add
302         `message-remove-blank-cited-lines' to options.
303
304 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
305
306         * message.el (message-remove-blank-cited-lines): New function.
307         Suggested by Karl Pl\e,Ad\e(Bsterer.
308
309 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
312         mapc.
313
314         * imap.el (imap-open): Replace mapcar called for effect with mapc.
315         (top-level): Use mapc to set functions to be traced for debugging.
316
317         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
318         called for effect with while loop.
319
320         * message.el (message-talkative-question): Replace mapcar called for
321         effect with mapc.
322
323         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
324         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
325         called for effect with dolist.
326
327         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
328
329         * nndiary.el: Use dolist instead of mapcar to add diary headers to
330         gnus-extra-headers and nnmail-extra-headers.
331
332         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
333         called for effect with dolist.
334         (top-level): Use mapc to set functions to be traced for debugging.
335
336         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
337         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
338         dolist.
339
340         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
341         Replace mapcar called for effect with mapc.
342         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
343         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
344         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
345         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
346
347         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
348         remove-if that's a cl function.
349
350         * webmail.el (webmail-debug): Replace mapcar called for effect with
351         dolist.
352
353         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
354         with mapc.
355
356 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
359         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
360         with while loop.
361
362         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
363         functions from article-* functions.
364         (gnus-multi-decode-header): Replace mapcar called for effect with
365         dolist.
366
367         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
368         (gnus-bookmark-show-details): Replace mapcar called for effect with
369         while loop.
370
371         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
372         called for effect with while loop.
373
374         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
375         with dolist.
376
377         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
378         mapcar called for effect with dolist.
379
380         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
381
382         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
383         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
384         Replace mapcar called for effect with dolist.
385         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
386         mapc.
387
388         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
389         Replace mapcar called for effect with dolist.
390         (gnus-topic-list): Replace mapcar called for effect with mapc.
391
392         * gnus.el: Use mapc instead of mapcar to add autoloads.
393
394 2007-10-23  Richard Stallman  <rms@gnu.org>
395
396         * gnus-group.el (gnus-group-highlight): Mark as risky.
397
398 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
399
400         * gnus.el (gnus-server-to-method): Return method found first in
401         gnus-newsrc-alist.
402
403         * gnus-art.el (gnus-article-highlight-signature)
404         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
405         button overlay without the front stickiness.
406
407 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
408
409         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
410         overview buffer needed a catch to receive its throw.
411         (gnus-agent-flush-cache): Declared as interactive to make this function
412         easier to use.
413
414 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
415
416         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
417         `next-line'.
418
419 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
422         exclude address matching message-dont-reply-to-names.
423
424 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * gnus-util.el (gnus-string<): New function.
427
428         * gnus-sum.el (gnus-article-sort-by-author)
429         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
430
431 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
434         the frame-focus tag is set in gnus-buffer-configuration.
435
436 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * gnus-art.el (gnus-article-add-button): Make a button overlay without
439         the front stickiness.
440
441 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
444         url pattern; remove duplicate one.
445         (gnus-article-extend-url-button): New function.
446         (gnus-article-add-buttons): Use it.
447         (gnus-button-push): Use concatenated url that it makes.
448
449 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
450
451         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
452
453 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
454
455         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
456         Don't hardcode point-min==1.
457
458 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
459
460         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
461         Fix comment about "iso8859-1".
462
463 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
464
465         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
466         ones returned from the verify-function.
467
468         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
469         mml2015-extract-cleartext-signature if extraction failed.
470
471 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
472
473         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
474         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
475         failed.
476
477 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
478
479         * Relicense "GPLv2 or later" files to "GPLv3 or later".
480
481 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
482
483         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
484         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
485         recommends to use EasyPG instead of PGG.
486
487         * pgg.el: Revert to revision 6.23.2.16
488
489         * pgg-def.el: Revert to revision 6.6.2.14.
490
491         * pgg-gpg.el: Revert to revision 6.23.2.34.
492
493 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
494
495         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
496         to mark a thread as expirable.  Add variable `hide' to handle hiding of
497         thread for both the null and zero (kill/expire thread) universal prefix
498         cases.
499         (gnus-summary-expire-thread): Add new function to expire a thread,
500         using gnus-summary-kill-thread.
501         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
502         shortcuts for gnus-summary-expire-thread.
503         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
504         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
505
506 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
507
508         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
509         extras value, so an extras entry can be deleted.
510         (gnus-registry-delete-extra-entry): Use it.
511         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
512         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
513         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
514          storage through the gnus-registry, and provide an appropriate API for
515          it.
516
517 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
518
519         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
520         Suggested by Leo <sdl.web@gmail.com>.
521
522         * gnus.el: Do.
523
524 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
527         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
528
529         * gnus-agent.el (gnus-agent-fetch-headers): Do.
530
531         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
532         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
533
534 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
537         newline.
538         (nnmbox-request-accept-article): Don't change article in source buffer;
539         narrow to header to use message-fetch-field rather than
540         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
541         (nnmbox-request-replace-article): Quote lines that'll be misidentified
542         as delimiters; make sure article ends with newline.
543         (nnmbox-delete-mail): Correct last position of article to be deleted;
544         ignore X-Gnus-Newsgroup header in article body.
545         (nnmbox-save-mail): Quote lines looking like delimiters at the right
546         positions; make sure article ends with newline.
547
548         * message.el (message-display-abbrev): Don't infloop when a user
549         inserts SPC in the beginning of header.
550
551         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
552         coding-system-for-read and coding-system-for-write for XEmacs having no
553         file-coding feature.
554
555         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
556
557 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
558
559         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
560         list of groups not followed by default.  Fix type to be regexp.
561         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
562
563 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
564
565         * hmac-def.el (define-hmac-function): Switch from old-style to
566         new-style backquotes.
567
568         * md4.el (md4-make-step): likewise.
569
570 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
573         raw-text coding system when saving .newsrc file, which may contain
574         non-ASCII group names.
575
576 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
577
578         * gnus-cus.el (gnus-score-extra): New widget.
579         (gnus-score-extra-convert): New function.
580         (gnus-score-customize): Use it for Extra.
581
582 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
583
584         * mml2015.el (mml2015-extract-cleartext-signature): New function.
585         (mml2015-mailcrypt-clear-verify): Use it.
586         (mml2015-gpg-clear-verify): Use it.
587         (mml2015-pgg-clear-verify): Use it.
588         (mml2015-epg-clear-verify): Replace the current part with the output
589         from GnuPG; don't extract the plaintext by itself.
590
591         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
592         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
593         mml2015-clear-verify-function; don't touch the armor headers or
594         dash-escaped text here.
595
596 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
599         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
600         parts, or application/octet-stream as a last resort.
601         (gnus-mime-view-part-as-type): Don't toggle display.
602         (gnus-mime-view-part-as-charset): Don't turn off display before
603         querying charset.
604
605         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
606         stuff to undisplayer function in Emacs.
607         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
608
609         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
610         text/calendar parts.
611
612 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
615         decoding text/calendar parts.
616
617         * message.el (message-forward-make-body-mime): Always mark body as
618         having no illegible text; remove signed-or-encrypted argument.
619         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
620
621         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
622         (mml-generate-mime-1): Don't encode body if it is specified to be in
623         raw form; don't make buffer be unibyte when inserting multibyte string.
624
625 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
626
627         * sha1.el: Fix up comment style.
628         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
629         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
630
631         * hex-util.el: Fix up comment style.
632         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
633
634         * gnus-salt.el: Use with-current-buffer.
635         (gnus-pick-setup-message): Fix long-standing typo.
636
637 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * imap.el (imap-logout-timeout): New variable.
640         (imap-logout, imap-logout-wait): New functions.
641         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
642
643         * nnimap.el (nnimap-logout-timeout): New server variable.
644         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
645         nnimap-logout-timeout.
646
647         * gnus-art.el (gnus-article-summary-command-nosave)
648         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
649
650 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
651
652         * gnus.el (gnus-maximum-newsgroup): New variable.
653
654         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
655         according to gnus-maximum-newsgroup.
656
657         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
658         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
659         Limit the range of articles according to gnus-maximum-newsgroup.
660
661 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
662
663         * gnus-art.el (gnus-sticky-article): Fixed problems described in
664         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
665         Don't perform gnus-configure-windows here; reuse existing sticky
666         article buffer.
667
668         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
669         it doesn't exist in gnus-article-mode.
670
671 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
674         (gnus-agent-decoded-group-name): New function.
675         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
676         (gnus-agent-expire-group-1): Use it; decode group name in messages.
677
678 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
679
680         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
681         Add binding for gnus-sticky-article.
682         (gnus-summary-exit): Don't kill sticky article buffers.
683
684         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
685         article buffer.
686         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
687         (gnus-kill-sticky-article-buffers): New commands.
688
689 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
690
691         * nntp.el (nntp-xref-number-is-evil): New server variable.
692         (nntp-find-group-and-number): If it is non-nil, don't trust article
693         numbers in the Xref header.
694
695 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * gnus-agent.el (gnus-agent-read-group): New function.
698         (gnus-agent-flush-group, gnus-agent-expire-group)
699         (gnus-agent-regenerate-group): Use it.
700         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
701         nnmail-pathname-coding-system.
702
703 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
704
705         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
706
707         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
708         that are unread as unread, and also as selected so that information of
709         marks having been changed by a user may be updated when exiting group.
710
711 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
712
713         * gnus-art.el (gnus-mime-display-single): Pass part number that is
714         calculated ignoring signature parts to gnus-treat-article.
715
716 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
717
718         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
719         a point here in order to keep the window start.
720         (gnus-insert-mime-security-button): Make a button overlay without the
721         front stickiness.
722         (gnus-mime-display-security): Goto the end of a button.
723
724         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
725
726 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
727
728         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
729         group-name-at-point.
730         (gnus-group-completing-read): New function that offers decoded
731         non-ASCII group names for completion.
732         (gnus-fetch-group, gnus-group-read-ephemeral-group)
733         (gnus-group-jump-to-group, gnus-group-make-group-simple)
734         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
735         (gnus-group-fetch-control): Use it.
736         (gnus-fetch-group): Use group-name-at-point for the initial value
737         rather than the default value; use gnus-alive-p.
738
739         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
740         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
741         (gnus-summary-post-news): Use gnus-group-completing-read.
742
743         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
744         (gnus-read-move-group-name): Decode group name for completion.
745
746 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
747
748         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
749         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
750         Yamaoka slightly modified the code).
751
752 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
755         (nnmail-split-incoming): Bind it.
756
757         * nnml.el (nnml-group-name-charset): New function.
758         (nnml-decoded-group-name): Use it; don't decode group name if
759         nnmail-group-names-not-encoded-p is non-nil.
760         (nnml-encoded-group-name): New function.
761         (nnml-group-pathname): Inline nnml-decoded-group-name.
762         (nnml-request-expire-articles): Decode group name in message.
763         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
764         nnmail-pathname-coding-system.
765         (nnml-save-mail, nnml-active-number): Work with decoded group names and
766         not decoded ones according to nnmail-group-names-not-encoded-p.
767         (nnml-generate-active-info): Use nnml-encoded-group-name.
768
769 2007-08-08  Glenn Morris  <rgm@gnu.org>
770
771         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
772         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
773         doc-strings and comments.
774
775 2007-07-25  Glenn Morris  <rgm@gnu.org>
776
777         * Relicense all FSF files to GPLv3 or later.
778
779 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
780
781         * gnus-sum.el (gnus-summary-move-article): Make
782         gnus-summary-respool-article work.
783
784 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
785
786         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
787         string.
788
789 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
790
791         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
792         that should be ignored when comparing distant RSS articles with local
793         ones.
794         (nnrss-make-hash-index): New function.  Create a hash index according
795         to the ignored fields.
796         (nnrss-check-group): Use it.
797
798 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
801
802         * gnus-art.el (article-decode-group-name): Decode Xref header too.
803
804         * gnus-group.el (gnus-group-make-group): Encode group name here unless
805         the new optional argument ENCODED is non-nil.
806         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
807         coding system for encoding group name.
808         (gnus-group-make-rss-group): Pass un-encoded group name to
809         gnus-group-make-group.
810         (gnus-group-set-info): Tell gnus-group-make-group that group name is
811         encoded.
812
813         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
814         Encode group name to which articles are moved or copied.
815         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
816         coding system for encoding Newsgroup, Followup-To and Xref headers.
817
818         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
819         marks; use nnheader-file-coding-system to write a file.
820         (nnagent-retrieve-headers): Bind file-name-coding-system to
821         nnmail-pathname-coding-system.
822
823         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
824
825         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
826         (nnml-request-article, nnml-request-create-group)
827         (nnml-request-rename-group, nnml-find-id)
828         (nnml-possibly-change-directory, nnml-possibly-create-directory)
829         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
830         (nnml-save-marks): Use nnml-group-pathname instead of
831         nnmail-group-pathname.
832
833         (nnml-request-create-group, nnml-request-expire-articles)
834         (nnml-request-move-article, nnml-request-delete-group)
835         (nnml-deletable-article-p, nnml-possibly-create-directory)
836         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
837         (nnml-open-marks): Bind file-name-coding-system to
838         nnmail-pathname-coding-system.
839
840         (nnml-request-article): Pass server argument to nnml-find-group-number.
841         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
842         server argument to nnml-possibly-create-directory.
843         (nnml-request-accept-article): Pass server argument to
844         nnml-active-number and nnml-save-mail.
845         (nnml-find-group-number): Pass server argument to nnml-find-id.
846         (nnml-request-update-info): Pass server argument to
847         nnml-marks-changed-p.
848
849         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
850         (nnml-save-mail, nnml-active-number): Add server argument.
851
852         (nnml-request-delete-group): Warn if group is missing.
853         (nnml-get-nov-buffer): Decode group name.
854         (nnml-generate-active-info): Encode group name.
855         (nnml-open-marks): Decode group name in messages.
856
857 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
860         if it is not specified.
861         (gnus-article-pipe-part, gnus-article-save-part)
862         (gnus-article-interactively-view-part, gnus-article-copy-part)
863         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
864         (gnus-article-inline-part, gnus-article-save-part-and-strip)
865         (gnus-article-replace-part, gnus-article-delete-part)
866         (gnus-article-view-part-as-type): Pass raw prefix argument to
867         gnus-article-part-wrapper.
868
869 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
870
871         * gnus-agent.el (gnus-agent-save-active): Bind
872         nnheader-file-coding-system to gnus-agent-file-coding-system.
873
874         * gnus-cache.el (gnus-cache-save-buffers)
875         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
876         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
877         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
878         (gnus-cache-braid-nov, gnus-cache-braid-heads)
879         (gnus-cache-generate-active, gnus-cache-rename-group)
880         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
881         (gnus-cache-update-overview-total-fetched-for): Bind
882         file-name-coding-system to nnmail-pathname-coding-system.
883         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
884         variables.
885         (gnus-cache-decoded-group-name): New function.
886         (gnus-cache-file-name): Use it.
887         (gnus-cache-generate-active): Use non-decoded group name for active.
888
889         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
890         right place.
891         (gnus-write-active-file): Don't break non-ASCII group names.
892
893         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
894         nnmail-pathname-coding-system.
895
896         * lpath.el: Bind default-file-name-coding-system,
897         file-name-coding-system and language-info-alist for XEmacs.
898
899         * gnus-uu.el (gnus-uu-decode-save): Typo.
900
901 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
904
905 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
908         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
909         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
910         (gnus-agent-flush-group, gnus-agent-flush-cache)
911         (gnus-agent-fetch-headers, gnus-agent-load-alist)
912         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
913         (gnus-agent-retrieve-headers, gnus-agent-request-article)
914         (gnus-agent-regenerate-group)
915         (gnus-agent-update-files-total-fetched-for)
916         (gnus-agent-update-view-total-fetched-for): Bind
917         file-name-coding-system to nnmail-pathname-coding-system.
918         (gnus-agent-group-pathname): Don't encode file names by
919         nnmail-pathname-coding-system.
920         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
921         coding-system-for-write instead of buffer-file-coding-system to
922         gnus-agent-file-coding-system.
923
924         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
925         Decode group name.
926
927         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
928
929         * gnus-start.el (gnus-update-active-hashtb-from-killed)
930         (gnus-read-newsrc-el-file): Make group names unibyte.
931
932         * nnmail.el (nnmail-group-pathname): Don't encode file names by
933         nnmail-pathname-coding-system.
934
935         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
936         (nnrss-request-delete-group): Bind file-name-coding-system to
937         nnmail-pathname-coding-system.
938         (nnrss-read-server-data, nnrss-read-group-data): Bind
939         file-name-coding-system correctly.
940         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
941
942         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
943         (nntp-server-to-method-cache): New variable.
944         (nntp-group-pathname): New function that decodes non-ASCII group names.
945         (nntp-possibly-create-directory, nntp-marks-changed-p)
946         (nntp-save-marks, nntp-open-marks): Use it.
947         (nntp-possibly-create-directory, nntp-open-marks):
948         Bind file-name-coding-system to nnmail-pathname-coding-system.
949         (nntp-open-marks): Decode group names when bootstrapping marks.
950
951         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
952         Newsgroups and Folowup-To headers.
953
954 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
955
956         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
957         (gnus-server-closed-face, gnus-server-denied-face)
958         (gnus-server-offline-face): Remove variable.
959         (gnus-server-font-lock-keywords): Use faces that are not aliases.
960
961         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
962         of modifying message-stack directly for XEmacs.
963
964         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
965         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
966         if the coding-system argument is nil for XEmacs.
967
968         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
969         mm-charset-override-alist.
970
971         * rfc2047.el: Don't require base64; require rfc2045 for the function
972         rfc2045-encode-string.
973         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
974         to quote the parameter value.
975
976 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
979         form in gnus-group-name-charset-method-alist.
980
981         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
982         overrides the default layout edit-form.
983
984         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
985
986         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
987
988 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
991         as unfetched articles.
992
993 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
994
995         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
996
997 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
1000         original back end that keeps marks in the local system.
1001
1002 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
1005         arg of pop-to-buffer for XEmacs.
1006         (gnus-article-read-summary-keys): Ditto; don't restore window
1007         configuration if summary command ends up with neither article buffer
1008         nor summary buffer; describe bindings if summary keys end with C-h.
1009
1010 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * message.el (message-fix-before-sending): Skip raw message part to be
1013         forwarded while checking illegible text.
1014         (message-forward-make-body-mime, message-forward-make-body): Mark
1015         signed or encrypted raw message as having no illegible text.
1016
1017 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
1020         (gnus-message-with-timestamp-1): New macro.
1021         (gnus-message-with-timestamp): New function.
1022         (gnus-message): Use them.
1023
1024         * nnheader.el (nnheader-message): Use them.
1025
1026 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
1027
1028         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
1029         .newsrc.eld file.
1030
1031 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * gnus-agent.el (gnus-agent-fetch-headers)
1034         (gnus-agent-retrieve-headers): Bind
1035         gnus-decode-encoded-address-function to identity.
1036
1037         * nntp.el (nntp-send-xover-command): Recognize an xover command is
1038         available also when the server returns simply a dot.
1039
1040         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
1041
1042 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1043
1044         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
1045
1046 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1047
1048         * gnus-ems.el (gnus-x-splash): Make it work.
1049
1050         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
1051         from being used.
1052
1053         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
1054
1055 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
1058         4th and the 5th arguments.
1059
1060         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
1061         the front stickiness.
1062         (gnus-article-summary-command-nosave): Correct the order of the
1063         arguments passed to pop-to-buffer.
1064         (gnus-article-read-summary-keys): Ditto; make it work properly when the
1065         summary command ends up with the article buffer.
1066
1067         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
1068         the same faces.
1069
1070 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1071
1072         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
1073
1074 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1075
1076         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
1077         * gnus-sum.el (gnus-summary-highlight):
1078         * pgg.el (pgg-sign-region, pgg-sign):
1079         * mail-source.el (mail-source-delete-old-incoming-confirm):
1080         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
1081
1082 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * gnus-art.el (gnus-mime-view-part-externally)
1085         (gnus-mime-view-part-internally): Fix predicate function passed to
1086         completing-read.
1087
1088         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
1089
1090         * gnus.el (gnus-update-message-archive-method): Add :version.
1091
1092 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * gnus.el (gnus-update-message-archive-method): New variable.
1095
1096         * gnus-start.el (gnus-setup-news): Update saved "archive" method
1097         according to gnus-message-archive-method if
1098         gnus-update-message-archive-method is non-nil.
1099
1100 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
1103         by Loic Dachary <loic@dachary.org>.
1104         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
1105
1106 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * message.el (message-pop-to-buffer): Add switch-function argument.
1109         (message-mail): Pass switch-function argument to it.
1110
1111 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
1112
1113         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
1114         Improve doc string.
1115
1116 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
1119         (gnus-header-content)
1120         * gnus-cite.el (gnus-cite-10)
1121         * gnus-srvr.el (gnus-server-closed)
1122         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
1123         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
1124         (gnus-group-mail-3-empty, gnus-group-mail-low)
1125         (gnus-group-mail-low-empty, gnus-splash)
1126         * message.el (message-header-to, message-header-cc)
1127         (message-header-subject, message-header-other, message-header-name)
1128         (message-header-xheader, message-separator, message-cited-text)
1129         (message-mml): Lighten colors of faces used for dark background.
1130
1131 2007-05-24  Simon Josefsson  <simon@josefsson.org>
1132
1133         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
1134         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
1135
1136 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1137
1138         * message.el (message-narrow-to-headers-or-head): Ignore
1139         mail-header-separator in the body.
1140
1141 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
1144         same as window size.
1145
1146 2007-05-22  Kevin Ryde  <user42@zip.com.au>
1147
1148         * message.el (message-font-lock-keywords): Use message-header-xheader
1149         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
1150         ahead of the anything pattern, to get it recognised.
1151
1152 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1153
1154         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
1155         spam.el loads uses it in the compiled defadvice form.
1156
1157 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1158
1159         * gnus-sum.el (gnus-articles-to-read)
1160         (gnus-summary-insert-old-articles): Don't truncate group name for
1161         `read-string'.
1162
1163         * gnus-util.el (gnus-limit-string): Delete this function.
1164
1165         * gnus-sum.el (gnus-simplify-subject-fully): Use
1166         `truncate-string-to-width' instead.
1167
1168 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1169
1170         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
1171         if, on summary exit, the next group has to be selected.
1172         (gnus-summary-exit): Use it.
1173
1174 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1175
1176         * gnus-art.el (gnus-article-mode): Fix comment about displaying
1177         non-break space.
1178
1179 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
1182         Check if group is not a directory.
1183         (nnfolder-request-expire-articles): Don't delete articles if the target
1184         group is not available.
1185
1186         * nnml.el (nnml-request-create-group): Properly check if group is not a
1187         file.
1188         (nnml-request-expire-articles): Don't delete articles if the target
1189         group is not available.
1190
1191         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1192         Don't quote characters that are within parentheses.
1193
1194 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
1197         (gnus-handle-ephemeral-exit): Select article according to it.
1198
1199 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1200
1201         * message.el (message-insert-formated-citation-line): Remove newline.
1202         (message-citation-line-format): Add final \n here so that the user can
1203         avoid a blank line.
1204
1205 2007-05-03  Dan Christensen  <jdc@uwo.ca>
1206
1207         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1208         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1209         Update lanl/arXiv support.
1210
1211 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1212
1213         * gnus.el: Bump version number.
1214
1215 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1216
1217         * gnus.el (gnus-version-number): Bump version.
1218
1219 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1220
1221         * gnus.el: No Gnus v0.6 is released.
1222
1223 2007-04-27  Didier Verna  <didier@xemacs.org>
1224
1225         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
1226         * gmm-utils.el (gmm-regexp-concat): here.
1227         * message.el: Don't require 'gnus-util.
1228         (message-dont-reply-to-names): Handle name change above.
1229         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
1230
1231 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
1234         since the initial value varies according to the system.
1235
1236 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1237
1238         * mm-util.el (mm-charset-synonym-alist): Defcustom.
1239
1240 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
1241
1242         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
1243
1244 2007-04-24  Didier Verna  <didier@xemacs.org>
1245
1246         Improve the type of gnus-ignored-from-addresses.
1247         * gnus-util.el (gnus-orify-regexp): New function.
1248         * message.el (gnus-util): Require it.
1249         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
1250         * gnus-sum.el (gnus-ignored-from-addresses): New function.
1251         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
1252
1253 2007-04-24  Didier Verna  <didier@xemacs.org>
1254
1255         * gnus-sum.el:
1256         * gnus-utils.el: Fix some trailing whitespaces.
1257
1258 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1259
1260         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
1261         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
1262         article's Message-ID; refer parent article in summary buffer.
1263
1264         * message.el (message-bounce): Call mime-to-mml.
1265
1266         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
1267         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
1268         optimize and/or forms properly.
1269
1270 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
1271
1272         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
1273         URL.
1274
1275 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
1278
1279 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
1282         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
1283         displayed of multipart/alternative part if it is invoked from summary
1284         buffer.
1285
1286         * mm-view.el (mm-inline-text-html-render-with-w3m)
1287         (mm-inline-text-html-render-with-w3m-standalone)
1288         (mm-inline-render-with-function): Use mail-parse-charset by default.
1289
1290 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1291
1292         * parse-time.el (parse-time-string-chars): Check if CHAR
1293         is less than the length of parse-time-syntax.
1294
1295 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
1298         from gnus-newsgroup-processable.
1299
1300 2007-04-16  Didier Verna  <didier@xemacs.org>
1301
1302         * gnus-msg.el (gnus-configure-posting-styles): Handle
1303         message-signature-directory properly with :file syntax. Reported by
1304         "Leo".
1305
1306 2007-04-11  Didier Verna  <didier@xemacs.org>
1307
1308         New user option: message-signature-directory.
1309         * gnus-msg.el (gnus-configure-posting-styles): Support it.
1310         * message.el (message-insert-signature): Ditto.
1311         * message.el (message-signature-file): Doc update.
1312         * message.el (message-signature-directory): New.
1313
1314 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * gnus-msg.el (gnus-inews-yank-articles): Use
1317         message-exchange-point-and-mark instead of exchange-point-and-mark.
1318
1319 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * message.el (message-yank-original): Make sure cited text ends with
1322         newline; don't exchange point and mark.
1323
1324 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1325
1326         * tls.el (open-tls-stream): Properly handle case where there
1327         is no associated buffer.
1328
1329 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
1330
1331         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1332         message-yank-original, make sure (< mark TEXT point).
1333
1334 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1335
1336         * message.el (message-fill-column): New variable.
1337         (message-mode): Use it.  Add comment on a possible new hook.
1338
1339         * nnmail.el (nnmail-spool-file): Mark as obsolete.
1340         (nnmail-get-new-mail): Reformat.
1341
1342         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
1343
1344         * gmm-utils.el: Fix Commentary.
1345         (gmm-tool-bar-from-list): Fix typo in doc string.
1346
1347 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
1348
1349         * message.el (message-yank-original): Don't switch point and mark
1350         unnecessarily to put point and mark as documented.
1351
1352 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
1355         from the message heads.
1356
1357 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
1358
1359         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
1360         article buffer does not have a window.  This may not be the best
1361         solution but is certainly better than setting the start of the null,
1362         that is the current, window.
1363
1364 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1365
1366         * gnus-draft.el (gnus-draft-setup-hook): New hook.
1367         (gnus-draft-setup): Run it.
1368
1369         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
1370         gnus-score-fast-scoring.  Allow regexp.
1371         (gnus-score-headers): Use it.
1372
1373         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
1374         XEmacs.
1375
1376         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
1377         string.
1378         (gnus-button-alist): Also catch `<f1> k ...'.
1379         (gnus-treat-display-x-face): Fix doc string.
1380
1381 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1382
1383         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
1384         evaluation of gnus-extended-version to ensure correct generation of the
1385         User-Agent header when message-generate-headers-first is used.
1386
1387 2007-03-24  Simon Josefsson  <simon@josefsson.org>
1388
1389         * hashcash.el (hashcash-generate-payment-async): Don't crash if
1390         hashcash-path is nil.  Don't call callback with incorrect number of
1391         parameters if val is 0.
1392
1393 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1394
1395         * message.el (message-required-news-headers):
1396         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
1397
1398 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1399
1400         * tls.el (open-tls-stream): In handshake-waiting loop,
1401         don't wait more if there is output available to process.
1402
1403 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1404
1405         * tls.el (tls-program): Doc fix.
1406
1407 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * message.el (message-generate-new-buffers): Change the meaning of the
1410         nil value; add `standard' to the choices; treat t as `unique'; improve
1411         doc string.
1412         (gnus-select-frame-set-input-focus): Autoload.
1413         (message-buffer-name): Search for the existing message buffer if
1414         message-generate-new-buffers is nil or `standard'; treat the value t of
1415         message-generate-new-buffers as `unique'.
1416         (message-pop-to-buffer): Raise the frame already displaying the message
1417         buffer; clear the echo area after querying.
1418         (message-setup): Pass the `continue' argument to compose-mail.
1419         (message-mail): Prefer `switch-function' if it is given; search for the
1420         existing message buffer if the `continue' argument is non-nil; pass
1421         continue and switch-function arguments to compose-mail by way of
1422         message-setup.
1423         (message-mail-other-window): Adjust argument of message-setup.
1424         (message-mail-other-frame): Ditto.
1425
1426 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
1429         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
1430         to turn font-lock on when turning gnus-message-citation-mode on.
1431
1432 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
1433
1434         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
1435         (mml-smime-function-alist): New variable; add epg as the backend.
1436         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
1437         mml-smime- functions instead.
1438         * mm-view.el: Require smime.
1439
1440 2007-03-05  Didier Verna  <didier@xemacs.org>
1441
1442         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
1443         instead of just inheritance for posting styles.
1444         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
1445
1446 2007-02-24  Chris Moore  <dooglus@gmail.com>
1447
1448         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1449         * pgg-pgp.el (pgg-pgp-encrypt-region):
1450         * pgg-gpg.el (pgg-gpg-encrypt-region):
1451         Check pgg-encrypt-for-me if no other recipients.
1452
1453 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1454
1455         * tls.el (tls-certtool-program): Fix custom type.
1456
1457 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1460         and point-at-eol instead of line-(beginning|end)-position.
1461
1462         * assistant.el (assistant-parse-buffer): Ditto.
1463
1464         * netrc.el (netrc-parse-services): Ditto.
1465
1466 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
1467
1468         * mml2015.el (mml2015-epg-find-usable-key): New function.
1469         (mml2015-epg-sign): Use it.
1470         (mml2015-epg-encrypt): Use it.
1471
1472 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * message.el (message-make-in-reply-to): Quote name containing
1475         non-ASCII characters.  It will make the RFC2047 encoder cause an error
1476         if there are special characters.  Reported by NAKAJI Hiroyuki
1477         <nakaji@jp.freebsd.org>.
1478
1479 2007-02-27  Didier Verna  <didier@xemacs.org>
1480
1481         Include the group parameters as well as the topic ones in the
1482         inheritance filter process.
1483         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1484         argument GROUP-PARAMS-LIST.
1485         * gnus-topic.el (gnus-group-topic-parameters): Use it.
1486
1487 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1488
1489         * nntp.el (nntp-never-echoes-commands)
1490         (nntp-open-connection-functions-never-echo-commands): New variables.
1491         (nntp-send-command): Use them.
1492
1493 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
1494
1495         * mml2015.el (mml2015-epg-verify): Simplified.
1496
1497 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * mml.el (mml-content-disposition-alist): New user option.
1500         (mml-content-disposition): New function.
1501         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1502         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1503
1504 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1505
1506         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1507         verification.
1508
1509 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1510
1511         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1512         articles posted in the last 24 hours.
1513
1514 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1515
1516         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1517
1518 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1519
1520         * nntp.el (nntp-send-command): Don't wait for echoes when
1521         nntp-open-ssl-stream is used.
1522
1523 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1524
1525         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1526         (gnus-message-add-citation-keywords)
1527         (gnus-message-remove-citation-keywords): Remove.
1528         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1529         directly, make the variables in font-lock-defaults buffer-local, add
1530         gnus-message-citation-keywords to them and then update the value of
1531         font-lock-keywords.
1532
1533 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1534
1535         * message.el (message-cite-original-1): Don't call
1536         gnus-article-highlight-citation.
1537
1538         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1539         citations; fix line count.
1540
1541 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1542
1543         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1544         (gnus-message-add-citation-keywords)
1545         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1546         versions of font-lock-add-keywords and font-lock-remove-keywords to
1547         work with XEmacs correctly.
1548
1549 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1550
1551         * gnus-cite.el (gnus-cite-face-list): Set the values of
1552         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1553         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1554         (gnus-message-cite-prefix-regexp): New variable.
1555         (gnus-message-search-citation-line): Use it; protect against long
1556         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1557         the 0th match data for Emacs.
1558         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1559         (gnus-message-add-citation-keywords): Append keywords rather than
1560         prepending; emulate font-lock-add-keywords if it is not available.
1561         (gnus-message-remove-citation-keywords): Emulate
1562         font-lock-remove-keywords if it is not available.
1563
1564         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1565
1566         * message.el (message-cite-prefix-regexp): Set the value of
1567         gnus-message-cite-prefix-regexp.
1568
1569 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1570
1571         * nnweb.el (nnweb-google-parse-1): Update parser.
1572
1573 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1574
1575         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1576
1577 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1578
1579         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1580         regexp.
1581
1582 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1585         string-to-multibyte.
1586         (uudecode-decode-region-internal): Use it.
1587
1588         * lpath.el: Fbind string-as-multibyte for XEmacs.
1589
1590 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1591
1592         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1593         custom choice.
1594
1595         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1596
1597 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1598
1599         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1600
1601         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1602         `write-region' to respect `mm-inhibit-file-name-handlers'.
1603
1604 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1605
1606         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1607         Use gnus-home-directory instead of "~/" or "$HOME".
1608
1609 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1610
1611         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1612         to mention filename.
1613         Add comments at beginning regarding usage.
1614         (encrypt-write-file-contents): Change interactive so a string is
1615         acceptable.  If the file has no associated model, show an error instead
1616         of a nonsense prompt.
1617
1618 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1619
1620         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1621         Thanks to Yoshihiko Yamada for kind notification of this typo.
1622
1623 2007-01-12  Kenichi Handa  <handa@m17n.org>
1624
1625         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1626         multibyte buffer.
1627
1628 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1629
1630         * gnus-score.el (gnus-score-fast-scoring): New variable.
1631         (gnus-score-headers): Use it.
1632
1633         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1634
1635         * message.el (message-cite-original-1): Call
1636         gnus-article-highlight-citation if requested.
1637         (message-make-from): Allow name and address as optional arguments.
1638
1639         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1640
1641         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1642         bugs to doc string.
1643         (gnus-button-alist): Add mid\\|message-id.
1644         (gnus-button-fetch-group): Extend for use in
1645         `browse-url-browser-function'.
1646         (gnus-button-url-regexp): Try to catch paired parentheses like in
1647         Wikipedia URLs.
1648
1649         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1650         Suggested by Simon Krahnke <overlord@gmx.li>.
1651
1652 2007-01-13  Romain Francoise  <romain@orebokech.com>
1653
1654         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1655         Update copyright.
1656
1657 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1658
1659         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1660
1661 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1662
1663         * gnus-registry.el (gnus-registry-unfollowed-groups)
1664         (gnus-registry-split-fancy-with-parent): Fix documentation.
1665
1666 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1669         from nnweb groups.
1670
1671 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672
1673         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1674         Xref urls.  Erase buffer before requesting head.
1675
1676 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1677
1678         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1679         customizable.
1680
1681 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1682
1683         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1684         no signing key is found.
1685         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1686         no encrypting and/or signing key is found.
1687
1688 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1689
1690         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1691
1692 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1693
1694         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1695         headers read from disk with the ones newly found in the current search.
1696         This should no longer cause problems, because the article numbers in
1697         Gmane's `nov.php' output are ignored since the previous change.
1698
1699 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1700
1701         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1702
1703 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1706         replace-regexp-in-string; bind url-version; fbind display-images-p and
1707         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1708         find-face and set-itimer-function for Emacs; bind itimer-list for
1709         Emacs.
1710
1711         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1712
1713 2007-01-01  Romain Francoise  <romain@orebokech.com>
1714
1715         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1716
1717 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1718
1719         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1720         `define-minor-mode' macro definition expanded properly.
1721         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1722         exclude it there.
1723
1724         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1725         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1726         `fboundp' test.
1727         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1728         This is OK to autoload in (S)XEmacs now.
1729
1730 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1733         keystroke.
1734         (gnus-summary-limit-to-singletons): Fix typo.
1735
1736         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1737         else fails.
1738
1739 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1740
1741         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1742         docstring.
1743
1744         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1745         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1746         (gnus-summary-insert-dormant-articles): Fix typo in message.
1747
1748 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1749
1750         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1751         nil for XEmacs.
1752         (gnus-message-citation-mode): Don't autoload in XEmacs.
1753
1754         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1755
1756 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1757
1758         * nnimap.el (nnimap-expunge-search-string): Mention
1759         nnimap-search-uids-not-since-is-evil in docstring.
1760
1761 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1762
1763         * spam.el: Revert to make-obsolete-variable because
1764         define-obsolete-variable-alias is not supported in Emacs 21.
1765
1766         * spam.el (spam-ifile-path, spam-ifile-database-path)
1767         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1768         make-obsolete-variable.
1769         (spam-bsfilter-path, spam-bsfilter-program)
1770         (spam-spamassassin-path, spam-spamassassin-program)
1771         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1772         use "path" inappropriately.
1773         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1774         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1775         variable names.
1776
1777 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1778
1779         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1780         summary buffer.
1781
1782         * password.el (password-cache-remove): Use clear-string to burn
1783         password, if available.
1784
1785 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1786
1787         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1788
1789         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1790
1791         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1792         (gnus-message-highlight-citation): Move defcustom here from
1793         gnus-cite.el.
1794         (gnus-message-citation-mode): Autoload.
1795
1796         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1797         checks to make it compile with XEmacs.
1798         (gnus-message-citation-mode): New minor mode.
1799         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1800         (gnus-message-highlight-citation): New variables.
1801         (gnus-message-search-citation-line)
1802         (gnus-message-add-citation-keywords)
1803         (gnus-message-remove-citation-keywords)
1804         (turn-on-gnus-message-citation-mode)
1805         (turn-off-gnus-message-citation-mode): New functions.
1806
1807 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1808
1809         * gnus-cite.el: Enable highlighting of different citation levels in
1810         message-mode.
1811
1812 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1813
1814         * message.el (message-make-fqdn): Fix comment.
1815         (message-bogus-system-names): Add ".local".
1816
1817         * spam.el (spam-ifile-path, spam-ifile-program)
1818         (spam-ifile-database-path, spam-ifile-database)
1819         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1820         Don't use "path" inappropriately.
1821         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1822         strings.
1823         (spam-check-ifile, spam-ifile-register-with-ifile)
1824         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1825         new variable names.
1826
1827         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1828         (gnus-treat-display-smileys): Simplify using
1829         gnus-image-type-available-p.
1830
1831         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1832         available.
1833
1834         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1835         `display-images-p' if available.
1836
1837 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1840         one after turning on the buffer's multibyteness instead of decoding
1841         them directly in the unibyte buffer that causes unexpected conversion
1842         in Emacs 23 (unicode).
1843
1844 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1845
1846         * message.el (message-generate-hashcash): Fix custom type.
1847
1848 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1849
1850         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1851
1852 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1853
1854         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1855         disconnect icons.  Add help text.
1856
1857 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1858
1859         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1860         negated to be consistent with the others we handle.
1861
1862 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1865         version of gnus-summary-buffer to something, so that we can use two
1866         article buffers at the same time.
1867
1868 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1869
1870         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1871         trigger all the extra headers.
1872         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1873         sorting.
1874
1875 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1876
1877         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1878         solid groups.
1879
1880 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1881
1882         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1883
1884 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1885
1886         * legacy-gnus-agent.el: Add Copyright notice.
1887
1888 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1889
1890         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1891
1892 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1895
1896         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1897         to make it work reliably in CVS Emacs.
1898         (gnus-summary-limit-strange-charsets-predicate)
1899         (gnus-summary-limit-to-predicate): New functions.
1900
1901 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1902
1903         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1904         specifying array size.
1905         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1906         array if it is too small.
1907         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1908         (gnus-sort-threads-loop): New function.
1909
1910 2006-12-06  Chris Moore  <dooglus@gmail.com>
1911
1912         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1913         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1914
1915 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1916
1917         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1918         options.
1919
1920 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1923         DOS-ing the recipient.
1924
1925         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1926         the headers when creating the mapping to avoid mismappings.
1927         (nnweb-gmane-create-mapping): Always nix out old mapping.
1928
1929 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1932         and mm-verify-option to never.
1933
1934 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * message.el (message-signed-or-encrypted-p): New function.
1937         (message-forward-make-body): Use it.
1938
1939         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1940         Replace encode-coding-string with mm-encode-coding-string.
1941
1942 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * nneething.el (nneething-decode-file-name): Replace
1945         decode-coding-string with mm-decode-coding-string.
1946
1947         * gnus-int.el (gnus-open-server): Say failed server's name.
1948
1949 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1950
1951         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1952         strings to a single string.  Quote `errors-file-name'.
1953         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1954         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1955         Adjust calls.  Use `shell-quote-argument'.
1956
1957 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1958
1959         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1960         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1961
1962         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1963         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1964         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1965         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1966         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1967         (gnus-subscribe-newsgroup, gnus-1):
1968         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1969         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1970         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1971         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1972
1973 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1976         keystroke.
1977         (gnus-summary-limit-to-bodies): Implement headersp.
1978
1979 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1982
1983 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1986
1987 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988
1989         * message.el (message-generate-hashcash): Expand range of values to
1990         include `opportunistic'.
1991         (message-send-mail): Use it.
1992
1993 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1994
1995         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1996         and comment it.
1997
1998         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1999
2000 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
2001
2002         * gnus-util.el (gnus-extract-address-components): Improve comment.
2003
2004 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * gnus-util.el (gnus-extract-address-components): Work with address in
2007         which the name portion contains @.
2008
2009         * lpath.el: Fbind custom-autoload.
2010
2011 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2012
2013         * gnus.el (gnus-start): Move custom group up.
2014         (gnus-select-method): Don't autoload, but make it available for
2015         `customize-variable'.
2016         (gnus-getenv-nntpserver): Don't autoload.
2017
2018 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
2019
2020         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
2021
2022 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2023
2024         * message.el (message-sendmail-extra-arguments): New variable.
2025         (message-send-mail-with-sendmail): Use it.
2026
2027 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
2030         mm-with-unibyte-current-buffer to make string unibyte.
2031
2032         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
2033         mm-string-as-multibyte.
2034
2035 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
2036
2037         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
2038         Reported by Werner Koch <wk@gnupg.org>.
2039
2040 2006-11-14  Daiki Ueno  <ueno@p360>
2041
2042         * mml2015.el: Autoload epa-select-keys when compiling.
2043
2044 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2045
2046         * mml2015.el (mml2015-epg-sign): Save the signing keys in
2047         message-options.
2048         (mml2015-epg-encrypt): Save the recipient keys in message-options.
2049
2050 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2051
2052         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
2053         EasyPG (< 0.0.6).
2054         (mml2015-always-trust): New user option.
2055         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
2056         prompt.
2057
2058 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * nntp.el (nntp-authinfo-force): New variable.
2061         (nntp-send-authinfo): Use it.
2062
2063 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
2064
2065         * message.el (message-strip-subject-encoded-words): Allow _not_ to
2066         decode encoded words.  Improve prompt.  Add comment about forwarding.
2067         (message-replacement-char): Move up.
2068
2069 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2070
2071         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
2072         instead of gnus-intersection because arguments of gnus-sorted-nunion
2073         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
2074
2075 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
2076
2077         * message.el (message-strip-subject-encoded-words): Reformat prompt.
2078         (message-simplify-subject-functions): Enable
2079         message-strip-subject-encoded-words by default.
2080
2081 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
2082
2083         * message.el (message-strip-subject-encoded-words): New function
2084         (message-simplify-subject-functions): New variable.
2085         (message-simplify-subject): Use it.  Fix typo in doc string.
2086         Support message-strip-subject-encoded-words.
2087
2088 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
2089
2090         * gnus-diary.el (gnus-diary-delay-format-function):
2091         * nndiary.el (nndiary-reminders):
2092         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
2093
2094 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2095
2096         * gnus-art.el (article-hide-boring-headers): Fetch date from
2097         gnus-original-article-buffer to avoid problems with localized date
2098         strings.
2099
2100 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2101
2102         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
2103
2104 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
2105
2106         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
2107         New variables.
2108         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2109         (mm-charset-synonym-alist): Move some entries to
2110         mm-codepage-iso-8859-list.
2111         (mm-charset-synonym-alist, mm-charset-override-alist): Add
2112         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2113
2114 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
2117
2118 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2119
2120         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
2121         with Emacs 21 and XEmacs.
2122
2123 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2124
2125         * spam.el (spam-parse-address): New function for better parsing,
2126         catching errors, etc.
2127         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
2128
2129 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2130
2131         * mm-view.el: Add interactive arg to html2text autoload.
2132
2133 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
2136
2137 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
2138
2139         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
2140         variables.
2141         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2142         (mm-charset-synonym-alist): Move some entries to
2143         mm-codepage-iso-8859-list.
2144
2145         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
2146
2147 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
2148
2149         * message.el (message-citation-line-format)
2150         (message-insert-formated-citation-line): Fix implementation of %E, %N
2151         and %n according to the doc string.
2152
2153 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
2154
2155         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2156         car-safe to avoid bad parses.
2157
2158 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
2161         names.
2162
2163         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
2164
2165 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
2168         header.
2169
2170         * message.el (message-draft-headers): Add Date.
2171         (message-headers-to-generate): Fix typo in docstring.
2172
2173         * nndraft.el (nndraft-required-headers): New variable.
2174         (nndraft-generate-headers): Use it.
2175
2176         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
2177
2178 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2179
2180         * gnus-registry.el (gnus-registry-wash-for-keywords)
2181         (gnus-registry-find-keywords): New functions to allow easy searching of
2182         articles that are in the registry.
2183
2184 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2185
2186         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2187         ietf-drums-parse-address instead of gnus-extract-address-components.
2188         Reported by Damien Elmes <damien@repose.cx>.
2189
2190 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2191
2192         * gnus.el (gnus-mime): Remove unused custom group.
2193
2194 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2195
2196         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
2197         "blank line" when searching for end of armor headers.
2198
2199 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * gmm-utils.el (gmm-write-region): Fix variable name.
2202
2203 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
2204
2205         * gmm-utils.el (gmm-write-region): New function based on compatibility
2206         code from `mm-make-temp-file'.
2207
2208         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
2209
2210         * nnmaildir.el (nnmaildir--update-nov)
2211         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
2212         Use `gmm-write-region'.
2213
2214 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2215
2216         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
2217         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2218
2219         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
2220
2221         * message.el (message-replacement-char): New variable.
2222         (message-fix-before-sending): Use it.
2223         (message-simplify-subject): New function to remove duplicate code.
2224         (message-reply, message-followup): Use it.
2225
2226         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
2227         gnus-summary-limit-to-articles.
2228
2229 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * gnus-util.el (gnus-with-local-quit): New macro.
2232
2233         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
2234
2235 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
2236
2237         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
2238         ignore non-string data.
2239
2240 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
2241
2242         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
2243         non-string data (needs to be done in the registry too).
2244
2245 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2246
2247         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
2248         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
2249         (gnus-registry-split-fancy-with-parent)
2250         (gnus-registry-fetch-simplified-message-subject-fast)
2251         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
2252         Remove text properties on ingress into the registry and when it's saved.
2253         (gnus-registry-clean-empty-function): Fix bug with cleaning the
2254         registry from entries with no groups.
2255
2256 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2257
2258         * gnus-util.el (gnus-string-remove-all-properties): Add utility
2259         function to remove string properties.
2260
2261 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2262
2263         * gmm-utils.el (gmm): Adjust custom version.
2264
2265         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
2266         custom version.
2267
2268         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2269
2270 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2271
2272         * gnus-art.el (gnus-insert-prev-page-button)
2273         (gnus-insert-next-page-button): Simplify.  Reformat.
2274
2275 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2276
2277         * gnus-art.el (gnus-insert-prev-page-button)
2278         (gnus-insert-next-page-button): Apply gnus-article-button-face.
2279
2280 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2281
2282         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2283
2284 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2285
2286         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
2287         gnus-article-button-face to MIME and security buttons.
2288
2289 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2290
2291         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
2292         readable.
2293
2294 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
2297
2298 2006-09-20  Steve Youngs  <steve@sxemacs.org>
2299
2300         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
2301         `browse-url-of-file' instead of `browse-url'.
2302
2303 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2304
2305         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2306         regexp.  Articles containing quotation were cut prematurely.
2307
2308 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * message.el (message-cite-original-1): Use nobody by default for the
2311         value of From header.
2312         (message-reply): Ditto.
2313
2314 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
2315
2316         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2317         to the gnus-info.  This fixes a bug of inline-PGP message verification.
2318         Reported by Michael Piotrowski <mxp@dynalabs.de>.
2319
2320 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2321
2322         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2323         mails in the doc string.  Add some URLs in comment.
2324         (pop3-movemail): Warn about pop3-leave-mail-on-server.
2325
2326 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2329         backslashes handling and the way to find boundaries of quoted strings.
2330
2331 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
2332
2333         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
2334         mml1991-encrypt-to-self is set and mml1991-signers is not set.
2335         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
2336         mml2015-encrypt-to-self is set and mml2015-signers is not set.
2337
2338 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2339
2340         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
2341         doc string.
2342         (gnus-button-regexp, gnus-button-last): Remove unused variables.
2343
2344 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * lpath.el: Fbind epg-check-configuration.
2347
2348 2006-09-06  Simon Josefsson  <jas@extundo.com>
2349
2350         * mml2015.el (mml2015-use): Doc fix, mention epg.
2351
2352 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2353
2354         * mml2015.el (mml2015-use): Default to epg, if available.
2355
2356 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2357
2358         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
2359         message-sender.
2360         (mml1991-epg-encrypt): Ditto.
2361         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
2362         message-sender.
2363         (mml2015-epg-encrypt): Ditto.
2364
2365 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
2366
2367         * message.el (message-send-mail-with-sendmail): Look for sendmail in
2368         several common directories.
2369
2370 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
2371
2372         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
2373         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
2374
2375 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * gnus-art.el (article-decode-encoded-words): Make it fast.
2378
2379 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
2382
2383         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
2384         in quoted string into `\'.
2385
2386 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2389         Use standard-syntax-table.
2390
2391 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * gnus-art.el (gnus-decode-address-function): New variable.
2394         (article-decode-encoded-words): Use it to decode headers which are
2395         assumed to contain addresses.
2396         (gnus-mime-delete-part): Remove useless `or'.
2397
2398         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
2399         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
2400         (gnus-nov-parse-line): Use it to decode From header.
2401         (gnus-get-newsgroup-headers): Ditto.
2402         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
2403
2404         * mail-parse.el (mail-decode-encoded-address-region): New alias.
2405         (mail-decode-encoded-address-string): New alias.
2406
2407         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2408         New function.
2409         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
2410         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
2411         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
2412         (rfc2047-decode-string): Ditto.
2413         (rfc2047-decode-address-region): New function.
2414         (rfc2047-decode-address-string): New function.
2415
2416 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
2417
2418         * message.el (message-caesar-buffer-body): Allow rotating headers.
2419
2420         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
2421
2422         * message.el (message-insert-formated-citation-line): Fix %f.
2423         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
2424
2425 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2426
2427         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
2428         (gnus-bookmark-mouse-available-p): New macro.
2429         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
2430         (gnus-bookmark-bmenu-show-infos): Use it.
2431         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
2432         (gnus-bookmark-bmenu-hide-infos): Ditto.
2433         (gnus-bookmark-remove-properties): New function.
2434         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
2435         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
2436         (gnus-bookmark-write-file): Bind coding-system-for-write.
2437         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
2438         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
2439         group before selecting it.
2440         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
2441         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
2442         quit-window if it is not available; use gnus-mouse-2 and bind it to
2443         gnus-bookmark-bmenu-select-by-mouse.
2444         (gnus-bookmark-show-details): Remove unused variable `details-list'.
2445         (gnus-bookmark-bmenu-select-by-mouse): New function.
2446
2447 2006-08-13  Romain Francoise  <romain@orebokech.com>
2448
2449         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
2450         space.
2451
2452 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * compface.el (uncompface): Use binary rather than raw-text-unix.
2455
2456 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2457
2458         * compface.el (uncompface): Make sure the eol conversion doesn't take
2459         place when communicating with the external programs.  Reported by
2460         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2461
2462 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * nnheader.el (nnheader-insert-head): Fix typo in comment.
2465
2466 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2467
2468         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2469         Make it more robust by parsing author and date independently.
2470
2471 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2472
2473         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2474
2475 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
2476
2477         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2478         first matching secret key.
2479         (mml2015-epg-encrypt): Ditto.
2480
2481         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2482         first matching secret key.
2483         (mml1991-epg-encrypt): Ditto.
2484
2485         * mml2015.el (mml2015-encrypt-to-self): New user option.
2486         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2487         mml2015-epg-encrypt-to-self is set.
2488
2489         * mml1991.el (mml1991-encrypt-to-self): New variable.
2490         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2491         mml1991-epg-encrypt-to-self is set.
2492
2493         * mml2015.el (mml2015-signers): New user option.
2494         (mml2015-epg-sign): Reflect the value of mml2015-signers.
2495         (mml2015-epg-encrypt): Allow to select signing keys.
2496
2497         * mml1991.el (mml1991-signers): New variable.
2498         (mml1991-epg-sign): Reflect the value of mml1991-signers.
2499         (mml1991-epg-encrypt): Allow to select signing keys.
2500
2501 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * nnheader.el (nnheader-insert-head): Make it work even if the file
2504         uses CRLF for the line-break code.
2505
2506 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2507
2508         * mml2015.el: Require mml-sec instead of password.
2509         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2510         (mml2015-cache-passphrase): Inherit the default value from
2511         mml-secure-cache-passphrase.
2512         (mml2015-passphrase-cache-expiry): Inherit the default value from
2513         mml-secure-passphrase-cache-expiry.
2514
2515         * mml1991.el: Require mml-sec instead of password.
2516         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2517         (mml1991-cache-passphrase): Inherit the default value from
2518         mml-secure-cache-passphrase.
2519         (mml1991-passphrase-cache-expiry): Inherit the default value from
2520         mml-secure-passphrase-cache-expiry.
2521
2522         * mml-sec.el: Require password.
2523         (mml-secure-verbose): New user option.
2524         (mml-secure-cache-passphrase): New user option.
2525         (mml-secure-passphrase-cache-expiry): New user option.
2526
2527 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2528
2529         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2530         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2531         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2532
2533         FIXME: Use `tiny change'?
2534
2535 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2536
2537         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2538         workaround for the url package included with Emacs.
2539
2540         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2541
2542 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2545         correctly.  This fixes a bug caused by the 2006-05-12 change.
2546
2547 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2548
2549         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2550         some information about the error when saying that the `bogus' mail
2551         group will be used.
2552
2553 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2554
2555         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2556         string.
2557
2558 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2559
2560         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2561
2562 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2563
2564         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2565
2566 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2567
2568         * mml1991.el (mml1991-function-alist): Add epg.
2569         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2570         (mml1991-epg-encrypt): New functions.
2571
2572 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2573
2574         * mml2015.el (mml2015-verbose): New variable.
2575         (mml2015-cache-passphrase): Ditto.
2576         (mml2015-passphrase-cache-expiry): Ditto.
2577         (mml2015-function-alist): Add epg.
2578         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2579         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2580         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2581         functions.
2582
2583 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2584
2585         * message.el (message-cite-original-1): Preserve region when removing
2586         quoted text due to X-No-Archive in order to avoid bogus attribution
2587         when citing multiple messages.
2588
2589 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2590
2591         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2592         Kenneth Jacker <khj@be.cs.appstate.edu>.
2593
2594 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2595
2596         * gnus-diary.el (gnus-user-format-function-d)
2597         (gnus-user-format-function-D): Autoload.
2598
2599         * imap.el (Commentary): Fix typo.
2600
2601         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2602         2006-04-22 contribution.
2603
2604 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2605
2606         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2607         It didn't really fix the bogosity I'm seeing with solid web groups.
2608
2609 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2610
2611         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2612         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2613         created using server names.  If we use the feature without declaring
2614         it, Gnus does not properly manage server and group state.
2615
2616         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2617         bound.
2618
2619 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2620
2621         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2622         looking up the method using GROUP's prefix before inventing a new one.
2623         It is used on killed/unknown groups in various places where returning
2624         an all-new method isn't expected by the caller.
2625
2626         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2627         and match semantics of gnus-group-real-prefix.
2628
2629 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2630
2631         * nnmail.el (nnmail-broken-references-mailers): New variable.
2632         (nnmail-ignore-broken-references): New function generalizing
2633         nnmail-fix-eudora-headers.
2634         (nnmail-fix-eudora-headers): Now obsolete.
2635
2636         * gnus-art.el (gnus-button-handle-custom): Support
2637         `customize-apropos*'.
2638
2639 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2642
2643         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2644         articles.
2645
2646 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2647
2648         * message.el (message-cite-reply-above): New variable.
2649         (message-yank-original): Use it.
2650
2651 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2652
2653         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2654
2655 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2656
2657         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2658         as read.
2659
2660         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2661
2662 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2663
2664         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2665         (gnus-bookmark-default-file): Use gnus-directory.
2666         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2667         Remove "*" in doc string.
2668         (gnus-bookmark-write-file): Simplify.
2669         (gnus-bookmark-maybe-sort-alist): Use `when'.
2670         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2671         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2672         FIXME about Emacs 21 and XEmacs compatibility.
2673         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2674         compatibility.
2675         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2676         compatibility.
2677         (gnus-bookmark-menu-heading): Fix version.
2678
2679 2006-06-19  Bastien Guerry  <bzg@altern.org>
2680
2681         * gnus-bookmark.el: New file.
2682
2683 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * message.el (message-syntax-checks): Doc fix.
2686
2687 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2688
2689         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2690         unsubscribed groups as if they were killed ones.  It causes duplicate
2691         entries in gnus-newsrc-alist.
2692
2693 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2694
2695         * message.el (message-syntax-checks): Doc fix.
2696         (message-send-mail): Add check for continuation headers.
2697         (message-check-news-header-syntax): Fix regexp used to check for
2698         continuation headers.
2699
2700 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2703
2704 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2705
2706         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2707
2708 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2711         default-truncate-lines.
2712
2713 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2716         to fill the utf-8 entry.
2717
2718         * lpath.el: Fbind unicode-precedence-list.
2719
2720 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2721
2722         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2723
2724 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2725
2726         * gnus-agent.el (directory-files-and-attributes): Move all the way
2727         forward (the third and final move).
2728         (gnus-agent-read-agentview): Trap reconstruction errors due to
2729         nonexistant directory.  Handle by returning nil.
2730
2731 2006-05-30  Didier Verna  <didier@xemacs.org>
2732
2733         * message.el (message-dont-reply-to-names): Update the custom type.
2734         * message.el (message-dont-reply-to-names): New defsubst: potentially
2735         convert a list of regexps into a single one.
2736         * message.el (message-get-reply-headers): Use it.
2737         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2738
2739 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * gnus-agent.el (directory-files-and-attributes): Move forward.
2742
2743 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2744
2745         * gnus-ml.el (gnus-mailing-list-subscribe)
2746         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2747         (gnus-mailing-list-message): Fix doc strings.
2748
2749 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2750
2751         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2752         of doing it manually.
2753
2754 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2755
2756         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2757         comment.
2758
2759 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2760
2761         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2762         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2763         (gnus-agent-read-local): All symbols allocated in my-obarray
2764         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2765         (gnus-agent-regenerate-group): Check numeric names to see if they are
2766         messages or groups.
2767         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2768         better way of do this...)
2769
2770         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2771         'dummy.group' (there should be a better way of do this...)
2772
2773 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2776         (gnus-saved-headers): Ditto.
2777         (gnus-default-article-saver): Mention functions may have properties.
2778         (gnus-article-save): Override gnus-save-all-headers and
2779         gnus-saved-headers by :headers property which saver function may have.
2780         (gnus-summary-save-in-file): Add :headers property.
2781         (gnus-summary-write-to-file): Ditto.
2782
2783         * gnus-sum.el (gnus-summary-save-article): Bind
2784         gnus-prompt-before-saving to t when saving many articles in a file;
2785         always show all headers.
2786
2787         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2788
2789 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2790
2791         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2792         marks.
2793
2794         * message.el (message-indent-citation): Add optional arguments to allow
2795         using it outside of message buffers.
2796
2797         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2798         (gnus-article-treat-unfold-headers): Use it.
2799         (gnus-article-truncate-lines): New variable.
2800         (gnus-article-mode): Use it.
2801         (gnus-article-toggle-truncate-lines): New function.
2802
2803         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2804         gnus-article-toggle-truncate-lines.
2805
2806         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2807         coding system in XEmacs, use binary.
2808
2809 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2812         after-load-alist.
2813
2814         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2815         this function should save decoded articles.
2816         (gnus-summary-write-to-file): Use property to specify this function
2817         should save decoded articles and specify gnus-summary-save-in-file
2818         should be used to save articles other than the first one when saving
2819         many articles.
2820         (gnus-summary-save-body-in-file): Use property to specify this
2821         function should save decoded articles.
2822         (gnus-summary-write-body-to-file): Use property to specify this
2823         function should save decoded articles and specify
2824         gnus-summary-save-body-in-file should be used to save articles other
2825         than the first one when saving many articles.
2826
2827         * gnus-sum.el (gnus-summary-save-article): Simplify.
2828
2829 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * gnus-art.el (gnus-default-article-saver): Add
2832         gnus-summary-write-body-to-file.
2833         (gnus-article-save-coding-system): Don't use coding system object
2834         in XEmacs.
2835         (gnus-read-save-file-name): Add optional `dir-var' argument which
2836         specifies directory in which files are saved; work even if optional
2837         `variable' argument is not specified.
2838         (gnus-summary-write-to-file): Read file name.
2839         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2840         (gnus-summary-write-body-to-file): New function.
2841
2842         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2843         (gnus-summary-local-variables): Add it.
2844         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2845         (gnus-summary-save-article): Remove optional `decode' argument;
2846         determine whether to decode articles by the value of
2847         gnus-default-article-saver; when saving many files using
2848         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2849         it first and use gnus-summary-save-in-file or
2850         gnus-summary-save-body-in-file thereafter unless
2851         gnus-prompt-before-saving is always; move point to article which
2852         will be saved.
2853         (gnus-summary-save-article-file): Revert.
2854         (gnus-summary-write-article-file): Revert.
2855         (gnus-summary-save-article-body-file): Revert.
2856         (gnus-summary-write-article-body-file): New function.
2857
2858 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * gnus-art.el (gnus-default-article-saver): Doc fix.
2861         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2862         from gnus-summary-save-article-coding-system, and default to a
2863         certain coding system.
2864         (gnus-output-to-file): Add coding cookie and encode text according
2865         to gnus-article-save-coding-system; don't use mm-append-to-file.
2866
2867         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2868         gnus-art.el and rename to gnus-article-save-coding-system.
2869         (gnus-summary-save-article): Require gnus-art; don't show all
2870         headers if it decodes articles; don't add coding cookie here;
2871         don't bind mm-text-coding-system-for-write.
2872         (gnus-summary-save-article-file): Save decoded articles.
2873         (gnus-summary-write-article-file): When saving many files, use
2874         gnus-summary-write-to-file first and gnus-summary-save-in-file
2875         thereafter unless gnus-prompt-before-saving is always.
2876         (gnus-summary-save-article-body-file): Save decoded articles.
2877
2878         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2879
2880 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2881
2882         * nnrss.el (nnrss-check-group): Bind hash-index.
2883
2884 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2885
2886         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2887         its hash index.  Store this hash in `nnrss-group-data'.
2888         (nnrss-read-group-data): Update accordingly.
2889
2890 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2891
2892         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2893         entry.
2894
2895         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2896         gnus-article-browse-html-article.
2897
2898 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2899
2900         * gnus-sum.el (gnus-summary-mime-map): Add
2901         gnus-article-browse-html-article.
2902
2903         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2904
2905 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2906
2907         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2908         suitable coding systems in customize.
2909
2910 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2911
2912         * mail-source.el (mail-sources): Fix custom type.
2913
2914 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2915
2916         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2917         (gnus-summary-expire-articles-now): Shorten prompt.
2918
2919         * gmm-utils.el (wid-edit): Require.
2920         (defun-gmm): Renamed from `gmm-defun-compat'.
2921         (gmm-image-search-load-path): Use it.
2922         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2923
2924 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2927         variable.
2928         (gnus-summary-save-article): Add optional `decode' argument.  If
2929         it is set and gnus-summary-save-article-coding-system is non-nil,
2930         save decoded article.
2931         (gnus-summary-write-article-file): Save decoded article if
2932         gnus-summary-save-article-coding-system is non-nil.
2933
2934         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2935         type.
2936
2937 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2940
2941 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2944         first to test gnus-single-article-buffer which may be buffer-local.
2945
2946         * gnus-sum.el (gnus-summary-setup-buffer): Make
2947         gnus-single-article-buffer buffer-local and nil in ephemeral
2948         group; make gnus-article-buffer, gnus-article-current, and
2949         gnus-original-article-buffer always buffer-local.
2950         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2951         group.
2952         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2953
2954 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2955
2956         * nnml.el (nnml-request-compact-group): Compressed files might not
2957         have .gz extension.
2958
2959 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2960
2961         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2962         (mm-copy-to-buffer): Use with-current-buffer.
2963         (mm-display-part): Simplify.
2964         (mm-inlinable-p): Add optional arg `type'.
2965
2966 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2967
2968         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2969         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2970         Try harder to show the attachment internally or externally using
2971         gnus-mime-view-part-as-type.
2972
2973 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2974
2975         * message.el (message-from-style, message-signature-separator)
2976         (message-user-organization-file, message-send-mail-function)
2977         (message-citation-line-function, message-yank-prefix)
2978         (message-indent-citation-function, message-signature)
2979         (message-signature-file, message-signature-insert-empty-line):
2980         Remove autoloads.
2981
2982         * gnus-art.el (gnus-buttonized-mime-types): Remove
2983         "multipart/signed".  Revert 2006-04-26 change.
2984
2985 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * gnus.el (gnus-version-number): Bump version.
2988
2989 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2990
2991         * gnus.el: No Gnus v0.5 is released.
2992
2993 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2994
2995         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2996         fetching articles by message-id.
2997
2998 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * message.el (hashcash): Require hashcash as normal.
3001
3002         * ecomplete.el (ecomplete-highlight-match-line): Use
3003         point-at-eol.
3004         (ecomplete-highlight-match-line): Use `highlight', because that
3005         face exists in both Emacs and XEmacs.
3006
3007         * message.el (message-display-abbrev): Use point-at-bol.
3008
3009         * mail-source.el: Don't require timer/timer-funcs.
3010
3011         * gnus-async.el: Ditto.
3012
3013         * password.el: Ditto.
3014
3015         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
3016
3017         * mm-url.el: Ditto.
3018
3019         * gnus-xmas.el: Don't require timer-funcs.
3020
3021         * mm-util.el: Require timer/timer-funcs.
3022
3023 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3024
3025         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
3026         Close.
3027
3028 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
3031         unibyte after clear-decrypt function runs.
3032
3033         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
3034         returns as a unibyte string.
3035
3036 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3037
3038         * lpath.el: Revert.
3039
3040         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
3041         (pgg-gpg-process-sentinel): Revert.
3042
3043         * pgg-pgp.el (pgg-pgp-process-region): Revert.
3044         (pgg-pgp-lookup-key): Revert.
3045
3046         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
3047         (pgg-pgp5-lookup-key): Revert.
3048
3049         * pgg.el (pgg-fetch-key): Revert.
3050
3051 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * lpath.el: Fbind string-as-multibyte for XEmacs.
3054
3055         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
3056         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
3057         (mml1991-pgg-encrypt): Ditto.
3058
3059         * pgg-gpg.el (pgg-string-to-multibyte): New function.
3060         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
3061         a multibyte buffer.
3062
3063         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
3064         (pgg-pgp-lookup-key): Ditto.
3065
3066         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3067         (pgg-pgp5-lookup-key): Ditto.
3068
3069         * pgg.el (pgg-fetch-key): Ditto.
3070
3071 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
3072
3073         * message.el (message-user-organization-file): Check several
3074         locations of the organization file.
3075
3076         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
3077         Add gnus-article-view-part-as-type.
3078
3079         * gnus-art.el (gnus-article-view-part-as-type): New function.
3080
3081         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
3082         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
3083
3084         * mml.el: Simplify autoload.
3085         (mml-mode): defvar dnd-protocol-alist instead of using
3086         symbol-value.
3087         (mml-default-directory): New variable.
3088         (mml-minibuffer-read-file): Use it.
3089         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
3090
3091         * message.el (message-citation-line-format): New variable.
3092         (message-insert-formated-citation-line): New function.
3093         (message-citation-line-function): Add
3094         `message-insert-formated-citation-line' to custom type.
3095
3096         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
3097         to doc string.
3098
3099         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
3100         depending on mm-verify-option.
3101
3102 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
3105         binding pgg-* variables; reimplement the section which prevents
3106         MIME header from being signed.
3107         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
3108         pgg-text-mode; remove a blank line at the top of body.
3109
3110         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
3111         lines at the top of body; use gnus-newsgroup-charset if there's no
3112         Charset header.
3113
3114 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * message.el (message-self-insert-commands): Doc fix.
3117
3118         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
3119         (mm-uu-pgp-encrypted-test): Ditto.
3120         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
3121         between header and body; return application/pgp-encrypted handle
3122         if decryption failed; decode decrypted body by charset.
3123
3124         * mm-decode.el (mm-automatic-display): Don't make application/pgp
3125         element match to application/pgp-*.
3126
3127 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3128
3129         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
3130         HTML.
3131
3132 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3133
3134         * mail-source.el (mail-source-call-script): Message the error
3135         string.
3136
3137 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * gnus-util.el (gnus-byte-compile): Use it.
3140
3141 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
3142
3143         * gnus-util.el (kill-empty-logs): New function.
3144
3145 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * message.el (message-mail-alias-type): Doc fix.
3148         (message-mail-alias-type-p): New function.
3149         (message-send): Use it.
3150         (message-mode): Ditto.
3151         (message-strip-forbidden-properties): Ditto.
3152
3153         * ecomplete.el (ecomplete-database-file-coding-system): New
3154         variable.
3155         (ecomplete-save): Use it.
3156         (ecomplete-setup): Use it.
3157
3158 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * message.el (message-self-insert-commands): New variable.
3161         (message-strip-forbidden-properties): Use it.
3162
3163 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164
3165         * message.el (message-put-addresses-in-ecomplete): Use a regexp
3166         that doesn't make XEmacs choke.
3167
3168 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
3169
3170         * gnus-util.el (gnus-replace-in-string):
3171         Prefer replace-regexp-in-string over of replace-in-string.
3172
3173 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * gnus-util.el (gnus-select-frame-set-input-focus):
3176         Use select-frame-set-input-focus if it is available in XEmacs; use
3177         definition defined in Emacs 22 for old Emacsen.
3178
3179         * dgnushack.el: Autoload unmorse-region for XEmacs.
3180
3181         * lpath.el: Bind cursor-in-non-selected-windows and
3182         select-frame-set-input-focus for XEmacs.
3183
3184 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3185
3186         * mm-view.el (mm-inline-text): Use equal instead of equalp.
3187
3188 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3189
3190         * gnus-registry.el (gnus-registry-cache-save): Remove text
3191         properties when saving via the temp buffer.
3192
3193 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3194
3195         * message.el (message-generate-hashcash): Honor custom type.
3196
3197 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3198
3199         * message.el (message-generate-hashcash): Default to non-nil when
3200         hashcash is found.
3201
3202         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
3203         (gnus-refer-thread-limit): Increase default to 500.
3204
3205         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
3206
3207         * flow-fill.el (fill-flowed): Allow delete-space.
3208
3209 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3210
3211         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
3212         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
3213         Remove autoloads.
3214
3215 2006-04-18  Simon Josefsson  <jas@extundo.com>
3216
3217         * message.el (message-generate-hashcash): Default to.
3218
3219 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3222         concatenating segments rather than before concatenating them.
3223
3224 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3225
3226         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
3227
3228 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
3231
3232         * message.el (message-forward-make-body-plain): Allow
3233         message-forward-ignored-headers to be a list.
3234         (message-remove-ignored-headers): Factor out into function.
3235         (message-forward-make-body-mml): Use it.
3236
3237         * imap.el (imap-quote-specials): New function.
3238         (imap-login-auth): Quote specials.
3239
3240         * rfc2231.el (rfc2231-parse-string): Remove dead code.
3241         (rfc2231-parse-string): Allow concatanation of parameters that
3242         aren't contiguous.  The test case is
3243           (mail-header-parse-content-type "message/external-body;
3244             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
3245             access-type=LOCAL-FILE;
3246             name*1*=plugh%2fhello-sailor%2fbing.pdf")
3247
3248 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3249
3250         * nntp.el (nntp-accept-process-output): Return the value of
3251         `nnheader-accept-process-output'.
3252
3253 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3254
3255         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
3256         (gnus-button-alist): Recognize more diff formats.
3257         (gnus-button-patch): Strip directory.
3258
3259 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3260
3261         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
3262         Emacs 22 when setting focus.
3263
3264 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265
3266         * gnus-art.el (gnus-article-treat-types): Do treatment of
3267         text/x-verbatim parts.
3268         (gnus-button-patch): New command.
3269
3270         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
3271         addresses that contain invalid characters.
3272
3273 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * message.el (message-put-addresses-in-ecomplete): Use
3276         gnus-replace-in-string.
3277         (message-is-yours-p): Use the more correct
3278         mail-header-parse-address instead of
3279         mail-extract-address-components.
3280         (message-put-addresses-in-ecomplete): Fix typo.
3281
3282         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
3283         keystroke.
3284
3285         * gnus-art.el (gnus-treatment-function-alist): Change order of
3286         newsgroups/generic header folding to avoid double-folding.
3287
3288         * message.el (message-hidden-headers): Add X-Draft-From.
3289
3290         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
3291         command.
3292         (gnus-summary-repeat-search-article-backward): New command.
3293
3294         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
3295         groups in the parent topic.
3296
3297 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
3298
3299         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
3300         (spam-extra-header-to-number): Return the CRM114 number as a
3301         number instead of a string.
3302
3303 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * gnus-art.el (gnus-face-properties-alist): Moved here from
3306         gnus-fun.
3307
3308         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
3309
3310 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3311
3312         * message.el (message-strip-forbidden-properties): Only display on
3313         self-insert-command.
3314
3315         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
3316         reindent.
3317         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3318
3319 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
3320
3321         * smiley.el (smiley-style): Fix typo.
3322
3323 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * hashcash.el (hashcash-insert-payment-async-2): Use
3326         message-goto-eoh instead of doing it manually.
3327         (mail-add-payment): Use message-narrow-to-header instead of trying
3328         to do the same itself.
3329
3330         * message.el (message-hidden-headers): Add Face.
3331
3332         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
3333         reparenting code.
3334         (gnus-summary-reparent-children): Refactored out code.
3335         (gnus-summary-thread-map): New keystroke.
3336         (gnus-summary-reparent-children): Make into command.
3337
3338         * smiley.el (smiley-style): Default to `medium' if using a large
3339         font.
3340
3341         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
3342         does it itself.
3343
3344         * message.el (message-point-in-header-p): Simplify definition.
3345
3346 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * nnagent.el (nnagent-request-set-mark): Silence log file
3349         writing.
3350         (nnagent-request-set-mark): Use write-region instead of
3351         append-to-file.
3352
3353         * gnus-sum.el (gnus-read-header): Fudge article number if using a
3354         strange select method.
3355
3356         * ecomplete.el (ecomplete-display-matches): Get highlightling
3357         right.
3358         (ecomplete-display-matches): Use literals.
3359         (ecomplete-display-matches): Disable message logging.
3360
3361         * message.el (message-display-abbrev): Small optimization.
3362
3363         * ecomplete.el (ecomplete-display-matches): Allow automatic
3364         display.
3365
3366         * message.el (message-strip-forbidden-properties): Display
3367         abbrevs.
3368         (message-display-abbrev): Get automatic display right.
3369
3370         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
3371         keystrokes.
3372
3373 2006-04-13  Romain Francoise  <romain@orebokech.com>
3374
3375         TODO: Backport to v5-10!
3376
3377         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
3378         Moved here (and renamed) from gnus-registry.el.
3379
3380         * gnus-registry.el: Require gnus-util.
3381         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
3382
3383 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384
3385         * gnus-group.el (gnus-group-catchup-current): Change
3386         if-then-else-if-then-else into cond.
3387         (gnus-group-catchup): Indent.
3388         (group-name-at-point): New function.
3389         (gnus-fetch-group): Provide default from thing at point.
3390
3391 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392
3393         * message.el (message-display-abbrev): Fix regexp.
3394
3395         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
3396         choosing.
3397         (ecomplete-highlight-match-line): Fix up code rewrite, remove
3398         dead variables.
3399
3400         * message.el (message-newline-and-indent): Remove debugging.
3401         (message-display-abbrev): Use new implementation.
3402
3403 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3404
3405         * gnus-art.el (gnus-article-mode): Set
3406         cursor-in-non-selected-windows to nil.
3407
3408         * smiley.el: Revert previous change.
3409         (smiley-data-directory): defvar it before using it in the
3410         defcustom of `smiley-style'.
3411
3412 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * message.el (message-newline-and-indent): New function.
3415
3416         * ecomplete.el: Implement more bits.
3417
3418         * message.el (message-put-addresses-in-ecomplete): Clean up the
3419         string.
3420
3421         * ecomplete.el (ecomplete-add-item): Chop off decimals.
3422
3423         * gnus-sum.el (gnus-summary-save-parts): Bind
3424         gnus-summary-save-parts-counter and use it to make unique file
3425         names.
3426
3427         * gnus-art.el (gnus-ignored-headers): Add some more headers.
3428
3429         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
3430         parameter to say whether to actually parse the individual
3431         addresses.
3432
3433         * message.el (message-put-addresses-in-ecomplete): New function.
3434         (ecomplete): Require.
3435         (message-mail-alias-type): Add ecomplete as an option.
3436
3437 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
3438
3439         * flow-fill.el (fill-flowed): Remove trailing space from blank
3440         quoted lines.
3441
3442 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * smiley.el (smiley-style): Move definition later to avoid a
3445         compilation warning.
3446
3447 2006-04-12  Kenichi Handa  <handa@m17n.org>
3448
3449         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3450         buffer and then decode the buffer text if necessary.
3451         (rfc2231-encode-string): Be sure to work on multibyte buffer at
3452         first, and after mm-encode-body, change the buffer to unibyte.
3453         Use mm-disable-multibyte instead of set-buffer-multibyte.
3454
3455 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3458         Content-Type header instead of Content-Disposition header.
3459         (gnus-mime-inline-part): Ditto.
3460         (gnus-mime-view-part-as-charset): Ignore charset that the part
3461         specifies.
3462
3463         * mm-decode.el (mm-display-part): Work with external parts and
3464         usual parts similarly.
3465
3466         * mm-extern.el (mm-inline-external-body): Use mm-display-part
3467         instead of gnus-display-mime.
3468
3469         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3470         instead of with-temp-buffer.
3471
3472         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3473         tag to summarized topics part in order to encode non-ASCII text.
3474
3475 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3476
3477         * smiley.el (smiley-style): New variable.
3478         (smiley-directory): New function.
3479         (smiley-data-directory): Derive from `smiley-style' using
3480         `smiley-directory'.
3481         (smiley-regexp-alist): Add new entries.
3482
3483         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3484         (gnus-article-browse-delete-temp): Add :version.
3485
3486 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3487
3488         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3489         the sieve region.
3490
3491 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3492
3493         * gnus.el (gnus-version-number): Bump version.
3494
3495 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3496
3497         * gnus.el: No Gnus v0.4 is released.
3498
3499 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3502         layout.
3503
3504         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3505         unknown charset.
3506
3507         * message.el (message-header-synonyms): Add Original-To to the
3508         default.
3509
3510         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3511         optional parameter.
3512
3513 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3514
3515         * gnus-fun.el (gnus): Require it for gnus-directory.
3516
3517 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3520
3521 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3522
3523         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3524
3525 2006-04-05  Simon Josefsson  <jas@extundo.com>
3526
3527         * password.el (password-reset): New function.
3528
3529 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3530
3531         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3532         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3533
3534 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3535
3536         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3537         Some whitespace was matched into the url, which broke browsing hits
3538         > 100 when mm-url-use-external was nil.
3539
3540 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3541
3542         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3543         gnus-extra-headers for 'Newsgroups.
3544
3545         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3546         bound.
3547
3548 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3549
3550         * pgg-gpg.el: Clean up process buffers every time gpg processes
3551         complete.
3552
3553 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3554
3555         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3556         doc string.
3557
3558 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3559
3560         * pgg-gpg.el (pgg-gpg-process-filter)
3561         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3562
3563         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3564         lines, temporary fix.
3565
3566 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3567
3568         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3569
3570 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3571
3572         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3573         default-enable-multibyte-characters.  This reverts the change from
3574         revision 6.17 which is no longer necessary because the passphrase
3575         is sent separately now.  GnuPG messages are unreadable under
3576         multibyte locales with default-enable-multibyte-characters set to
3577         nil.
3578
3579 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3580
3581         * message.el (message-tool-bar-gnome): Move "spell".
3582
3583 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3584
3585         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3586         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3587         instead.
3588
3589 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3590
3591         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3592         newsgroups handling for NNTP overviews which don't include
3593         Newsgroups.
3594
3595 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3596
3597         * message.el (message-resend): Bind message-generate-hashcash to nil.
3598
3599 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3600
3601         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3602         when searching for already-paid recipients.
3603
3604 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3605
3606         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3607         passphrases when it is not needed.
3608         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3609         passphrase stuff from gpg, should only be necessary when you use
3610         gpg with a smartcard.
3611
3612 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * mml.el (mml-insert-mime): Ignore cached contents of
3615         message/external-body part.
3616
3617         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3618         (mm-insert-part): Ditto.
3619
3620 2006-03-23  Simon Josefsson  <jas@extundo.com>
3621
3622         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3623         Reiner.
3624         (pgg-gpg-use-agent-p): Use it again.
3625
3626 2006-03-23  Simon Josefsson  <jas@extundo.com>
3627
3628         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3629         older emacsen.
3630         (pgg-gpg-use-agent-p): Don't use it.
3631
3632 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3633
3634         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3635         if we can.
3636
3637 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3638
3639         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3640         (pgg-gpg-update-agent): New function.
3641         (pgg-gpg-use-agent-p): New function.
3642         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3643         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3644         (pgg-gpg-sign-region): Use it.
3645
3646 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3647
3648         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3649         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3650
3651 2006-03-21  Simon Josefsson  <jas@extundo.com>
3652
3653         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3654         <wilde@sha-bang.de>.
3655         (pgg-gpg-use-agent): New variable.
3656         (pgg-gpg-process-region): Use it.
3657         (pgg-gpg-encrypt-region): Likewise.
3658         (pgg-gpg-encrypt-symmetric-region): Likewise.
3659         (pgg-gpg-decrypt-region): Likewise.
3660         (pgg-gpg-sign-region): Likewise.
3661         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3662
3663 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3664
3665         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3666
3667         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3668         Add comment on version.
3669
3670 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3671
3672         * smiley.el: Add missing test smiley.
3673
3674 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * mm-decode.el (mm-with-part): New macro.
3677         (mm-get-part): Use it; work with message/external-body as well.
3678         (mm-save-part): Treat name and filename equally.
3679
3680         * mm-extern.el (mm-extern-cache-contents): New function.
3681         (mm-inline-external-body): Use it; force the part to be displayed;
3682         move undisplayer added to the cached handle to the parent.
3683
3684         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3685         (gnus-mime-view-part-as-type): Work with message/external-body.
3686
3687         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3688
3689 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3690
3691         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3692         images in image-load-path.  [Sync with image.el, revision 1.60, in
3693         Emacs.]
3694
3695 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3696
3697         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3698         path rather than symbol.  Always return list of directories.
3699         Guarantee that image directory comes first.  [Sync with image.el,
3700         revision 1.59, in Emacs.]
3701
3702         * message.el (message-make-tool-bar): Adjust to new API of
3703         `gmm-image-load-path-for-library'.
3704
3705         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3706
3707         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3708
3709 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3710
3711         * gnus-art.el (gnus-article-only-boring-p):
3712         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3713         intangible text.
3714         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3715
3716 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3717
3718         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3719         `defun' instead of `gmm-defun-compat'.
3720
3721 2006-03-14  Simon Josefsson  <jas@extundo.com>
3722
3723         * message.el (message-unique-id): Don't use message-number-base36
3724         if (user-uid) is a float.
3725         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3726
3727 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3730
3731         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3732         empty line between a part and a message part.
3733
3734 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3735
3736         * smiley.el: Add more test smileys.
3737         (smiley-data-directory, smiley-regexp-alist)
3738         (gnus-smiley-file-types): Fix doc strings.
3739         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3740         adding new elements.
3741         (smiley-mouse-map): Unused code.  Make it a comment.
3742
3743 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3746         scan latest NoCeM messages instead of old ones.
3747         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3748         delimiters that are recently used.
3749         (gnus-nocem-load-cache): Add autoload cookie.
3750
3751         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3752
3753         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3754         level which is larger than gnus-use-nocem is specified.
3755
3756         * gnus-group.el (gnus-group-get-new-news): Ditto.
3757
3758 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3759
3760         * gnus-util.el (gnus-tool-bar-update): New function.
3761
3762         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3763         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3764
3765         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3766
3767         * gnus-group.el (gnus-group-redraw-when-idle)
3768         (gnus-group-redraw-check): Remove.
3769         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3770
3771 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3774         if optional last element is specified in splits (FIELD VALUE...).
3775
3776 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3777
3778         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3779         to gmm-image-load-path-for-library.  Call with no-error argument.
3780         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3781
3782         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3783
3784         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3785
3786         * gmm-utils.el (gmm-image-load-path): Remove alias.
3787
3788 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3789
3790         * gmm-utils.el (gmm-image-load-path): Add alias.
3791
3792         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3793         nnml-generate-nov-databases-1.
3794         (nnml-generate-nov-databases): Use it.
3795         (nnml-generate-nov-databases-directory): Document no-active
3796         argument.
3797
3798         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3799         directory if path is t.  Add no-error.
3800
3801         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3802         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3803
3804         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3805         resetting gnus-article-browse-html-temp-list.
3806
3807         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3808         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3809         Add example to docstring.  Rename local variables.  Move error
3810         checks to default case in cond and simplify.
3811
3812 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3815         handle is multipart when calling it recursively.
3816         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3817
3818 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3819
3820         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3821         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3822
3823 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3824
3825         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3826         is loaded.
3827
3828         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3829         loaded.
3830
3831 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3832
3833         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3834         to "Emacs 23 (unicode)" in doc string.
3835
3836         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3837         "Emacs 23 (unicode)" in comment.
3838
3839 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3842
3843         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3844         characters 160 through 255 in Emacs 23.
3845
3846 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3847
3848         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3849         gnus-article-browse-html-temp.
3850         (gnus-article-browse-delete-temp): Make it customizable.  Add
3851         `file'.  Adjust doc string.
3852         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3853         query for each file.  Adjust doc string.
3854         (gnus-article-browse-html-parts): Add
3855         `gnus-article-browse-delete-temp-files' to
3856         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3857
3858 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3859
3860         * gnus-art.el (gnus-article-browse-html-temp)
3861         (gnus-article-browse-delete-temp): New variables.
3862         (gnus-article-browse-delete-temp-files): New function.
3863         (gnus-article-browse-html-parts): Use it.
3864
3865 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3866
3867         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3868
3869         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3870         string.
3871
3872         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3873         gnus-summary-insert-new-articles when unplugged.  Remove
3874         gnus-summary-search-article-forward.
3875
3876         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3877         display-visual-class instead of display-color-cells.
3878
3879 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * dgnushack.el: Autoload customize-group for XEmacs.
3882
3883         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3884         message/* containing non-ASCII text properly.
3885
3886 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3887
3888         * message.el: Require gmm-utils, remove autoloads.
3889         (message-tool-bar): Set default based on
3890         gmm-tool-bar-style.
3891         (message-tool-bar-gnome): Add gmm-customize-mode.
3892
3893         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3894         gmm-tool-bar-style.
3895         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3896
3897         * gnus-group.el (gnus-group-tool-bar): Set default based on
3898         gmm-tool-bar-style.
3899         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3900
3901         * gmm-utils.el (gmm-image-directory): Rename variable from
3902         gmm-image-load-path.
3903         (gmm-image-load-path): Use gmm-image-directory.
3904         (gmm-customize-mode): New function.
3905         (gmm-tool-bar-style): New variable.
3906
3907         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3908         gnus-group-redraw-line-number.
3909         (gnus-group-redraw-check): Simplify.
3910         (gnus-group-tool-bar-update): Remove redraw check.
3911         (gnus-group-make-tool-bar): Add redraw check.
3912
3913 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3914
3915         * gnus-art.el (gnus-button): Add missing parentheses.
3916
3917 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * lpath.el: Fbind line-number-at-pos.
3920
3921 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3924
3925 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3926
3927         * gnus-art.el (gnus-button): New face.
3928         (gnus-article-button-face): Use it.
3929
3930         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3931         gnus-summary-next-page.  Re-order.
3932
3933         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3934         next-node are now included.
3935         (gnus-group-redraw-line-number): New internal variable.
3936         (gnus-group-redraw-check): Helper function for updating the tool
3937         bar.
3938         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3939
3940         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3941
3942         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3943         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3944         Use it to match format of Spamassassin 3.0 and later.  Reported by
3945         IRIE Tetsuya <irie@t.email.ne.jp>.
3946         (spam-check-bogofilter)
3947         (spam-bogofilter-register-with-bogofilter): Fix args of
3948         `gnus-error' calls.
3949
3950 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3951
3952         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3953         unnecessary interaction when sending queued mails.  Reported by
3954         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3955
3956 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3957
3958         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3959         first or last are nil.
3960
3961 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3962
3963         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3964
3965 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966
3967         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3968
3969 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3970
3971         * dns.el (query-dns): Protect more against buggy tcp output.
3972
3973 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3974
3975         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3976         nov.php.
3977
3978 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3979
3980         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3981         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3982         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3983         output on the server side.
3984         (nnweb-google-create-mapping): Update regexps and add some
3985         progress indication.
3986
3987 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3988
3989         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3990         gnus-agent-toggle-plugged.  Re-order icons.
3991         (gnus-group-tool-bar-gnome): Add
3992         gnus-group-{prev,next}-unread-group.
3993         (gnus-group-tool-bar-gnome): Re-order icons.
3994
3995         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3996         gnus-summary-insert-new-articles.
3997
3998         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3999         comments.
4000
4001         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
4002         also available in Emacs 21.3.
4003
4004         * message.el (message-fix-before-sending): Change "Emacs 22" to
4005         "Emacs 23 (unicode)" in comment.
4006
4007         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
4008         "Emacs 23 (unicode)" in comment.
4009
4010         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
4011         comment.
4012         (mm-coding-system-p): Add comment about no-MULE XEmacs.
4013
4014         * mm-view.el (mm-fill-flowed): Add :version.
4015
4016 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
4019         and load-path.
4020
4021 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
4022
4023         * message.el: Autoload gmm-image-load-path.
4024         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
4025         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
4026         consitency.
4027
4028         * gmm-utils.el (gmm-image-load-path): Also search in
4029         "../etc/images".  Don't set gmm-image-load-path if we don't find
4030         the image.
4031
4032 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * gmm-utils.el (gmm-image-load-path): Don't make
4035         `gmm-image-load-path' include subdirectories which the second arg
4036         `image' might specify.
4037
4038         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
4039         subdirectory to icon file names.
4040
4041         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
4042
4043 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4044
4045         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
4046         gmm-image-load-path calls.
4047
4048         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4049
4050         * message.el (message-make-tool-bar): Ditto.
4051
4052         * mml.el (mml-preview): Added comment concerning tool bar icons.
4053
4054         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
4055         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
4056
4057         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
4058         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
4059
4060         * message.el (message-tool-bar-gnome): Use new icon names.
4061         (message-make-tool-bar): Use `gmm-image-load-path'.
4062
4063         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
4064         functions from MH-E.
4065         (gmm-image-load-path): New variable from MH-E.
4066         (gmm-image-load-path): New function from MH-E.  Added arguments
4067         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
4068         *-image-load-path-called-flag.
4069
4070 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
4071
4072         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
4073
4074 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
4075
4076         * nnimap.el (nnimap-request-move-article): Change folder back to
4077         source group before deleting.
4078
4079 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
4080
4081         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
4082
4083         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
4084         mm-url.
4085
4086         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
4087
4088 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
4091         coding system which mm-charset-to-coding-system returns for a
4092         given charset is valid.
4093
4094 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
4095
4096         * html2text.el (html2text-remove-tag-list):
4097         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
4098
4099 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4100
4101         * gnus-cus.el: Revert 2005-10-17 change.
4102
4103 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * gnus-art.el (article-strip-banner): Call
4106         article-really-strip-banner only when the regexp match is made.
4107
4108 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * gnus-art.el (article-strip-banner): Use
4111         gnus-extract-address-components instead of
4112         mail-header-parse-addresses to make it work with non-ASCII text;
4113         remove mail-encode-encoded-word-string.
4114
4115         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
4116         values which are surrounded with \"...\"; make it never cause a
4117         Lisp error; give up parsing of parameters if it failed in
4118         extracting type.
4119
4120 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4121
4122         * smime.el (smime-cert-by-ldap-1): Fix bug where
4123         `smime-ldap-search' returns results without userCertificates.
4124
4125 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4126
4127         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
4128
4129 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4130
4131         * spam.el (spam-check-spamassassin-headers): Adapt format for
4132         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
4133         <ari@mbf.ocn.ne.jp>.
4134         (spam-list-of-processors): Add spam-use-gmane.
4135
4136 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
4139         make-temp-file; make it work with XEmacs as well.
4140
4141         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
4142         mm-make-temp-file.
4143
4144         * mm-decode.el (mm-display-external): Use the 3rd arg of
4145         mm-make-temp-file.
4146         (mm-create-image-xemacs): Ditto.
4147
4148 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
4151         with message-narrow-to-headers.
4152         (gnus-draft-setup): Narrow to header to run message-fetch-field.
4153         (gnus-draft-check-draft-articles): New function.
4154         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
4155
4156 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4157
4158         * gnus-art.el (gnus-article-browse-html-parts):
4159         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
4160         Don't use suffix argument for mm-make-temp-file for Emacs 21
4161         compatibility.  Remove useless `format'.
4162
4163 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4164
4165         * nnweb.el (nnweb-google-wash-article): Update regexps.
4166         (nnweb-group-alist): Use defvoo instead of defvar.
4167
4168 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
4171         re-loading nn* modules.
4172
4173 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4174
4175         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
4176         for `tool-bar-mode' and don't check it's default-value.
4177
4178         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4179
4180         * message.el (message-make-tool-bar): Ditto.
4181
4182         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
4183         `substring'.  Shorten tmp-file name.
4184
4185         * gnus.el: Remove bogus comment.
4186
4187 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
4188
4189         * gnus-art.el (gnus-article-browse-html-parts): New function.
4190         (gnus-article-browse-html-article): New function for viewing html
4191         articles with a browser.
4192
4193 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
4194
4195         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
4196         in elisp.
4197         (pgg-gpg-encrypt-symmetric-region): Ditto.
4198         (pgg-gpg-sign-region): Ditto.
4199
4200         * pgg-def.el (pgg-text-mode): New variable.
4201
4202         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
4203         (mml2015-pgg-encrypt): Ditto.
4204
4205         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
4206         (mml1991-pgg-encrypt): Ditto.
4207
4208 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
4211         message-make-date instead of current-time-string.
4212
4213         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
4214         to gnus-decoded which mm-uu might set.
4215
4216 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
4219         don't decode quoted parameters; remove misimported Emacs code.
4220         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4221         (rfc2231-decode-encoded-string): Don't use split-string which
4222         behaves differently according to Emacs version; use
4223         mm-decode-coding-region to convert charset to coding-system.
4224         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4225         (rfc2231-encode-string): Remove misimported Emacs code.
4226
4227 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * gnus-art.el (article-decode-charset): Don't use ignore-errors
4230         when calling mail-header-parse-content-type.
4231         (article-de-quoted-unreadable): Ditto.
4232         (article-de-base64-unreadable): Ditto.
4233         (article-wash-html): Ditto.
4234
4235         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
4236         calling mail-header-parse-content-type and
4237         mail-header-parse-content-disposition.
4238         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
4239         mail-header-parse-content-type.
4240
4241         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
4242         insert charset and format parameters; encode description after
4243         inserting it to buffer.
4244         (mml-insert-parameter): Fold lines properly even if a parameter is
4245         segmented into two or more lines; change the max column to 76.
4246
4247         * rfc1843.el (rfc1843-decode-article-body): Don't use
4248         ignore-errors when calling mail-header-parse-content-type.
4249
4250         * rfc2231.el (rfc2231-parse-string): Return at least type if
4251         possible; don't cause an error even if it fails in parsing of
4252         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4253         (rfc2231-encode-string): Don't break lines at the beginning, leave
4254         it to mml-insert-parameter.
4255
4256         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
4257         calling mail-header-parse-content-type.
4258
4259 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
4260
4261         * spam-report.el (spam-report-gmane-use-article-number):
4262         Improve doc string.
4263         (spam-report-gmane-internal): Check if a suitable header was found
4264         in the article.
4265
4266 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
4269         (rfc2231-encode-string): Make param*=value always begin with LWSP.
4270
4271 2006-02-05  Romain Francoise  <romain@orebokech.com>
4272
4273         Update copyright notices of all files in the gnus directory.
4274
4275 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4276
4277         * nnweb.el (nnweb-request-group): Avoid growing overview files.
4278
4279 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4280
4281         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
4282         segmented lines of parameter value to cope with Thunderbird 1.5
4283         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
4284         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4285         (rfc2231-encode-string): Don't make lines exceeding 76 column.
4286
4287 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
4288
4289         * mml.el (mml-generate-mime-1): Correct the order of inline signed
4290         parts.
4291
4292 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4293
4294         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
4295         there's only one active file for all servers.
4296         (nnweb-request-scan): Make sure nnweb-articles is initialized on
4297         solid groups.  Gnus might have used a FAST request to select the group.
4298         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
4299         and nnweb-search redundantly in the active file.
4300         (nnweb-request-list): Don't list bogus groups.  There can only be one.
4301         (nnweb-request-create-group): Don't use ARGS.
4302         (nnweb-possibly-change-server, nnweb-request-group): Remove some
4303         initialisations.  Let nnoo do the work.
4304
4305 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
4308         Say the part has been decoded.
4309
4310         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
4311
4312 2006-01-31  Kevin Ryde  <user42@zip.com.au>
4313
4314         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
4315         mailcap-viewer-test-cache when there's no 'test clause, since that
4316         will invert the meaning of a "nil" test previously determined by
4317         mailcap-mailcap-entry-passes-test.
4318
4319 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4322         compiling.
4323
4324         * gnus-sum.el: Ditto.
4325
4326         * message.el: Don't bind tool-bar-map when compiling.
4327
4328 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
4329
4330         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
4331
4332 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4333
4334         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
4335         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
4336         current Google Groups.
4337
4338 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
4339
4340         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
4341         and tool-bar-mode.
4342
4343         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
4344         and tool-bar-mode.
4345
4346         * message.el (message-tool-bar-update): Simplify.
4347         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
4348
4349         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
4350         gnus-summary-buffer.
4351         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
4352         gnus-summary-reply.
4353
4354         * gmm-utils.el (gmm): Add :version.
4355
4356 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * Makefile.in (clean): New rule.
4359         (distclean): Use it.
4360
4361 2006-01-26  Steve Youngs  <steve@sxemacs.org>
4362
4363         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
4364         autoload.
4365
4366 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * gmm-utils.el (gmm-verbose): Add :group.
4369
4370 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
4371
4372         * message.el: Change some comments WRT tool-bars.
4373
4374         * gnus-sum.el (gnus-summary-tool-bar)
4375         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
4376         (gnus-summary-tool-bar-zap-list): New variables.
4377         (gnus-summary-make-tool-bar): Complete rewrite using
4378         `gmm-tool-bar-from-list'.
4379
4380         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
4381         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
4382         variables.
4383         (gnus-group-make-tool-bar): Complete rewrite using
4384         `gmm-tool-bar-from-list'.
4385         (gnus-group-tool-bar-update): New function.
4386
4387         * message.el (message-mode-field-menu): Add "Show hidden Headers".
4388
4389 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4392         is dissected into a single part of which the type is the same as
4393         the given one; decode charset.
4394
4395 2006-01-21  Kevin Ryde  <user42@zip.com.au>
4396
4397         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
4398         into alists as symbol not string, since that's what
4399         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
4400         look for.
4401
4402 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
4403
4404         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
4405         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
4406
4407         * message.el (message-tool-bar-gnome): Use gmm-ignore.
4408
4409 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
4412         (gnus-xmas-mime-security-button-menu): New function.
4413
4414         * gnus-art.el (gnus-mime-security-button-commands): New variable.
4415         (gnus-mime-security-button-menu): New definition.
4416         (gnus-mime-security-button-map): Use them.
4417         (gnus-mime-security-button-menu): New function.
4418         (gnus-insert-mime-security-button): Addition to help echo.
4419         (gnus-mime-security-run-function, gnus-mime-security-save-part)
4420         (gnus-mime-security-pipe-part): New functions.
4421
4422         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
4423         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
4424
4425         * mm-decode.el (mm-handle-set-disposition): Remove.
4426         (mm-handle-set-description): Remove.
4427
4428 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
4431         (mm-w3m-standalone-supports-m17n-p): New function.
4432         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
4433         w3m usage.
4434
4435         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
4436         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
4437
4438 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4439
4440         * message.el (message-tool-bar-zap-list): Use
4441         gmm-tool-bar-zap-list as custom type.
4442         (message-tool-bar-update): New function.
4443         (message-tool-bar, message-tool-bar-gnome)
4444         (message-tool-bar-retro): Add message-tool-bar-update.
4445         (message-tool-bar-gnome): Add flyspell-buffer.
4446
4447         * gnus-util.el (gnus-error): Describe `args'.
4448
4449         * gmm-utils.el (gmm-error): Describe `args'.
4450         (gmm-tool-bar-zap-list): New widget.
4451         (gmm-tool-bar-from-list): Improve description of `zap-list'.
4452
4453 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4454
4455         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
4456         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
4457         the number of recursive calls.
4458
4459         * mm-decode.el (mm-handle-set-disposition): New macro.
4460         (mm-handle-set-description): New macro.
4461
4462 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4465         encoding.
4466
4467 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4468
4469         * message.el (message-tool-bar-zap-list, message-tool-bar)
4470         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4471         (message-tool-bar-local-item-from-menu): Remove.
4472         (message-tool-bar-map): Replace by `message-make-tool-bar'.
4473         (message-make-tool-bar): New function.
4474         (message-mode): Use `message-make-tool-bar'.
4475
4476         * gmm-utils.el: New file.
4477         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4478         (gmm-lazy): New widget copied from `nnmail.el'.
4479         (gmm-tool-bar-from-list): New function for creating customizable
4480         tool bars.
4481         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
4482         output.
4483         (gmm): Add :prefix to defgroup.
4484
4485 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4486
4487         * gmm-utils.el (gmm-widget-p): New function.
4488
4489 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4490
4491         * mml.el (mml-attach-file): Describe `description' in doc string.
4492         (mml-menu): Add Emacs MIME manual and PGG manual.
4493
4494 2006-01-20  Richard M. Stallman  <rms@gnu.org>
4495
4496         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4497
4498 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
4499
4500         * nntp.el (nntp-end-of-line): Doc fix.
4501
4502 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4503
4504         * imap.el (imap-open): Handle case where buffer is a buffer
4505         object.
4506
4507 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4508
4509         * gnus-delay.el (gnus-delay): Don't autoload.
4510         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4511         to be re-loaded when customizing the `gnus-delay' group.
4512
4513 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4514
4515         * message.el (message-insert-citation-line): Use newlines.
4516
4517 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4518
4519         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4520         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4521         these routines, so the passphrase can be managed externally and
4522         passed in to the system.
4523         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4524         pgg-add-passphrase-to-cache function.
4525
4526         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4527         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4528         these routines, so the passphrase can be managed externally and
4529         passed in to the system.
4530         (pgg-pgp5-sign-region): Use new name of
4531         pgg-add-passphrase-to-cache function.
4532
4533 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4534
4535         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4536         part of the decoded armor to find the key-identifier.
4537         (pgg-gpg-lookup-key-owner): New function to return the
4538         human-readable identifier of a key owner.
4539         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4540         itself.
4541         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4542         the key value) if we have a key and can match it against a secret
4543         key.  Also, added a note pointing out fact that the prompt only
4544         indicates the first matching key.
4545
4546         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4547         pgg-decrypt-region.
4548         (pgg-add-passphrase-to-cache): Rename from
4549         `pgg-add-passphrase-cache' to reduce confusion (all callers
4550         changed).
4551         (pgg-remove-passphrase-from-cache): Rename from
4552         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4553         changed).
4554         (pgg-read-passphrase, pgg-add-passphrase-cache)
4555         (pgg-remove-passphrase-cache): Add informative docstrings.
4556         (pgg-decrypt): Convey provided passphrase in subordinate call to
4557         pgg-decrypt-region.
4558
4559 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4560
4561         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4562         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4563         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4564         'passphrase' argument, so the passphrase can be managed externally
4565         and then passed in to the system.
4566
4567         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4568         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4569         so the passphrase cache can be used reliably with identifiers
4570         besides a pgp packet's key id.
4571
4572         * pgg-gpg.el (pgg-gpg-encrypt-region)
4573         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4574         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4575         these routines, so the passphrase can be managed externally and
4576         passed in to the system.
4577
4578         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4579         'notruncate' argument, so the passphrase cache can be used
4580         reliably with identifiers besides a pgp packet's key id.
4581
4582 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4583
4584         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4585         symmetric encryption.
4586         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4587         encrypted session key.
4588         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4589         message ask for the passphrase in a proper way.
4590
4591         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4592         New user commands for symmetric encryption.
4593
4594 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4597
4598         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4599
4600 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4601
4602         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4603
4604 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * mm-decode.el (mm-inlined-types): Add application/pgp.
4607         (mm-automatic-display): Ditto.
4608
4609         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4610         part as text.
4611
4612 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * nnrss.el: Update copyright.
4615         (nnrss-opml-import): Query whether to subscribe to each entry.
4616
4617         * gnus-art.el:
4618         * gnus-sum.el:
4619         * gnus-xmas.el:
4620         * messagexmas.el:
4621         * mm-uu.el:
4622         * mm-view.el: Update copyright.
4623
4624 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4625
4626         * message.el (message-info): New function.
4627         (message-mode-menu): Add it.
4628         Update copyright.
4629
4630         * ChangeLog: Fix and update copyright.
4631
4632 2006-01-13  Romain Francoise  <romain@orebokech.com>
4633
4634         * message.el (message-forward-subject-name-subject): Prefer the
4635         address to 'nowhere' if the sender has no name.
4636         Fix typo.  Update copyright year.
4637
4638 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * gnus-art.el (article-wash-html): Use
4641         gnus-summary-show-article-charset-alist if a numeric arg is given.
4642         (gnus-article-wash-html-with-w3m-standalone): New function.
4643
4644         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4645         mm-inline-text-html-render-with-w3m-standalone.
4646         (mm-text-html-washer-alist): Map w3m-standalone to
4647         gnus-article-wash-html-with-w3m-standalone.
4648         (mm-inline-text-html-render-with-w3m-standalone): New function.
4649
4650 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4651
4652         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4653         Improve LaTeX.
4654
4655 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4658         (nnrss-request-article): Render text/plain parts as HTML.
4659
4660         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4661         the buffer.
4662
4663 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4664
4665         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4666         custom definition of `gnus-posting-styles'.
4667
4668         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4669         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4670
4671 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4672
4673         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4674         Use nntp for bug archive.
4675
4676 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4679         parts.
4680         (nnrss-normalize-date): New function converts ISO 8601 date into
4681         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4682         (nnrss-check-group): Use it.
4683
4684 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4687
4688         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4689         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4690         (nnrss-insert-w3): Ditto.
4691
4692 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4695         the articles to be forwarded including the case where neither a
4696         number of articles nor a region is specified.
4697
4698 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * nnrss.el (nnrss-request-article): Fix last change; fill
4701         text/plain parts.
4702
4703 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4706         in text/plain part.
4707         (nnrss-check-group): Don't add excessive newline to dc:subject.
4708
4709 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4710
4711         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4712         article.
4713
4714 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4715
4716         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4717         (nnml-use-compressed-files, nnml-save-mail): Support other
4718         comression programs such as bzip2.
4719
4720 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * dns.el (query-dns): Make sure we check the buffer size before
4723         removing tcp headers.
4724
4725 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4728         remove MIME buttons associated with multipart/alternative parts.
4729         (gnus-mime-display-alternative): Tag buttons using `article-type'
4730         text property.
4731
4732         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4733         associated with multipart/alternative parts.
4734
4735         * gnus-art.el (gnus-signature-separator): Fix custom type.
4736
4737         * mm-decode.el (mm-inlined-types): Fix custom type.
4738         (mm-keep-viewer-alive-types): Ditto.
4739         (mm-automatic-display): Ditto.
4740         (mm-attachment-override-types): Ditto.
4741         (mm-inline-override-types): Ditto.
4742         (mm-automatic-external-display): Ditto.
4743
4744 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4745
4746         * spam-report.el (spam-report-user-mail-address)
4747         (spam-report-user-agent): New variables.
4748         (spam-report-url-ping-plain): Use spam-report-user-agent.
4749
4750 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4751
4752         * gnus-art.el (gnus-button-handle-custom): Do not just use
4753         `customize-apropos' for any "M-x customize-*" button but the
4754         function called for.  Accept both the function name and its
4755         argument in order to achieve this.
4756         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4757         function name to `gnus-button-handle-custom' in case of "M-x
4758         customize-*" buttons.
4759
4760 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4763         multipart/alternative and add xref to mm-discouraged-alternatives
4764         in doc string.
4765
4766         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4767         gnus-buttonized-mime-types in doc string.
4768
4769 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4770
4771         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4772         Suggest image/.* in the doc string.
4773
4774 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4775
4776         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4777         message-marks (Debian bug #342521).
4778
4779 2005-12-12  Simon Josefsson  <jas@extundo.com>
4780
4781         * password.el (password-read-from-cache): Add.
4782         (password-read): Use it.
4783
4784 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4787         us-ascii as a MIME charset.
4788
4789         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4790         against the case where the 2nd arg TYPE is nil.
4791
4792 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4793
4794         * pop3.el (pop3-stream-type): Fix custom version.
4795
4796         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4797
4798 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4799
4800         * mm-decode.el (mm-display-external): Add missing cdr.
4801
4802 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4805         RFC1524) if it is in mailcap or add a suffix according to
4806         mailcap-mime-extensions when generating a temp filename; postpone
4807         deleting a temp file for 2 seconds for some wrappers, shell
4808         scripts, and so on, which might exit right after having started a
4809         viewer command as a background job.
4810
4811 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4812
4813         * nntp.el (nntp-marks-directory): Fix custom group.
4814
4815         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4816         steps when < 10.
4817
4818         * gnus-start.el (gnus-no-server-1): Mention
4819         `gnus-level-default-subscribed' in doc string.
4820
4821 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4822
4823         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4824         parens.
4825
4826 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * gnus-xmas.el (gnus-use-toolbar): Revert.
4829         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4830         gnus-use-toolbar is default.
4831
4832         * messagexmas.el (message-use-toolbar): Revert.
4833         (message-setup-toolbar): Use global default-toolbar if
4834         message-use-toolbar is default.
4835
4836 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4839         according to default-toolbar-visible-p.
4840
4841         * messagexmas.el (message-use-toolbar): Ditto.
4842
4843 2005-11-26  Dave Love  <fx@gnu.org>
4844
4845         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4846         (tls-program, tls-success): Provide openssl alternative.
4847
4848         * starttls.el: Doc fixes.
4849         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4850         SERVICE to PORT.
4851
4852         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4853         port null or service name.
4854         (starttls-negotiate): Autoload.
4855
4856 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * message.el (message-kill-to-signature): Fix interactive spec.
4859
4860 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * pop3.el (pop3-open-server): Recognize a string as a service name.
4863
4864 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4865
4866         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4867
4868 2005-11-23  Dave Love  <fx@gnu.org>
4869
4870         Add pop3s, pop3/starttls.
4871
4872         * pop3.el (pop3-authentication-scheme): Clarify doc.
4873         (open-tls-stream, starttls-open-stream): Autoload.
4874         (pop3-stream-type): New.
4875         (pop3-open-server): Use it.
4876
4877         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4878         for POP.
4879         (mail-source-keyword-map): Add :stream for POP.
4880         (mail-source-fetch-pop): Use pop3-stream-type.
4881
4882 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4885         of current-time-string.
4886
4887 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4888
4889         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4890         date header.
4891
4892 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4893
4894         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4895         it can seriously impact performance as it bypasses the agent's
4896         local caches.
4897
4898 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4899
4900         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4901         must be explicitly online rather than "not explicitly offline" for
4902         its flags to be synchronized.
4903
4904         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4905         that gnus-uu-unmark-thread will function correctly.
4906
4907         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4908         1024K is instead displayed as 1M.
4909
4910 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4911
4912         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4913
4914 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4915
4916         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4917
4918 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4919
4920         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4921         error message to display actual error condition.
4922         (gnus-agent-save-local): Avoid saving symbols that are bound to
4923         nil as they simply result in a warning message in
4924         gnus-agent-read-local.
4925
4926 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4929         rather than make-variable-buffer-local for file-precious-flag.
4930
4931 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4932
4933         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4934         for duplicates which are removed.  The invalid sort check then
4935         triggers a rescan after the sort as sorting may have moved
4936         duplicate entries such that they can be cheaply detected.
4937
4938 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4941
4942 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4943
4944         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4945         internal variable to a custom variable.  Changed default value
4946         from compressed(2) to uncompressed(1).
4947         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4948         support for uncompressed agentview files.  Taken together, reading
4949         the agentview file should now be 6-7 times faster.
4950
4951 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4952
4953         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4954         as a buffer-local variable.  This avoids creating truncated
4955         dribble files as a result of a hang up, eg.
4956
4957 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4958
4959         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4960         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4961         XEmacs.
4962
4963 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4964
4965         * gnus-start.el (gnus-start-draft-setup): Enforce
4966         `gnus-draft-mode' for nndraft:drafts at startup.
4967
4968         * gnus.el (gnus-splash): Change custom group.
4969         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4970         allow-list argument.
4971
4972         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4973         string.
4974
4975 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4976
4977         * gnus-art.el (gnus-default-article-saver): Add user-defined
4978         `function' to custom type.
4979
4980 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4981
4982         * imap.el (imap-open): Handle case where buffer is a buffer
4983         object.
4984
4985 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4986
4987         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4988         long lines.
4989         (gnus-cache-delete-group): Wrap doc strings.
4990
4991         * gnus-agent.el (gnus-agent-rename-group)
4992         (gnus-agent-delete-group): Wrap doc strings.
4993
4994
4995 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * messagexmas.el (message-use-toolbar): Change the valid values
4998         into default, top, bottom, left, and right.
4999         (message-toolbar-thickness): New variable.
5000         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
5001         well.
5002         (message-setup-toolbar): Make it work.
5003
5004         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
5005         (gnus-use-toolbar): Change the valid values into default, top,
5006         bottom, left, and right.
5007         (gnus-toolbar-thickness): New variable.
5008         (gnus-xmas-setup-toolbar): New function.
5009         (gnus-xmas-setup-group-toolbar): Use it.
5010         (gnus-xmas-setup-summary-toolbar): Use it.
5011
5012 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * gnus-start.el (gnus-1): Add "native" to
5015         gnus-predefined-server-alist.
5016
5017         * gnus.el (gnus-method-to-server): Don't add "native" to the
5018         lists here, because that leads to problems when
5019         gnus-select-method is bound.
5020
5021 2005-11-09  Simon Josefsson  <jas@extundo.com>
5022
5023         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
5024         use (not sort-by-date) instead.
5025
5026 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5027
5028         * gnus-delay.el (gnus-delay-group): Don't autoload.
5029         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5030         to be re-loaded when customizing the `gnus-delay' group.
5031
5032 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
5033
5034         * message.el: Revert last changes.
5035         (message-insert-citation-line): Use newlines.
5036
5037 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5038
5039         * message.el (message-courtesy-message)
5040         (message-mark-insert-begin, message-mark-insert-end)
5041         (message-elide-ellipsis, message-cancel-message)
5042         (message-add-header, message-change-subject)
5043         (message-cross-post-followup-to-header)
5044         (message-cross-post-insert-note, message-reduce-to-to-cc)
5045         (message-widen-reply, message-delete-not-region)
5046         (message-kill-to-signature, message-insert-signature)
5047         (message-insert-importance-high, message-insert-importance-low)
5048         (message-insert-or-toggle-importance)
5049         (message-insert-disposition-notification-to)
5050         (message-indent-citation, message-yank-original)
5051         (message-cite-original-without-signature, message-cite-original)
5052         (message-insert-citation-line, message-position-on-field)
5053         (message-fix-before-sending, message-send-mail-partially)
5054         (message-send-mail, message-send-mail-with-sendmail)
5055         (message-send-mail-with-qmail, message-send-news)
5056         (message-check-news-header-syntax, message-generate-headers)
5057         (message-insert-courtesy-copy, message-fill-address)
5058         (message-fill-header, message-shorten-references)
5059         (message-setup-1, message-cancel-news)
5060         (message-forward-make-body-plain, message-forward-make-body-mime)
5061         (message-forward-make-body-mml, message-encode-message-body)
5062         (message-forward-make-body-digest-plain)
5063         (message-forward-make-body-digest-mime)
5064         (message-use-alternative-email-as-from): Insert `hard-newline'
5065         instead of ordinary newlines.
5066
5067 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * message.el (message-generate-headers): Downcase the argument
5070         given to message-check-element.
5071
5072 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
5073
5074         * nntp.el (nntp-authinfo-rejected): New error condition.
5075         (nntp-wait-for): Use new error condition to signal authentication
5076         error.
5077         (nntp-retrieve-data): Rethrow new error condition to break out of
5078         recursive call to nntp-send-authinfo.
5079
5080 2005-11-08  Romain Francoise  <romain@orebokech.com>
5081
5082         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
5083         (gnus-summary-exit-map): Bind to `Z p'.
5084         (gnus-summary-make-menu-bar): Add menu item.
5085
5086 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
5087
5088         * gnus-art.el (gnus-article-treat-custom): Add `first'.
5089         (gnus-treat-*): Add `first' in all doc strings.
5090
5091         * gnus-group.el (gnus-group-compact-group): Fix typo.
5092
5093 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * gnus.el (gnus-parameters-case-fold-search): New variable.
5096         (gnus-parameters-get-parameter): Use it.
5097
5098         * gnus-score.el (gnus-home-score-file): Doc fix.
5099
5100 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
5101
5102         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
5103
5104 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * mm-util.el (mm-special-display-p): New function.
5107
5108         * mml.el (mml-preview): Use it; doc fix.
5109
5110 2005-10-29  Romain Francoise  <romain@orebokech.com>
5111
5112         * message.el (message-fix-before-sending): Fix comment.
5113
5114 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5115
5116         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
5117
5118 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5119
5120         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
5121         Used in gnus-score.el.
5122
5123 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5124
5125         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
5126
5127 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5128
5129         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
5130         whitespace removed in revision 7.8.  Use concatenated string to
5131         protect trailing whitespace.
5132
5133 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
5134
5135         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
5136         (nnimap-request-expire-articles): Use it to avoid sending 'UID
5137         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
5138         Courier IMAP ("some version from 2004").  Mostly based on similar
5139         code in the same function.
5140
5141 2005-10-26  Didier Verna  <didier@xemacs.org>
5142
5143         * gnus-group.el (gnus-group-compact-group): invalidate original
5144         article buffer.
5145         * gnus-srvr.el (gnus-server-compact-server): ditto.
5146         * nnml.el (nnml-request-compact-group): handle self Xref: field in
5147         NOV database and in article itself.
5148         Invalidate article backlog.
5149
5150 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5151
5152         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
5153
5154 2005-10-26  Simon Josefsson  <jas@extundo.com>
5155
5156         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
5157         part of 2004-07-25 change.
5158
5159 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * message.el (message-display-completion-list): New function.
5162         (message-expand-group): Use it; make sure the Completions buffer
5163         is modifiable.
5164
5165 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5166
5167         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
5168         user-mail-name is an empty string.
5169
5170 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5171
5172         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
5173         depending on gnus-score-decay-constant.
5174
5175         * encrypt.el (encrypt-insert-file-contents)
5176         (encrypt-write-file-contents): Don't use `gnus-message'.
5177
5178         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
5179         arguments.
5180         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
5181         arguments to mm-uu-verbatim-marks-extract.
5182         (mm-uu-hide-markers): New variable.
5183         (mm-uu-extract): Use face similar to `gnus-cite-3'.
5184
5185         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5186         (gnus-convert-image-to-face-command): Use "convert" by default to
5187         allow other input image formats.
5188         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
5189         accordingly.
5190
5191 2005-10-23  Simon Josefsson  <jas@extundo.com>
5192
5193         * imap.el (imap-gssapi-program): Align command line parameters
5194         with latest GNU SASL.
5195         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
5196
5197 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198
5199         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
5200         HTML.
5201         (nnslashdot-request-article): Ditto.
5202
5203         * lpath.el (featurep): Add nobreak-char-display.
5204
5205 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5206
5207         * mail-source.el (mail-source-fetch-pop): Require pop3.
5208         (mail-source-check-pop): Ditto.
5209
5210 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
5213         errors.
5214
5215 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5216
5217         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
5218         (gnus-treat-strip-leading-blank-lines): Improve doc string.
5219
5220         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
5221
5222         * mm-bodies.el (mm-decode-string): Call
5223         `mm-charset-to-coding-system' with allow-override argument.
5224
5225 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
5228         (rfc2047-charset-to-coding-system): New function.
5229         (rfc2047-decode-encoded-words): New function.
5230         (rfc2047-decode-region): Use them.
5231         (rfc2047-decode-cte): Remove.
5232         (rfc2047-parse-and-decode): Remove.
5233         (rfc2047-decode): Remove.
5234
5235 2005-10-15  Kenichi Handa  <handa@m17n.org>
5236
5237         * rfc2047.el (rfc2047-decode-cte): New function.
5238         (rfc2047-decode-region): Change the way to decode successive
5239         encoded-words: decode B- or Q-encoding in each encoded-word,
5240         concatenate them, and decode it as charset.
5241
5242 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5243
5244         * lpath.el: Fbind codepage-setup for XEmacs.
5245
5246 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5247
5248         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
5249         widget-move-and-invoke.
5250         (gnus-custom-mode): Use gnus-custom-map.
5251
5252 2005-10-15  Bill Wohler  <wohler@newt.com>
5253
5254         * message.el (message-tool-bar-map): Renamed image file from
5255         mail_send to mail/send.
5256
5257 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5258
5259         * message.el (message-expand-group): Pass the common
5260         prefix substring of completion to `display-completion-list'.
5261
5262 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
5263
5264         * mml-sec.el (mml-secure-method): New internal variable.
5265         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5266         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
5267         functions using mml-secure-method.
5268
5269         * mml.el (mml-mode-map): Add key bindings for those functions.
5270         (mml-menu): Simplify security menu entries.  Suggested by Jesper
5271         Harder <harder@myrealbox.com>.
5272         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
5273         end of message if point is the headers of the message.
5274
5275         * message.el (message-in-body-p): New function.
5276
5277         * assistant.el: Autoload gnus-util and netrc.
5278
5279         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
5280         Use `mm-charset-override-alist' only when decoding.
5281
5282         * mm-bodies.el (mm-decode-body): Call
5283         `mm-charset-to-coding-system' with allow-override argument.
5284
5285         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
5286         `filename' from Content-Disposition if Content-Type doesn't
5287         provide `name'.
5288         (gnus-mime-view-part-as-type): Set default instead of
5289         initial-input.
5290
5291 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5292
5293         * format-spec.el (format-spec): Propagate text properties of % spec.
5294
5295 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5296
5297         * gnus-art.el (gnus-treat-predicate): Add `first'.
5298
5299 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5300
5301         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5302         (mm-charset-override-alist): New variable.
5303         (mm-charset-to-coding-system): Use it.
5304         (mm-codepage-setup): New helper function.
5305         (mm-charset-eval-alist): New variable.
5306         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
5307         about unknown charsets.
5308
5309         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
5310
5311 2005-10-04  David Hansen  <david.hansen@gmx.net>
5312
5313         * nnrss.el (nnrss-request-article): Add support for the comments tag.
5314         (nnrss-check-group): Ditto.
5315
5316 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5317
5318         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5319         Rename x-gnus-verbatim to x-verbatim.
5320         (mm-uu-type-alist): Fix regexp for verbatim-marks.
5321
5322         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5323         x-verbatim.
5324
5325         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5326
5327         * gnus-util.el (gnus-remove-duplicates): Remove.
5328
5329         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5330         instead of gnus-remove-duplicates.
5331
5332         * message.el (message-remove-duplicates): Remove.
5333         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5334         message-remove-duplicates.
5335
5336         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5337         available, else use implementation from `delete-dups'.
5338
5339         * message.el (message-insert-expires): New function.
5340         (message-mode-map): Add key binding.
5341         (message-mode-field-menu): Add menu entry.
5342         (message-mode): Document it.
5343         (message-make-expires-date): Use `message-make-date'.
5344
5345 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
5346
5347         * message.el (message-make-expires-date): New function.
5348
5349 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5350
5351         * Makefile.in (list-installed-shadows): New entry.
5352         (install): Use it.
5353         (remove-installed-shadows): New entry.
5354
5355         * dgnushack.el (dgnushack-default-load-path): New variable.
5356         (dgnushack-find-lisp-shadows): New function.
5357         (dgnushack-remove-lisp-shadows): New function.
5358
5359 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * Makefile.in (install-el-elc): New entry.
5362         (install): Use it so that .el files are necessarily installed.
5363
5364 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * time-date.el: Autoload parse-time-string, XEmacs needs it.
5367
5368 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5369
5370         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5371         function rather than the diff-mode.el package.
5372         (mm-display-external): Use with-current-buffer.
5373         (mm-viewer-completion-map, mm-viewer-completion-map):
5374         Move initialization inside declaration.
5375
5376 2005-09-29  Simon Josefsson  <jas@extundo.com>
5377
5378         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
5379         autoload mail-check-payment.
5380         (spam-check-hashcash): Define unconditionally, since hashcash.el
5381         is part of Gnus now.  Ignore errors from payment checking.
5382
5383 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5384
5385         * message.el (message-bold-region, message-unbold-region): Rename
5386         from `bold-region' and `unbold-region'.
5387
5388         * message.el: Remove useless autoloads.
5389
5390 2005-09-28  Simon Josefsson  <jas@extundo.com>
5391
5392         * message.el (message-use-idna): Default to t.
5393         (message-use-idna): Test whether encoding works too.  Doc fix.
5394
5395 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * nntp.el (nntp-warn-about-losing-connection): Remove.
5398
5399 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5400
5401         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
5402         customizable.  Change default value.
5403         (mm-uu-diff-groups-regexp): Change default value.
5404         (mm-uu-type-alist): Add doc string.
5405         (mm-uu-configure): Add doc string.  Make it interactive.
5406         (mm-uu-tex-groups-regexp): New variable.
5407         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
5408         (mm-uu-type-alist): Add LaTeX documents.
5409         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
5410         of "text/verbatim".
5411         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
5412
5413         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
5414         instead of "text/verbatim".
5415
5416         * message.el (message-mark-inserted-region)
5417         (message-mark-insert-file): Use slrn style marks when called with
5418         prefix argument.
5419
5420 2005-09-27  Simon Josefsson  <jas@extundo.com>
5421
5422         * message.el (message-idna-to-ascii-rhs-1): Reformat.
5423
5424 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5425
5426         * message.el (message-remove-duplicates): New function.
5427         Implementation borrowed from `gnus-remove-duplicates'.
5428         (message-idna-to-ascii-rhs): Also encode idna addresses in
5429         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5430         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
5431         only ask about the same idna domain once per header and also tell
5432         in what header to replace the idna domain.
5433
5434         * gnus-art.el (article-decode-idna-rhs): Also decode idna
5435         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5436         (article-decode-idna-rhs): Fix regexp so that all idna-address in
5437         a header is decoded and not just the last one.
5438
5439 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5440
5441         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
5442         has been decoded.
5443
5444         * mm-decode.el (mm-automatic-display): Add text/verbatim.
5445         (mm-insert-part): Don't modify text if it has been decoded.
5446
5447         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
5448         decoded.
5449
5450         * mm-view.el (mm-inline-text): Don't strip text props unless
5451         decoding enriched or richtext parts.
5452
5453 2005-09-25  Romain Francoise  <romain@orebokech.com>
5454
5455         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5456         * gnus-start.el (gnus-subscribe-interactively):
5457         * gnus-uu.el (gnus-uu-grab-articles):
5458         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5459         space.
5460
5461 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5462
5463         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5464         * mm-view.el (mm-view-pkcs7-decrypt):
5465         * gnus-sum.el (gnus-summary-limit-to-extra)
5466         (gnus-summary-respool-article, gnus-read-move-group-name):
5467         * gnus-score.el (gnus-summary-increase-score):
5468         * gnus-util.el (gnus-completing-read-with-default):
5469         * gnus-art.el (gnus-read-save-file-name)
5470         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5471         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5472         * message.el (message-check-news-header-syntax):
5473         Follow convention for reading with the minibuffer.
5474
5475 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5476
5477         * spam-report.el (spam-report-url-ping-plain):
5478         Use gnus-extended-version as User-Agent.
5479
5480         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5481         default value is nil.
5482
5483         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5484         (mm-uu-verbatim-marks-extract): New function.
5485         (mm-uu-extract): New face.
5486         (mm-uu-copy-to-buffer): Use it.
5487
5488         * spam-report.el (spam-report-gmane-ham): Renamed from
5489         `spam-report-gmane-unspam'.
5490         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5491         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5492
5493         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5494         Autoload.
5495         (spam-report-gmane-unregister-routine): Renamed
5496         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5497
5498 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5499
5500         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5501         (spam-report-gmane-unregister-routine): Add support for gmane
5502         unregistration.
5503
5504         * spam-report.el (spam-report-gmane-unspam)
5505         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5506         (spam-report-gmane): Change to take a single article and do unspam
5507         registration.
5508
5509 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5510
5511         * mm-url.el (mm-url-decode-entities): Fix regexp.
5512
5513 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5516         default to nil, to be able to use Gnus at all.  If the default
5517         switches to something else, then the function should be fixed not
5518         be exceedingly slow.
5519
5520 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5521
5522         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5523         fail hard.
5524
5525         * spam-report.el: Add better Keywords line.
5526
5527         * spam.el: Add Maintainer and better Keywords line.
5528
5529 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5530
5531         * gnus-art.el (gnus-article-replace-part)
5532         (gnus-mime-replace-part): New functions.
5533         (gnus-mime-action-alist, gnus-mime-button-commands)
5534         (gnus-mime-save-part-and-strip): Added file argument.
5535         (gnus-article-part-wrapper): Added interactive argument.
5536
5537         * gnus-sum.el (gnus-summary-mime-map): Add
5538         `gnus-article-replace-part'.
5539
5540 2005-09-19  Didier Verna  <didier@xemacs.org>
5541
5542         The nnml compaction feature:
5543         * nnml.el (nnml-request-compact-group): New function.
5544         * nnml.el (nnml-request-compact): New function.
5545         * gnus-int.el (gnus-request-compact-group): New function.
5546         * gnus-int.el (gnus-request-compact): New function.
5547         * gnus-group.el (gnus-group-compact-group): New function.
5548         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5549         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5550         * gnus-srvr.el (gnus-server-compact-server): New function.
5551         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5552         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5553
5554 2005-09-18  Deepak Goel  <deego@gnufans.org>
5555
5556         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5557         format spec.
5558
5559 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5562
5563 2005-09-15  Romain Francoise  <romain@orebokech.com>
5564
5565         * message.el (message-fill-paragraph): Clarify docstring.
5566
5567 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * gnus-art.el (gnus-mime-display-part): Protect against broken
5570         MIME messages.
5571
5572 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5573
5574         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5575         before parsing header.
5576
5577 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5578
5579         * html2text.el: (html2text-replace-list): Add new entities.
5580
5581 2005-09-11  Romain Francoise  <romain@orebokech.com>
5582
5583         * message.el (message-alternative-emails): Improve docstring.
5584         (message-setup-1): Call `message-use-alternative-email-as-from'
5585         after `message-setup-hook' to give it precedence over posting
5586         styles, etc.
5587         (message-use-alternative-email-as-from): Add docstring.  Remove
5588         the original From header if present.
5589
5590         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5591         (nnml-save-mail): Use it.
5592
5593         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5594         articles.  Add new argument `silent'.
5595         (gnus-uu-mark-all): Report the total number of marked articles.
5596
5597 2005-09-10  Romain Francoise  <romain@orebokech.com>
5598
5599         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5600         (gnus-uu-mark-series): Likewise.
5601
5602 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5603
5604         * spam-report.el (spam-report-gmane): Fix generation of spam
5605         report URL.
5606
5607 2005-09-10  Simon Josefsson  <jas@extundo.com>
5608
5609         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5610         t, based on discussion on the ding list with Robert Epprecht
5611         <epprecht@solnet.ch>.
5612
5613 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5614
5615         * spam-report.el (spam-report-gmane): Make it work without
5616         X-Report-Spam header.  Gmane now only provides Archived-At.
5617         This is only used if `spam-report-gmane-use-article-number' is nil.
5618         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5619
5620         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5621         make `gnus-summary-sort-by-recipient' work with threading.
5622
5623         * nnweb.el (nnweb-google-wash-article): Print a message if article
5624         is not available.
5625
5626 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5627
5628         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5629         change.  Decode text/* parts content before displaying.
5630
5631 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5632
5633         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5634
5635 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5638
5639         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5640         url-package-name, url-package-version,
5641         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5642         w3m-display-inline-images, and w3m-minor-mode-map.
5643
5644 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5645
5646         * message.el (message-tab-body-function): Fixed mismatched custom
5647         type.
5648
5649         * gnus.el (gnus-group-change-level-function): Ditto.
5650
5651         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5652
5653         * gnus-art.el (gnus-signature-limit)
5654         (gnus-article-mime-part-function): Ditto.
5655
5656 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * mml.el (mml-mode): Silence the byte compiler.
5659
5660         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5661         using `(sit-for 0)' before moving the point to the specified part;
5662         skip unbuttonized parts.
5663         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5664         return to the summary window if gnus-auto-select-part is non-nil.
5665
5666 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5667
5668         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5669         variables.
5670         (mml-dnd-attach-file, mml-mode): Use them.
5671
5672         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5673         Make fetching article by MID work again for Google Groups.  Added
5674         FIXME concerning gnus-group-make-web-group.
5675
5676         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5677         Don't depend on Gnus by using mail-extract-address-components if
5678         gnus-extract-address-components is not bound.
5679
5680 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5681
5682         * gnus-art.el (gnus-mime-display-security): Don't display the
5683         signature, but only the signed part.
5684
5685 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5688
5689         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5690         list, not listp.
5691
5692 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5693
5694         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5695         when encoding.
5696
5697         * mm-bodies.el (mm-decode-content-transfer-encoding):
5698         De-canonicalize CRLF for all text content types, not just
5699         text/plain.
5700
5701 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5704         valid article; point arrow and cursor at the MIME button.
5705
5706 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5709         Suggested by Dan Christensen <jdc@uwo.ca>.
5710
5711         * mm-decode.el (mm-save-part): Enable change of prompt.
5712
5713 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5714
5715         * gnus-msg.el (gnus-inews-add-send-actions): Made
5716         `message-post-method' lambda parameter ARG `&optional'.
5717
5718 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5719
5720         * gnus-sum.el (gnus-summary-mime-map): Added
5721         gnus-article-save-part-and-strip, gnus-article-delete-part and
5722         gnus-article-jump-to-part.
5723
5724         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5725         (gnus-article-edit-part): Use it.
5726         (gnus-article-part-wrapper): Added no-handle argument.
5727         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5728         functions.
5729
5730 2005-08-29  Romain Francoise  <romain@orebokech.com>
5731
5732         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5733         docstring.
5734         (gnus-face-from-file): Likewise.
5735
5736 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5737
5738         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5739         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5740         non-nil.
5741         (gnus-auto-select-part): New variable.
5742         (gnus-article-jump-to-part): New function.
5743         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5744         (gnus-mime-delete-part): Allow selecting specified part after
5745         deleting or stripping parts.
5746         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5747         part if argument is bogus.
5748
5749 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5750
5751         * gnus-art.el (w3m-minor-mode-map):
5752         * gnus-spec.el (gnus-newsrc-file-version):
5753         * gnus-util.el (nnmail-active-file-coding-system)
5754         (gnus-original-article-buffer, gnus-user-agent):
5755         * gnus.el (gnus-ham-process-destinations)
5756         (gnus-parameter-ham-marks-alist)
5757         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5758         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5759         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5760         * mm-decode.el (gnus-current-window-configuration):
5761         * mm-extern.el (gnus-article-mime-handles):
5762         * mm-url.el (url-current-object, url-package-name)
5763         (url-package-version):
5764         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5765         (smime-keys, w3m-cid-retrieve-function-alist)
5766         (w3m-current-buffer, w3m-display-inline-images)
5767         (w3m-minor-mode-map):
5768         * mml-smime.el (gnus-extract-address-components):
5769         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5770         (gnus-newsrc-hashtb, message-default-charset)
5771         (message-deletable-headers, message-options)
5772         (message-posting-charset, message-required-mail-headers)
5773         (message-required-news-headers):
5774         * mml1991.el (mc-pgp-always-sign):
5775         * mml2015.el (mc-pgp-always-sign):
5776         * nnheader.el (nnmail-extra-headers):
5777         * rfc1843.el (gnus-decode-encoded-word-function)
5778         (gnus-decode-header-function, gnus-newsgroup-name):
5779         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5780
5781 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5782
5783         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5784         the end of the date treatments.
5785
5786 2005-08-15  Simon Josefsson  <jas@extundo.com>
5787
5788         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5789         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5790         Capello and Romain Francoise.
5791         (pgg-fetch-key-function): Removed, not used?
5792         (pgg-insert-url-with-w3): Require url, to get
5793         url-insert-file-contents regardless of where it is defined.
5794
5795 2005-08-13  Romain Francoise  <romain@orebokech.com>
5796
5797         * message.el (message-cite-original-1): New function.
5798         (message-cite-original): Use it.
5799         (message-cite-original-without-signature): Ditto.
5800
5801 2005-08-08  Romain Francoise  <romain@orebokech.com>
5802
5803         * message.el (message-yank-empty-prefix): New variable.
5804         (message-indent-citation): Use it.
5805         (message-cite-original-without-signature): Respect X-No-Archive.
5806
5807 2005-08-08  Simon Josefsson  <jas@extundo.com>
5808
5809         * pgg.el: Autoload url-insert-file-contents instead of loading
5810         w3/url.
5811         (pgg-insert-url-with-w3): Don't load url here.
5812
5813 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5814
5815         * message.el (message-kill-to-signature): Don't insert newline at
5816         bol.
5817         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5818
5819 2005-08-06  Romain Francoise  <romain@orebokech.com>
5820
5821         * message.el (message-user-fqdn): Fix typo in docstring.
5822
5823 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5824
5825         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5826
5827         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5828
5829 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * mm-bodies.el (mm-encode-body): Use coding system rather than
5832         charset to encode text.
5833
5834         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5835         number of charsets if utf-8 is available (XEmacs).
5836
5837 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5838
5839         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5840         taken from `gnus-button-mid-or-mail-regexp'.
5841         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5842         (gnus-button-alist): Improve regexp for domain part of the MIDs
5843         for news:localpart@domain buttons.
5844         (gnus-button-ctan-directory-regexp): Update.
5845
5846 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * sieve-manage.el (sieve-manage-interactive-login): Use
5849         make-local-variable rather than make-variable-buffer-local.
5850         (sieve-manage-open): Ditto.
5851         (sieve-manage-authenticate): Ditto.
5852
5853         * mml.el (mml-generate-mime-1): Make the content type default to
5854         text/plain if the filename is not specified.
5855
5856 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5859         instead of insert-buffer.
5860
5861         * message.el (message-yank-original): Ditto; set the mark at the
5862         end of the yanked message.
5863
5864 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5867         lines to scroll rather than to stop it.
5868
5869         * mml.el (mml-generate-default-type): Add doc string.
5870         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5871         default to application/octet-stream when determining the content
5872         type if it is not specified for the part or the mml contents; add
5873         a comment about mml-generate-default-type.
5874
5875 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5876
5877         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5878         make it default to application/octet-stream when determining the
5879         content type if it is not specified for the external contents.
5880
5881 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5884         segmented parameter but also other parameters might be there.
5885
5886 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * mm-decode.el (mm-display-external): Delete temp file, directory
5889         and buffer immediately if the external process is exited.
5890
5891 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5894         fewer lines than that of scroll-margin.
5895         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5896
5897 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * gnus-art.el (gnus-article-next-page): Revert.
5900         (gnus-article-beginning-of-window): New macro.
5901         (gnus-article-next-page-1): Use it.
5902         (gnus-article-prev-page): Ditto.
5903         (gnus-article-edit-part): Use insert-buffer-substring instead of
5904         insert-buffer.
5905         (gnus-article-edit-exit): Ditto.
5906
5907         * gnus-util.el (gnus-beginning-of-window): Remove.
5908         (gnus-end-of-window): Remove.
5909
5910         * lpath.el: Don't bind header-line-format and scroll-margin.
5911
5912 2005-07-25  Simon Josefsson  <jas@extundo.com>
5913
5914         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5915         to have the url package without w3.  Reported by Daiki Ueno
5916         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5917
5918 2005-07-20  Didier Verna  <didier@xemacs.org>
5919
5920         * gnus-diary.el: Remove the description comment (nndiary is now
5921         properly documented in the Gnus manual).
5922         Fix the spelling of "Back End".
5923         * nndiary.el: Ditto.
5924         Fix the copyright notice.
5925
5926 2005-07-18  Romain Francoise  <romain@orebokech.com>
5927
5928         * gnus-sum.el (gnus-summary-to-prefix,
5929         gnus-summary-newsgroup-prefix): New variables.
5930         (gnus-summary-from-or-to-or-newsgroups): Use them.
5931
5932 2005-07-17  Romain Francoise  <romain@orebokech.com>
5933
5934         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5935         space as it's generally not especially interesting to the user.
5936
5937 2005-07-16  Romain Francoise  <romain@orebokech.com>
5938
5939         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5940         nil to avoid prompting and file modification if one of the
5941         messages at the top of the nnfolder file contains a copyright
5942         notice.
5943         Update copyright notice.
5944
5945         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5946         instead of `current-time-string' as the latter creates a time
5947         string that is not RFC 2822 compliant (it lacks the zone).
5948         Update copyright notice.
5949
5950 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5951
5952         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5953         for text/rtf.  Display default in prompt.  Pass default for M-n.
5954
5955         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5956
5957 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5958
5959         * gnus-msg.el (gnus-button-mailto): Remove
5960         save-selected-window-window hackery because it relies on
5961         save-selected-window internals.
5962
5963 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5966         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5967         (gnus-article-prev-page): Ditto.
5968
5969         * gnus-util.el (gnus-beginning-of-window): New function.
5970         (gnus-end-of-window): New function.
5971
5972         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5973
5974 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5975
5976         * gnus-score.el (gnus-score-edit-all-score): Set
5977         gnus-score-edit-exit-function to gnus-score-edit-done and call
5978         gnus-message.
5979
5980 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5981
5982         * gnus-msg.el (gnus-button-mailto): Remove
5983         save-selected-window-window hackery because it relies on
5984         save-selected-window internals.
5985
5986 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5989         add-minor-mode.
5990         (gnus-binary-mode): Ditto.
5991
5992         * gnus-topic.el (gnus-topic-mode): Ditto.
5993
5994 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5995
5996         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5997         (gnus-article-prev-page): Take scroll-margin into consideration.
5998
5999 2005-07-04  Lute Kamstra  <lute@gnu.org>
6000
6001         Update FSF's address in GPL notices.
6002
6003 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
6004
6005         * gnus.el (gnus-exit):
6006         * gnus-group.el (gnus-group-icons):
6007         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
6008
6009         * gnus-nocem.el (gnus-nocem):
6010         * message.el (message-various, message-buffers, message-sending)
6011         (message-interface, message-forwarding, message-insertion)
6012         (message-headers, message-news, message-mail):
6013         * pgg-gpg.el (pgg-gpg):
6014         * pgg-parse.el (pgg-parse):
6015         * pgg-pgp.el (pgg-pgp):
6016         * pgg-pgp5.el (pgg-pgp5):
6017         * pop3.el (pop3): Finish `defgroup' description with period.
6018
6019 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * gnus-art.el (article-display-face): Improve the efficiency.
6022         (article-display-x-face): Ditto; remove grey x-face stuff.
6023
6024 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * gnus-art.el (article-display-face): Correct the position in
6027         which Faces are inserted.
6028
6029 2005-06-29  Didier Verna  <didier@xemacs.org>
6030
6031         * gnus-art.el (article-display-face): Display faces in correct
6032         order.
6033
6034 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
6037         (gnus-fill-real-hashtb): Use hash table instead of obarray.
6038         (gnus-nocem-check-article): Fetch the Type header.
6039         (gnus-nocem-message-wanted-p): Fix the way to examine types.
6040         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
6041         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
6042         make sure gnus-nocem-hashtb is initialized.
6043         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
6044         (gnus-nocem-unwanted-article-p): Ditto.
6045
6046         * pgg.el (pgg-verify): Return the verification result.
6047
6048 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6049
6050         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
6051         is ascii.
6052
6053 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
6054
6055         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
6056         `show-nonbreak-escape'.
6057
6058 2005-06-23  Lute Kamstra  <lute@gnu.org>
6059
6060         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
6061
6062         * dig.el (dig-mode):
6063         * smime.el (smime-mode): Use gnus-run-mode-hooks.
6064
6065 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
6066
6067         * nnimap.el (nnimap-split-download-body): Fix spellings.
6068
6069 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
6070
6071         * gnus-art.el (gnus-article-encrypt-body):
6072         * gnus-cus.el (gnus-score-customize):
6073         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
6074         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
6075
6076 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6077
6078         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
6079         header by looking for magic "MII" at the beginnig.
6080
6081 2005-06-16  Miles Bader  <miles@gnu.org>
6082
6083         * gnus-xmas.el (gnus-xmas-group-startup-message):
6084         Use renamed gnus-splash face.
6085
6086         * assistant.el (assistant-field): Remove "-face" suffix from face name.
6087         (assistant-field-face): New backward-compatibility alias for renamed
6088         face.
6089         (assistant-render-text): Use renamed assistant-field face.
6090
6091         * spam.el (spam): Remove "-face" suffix from face name.
6092         (spam-face): New backward-compatibility alias for renamed face.
6093         (spam-face, spam-initialize): Use renamed spam face.
6094
6095         * message.el (message-header-to, message-header-cc)
6096         (message-header-subject, message-header-newsgroups)
6097         (message-header-other, message-header-name)
6098         (message-header-xheader, message-separator, message-cited-text)
6099         (message-mml): Remove "-face" suffix from face names.
6100         (message-header-to-face, message-header-cc-face)
6101         (message-header-subject-face, message-header-newsgroups-face)
6102         (message-header-other-face, message-header-name-face)
6103         (message-header-xheader-face, message-separator-face)
6104         (message-cited-text-face, message-mml-face):
6105         New backward-compatibility aliases for renamed faces.
6106         (message-font-lock-keywords): Use renamed message faces.
6107
6108         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
6109         (sieve-test-commands, sieve-tagged-arguments):
6110         Remove "-face" suffix from face names.
6111         (sieve-control-commands-face, sieve-action-commands-face)
6112         (sieve-test-commands-face, sieve-tagged-arguments-face):
6113         New backward-compatibility aliases for renamed faces.
6114         (sieve-control-commands-face, sieve-action-commands-face)
6115         (sieve-test-commands-face, sieve-tagged-arguments-face):
6116         Use renamed sieve faces.
6117
6118         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
6119         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
6120         (gnus-group-news-3-empty, gnus-group-news-4)
6121         (gnus-group-news-4-empty, gnus-group-news-5)
6122         (gnus-group-news-5-empty, gnus-group-news-6)
6123         (gnus-group-news-6-empty, gnus-group-news-low)
6124         (gnus-group-news-low-empty, gnus-group-mail-1)
6125         (gnus-group-mail-1-empty, gnus-group-mail-2)
6126         (gnus-group-mail-2-empty, gnus-group-mail-3)
6127         (gnus-group-mail-3-empty, gnus-group-mail-low)
6128         (gnus-group-mail-low-empty, gnus-summary-selected)
6129         (gnus-summary-cancelled, gnus-summary-high-ticked)
6130         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
6131         (gnus-summary-high-ancient, gnus-summary-low-ancient)
6132         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
6133         (gnus-summary-low-undownloaded)
6134         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
6135         (gnus-summary-low-unread, gnus-summary-normal-unread)
6136         (gnus-summary-high-read, gnus-summary-low-read)
6137         (gnus-summary-normal-read, gnus-splash):
6138         Remove "-face" suffix from face names.
6139         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6140         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6141         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6142         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6143         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6144         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6145         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6146         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6147         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6148         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6149         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6150         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6151         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6152         (gnus-summary-normal-ticked-face)
6153         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
6154         (gnus-summary-normal-ancient-face)
6155         (gnus-summary-high-undownloaded-face)
6156         (gnus-summary-low-undownloaded-face)
6157         (gnus-summary-normal-undownloaded-face)
6158         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6159         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6160         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6161         (gnus-splash-face):
6162         New backward-compatibility aliases for renamed faces.
6163         (gnus-group-startup-message): Use renamed gnus faces.
6164
6165         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
6166         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
6167         (gnus-server-agent): Remove "-face" suffix from face names.
6168         (gnus-server-agent-face, gnus-server-opened-face)
6169         (gnus-server-closed-face, gnus-server-denied-face)
6170         (gnus-server-offline-face):
6171         New backward-compatibility aliases for renamed faces.
6172         (gnus-server-agent-face, gnus-server-opened-face)
6173         (gnus-server-closed-face, gnus-server-denied-face)
6174         (gnus-server-offline-face): Use renamed gnus faces.
6175
6176         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
6177         Remove "-face" suffix from face names.
6178         (gnus-picon-xbm-face, gnus-picon-face):
6179         New backward-compatibility aliases for renamed faces.
6180
6181         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
6182         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
6183         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
6184         (gnus-cite-11): Remove "-face" suffix from face names.
6185         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
6186         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
6187         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
6188         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
6189         New backward-compatibility aliases for renamed faces.
6190         (gnus-cite-attribution-face, gnus-cite-face-list)
6191         (gnus-article-boring-faces): Use renamed gnus faces.
6192
6193         * gnus-art.el (gnus-signature, gnus-header-from)
6194         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
6195         (gnus-header-content): Remove "-face" suffix from face names.
6196         (gnus-signature-face, gnus-header-from-face)
6197         (gnus-header-subject-face, gnus-header-newsgroups-face)
6198         (gnus-header-name-face, gnus-header-content-face):
6199         New backward-compatibility aliases for renamed faces.
6200         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
6201
6202         * gnus-sum.el (gnus-summary-selected-face)
6203         (gnus-summary-highlight): Use renamed gnus faces.
6204         * gnus-group.el (gnus-group-highlight): Likewise.
6205
6206 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
6207
6208         * gnus-sieve.el (gnus-sieve-article-add-rule):
6209         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
6210         * spam-stat.el (spam-stat-buffer-change-to-spam)
6211         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
6212
6213         * message.el (message-is-yours-p):
6214         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
6215
6216 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * mm-view.el (mm-inline-text): Withdraw the last change.
6219
6220 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
6223         executing enriched-decode.
6224
6225 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
6228         charset of tar files.
6229
6230 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
6231
6232         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
6233
6234 2005-06-04  Lute Kamstra  <lute@gnu.org>
6235
6236         * nnfolder.el (nnfolder-read-folder): Make sure that undo
6237         information is never recorded.
6238
6239 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6240
6241         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
6242
6243 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * pop3.el (pop3-apop): Run md5 in the binary mode.
6246
6247         * starttls.el (starttls-set-process-query-on-exit-flag):
6248         Use eval-and-compile.
6249
6250 2005-05-31  Simon Josefsson  <jas@extundo.com>
6251
6252         * smime.el (smime-replace-in-string): Define.
6253         (smime-cert-by-ldap-1): Use it.
6254
6255 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * gnus-art.el (article-display-x-face): Replace
6258         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6259
6260         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
6261         set-process-query-on-exit-flag or process-kill-without-query.
6262
6263         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
6264         loop instead of replace-regexp.
6265
6266         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
6267         instead of process-kill-without-query if it is available.
6268
6269         * lpath.el: Fbind ldap-search-entries.
6270
6271         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
6272         instead of find-file-hooks if it is available.
6273
6274         * mml1991.el: Bind pgg-default-user-id when compiling.
6275
6276         * mml2015.el: Bind pgg-default-user-id when compiling.
6277
6278         * nndraft.el (nndraft-request-associate-buffer):
6279         Use write-contents-functions instead of write-contents-hooks if it is
6280         available.
6281
6282         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
6283         instead of find-file-hooks if it is available.
6284
6285         * nntp.el (nntp-open-connection): Replace
6286         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6287         (nntp-open-ssl-stream): Ditto.
6288         (nntp-open-tls-stream): Ditto.
6289
6290         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
6291         set-process-query-on-exit-flag or process-kill-without-query.
6292         (starttls-open-stream-gnutls): Use it instead of
6293         process-kill-without-query.
6294         (starttls-open-stream): Ditto.
6295
6296 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
6297
6298         * smime.el (smime-cert-by-ldap-1): Don't use
6299         replace-regexp-in-string.
6300
6301 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6302
6303         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6304
6305         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6306         in PEM format. Adjust to the XEmacs compability.
6307
6308 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6309
6310         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6311         by `string-to-number'.
6312         * gnus-agent.el (gnus-agent-regenerate-group)
6313         (gnus-agent-fetch-articles): Ditto.
6314         * gnus-art.el (gnus-button-fetch-group): Ditto.
6315         * gnus-cache.el (gnus-cache-generate-active)
6316         (gnus-cache-articles-in-group): Ditto.
6317         * gnus-group.el (gnus-group-set-current-level)
6318         (gnus-group-insert-group-line): Ditto.
6319         * gnus-score.el (gnus-score-set-expunge-below)
6320         (gnus-score-set-mark-below, gnus-summary-score-effect)
6321         (gnus-summary-score-entry): Ditto.
6322         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6323         (gnus-soup-pack): Ditto.
6324         * gnus-spec.el (gnus-xmas-format): Ditto.
6325         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6326         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6327         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6328         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6329         * nndb.el (nndb-get-remote-expire-response): Ditto.
6330         * nndiary.el (nndiary-parse-schedule-value)
6331         (nndiary-string-to-number, nndiary-request-replace-article)
6332         (nndiary-request-article): Ditto.
6333         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6334         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6335         * nneething.el (nneething-make-head): Ditto.
6336         * nnfolder.el (nnfolder-request-article)
6337         (nnfolder-retrieve-headers): Ditto.
6338         * nnheader.el (nnheader-file-to-number): Ditto.
6339         * nnkiboze.el (nnkiboze-request-article): Ditto.
6340         * nnmail.el (nnmail-process-unix-mail-format)
6341         (nnmail-process-babyl-mail-format): Ditto.
6342         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6343         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6344         (nnmh-request-create-group, nnmh-request-list-1)
6345         (nnmh-request-group, nnmh-request-article): Ditto.
6346         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6347         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6348         * nnsoup.el (nnsoup-make-active): Ditto.
6349         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6350         * nntp.el (nntp-find-group-and-number)
6351         (nntp-retrieve-headers-with-xover): Ditto.
6352         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6353         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6354         (pgg-format-key-identifier): Ditto.
6355         * pop3.el (pop3-last, pop3-stat): Ditto.
6356         * qp.el (quoted-printable-decode-region): Ditto.
6357
6358         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6359         of concat.
6360
6361 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6364
6365         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6366
6367         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6368
6369         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6370
6371         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6372
6373         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6374
6375         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6376         (gnus-carpal-mode): Ditto.
6377
6378         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6379         (gnus-browse-mode): Ditto.
6380
6381         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6382
6383         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6384
6385 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6386
6387         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6388
6389 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * gnus-util.el (gnus-run-mode-hooks): New function.
6392
6393         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6394
6395         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
6396         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
6397
6398 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6399
6400         * gnus-agent.el (gnus-agent-make-mode-line-string):
6401         Use mode-line-highlight as mouse-face.
6402
6403 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * canlock.el (canlock): Change the parent group to news.
6406
6407         * deuglify.el (gnus-outlook-deuglify): Add :group.
6408
6409         * dig.el (dig): Add :group.
6410
6411         * dns-mode.el (dns-mode): Add :group.
6412
6413         * encrypt.el (encrypt): Add :group.
6414
6415         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
6416         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
6417         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
6418         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
6419         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
6420
6421         * gnus-diary.el (gnus-diary): Add :group.
6422
6423         * gnus.el (gnus-group-news-1-face): Add :group.
6424         (gnus-group-news-1-empty-face): Ditto.
6425         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
6426         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
6427         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
6428         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
6429         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
6430         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
6431         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
6432         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
6433         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
6434         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
6435         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
6436         (gnus-summary-high-ticked-face): Ditto.
6437         (gnus-summary-low-ticked-face): Ditto.
6438         (gnus-summary-normal-ticked-face): Ditto.
6439         (gnus-summary-high-ancient-face): Ditto.
6440         (gnus-summary-low-ancient-face): Ditto.
6441         (gnus-summary-normal-ancient-face): Ditto.
6442         (gnus-summary-high-undownloaded-face): Ditto.
6443         (gnus-summary-low-undownloaded-face): Ditto.
6444         (gnus-summary-normal-undownloaded-face): Ditto.
6445         (gnus-summary-high-unread-face): Ditto.
6446         (gnus-summary-low-unread-face): Ditto.
6447         (gnus-summary-normal-unread-face): Ditto.
6448         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
6449         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6450
6451         * hashcash.el (hashcash): New custom group.
6452         (hashcash-default-payment): Add :group.
6453         (hashcash-payment-alist): Ditto.
6454         (hashcash-default-accept-payment): Ditto.
6455         (hashcash-accept-resources): Ditto.
6456         (hashcash-path): Ditto.
6457         (hashcash-extra-generate-parameters): Ditto.
6458         (hashcash-double-spend-database): Ditto.
6459         (hashcash-in-news): Ditto.
6460
6461         * message.el (message-minibuffer-local-map): Add :group.
6462
6463         * netrc.el (netrc): Add :group.
6464
6465         * sieve-manage.el (sieve-manage-log): Add :group.
6466         (sieve-manage-default-user): Diito.
6467         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6468         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6469         (sieve-manage-authenticators): Ditto.
6470         (sieve-manage-authenticator-alist): Ditto.
6471         (sieve-manage-default-port): Ditto.
6472
6473         * sieve-mode.el (sieve-control-commands-face): Add :group.
6474         (sieve-action-commands-face): Ditto.
6475         (sieve-test-commands-face): Ditto.
6476         (sieve-tagged-arguments-face): Ditto.
6477
6478         * smime.el (smime): Add :group.
6479
6480         * spam-report.el (spam-report): Add :group.
6481
6482         * spam.el (spam, spam-face): Add :group.
6483
6484 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6485
6486         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6487         return \n.\n.\n at the end of articles.  Protect against that.
6488         (nntp-with-open-group): Allow debugging.
6489
6490         * nnheader.el (mail-header-set-extra): Make into a function
6491         because I just could't understand how to quote the list properly.
6492
6493         * dns.el (query-dns-cached): New function.
6494
6495 2005-05-26  Lute Kamstra  <lute@gnu.org>
6496
6497         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6498
6499 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6502
6503         * gnus-art.el: Don't autoload mail-extract-address-components.
6504
6505         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6506         eval-and-compile to evaluate it.
6507
6508         * hashcash.el: Don't autoload executable-find.
6509
6510         * nndb.el: Don't declare the nndb back end two or more times; don't
6511         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6512
6513         * nntp.el: Autoload format-spec instead of format; use
6514         eval-and-compile to evaluate autoload forms.
6515
6516 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6517
6518         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6519
6520 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6521
6522         * gnus.el (gnus-version-number): Bump version.
6523
6524 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6525
6526         * gnus.el: No Gnus v0.3 is released.
6527
6528 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6529
6530         * lpath.el (featurep): Bind show-nonbreak-escape.
6531
6532 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-art.el (gnus-article-edit-part): Disable undo.
6535
6536 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6539         gnus-article-date-lapsed-new-header is t if date timer is active;
6540         skip headers in which the original date value is empty.
6541         (gnus-article-save-original-date): Redefine it as a macro.
6542         (gnus-display-mime): Use it.
6543
6544 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * gnus-art.el (article-date-ut): Support converting date in
6547         forwarded parts as well.
6548         (gnus-article-save-original-date): New function.
6549         (gnus-display-mime): Use it.
6550
6551 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6552
6553         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6554         enclosure element of <item>.
6555
6556 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6557
6558         * message.el (message-kill-buffer-query): Renamed from
6559         `message-kill-buffer-query-if-modified'.  Added :version.
6560
6561 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6564         window layout.
6565
6566 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * mml.el: Autoload dnd when compiling.
6569
6570 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6571
6572         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6573         x-dnd-*.
6574
6575 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * qp.el (quoted-printable-encode-region): Save excursion.
6578
6579 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6580
6581         * message.el (message-kill-buffer-query-if-modified): Add new variable
6582         so the user can kill a modified message buffer quickly.
6583         (message-kill-buffer): Use it.
6584
6585 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * lpath.el: Fbind display-time-event-handler; don't fbind
6588         string-to-multibyte.
6589
6590         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6591
6592 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6595         contained in text because xml.el decodes entities) with LFs.
6596
6597 2005-04-11  Lute Kamstra  <lute@gnu.org>
6598
6599         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6600         differently.
6601
6602 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6603
6604         * mm-util.el (mm-detect-coding-region): Typo.
6605
6606 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6609
6610 2005-04-06  D Goel  <deego@gnufans.org>
6611
6612         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6613         user-function allow user modifications of the scores.
6614         (spam-stat-score-buffer-user): New function, to allow
6615         user-computed modifications to the score.
6616         (spam-stat-score-buffer-user-functions): list of additional
6617         scoring functions
6618         (spam-stat-error-holder): global temporary error holder
6619         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6620         variable
6621
6622 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6623
6624         * gnus-registry.el (gnus-registry-clean-empty-function)
6625         (gnus-registry-trim, gnus-registry-fetch-groups)
6626         (gnus-registry-delete-group): Groups that match
6627         `gnus-registry-ignored-groups' are removed from the registry
6628         entries, not just ignored for splitting.  This helps clean up the
6629         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6630         to get all the groups a message ID is in.
6631
6632         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6633         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6634         (spam-stat-score-buffer-user-functions): Add :number custom type.
6635
6636 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6639         argument in XEmacs.
6640
6641         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6642         (nnrss-request-group): Decode group name first.
6643         (nnrss-request-article): Make a text/plain article if mml-to-mime
6644         failed.
6645         (nnrss-get-encoding): Return a compatible encoding according to
6646         nnrss-compatible-encoding-alist.
6647         (nnrss-find-el): Use consp instead of listp.
6648         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6649
6650 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6653         which Emacs 20 doesn't support.
6654         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6655
6656 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6657
6658         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6659         silence the byte compiler inside the defun
6660
6661         * gnus-demon.el (parse-time-string): Add autoload.
6662
6663         * gnus-delay.el (parse-time-string): Add autoload.
6664
6665         * gnus-art.el (parse-time-string): Add autoload.
6666
6667         * nnultimate.el (parse-time): Require for `parse-time-string'.
6668
6669 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6670
6671         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6672
6673         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6674
6675         * smime.el (smime-ldap-host-list): Add :version.
6676
6677 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6678
6679         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6680         pass it to `gnus-browse-read-group'.
6681         (gnus-browse-read-group): Add NUMBER argument and pass it to
6682         `gnus-group-read-ephemeral-group'.
6683
6684         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6685         argument and pass it to `gnus-group-read-group'.
6686
6687 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6688
6689         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6690         mm-xemacs-find-mime-charset-1 if we have the mule feature
6691         available at runtime.
6692
6693 2005-03-25  Werner Lemberg  <wl@gnu.org>
6694
6695         * nnmaildir.el: Replace `illegal' with `invalid'.
6696
6697 2005-03-23  Lute Kamstra  <lute@gnu.org>
6698
6699         * time-date.el: Add comment on time value formats.
6700         Don't require parse-time.
6701         (with-decoded-time-value): New macro.
6702         (encode-time-value): New function.
6703         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6704         (days-to-time): Return a valid time value when arg is huge.
6705         (time-since): Use time-subtract.
6706         (time-to-number-of-days): Use time-to-seconds.
6707
6708 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6709
6710         * gnus-start.el (gnus-display-time-event-handler):
6711         Check display-time-timer at runtime rather than only at load time
6712         in case display-time-mode is turned off in the mean time.
6713
6714 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6715
6716         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6717         used.
6718
6719         * nneething.el (nneething-map-file-directory): Derive from
6720         `gnus-directory'.
6721
6722         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6723         the To/Cc button.
6724
6725 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * nnmaildir.el (nnmaildir-request-accept-article):
6728         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6729
6730 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6731
6732         * gnus-async.el: Require timer-funcs at compile time when in
6733         XEmacs for `run-with-idle-timer'.
6734
6735 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6736
6737         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6738         autoloaded function.
6739
6740 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6741
6742         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6743
6744 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6745
6746         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6747
6748 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6749
6750         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6751         gnus-expert-user to default.
6752
6753 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6754
6755         * nnimap.el (nnimap-open-server): Ditto.
6756
6757         * imap.el (imap-authenticate): Fix typo.
6758
6759 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6760
6761         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6762         buffer (since IMAP server might return FETCH response out of
6763         order, and the nntp buffer must be sorted).
6764
6765 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6766
6767         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6768         comparison on string.
6769
6770         * gnus-agent.el (gnus-agent-long-article,
6771         gnus-agent-short-article, gnus-agent-score): Renamed category
6772         keywords to match gnus-cus.
6773         (gnus-agent-summary-fetch-series): Modified to protect against
6774         gnus-agent-summary-fetch-group clearing processable flags.
6775         (gnus-agent-synchronize-group-flags): Update live group buffer as
6776         synchronization may occur due to the user toggle the plugged
6777         status.
6778         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6779         successfully downloaded.
6780         (gnus-agent-expire-group-1): Avoid using markers when the overview
6781         is in ascending order; greatly improves performance.
6782         (gnus-agent-regenerate-group): Use
6783         gnus-agent-synchronize-group-flags to reset read status in both
6784         gnus and server.
6785         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6786
6787 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6788
6789         * message.el: Don't autoload former message-utils variables.
6790         (message-strip-subject-trailing-was): Change doc string.
6791
6792         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6793         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6794         (nnweb-google-search): Add "hl=en" here.
6795         (nnweb-google-parse-1, nnweb-google-create-mapping):
6796         Don't hardcode URL.
6797
6798 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6799
6800         * message.el (message-get-reply-headers, message-followup):
6801         Mention related variables `message-use-followup-to' and
6802         `message-use-mail-followup-to', in the information buffer.
6803
6804         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6805         of broken groups(-beta).google.com.
6806
6807 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6808
6809         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6810         parameter to invoked gnus-request-move-article; remove the
6811         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6812         all at once instead of once per article.
6813         (gnus-summary-remove-process-mark): Accept a list of articles as
6814         well as a single article for processing.
6815
6816         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6817         parameter.
6818
6819         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6820
6821         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6822
6823         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6824         parameter.
6825
6826         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6827         parameter.
6828
6829         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6830         parameter and remove the gnus-sum-hint-move-is-internal variable.
6831
6832         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6833         parameter.
6834
6835         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6836         parameter.
6837
6838         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6839         parameter.
6840
6841         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6842
6843         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6844         parameter.
6845
6846         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6847         parameter.
6848
6849 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6850
6851         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6852         a more conservative way.
6853
6854 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6855
6856         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6857         buffer, so it moves the window's cursor.
6858
6859 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6860
6861         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6862         `mm-dissect-multipart' and receive the from field as an (optional)
6863         argument from `mm-dissect-multipart'.
6864         (mm-dissect-multipart): Receive the from field as an argument and
6865         pass it on when we call `mm-dissect-buffer' on MIME parts.
6866         Fixes verification/decryption of signed/encrypted MIME parts.
6867
6868 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6869
6870         * gnus-sum.el (gnus-summary-move-article): Set
6871         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6872         whatever it calls (right now, only nnimap-request-move article
6873         respects it).
6874
6875         * nnimap.el (nnimap-request-move-article): When
6876         gnus-sum-hint-move-is-internal is set, don't do the extra
6877         nnimap-request-article.
6878
6879 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6880
6881         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6882
6883         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6884         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6885
6886         * gnus-sum.el (gnus-summary-caesar-message):
6887         Apply `gnus-treat-article' after rotation.
6888
6889         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6890         doc string.
6891
6892 2005-02-22  Simon Josefsson  <jas@extundo.com>
6893
6894         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6895         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6896         <arne@arnested.dk>.
6897         (encrypt): Add password-cache and password-cache-expiry as group
6898         members.
6899
6900 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6901
6902         * smime.el (smime-ldap-host-list): Doc fix.
6903         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6904         cache) password.
6905         (smime-sign-region): Use it.
6906         (smime-decrypt-region): Use it.
6907         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6908         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6909         fails.
6910         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6911         certificate from DER to PEM format rather than calling openssl.
6912
6913         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6914
6915         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6916         for signing/encryption.
6917
6918         * mml.el (mml-parse-1): Use them.
6919
6920 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6921
6922         * nnrss.el (nnrss-verbose): Removed.
6923         (nnrss-request-group): Use `nnheader-message' instead.
6924
6925 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6926
6927         * nnrss.el (nnrss-verbose): New variable.
6928         (nnrss-request-group): Make it say nnrss is requesting a group.
6929
6930 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6931
6932         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6933         Handle news URL with given port correctly.
6934
6935 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6938         containing special characters.
6939
6940         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6941
6942         * mml.el (mime-to-mml): Ditto.
6943
6944         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6945         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6946         (rfc2047-decode-region): Quote decoded words containing special
6947         characters when rfc2047-quote-decoded-words-containing-tspecials
6948         is non-nil.
6949
6950 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6951
6952         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6953
6954         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6955
6956 2005-02-15  Simon Josefsson  <jas@extundo.com>
6957
6958         * nnimap.el (nnimap-debug): Doc fix.
6959
6960         * imap.el (imap-debug): Doc fix.
6961
6962 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6965
6966 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6967
6968         * gnus.el (spam-contents): Improve docs for spam-contents
6969         parameter in its variable incarnation.
6970
6971 2005-02-14  Simon Josefsson  <jas@extundo.com>
6972
6973         * smime-ldap.el: Use require instead of load-library for ldap.
6974         (smime-ldap-search): Indent.
6975         (smime-ldap-search-internal): Shorten line.
6976
6977         * smime.el (smime-cert-by-dns): Add doc-string.
6978         (smime-cert-by-ldap-1): Indent.
6979
6980         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6981         mml-smime-get-dns-ldap.
6982         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6983
6984 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6985
6986         * smime.el: Require smime-ldap.
6987         (smime-ldap-host-list): New variable.
6988         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6989
6990         * mml-smime.el (mml-smime-encrypt-query): New function.
6991         (mml-smime-encrypt-query): Use it.
6992
6993         * smime-ldap.el: New file.
6994
6995 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6998
6999 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7000
7001         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
7002         argument in doc string.  Make query for type more clear.
7003
7004 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7005
7006         * gnus.el (gnus-group-startup-message): Search for gnus images in
7007         etc/images/gnus.
7008         * mm-util.el (mm-image-load-path): Likewise.
7009         * smiley.el (smiley-data-directory): Search for smilies in
7010         etc/images/smilies.
7011
7012 2005-02-09  Kim F. Storm  <storm@cua.dk>
7013
7014         Change Emacs release version from 21.4 to 22.1 throughout.
7015         Change Emacs development version from 21.3.50 to 22.0.50.
7016
7017 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
7020
7021         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
7022         non-Mule XEmacs as well.
7023         (mm-decompress-buffer): Signal an error intentionally if it does
7024         not decompress compressed data because auto-compression-mode is
7025         disabled.
7026
7027 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
7028
7029         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
7030         an ID in the registry even if it has no groups.
7031
7032 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
7035         merge it into mm-decompress-buffer.
7036         (gnus-mime-copy-part): Use the MIME part charset, the value which
7037         a user specified or gnus-newsgroup-charset for decoding, like
7038         gnus-mime-inline-part does; set buffer-file-coding-system to tell
7039         save-buffer what was used.  Suggested by Kevin Ryde
7040         <user42@zip.com.au>.
7041         (gnus-mime-inline-part): Allow the name parameter as well as the
7042         filename parameter; force decompressing of compressed data; always
7043         display contents being not decoded as unibyte.
7044
7045         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
7046         as well as the filename parameter.
7047
7048         * mm-util.el (mm-decompress-buffer): Merge
7049         gnus-mime-jka-compr-maybe-uncompress.
7050         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
7051         of compressed data.
7052
7053 2005-02-08  Simon Josefsson  <jas@extundo.com>
7054
7055         * imap.el (imap-log): Doc fix.
7056
7057 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
7060         the coding cookies; decompress compressed parts.
7061
7062         * mml.el (mml-generate-mime-1): Add the charaset parameter according
7063         to the value which a user specified manually or the coding cookie.
7064
7065         * mm-util.el (mm-string-to-multibyte): New function.
7066         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
7067         (mm-coding-system-to-mime-charset): New function.
7068         (mm-decompress-buffer): New function.
7069         (mm-find-buffer-file-coding-system): New function.
7070
7071         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
7072         (mm-display-inline-fontify): Rewrite for decoding and decompressing
7073         parts.
7074
7075 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7076
7077         * mm-view.el (mm-display-inline-fontify): Decode a part according
7078         to the charset parameter.
7079
7080 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
7083         prefix arg is neither nil nor a number, as info specifies.
7084
7085 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
7088         timestamps.
7089
7090 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
7091
7092         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
7093         groups error checking and notify user.
7094
7095 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
7096
7097         * message.el (message-send-mail-function): Check existence of
7098         sendmail-program first before using default value
7099         `message-send-mail-with-sendmail'.  Otherwise use more generic
7100         `smtpmail-send-it'.
7101
7102 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * nntp.el (nntp-request-update-info): Always return nil.
7105
7106 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7107
7108         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
7109
7110 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7111
7112         * message.el (message-beginning-of-line): Change the behavior when
7113         invoked between BOL and : so that it first moves backward.
7114
7115 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
7118         article buffer when editing of the article is discarded.
7119         (gnus-article-prepare): Revert.
7120
7121 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * gnus-art.el (gnus-article-prepare):
7124         Remove message-strip-forbidden-properties from the local hook.
7125
7126 2005-01-27  Simon Josefsson  <jas@extundo.com>
7127
7128         * password.el (password-cache-add): Only start one timer per key.
7129         Reported by Derek Atkins <warlord@MIT.EDU>.
7130
7131 2005-01-26  Steve Youngs  <steve@sxemacs.org>
7132
7133         * run-at-time.el: Removed.  It is no longer needed as
7134         timer-funcs.el in the xemacs-base package has a working version of
7135         `run-at-time'.
7136
7137         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
7138
7139         * password.el: Require timer-funcs instead of run-at-time in
7140         XEmacs.
7141         Remove `password-run-at-time' macro.
7142         (password-cache-add): Use `run-at-time' instead of
7143         `password-run-at-time'.
7144
7145         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
7146         Remove `nnheader-cancel-function-timers' alias,
7147         `cancel-function-timers' exists in XEmacs in timer-funcs.
7148
7149         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
7150         for `run-with-idle-timer'.
7151
7152         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
7153         for `run-at-time'.
7154
7155         * mm-url.el: Require timer-funcs at compile time when in XEmacs
7156         for `with-timeout'.
7157
7158         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
7159         the same as for XEmacs 21.4.
7160         No need to ignore `run-with-idle-timer', this function exists in
7161         XEmacs now in timer-funcs.el in the xemacs-base package.
7162         (dgnushack-compile): No need to delete
7163         run-at-time.el from the list of files to compile because it
7164         doesn't exist anymore.
7165
7166 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * mml.el (mml-generate-mime-1): Convert string into unibyte when
7169         inserting " *mml*" buffer's contents into a unibyte temp buffer.
7170
7171 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
7172
7173         * mail-source.el (mail-source-fetch-imap): Search for ^From case
7174         sensitively.
7175
7176 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
7177
7178         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
7179
7180 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
7183         which will be inserted according to the multibyteness of a buffer
7184         rather than the type of contents.  Suggested by ARISAWA Akihiro
7185         <ari@mbf.ocn.ne.jp>.
7186
7187         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
7188         of string which old xml.el may return rather than a string.
7189
7190 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
7193
7194 2005-01-16  Simon Josefsson  <jas@extundo.com>
7195
7196         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
7197         idn/idna.el isn't available.
7198         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
7199         <michael@waxrat.com>.
7200
7201         * hashcash.el: Remove non-FSF copyright header.
7202
7203         * hashcash.el (hashcash-extra-generate-parameters): New variable.
7204         (hashcash-generate-payment): Use it.
7205         (hashcash-generate-payment-async): Use it.
7206
7207 2005-01-15  Simon Josefsson  <jas@extundo.com>
7208
7209         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
7210         Suggested by Raymond Scholz <ray-2005@zonix.de>.
7211
7212         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
7213         gnus-summary-idna-message.
7214         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
7215         (gnus-summary-idna-message): New function.
7216
7217 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7218
7219         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
7220         gnus-novice-user.
7221
7222 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * nnrss.el (nnrss-request-delete-group): Delete entries in
7225         nnrss-group-alist as well.
7226         (nnrss-save-server-data): Insert newline.
7227
7228 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
7229
7230         * gnus.el (gnus-user-agent): Use list of symbols instead of
7231         symbols.  Display full version number for (S)XEmacs.  Optionally
7232         display (S)XEmacs codename.
7233
7234         * gnus-util.el (gnus-emacs-version): Update for new
7235         `gnus-user-agent'.
7236
7237         * gnus-msg.el (gnus-extended-version): Make it possible to omit
7238         Gnus version.
7239
7240 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7241
7242         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
7243         which is unreadable in some setups.
7244
7245 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus-spec.el (gnus-update-format-specifications): Flush the
7248         group format spec cache if it doesn't support decoded group names.
7249
7250 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
7253         to apply decay on score files matching a regexp.
7254
7255 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
7258         compatibility in %g and %c.
7259
7260 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
7263         name for only %g and %c.
7264         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
7265         of gnus-tmp-group to decoded group name.
7266         (gnus-group-make-rss-group): Exclude `/'s from group names.
7267
7268 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * nnrss.el (nnrss-get-encoding): Fix regexp.
7271
7272 2004-12-27  Simon Josefsson  <jas@extundo.com>
7273
7274         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
7275         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
7276         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
7277
7278 2004-12-17  Kim F. Storm  <storm@cua.dk>
7279
7280         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
7281
7282         * gnus-sum.el (gnus-summary-mode-map): Likewise.
7283
7284 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7285
7286         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
7287
7288 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * nnrss.el: Require rfc2047 and mml.
7291         (nnrss-file-coding-system): New variable.
7292         (nnrss-format-string): Redefine it as an inline function.
7293         (nnrss-decode-group-name): New function.
7294         (nnrss-string-as-multibyte): Remove.
7295         (nnrss-retrieve-headers): Decode group name; don't use
7296         nnrss-format-string.
7297         (nnrss-request-group): Decode group name.
7298         (nnrss-request-article): Decode group name; allow a Message-ID as
7299         well as an article number; don't use nnrss-format-string; encode a
7300         Message-ID string which may contain non-ASCII characters; use
7301         mml-to-mime to compose a MIME article.
7302         (nnrss-request-expire-articles): Decode group name.
7303         (nnrss-request-delete-group): Decode group name.
7304         (nnrss-fetch): Clarify error message.
7305         (nnrss-read-server-data): Use insert-file-contents instead of load;
7306         bind file-name-coding-system; use multibyte buffer.
7307         (nnrss-save-server-data): Bind coding-system-for-write to the
7308         value of nnrss-file-coding-system; bind file-name-coding-system;
7309         add coding cookie.
7310         (nnrss-read-group-data): Use insert-file-contents instead of load;
7311         bind file-name-coding-system; use multibyte buffer.
7312         (nnrss-save-group-data): Bind coding-system-for-write to the
7313         value of nnrss-file-coding-system; bind file-name-coding-system.
7314         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7315         make it work with non-ASCII text.
7316         (nnrss-find-el): Make it work with old xml.el as well.
7317
7318 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7319
7320         * nnrss.el (nnrss-get-encoding): New function.
7321         (nnrss-fetch): Use unibyte buffer initially; bind
7322         coding-system-for-read while performing mm-url-insert; remove ^Ms;
7323         decode contents according to the encoding attribute.
7324         (nnrss-save-group-data): Add coding cookie.
7325         (nnrss-mime-encode-string): New function.
7326         (nnrss-check-group): Use it to encode subject and author.
7327
7328 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
7329
7330         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7331         imaginary variable.
7332
7333 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7336         correctly even if there are wide characters.
7337
7338 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7339
7340         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7341         downcased symbol names; make a new cache instead of reusing
7342         bbdb-hashtable.
7343
7344 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7347         concatenating segments rather than before concatenating them.
7348         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7349
7350         * message.el (message-get-reply-headers): Bind `extra'.
7351
7352 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353
7354         * message.el (message-extra-wide-headers): New variable.
7355         (message-get-reply-headers): Use it.
7356
7357 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * gnus-agent.el (gnus-agent-group-path): Decode group name.
7360         (gnus-agent-group-pathname): Ditto.
7361
7362         * gnus-cache.el (gnus-cache-file-name): Decode group name.
7363
7364         * gnus-group.el (gnus-group-make-group): Decode group name.
7365         (gnus-group-make-rss-group): Register the group data after opening
7366         the nnrss group.
7367
7368 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
7369
7370         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7371         by expiry now get marked as read.
7372
7373 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7376
7377 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
7378
7379         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7380         unify Latin characters in XEmacs.
7381         (mm-find-mime-charset-region): Use it.
7382
7383 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * gnus-util.el (gnus-delete-directory): New function.
7386
7387         * gnus-agent.el (gnus-agent-delete-group): Use it.
7388
7389         * gnus-cache.el (gnus-cache-delete-group): Use it.
7390
7391 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7394         names.
7395
7396 2004-12-16  Simon Josefsson  <jas@extundo.com>
7397
7398         * hashcash.el (hashcash-payment-alist): Fix custom :type.
7399
7400 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7403
7404         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7405         (gnus-group-set-current-level): Decode group name.
7406
7407 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
7408
7409         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7410         failed.
7411
7412 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * gnus-group.el (gnus-group-delete-group): Decode group name.
7415         (gnus-group-make-rss-group): Encode group name.
7416         (gnus-group-catchup-current): Decode group name.
7417         (gnus-group-kill-group): Decode group name.
7418
7419 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7420
7421         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7422
7423 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * gnus-group.el (gnus-group-make-rss-group):
7426         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7427
7428         * gnus-start.el (gnus-setup-news): Honor user's setting to
7429         gnus-message-archive-method.  Suggested by Lute Kamstra
7430         <lute@gnu.org>.
7431
7432 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
7433
7434         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7435         global counterparts of the buffer-local variables.
7436
7437 2004-11-16  Romain Francoise  <romain@orebokech.com>
7438
7439         * gnus-sum.el (gnus-summary-exit): Don't clear the global
7440         counterparts of the buffer-local variables.
7441
7442 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7443
7444         * message.el (message-forbidden-properties): Fixed typo in doc
7445         string.
7446
7447 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * gnus-util.el (gnus-replace-in-string): Added doc string.
7450
7451         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7452         to avoid problems when splitting mails with many recipients.
7453
7454 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7455
7456         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7457         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7458
7459 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7460
7461         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7462         if there is no hashtable in memory or file modification time is
7463         newer than cached timestamp.
7464
7465 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7468         not-matching option.
7469
7470 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7471
7472         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7473         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7474         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7475         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7476         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7477         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7478
7479 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * message.el (message-forward-make-body-mml): Remove headers
7482         according to message-forward-ignored-headers if a message is decoded.
7483
7484 2004-12-02  Romain Francoise  <romain@orebokech.com>
7485
7486         * message.el (message-forward-make-body-plain): Always remove
7487         headers according to message-forward-ignored-headers.
7488
7489 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7490
7491         * spam.el (spam-summary-prepare-exit): Remove the
7492         gnus-summary-limit pop for now, it has problems with ham marks for
7493         me.
7494
7495 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7496
7497         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7498         correctly.
7499
7500 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7501
7502         * format-spec.el (format-spec): Message the char.
7503
7504 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7505
7506         * gnus-art.el (gnus-split-methods): Reformat comments.
7507
7508         * spam.el (spam-summary-prepare-exit): Remove article limits
7509         before exiting the summary buffer.
7510
7511 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7514         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7515
7516         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7517         order to silence the byte compiler.
7518
7519         * spam.el: Fix the way to silence the byte compiler, which
7520         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7521         bbdb-search-simple, spam-BBDB-register-routine,
7522         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7523         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7524         spam-stat-buffer-is-spam, spam-stat-load,
7525         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7526         spam-stat-save and spam-stat-split-fancy.
7527
7528 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7531         which may confuse users.
7532         (canlock-password-for-verify): Ditto.
7533
7534         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7535
7536         * gnus-art.el (gnus-emphasis-alist): Ditto.
7537
7538         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7539
7540         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7541
7542         * gnus-start.el (gnus-save-killed-list): Ditto.
7543
7544         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7545         (gnus-sum-thread-tree-root): Ditto.
7546         (gnus-sum-thread-tree-false-root): Ditto.
7547         (gnus-sum-thread-tree-single-indent): Ditto.
7548
7549         * message.el (message-courtesy-message): Ditto.
7550         (message-archive-note): Ditto.
7551         (message-subscribed-address-file): Ditto.
7552         (message-user-fqdn): Ditto.
7553
7554         * spam-report.el (spam-report-gmane-regex): Ditto.
7555
7556         * spam.el (spam-blackhole-good-server-regex): Ditto.
7557
7558 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * mml.el (mml-preview): Widen the message buffer before copying
7561         the contents to the preview buffer; sort headers before previewing.
7562
7563         * message.el (message-hidden-headers): Fix the way to avoid a bug
7564         in the `repeat' widget in Emacs 21.3 or earlier.
7565
7566 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * message.el (message-hidden-headers): Default to "^References:".
7569         Improve customization type.  Suggested by Reiner Steib
7570         <Reiner.Steib@gmx.de>.
7571
7572 2004-11-25  Romain Francoise  <romain@orebokech.com>
7573
7574         * message.el (message-strip-forbidden-properties): Remove check for
7575         obsolete `message-hidden' text property, hidden headers are not
7576         accessible in the buffer anymore.
7577
7578 2004-11-22  Romain Francoise  <romain@orebokech.com>
7579
7580         * message.el (message-header-format-alist): Add `From' in list
7581         so that it can be sorted.
7582         (message-fix-before-sending): Widen and sort headers before
7583         sending.
7584         (message-hide-headers): Use narrowing to hide headers by moving
7585         them to the top of the buffer and narrowing to the region
7586         underneath.
7587
7588 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7589
7590         * message.el (message-strip-forbidden-properties): Bind
7591         buffer-read-only (etc) to nil.
7592
7593 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7596         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7597
7598 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7599
7600         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7601
7602 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7603
7604         * dns.el (query-dns): Use sit-for to time instead of
7605         accept-process-output, since that doesn't seem to work on udp
7606         sockets.
7607
7608 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7611
7612 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7613
7614         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7615         doc string.  Improve doc string.
7616
7617 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * nntp.el (nntp-request-update-info): Return nil if
7620         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7621         may not call gnus-activate-group which uselessly issues the GROUP
7622         commands for all nntp groups and wastes time.  Reported by Romain
7623         Francoise <romain@orebokech.com>.
7624
7625         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7626
7627 2004-11-15  Simon Josefsson  <jas@extundo.com>
7628
7629         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7630         headers separately.
7631         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7632         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7633
7634 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7635
7636         * gnus-start.el (gnus-convert-old-newsrc):
7637         Assign legacy-gnus-agent to 5.10.7.
7638
7639 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7640
7641         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7642         start of the lines.
7643
7644 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7645
7646         * hashcash.el (hashcash-default-payment): Change default to 20
7647         (hashcash-default-accept-payment): Change default to 20
7648         (hashcash-process-alist): New variable
7649         (hashcash-generate-payment-async): Add
7650         (hashcash-already-paid-p): Add
7651         (hashcash-insert-payment): Don't generate payments twice
7652         (hashcash-insert-payment-async): Add
7653         (hashcash-insert-payment-async-2): Add
7654         (hashcash-cancel-async): Add
7655         (hashcash-wait-async): Add
7656         (hashcash-processes-running-p): Add
7657         (hashcash-wait-or-cancel): Add
7658         (mail-add-payment): New optional argument.  Conditionally start
7659         asynchronous calculation.
7660         (mail-add-payment-async): Add
7661
7662         * message.el (message-send-mail): Wait for asynchronous hashcash
7663         results.  Don't clobber existing X-Hashcash headers.
7664         (message-setup-1): Call mail-add-payment-async when
7665         message-generate-hashcash is non-nil.
7666
7667 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7668
7669         * message.el (message-use-alternative-email-as-from): Examine the
7670         From header as well; use message-make-from in order to include a
7671         user's full name.
7672
7673 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7676         default; improve customization type.
7677         (gnus-emphasis-custom-with-format): New macro.
7678         (gnus-emphasis-custom-value-to-external): New function.
7679         (gnus-emphasis-custom-value-to-internal): New function.
7680
7681 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7682
7683         * dns.el (query-dns): Resolve reverse addresses.
7684
7685 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7686
7687         * gnus-group.el (gnus-group-get-new-news): Use it.
7688
7689         * gnus-start.el (gnus-check-reasonable-setup): New function.
7690
7691 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7692
7693         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7694         "Args out of range" error.  Reported by Arnaud Giersch
7695         <arnaud.giersch@free.fr>.
7696
7697 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7698
7699         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7700
7701 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7702
7703         * spam.el (spam group): Add :version.
7704
7705         * pgg-def.el (pgg group): Add :version.
7706
7707 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7708
7709         * gnus-art.el (gnus-article-edit-article): Don't associate the
7710         article buffer with a draft file.  This is a temporary measure
7711         against the 2004-08-22 change to gnus-article-edit-mode.
7712
7713 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7716         (html2text-format-tags): Remove unused variable `attr'.
7717
7718 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7719
7720         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7721
7722         * tls.el (tls-process-connection-type, tls-success)
7723         (tls-certtool-program): Add :version.
7724
7725         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7726         (starttls-extra-arguments, starttls-process-connection-type)
7727         (starttls-connect, starttls-failure, starttls-success):
7728
7729         * spam-stat.el (spam-stat): Add :version.
7730
7731         * sieve.el (sieve): Add :version.
7732
7733         * sha1.el (sha1): Add :version.
7734         (sha1-use-external): Remove redundant version.
7735
7736         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7737         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7738         (nnmail-split-fancy-match-partial-words)
7739         (nnmail-split-lowercase-expanded): Add :version.
7740
7741         * nndiary.el (nndiary): Add :version.
7742
7743         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7744
7745         * mml-sec.el (mml-default-sign-method)
7746         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7747         Add :version.
7748
7749         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7750
7751         * mm-url.el (mm-url-use-external, mm-url-program)
7752         (mm-url-arguments): Add :version.
7753
7754         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7755         (mm-attachment-file-modes, mm-decrypt-option)
7756         (mm-w3m-safe-url-regexp): Add :version.
7757
7758         * message.el (message-cite-prefix-regexp)
7759         (message-sendmail-envelope-from, message-minibuffer-local-map)
7760         (message-user-fqdn, message-completion-alist): Add :version.
7761
7762         * gnus-win.el (gnus-configure-windows-hook)
7763         (gnus-use-frames-on-any-display): Add :version.
7764
7765         * gnus-art.el (gnus-article-address-banner-alist)
7766         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7767         (gnus-treat-from-picon, gnus-treat-mail-picon)
7768         (gnus-treat-x-pgp-sig): Add :version.
7769
7770         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7771         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7772         (gnus-summary-article-delete-hook)
7773         (gnus-summary-display-while-building): Add :version.
7774
7775         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7776         (gnus-get-top-new-news-hook):Add :version.
7777
7778         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7779         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7780
7781         * gnus-registry.el (gnus-registry): Add :version.
7782
7783         * gnus-spec.el (gnus-use-correct-string-widths)
7784         (gnus-make-format-preserve-properties): Add :version.
7785
7786         * gnus.el (gnus-group-charter-alist)
7787         (gnus-group-fetch-control-use-browse-url)
7788         (gnus-install-group-spam-parameters): Add :version.
7789
7790         * gnus-diary.el (gnus-diary): Add :version.
7791
7792         * gnus-delay.el (gnus-delay): Add :version.
7793
7794         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7795         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7796         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7797         Add :version.
7798
7799         * gnus-agent.el (gnus-agent-max-fetch-size)
7800         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7801         (gnus-agent-prompt-send-queue): Add :version.
7802
7803         * deuglify.el (gnus-outlook-deuglify): Add :version.
7804
7805         * html2text.el: Beautify code.  Improve doc strings.  Some
7806         checkdoc cleanup.
7807         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7808
7809 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7810
7811         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7812
7813 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7814
7815         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7816         when package is loaded.
7817
7818         * spam.el (spam-summary-score-preferred-header): Add global preference
7819         for people who want to override the default SpamAssassin over
7820         Bogofilter preference (when both are set).
7821         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7822         (spam-user-format-function-S): Check
7823         spam-summary-score-preferred-header.
7824         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7825         (spam-user-format-function-S): Format the score correctly.
7826
7827 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7830         signature file.  Suggested by Manoj Srivastava
7831         <srivasta@golden-gryphon.com>.
7832
7833         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7834         iso-2022-jp even in the Japanese language environment.
7835         Suggested by Jason Rumney <jasonr@gnu.org>.
7836
7837 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7840         use the same characters as the dummy marks; make it free from
7841         getting affected by the language environment.
7842         (gnus-summary-read-group-1): Update mark positions only when the
7843         format spec is updated.
7844
7845         * gnus-spec.el (gnus-update-format-specifications): Return a list
7846         of updated types.
7847
7848 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7851         of boundp to check if display-warning is available.
7852
7853 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7854
7855         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7856
7857 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * nnspool.el (nnspool-spool-directory): Use news-path if the
7860         news-directory variable is not bound.
7861
7862         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7863         function instead of display-warning if it is not available.
7864
7865 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7866
7867         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7868         v5-10: Use `point-at-bol'.
7869
7870 2004-10-26  Simon Josefsson  <jas@extundo.com>
7871
7872         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7873         <chenggao@gmail.com>.
7874
7875 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7878         instead.
7879
7880 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7881
7882         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7883         to remove a server from the nnimap-server-buffer-alist.
7884         (nnimap-open-connection, nnimap-close-server): Use it.
7885
7886         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7887
7888 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7891         running the major-mode function.
7892
7893 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7896         dummy marks in the right way.
7897
7898 2004-10-18  David Edmondson  <dme@dme.org>
7899
7900         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7901         excessively.
7902
7903 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7904
7905         * gnus-util.el (gnus-split-references): Accept a nil references
7906         string and go on blissfully.
7907
7908         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7909         cases where the references string is non-nil but has no references.
7910
7911         * encrypt.el: Add autoload tags.
7912
7913         * spam.el (spam-resolve-registrations-routine): Remove article
7914         from unregistration list too.  Reported by David Hanak
7915         <dhanak@isis.vanderbilt.edu>
7916
7917 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7918
7919         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7920         nil.  Changed custom type.
7921
7922 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7923
7924         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7925
7926         * gnus-sum.el (gnus-summary-move-article): Use it.
7927
7928 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7929
7930         * encrypt.el: Add autoload cookies.
7931
7932         * spam.el (spam-backend-article-list-property)
7933         (spam-backend-get-article-todo-list)
7934         (spam-backend-put-article-todo-list, )
7935         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7936         Resolve registrations separately.
7937         (spam-register-routine): Format comments.
7938         (spam-unregister-routine, spam-register-routine): Always call with
7939         specific-articles, no default list.
7940         (spam-summary-prepare-exit): Use the spam-classifications function.
7941
7942         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7943         gnus-encrypt.el.
7944
7945         * encrypt.el: copied from gnus-encrypt.el
7946
7947         * gnus-encrypt.el: commented that it's obsolete
7948
7949 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7950
7951         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7952         (gnus-score-save): Use it.
7953
7954         * message.el (message-bury): Use `window-dedicated-p'.
7955
7956 2004-10-15  Simon Josefsson  <jas@extundo.com>
7957
7958         * pop3.el (top-level): Don't require nnheader.
7959         (pop3-read-timeout): Add.
7960         (pop3-accept-process-output): Add.
7961         (pop3-read-response, pop3-retr): Use it.
7962
7963 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7964
7965         * spam.el (spam-register-routine): Move comment.
7966         (spam-verify-bogofilter): Use 'unknown for the initial
7967         spam-bogofilter-valid state, not 'never.
7968
7969         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7970         for netrc-machine.
7971
7972         * nnimap.el (nnimap-open-connection): Use
7973         netrc-machine-user-or-password.
7974
7975 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7976
7977         * gnus-registry.el (gnus-registry-unload-hook):
7978         Set as a variable with add-hook.
7979
7980         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7981         of news-path.
7982
7983         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7984
7985         * spam.el: Delete duplicate `provide'.
7986         (spam-unload-hook): Set as a variable with add-hook.
7987
7988 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7989
7990         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7991         in the doc string.
7992
7993         * message.el (message-ignored-news-headers)
7994         (message-ignored-supersedes-headers)
7995         (message-ignored-resent-headers)
7996         (message-forward-ignored-headers): Improve custom type.
7997
7998 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * message.el (message-tokenize-header): Fix 2004-09-06 change
8001         which used point-min in the wrong place.
8002
8003 2004-10-12  Simon Josefsson  <jas@extundo.com>
8004
8005         * tls.el (tls-certtool-program): New variable.
8006         (tls-certificate-information): New function, based on
8007         ssl-certificate-information.
8008
8009 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * compface.el: Move the version of ELisp-based uncompface program
8012         to the contrib directory because of the copyright problem.
8013
8014 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8015
8016         * message.el (message-kill-buffer): Raise the current frame.
8017
8018 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8019
8020         * gnus-sum.el: Mention that multibyte characters don't work as marks.
8021
8022         * gnus.el (message-y-or-n-p): Autoload.
8023
8024         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
8025         (pop3-password-required, pop3-authentication-scheme)
8026         (pop3-leave-mail-on-server): Made customizable.
8027         (pop3): New custom group.
8028         (pop3-retr): Remove `sleep-for' statements.
8029         Suggested by Dave Love <fx@gnu.org>.
8030
8031         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
8032         Windows/DOS.
8033
8034         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8035         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
8036         Dave Love <fx@gnu.org>.
8037
8038         * mml.el (mml-minibuffer-read-disposition): Require match.
8039         Suggested by Dave Love <fx@gnu.org>.
8040
8041 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8042
8043         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
8044         doc string.
8045
8046 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8047
8048         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
8049
8050 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8051
8052         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
8053         instead of calling `mm-insert-inline', to decode text/* parts
8054         before displaying them.
8055
8056 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * mm-uu.el (mm-uu-text-plain-type): New variable.
8059         (mm-uu-pgp-signed-extract-1): Use it.
8060         (mm-uu-pgp-encrypted-extract-1): Use it.
8061         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
8062         bind mm-uu-text-plain-type with that value.
8063         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
8064         mm-uu-dissect.
8065
8066 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * gnus-group.el (gnus-update-group-mark-positions):
8069         * gnus-sum.el (gnus-update-summary-mark-positions):
8070         * message.el (message-check-news-body-syntax):
8071         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
8072         of string-as-multibyte.
8073
8074 2004-10-05  Juri Linkov  <juri@jurta.org>
8075
8076         * gnus-group.el (gnus-update-group-mark-positions):
8077         * gnus-sum.el (gnus-update-summary-mark-positions):
8078         * message.el (message-check-news-body-syntax):
8079         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
8080         8-bit unibyte values to a multibyte string for search functions.
8081
8082 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * mm-uu.el (mm-uu-dissect): Allow optional arg.
8085         (mm-uu-dissect-text-parts): New function.
8086
8087         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
8088         dissect text parts.
8089
8090         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
8091         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
8092
8093         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
8094
8095         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
8096         gnus-current-topics instead of gnus-current-topic.
8097
8098 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
8099
8100         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
8101
8102 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
8103
8104         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
8105         where approriate.
8106
8107         * nnml.el (nnml-generate-active-info): do.
8108
8109         * nndiary.el (nndiary-generate-active-info): do.
8110
8111         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
8112         (gnus-topic-move): do.
8113
8114         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
8115         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
8116
8117         * gnus-srvr.el (gnus-server-prepare)
8118         (gnus-server-open-all-servers): do.
8119
8120         * gnus-msg.el (gnus-summary-cancel-article)
8121         (gnus-summary-resend-message)
8122         (gnus-summary-mail-crosspost-complaint): do.
8123
8124         * gnus-move.el (gnus-change-server): do.
8125
8126         * gnus-group.el (gnus-group-unmark-all-groups)
8127         (gnus-group-set-current-level): do.
8128
8129 2004-10-04  Simon Josefsson  <jas@extundo.com>
8130
8131         * message.el (message-generate-hashcash): Doc fix.
8132
8133 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
8134
8135         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
8136         avoid infinite recursion via gnus-get-function.
8137
8138 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
8139
8140         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
8141
8142         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
8143
8144         * nnmail.el (nnmail-split-history): do.
8145
8146         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
8147         (nnml-request-delete-group): do.
8148
8149         * nnslashdot.el (nnslashdot-read-groups): do.
8150
8151         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
8152         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
8153
8154         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
8155         (nnspool-sift-nov-with-sed): Use last
8156         (nnspool-retrieve-headers-with-nov): Use mapc.
8157         (nnspool-request-newgroups): Use dolist.
8158         (nnspool-request-group): Use last.
8159
8160         * nntp.el (nntp-read-server-type): Use dolist.
8161
8162         * nnvirtual.el (nnvirtual-create-mapping)
8163         (nnvirtual-update-read-and-marked): Use dolist.
8164         (nnvirtual-convert-headers): Simplify.
8165
8166 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8167
8168         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
8169         support for sync'ing tick marks.
8170
8171 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
8174         there's no visible header.
8175
8176 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8177
8178         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
8179         necessary, pass full group name to gnus-request-set-marks.
8180
8181 2004-10-01  Simon Josefsson  <jas@extundo.com>
8182
8183         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
8184         acroread.
8185
8186 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8187
8188         * spam-report.el (spam-report-gmane): Fix interactive.
8189
8190         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
8191
8192         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
8193         when writing file.
8194         (gnus-agent-synchronize-flags): Don't default to being
8195         interactive.
8196
8197 2004-09-30  Simon Josefsson  <jas@extundo.com>
8198
8199         * message.el (message-generate-hashcash): Add.
8200         (message-send-mail): Use it, call mail-add-payment.
8201
8202 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8203
8204         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
8205
8206 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
8207
8208         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
8209         gnus-requst-update-info with explicit code to sync the in-memory
8210         info read flags with the marks being sync'd to the backend.
8211
8212         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
8213
8214 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8215
8216         * spam.el (spam-verify-bogofilter): Add new function.
8217         (spam-check-bogofilter)
8218         (spam-bogofilter-register-with-bogofilter): Use it.
8219         (spam-verify-bogofilter): Add small fixes.
8220
8221 2004-09-28  Simon Josefsson  <jas@extundo.com>
8222
8223         * hashcash.el (hashcash-generate-payment): Revert.
8224
8225 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8226
8227         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8228         gnus-extract-references instead of gnus-split-references.
8229
8230         * gnus-util.el (gnus-extract-references): Add new function, analogous
8231         to gnus-split-references but extracts only the message-ID without
8232         anything extra.
8233
8234         * hashcash.el (hashcash-generate-payment)
8235         (hashcash-check-payment): Do the right thing if hashcash-path is
8236         nil (because the hashcash program could not be found).
8237
8238         * spam.el (spam-use-hashcash): Remove comment.
8239
8240 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
8241
8242         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
8243         (gnus-cache-enter-article, gnus-cache-remove-article)
8244         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
8245
8246         * gnus-async.el (gnus-async-prefetch-remove-group): do.
8247
8248         * gnus-art.el (article-hide-boring-headers)
8249         (article-translate-strings, article-display-face)
8250         (gnus-article-mime-match-handle-first)
8251         (gnus-article-highlight-headers)
8252         (gnus-article-add-buttons-to-head): do.
8253
8254 2004-09-27  Simon Josefsson  <jas@extundo.com>
8255
8256         * hashcash.el: New version, from
8257         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
8258         ../contrib/.
8259
8260 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
8263
8264 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8265
8266         * gnus-dup.el (gnus-dup-open): Use mapc.
8267         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8268
8269         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8270         Reported by Stefan Wiens <s.wi@gmx.net>.
8271
8272         * gnus.el (gnus-shutdown): Use dolist.
8273
8274         * gnus-undo.el (gnus-undo): Use mapc.
8275
8276         * nnrss.el (nnrss-generate-active): do.
8277
8278         * message.el (message-cite-original-without-signature)
8279         (message-cite-original): Use mapc.
8280         (message-do-actions, message-make-forward-subject): Use dolist.
8281
8282 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8283
8284         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
8285         deletion to remove entire duplicate line.  Fixes merged article
8286         number bug.
8287
8288 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8289
8290         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
8291         servers that are offline.  Avoids having gnus-agent-toggle-plugged
8292         first ask if you want to open a server and then, even when you
8293         responded with no, asking if you want to synchronize the server's
8294         flags.
8295         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8296         multi-line expressions.
8297         (gnus-agent-synchronize-group-flags): New internal function.
8298         Updates marks in memory (in the info structure) AND in the
8299         backend.
8300
8301         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8302
8303         * nnagent.el (nnagent-request-set-mark): Use
8304         gnus-agent-synchronize-group-flags, not backend's request-set-mark
8305         method, to ensure that synchronization updates marks in the
8306         backend and in the info (in memory) structure.
8307
8308 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8311         convention fully; don't miss the root article of a thread; make
8312         the X-Draft-From header with correct article numbers.
8313
8314 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
8315
8316         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8317         unless plugged.  Disable the agent so that an open failure causes
8318         an error.
8319
8320         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8321         Reverted 2004-09-21 change.  The backend must be opened while
8322         synchronizing flags even when the backend stores the flags
8323         locally.
8324
8325 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8326
8327         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8328         in `header' match.  Reported by Svend Tollak Munkejord.
8329
8330         * message.el (message-cite-original): Fix use of
8331         `message-cite-articles-with-x-no-archive'.
8332
8333 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8336         (gnus-window-to-buffer): Ditto.
8337
8338         * mml.el (mml-preview-buffer): New variable.
8339         (mml-preview): Manage window layout with gnus-buffer-configuration.
8340
8341         * gnus-msg.el (gnus-setup-message): Put article numbers into the
8342         X-Draft-From header even if those articles aren't quoted.
8343
8344 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
8345
8346         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8347         (gnus-request-set-mark, gnus-request-update-mark): Use new
8348         g-s-t-u-l-m to decide to use backend even when unplugged.
8349
8350 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8353         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
8354
8355 2004-09-20  Simon Josefsson  <jas@extundo.com>
8356
8357         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8358         "utf-16-le".
8359
8360 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8361
8362         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8363
8364 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8365
8366         * uudecode.el (uudecode-use-external): Add :version.
8367
8368         * smime.el (smime-CA-file, smime-encrypt-cipher)
8369         (smime-dns-server): Add :version.
8370
8371         * smiley.el (gnus-smiley-file-types): Add :version.
8372
8373         * sha1.el (sha1-use-external): Add :version.
8374
8375         * pgg-def.el (pgg-query-keyserver): Add :version.
8376
8377         * nnmail.el (nnmail-fancy-expiry-targets)
8378         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8379         Add :version.
8380
8381         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8382         (nnimap-retrieve-groups-asynchronous): Add :version.
8383         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
8384
8385         * mml.el (mml-content-disposition-parameters)
8386         (mml-insert-mime-headers-always): Add :version.
8387
8388         * mm-util.el (mm-coding-system-priorities): Add :version.
8389
8390         * mm-decode.el (mm-inline-text-html-with-images)
8391         (mm-keep-viewer-alive-types, mm-external-terminal-program)
8392         (mm-verify-option): Add :version.
8393         (mm-text-html-renderer): Change :version.
8394
8395         * message.el (message-fcc-externalize-attachments)
8396         (message-required-headers, message-draft-headers)
8397         (message-subject-trailing-was-query)
8398         (message-subject-trailing-was-ask-regexp)
8399         (message-subject-trailing-was-regexp, message-mark-insert-begin)
8400         (message-mark-insert-end, message-archive-header)
8401         (message-archive-note, message-cross-post-default)
8402         (message-cross-post-note, message-followup-to-note)
8403         (message-cross-post-note-function, message-use-mail-followup-to)
8404         (message-subscribed-address-functions)
8405         (message-subscribed-address-file, message-subscribed-addresses)
8406         (message-subscribed-regexps, message-allow-no-recipients)
8407         (message-yank-cited-prefix, message-signature-insert-empty-line)
8408         (message-hidden-headers, message-hierarchical-addresses)
8409         (message-mail-user-agent, message-use-idna)
8410         (message-valid-fqdn-regexp)
8411         (message-strip-special-text-properties, message-header-synonyms)
8412         (message-beginning-of-line, message-tab-body-function): Add :version.
8413         (message-insert-canlock, message-wide-reply-confirm-recipients):
8414         Change :version.
8415
8416         * mail-source.el (mail-source-ignore-errors): Add :group, :type
8417         and :version.
8418         (mail-source-delete-old-incoming-confirm)
8419         (mail-source-movemail-program): Add :version.
8420
8421         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8422         (gnus-agent-cache, gnus-agent): Change :version.
8423
8424         * gnus-util.el (gnus-use-byte-compile): Change :version.
8425
8426         * gnus-sum.el (gnus-summary-make-false-root-always)
8427         (gnus-summary-default-high-score)
8428         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8429         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8430         (gnus-read-all-available-headers, gnus-article-emulate-mime)
8431         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8432         (gnus-sum-thread-tree-single-indent)
8433         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8434         (gnus-sum-thread-tree-leaf-with-other)
8435         (gnus-sum-thread-tree-single-leaf): Add :version.
8436         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8437         (gnus-article-loose-mime): Change :version.
8438
8439         * gnus-start.el (gnus-backup-startup-file)
8440         (gnus-save-startup-file-via-temp-buffer): Add :version.
8441
8442         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8443         (gnus-server-offline-face): Add :version.
8444
8445         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8446
8447         * gnus-msg.el (gnus-gcc-externalize-attachments)
8448         (gnus-debug-files, gnus-debug-exclude-variables)
8449         (gnus-discouraged-post-methods): Change :version.
8450         (gnus-confirm-mail-reply-to-news)
8451         (gnus-confirm-treat-mail-like-news): Add :version.
8452
8453         * gnus-int.el (gnus-server-unopen-status): Add :version.
8454
8455         * gnus-group.el (gnus-group-jump-to-group-prompt)
8456         (gnus-large-ephemeral-newsgroup)
8457         (gnus-fetch-old-ephemeral-headers): Add :version.
8458
8459         * gnus-fun.el (gnus-x-face-directory)
8460         (gnus-convert-pbm-to-x-face-command)
8461         (gnus-convert-image-to-x-face-command)
8462         (gnus-convert-image-to-face-command): Add :version.
8463
8464         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8465
8466         * gnus-cite.el (gnus-cite-blank-line-after-header)
8467         (gnus-article-boring-faces): Add :version.
8468
8469         * gnus-art.el (gnus-buttonized-mime-types)
8470         (gnus-inhibit-mime-unbuttonizing)
8471         (gnus-treat-display-face)
8472         (gnus-treat-body-boundary): Change :version.
8473         (gnus-body-boundary-delimiter, gnus-picon-databases)
8474         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8475         (gnus-treat-date-english, gnus-treat-fold-headers)
8476         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8477         (gnus-treat-mail-picon, gnus-treat-wash-html)
8478         (gnus-article-encrypt-protocol)
8479         (gnus-use-idna, gnus-article-over-scroll)
8480         (gnus-mime-display-multipart-alternative-as-mixed)
8481         (gnus-mime-display-multipart-related-as-mixed)
8482         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8483         (gnus-ctan-url, gnus-button-ctan-handler)
8484         (gnus-button-handle-ctan-bogus-regexp)
8485         (gnus-button-ctan-directory-regexp)
8486         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8487         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8488         (gnus-button-man-level, gnus-button-emacs-level)
8489         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8490
8491         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8492         (gnus-agent-go-online): Change :version.
8493         (gnus-agent-expire-unagentized-dirs)
8494         (gnus-agent-auto-agentize-methods): Add :version.
8495
8496         * flow-fill.el (fill-flowed-display-column)
8497         (fill-flowed-encode-column): Add :version.
8498
8499         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8500         (gnus-outlook-deuglify-unwrap-max)
8501         (gnus-outlook-deuglify-cite-marks)
8502         (gnus-outlook-deuglify-unwrap-stop-chars)
8503         (gnus-outlook-deuglify-no-wrap-chars)
8504         (gnus-outlook-deuglify-attrib-cut-regexp)
8505         (gnus-outlook-deuglify-attrib-verb-regexp)
8506         (gnus-outlook-deuglify-attrib-end-regexp)
8507         (gnus-outlook-display-hook): Add :version.
8508
8509         * binhex.el (binhex-use-external): Add :version.
8510
8511 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8514         and `invisible'.
8515
8516 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8517
8518         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8519         in gnus-registry-trim.
8520
8521 2004-09-13  Simon Josefsson  <jas@extundo.com>
8522
8523         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8524
8525         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8526
8527         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8528         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8529         <yamaoka@jpl.org>.
8530         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8531         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8532         <yamaoka@jpl.org>.
8533
8534         * sieve.el (sieve-manage-mode): Ditto.
8535
8536 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8537
8538         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8539
8540 2004-09-11  Simon Josefsson  <jas@extundo.com>
8541
8542         * dns-mode.el: Add.
8543
8544         * mm-view.el (mm-display-dns-inline): Add.
8545
8546         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8547         (mm-automatic-display): Ditto.
8548
8549         * mailcap.el (mailcap-mime-data): Add text/dns.
8550         (mailcap-mime-extensions): Map .soa to text/dns.
8551
8552 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8553
8554         * gnus-art.el (article-decode-mime-words, article-babel)
8555         (gnus-article-highlight-signature, gnus-article-add-buttons)
8556         (gnus-signature-toggle): Remove unnecessary bindings of
8557         `inhibit-read-only' inherited from v5.10 merge.
8558
8559 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8560
8561         * nntp.el (nntp): New customization group.
8562         (nntp-authinfo-file): Add customization group.
8563
8564         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8565
8566         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8567
8568         * gnus.el (to-address, to-list, subscribed)
8569         (large-newsgroup-initial): Ditto.
8570
8571         * flow-fill.el (fill-flowed-display-column)
8572         (fill-flowed-encode-column): Ditto.
8573
8574 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8575
8576         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8577         Use point-min rather than 1.
8578         (message-send-mail): Use buffer-size rather than point-max.
8579
8580         * gnus-sum.el (gnus-summary-search-article-forward):
8581         Signal a specific `search-failed' rather than a generic `error'.
8582
8583         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8584         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8585         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8586
8587 2004-09-10  Simon Josefsson  <jas@extundo.com>
8588
8589         * nndb.el (require): Remove tcp and duplicate cl.
8590
8591 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * gnus-agent.el (directory-files-and-attributes): Move forward.
8594
8595 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8596
8597         * gnus-agent.el (directory-files-and-attributes): Optionally
8598         defined to support XEmacs.
8599
8600 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8601
8602         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8603         to avoid run-time CL dependencies.
8604         (gnus-agent-unfetch-articles): New function.
8605         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8606         article numbers even when local .overview file is missing.
8607         (gnus-agent-read-article-number): New function. Only accepts
8608         27-bit article numbers.
8609         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8610         gnus-agent-read-article-number.
8611         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8612         from backend while recognizing that article numbers in .overview
8613         must be valid.
8614         (gnus-agent-update-files-total-fetched-for): Use
8615         directory-files-and-attributes to improve performance.
8616         * gnus-int.el (gnus-request-move-article): Use
8617         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8618         improve performance.
8619
8620         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8621         some users confused by references to .newsrc when they only have a
8622         .newsrc.eld file.
8623         (gnus-convert-mark-converter-prompt,
8624         gnus-convert-converter-needs-prompt): Fixed use of property list.
8625         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8626         New function. Used internally to only display 'gnus converting
8627         files' message when actually necessary.
8628
8629         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8630         methods now autoloaded.
8631
8632 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8635         identifiers.
8636
8637 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * gnus-picon.el: Fix indentation and closing parenthesis.
8640
8641 2004-09-01  Simon Josefsson  <jas@extundo.com>
8642
8643         * message.el (message-canlock-generate): Require sha1, not
8644         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8645         to require within a function.  Sadly, if sha1.el isn't loaded, the
8646         let binding in m-c-g will hide the defcustom definition, which is
8647         bad.)
8648
8649         * canlock.el: Require sha1, not sha1-el.
8650
8651         * message.el: Don't autoload sha1 (there is a autoload cookie in
8652         sha1.el).
8653
8654         * sha1-el.el: Renamed to sha1.el.
8655
8656 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8657
8658         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8659
8660 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8661
8662         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8663
8664 2004-08-30  Kim F. Storm  <storm@cua.dk>
8665
8666         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8667
8668         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8669         Add :group 'nnimap.
8670
8671 2004-08-30  Andreas Schwab  <schwab@suse.de>
8672
8673         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8674         ?* and ?\;.
8675
8676         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8677         and ?\' to symbol instead of whitespace.
8678
8679 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8682
8683         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8684         instead of re-search-forward.
8685
8686         * gnus-uu.el (gnus-uu-save-article): Ditto.
8687         (gnus-uu-post-encode-uuencode): Ditto.
8688
8689         * html2text.el (html2text-clean-list-items): Ditto.
8690         (html2text-clean-dtdd): Ditto.
8691         (html2text-format-tags): Ditto.
8692
8693         * message.el (message-send-mail-with-sendmail): Fix regexp.
8694         (message-fill-field-general): Use search-forward instead of
8695         re-search-forward.
8696         (unbold-region): Ditto.
8697
8698         * nnrss.el (nnrss-request-article): Ditto.
8699
8700         * nnslashdot.el (nnslashdot-request-article): Ditto.
8701
8702         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8703
8704         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8705         "Unrecognized menu descriptor" error in XEmacs.
8706
8707 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8708
8709         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8710         parent article of a sparse article in the thread hashtb.
8711
8712 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8713
8714         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8715         (nnmail-expand-newtext): Lowercase expanded entries if
8716         nnmail-split-lowercase-expanded is non-nil.
8717
8718 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8721         entry.
8722
8723         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8724         of gnus-tmp-news-method into string under XEmacs.  It will be
8725         passed to gnus-correct-length which takes only a string argument.
8726
8727 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * gnus-util.el (gnus-bind-print-variables): New macro.
8730         (gnus-prin1): Use it.
8731         (gnus-prin1-to-string): Use it.
8732         (gnus-pp): New function.
8733         (gnus-pp-to-string): New function.
8734
8735         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8736         pp-to-string with gnus-pp-to-string.
8737         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8738         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8739         * gnus-msg.el (gnus-debug): Ditto.
8740         * gnus-score.el (gnus-score-save): Ditto.
8741         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8742         gnus-pp-to-string.
8743         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8744         with gnus-pp.
8745         * score-mode.el (gnus-score-pretty-print): Ditto.
8746         * webmail.el (webmail-debug): Ditto.
8747
8748 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * gnus-art.el (article-display-face, article-display-x-face): Use
8751         buffer-read-only.
8752
8753 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-art.el (article-hide-list-identifiers): Bind
8756         inhibit-read-only as t.
8757
8758 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8759
8760         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8761
8762 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8763
8764         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8765         (gnus-narrow-to-page): Don't assume point-min == 1.
8766         (gnus-article-edit-mode): Derive from message-mode.
8767
8768         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8769         point-min == 1.
8770
8771         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8772         Disable incorrect use of `assert'.
8773
8774         * message.el (message-mode): Set comment-start-skip.
8775
8776
8777 2004-08-22  Sam Steingold  <sds@gnu.org>
8778
8779         * pop3.el (pop3-leave-mail-on-server): New user variable.
8780         (pop3-movemail): Delete mail only when it is nil.
8781
8782 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8783
8784         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8785
8786         * mml.el (mml-preview): Use `pop-to-buffer'.
8787
8788         * message.el (message-goto-mail-followup-to): Insert after "To".
8789         (message-carefully-insert-headers): Add comment.
8790
8791         * gnus.el: Remove unused variable `gnus-article-check-size'.
8792
8793         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8794
8795         * gnus-art.el (gnus-button-alist): Improve
8796         `gnus-button-handle-library' entry.
8797
8798 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8799
8800         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8801         downcase, since XEmacs capitalizes error messages differently.
8802
8803 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8804
8805         * nntp.el: Add (require 'gnus) due to reference to
8806         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8807
8808 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8809
8810         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8811         `mm-fill-flowed'.
8812
8813         * mm-decode.el (mm-dissect-singlepart): Check it.
8814
8815 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8816
8817         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8818         'imap' for netrc parsing.
8819
8820 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8821
8822         * mailcap.el (mailcap-mime-data): Mark as risky.
8823
8824 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8827         may be included in the encoded word.
8828         (rfc2047-encode): Don't append a space if the encoded word
8829         includes close parenthesis.
8830
8831 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8832
8833         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8834         of text within parentheses.
8835
8836 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8837
8838         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8839         (gnus-encrypt-write-file-contents): Make the password key the file
8840         name PLUS the cipher, not just the cipher.  Also remove failed
8841         passwords from the cache.
8842
8843 2004-08-06  Simon Josefsson  <jas@extundo.com>
8844
8845         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8846         fix.
8847
8848 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8851         LWSP.
8852
8853 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8854
8855         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8856         to append in-reply-to: data to the references: header.
8857
8858         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8859         (netrc-parse): Use gnus-encrypt.el functions.
8860
8861         * gnus-encrypt.el: Add new file for encryption support; currently
8862         does only a few GPG ciphers and an internal XOR cipher.
8863
8864         * password.el: Add comments on using password-read-and-add.
8865         (password-read-and-add): Add function to read and add the
8866         password to the cache at once.
8867
8868 2004-07-28  Simon Josefsson  <jas@extundo.com>
8869
8870         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8871         parameter (but don't use it, for now).
8872
8873         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8874         instead of hard coding to nil.
8875
8876 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8879         as mm-inline-image-xemacs does.
8880
8881 2004-07-26  Simon Josefsson  <jas@extundo.com>
8882
8883         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8884         Revert part of 2004-07-17 change below.
8885
8886 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8889         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8890
8891 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8892
8893         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8894         quotes that actually start with ">" at the beginning of the
8895         lines.
8896
8897 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * rfc2047.el (rfc2047-encode-region): Fix last change.
8900         (rfc2047-encode-parameter): Remove useless concat.
8901
8902 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8905         encode special characters; fix some kind of misconfigured headers;
8906         signal a real error if debug-on-quit or debug-on-error is non-nil.
8907         (rfc2047-encode-max-chars): New variable.
8908         (rfc2047-encode-1): Use it.
8909         (rfc2047-encode-parameter): New function.
8910
8911         * mml.el (mml-insert-parameter): Remove an excessive space.
8912
8913 2004-07-17  Simon Josefsson  <jas@extundo.com>
8914
8915         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8916         Kai Grossjohann <kai@emptydomain.de>.
8917         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8918         (gnus-group-make-menu-bar): Ditto.
8919
8920         * gnus-util.el (gnus-group-server): Add.
8921
8922 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8923
8924         * message.el (message-clone-locals): Clone sendmail and smtp
8925         variables.
8926
8927 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * rfc2047.el (rfc2047-encode-region): Fix last change.
8930
8931 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8934         characters as non-special.
8935
8936 2004-07-09  Simon Josefsson  <jas@extundo.com>
8937
8938         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8939         Users will lose all flag changes made while unplugged with
8940         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8941         good default.  See numerous reports on ding mailing list.
8942
8943 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8946         add generate-head-function and generate-article-function to the
8947         rfc822-forward entry.
8948         (nndoc-rfc822-forward-generate-article): New function.
8949         (nndoc-rfc822-forward-generate-head): New function.
8950
8951         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8952
8953 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8954
8955         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8956         respect display group parameter and gnus-summary-expunge-below.
8957         (gnus-articles-to-read): Remove unused reference to display group
8958         parameter.
8959
8960 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8961
8962         * nnheader.el (nnheader-uniquify-message-id): New experimental
8963         variable.
8964         (nnheader-nov-read-message-id): Use it.
8965
8966         * spam-report.el (spam-report-gmane): Add interactive.
8967
8968 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8969
8970         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8971         qp-or-base64 for the application/* types.
8972
8973 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8974
8975         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8976
8977 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8978
8979         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8980         trim value.
8981
8982 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8983
8984         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8985         New macro and function.
8986         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8987
8988 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8991         after-load-alist.
8992
8993 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8994
8995         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8996         update info that isn't there.
8997
8998 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8999
9000         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
9001         entry.
9002
9003 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * mm-view.el (mm-inline-render-with-function): Use multibyte
9006         buffer; decode html source by charset.
9007
9008         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
9009
9010         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
9011         Mule-UCS is loaded under XEmacs.
9012         (mm-mime-mule-charset-alist): Avoid duplicated entries.
9013
9014 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
9015
9016         * nnheader.el (nnheader-max-head-length): Increase to 8192.
9017
9018 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * mm-util.el (mm-coding-system-p): Return a coding-system.
9021         (mm-mime-mule-charset-alist): Use shift_jis instead of
9022         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
9023         entries for the mime charsets iso-2022-jp-3 and shift_jis.
9024         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
9025         instead of japanese-shift-jis and iso-latin-1 respectively in
9026         order to share the default value with both Emacs and XEmacs-mule.
9027         (mm-mule-charset-to-mime-charset): Make
9028         mm-coding-system-priorities effective.
9029         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
9030         while predicating of candidates upon the priorities.
9031
9032 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
9033
9034         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9035         gnus-uu-invert-processable.
9036
9037         * gnus.el: Autoload gnus-uu-invert-processable.
9038
9039 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * mm-util.el (mm-with-multibyte-buffer): New macro.
9042
9043         * rfc2047.el (rfc2047-encode-string): Use it.
9044         (rfc2047-encode-region): Move point to the end of the region after
9045         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
9046
9047 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
9050         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
9051
9052 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
9055         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
9056         Karl Chen <quarl@nospam.quarl.org>.
9057
9058 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
9059
9060         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
9061         invalid addresses.
9062
9063 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
9064
9065         * spam.el: Change section markers, revise TODO list.
9066         (spam-backends): Make new master list of all installed backends.
9067         (spam-summary-exit-behavior): Add new variable to determine how
9068         messages moves are done at summary exit.
9069         (spam-move-spam-nonspam-groups-only)
9070         (spam-process-ham-in-nonham-groups)
9071         (spam-process-ham-in-spam-groups): Remove variables, the
9072         spam-summary-exit-behavior variable should be used to manage this
9073         behavior.
9074         (spam-old-ham-articles, spam-old-spam-articles): Remove.
9075         (spam-old-articles): Add variable, replacing spam-old-ham-articles
9076         and spam-old-spam-articles.
9077         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
9078         Add empty variables, placeholders for the backends they represent.
9079         (spam-set-difference): Move, unchanged.
9080         (spam-list-of-processors): Declare OBSOLETE, not used anymore
9081         unless the user has a processor variable.
9082         (spam-classifications, spam-classification-valid-p)
9083         (spam-backend-properties, spam-backend-property-valid-p)
9084         (spam-backend-function-type-valid-p)
9085         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
9086         (spam-report-articles-gmane, spam-report-articles-resend):
9087         Remove functions, they are not needed.
9088         (spam-install-backend-super, spam-backend-list)
9089         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
9090         (spam-backend-function, spam-backend-ham-registration-function)
9091         (spam-backend-spam-registration-function)
9092         (spam-backend-ham-unregistration-function)
9093         (spam-backend-spam-unregistration-function)
9094         (spam-backend-statistical-p, spam-backend-mover-p)
9095         (spam-install-backend-alias, spam-install-checkonly-backend)
9096         (spam-install-mover-backend, spam-install-nocheck-backend)
9097         (spam-install-backend, spam-install-statistical-backend)
9098         (spam-install-statistical-checkonly-backend): Add backend installation
9099         support.
9100         (spam-summary-prepare-exit): Rewrite to use the new backend code.
9101         (spam-group-processor-p): Use the new backend code and respect the
9102         summary exit behavior.
9103         (spam-mark-spam-as-expired-and-move-routine): Remove.
9104         (spam-summary-prepare): Change to use the new spam-old-articles
9105         variable.
9106         (spam-copy-or-move-routine, spam-copy-spam-routine)
9107         (spam-move-spam-routine, spam-copy-ham-routine)
9108         (spam-move-ham-routine): Add code to copy/move ham or spam.
9109         (spam-fetch-field-fast): Improve doc and code, plus allow the
9110         'number request.
9111         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
9112         variables.
9113         (spam-split, spam-find-spam): Use the new backend code.
9114         (spam-registration-functions): Remove variable.
9115         (spam-unregister-routine): Add convenience wrapper.
9116         (spam-log-undo-registration, spam-register-routine)
9117         (spam-log-processing-to-registry)
9118         (spam-log-unregistration-needed-p): Rename "check" to "backend"
9119         where possible.
9120         (spam-check-gmane-xref, spam-check-regex-headers)
9121         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
9122         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
9123         (spam-check-bogofilter-headers, spam-check-spamoracle)
9124         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
9125         (spam-check-crm114-headers): Use the spam-split-group that
9126         spam-split prepares, no need to determine it every time.
9127
9128         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
9129         to the nnheader-parse-naked-head call.
9130
9131         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
9132
9133         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
9134         the nnheader-nov-read-message-id call.
9135
9136 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
9139         gnus-activate-group twice.  Suggested by Markus Peter
9140         <warp@spin.de>.
9141
9142 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * gnus-art.el (gnus-article-time-format): Exchange the order of
9145         day and month in the default value; fix customization type.
9146         (article-date-ut): Use add-text-properties.
9147         (article-make-date-line): Use message-make-date instead of
9148         current-time-string.
9149
9150         * message.el (message-fetch-field): Don't use set-text-properties.
9151         (message-make-date): Simplify.
9152
9153         * messagexmas.el (message-xmas-make-date): New function.
9154         (message-xmas-redefine): Defalias message-make-date to it.
9155
9156 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
9159         (rfc2047-encode-region): Treat text within parentheses as special;
9160         show the original text when error has occurred.
9161
9162         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
9163         already-computed method to gnus-activate-group.
9164
9165         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
9166         same select-methods identical Lisp objects.
9167
9168         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
9169         object when modifying the info.
9170
9171 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * gnus-srvr.el (gnus-server-set-info): Remove the server from
9174         gnus-opened-servers since it has never been opened with the new
9175         configuration yet.
9176
9177 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
9180         arg to nnheader-generate-fake-message-id.
9181
9182 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
9183
9184         * nnheader.el (nnheader-generate-fake-message-id): Accept a
9185         number and build a fake message ID localized to a group and
9186         article number (so it's repeatable from that point on).
9187         (nnheader-fake-message-id-p): Change regex to accomodate new fake
9188         ID format.
9189
9190         * gnus-sum.el (gnus-get-newsgroup-headers): Call
9191         nnheader-generate-fake-message-id with the article number.
9192
9193 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
9194
9195         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
9196         end-of-buffer.
9197
9198 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9199
9200         * message.el (message-ignored-supersedes-headers): Add Approved.
9201
9202 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * rfc2047.el (rfc2047-encode-message-header): Remove useless
9205         goto-char.
9206         (rfc2047-encode): Fold the line before encoding.
9207
9208 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9209
9210         * rfc2047.el (rfc2047-encode-message-header): Disabled header
9211         folding -- not all headers can be folded, and this should be done
9212         by the message composition mode.  Probably.  I think.
9213
9214 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
9217         fast.
9218
9219         * gnus-ems.el (gnus-remove-image): Don't use
9220         message-text-with-property; remove only the image found first.
9221
9222         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
9223         found first.
9224
9225 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
9226
9227         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
9228
9229 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * message.el (message-text-with-property): Make it fast and accept
9232         optional arguments.
9233         (message-strip-forbidden-properties): Use it.
9234         (message-fix-before-sending): Follow the m-t-w-p change.
9235
9236         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
9237
9238 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * gnus-art.el (article-hide-headers): Don't change the buffer
9241         mistakenly when performing mml-preview even if
9242         gnus-single-article-buffer is nil.
9243
9244 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
9245
9246         * message.el (message-expand-name-databases): New user option.
9247         (message-expand-name): Use it.
9248
9249 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
9250
9251         * spam.el (spam-report-articles-resend)
9252         (spam-report-resend-register-routine): Allow ham reporting.
9253         (spam-report-resend-register-ham-routine): Add wrapper.
9254         (spam-registration-functions): Add ham resending functions.
9255         (spam-list-of-processors): Add ham resend processor.
9256
9257         * gnus.el (ham-resend-to): Add new group parameter.
9258         (spam-process): Add ham resend option.
9259
9260         * spam-report.el (spam-report-resend): Allow reporting ham.
9261         (spam-report-resend-ham): Add wrapper.
9262
9263 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9264
9265         * message.el (message-cite-articles-with-x-no-archive): New
9266         variable.
9267         (message-cite-original): Use it.
9268
9269 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9270
9271         * message.el (message-cite-original): Respect X-No-Archive.
9272
9273 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * gnus-art.el (article-hide-headers): Refer to the values for
9276         gnus-ignored-headers and gnus-visible-headers in the summary
9277         buffer since a user may have set them as group parameters.
9278
9279 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
9280
9281         * assistant.el (assistant-node-name): Add convenience function.
9282         (assistant-render-text, assistant-render-node): Add error handling,
9283         plus handle multiple next nodes.
9284         (assistant-find-next-node): Comment out for now.
9285         (assistant-find-next-nodes): Add function, returns list of next
9286         nodes.
9287
9288 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
9289
9290         * mail-source.el (mail-source-directory): Fix doc-string.
9291
9292 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
9293
9294         * assistant.el (assistant-render-text, assistant-eval): Add :set
9295         widget type, which is different because it takes and returns a
9296         list.  Much hilarity ensues.
9297
9298 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
9299
9300         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9301
9302         * gnus-group.el (gnus-group-get-new-news-this-group): Added
9303         doc-string.
9304
9305         * gnus-start.el (gnus-activate-group): Added doc-string.
9306
9307 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9310
9311 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
9312
9313         * assistant.el (assistant-render-text): Try to add a :set
9314         widget, more to come.
9315
9316         * spam.el (spam-group-spam-contents-p): Handle empty groupname
9317         strings.
9318         (spam-report-articles-resend)
9319         (spam-register-routine): Do registration iff any articles warrant
9320         it.
9321         (spam-summary-prepare-exit): Change log message for nil group
9322         destinations.
9323
9324 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
9325
9326         * spam.el (spam-report-resend-register-routine): Allow
9327         spam-report-resend-to to be a group parameter or a global value.
9328
9329 2004-05-26  Simon Josefsson  <jas@extundo.com>
9330
9331         * starttls.el: Merge with my GNUTLS based starttls.el.
9332         (starttls-gnutls-program, starttls-use-gnutls)
9333         (starttls-extra-arguments, starttls-process-connection-type)
9334         (starttls-connect, starttls-failure, starttls-success): New
9335         variables.
9336         (starttls-program, starttls-extra-args): Doc fix.
9337         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9338         functions.
9339         (starttls-negotiate, starttls-open-stream): Check
9340         `starttls-use-gnutls' and pass on to corresponding *-gnutls
9341         function if it is set.
9342
9343 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9346         structured fields.
9347
9348 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9351
9352 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
9353
9354         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9355         variable.
9356         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
9357         assigning the spam-mark to new messages.
9358
9359 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
9360
9361         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9362
9363 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9364
9365         * dgnushack.el: Autoload customize-set-variable for XEmacs.
9366
9367         * rfc2047.el (rfc2047-encodable-p): Don't move point.
9368         (rfc2047-decode): Treat the ascii coding-system as raw-text by
9369         default.
9370
9371 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
9372
9373         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
9374         correct data.
9375
9376 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
9377
9378         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9379         (spam-group-processor-p): Fix function.
9380         (spam-group-processor-multiple-p)
9381         (spam-group-spam-processor-report-gmane-p)
9382         (spam-group-spam-processor-report-resend-p)
9383         (spam-group-spam-processor-bogofilter-p)
9384         (spam-group-spam-processor-blacklist-p)
9385         (spam-group-spam-processor-ifile-p)
9386         (spam-group-ham-processor-ifile-p)
9387         (spam-group-spam-processor-spamoracle-p)
9388         (spam-group-spam-processor-crm114-p)
9389         (spam-group-ham-processor-bogofilter-p)
9390         (spam-group-spam-processor-stat-p)
9391         (spam-group-ham-processor-stat-p)
9392         (spam-group-ham-processor-whitelist-p)
9393         (spam-group-ham-processor-BBDB-p)
9394         (spam-group-ham-processor-spamoracle-p)
9395         (spam-group-ham-processor-copy-p): Remove functions with some
9396         prejudice against unneeded code.
9397         (spam-report-articles-resend)
9398         (spam-report-resend-register-routine): Allow the group/topic
9399         spam-resend-to value to override spam-report-resend-to.
9400         (spam-summary-prepare-exit): Invoke spam-group-processor-p
9401         properly now.
9402
9403         * gnus.el (spam-resend-to): Add group/topic parameter.
9404         (spam-process): Move the OBSOLETE processors to the end of the
9405         choices.
9406
9407 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
9408
9409         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9410         with resend-to set to nil, and then ask the user if necessary.
9411         (spam-report-resend): spam-report-resend takes a list of articles, not
9412         separate article numbers.
9413
9414 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9417         addition to emacs-w3m.
9418
9419 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9420
9421         * assistant.el (assistant-authinfo-data): New function.
9422         (assistant-eval): Eval for entire assistant.
9423
9424         * netrc.el (netrc-services-file): New variable.
9425         (netrc-parse-services): New function.
9426         (netrc-find-service-name): New function.
9427         (netrc-find-service-number): New function.
9428         (netrc-port-equal): New function.
9429         (netrc-machine): Use it.
9430
9431         * nnimap.el (nnimap-open-connection): Use netrc.
9432
9433         * gnus-util.el (gnus-netrc-get): Remove aliases.
9434
9435         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9436
9437         * assistant.el (wid-edit): Fix compilation.
9438
9439         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9440
9441 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
9442
9443         * gnus-util.el (gnus-set-file-modes): New function.  (small
9444         patch).
9445
9446 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9447
9448         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
9449
9450         * assistant.el (assistant-render-node): Fix up rendering and
9451         read-only text.
9452         (assistant-render-node): Reset.
9453         (assistant-make-read-only): Not sticky.
9454
9455 2004-05-20  Danny Siu  <dsiu@adobe.com>
9456
9457         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9458         centered even when gnus-auto-center-summary is t
9459
9460 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9461
9462         * dns.el (dns-get-txt-answer): New function.
9463         (dns-read-txt): Ditto.
9464         (query-dns): Use it.
9465
9466 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9469         active for foreign groups even if the group level is higher than
9470         the specified value.
9471
9472 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9473
9474         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9475         non-active groups.
9476
9477         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9478
9479 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9480
9481         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9482
9483 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9484
9485         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9486         (spam-crm114-header, spam-crm114-spam-switch)
9487         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9488         (spam-crm114-positive-spam-header)
9489         (spam-crm114-database-directory, spam-list-of-processors)
9490         (spam-group-spam-processor-crm114-p)
9491         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9492         (spam-generic-score, spam-list-of-checks)
9493         (spam-list-of-statistical-checks, spam-registration-functions)
9494         (spam-check-crm114-headers, spam-crm114-score)
9495         (spam-check-crm114, spam-crm114-register-with-crm114)
9496         (spam-crm114-register-spam-routine)
9497         (spam-crm114-unregister-spam-routine)
9498         (spam-crm114-register-ham-routine)
9499         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9500         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9501
9502         * gnus.el: Add spam-use-crm114.
9503
9504         * spam.el (spam-list-of-processors, spam-registration-functions):
9505         Add spam-use-resend.
9506         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9507         (spam-report-articles-gmane): Add doc fix.
9508         (spam-report-articles-resend,
9509         spam-report-resend-register-routine): Add wrappers around
9510         spam-report-resend-to.
9511
9512         * spam-report.el (spam-report-resend-to, spam-report-resend):
9513         Add support for resending spam.
9514         (spam-report-gmane): Fix line length >80.
9515
9516         * gnus.el (spam-process): Add spam-use-resend.
9517
9518 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9519
9520         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9521         number of processed spam messages.
9522         (spam-ham-copy-or-move-routine): Return the number of processed
9523         ham messages.
9524         (spam-summary-prepare-exit): Use the above values to decide
9525         whether status messages shouled be displayed.
9526
9527 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9530         `rfc2047-encoding-function-alist' in order to avoid conflicting
9531         with the old version.
9532         (rfc2047-encode-region): Concatenate words containing non-ASCII
9533         characters in structured fields; don't encode space-delimited
9534         ASCII words even in unstructured fields; don't break words at
9535         char-category boundaries.
9536         (rfc2047-encode-1): New function.
9537         (rfc2047-encode): Use it; encode text so that it occupies the
9538         maximum width within 76-column; work correctly on Q encoding for
9539         iso-2022-* charsets.
9540         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9541         sure not to break a line just after the header name.
9542         (rfc2047-b-encode-region): Removed.
9543         (rfc2047-b-encode-string): New function.
9544         (rfc2047-q-encode-region): Removed.
9545         (rfc2047-q-encode-string): New function.
9546
9547         * mm-util.el (mm-replace-in-string): New function.
9548
9549 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9550
9551         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9552         get it right.
9553         (gnus-inews-make-draft): Really.
9554
9555 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9556
9557         * nnmh.el (nnmh-request-list-1): Don't check the link count
9558         before descending.  (small patch)
9559
9560 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9561
9562         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9563         stuff.
9564
9565         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9566         on real group name.
9567
9568         * gnus-art.el (gnus-signature-limit): Doc fix.
9569
9570         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9571
9572         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9573
9574 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9575
9576         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9577         isn't a string.
9578
9579 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9580
9581         * gnus-draft.el (gnus-draft-send): Bind
9582         rfc2047-encode-encoded-words.
9583
9584         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9585         (rfc2047-encodable-p): Say that =? needs encoding.
9586         (rfc2047-encode-encoded-words): New variable.
9587
9588         * gnus-group.el (gnus-group-select-group): Doc fix.
9589
9590         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9591
9592         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9593         to nil.
9594
9595         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9596
9597         * nnheader.el (nnheader-get-lines-and-char): New function.
9598
9599 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9600
9601         * gnus-msg.el (gnus-summary-followup-with-original): Document
9602         yanking of region when active.
9603
9604 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9607         groups if the group level is higher than the specified value.
9608
9609 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9612         (gnus-group-jump-to-group): Added prefix argument using
9613         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9614         non-active group.
9615
9616         * compface.el (uncompface): Be verbose when changing
9617         `uncompface-use-external'.
9618
9619         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9620         handle manual section.
9621
9622 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9623
9624         * gnus-art.el (gnus-button-alist): Revert previous change.
9625
9626 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9627
9628         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9629
9630 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9631
9632         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9633         whether backend can accept message.
9634
9635         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9636
9637 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9638
9639         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9640         Avoid creating directory when nntp-marks-is-evil is true.
9641         Reported by Reiner Steib.
9642
9643 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * gnus-picon.el (gnus-picon-style): New variable.
9646         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9647         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9648         Jesper Harder <harder@ifa.au.dk>.
9649
9650 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9651
9652         * message.el (message-fill-field): Return point.
9653         (message-generate-headers): Go to end of field.
9654
9655         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9656         stuff for non-living groups.
9657
9658 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9659
9660         * gnus-art.el (gnus-article-followup-with-original)
9661         (gnus-article-reply-with-original): gnus-mark-active-p ->
9662         gnus-region-active-p.
9663
9664 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9665
9666         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9667         only when there is spam or ham to be processed.
9668
9669 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9670
9671         * mail-source.el (mail-source-delete-crash-box): Refactor.
9672         (mail-source-fetch): Use it.
9673         (mail-source-fetch-file): Ditto.
9674         (mail-source-fetch-directory): Run postscript in loop.
9675         (mail-source-fetch-pop): Delete.
9676         (mail-source-fetch-maildir): Ditto.
9677         (mail-source-fetch-imap): Ditto.
9678
9679         * imap.el (imap-authenticators): Comment out sasl.
9680
9681         * message.el (message-skip-to-next-address): New function.
9682         (message-fill-header-address): Refactor.
9683         (message-fill-address): Use it.
9684         (message-delete-address): Use it.
9685         (message-fill-header-general): Refactor.
9686         (message-fill-field-address): Rename.
9687         (message-narrow-to-field): Find the start of the header.
9688         (message-header-format-alist): Don't pre-fill.
9689         (message-fill-header): Removed.
9690         (message-insert-header): New function.
9691         (message-shorten-references): Use it.
9692
9693         * rfc2047.el (rfc2047-field-value): Strip props.
9694
9695         * mail-parse.el (mail-header-make-address): New alias.
9696
9697         * ietf-drums.el (ietf-drums-make-address): New function.
9698
9699         * imap.el: Add compiler directives.
9700
9701         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9702
9703         * gnus-art.el (article-decode-idna-rhs): Don't use
9704         message-idna-inside-rhs-p.
9705
9706 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9707
9708         * message.el (message-idna-inside-rhs-p): Removed.
9709         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9710
9711         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9712         false positives.
9713
9714 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9715
9716         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9717
9718 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9719
9720         * nneething.el (nneething-file-name): Don't create spurions
9721         files.
9722
9723         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9724         (gnus-inews-do-gcc): Remove sleep.
9725
9726         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9727         part under point.
9728
9729         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9730         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9731
9732 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9733
9734         * spam.el (spam-summary-prepare-exit): Fixed (length).
9735
9736 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9737
9738         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9739         as expired without moving it" message when there are spam
9740         messages left.
9741
9742 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9743
9744         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9745         header is not nil.
9746
9747 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9748
9749         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9750         nntp-possibly-create-directory, not nntp-possibly-change-group.
9751         (nntp-marks-changed-p): New arg SERVER.
9752         (nntp-request-update-info): Adjust caller.
9753
9754 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9755
9756         * nntp.el (nntp-save-marks): Pass missing arg.
9757
9758 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9759
9760         * nntp.el: Support marks.
9761         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9762         (nntp-marks-modtime, nntp-marks-directory): New variables.
9763         (nntp-request-set-mark, nntp-request-update-info)
9764         (nntp-possibly-create-directory, nntp-marks-changed-p)
9765         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9766         functions.
9767
9768 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9769
9770         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9771         (gnus-xmas-redefine): Rename.
9772
9773         * gnus-score.el (gnus-score-insert-help): Use
9774         gnus-select-lowest-window.
9775
9776         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9777         appt-select-lowest-window and rename to gnus-select-lowest-window.
9778
9779         * gnus.el: do.
9780
9781 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9782
9783         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9784         encodings of MIME-encoded words, in order to improve
9785         interoperability with several broken MUAs.
9786
9787 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9788
9789         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9790         tags, only when charsets are not specified in headers.
9791         (mm-inline-text-html-render-with-w3m): Ditto.
9792
9793         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9794         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9795
9796 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9797
9798         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9799         instead of MIME-decoded from fields when checking
9800         `gnus-article-address-banner-alist'.
9801
9802 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9803
9804         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9805         description rather than subject.
9806
9807 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9808
9809         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9810
9811 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9812
9813         * gnus.el (gnus-version-number): Bump.
9814
9815 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9816
9817         * gnus.el: No Gnus v0.2 is released.
9818
9819 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9820
9821         * gnus-agent.el (gnus-agent-read-agentview): Inline
9822         gnus-uncompress-range.
9823
9824 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9825
9826         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9827         `exec-installed-p'.
9828
9829 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9830
9831         * gnus.el (spam-process, spam-autodetect-methods): Add
9832         bsfilter and bsfilter-headers.
9833
9834         * spam.el (spam-bsfilter): New customize group.
9835         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9836         (spam-bsfilter-header, spam-bsfilter-probability-header)
9837         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9838         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9839         (spam-bsfilter-database-directory): New options.
9840         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9841         (spam-list-of-statistical-checks, spam-registration-functions):
9842         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9843         (spam-bsfilter-score): New command.
9844         (spam-check-bsfilter-headers, spam-check-bsfilter)
9845         (spam-bsfilter-register-with-bsfilter)
9846         (spam-bsfilter-register-spam-routine)
9847         (spam-bsfilter-unregister-spam-routine)
9848         (spam-bsfilter-register-ham-routine)
9849         (spam-bsfilter-unregister-ham-routine): New functions.
9850         (spam-generic-score): Support bsfilter; Accept an optional argument
9851         to recalcurate spam score even if scoring header has already been
9852         added.
9853         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9854         optional argument to recalcurate spam score even if scoring header
9855         has already been added.
9856
9857 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9858
9859         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9860         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9861         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9862         link is missing.
9863
9864 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9865
9866         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9867         (html2text-get-attr): Rewrite.
9868
9869         * message.el (message-setup-1): Remove redundant put-text-property
9870         on mail-header-separator.
9871
9872 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9873
9874         * gnus-registry.el (gnus-registry-cache-whitespace)
9875         (gnus-registry-action, gnus-registry-spool-action)
9876         (gnus-registry-split-fancy-with-parent): Change message levels
9877         from 5 to 3 or 7, as needed.
9878
9879         * spam.el (spam-summary-prepare-exit)
9880         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9881         (spam-split, spam-find-spam, spam-log-undo-registration)
9882         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9883         level from 5 to 6.
9884
9885 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9888         2004-03-04 change).
9889
9890 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9891
9892         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9893         Use mapc when appropriate.
9894
9895         * sieve-manage.el (sieve-manage-open): do.
9896
9897         * nnweb.el (nnweb-insert-html): do.
9898
9899         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9900         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9901
9902         * nnspool.el (nnspool-request-group): do.
9903
9904         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9905         do.
9906
9907         * nnml.el (nnml-request-update-info): do.
9908
9909         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9910         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9911
9912         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9913         (nnimap-request-set-mark): do.
9914
9915         * nnfolder.el (nnfolder-request-update-info): do.
9916
9917         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9918         do.
9919
9920         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9921
9922         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9923
9924         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9925         do.
9926
9927         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9928         do.
9929
9930         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9931
9932         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9933
9934         * gnus-int.el (gnus-start-news-server): do.
9935
9936         * gnus-group.el (gnus-group-make-kiboze-group)
9937         (gnus-group-browse-foreign-server): do.
9938
9939 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9940
9941         FIXME: Make separate entries for each person.
9942
9943         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9944         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9945         <shields@msrl.com>:
9946
9947         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9948         may need for spam sorting and scoring.
9949         (spam-user-format-function-S): Add user format function suitable for
9950         general use.
9951         (spam-article-sort-by-spam-status): Add sorting function for summary
9952         sorting.
9953         (spam-extra-header-to-number): Add function to get a score from a
9954         header.
9955         (spam-summary-score): Add function to  get a numeric score from the
9956         headers.
9957         (spam-generic-score): Fixed function doc, was in wrong place.
9958         (spam-initialize): Take symbols when it's run, and install the
9959         extra headers that spam-necessary-extra-headers thinks we need.
9960
9961 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9962
9963         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9964         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9965
9966 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9967
9968         * gnus-sum.el (gnus-set-global-variables)
9969         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9970         (gnus-article-get-xrefs, gnus-summary-best-group)
9971         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9972         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9973         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9974         with-current-buffer.
9975
9976 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9977
9978         * spam.el (spam-summary-prepare-exit): Simplify logic.
9979         (spam-fetch-article-header): Read the article header if it's not
9980         available.
9981         (spam-list-articles): Simplify logic.
9982         (spam-filelist-register-routine): Fix bug with unregister-list.
9983
9984         * gnus-registry.el: Fix comments at beginning.
9985
9986 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9987
9988         * message.el (message-cater-to-broken-inn): Remove.
9989         (message-shorten-references): Make sure the total folded length of
9990         References is shorter than 998 characters to cater to a bug in INN
9991         2.3.  Also, don't pretend that references aren't folded -- this
9992         hasn't worked for a while.
9993
9994 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9995
9996         * gnus-agent.el (gnus-agentize):
9997         gnus-agent-send-mail-real-function no longer set to current value
9998         of message-send-mail-function but rather a lambda that calls
9999         message-send-mail-function.  The change makes the agent real-time
10000         responsive to user changes to message-send-mail-function.
10001
10002 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10003
10004         * legacy-gnus-agent.el
10005         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
10006         help from Florian Weimer <fw@deneb.enyo.de>
10007
10008 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * nnmail.el (nnmail-cache-insert): Revert last change.
10011
10012 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * nnmail.el (nnmail-cache-insert): Always check whether
10015         nnmail-cache-ignore-groups matches a group name.
10016
10017 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
10018
10019         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
10020         (spam-find-spam, spam-log-processing-to-registry)
10021         (spam-log-registered-p, spam-log-unregistration-needed-p)
10022         (spam-log-undo-registration): Use gnus-message instead of
10023         gnus-error, none of these errors are fatal.
10024
10025         * gnus-registry.el (gnus-registry-clean-empty-function)
10026         (gnus-registry-clean-empty): Remove only empty entries without
10027         extra data.
10028
10029 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
10030
10031         * spam-stat.el (spam-stat-buffer-change-to-spam)
10032         (spam-stat-buffer-change-to-non-spam): Change (error) to
10033         (gnus-message 8) invocation.
10034
10035 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * nntp.el (nntp-via-netcat-command): New variable.
10038         (nntp-via-netcat-switches): New variable.
10039         (nntp-open-via-rlogin-and-netcat): New function.
10040         (nntp-open-connection-function): Doc fix.
10041         (nntp-telnet-command): Doc fix.
10042         (nntp-end-of-line): Doc fix.
10043         (nntp-via-rlogin-command): Doc fix.
10044         (nntp-via-user-name): Doc fix.
10045         (nntp-via-address): Doc fix.
10046
10047 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
10050         error in Emacs 21.1.
10051
10052 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
10053
10054         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
10055
10056 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10057         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
10058         (gnus-agent-with-refreshed-group): New macro.
10059         (gnus-agent-rename-group): New function.
10060         (gnus-agent-delete-group): New function.
10061         (gnus-agent-save-group-info): Use gnus-command-method when
10062         `method' parameter is nil.  Don't write nil entries into the
10063         active file.
10064         (gnus-agent-get-group-info): New function.
10065         (gnus-agent-fetch-articles): Use
10066         gnus-agent-update-files-total-fetched-for to increment disk space
10067         used.
10068         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
10069         gnus-agent-update-view-total-fetched-for to increment disk space
10070         used.
10071         (gnus-agent-get-local): Added optional parameters to avoid calling
10072         gnus-group-real-name and gnus-find-method-for-group.
10073         (gnus-agent-set-local): Delete stored entry if either min, or max,
10074         are nil.
10075         (gnus-agent-fetch-session): Reworded error/quit messages.  On
10076         quit, use gnus-agent-regenerate-group to record existance of any
10077         articles fetched to disk before the quit occurred.
10078         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
10079         gnus-agent-update-view-total-fetched-for, and
10080         gnus-agent-update-files-total-fetched-for to decrement disk space
10081         used.
10082         (gnus-agent-retrieve-headers): Use
10083         gnus-agent-update-view-total-fetched-for to increment disk space
10084         used.
10085         (gnus-agent-regenerate-group): Replace gnus-group-update-group
10086         with gnus-agent-update-files-total-fetched-for to decrement disk
10087         space and fresh group buffer.
10088         (gnus-agent-inhibit-update-total-fetched-for): New variable.
10089         (gnus-agent-need-update-total-fetched-for): New variable.
10090         (gnus-agent-update-files-total-fetched-for): New function.
10091         (gnus-agent-update-view-total-fetched-for): New function.
10092         (gnus-agent-total-fetched-for): New function.
10093
10094         * gnus-cache.el (gnus-cache-save-buffers): Use
10095         gnus-cache-update-overview-total-fetched-for to change disk space
10096         used by this group.
10097         (gnus-cache-possibly-enter-article): Use
10098         gnus-cache-update-file-total-fetched-for to increment disk space
10099         used by this group.
10100         (gnus-cache-possibly-remove-article): Use
10101         gnus-cache-update-file-total-fetched-for to decrement disk space
10102         used by this group.
10103         (gnus-cache-generate-nov-databases): Purge total fetched cache.
10104         (gnus-cache-rename-group): New function.
10105         (gnus-cache-delete-group): New function.
10106         (gnus-cache-inhibit-update-total-fetched-for): New variable.
10107         (gnus-cache-need-update-total-fetched-for): New variable.
10108         (gnus-cache-with-refreshed-group): New macro.
10109         (gnus-cache-update-file-total-fetched-for): New function.
10110         (gnus-cache-update-overview-total-fetched-for): New function.
10111         (gnus-cache-rename-group-total-fetched-for): New function.
10112         (gnus-cache-delete-group-total-fetched-for): New function.
10113         (gnus-cache-total-fetched-for): New function.
10114
10115         * gnus-group.el: Require gnus-sum and autoload functions to
10116         resolve warnings when gnus-group.el compiled alone.
10117         (gnus-group-line-format): Documented new %F
10118         (size of Fetched data) group line format; identifies disk space
10119         used by agent and cache.
10120         (gnus-group-line-format-alist): Defined new F format.
10121         (gnus-total-fetched-for): New function.
10122         (gnus-group-delete-group): No longer update
10123         gnus-cache-active-altered as gnus-request-delete-group now keeps
10124         the cache in sync.
10125         (gnus-group-list-active): Let the agent store a server's active
10126         list if currently plugged.
10127
10128         * gnus-int.el (gnus-request-delete-group): Use
10129         gnus-cache-delete-group and gnus-agent-delete-group to keep the
10130         local disk in sync with the server.
10131          (gnus-request-rename-group): Use
10132         gnus-cache-rename-group and gnus-agent-rename-group to keep the
10133         local disk in sync with the server.
10134
10135         * gnus-start.el (gnus-get-unread-articles): Cosmetic
10136         simplification to logic.
10137
10138         * gnus-util.el (gnus-rename-file): New function.
10139
10140 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
10141
10142         * mm-util.el (mm-image-load-path): Handle nil in load-path.
10143
10144 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
10145
10146         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
10147         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
10148
10149 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
10150
10151         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
10152         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
10153
10154 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
10155
10156         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
10157
10158 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
10159
10160         * spam.el (spam-set-difference): Add function to replace
10161         gnus-set-difference in spam.el.
10162         (spam-summary-prepare-exit): Use spam-set-difference.
10163
10164 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10165
10166         * gnus-registry.el (gnus-registry-cache-file): Update to use
10167         gnus-dribble-directory OR gnus-home-directory OR ~.
10168         (gnus-registry-split-fancy-with-parent): Fix doc.
10169
10170 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * message.el (message-exchange-point-and-mark): Use
10173         message-mark-active-p.  Suggested by Jesper Harder
10174         <harder@ifa.au.dk>.
10175
10176 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * message.el (message-exchange-point-and-mark): Don't activate
10179         region if it was inactive.  Suggested by Hiroshi Fujishima
10180         <pooh@nature.tsukuba.ac.jp>.
10181
10182 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10183
10184         * gnus-art.el (article-display-face): Display Faces in the same
10185         order as X-Faces.
10186
10187 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
10190
10191 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
10194         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
10195         (gnus-article-mime-hierarchy): Remove.
10196         (gnus-article-mime-hierarchy-next): Remove.
10197         (gnus-article-mode): Revert 2004-03-19 change.
10198         (gnus-article-setup-buffer): Revert 2004-03-19 change.
10199         (gnus-insert-mime-button): Revert 2004-03-19 change.
10200         (gnus-mime-accumulate-hierarchy): Remove.
10201         (gnus-mime-enter-multipart): Remove.
10202         (gnus-mime-leave-multipart): Remove,
10203         (gnus-mime-display-part): Revert 2004-03-19 change.
10204         (gnus-mime-display-alternative): Revert 2004-03-19 change.
10205
10206         * mml.el (mml-preview): Revert 2004-03-19 change.
10207
10208 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
10209
10210         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
10211
10212 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
10215         t while entering a file name using the mm-with-multibyte macro.
10216         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10217
10218         * mm-util.el (mm-with-multibyte): New macro.
10219
10220 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
10223         user option.
10224         (gnus-mime-multipart-functions): Doc and customization fix.
10225         (gnus-article-mime-hierarchy): New variable.
10226         (gnus-article-mime-hierarchy-next): New variable.
10227         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
10228         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
10229         gnus-article-mime-hierarchy-next to nil.
10230         (gnus-insert-mime-button): Show hierarchy numbers.
10231         (gnus-mime-accumulate-hierarchy): New function.
10232         (gnus-mime-enter-multipart): New function.
10233         (gnus-mime-leave-multipart): New function.
10234         (gnus-mime-display-part): Recompute hierarchical MIME structure.
10235         (gnus-mime-display-alternative): Show hierarchy numbers.
10236
10237         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
10238         gnus-article-mime-hierarchy-next to nil.
10239
10240 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
10241
10242         * dns.el: Don't require gnus-xmas.
10243
10244 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
10245
10246         * mml.el (mml-generate-mime-1): Don't use format=flowed with
10247         inline PGP.
10248         (mml-menu): Disable mml-quote-region if mark is inactive.
10249
10250 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
10253         when the group's active is not available.
10254
10255 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
10258         error.
10259
10260 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
10261
10262         * imap.el (imap-store-password): New variable.
10263         (imap-interactive-login): Use it.
10264         Suggested by Mark Plaksin <happy@mcplaksin.org>.
10265
10266 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * gnus-art.el (gnus-article-read-summary-keys): Restore new
10269         window-start and hscroll to summary window.
10270
10271 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10272
10273         * gnus-start.el (gnus-convert-old-newsrc): Only write the
10274         conversion message to newsrc-dribble when an actual conversion is
10275         performed.
10276
10277 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
10278
10279         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
10280
10281 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * mm-decode.el (mm-complicated-handles): New function reviving
10284         former definition of mm-multiple-handles.
10285
10286         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10287         (gnus-mime-delete-part): Use it.
10288
10289 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10290
10291         * gnus-agent.el (gnus-agent-read-local): Bind
10292         nnheader-file-coding-system to gnus-agent-file-coding-system to
10293         avoid the implicit assumption that they will always be equal.
10294         (gnus-agent-save-local): Bind buffer-file-coding-system, not
10295         coding-system-for-write, as the with-temp-file macro first prints
10296         to a buffer then saves the buffer.
10297
10298 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * gnus-art.el (gnus-article-edit-part): New function.
10301         (gnus-mime-save-part-and-strip): Use it; do query instead of
10302         signaling an error; don't use mm-multiple-handles.
10303         (gnus-mime-delete-part): Ditto.
10304
10305 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10306
10307         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10308         old file versions.
10309         (gnus-group-prepare-hook): Removed function that converted list
10310         form of gnus-agent-expire-days to group properties.
10311
10312         * gnus-int.el: Autoload gnus-agent-regenerate-group.
10313         (gnus-request-accept-article): Re-indented.
10314
10315         * gnus-start.el (gnus-convert-old-newsrc): Registered new
10316         converters to handle old agent file formats.  Added logic for a
10317         "backup before upgrading warning".
10318         (gnus-convert-mark-converter-prompt): Developers can mark
10319         functions as needing (default), or not needing,
10320         gnus-convert-old-newsrc's "backup before upgrading warning".
10321         (gnus-convert-converter-needs-prompt): Tests whether the user
10322         should be protected from potentially irreversable changes by the
10323         function.
10324
10325         * legacy-gnus-agent.el (): New. Provides converters that are only
10326         loaded when gnus-convert-old-newsrc needs to call them.
10327
10328 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * mail-source.el (mail-source-touch-pop): Doc fix.
10331
10332         * message.el (message-smtpmail-send-it): Doc fix.
10333
10334 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
10335
10336         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
10337
10338         * nnmail.el (nnmail-split-fancy): do.
10339
10340         * gnus-kill.el (gnus-kill, gnus-execute): do.
10341
10342 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10343
10344         * gnus-sum.el (gnus-widget-reversible-match)
10345         (gnus-widget-reversible-to-internal)
10346         (gnus-widget-reversible-to-external): New functions.
10347         (gnus-widget-reversible): New widget.
10348         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
10349
10350 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
10351
10352         * gnus-sum.el (gnus-thread-sort-functions)
10353         (gnus-article-sort-functions): Document `(not F)' items.
10354
10355 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10356
10357         * spam.el (spam-use-gmane-xref): Add new backend.
10358         (spam-gmane-xref-spam-group): Add variable to control the name of the
10359         Gmane spam group.
10360         (spam-blackhole-servers, spam-blackhole-good-server-regex)
10361         (spam-regex-headers-spam, spam-regex-headers-ham)
10362         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10363         (spam-list-of-checks): Add spam-use-gmane-xref to list of
10364         backends and checks.
10365         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
10366
10367         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10368         an autodetect method.
10369
10370 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10371
10372         * gnus-int.el (gnus-request-accept-article): Inform the agent that
10373         articles are being added to a group.
10374         (gnus-request-replace-article): Inform the agent that articles
10375         need to be uncached as the cached contents are no longer valid.
10376
10377 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * binhex.el: Don't autoload executable-find.
10380
10381         * canlock.el: Don't autoload mail-fetch-field.
10382
10383         * dgnushack.el: Autoload c-mode for XEmacs.
10384
10385         * gnus-ems.el: Don't autoload appt-select-lowest-window.
10386
10387         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10388         rmail-dont-reply-to and rmail-output.
10389
10390         * gnus-score.el: Don't autoload ffap-string-at-point.
10391
10392         * gnus-setup.el: Don't autoload sc-cite-original.
10393
10394         * imap.el: Don't autoload base64-decode-string,
10395         base64-encode-string and md5.
10396
10397         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10398         and rmail-msg-restore-non-pruned-header.
10399
10400         * mm-decode.el: Don't autoload executable-find.
10401
10402         * mm-url.el: Don't autoload executable-find.
10403
10404         * mm-view.el: Don't autoload diff-mode.
10405
10406         * nndb.el: Don't autoload news-reply-mode, news-setup,
10407         cancel-timer and telnet.
10408
10409         * password.el: Don't autoload run-at-time for Emacs.
10410
10411         * sha1-el.el: Don't autoload executable-find.
10412
10413         * sieve-mode.el: Don't autoload c-mode.
10414
10415         * uudecode.el: Don't autoload executable-find.
10416
10417 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10418
10419         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10420         (gnus-agent-possibly-alter-active): Avoid null in numeric
10421         comparison.
10422         (gnus-agent-set-local): Refuse to save null in local object table.
10423         (gnus-agent-regenerate-group): The REREAD parameter can now be a
10424         list of articles that will be marked as unread.
10425
10426 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
10429
10430 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10431
10432         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10433         language tags.
10434
10435 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10436
10437         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10438         Don't bind "obarray".
10439
10440         * gnus-sum.el (gnus-thread-sort-functions): Added
10441         `gnus-thread-sort-by-most-recent-number' and
10442         `gnus-thread-sort-by-most-recent-date'.
10443         Reported by Kai Grossjohann <kai@emptydomain.de>.
10444
10445 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
10448
10449 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10450
10451         * gnus-cus.el (gnus-agent-customize-category): Removed
10452         ignore-errors macro reference that required cl to be loaded at
10453         run-time.
10454
10455         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10456         single-interval range of the form (min . max).  Previously the
10457         range had to look like ((min . max)).  Likewise, return
10458         (min . max) rather than ((min . max)).
10459         (gnus-range-map): Use gnus-range-normalize to accept
10460         single-interval range.
10461
10462         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10463         the cache, but not the agent, now appear with their usual face.
10464
10465         * dgnushack.el (loaddir): New variable that is bound to the
10466         directory containing the dgnushack.el file. Use loaddir, rather
10467         than srcdir, to update load-path. Change lets dgnushack compile
10468         code in directories other than GNUS/lisp.
10469
10470 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * lpath.el: Don't bind w3m-safe-url-regexp.
10473
10474         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10475         w3m-safe-url-regexp variable buffer-local.
10476
10477         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10478
10479 2004-02-27  Simon Josefsson  <jas@extundo.com>
10480
10481         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10482         gnus-group-real-prefix.
10483         (gnus-summary-move-article): Use it, instead of
10484         gnus-group-real-prefix.
10485
10486 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * lpath.el: Bind w3m-safe-url-regexp.
10489
10490         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10491         w3m-safe-url-regexp variable buffer-local and set it as the value
10492         of mm-w3m-safe-url-regexp.
10493
10494         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10495
10496         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10497         parsing gnus-posting-styles when the message is not for replying.
10498
10499         * dgnushack.el: Autoload sgml-mode for XEmacs.
10500
10501         * nnrss.el (nnrss-opml-export): Use
10502         mm-set-buffer-file-coding-system instead of
10503         set-buffer-file-coding-system.
10504
10505 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10506
10507         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10508         of checkdoc.el).
10509         * nnrss.el: do.
10510         * gnus-mlspl.el: do.
10511         * gnus-ml.el: do.
10512         * gnus-srvr.el: do.
10513
10514         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10515
10516 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10517
10518         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10519         Corrections to custom-manual links.
10520
10521         * gnus-art.el (gnus-article): Ditto.
10522
10523         * mm-decode.el (mime-display, mime-security): Ditto.
10524
10525 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10526
10527         * flow-fill.el: Typo.
10528
10529 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10530
10531         * spam-wash.el: New file.
10532
10533 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10534
10535         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10536
10537 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10538
10539         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10540         to be run with new-articles as LIST1, not LIST2.
10541         (spam-registration-functions): Add spam-use-ham-copy as a nil
10542         registration backend.
10543
10544 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10545
10546         * spam-stat.el (spam-stat-washing-hook): New option.
10547         (spam-stat-buffer-words): Use it.
10548         (spam-stat-process-directory, spam-stat-test-directory): Use
10549         insert-file-contents-literally.
10550         (spam-stat-coding-system): New variable.
10551         (spam-stat-load, spam-stat-save): Use it.
10552
10553 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * spam-report.el (spam-report-plug-agent): Quote
10556         spam-report-url-to-file and spam-report-url-ping-plain.
10557
10558 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10559
10560         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10561         / in mailto URLs.
10562
10563 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10564
10565         * spam-report.el (spam-report-process-queue): Fix interactive use.
10566         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10567         (spam-report-unplug-agent): Doc fixes.
10568         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10569         (spam-report-agentize, spam-report-deagentize): Autoload
10570
10571 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10574
10575         * message.el (message-setup-fill-variables): Add mml tags to
10576         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10577         <ajk@iu.edu>.
10578         (message-mode): Don't modify paragraph-separate there.
10579
10580 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * compface.el (uncompface-use-external): Default to undecided.
10583         (uncompface-use-external-threshold): New variable.
10584         (uncompface-float-time): New macro.
10585         (uncompface): Determine whether to use the external decoder if
10586         uncompface-use-external is undecided.
10587
10588 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10589
10590         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10591         after images.
10592
10593         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10594
10595 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10596
10597         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10598
10599         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10600
10601         * gnus-sum.el (gnus-summary-limit-to-age)
10602         (gnus-summary-limit-children): do.
10603
10604         * gnus-int.el (gnus-request-scan): do.
10605
10606         * gnus-group.el (gnus-group-suspend): do.
10607
10608         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10609
10610         * gnus-cite.el (gnus-cite-parse-attributions): do.
10611
10612         * gnus-agent.el (gnus-summary-set-agent-mark)
10613         (gnus-agent-regenerate-group): do.
10614
10615         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10616
10617         * binhex.el (binhex-decode-region-internal): do.
10618
10619 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * gnus-fun.el (gnus-face-properties-alist): New user option.
10622         (gnus-display-x-face-in-from): Use it.
10623
10624         * gnus-art.el (article-display-face): Ditto.
10625
10626         * compface.el (uncompface-use-external): Default to nil.
10627
10628 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10629
10630         * nntp.el (nntp-erase-buffer): New function.
10631         (nntp-retrieve-data, nntp-send-command)
10632         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10633         (nntp-possibly-change-group): Use it.
10634
10635         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10636         with-current-buffer.
10637
10638 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10639
10640         * compface.el: Merge the ELisp-based uncompface program.
10641         (compface): New customization group.
10642         (uncompface-use-external): New user option.
10643         (uncompface): Call uncompface-internal if uncompface-use-external
10644         is nil.
10645         (uncompface-internal): New function.  Note that there are also
10646         some other functions and variables added for this function.
10647
10648 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10649
10650         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10651         if necessary.
10652
10653 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10654
10655         * spam-report.el (spam-report-unplug-agent)
10656         (spam-report-plug-agent, spam-report-deagentize)
10657         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10658         Add support for the Agent in spam-report: when unplugged, report to a
10659         file; when plugged, submit all the requests.
10660
10661         * spam.el (spam-register-routine): Fix message about
10662         registration.
10663
10664 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10665
10666         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10667         dependencies.
10668         (rfc2047-encode): Use it.
10669
10670         * gnus-art.el (gnus-button-marker-list): Move before first
10671         reference.
10672
10673         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10674         (imap-parse-body): Fix format string mismatch.
10675
10676         * gnus-score.el (gnus-summary-increase-score): do.
10677
10678         * nnrss.el (nnrss-close): New function.
10679
10680 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10681
10682         * nnrss.el (nnrss-make-filename): New function.
10683         (nnrss-request-delete-group, nnrss-read-server-data)
10684         (nnrss-save-server-data, nnrss-read-group-data)
10685         (nnrss-save-group-data): Use it.
10686         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10687         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10688         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10689
10690 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10691
10692         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10693
10694 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10695
10696         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10697         files.
10698
10699         * message.el (message-generate-headers-first): Don't quote nil
10700         and t in docstrings.
10701
10702         * imap.el (imap-id): do.
10703
10704         * gnus-agent.el (gnus-agent-consider-all-articles)
10705         (gnus-agent-queue-mail): do.
10706
10707 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10708
10709         * spam-report.el (spam-report-process-queue): New function.
10710         Process requests from `spam-report-requests-file'.
10711         (spam-report-process-queue): Doc fix.
10712
10713 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10714
10715         * spam.el (spam-register-routine)
10716         (spam-log-processing-to-registry, spam-log-registered-p)
10717         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10718         Change "check" to "spam-check" for semi-clarity.
10719
10720 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10721
10722         * pop3.el: Require nnheader.
10723
10724         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10725
10726         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10727
10728         * gnus-picon.el: Require cl.
10729
10730         * gnus-fun.el: Require gnus-ems and gnus-util.
10731
10732         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10733
10734         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10735
10736         * gnus-art.el (gnus-article-edit-mode): Define before first
10737         reference.
10738
10739 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10740
10741         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10742         (gnus-uu-post-encoded): Use point-at-bol.
10743
10744         * gnus-topic.el (gnus-group-active-topic-p): do.
10745
10746         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10747
10748         * gnus-group.el (gnus-group-kill-region): do.
10749
10750         * gnus-art.el (article-date-ut): do.
10751
10752         * message.el (message-fetch-field): Remove redundant
10753         case-fold-search binding.
10754         (message-narrow-to-field): Simplify.
10755
10756 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * spam.el (spam-directory): Derive from `gnus-directory'.
10759
10760         * spam-report.el (spam-report-url-to-file)
10761         (spam-report-requests-file): New function and variable for offline
10762         reporting.
10763         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10764         and user defined function.
10765         (spam-report-url-ping-mm-url): Remove doubled slash.
10766
10767 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10768
10769         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10770
10771 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10772
10773         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10774         format string mismatch.
10775
10776         * sieve.el (sieve-deactivate-all): do.
10777
10778         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10779
10780         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10781
10782         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10783
10784         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10785
10786 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10787
10788         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10789         the list of checks.
10790
10791 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10792
10793         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10794         padding.
10795
10796 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10797
10798         * mm-view.el (mm-fill-flowed): New variable.
10799         (mm-inline-text): Use it.
10800
10801 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10802
10803         * spam.el (spam-spamassassin-register-ham-routine)
10804         (spam-spamassassin-register-spam-routine): Fix function names.
10805
10806 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * gnus.el (gnus-tmp-grouplens): Remove.
10809         (gnus-summary-line-format): Remove grouplens.
10810
10811         * gnus-group.el (gnus-group-line-format): Ditto.
10812
10813         * gnus-spec.el (gnus-format-specs): Ditto.
10814         (gnus-update-format-specifications): Flush the group format spec
10815         cache if there's the grouplens stuff.
10816         (gnus-parse-simple-format): Replace %l with the empty string.
10817
10818 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10819
10820         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10821         omission.
10822
10823 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10826         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10827
10828 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10829
10830         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10831         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10832         New macros and functions.
10833         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10834         Handle > NLINK_MAX messages.
10835         * nnmaildir.el (nnmaildir-request-set-mark): Use
10836         nnmaildir--emlink-p and nnmaildir--eexist-p.
10837
10838 2004-01-25  Alex Schroeder  <alex@gnu.org>
10839
10840         * spam-stat.el (spam-stat-process-directory-age): New option.
10841         (spam-stat-process-directory): Use it.
10842
10843 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10844
10845         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10846         (spam-stat-save): Accept prefix argument.
10847
10848 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10849
10850         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10851         links" error.
10852
10853 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10856         the rest of the and/or forms.
10857
10858 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10859
10860         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10861         compatibility with old .newsrc.eld files.
10862
10863         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10864
10865         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10866
10867         * gnus-start.el (gnus-1): do.
10868
10869         * gnus-group.el (gnus-group-line-format-alist): do.
10870
10871         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10872
10873         * gnus-gl.el: Remove.
10874
10875 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10876
10877         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10878         marks consisting of a single range {for example, (3 . 5)} rather
10879         than a list of a single range { ((3 . 5)) }.
10880
10881 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10882
10883         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10884         with-current-buffer.
10885         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10886         avoid consing a string.
10887
10888         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10889         Remove obsolete entries for big5 and gb2312.
10890
10891 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10892
10893         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10894         uncompressed list.
10895
10896 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10897
10898         * spam-stat.el (spam-stat-strip-xref): New function.
10899         (spam-stat-process-directory): Use it.
10900
10901         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10902         here -- it's done in message-fetch-field.
10903
10904 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10905
10906         * gnus-agent.el (gnus-agent-queue-mail,
10907         gnus-agent-prompt-send-queue): New variables.
10908         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10909         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10910         "nndraft:queue" along to gnus-draft-send.  Use
10911         gnus-agent-prompt-send-queue.
10912         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10913         is "nndraft:queue".  Suggested by Gaute Strokkenes
10914         <gs234@srcf.ucam.org>
10915
10916         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10917         (agent-enable-undownloaded-faces): Added
10918         (gnus-agent-cat-groups): Use eval-and-compile, not
10919         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10920         method of gnus-agent-cat-groups even when the buffer has been
10921         evaled.
10922         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10923         delete gnus-agent-save-active-1.
10924         (gnus-agent-save-groups): Deleted. Identical to
10925         gnus-agent-save-active.
10926         (gnus-agent-write-active): No longer adjust agent's copy of active
10927         file as agent's adjustments are now stored in their own
10928         file. Removed optional parameter.
10929         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10930         servers.  Add use of min/max range limits from server's local
10931         file.
10932         (gnus-agent-save-alist): Removed unused optional argument.
10933         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10934         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10935         (gnus-agent-set-local): A per-server file that keeps min/max range
10936         limits for articles known to the agent.  Provides a fast mechanism
10937         for altering many active ranges.
10938         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10939         active file (local makes it unnecessary).
10940         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10941
10942         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10943         (agent-enable-undownloaded-faces): Added
10944
10945         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10946         disable it when sending to "nndraft:queue".
10947         (gnus-group-send-queue): Add safety check to avoid sending queue
10948         when unplugged.
10949
10950         * gnus-group.el (gnus-group-catchup): Use new
10951         gnus-sequence-of-unread-articles, not
10952         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10953         numbers of articles.  Use gnus-range-map to avoid having to
10954         uncompress the unread list.
10955         (gnus-group-archive-directory,
10956         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10957         reference.
10958
10959         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10960         (gnus-sorted-range-intersection): Intersection of two ranges
10961         without requiring that they first be uncompressed.
10962
10963         * gnus-start.el (gnus-activate-group): Unless blocked by the
10964         caller, possibly expand the active range to include both cached
10965         and agentized articles.
10966         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10967         multiple version-dependent converters.
10968         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10969         gnus-agent-save-active.
10970         (gnus-save-newsrc-file): Save dirty agent range limits.
10971
10972         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10973         gnus-agent-possibly-alter-active.
10974         (gnus-adjust-marked-articles): Faster handling of simple lists
10975
10976 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10977
10978         * spam-stat.el (spam-stat-test-directory): New optional argument
10979         displays a list of files detected.  Suggested by Andrew Cohen
10980         <cohen@andy.bu.edu>.
10981         (spam-stat-buffer-words-with-scores): Don't narrow and change
10982         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10983
10984 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10985
10986         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10987         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10988         (spam-spamassassin-arguments)
10989         (spam-spamassassin-spam-flag-header)
10990         (spam-spamassassin-positive-spam-flag-header)
10991         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10992         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10993         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10994         (spam-list-of-processors, spam-list-of-checks)
10995         (spam-list-of-statistical-checks, spam-registration-functions)
10996         (spam-check-spamassassin-headers, spam-check-spamassassin)
10997         (spam-spamassassin-score)
10998         (spam-spamassassin-register-with-sa-learn)
10999         (spam-spamassassin-register-spam-routine)
11000         (spam-spamassassin-register-ham-routine)
11001         (spam-assassin-register-spam-routine)
11002         (spam-assassin-register-ham-routine): add SpamAssassin support
11003         (spam-bogofilter-score): fix to show article before scoring
11004
11005 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
11006
11007         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
11008         default scoring function.
11009         (spam-generic-score): Call spam-spamassassin-score if
11010         spam-use-spamassassin or spam-use-spamassassin-headers is on;
11011         spam-bogofilter-score otherwise.
11012
11013         * gnus.el (spam-process, spam-autodetect-methods): Add
11014         spamassassin and spamassassin-headers.
11015
11016 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
11017
11018         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11019         Suppress unnecessary messages.
11020
11021 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
11022
11023         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
11024         make-hash-table.
11025
11026 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * canlock.el (base64-encode-string): Don't autoload it.
11029
11030 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * run-at-time.el: Remove useless (require 'itimer),
11033         eval-and-compile and (featurep 'xemacs).
11034
11035 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
11036
11037         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
11038         GROUP is a virtual group.
11039
11040 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
11041
11042         * gnus.el: Autoload `message-y-or-n-p'.
11043
11044 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
11045
11046         * pgg-parse.el: Remove unnecessary (require 'custom).
11047
11048         * pgg-def.el: do.
11049
11050         * nnmail.el: do.
11051
11052         * gnus-undo.el: do.
11053
11054         * gnus-picon.el: do.
11055
11056         * gnus-util.el: do.
11057
11058 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
11059
11060         * gnus-sum.el (gnus-pick-line-number): Add autoload.
11061
11062 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
11065         handle, as well as a list.
11066
11067         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
11068         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
11069         (mm-w3m-cid-retrieve): Simplify.
11070
11071 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
11072
11073         * message.el (message-kill-to-signature): Allow prefix arg to
11074         specify number of lines to keep before signature.
11075
11076 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
11077
11078         (message-kill-to-signature): Change docstring.
11079
11080 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * canlock.el: Always require sha1-el.
11083         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
11084
11085         * message.el: Autoload sha1 only when compiling.
11086
11087         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
11088         eudc-expand-inline for XEmacs.
11089
11090 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * message.el (message-canlock-generate): Require sha1-el.
11093
11094 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
11095
11096         * message.el (message-expand-name): Silence the byte compiler.
11097
11098         * lpath.el: Add detect-coding-system.
11099
11100         * dgnushack.el (dgnushack-compile): Remove obsolete check for
11101         cus-edit.
11102
11103 2004-01-13  Simon Josefsson  <jas@extundo.com>
11104
11105         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
11106         Invoke gnus-score-mode.  Reported by
11107         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
11108
11109         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
11110         Jim Blandy <jimb@redhat.com> (tiny change).
11111
11112 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11113
11114         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
11115
11116 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
11117
11118         * spam.el (spam-get-article-as-string): Update to use
11119         gnus-request-article-this-buffer, much simpler.
11120         (spam-get-article-as-buffer): Remove.
11121
11122 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
11123
11124         * message.el (message-expand-name): Use EUDC if the user uses
11125         that.
11126
11127 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11128
11129         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
11130         character for the encoding to avoid consing a string.
11131
11132         * rfc2047.el (rfc2047-decode-string): Don't cons a string
11133         unnecessarily.
11134
11135         * mm-util.el (mm-replace-chars-in-string): Remove.
11136
11137         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
11138         of mm-replace-chars-in-string.
11139
11140 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
11141
11142         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
11143         strings.
11144
11145         * mm-util.el (mm-subst-char-in-string): Support inplace.
11146
11147         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
11148         a new string in every iteration.  Use shy groups.
11149
11150 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
11151
11152         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
11153         (gnus-group-change-level, gnus-kill-newsgroup)
11154         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
11155         (gnus-get-unread-articles, gnus-make-articles-unread)
11156         (gnus-make-ascending-articles-unread): Use accessor
11157         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
11158         to get group information for improved readability.
11159
11160         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
11161
11162         * gnus-soup.el (gnus-soup-group-brew): do.
11163
11164         * gnus-msg.el (gnus-put-message): do.
11165
11166         * gnus-move.el (gnus-group-move-group-to-server): do.
11167
11168         * gnus-kill.el (gnus-batch-score): do.
11169
11170         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
11171         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
11172         (gnus-group-update-group, gnus-group-read-group)
11173         (gnus-group-make-group, gnus-group-make-help-group)
11174         (gnus-group-make-archive-group, gnus-group-make-directory-group)
11175         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
11176         (gnus-group-sort-by-unread, gnus-group-catchup)
11177         (gnus-group-unsubscribe-group, gnus-group-kill-group)
11178         (gnus-group-yank-group, gnus-group-set-info)
11179         (gnus-group-list-groups): do.
11180
11181         * gnus.el (gnus-generate-new-group-name): do.
11182
11183         * gnus-delay.el (gnus-delay-send-queue): do.
11184
11185         * nnvirtual.el (nnvirtual-catchup-group): do.
11186
11187         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
11188         do.
11189
11190         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
11191         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
11192
11193         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
11194         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
11195         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
11196         (gnus-group-make-articles-read): do.
11197
11198 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11199
11200         * gnus-art.el (article-decode-mime-words, article-babel)
11201         (gnus-article-highlight-signature, gnus-article-add-buttons)
11202         (gnus-signature-toggle): Use gnus-with-article-buffer.
11203
11204         * gnus-art.el (gnus-article-highlight-headers)
11205         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
11206
11207         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
11208         (gnus-article-set-globals, gnus-request-article-this-buffer)
11209         (gnus-button-message-id, gnus-article-maybe-hide-headers)
11210         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
11211         (gnus-mime-display-alternative): Use with-current-buffer.
11212
11213 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11214
11215         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
11216         also under 80 char limit, and call gnus-error if needed.
11217         (spam-fetch-article-header): Fix - it was a
11218         buffer-local variable (gnus-newsgroup-data).
11219         (spam-find-spam): Use spam-generate-fake-headers, forget about
11220         spam-insert-fake-headers.
11221         (spam-insert-fake-headers): Remove.
11222
11223 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11224
11225         * deuglify.el (gnus-article-outlook-unwrap-lines)
11226         (gnus-outlook-rearrange-article)
11227         (gnus-outlook-repair-attribution-outlook)
11228         (gnus-outlook-repair-attribution-block)
11229         (gnus-outlook-repair-attribution-other): Remove redundant
11230         save-excursion.
11231
11232 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11233
11234         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
11235         (spam-fetch-field-subject-fast)
11236         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
11237         (spam-fetch-article-header): Add functions to deal with Gnus
11238         internals for fast retrieval of article header data.
11239         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
11240
11241 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11242
11243         * pop3.el (pop3-md5): Remove.
11244         (pop3-apop): Replace pop3-md5 with md5.
11245
11246         * mm-bodies.el: base64 is always built-in.
11247
11248         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
11249         with-current-buffer.
11250
11251 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * canlock.el (canlock-insert-header): Remove excessive grouping in
11254         regexp.
11255
11256         * gnus-sum.el (gnus-summary-read-document): Ditto.
11257
11258         * gnus-uu.el (gnus-uu-part-number): Ditto.
11259
11260         * html2text.el (html2text-remove-tags): Ditto.
11261         (html2text-format-tags): Ditto.
11262         (html2text-format-single-elements): Ditto.
11263
11264         * mml.el (mml-parse-1): Ditto.
11265
11266 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11267
11268         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11269
11270         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11271
11272         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11273
11274         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11275
11276 2003-11-15  Simon Josefsson  <jas@extundo.com>
11277
11278         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11279         (pgg-gpg-lookup-key): Use regexp match instead of
11280         split-string (split-string is different between emacs 21.2 and
11281         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
11282
11283 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11284
11285         * gnus-art.el (gnus-mime-view-all-parts)
11286         (gnus-article-part-wrapper, gnus-article-view-part): Use
11287         with-current-buffer.
11288
11289 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11290
11291         * spam.el (spam-disable-spam-split-during-ham-respool)
11292         (spam-spamoracle-database, spam-cache-lookups)
11293         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11294         (spam-group-ham-mark-p, spam-group-spam-mark-p)
11295         (spam-group-ham-marks, spam-group-spam-marks)
11296         (spam-group-spam-contents-p, spam-group-ham-contents-p)
11297         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11298         also add spam-use-blackholes to the statistical checks.
11299         (spam-fetch-field-fast): Add interface to fetching fields, may
11300         become a macro.
11301         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11302         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11303         (spam-insert-fake-headers): Fake an article when needed.
11304         (spam-find-spam): Fake article when possible.
11305         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11306         (spam-check-bogofilter-headers): Use message-fetch-field instead
11307         of nnmail-fetch-field.
11308
11309 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11310
11311         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11312
11313 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11314
11315         * spam.el (spam-split): Do not require spam-use-CHECK to be
11316         enabled if that check is passed to spam-split explicitly; also
11317         fix so 'spam doesn't get converted to spam-split-group when
11318         spam-split-symbolic-return is t.
11319         (spam-find-spam): Find registrations of the article and use those
11320         instead of re-running spam-split to find the spam/ham
11321         classification of the article.
11322         (spam-log-processing-to-registry, spam-log-registered-p)
11323         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11324         Use gnus-error instead of gnus-message.
11325         (spam-log-registration-type): Add function to determine the
11326         classification of a message based on registry entries; will
11327         return nil if both 'spam and 'ham are found.
11328         (spam-check-BBDB): Expand all the BBDB macros here so we can have
11329         a reasonably fast local cache without the loading errors.
11330         (spam-cache-lookups): Set to t by default.
11331         (spam-find-spam): Don't try to guess spam-cache-lookups.
11332         (spam-enter-whitelist, spam-enter-blacklist): Clear the
11333         spam-caches entry.
11334         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11335         caching of whitelist/blacklist entries.
11336         (spam-check-whitelist, spam-check-blacklist): Invoke
11337         spam-from-listed-p with a type, not a cache variable.
11338         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11339
11340 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11341
11342         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11343
11344         * nnmail.el (nnmail-split-fancy): do.
11345
11346         * mml.el (mml-parse): do.
11347
11348         * gnus-score.el (gnus-enter-score-words-into-hashtb)
11349         (gnus-score-adaptive): do.
11350
11351 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11354         (gnus-mime-button-map): Don't set keymap parent.
11355         (gnus-button-ctan-directory-regexp): Use shy grouping.
11356         (gnus-prev-page-map): Don't set keymap parent.
11357         (gnus-prev-page-map): Remove duplicated one.
11358         (gnus-next-page-map): Don't set keymap parent.
11359         (gnus-mime-security-button-map): Ditto.
11360
11361         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11362         version number.
11363
11364         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11365
11366 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * canlock.el (canlock-sha1-function): Remove.
11369         (canlock-sha1-function-for-verify): Remove.
11370         (canlock-openssl-program): Remove.
11371         (canlock-openssl-args): Remove.
11372         (canlock-ignore-errors): Remove.
11373         (canlock-sha1-with-openssl): Remove.
11374         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11375         (canlock-verify): Don't use canlock-ignore-errors.
11376
11377         * sha1-el.el (sha1-string-external): Make it can return a string
11378         in binary form.
11379         (sha1-region-external): Ditto.
11380         (sha1-string-internal): Ditto.
11381         (sha1-region-internal): Ditto.
11382         (sha1-region): Ditto.
11383         (sha1-string): Ditto.
11384         (sha1): Ditto.
11385
11386 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11387
11388         * spam.el (spam-report-articles-gmane): New command.
11389
11390 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * gnus.el: Don't make unnecessary *Group* buffer when loading.
11393
11394         * run-at-time.el (run-at-time-saved): Remove.
11395         (run-at-time): Doc fix.
11396
11397 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11398
11399         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11400         (gnus-summary-limit-map): Add it.
11401         (gnus-summary-make-menu-bar): do.
11402
11403 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
11404
11405         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11406         Make attempt at some caching support (done for BBDB only now).
11407         (spam-find-spam): Set spam-cache-lookups if there are more than 2
11408         addresses to be checked.
11409         (spam-clear-cache-BBDB): Add function, to be invoked by
11410         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11411         (spam-check-BBDB): Check and use the caches, if
11412         spam-cache-lookups is on, remove superfluous (provide).
11413
11414 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11415
11416         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
11417
11418 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
11419
11420         * run-at-time.el (run-at-time-saved): Move to after the definition
11421         of `run-at-time'.
11422
11423         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
11424
11425 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11426
11427         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11428         mm-w3m-local-map-property.
11429
11430         * mm-view.el (mm-w3m-mode-map): Remove.
11431         (mm-w3m-local-map-property): Remove.
11432         (mm-inline-text-html-render-with-w3m): Don't use
11433         mm-w3m-local-map-property.
11434
11435 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11436
11437         * run-at-time.el: New file.
11438
11439         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
11440         under Emacs.
11441
11442         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11443         of gnus-set-text-properties.
11444
11445         * gnus-uu.el (gnus-uu-save-article): Ditto.
11446
11447         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
11448
11449         * gnus-cite.el (gnus-cite-parse): Ditto.
11450
11451         * gnus-art.el (gnus-button-push): Use set-text-properties instead
11452         of gnus-.
11453
11454         * gnus-xmas.el (run-at-time): Require run-at-time.
11455
11456         * gnus.el: Changed calls to nnheader-run-at-time and
11457         password-run-at-time throughout to use run-at-time directly.
11458
11459         * password.el: Removed definition of run-at-time.
11460
11461         * nnheaderxm.el: Remove definition of run-at-time.
11462
11463 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11464
11465         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11466         in prompt.
11467
11468 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11469
11470         * messagexmas.el (message-xmas-redefine): Alias
11471         `message-make-caesar-translation-table' to
11472         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
11473         version.
11474
11475         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
11476         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
11477         `gnus-xmas-set-text-properties'.
11478         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
11479         `gnus-xmas-completing-read'.
11480         (gnus-xmas-completing-read): Removed.
11481         (gnus-xmas-open-network-stream): Removed.
11482
11483         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11484         XEmacs version.
11485
11486         * dns.el (dns-make-network-process): Use `open-network-stream'
11487         instead of `gnus-xmas-open-network-stream'.
11488
11489         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
11490
11491         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11492
11493 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11494
11495         * gnus-art.el (gnus-mime-display-alternative)
11496         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11497         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11498         Don't use gnus-local-map-property.
11499
11500         * gnus-util.el (gnus-local-map-property): Remove.
11501
11502         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11503         gnus-completing-read-maybe-default with completing-read.
11504
11505         * gnus-util.el (gnus-completing-read): do.
11506         (gnus-completing-read-maybe-default): Remove.
11507
11508 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11509
11510         * password.el: Only autoload `run-at-time' if not XEmacs.
11511         Only autoload the itimer functions if XEmacs.
11512
11513 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11516         XEmacsen.
11517
11518         * dgnushack.el: Autoload executable-find for XEmacs.
11519
11520 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11521
11522         * gnus-art.el (gnus-read-string): Remove.
11523         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11524         read-string.
11525
11526 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11527
11528         * netrc.el: Autoload password-read.
11529         (netrc): Add configuration group.
11530         (netrc-encoding-method, netrc-openssl-path): Add
11531         variables for encoding and decoding of files with symmetric
11532         ciphers.
11533         (netrc-encode): Add assistant function to encode a file with
11534         netrc-encoding-method.
11535         (netrc-parse): Add interactive parameter, added optional
11536         decoding if netrc-encoding-method is non-nil but otherwise
11537         behavior is standard.
11538         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11539         Do s/encode/encrypt/ everywhere.
11540
11541         * spam.el: Remove executable-find autoload.
11542
11543 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11544
11545         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11546
11547         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11548
11549 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11550
11551         * gnus-art.el (gnus-treat-ansi-sequences,
11552         article-treat-ansi-sequences): New variable and function.
11553         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11554
11555         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11556         Use it.
11557
11558 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11559
11560         * mm-util.el (mm-quote-arg): Remove.
11561
11562         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11563         shell-quote-argument.
11564
11565         * gnus-uu.el (gnus-uu-command): do.
11566
11567         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11568
11569         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11570         with make-char.
11571
11572         * mm-util.el (mm-make-char): Remove.
11573
11574         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11575         add-minor-mode.
11576
11577         * gnus-undo.el (gnus-undo-mode): do.
11578
11579         * gnus-topic.el (gnus-topic-mode): do.
11580
11581         * gnus-sum.el (gnus-dead-summary-mode): do.
11582
11583         * gnus-start.el (gnus-slave-mode): do.
11584
11585         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11586
11587         * gnus-ml.el (gnus-mailing-list-mode): do.
11588
11589         * gnus-gl.el (gnus-grouplens-mode): do.
11590
11591         * gnus-draft.el (gnus-draft-mode): do.
11592
11593         * gnus-dired.el (gnus-dired-mode): do.
11594
11595         * gnus-ems.el (gnus-add-minor-mode): Remove.
11596
11597         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11598         Replace gnus-char-width with char-width.
11599
11600         * gnus-ems.el (gnus-char-width): Remove.
11601
11602         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11603         Replace gnus-char-width with char-width.
11604
11605         * gnus-ems.el (gnus-char-width): Remove.
11606
11607         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11608         definition.
11609         Remove Emacs 20 hash table compatibility code.
11610
11611         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11612         20 compatibility code.
11613
11614         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11615
11616         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11617
11618         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11619         with point-at-{eol,bol}.
11620
11621         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11622
11623         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11624
11625         * flow-fill.el (fill-flowed-point-at-bol,
11626         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11627
11628         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11629         Replace with point-at-{eol,bol} throughout all files.
11630
11631 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11632
11633         * ntlm.el (ntlm-string-as-unibyte): New macro.
11634         (ntlm-build-auth-response): Use it.
11635
11636         Remove Emacs 20 stuff:
11637         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11638         (butlast, mapc, remove): Remove the compiler macros.
11639         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11640         of delq and copy-sequence.
11641         * gnus-art.el (popup-menu): Remove the compiler macro.
11642         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11643         Emacs 20.
11644
11645 2004-01-05  Simon Josefsson  <jas@extundo.com>
11646
11647         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11648         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11649         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11650         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11651         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11652         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11653         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11654         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11655         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11656         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11657         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11658         string-xor into ntlm-string-xor.  Suggested by
11659         Jesper Harder <harder@myrealbox.com>.
11660
11661         * ntlm.el: Don't include poem.
11662
11663         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11664         Jesper Harder <harder@myrealbox.com>.
11665
11666         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11667
11668         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11669         probably breaks emacs with DL patch, but do we care? Is anyone
11670         still using the DL stuff?)
11671
11672         * sieve-manage.el: Use the password package.
11673         (sieve-manage-read-passwd): Remove.
11674         (sieve-manage-interactive-login): Use password.  Re-add
11675         condition-case around loop.
11676
11677         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11678         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11679         the password package.
11680
11681 2003-02-19  Simon Josefsson  <jas@extundo.com>
11682
11683         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11684         token.
11685
11686 2002-08-07  Simon Josefsson  <jas@extundo.com>
11687
11688         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11689         (sieve-manage-authenticators):
11690         (sieve-manage-authenticator-alist): Add some SASL mechs.
11691         (sieve-sasl-auth): New function.
11692         (sieve-manage-cram-md5-auth):
11693         (sieve-manage-plain-auth): Rewrite using SASL library.
11694         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11695         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11696         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11697         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11698
11699 2004-01-05  Simon Josefsson  <jas@extundo.com>
11700
11701         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11702         New files.
11703
11704 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11705
11706         * gnus-group.el (gnus-no-groups-message): Update.
11707
11708         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11709
11710 2003-11-09  Simon Josefsson  <jas@extundo.com>
11711
11712         * imap.el: Support for ID IMAP extension (RFC 2971).
11713         (imap-local-variables): Add imap-id.
11714         (imap-id): New variable.
11715         (imap-id): New function.
11716         (imap-parse-response): Parse untagged ID response.
11717         * nnimap.el (nnimap-id): New variable.
11718         (nnimap-open-connection): Use it.
11719
11720 2003-12-28  Simon Josefsson  <jas@extundo.com>
11721
11722         * gnus-score.el (gnus-score-edit-all-score): New.
11723         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11724
11725 2004-01-04  Simon Josefsson  <jas@extundo.com>
11726
11727         * password.el: Add.
11728
11729 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11730
11731         * dns.el: Add support for AAAA records (see RFC 3596)
11732
11733         * Fix typo PRT -> PTR
11734
11735         * Parse MX, PTR and SOA replies (see RFC 1035)
11736
11737 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11738
11739         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11740
11741         * Moved to Changelog.2.
11742
11743 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11744
11745         * gnus.el (gnus-version-number): Bump version.
11746
11747 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11748
11749         * gnus.el: No Gnus v0.1 is released.
11750
11751 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11752
11753         * gnus.el: No Gnus v0.0 is released.
11754
11755 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11756
11757         * gnus.el (gnus-version-number): Bump.
11758         (gnus-version): No.
11759
11760 See ChangeLog.2 for earlier changes.
11761
11762     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11763
11764   This file is part of GNU Emacs.
11765
11766   GNU Emacs is free software; you can redistribute it and/or modify
11767   it under the terms of the GNU General Public License as published by
11768   the Free Software Foundation; either version 3, or (at your option)
11769   any later version.
11770
11771   GNU Emacs is distributed in the hope that it will be useful,
11772   but WITHOUT ANY WARRANTY; without even the implied warranty of
11773   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11774   GNU General Public License for more details.
11775
11776   You should have received a copy of the GNU General Public License
11777   along with GNU Emacs; see the file COPYING.  If not, write to the
11778   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11779   Boston, MA 02110-1301, USA.
11780
11781 ;; Local Variables:
11782 ;; coding: iso-2022-7bit
11783 ;; fill-column: 79
11784 ;; add-log-time-zone-rule: t
11785 ;; End:
11786
11787 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4