(message-forward-make-body-plain)
[gnus] / lisp / ChangeLog
1 2003-10-18  Simon Josefsson  <jas@extundo.com>
2
3         * message.el (message-forward-make-body-plain)
4         (message-forward-make-body-mime, message-forward-make-body-mml)
5         (message-forward-make-body-digest-plain)
6         (message-forward-make-body-digest-mime)
7         (message-forward-make-body-digest): New, derived from
8         message-forward-make-body.
9         (message-forward-make-body): Use them.
10
11 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * gnus-art.el (gnus-article-mode): Set gnus-page-broken to nil.
14         (gnus-article-prepare): Don't set to t.
15         (gnus-narrow-to-page): Set to t if we break.
16
17 2003-06-11  Daniel N\e,Ai\e(Bri  <dne@mayonnaise.net>
18
19         * message.el (message-resend): Generate Resent-Message-ID header.
20
21 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22
23         * gnus-art.el (gnus-article-next-page): Don't go to the next line
24         before checking end-of-buffer.
25         (gnus-mime-delete-part): Don't insert parts twice.
26
27 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus-art.el (article-update-date-lapsed): Make sure point
30         doesn't move around (much).
31
32 2003-07-28  Vasily Korytov  <deskpot@myrealbox.com>
33
34         * mail-source.el (mail-source-keyword-map): List "cur" before
35         "new" for maildirs.
36
37 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
38
39         * gnus-sum.el (gnus-summary-enter-digest-group): ogroup, nor
40         group. 
41
42         * gnus-msg.el (gnus-inews-insert-archive-gcc): Use the parent
43         name for gcc-self.
44         (gnus-inews-insert-archive-gcc): Paren mistake.
45
46         * gnus-sum.el (gnus-summary-enter-digest-group): Add
47         parent-group. 
48
49         * gnus-art.el (gnus-ignored-headers): Add more headers.
50
51         * rfc2047.el (rfc2047-encode): See which encoding is shorter --
52         base64 or QP.
53
54         * nnmail.el (nnmail-article-group): Default to "bogus".
55
56         * mail-source.el (mail-source-delete-incoming): Change to nil.
57
58 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
59
60         * mail-source.el (mail-source-fetch-imap): Fix mismatched parens.
61
62 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * mail-source.el (defvar): Add post/pre/scripts.
65         (mail-source-fetch-imap): Use them.
66
67         * nndraft.el (nndraft-request-move-article): Fix infinite
68         recursion. 
69
70         * gnus-group.el (gnus-group-mark-regexp): Jump to groups.
71
72 2003-10-16  Ed L. Cashin  <ecashin@uga.edu>
73
74         * imap.el (imap-interactive-login): Set imap-password to nil if
75         login fails.
76
77 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * message.el (message-inserted-headers): New variable.
80         (message-mode): Make local.
81         (message-mode): Set all the local action variables to nil.      
82
83 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
86         (mm-w3m-safe-url-regexp): Doc fix.
87
88 2003-10-12  Jesper Harder  <harder@ifa.au.dk>
89
90         * gnus-sum.el (gnus-summary-respool-query): Don't narrow to head,
91         it's done by nnmail-article-group.
92
93         * gnus-uu.el (gnus-uu-grab-articles): Fix misplaced parens.
94         From Mark Hood <markhood@speakeasy.net> (tiny change)
95
96 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
97
98         * mm-decode.el (mm-file-name-delete-gotchas): Avoid infloop in
99         XEmacs.
100
101 2003-10-10  Teodor Zlatanov  <tzz@lifelogs.com>
102
103         * spam.el (spam-initialize): new function, does the spam-face
104         update and all the hooks, replaces spam-install-hooks-function
105
106         * gnus-registry.el (gnus-registry-initialize): new autoloaded
107         function to explicitly initialize the registry
108
109 2003-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * mm-decode.el (mm-w3m-safe-url-regexp): Doc fix.
112
113         * mm-view.el (mm-w3m-mode-map): Doc fix.
114         (mm-inline-text-html-render-with-w3m): Add a comment.
115
116 2003-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * gnus-group.el: Remove superfluous eval-when-compiles.
119
120 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
121
122         * gnus-group.el (gnus-group-suspend): Reset gnus-backlog-articles.
123
124 2003-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * dns.el (query-dns): Don't error out on malformed resolv files.
127
128 2003-10-06  Jesper Harder  <harder@ifa.au.dk>
129
130         * gnus.el (gnus-group-faq-directory): Update .tw entry.  From
131         Albert Chun-Chieh Huang <mr894348@cs.nthu.edu.tw>
132
133 2003-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
134
135         * spam.el (spam-check-blackholes): exit the loop if matches are
136         found (idea from Adrian Lanz <lanz@fowi.ethz.ch>)
137         (spam-check-bogofilter-headers, spam-check-blackholes, spam-check-BBDB)
138         (spam-from-listed-p): use nnmail-fetch-field instead of message-fetch-field
139         
140
141 2003-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
142
143         * mm-decode.el (mm-attachment-file-modes): Change the default
144         value into 384 from ?\600 which doesn't mean an integer in XEmacs.
145
146 2003-10-03  Jesper Harder  <harder@ifa.au.dk>
147
148         * mm-decode.el (mm-file-name-delete-control)
149         (mm-file-name-delete-gotchas): New functions.
150         (mm-file-name-rewrite-functions): Use them.
151         (mm-attachment-file-modes): New option.
152         (mm-save-part-to-file): Use it.
153
154 2003-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
155
156         * spam.el (spam-install-hooks-function): Added Autoload cookie.
157
158 2003-10-02  Jesper Harder  <harder@ifa.au.dk>
159
160         * pgg-def.el (pgg-default-keyserver-address): Change to
161         subkeys.pgp.net.  From Michael Shields <shields@msrl.com>
162
163 2003-10-01  Simon Josefsson  <jas@extundo.com>
164
165         * message.el (message-idna-to-ascii-rhs-1): RHS can be terminated
166         by ',', as in 'foo@example.org, bar@example.org'.
167
168 2003-10-01  Jesper Harder  <harder@ifa.au.dk>
169
170         * message.el (message-send): Fix reversed logic of supersedes
171         check.
172
173 2003-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
174
175         * gnus-art.el (gnus-article-view-part-as-charset): Doc fix,
176         suggested by Norbert Koch <viteno@xemacs.org>.
177
178 2003-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * gnus-topic.el (gnus-topic-goto-missing-topic): Revert 2003-02-09
181         change in order to correct the position where an invisible topic
182         (because gnus-topic-display-empty-topics is nil) may be inserted.
183
184 2003-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * message.el (message-ignored-supersedes-headers): Add X-Payment.
187
188 2003-09-20  Jesper Harder  <harder@ifa.au.dk>
189
190         * rfc2047.el (rfc2047-encode): Limit line length to 76 characters.
191
192 2003-09-20  Simon Josefsson  <jas@extundo.com>
193
194         * tls.el (tls-process-connection-type): Doc fix.
195
196         * imap.el (imap-starttls-open): Rewrite, should support both old
197         starttls.el and new starttls.el that uses GNUTLS.
198
199 2003-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * gnus-art.el (gnus-treat-display-x-face): Use set-default instead
202         of custom-set-default which isn't available in old XEmacsen.
203
204 2003-09-17  Jesper Harder  <harder@ifa.au.dk>
205
206         * gnus-msg.el (gnus-summary-resend-message-edit): Don't convert
207         to MML.  MIME -> MML -> MIME does not work for PGP/MIME.
208
209         * message.el (message-bounce, message-forward-show-mml): do.
210         
211 2003-09-13  Jesper Harder  <harder@ifa.au.dk>
212
213         * rfc2047.el (rfc2047-charset-encoding-alist): Add viscii.
214         (rfc2047-encode): Add factors for big5, gb2312 and euc-kr.
215
216         * nnweb.el (nnweb-google-parse-1): Fix parsing.
217
218 2003-09-12  Jesper Harder  <harder@ifa.au.dk>
219
220         * gnus-group.el (gnus-group-fetch-control): ISC changed
221         compression from .Z to .gz.
222
223         * rfc2047.el (rfc2047-header-encoding-alist): Add "Approved" to
224         address-mime.
225
226 2003-09-11  Jesper Harder  <harder@ifa.au.dk>
227
228         * rfc2047.el (rfc2047-encode): Restrict encoded-words to 75
229         characters.
230
231 2003-09-10  Jesper Harder  <harder@ifa.au.dk>
232
233         * gnus.el (gnus-group-charter-alist): Update.
234
235 2003-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
236
237         * spam-report.el: use mm-url.el functions for external URL
238         loading when the built-in HTTP GET is insufficient (e.g. proxies
239         are in the way).  From Eric Knauel
240         <knauel@informatik.uni-tuebingen.de>.
241         (spam-report-url-ping-function): new option, defaults to the
242         built-in HTTP GET (spam-report-url-ping-plain)
243         (spam-report-url-ping): calls spam-report-url-ping-function now
244         (spam-report-url-ping-plain): new function, does what
245         spam-report-url-ping used to do
246         (spam-report-url-ping-mm-url): function that delegates to
247         mm-url.el (autoloaded)
248
249 2003-09-08  Teodor Zlatanov  <tzz@lifelogs.com>
250
251         * gnus-registry.el (gnus-registry-delete-id): function to
252         completely delete an ID, including all the cache hashtables
253         (gnus-registry-delete-group): use gnus-registry-delete-id
254         (gnus-registry-simplify-subject): only run if the argument is a
255         string, return nil otherwise
256
257 2003-09-07  Jesper Harder  <harder@ifa.au.dk>
258
259         * gnus-msg.el (gnus-summary-resend-bounced-mail): Docstring fix.
260
261 2003-09-05  Teodor Zlatanov  <tzz@lifelogs.com>
262
263         * gnus-registry.el (gnus-registry-split-fancy-with-parent): yet
264         another error *sigh*
265
266         * gnus-registry.el (gnus-registry-fetch-extra-entry): don't use
267         puthash unless gnus-registry-entry-caching is on
268         (gnus-registry-split-fancy-with-parent): misplaced parenthesis
269         made everything a part of the 'else'
270         (gnus-registry-save): used 'entry-caching' instead of 'caching'
271
272 2003-09-05  Jesper Harder  <harder@ifa.au.dk>
273
274         * gnus-art.el (gnus-button-alist): Improve Info regexp.
275
276 2003-09-04  Teodor Zlatanov  <tzz@lifelogs.com>
277
278         * gnus-registry.el: added brief explanation of basics
279         (gnus-registry-track-extra): new variable for tracking of message
280         subjects
281         (gnus-registry-entry-caching): caching parameter, used for extra
282         data
283         (gnus-registry-minimum-subject-length): minimum subject length
284         before it's considered when tracing subjects
285         (gnus-registry-save): accomodate extra data entry caching
286         (gnus-registry-action): change function name, add the subject and
287         pass it to gnus-registry-add-group
288         (gnus-registry-spool-action): change function name, add the
289         subject and pass it to gnus-registry-add-group
290         (gnus-registry-split-fancy-with-parent): add subject tracking
291         (gnus-registry-register-message-ids): pass subject to
292         gnus-registry-add-group
293         (gnus-registry-simplify-subject)
294         (gnus-registry-fetch-simplified-message-subject-fast): new
295         functions
296         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry): add
297         extra data entry caching
298         (gnus-registry-add-group): handle the extra subject parameter
299         (gnus-registry-install-hooks, gnus-registry-unload-hook): fix the
300         gnus-register-* function names
301
302         * nnmail.el (nnmail-cache-insert): add subject parameter, pass it
303         on to the nnmail-spool-hook
304
305         * nnbabyl.el (nnbabyl-request-accept-article): added subject to
306         nnmail-cache-insert call
307
308         * nndiary.el (nndiary-request-accept-article): added subject to
309         nnmail-cache-insert call
310
311         * nnfolder.el (nnfolder-request-accept-article): added subject to
312         nnmail-cache-insert call
313
314         * nnimap.el (nnimap-split-articles): added subject to
315         nnmail-cache-insert call
316         (nnimap-request-accept-article): added subject to
317         nnmail-cache-insert call
318
319         * nnmbox.el (nnmbox-request-accept-article): added subject to
320         nnmail-cache-insert call
321
322         * nnmh.el (nnmh-request-accept-article): added subject to
323         nnmail-cache-insert call
324
325         * nnml.el (nnml-request-accept-article): added subject to
326         nnmail-cache-insert call
327
328 2003-09-04  Jesper Harder  <harder@ifa.au.dk>
329
330         * gnus-art.el (gnus-button-handle-info-url)
331         (gnus-button-handle-info-url-gnome)
332         (gnus-button-handle-info-url-kde, gnus-button-alist): Handle GNOME
333         and KDE style Info URLs.
334
335         * gnus-util.el (gnus-url-unhex-string): Don't replace "+" with " ".
336
337 2003-09-02  Jesper Harder  <harder@ifa.au.dk>
338
339         * rfc2047.el (rfc2047-fold-region): Don't fold at the beginning
340         of the field.
341
342 2003-09-01  Simon Josefsson  <jas@extundo.com>
343
344         * mml.el (mml-insert-mime-headers-always): New variable.
345         (mml-insert-mime-headers): Use it.  Based on (tiny) patch from
346         Lars Balker Rasmussen <lars@balker.org>.
347
348 2003-08-30  Simon Josefsson  <jas@extundo.com>
349
350         * mail-source.el (mail-source-fetch-imap): Pass correct buffer to
351         imap-open, reverts 2003-03-17 change.  Reverse remove before
352         calling gnus-compress-sequence.  From Gaute Strokkenes
353         <gs234@srcf.ucam.org> (tiny change).
354
355 2003-08-29  Simon Josefsson  <jas@extundo.com>
356
357         * gnus-group.el (gnus-group-delete-group): Doc fix.  Suggested by
358         Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>.
359
360 2003-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * gnus-art.el (article-display-x-face): Make it possible to set
363         the gnus-article-x-face-command variable to the lambda form.
364
365 2003-08-27  Simon Josefsson  <jas@extundo.com>
366
367         * mm-decode.el (mm-remove-part): Try to kill external displayers
368         cleanly first (if it refuses, C-g aborts loop and kill process
369         unconditionally).  Also make sure process is dead before we remove
370         the files it may be using.  Reported by David Coe
371         <davidc@debian.org>.
372
373 2003-08-27  Jesper Harder  <harder@ifa.au.dk>
374
375         * gnus-cache.el (gnus-cache-generate-active): Fix bug in
376         replacement.  From Vagn Johansen <v@johansen.mail.dk> (tiny
377         change).
378
379 2003-08-25  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * gnus-art.el: Don't use defvaralias.
382         (gnus-treat-display-x-face): Warn if the obsolete variable
383         `gnus-treat-display-xface' exists.
384
385 2003-08-25  Jesper Harder  <harder@ifa.au.dk>
386
387         * gnus-art.el (gnus-treat-display-face): Fix typo.
388         (gnus-treat-display-xface): Rename to gnus-treat-display-x-face
389         (reported by Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>)
390
391 2003-08-24  Jesper Harder  <harder@ifa.au.dk>
392
393         * gnus-art.el (gnus-header-button-alist, gnus-button-alist): Fix
394         type.
395
396 2003-08-22  Jesper Harder  <harder@ifa.au.dk>
397
398         * message.el (message-make-forward-subject-function): Fix
399         customize mismatch.
400
401         * gnus.el (gnus-message-archive-method): do.
402
403 2003-08-20  Reiner Steib  <Reiner.Steib@gmx.de>
404
405         * gnus.el (gnus-read-group): Offer to continue only if the invalid
406         char is `/' and add more information for the user.
407
408         * gnus-art.el (gnus-button-alist): Add `+' (gnus-button-handle-man).
409         (gnus-header-button-alist): Added `In-Reply-To'.
410
411         * nnimap.el (nnimap-open-connection): Allow different user names
412         on the same server (and in the same authinfo file).
413
414 2003-08-20  Jesper Harder  <harder@ifa.au.dk>
415
416         * gnus-sieve.el (gnus-sieve-crosspost): Fix type.
417
418         * message.el (message-make-forward-subject-function): Add
419         message-forward-subject-name-subject to choices.
420
421         * gnus-art.el (gnus-article-edit-done, gnus-article-edit-exit):
422         Redisplay article after editing.
423
424 2003-08-20  Simon Josefsson  <jas@extundo.com>
425
426         * gnus.el (gnus-read-group): Added check to ask confirmation if
427         Group name contains invalid character. You can use '/' in IMAP,
428         but not in filenames. G m cannot know what the user is creating,
429         so let user decide. See thread m2oeysiev3.fsf@naima.lensflare.org.
430         Tiny patch from letters@hotpop.com (Jari Aalto+mail.linux).
431
432 2003-08-13  Reiner Steib  <Reiner.Steib@gmx.de>
433
434         * gnus-score.el (gnus-summary-score-effect): Fix interactive use.
435
436 2003-08-10  Teodor Zlatanov  <tzz@lifelogs.com>
437
438         * gnus-draft.el (gnus-draft-send-all-messages): ask if all drafts
439         should be sent unless gnus-expert-user is on
440
441 2003-08-09  Jesper Harder  <harder@ifa.au.dk>
442
443         * pgg-gpg.el (pgg-gpg-extra-args): Fix customization type.
444
445 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
446
447         * pgg-gpg.el (pgg-gpg-process-region): Bind
448         default-enable-multibyte-characters to nil.
449
450 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
451
452         * canlock.el (canlock-password): Fix customization type.
453         (canlock-password-for-verify): Ditto.
454         * deuglify.el (gnus-outlook-deuglify-unwrap-min): Ditto.
455         (gnus-outlook-deuglify-unwrap-max): Ditto.
456         (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
457         * gnus-sum.el (gnus-sum-thread-tree-root): Ditto.
458         (gnus-sum-thread-tree-false-root): Ditto.
459         (gnus-sum-thread-tree-single-indent): Ditto.
460         * message.el (message-archive-note): Ditto.
461         (message-subscribed-address-file): Ditto.
462         (message-user-fqdn): Ditto.
463         * spam-report.el (spam-report-gmane-regex): Ditto.
464         * spam.el (spam-blackhole-good-server-regex): Ditto.
465
466         * gnus-start.el (gnus-save-killed-list): Fix last change.
467         * message.el (message-courtesy-message): Ditto.
468
469 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
470
471         * gnus-art.el (gnus-header-face-alist): Revert previous change.
472         (gnus-header-newsgroups-face): Explain that it's only used for
473         crossposts.
474
475 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * gnus-registry.el (gnus-registry-max-entries): Fix customization
478         type.
479         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
480         * gnus.el (gnus-refer-article-method): Ditto.
481         * message.el (message-courtesy-message): Ditto.
482
483 2003-08-06  Jesper Harder  <harder@ifa.au.dk>
484
485         * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry.
486         From Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch)
487
488 2003-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * gnus-start.el (gnus-save-killed-list): Fix customization type.
491         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
492         * gnus.el (gnus-use-long-file-name): Ditto.
493
494 2003-08-04  Jesper Harder  <harder@ifa.au.dk>
495
496         * gnus-group.el (gnus-group-rename-group): Don't allow renaming to
497         an existing name.
498
499         * gnus-sum.el (gnus-summary-highlight): Add uncached to docstring.
500
501         * nnmail.el (nnmail-large-newsgroup): Docstring fix.
502
503         * nntp.el (nntp-large-newsgroup): do.
504
505         * nnspool.el (nnspool-large-newsgroup): do.
506
507         * gnus-cus.el (gnus-group-parameters): Typo.
508
509 2003-07-31  Simon Josefsson  <jas@extundo.com>
510
511         * mml-sec.el (mml-signencrypt-style-alist): Use separate S/MIME
512         method by default (revert partial 2003-07-10 patch).
513
514 2003-07-28  Dave Love  <fx@gnu.org>
515
516         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el: Require cl when compiling.
517
518 2003-07-26  Teodor Zlatanov  <tzz@lifelogs.com>
519
520         * gnus-registry.el (gnus-registry-install): add an initial
521         registry read to the loading when gnus-registry-install is set
522
523 2003-07-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
524
525         * flow-fill.el (fill-flowed): Empty lines separate paragraphs
526         even if the preceding line ends with a soft break.  Tiny patch
527         from Mark Thomas <swoon@bellatlantic.net>.
528
529 2003-07-25  Teodor Zlatanov  <tzz@lifelogs.com>
530
531         * spam.el (spam-use-regex-body, spam-regex-body-spam) 
532         (spam-regex-body-ham): new variables, default to nil/empty/empty
533         (spam-install-hooks): added spam-use-regex-body to list or
534         pre-install conditions
535         (spam-list-of-checks): added spam-use-regex-body and
536         spam-check-regex-body to list of checks
537         (spam-list-of-statistical-checks): added spam-use-regex-body to
538         list of statistical checks
539         (spam-check-regex-body): invokes spam-check-regex-headers with
540         appropriate variable masking
541         (spam-check-regex-headers): changes to print "body" or "header"
542         where appropriate
543
544 2003-07-25  Jesper Harder  <harder@ifa.au.dk>
545
546         * smime.el (smime-ask-passphrase): Use read-passwd rather than
547         comint-read-noecho.  The former is more secure.
548
549 2003-07-24  Teodor Zlatanov  <tzz@lifelogs.com>
550
551         * gnus-registry.el (gnus-registry-cache-whitespace): make "adding
552         whitespace" message level 5 instead of 4
553         (gnus-registry-clean-empty-function): new function to remove empty
554         registry entries
555         (gnus-registry-clean-empty): new variable to enable cleaning the
556         registry when saving it by calling gnus-registry-clean-empty-function
557
558         * spam.el (spam-summary-prepare-exit): use spam-process-ham-in-spam-groups
559         (spam-process-ham-in-spam-groups): new variable
560
561 2003-07-24  Jesper Harder  <harder@ifa.au.dk>
562
563         * pgg-gpg.el (pgg-gpg-process-region): Add "--yes" to options.
564
565         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes
566         from 2003-04-03 to fix security problem.  See
567         http://www.debian.org/security/2003/dsa-339
568
569 2003-07-23  Teodor Zlatanov  <tzz@lifelogs.com>
570
571         * gnus.el (gnus-install-group-spam-parameters): add the
572         gnus-ticked-mark to the possible choices of ham marks
573
574         * spam.el (spam-process-ham-in-nonham-groups): new variable
575         (spam-summary-prepare-exit): use spam-process-ham-in-nonham-groups
576
577 2003-07-23  Jesper Harder  <harder@ifa.au.dk>
578
579         * rfc2047.el (rfc2047-header-encoding-alist): Add Mail-Followup-To
580         and Mail-Copies-To to address-mime.
581         (rfc2047-narrow-to-field): Use rfc2047-point-at-bol.
582
583 2003-07-19  Jesper Harder  <harder@ifa.au.dk>
584
585         * mm-util.el (mm-coding-system-priorities): Docstring improvement.
586
587 2003-07-17  Jesper Harder  <harder@ifa.au.dk>
588
589         * gnus-sum.el (gnus-thread-latest-date): Move condition-case to
590         the right place.
591
592 2003-07-14  Simon Josefsson  <jas@extundo.com>
593
594         * mail-source.el (mail-source-fetch-imap): Don't assume
595         imap-error-text returns something.
596
597 2003-07-12  Nevin Kapur  <kapur@mts.jhu.edu>
598
599         * nnimap.el (nnimap-request-newgroups): Use the pattern in
600         nnimap-list-pattern instead of "*".
601
602 2003-07-10  Simon Josefsson  <jas@extundo.com>
603
604         * mml-sec.el (mml-signencrypt-style-alist): Use "combined" by
605         default.  Improve docstring.
606
607 2003-07-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
608
609         * imap.el (imap-arrival-filter): Fix test for missing process
610         buffer.
611
612 2003-07-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
613         From Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch).
614
615         * imap.el (imap-wait-for-tag): Clarify comment.  Use timeout zero
616         for second, after-process-has-died, accept-process-output.
617         (imap-arrival-filter): If PROC has no buffer, do nothing.
618
619 2003-07-09  Jesper Harder  <harder@ifa.au.dk>
620
621         * flow-fill.el: Docstring and message fixes.
622
623         * deuglify.el: do.
624
625         * gnus-int.el: do.
626
627         * gnus-msg.el: do.
628
629         * gnus-util.el: do.
630
631         * gnus-draft.el: do.
632
633         * gnus-start.el: do.
634
635         * gnus.el: do.
636
637         * gnus-group.el: do.
638
639         * gnus-art.el: do.
640
641         * gnus-sum.el: do.
642
643         * mail-source.el (mail-source-movemail): Handle non-numerical
644         return values.
645
646 2003-07-08  Jesper Harder  <harder@ifa.au.dk>
647
648         * mailcap.el (mailcap-parse-args-syntax-table)
649         (mailcap-viewer-passes-test): Docstring fix.
650
651         * mm-bodies.el (mm-long-lines-p): Docstring fix.
652
653         * mm-decode.el (mm-w3m-safe-url-regexp, mm-verify-option)
654         (mm-decrypt-option, mm-handle-set-external-undisplayer)
655         (mm-file-name-replace-whitespace): Docstring fix.
656
657         * mm-uu.el (mm-uu-emacs-sources-regexp): Docstring fix.
658         (mm-uu-pgp-signed-test): Fix message.
659
660         * mml.el (mml-tweak-sexp-alist): Docstring fix.
661         (mml-parse-1, mml-insert-mime-headers): Fix message.
662
663         * message.el (message-archive-header)
664         (message-subscribed-address-functions)
665         (message-subscribed-addresses, message-subscribed-regexps)
666         (message-canlock-generate)
667         (message-generate-new-buffer-clone-locals): Docstring fixes.
668
669 2003-07-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
670
671         * imap.el (imap-wait-for-tag): After the process has died, look
672         for more output still pending.  From Gaute B Strokkenes
673         <gs234@cam.ac.uk> (tiny patch).
674
675 2003-07-07  Teodor Zlatanov  <tzz@lifelogs.com>
676
677         * spam.el (spam-bogofilter-score): redisplay article normally
678         after spam-bogofilter-score is called
679
680 2003-07-06  Jesper Harder  <harder@ifa.au.dk>
681
682         * message.el (message-send-mail-with-sendmail): Handle
683         non-numeric return values.
684
685         * gnus-sum.el (gnus-print-buffer): Apply emphasis.
686         From Michael Piotrowski <mxp@dynalabs.de> (tiny change).
687
688         * gnus-start.el (gnus-clear-system): Revert change from
689         2003-06-19.
690
691 2003-07-04  Dave Love  <fx@gnu.org>
692
693         * rfc2047.el (rfc2047-q-encode-region): Exclude especials from
694         characters not encoded, and make the list more legible.
695
696 2003-07-04  Jesper Harder  <harder@ifa.au.dk>
697
698         * message.el (message-make-from): Revert change from 2002-01-08.
699
700 2003-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * nnheader.el (nnheader-init-server-buffer): Don't add
703         nntp-server-buffer to list of Gnus buffers.
704
705 2003-06-25  Teodor Zlatanov  <tzz@lifelogs.com>
706
707         * spam.el (spam-parse-list): prevent empty ("") strings
708
709 2003-06-24  Teodor Zlatanov  <tzz@lifelogs.com>
710
711         * spam.el (spam-parse-list): use gnus-extract-address-components
712         instead of ietf-drums-parse-addresses
713         (spam-from-listed-p): let* was unnecessary
714
715 2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
716
717         * gnus-ems.el (gnus-put-image): Mark the right text segment with
718         gnus-image-category. 
719
720         * gnus-srvr.el (gnus-browse-unsubscribe-group): Strip prefix from
721         native groups.
722
723         * gnus-topic.el (gnus-group-prepare-topics): Update topic line
724         format specs.
725
726         * gnus-picon.el: Written by moi, moi, moi.
727
728         * gnus-group.el (gnus-group-kill-group): Clean up.
729
730 2003-06-23  Teodor Zlatanov  <tzz@lifelogs.com>
731
732         * spam.el (spam-from-listed-p, spam-parse-list): use
733         ietf-drums-parse-addresses to extract the address portion of the
734         whitelist/blacklist file if it looks like an address can be found
735
736 2003-06-23  Didier Verna  <didier@xemacs.org>
737
738         * gnus-ems.el (gnus-put-image): New argument CATEGORY. Add it as a
739         text property.
740         (gnus-remove-image): New argument CATEGORY. Only remove if
741         category matches.
742         * gnus-xmas.el (gnus-xmas-put-image):
743         (gnus-xmas-remove-image): Ditto, with extents.
744         * gnus-art.el (gnus-delete-images): Pass CATEGORY argument to
745         gnus-[xmas-]remove-image.
746         (article-display-face): Don't always act as a toggle. Call
747         `gnus-put-image' with CATEGORY argument.
748         (article-display-x-face): Call `gnus-put-image' with CATEGORY
749         argument.
750         * smiley.el (smiley-region): Ditto.
751         * gnus-fun.el (gnus-display-x-face-in-from): Ditto.
752         * gnus-picon.el (gnus-picon-insert-glyph): Ditto.
753         (gnus-treat-mail-picon): Don't always act as a toggle.
754         * gnus-picon.el (gnus-treat-newsgroups-picon): Ditto.
755
756 2003-06-23  Didier Verna  <didier@xemacs.org>
757
758         * gnus-art.el (article-display-face): Check for existence of the
759         original article buffer before switching to it.
760
761 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
762
763         * mm-util.el (mm-append-to-file): Say "Appended to".  Suggested by
764         Dan Jacobson <jidanni@jidanni.org>.
765
766         * mm-view.el (mm-inline-message): Bind
767         gnus-original-article-buffer to the buffer in the mml handle
768         holding the message.
769
770 2003-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * message.el (sender, from): No need to bind them.
773
774 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
775
776         * spam.el (spam-enter-list): search-forward specified wrong
777
778 2003-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779
780         * gnus-art.el: Comment fix.
781
782 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
783
784         * gnus-msg.el (gnus-configure-posting-styles): Remove unused
785         variable.  From Jan Rychter <jan@rychter.com>.
786
787         * spam.el (spam-spamoracle-learn): insert-string is obsolete.
788
789 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
790
791         * spam.el (spam-enter-list): do not enter duplicate addresses into
792         the whitelist/blacklist
793
794 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
795
796         * nnheader.el (nnheader-init-server-buffer): Add
797         nntp-server-buffer to gnus-buffers.
798
799         * gnus-start.el (gnus-clear-system): Now we don't need to kill
800         nntp-server-buffer separately.
801
802 2003-06-18  Didier Verna  <didier@xemacs.org>
803
804         * gnus-art.el (article-display-face): Correctly toggle between
805         display and hiding. Handle multiple Face headers.
806
807 2003-06-17  Dave Love  <fx@gnu.org>
808
809         * nnimap.el: Require cl when compiling.
810
811         * message.el (message-fix-before-sending): Reinstate nullifying
812         the invisible text property.
813         (sender, from): Defvar when compiling.
814         (message-is-yours-p): Remove autoload cookie.
815
816 2003-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
817
818         * gnus-util.el (gnus-extract-address-components): Added
819         doc-string.
820
821 2003-06-16  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
822
823         * nnml.el (nnml-current-group-article-to-file-alist): Don't read
824         overview when using compressed files.  From Michael Albinus
825         <Michael.Albinus@alcatel.de>.
826
827 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * gnus-sum.el (gnus-summary-refer-parent-article): Extract
830         Message-ID from In-Reply-To header.
831
832 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
833
834         * message.el (message-is-yours-p): Narrow to head; extract from
835         and sender by itself.
836         (message-cancel-news, message-supersede): Remove useless things.
837
838 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
839
840         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
841         `gnus-article-emulate-mime'.
842
843 2003-06-15  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
844         From Tommi Vainikainen <thv+gnus@iki.fi>.
845
846         * message.el (message-is-yours-p): New function.  Separated common
847         code from message-cancel-news and message-supersede.  Added
848         matching code which uses message-alternative-emails regexp as last
849         resort.
850         (message-cancel-news, message-supersede): Use message-is-yours-p.
851
852 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
853
854         * nnimap.el (nnimap-split-articles): Narrow the right buffer to
855         the headers.  From Niklas Morberg <niklas.morberg@axis.com>.
856
857 2003-06-12  Dave Love  <fx@gnu.org>
858
859         * nnheader.el (nnheader-functionp): Deleted.
860
861         * nnmail.el (nnmail-split-fancy-syntax-table): Define all in
862         defvar.
863         (nnmail-version): Deleted.
864         (nnmail-check-duplication, nnmail-expiry-target-group): Don't use
865         nnheader-functionp.
866
867 2003-06-10  Teodor Zlatanov  <tzz@lifelogs.com>
868
869         * spam.el (spam-check-bogofilter-headers): fix for when the score
870         is requested but the message is not spam
871
872 2003-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
873         From Eric
874         <knauel@informatik.uni-tuebingen.de>
875
876         * spam.el (spam-use-spamoracle): new variable
877         (spam-install-hooks): add spamoracle to the list of conditions
878         for activation of spam-install-hooks
879         (spam-spamoracle): new variable customization group
880         (spam-spamoracle, spam-spamoracle): new variables
881         (spam-group-spam-processor-spamoracle-p)
882         (spam-group-ham-processor-spamoracle-p): new functions
883         (spam-summary-prepare-exit): added spamoracle ham/spam exit processing
884         (spam-list-of-checks, spam-list-of-statistical-checks): add
885         spam-use-spamoracle
886         (spam-check-spamoracle, spam-spamoracle-learn)
887         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): new functions
888
889         * gnus.el (gnus-group-spam-exit-processor-spamoracle)
890         (gnus-group-ham-exit-processor-spamoracle): new variables for SpamOracle
891         (spam-process, ham-process): added spamoracle spam/ham processors
892
893 2003-06-08  Jesper Harder  <harder@ifa.au.dk>
894
895         * message.el (message-beginning-of-line): Docstring improvement.
896         Suggested by Michael R. Wolf <MichaelRunningWolf@att.net>
897
898 2003-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899
900         * gnus-sum.el (gnus-summary-make-menu-bar): Removed ["Add buttons"
901         gnus-summary-display-buttonized t]
902
903 2003-06-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
904
905         * nnmail.el (nnmail-split-fancy-match-partial-words): Doc string
906         fix.  Reported by Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>.
907
908 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
909
910         * message.el (message-beginning-of-line): Docstring improvement.
911
912 2003-06-06  Jesper Harder  <harder@ifa.au.dk>
913
914         * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP
915         groups correctly.
916
917 2003-06-06  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
918         From Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
919
920         * message.el (message-fetch-field): Augment documentation to state
921         the narrowed-to-headers restriction.
922         (message-change-subject, message-reduce-to-to-cc)
923         (message-generate-unsubscribed-mail-followup-to)
924         (message-insert-importance-high, message-insert-importance-low)
925         (message-insert-or-toggle-importance)
926         (message-insert-disposition-notification-to): Narrow to headers
927         before calling message-fetch-field or message-remove-header.
928
929 2003-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
930
931         * gnus-registry.el (gnus-registry-trim): fix for when
932         gnus-registry-max-entries is nil
933
934 2003-06-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * qp.el (quoted-printable-decode-region): Don't error out on
937         malformed text.
938
939 2003-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940
941         * rfc2047.el (rfc2047-encode-region): Don't error out on invalid
942         strings.
943
944 2003-06-04  Jesper Harder  <harder@ifa.au.dk>
945
946         * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte.
947         From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny
948         change)
949
950 2003-06-03  Dave Love  <fx@gnu.org>
951
952         * gnus-soup.el (gnus-soup-send-packet): Don't use
953         message-functionp.
954
955         * gnus.el (gnus-agent-cache): Doc fix.
956         (gnus-other-frame): Quote lambda used as hook.
957
958         * message.el: Doc fixes.
959         (message-functionp): Deleted.  Callers changed.
960         (message-fix-before-sending): Highlight with overlays.  Clarify
961         `illegible text' messages.
962         (rmail-enable-mime-composing, gnus-message-group-art): Defvar when
963         compiling.
964         (gnus-find-method-for-group, nnvirtual-find-group-art): Autoload.
965
966 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
967
968         * nnmail.el (nnmail-split-fancy-match-partial-words): New user
969         option.
970         (nnmail-split-it): Obey it.  Don't let-bind regexp twice.
971
972         * message.el (message-fetch-field): Mention narrow-to-headers
973         requirement.
974
975 2003-06-03  Jesper Harder  <harder@ifa.au.dk>
976
977         * gnus-xmas.el (gnus-xmas-create-image): Use
978         insert-file-contents-literally.  From: Eric Eide
979         <eeide@cs.utah.edu>
980
981 2003-06-02  Teodor Zlatanov  <tzz@lifelogs.com>
982
983         * gnus-registry.el (gnus-registry-fetch-group): always return the
984         short name of the group
985
986 2003-06-02  Jesper Harder  <harder@ifa.au.dk>
987
988         * gnus-cus.el (defvar): Silence byte-compiler warnings.
989
990         * gnus-sum.el (gnus-get-newsgroup-headers): Unfold headers.
991
992 2003-05-31  Jesper Harder  <harder@ifa.au.dk>
993
994         * gnus-art.el (article-unsplit-urls): Use gnus-treat-article
995         rather than gnus-display-mime-function.
996
997 2003-05-30  Teodor Zlatanov  <tzz@lifelogs.com>
998
999         * gnus-registry.el (gnus-registry-use-long-group-names): new variable
1000         (gnus-registry-add-group): use it
1001         (gnus-registry-trim-articles-without-groups): new variable
1002         (gnus-registry-delete-group): use it
1003         (gnus-registry-unload-hook): uninstall all the hooks
1004
1005         * spam.el (spam-install-hooks-function, spam-unload-hook): new
1006         functions so users that load spam.el for customization don't get
1007         all the hooks installed
1008         (spam-install-hooks): new variable, set to t by default if user
1009         has one of the spam-use-* variables set
1010
1011         * spam-stat.el (spam-stat-install-hooks, spam-stat-unload-hook): new
1012         functions so users that load spam-stat.el for customization don't get
1013         all the hooks installed
1014
1015 2003-05-30  Dave Love  <fx@gnu.org>
1016
1017         * rfc2047.el (rfc2047-decode): Don't use
1018         mm-with-unibyte-current-buffer.
1019
1020         * qp.el (quoted-printable-decode-string): Use
1021         mm-with-unibyte-buffer.
1022
1023 2003-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
1024
1025         * gnus-registry.el (gnus-registry-save): allow forced saving even
1026         when registry is not dirty.  Use gnus-registry-trim to shorten the
1027         gnus-registry-alist.
1028         (gnus-registry-max-entries): new variable
1029         (gnus-registry-trim): new function, trim gnus-registry-alist to
1030         size gnus-registry-max-entries, sorting by entry mtime so the
1031         newest entries stick around
1032
1033         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): instead of
1034         just one specific variable, allow a list of specific variables
1035
1036 2003-05-28  Dave Love  <fx@gnu.org>
1037
1038         * rfc2047.el (rfc2047-encode-region): Skip ASCII at beginning and
1039         end of region.
1040
1041 2003-05-28  Jesper Harder  <harder@ifa.au.dk>
1042
1043         * lpath.el: Add put-char-table and get-char-table.
1044
1045 2003-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
1046
1047         * gnus-registry.el (gnus-registry-dirty): flag for modified registry
1048         (gnus-registry-save, gnus-registry-read)
1049         (gnus-registry-store-extra, gnus-registry-clear): use it (note
1050         that gnus-registry-store-extra is invoked for all modifications to
1051         set the mtime, so gnus-registry-dirty only needs to be set there)
1052
1053 2003-05-23  Simon Josefsson  <jas@extundo.com>
1054
1055         * mml1991.el (mml1991-pgg-sign): Use mml-sender instead of
1056         message-sender.
1057
1058         * gnus-art.el (gnus-use-idna): Check if idna-program is installed.
1059
1060         * message.el (message-use-idna): Ditto.
1061
1062 2003-05-20  Dave Love  <fx@gnu.org>
1063
1064         * rfc2047.el (rfc2047-q-encoding-alist): Deleted.
1065         (rfc2047-q-encode-region): Don't use it.
1066         (rfc2047-encode-message-header) <(eq method 'mime)>: Bind
1067         rfc2047-encoding-type to `mime'.
1068         (rfc2047-encode-string, rfc2047-encode): Doc fix.
1069
1070 2003-05-20  Jesper Harder  <harder@ifa.au.dk>
1071
1072         * message.el (message-send-mail): Don't insert a courtesy copy
1073         notice in base64 encoded messages.
1074
1075 2003-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1076
1077         * gnus-sum.el (gnus-summary-move-article): Don't copy expirable
1078         marks if the destination group is not auto-expirable.
1079
1080 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1081
1082         * dgnushack.el (assq-delete-all): Removed the compiler macro.
1083
1084 2003-05-14  Kevin Greiner <kgreiner@xpediantsolutions.com>
1085
1086         * gnus-agent.el (gnus-agentize): Updated documentation to match
1087         usage.
1088         (gnus-agent-expire-group-1): Do not skip over a group when the
1089         force argument is set.
1090         * gnus.el (gnus-agent): Updated documentation to reflect that
1091         gnus-agent now defaults to t.
1092
1093 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * gnus.el (gnus-version-number): Bump.
1096
1097 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1098
1099         * gnus.el: Gnus v5.10.2 is released.
1100
1101 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * mail-source.el (mail-source-delete-incoming): Changed to t.
1104
1105         * rfc2047.el (rfc2047-syntax-table): Funcall.
1106
1107         * lpath.el ((featurep 'xemacs)): Added set-char-table-range.
1108         ((featurep 'xemacs)): No, don't.
1109
1110         * rfc2047.el (rfc2047-encodable-p): Use the header charset.
1111
1112         * gnus-sum.el (gnus-summary-reselect-current-group): Supply
1113         leave-hidden.
1114
1115 2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
1116
1117         * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
1118         patch.)
1119
1120 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121
1122         * gnus-registry.el (gnus-registry-store-extra-entry): Use
1123         gnus-assq-delete-all.
1124
1125         * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
1126
1127         * message.el (message-ignored-bounced-headers): Add Delivered-To.
1128
1129         * gnus-sum.el (gnus-summary-find-next): Indent.
1130         (gnus-summary-find-prev): Ditto.
1131         (gnus-summary-catchup): Doc fix.
1132         (gnus-summary-mark-current-read-and-unread-as-read): New function.
1133         (gnus-summary-catchup): Really mark after point.
1134
1135         * gnus-util.el (gnus-user-date): Use %d instead of %m.
1136         (gnus-user-date): Use floating point time so that we don't get
1137         overflows.
1138
1139         * gnus-sum.el (gnus-summary-local-variables): Clean up.
1140
1141         * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
1142         since none of the other image things do.
1143
1144 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
1147
1148 2003-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * lpath.el: Fbind find-coding-system.
1151
1152         * dgnushack.el (dgnushack-make-load): Remove redundant format call
1153         in message.  Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>.
1154         * pop3.el (pop3-movemail): Ditto.
1155
1156 2003-05-12  Colin Marquardt <c.marquardt@alcatel.de>  (tiny change)
1157
1158         * gnus.el (gnus-agent): Docstring fix.
1159
1160 2003-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
1161
1162         * gnus-registry.el (gnus-registry-install): new variable
1163         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry)
1164         (gnus-registry-store-extra-entry, gnus-registry-delete-group)
1165         (gnus-registry-add-group): add a modification timestamp to each entry
1166         (gnus-registry-install-hooks): new function
1167
1168 2003-05-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1169
1170         * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
1171         (gnus-agent-cat-disable-undownloaded-faces): New function.
1172         Accessor for new agent property
1173         'agent-disable-undownloaded-faces'.
1174         gnus-cus.el (gnus-agent-parameters): Added
1175         agent-disable-undownloaded-faces and corrected documentation.
1176         (gnus-agent-cat-prepare-category-field,
1177         gnus-agent-customize-category): Changed to avoid creating free
1178         references to each field's symbol.
1179         gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
1180         (gnus-select-newgroup): Initialize it.
1181         (gnus-summary-highlight-line): Use it.
1182
1183 2003-05-12  Dave Love  <fx@gnu.org>
1184
1185         * mm-util.el (mm-read-charset): Deleted.
1186         (mm-coding-system-mime-charset): New.
1187         (mm-read-coding-system, mm-mule-charset-to-mime-charset)
1188         (mm-charset-to-coding-system, mm-mime-charset)
1189         (mm-find-mime-charset-region): Use it.
1190         (mm-default-multibyte-p): Fix non-mule case.
1191
1192         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
1193         and compile.
1194         (rfc2047-syntax-table): Fix building table to work in Emacs 22.
1195         (rfc2047-unfold-region): Delete unused var `leading'.
1196
1197 2003-05-12  Simon Josefsson  <jas@extundo.com>
1198
1199         * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible
1200         output window if one is available.  Tiny patch from Ville Skytt\e,Ad\e(B
1201         <scop@xemacs.org>.
1202
1203 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
1206         space.
1207
1208 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
1209
1210         * gnus-sum.el (gnus-summary-enter-digest-group): Don't do article
1211         washing etc.
1212         (gnus-handle-ephemeral-exit): Don't reload article after exiting.
1213
1214         * nndoc.el (nndoc-type-alist): `mime-digest' should be before
1215         `mime-parts'.
1216
1217 2003-05-10  Jesper Harder  <harder@ifa.au.dk>
1218
1219         * gnus-cite.el (gnus-article-hide-citation-maybe): Make toggling
1220         work.  Update mode-line.
1221
1222 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * gnus.el (gnus-logo-color-alist): Added no colours.
1225
1226 2003-05-09  Dave Love  <fx@gnu.org>
1227
1228         * utf7.el (mm-util): Require.
1229         (utf7-direct-encoding-chars, utf7-imap-direct-encoding-chars):
1230         Defconst, not defvar.
1231         (utf7-utf-16-coding-system): New.
1232         (utf7-encode-internal): Hoist concat out of loop.
1233         (utf7-fragment-encode): Use mm-with-unibyte-current-buffer.
1234         (utf7-get-u16char-converter) [utf7-utf-16-coding-system]: New
1235         case.
1236         (utf7-latin1-u16-char-converter): Encode the region.
1237         (utf7-u16-latin1-char-converter): Decode the region.
1238         (utf7-encode, utf7-decode): Fix multibyteness.
1239
1240         * mm-bodies.el (mm-body-7-or-8): Don't special-case mule.
1241         (mm-encode-body): Use mm-read-coding-system, not mm-read-charset.
1242         (mm-uu-yenc-decode-function): Defvar when compiling.
1243         (mm-encode-body, mm-decode-body): Doc fix.
1244
1245 2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1246
1247         * gnus-registry.el (gnus-registry-unregistered-group-regex):
1248         removed in favor of the group/topic/global variables
1249         (gnus-registry-register-message-ids): fixed test to omit
1250         gnus-registry-unregistered-group-regex
1251
1252         * gnus.el (gnus-variable-list): removed gnus-registry-alist and
1253         gnus-registry-headers-alist from the list
1254         (gnus-registry-headers-alist): removed
1255         (registry-ignore): new parameter, with accompanying
1256         gnus-registry-ignored-groups global variable
1257
1258         * gnus-start.el (gnus-clear-system): no need to clear the
1259         registry, we can do it ourselves
1260         (gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
1261         used by gnus-registry.el
1262
1263         * gnus-registry.el (gnus-registry-cache-file): new file variable
1264         (gnus-registry-cache-read, gnus-registry-cache-save): new
1265         functions
1266         (gnus-registry-cache-whitespace): new function.  From Dan
1267         Christensen <jdc@chow.mat.jhu.edu>
1268         (gnus-registry-save, gnus-registry-read): use the new
1269         gnus-registry-cache-{read|save} functions, and change the name
1270         from gnus-registry-translate-{from|to}-alist
1271         (gnus-registry-clear): fixed so it doesn't refer to old function name
1272
1273 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
1274
1275         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
1276         address.
1277
1278 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
1279
1280         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
1281         the list of cleared variables
1282
1283         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1284         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
1285         in addition to a list of regexes.
1286
1287         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
1288         Morberg <niklas.morberg@axis.com>
1289
1290 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1291
1292         * gnus-sum.el (gnus-summary-next-page): Mention
1293         `gnus-article-skip-boring' in docstring.
1294
1295 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
1296
1297         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
1298         syntax here.
1299
1300         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
1301         whitespace syntax class when parsing email addresses.
1302
1303         * message.el (message-forward-subject-name-subject): Don't use
1304         mail-decode-encoded-word-string before parsing from.
1305
1306 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1307
1308         * message.el (message-setup-1): Setup alternative email before
1309         generate-headers.
1310
1311         (message-forward-subject-name-subject): Fix the case when the
1312         field "from" doesn't exist.
1313
1314 2003-05-07  Dave Love  <fx@gnu.org>
1315
1316         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
1317
1318         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
1319         possible values.
1320
1321 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
1322
1323         * message.el (message-kill-to-signature): Fix.
1324
1325 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
1326
1327         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
1328
1329         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
1330         (gnus-mime-display-multipart-related-as-mixed)
1331         (gnus-button-mid-or-mail-heuristic-alist): do.
1332
1333 2003-05-05  Dave Love  <fx@gnu.org>
1334
1335         * mm-util.el (mm-default-multibyte-p): New.
1336         (mm-coding-system-p): Maybe use find-coding-systems.
1337
1338 2003-05-04  Dave Love  <fx@gnu.org>
1339
1340         * rfc2047.el (with-syntax-table): Define if necessary.
1341         (rfc2047-syntax-table): Fix last change for XEmacs.
1342         (rfc2047-parse-and-decode): Revert last change.
1343
1344 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
1345
1346         * gnus.el: Don't test for `mm-guess-mime-charset'.
1347
1348         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
1349
1350         * gnus.el (gnus-default-charset): Set default value to
1351         `undecided'.
1352
1353         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
1354         mm-decode-body.
1355
1356         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
1357         (mm-decode-body): Don't use mm-decode-coding-region-safely.
1358
1359 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
1360
1361         * gnus-util.el (gnus-multiple-choice): Add ", ?".
1362
1363 2003-05-03  Dave Love  <fx@gnu.org>
1364
1365         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
1366         with 2 args.
1367         (rfc2047-decode-string): Don't set the buffer multibyte before
1368         calling buffer-string.
1369
1370         * mm-encode.el (mm-long-lines-p): Autoload.
1371         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
1372         unibyte.  Signal error on unknown encoding.
1373         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
1374
1375         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
1376         Callers of gnus- versions changed to use them.
1377         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
1378         fixes.
1379         (rfc2047-encoding-type): New.
1380         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
1381         Don't include header name field in encoding.  Add `address-mime'
1382         case and bind rfc2047-encoding-type for `mime' case.
1383         (rfc2047-encodable-p): Deleted.
1384         (rfc2047-syntax-table): New.
1385         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
1386         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
1387         in place rather than by passing strings.
1388         (rfc2047-encode-string): Doc fix.
1389         (rfc2047-q-encode-region): Don't use
1390         mm-with-unibyte-current-buffer.
1391         (rfc2047-encoded-word-regexp): eval-and-compile.
1392         (rfc2047-decode-region): Avoid concatenation in loop.
1393         (rfc2047-parse-and-decode): Remove useless disjunction.
1394
1395 2003-05-02  Dave Love  <fx@gnu.org>
1396
1397         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
1398         mm-with-unibyte-current-buffer.
1399         (ietf-drums, gnus-util): don't require.
1400
1401         * sieve.el (sieve-manage-mode-menu): Define before use.
1402
1403         * mml-smime.el (message-narrow-to-headers): Autoload.
1404
1405         * mm-util.el (mm-coding-system-p): Don't override nil from
1406         coding-system-p.
1407         (mm-mule4-p, mm-disable-multibyte-mule4)
1408         (mm-with-unibyte-current-buffer-mule4): Deleted.
1409         (mm-multibyte-p): Use defun, not defalias.
1410         (mm-make-temp-file): Moved to group at top of file.
1411         (mm-point-at-eol, mm-point-at-bol): New.
1412
1413         * gnus-cite.el (gnus-art): Require.
1414
1415         * gnus-ems.el (gnus-get-buffer-create)
1416         (nnheader-find-etc-directory, message-text-with-property):
1417         Autoload.
1418         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
1419         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
1420         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
1421         (gnus-check-before-posting): Only defvar when compiling.
1422
1423         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
1424
1425         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
1426         Defvar when compiling.
1427         (gnus-output-to-rmail): Require mm-util.
1428
1429         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
1430         (mail-source-make-complex-temp-name): Deleted.
1431
1432         * message.el (message-use-idna): Use mm-coding-system-p.
1433         (message-tokenize-header, message-make-organization)
1434         (message-make-from):  Use with-temp-buffer.
1435         (message-set-work-buffer): Deleted.
1436         (message-fill-paragraph): Use `if' not `and' for compiler warning.
1437         (message-check-news-header-syntax): Remove useless lambda.
1438         (message-forward-make-body): Use mm-disable-multibyte,
1439         mm-with-unibyte-current-buffer, mm-enable-multibyte.
1440         (message-replace-chars-in-string): Deleted.
1441
1442         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
1443         (mm-extern-url): Use mm-with-unibyte-current-buffer,
1444         mm-disable-multibyte.
1445         (mm-extern-anon-ftp): Use mm-disable-multibyte.
1446
1447         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
1448         mm-with-unibyte-current-buffer.
1449
1450         * mml2015.el (mml): Require.
1451         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
1452         mm-with-unibyte-current-buffer.
1453
1454         * nnheader.el (gnus-util): Require.
1455
1456         * nntp.el (format-spec, format-spec-make, open-tls-stream):
1457         Autoload.
1458
1459         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
1460         (mail-header-remove-whitespace): Autoload.
1461
1462         * sieve-manage.el (starttls-negotiate): Autoload.
1463
1464 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
1467
1468 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
1469
1470         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
1471
1472 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473
1474         * gnus.el (gnus-version-number): Bump.
1475
1476 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1477
1478         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
1479         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
1480
1481         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
1482         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
1483
1484         * gnus-registry.el (gnus-registry-fetch-extra)
1485         (gnus-registry-store-extra, gnus-registry-group-count): new functions
1486         (gnus-registry-fetch-group, gnus-registry-delete-group)
1487         (gnus-registry-add-group): changed to work with extra data element
1488         if present
1489
1490 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1491
1492         * gnus.el: Gnus v5.10.1 is released.
1493
1494 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1495
1496         * gnus.el: Oort Gnus v0.24 is released.
1497
1498 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1499
1500         * dgnushack.el (when): Check whether defadvice is fbound.
1501
1502 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1503
1504         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
1505         (gnus-registry-register-message-ids): use it
1506
1507 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * gnus.el (gnus-version-number): Bump.
1510
1511         * gnus.el: Update copyright for several files.
1512
1513 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1514
1515         * gnus.el: Oort Gnus v0.23 is released.
1516
1517 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * spam-stat.el (spam-stat-test-directory): Compare against zero.
1520
1521 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
1522
1523         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
1524
1525 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * message.el (message-forward-subject-name-subject): Decode
1528         string when forwarding.
1529
1530 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
1531
1532         * dgnushack.el (when): Add defadvice.
1533
1534 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * gnus.el (gnus-version-number): Bump.
1537
1538 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1539
1540         * gnus.el: Oort Gnus v0.22 is released.
1541
1542 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1543
1544         * gnus.el: Oort Gnus v0.21 is released.
1545
1546 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * gnus.el (gnus-version-number): Bump.
1549
1550 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1551
1552         * gnus.el: Oort Gnus v0.20 is released.
1553
1554 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
1555
1556         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
1557
1558 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
1559
1560         * mm-url.el (mm-url-insert-file-contents): set url-current-object
1561         in the case where mm-url-use-external is set.
1562
1563         * nnrss.el (nnrss-request-article): Change the messages created to
1564         multipart/alternative.  Hopefully fixes a problem interaction with
1565         w3m.
1566         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
1567         around.
1568
1569 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * message.el (message-check-news-header-syntax): Alter "posting"
1572         message.
1573
1574         * nnrss.el (nnrss-node-text): Don't use char classes.
1575
1576 2003-05-01  David Z. Maze  <dmaze@mit.edu>
1577
1578         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
1579         in condition-case.
1580
1581 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * message.el (message-required-headers): Remove In-Reply-To.
1584
1585         * gnus-int.el (gnus-open-server): Revert changes.
1586
1587 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1588
1589         * gnus-int.el (gnus-open-server): Try to open unagentized servers
1590         even when unplugged.
1591
1592 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
1593
1594         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
1595         doc-string.
1596
1597 2003-05-01  Steve Youngs  <youngs@xemacs.org>
1598
1599         * lpath.el: Add a section for non-Mule XEmacsen.
1600         fbind `find-charset-string' and `coding-system-base' in that
1601         section.
1602
1603         * gnus-util.el (gnus-completing-read-maybe-default): New.
1604         (gnus-completing-read): Use it.
1605
1606         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
1607
1608         * gnus-art.el (gnus-read-string): New.
1609         (gnus-summary-pipe-to-muttprint): Use it.
1610
1611         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
1612
1613         * dns.el (dns-make-network-process): Use it.
1614
1615         Take care of some differences between XEmacs 21.1 and newer
1616         versions of XEmacs.
1617
1618 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
1619
1620         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
1621         diagnostic message
1622         (gnus-registry-grep-in-list): don't run when word is nil
1623         (gnus-registry-fetch-message-id-fast): new function
1624         (gnus-registry-delete-group, gnus-registry-add-group): make sure
1625         the id and group are not nil
1626         (gnus-registry-register-message-ids): new function
1627         (gnus-register-action): optimized logical flow
1628         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
1629
1630 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1631
1632         * gnus-delay.el (gnus-delay-article): Call
1633         `gnus-agent-queue-setup' to create the delay group.
1634
1635         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
1636         for the (queue) group name.
1637
1638 2003-04-30  Simon Josefsson  <jas@extundo.com>
1639
1640         * mm-util.el (mm-charset-to-coding-system): Use user specified
1641         charset unless coding-system-get is fboundp.
1642
1643 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
1644
1645         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
1646         Wrapped in eval-when-compile.
1647         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
1648         shouldn't be asked twice to go online with each server.
1649         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
1650         gnus-agent-crosspost, gnus-agent-flush-cache,
1651         gnus-agent-fetch-session, gnus-agent-unread-articles,
1652         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
1653         gnus-agent-group-covered-p): Expanded pop macros used for
1654         effect. Avoids compilation warning in emacs 21.3.
1655
1656         * gnus-int.el (gnus-open-server): Restructured to only open
1657         nnagent when gnus-plugged is nil.
1658
1659 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * lpath.el: Fbind string-to-multibyte.
1662
1663 2003-04-30  Steve Youngs  <youngs@xemacs.org>
1664
1665         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
1666
1667 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
1668
1669         * gnus-registry.el (gnus-registry-fetch-group): faster
1670         (gnus-registry-delete-group): new function
1671         (gnus-registry-add-group): new function
1672         (gnus-register-spool-action): use it
1673         (gnus-register-action): use it
1674         (gnus-registry-translate-from-alist)
1675         (gnus-registry-translate-to-alist): remove the headers registry
1676         for now
1677
1678 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
1679
1680         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
1681
1682 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
1683
1684         * spam-report.el (spam-report-gmane): gnus-summary-article-number
1685         is not necessary, just use the function parameter
1686
1687 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
1688
1689         * spam-stat.el (spam-stat-save): No longer font-locks the file
1690         when saving
1691
1692 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * canlock.el: Bind mail-header-separator when compiling (XEmacs
1695         provides it in mail-lib/auto-autoloads.el).
1696
1697 2003-04-29  Simon Josefsson  <jas@extundo.com>
1698
1699         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
1700         message-sender.
1701
1702         * mml.el (mml-generate-mime-1): Set mml-sender too.
1703
1704 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
1705
1706         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
1707
1708         * mm-url.el (mm-url-use-external): do.
1709
1710 2003-04-29  Simon Josefsson  <jas@extundo.com>
1711
1712         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
1713         warnings).
1714
1715         * sieve-mode.el (c-mode): Ditto.
1716
1717         * pgg.el (run-at-time): Ditto.
1718
1719         * mm-url.el (require): Require timer when compiling for
1720         with-timeout macro (fix xemacs compile warnings).
1721
1722 2003-04-28  Dave Love  <fx@gnu.org>
1723
1724         * gnus-util.el (nnheader): Don't require.
1725         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
1726         Autoload.
1727
1728         * spam.el: Require cl when compiling.
1729
1730         * dns.el: Require cl when compiling.
1731
1732 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
1733
1734         * gnus-art.el (gnus-article-goto-next-page)
1735         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
1736         gnus-pick-mode work.
1737
1738 2003-04-28  Steve Youngs  <youngs@xemacs.org>
1739
1740         * Makefile.in (FLAGS): Use @FLAGS@.
1741
1742 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
1743
1744         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
1745         (gnus-mime-display-multipart-alternative-as-mixed)
1746         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
1747         allow customization.
1748
1749 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
1750
1751         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
1752         currently called (See source for explanation).
1753
1754 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages.
1757         (gnus-summary-mark-read-and-unread-as-read): Take an optional
1758         mark.
1759
1760         * gnus.el (gnus-version-number): Bump.
1761
1762 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1763
1764         * gnus.el: Oort Gnus v0.19 is released.
1765
1766 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
1767
1768         * gnus-registry.el (gnus-register-spool-action): Replaced literal
1769         carriage-return character with its escape sequence.
1770
1771 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
1774
1775         * nnrss.el (nnrss-node-text): Use only one
1776         gnus-replace-in-string.
1777
1778         * gnus.el: Remove gnus-functionp throughout.
1779
1780         * gnus-util.el (gnus-functionp): Removed.
1781
1782         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix.
1783
1784         * message.el (message-required-headers): Add In-Reply-To.
1785
1786 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
1787
1788         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
1789         to binary.
1790
1791 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
1792
1793         * mml.el (mml-preview): do.
1794
1795         * message.el (message-mode): do.
1796
1797         * gnus-undo.el (gnus-undo-mode): do.
1798
1799         * gnus-topic.el (gnus-topic-mode): do.
1800
1801         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
1802
1803         * gnus-msg.el (gnus-setup-message)
1804         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
1805
1806         * gnus-gl.el (gnus-grouplens-mode): do.
1807
1808         * gnus-art.el (gnus-mime-save-part-and-strip)
1809         (gnus-mime-delete-part): Use it.
1810
1811         * gnus-util.el (gnus-make-local-hook): New function.
1812
1813 2003-04-25  Simon Josefsson  <jas@extundo.com>
1814
1815         * nnrss.el (nnrss-node-text): Don't use a star.
1816         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
1817
1818 2003-04-24  Dave Love  <fx@gnu.org>
1819
1820         * mm-encode.el (mm-long-lines-p): Autoload.
1821         (mm-encode-content-transfer-encoding): Don't try to make buffer
1822         unibyte before decoding.  Don't ignore errors for base64 encoding.
1823
1824         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
1825         Signal error on malformed text, as for base64.
1826         (quoted-printable-encode-region): DTRT in Emacs 22.
1827
1828         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
1829         (mm-auto-save-coding-system): Consider utf-8-emacs.
1830         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
1831         (mm-charset-to-coding-system, mm-mime-charset)
1832         (mm-find-mime-charset-region): Check for :mime-charset coding
1833         systems property.
1834
1835         * mml-sec.el (mml2015, mml1991): Don't require.
1836         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt)
1837         (message-goto-body, mml-insert-tag): Autoload.
1838
1839         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
1840
1841         * gnus-start.el (message-make-date): Autoload rather than
1842         requiring message.
1843
1844         * gnus-group.el (gnus-group-name-charset-group-alist): Use
1845         mm-coding-system-p.
1846         (gnus-cache-active-altered): Defvar when compiling.
1847         (gnus-group-delete-group): Re-write to help avoid warnings.
1848
1849         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
1850
1851         * pgg.el: Split eval-when-compile forms.
1852
1853 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
1854
1855         * gnus-group.el (gnus-large-ephemeral-newsgroup)
1856         (gnus-fetch-old-ephemeral-headers): News variables.
1857         (gnus-group-read-ephemeral-group): Use them.
1858
1859 2003-04-24  Simon Josefsson  <jas@extundo.com>
1860
1861         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
1862
1863         * nnrss.el (nnrss-node-text): Ditto.
1864
1865 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
1868         gnus-inews-mark-gcc-as-read exists.
1869
1870 2003-04-23  Simon Josefsson  <jas@extundo.com>
1871
1872         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
1873         doesn't exceed the regexp stack space.
1874
1875 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
1876
1877         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
1878
1879         * gnus-art.el (gnus-article-hide-pgp-hook): do.
1880
1881 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
1882
1883         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
1884
1885 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
1886
1887         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
1888
1889 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * dgnushack.el (merge, copy-list): Remove compiler macros.
1892         (butlast): Add a compiler macro.
1893
1894 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
1895
1896         * gnus-util.el (gnus-merge): Added "type" argument to match CL
1897         merge and gnus-sum.el's expectations.
1898
1899 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
1900
1901         * gnus-art.el (gnus-button-url-regexp): Added nntp.
1902
1903         * message.el (message-generate-headers-first): Default to
1904         '(references).
1905
1906         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
1907
1908 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
1909
1910         * smime.el (smime-decrypt-region): Insert From header.
1911
1912 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1913
1914         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
1915         Max length of header is 726, not 740.  From Gaute B Strokkenes
1916         <gs234@cam.ac.uk>.
1917
1918 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
1919
1920         * nndb.el, mml1991.el: Fix license template.
1921
1922 2003-04-20  Simon Josefsson  <jas@extundo.com>
1923
1924         * nnimap.el (nnimap-split-articles): Don't download body unless
1925         required.
1926
1927         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
1928         starting process, like imap-kerberos4-open does.
1929
1930         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
1931         license template.
1932
1933         * mml-sec.el: Fix license template.
1934
1935         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
1936         license template.
1937
1938         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
1939         pgg-pgp.el: Fix license template.
1940
1941 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
1942
1943         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
1944
1945 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
1946
1947         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
1948
1949 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1950
1951         * spam.el (spam-split): allow a particular check as a parameter,
1952         e.g. (: spam-split 'spam-use-bogofilter)
1953         (spam-mark-only-unseen-as-spam): new parameter, see doc
1954         (spam-mark-junk-as-spam-routine): use
1955         spam-mark-only-unseen-as-spam, simplify routine to take advantage
1956         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
1957
1958 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1959
1960         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
1961         (gnus-group-guess-full-name): don't prefix the group twice
1962
1963         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
1964
1965         * gnus-registry.el (gnus-registry-clear)
1966         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
1967         (gnus-registry-split-fancy-with-parent): new functions
1968         (gnus-register-spool-action, gnus-register-action): simplified the format
1969         (gnus-registry): new customization group
1970         (gnus-registry-unfollowed-groups): new variable
1971
1972 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973
1974         * gnus-art.el (gnus-button-alist): Add nntp: urls.
1975         (gnus-header-button-alist): Ditto.
1976
1977 2003-04-17  Dave Love  <fx@gnu.org>
1978
1979         * gnus-util.el (gnus-string-equal): Revert last change.
1980
1981 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
1984
1985 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
1986
1987         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
1988
1989 2003-04-15  Michael Shields  <shields@msrl.com>
1990
1991         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
1992         the broken-reply-to group parameter is set.  Idea from Vasily
1993         Korytov <deskpot@myrealbox.com>.
1994
1995 2003-04-17  Steve Youngs  <youngs@xemacs.org>
1996
1997         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
1998         process.el in XEmacsen >= 21.5.
1999
2000 2003-04-17  Steve Youngs  <youngs@xemacs.org>
2001
2002         * dgnushack.el: Add a whole swag of autoloads and defaliases to
2003         satisfy the byte-compiler when building with XEmacs.
2004
2005         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
2006         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
2007         W3 doesn't have these.
2008
2009         * mailcap.el: Maybe require 'lpr in XEmacs.
2010
2011 2003-04-16  Simon Josefsson  <jas@extundo.com>
2012
2013         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
2014         sender tag, if available.
2015
2016 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2017
2018         * gnus-registry.el (gnus-register-action)
2019         (gnus-register-spool-action, hashtable-to-alist)
2020         (gnus-registry-translate-from-alist, alist-to-hashtable)
2021         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
2022         new variables and function fixes
2023
2024         * gnus.el (gnus-registry-headers-alist): new variable to hold
2025         article header data
2026         (gnus-variable-list): save gnus-registry-headers-alist
2027
2028         * spam-report.el (Module): new module for spam reporting
2029
2030         * gnus.el (spam-process): added
2031         gnus-group-spam-exit-processor-report-gmane to the list of choices
2032         (gnus-install-group-spam-parameters): defined new spam exit processor
2033
2034         * spam.el (autoload): autoload spam-report-gmane when needed
2035         (spam-report-gmane-register-routine): glue for spam-report.el
2036         (spam-group-spam-processor-report-gmane-p): glue for the
2037         gnus-group-spam-exit-processor-report-gmane spam processor
2038         (spam-summary-prepare-exit): check the report-gmane spam processor
2039         and run spam-report-gmane-register-routine if it's active
2040
2041         From John Wiegley <johnw@gnu.org>
2042
2043         * spam.el (spam-bogofilter-score): check bogofilter headers before
2044         checking bogofilter itself
2045
2046 2003-04-16  Dave Love  <fx@gnu.org>
2047
2048         * gnus-agent.el: Wrap defsetf in eval-when-compile.
2049         (gnus-agent-cat-defaccessor): Don't use gensym.
2050
2051         * mml1991.el: Require cl, mm-util when compiling.
2052         (quoted-printable-decode-region, quoted-printable-encode-region):
2053         Autoload.
2054
2055         * pgg.el: Require cl when compiling.
2056
2057         * nnmail.el (gnus): Require.
2058
2059         * gnus-util.el: Move provide to end.
2060         (gnus-string-equal): Maybe use compare-strings.
2061         (gnus-merge): New.
2062
2063         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
2064         (gnus-summary-insert-articles): Use gnus-merge.
2065
2066         * gnus-fun.el: Require cl and mm-util when compiling.
2067
2068         * gnus-diary.el (gnus-diary-delay-format-french)
2069         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
2070
2071         * nndiary.el (nndiary-compute-reminders): Don't use setf with
2072         nthcdr.
2073
2074 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
2075
2076         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
2077         specify a predicate other than false.
2078         (gnus-category-read): Use the new feature to create a 'default'
2079         category with a 'short' predicate.
2080
2081 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * message.el (message-unique-id): Comment change.
2084
2085         * gnus-art.el (gnus-article-next-page-1): New function.
2086         (gnus-article-next-page): Use it.
2087
2088 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2089
2090         * spam.el (spam-split): added save-restriction to save-excursion
2091
2092 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
2093         From Julien Avarre <julien@avarre.com>
2094
2095         * gnus-fun.el: Fixed autoload cookie.
2096
2097 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
2098         From Remi Letot  <remi.letot@easynet.be>
2099
2100         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
2101         instead of remove-if.
2102
2103 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2104
2105         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
2106         copy-sequence instead of remove which is a cl run-time function in
2107         Emacs 20.
2108
2109 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
2110
2111         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
2112         local copy of gnus-discouraged-post-methods with the current
2113         method removed.
2114
2115 2003-04-14  Simon Josefsson  <jas@extundo.com>
2116
2117         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
2118
2119 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2120
2121         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
2122         of `mm-coding-system-priorities' to base coding system.
2123
2124         * gnus-sum.el: Added coding cookie ("middle dot" in
2125         gnus-summary-morse-message).
2126
2127 2003-04-13  Simon Josefsson  <jas@extundo.com>
2128
2129         * gnus-art.el (article-fill-long-lines)
2130         (article-verify-x-pgp-sig, article-decode-group-name)
2131         (gnus-mime-button-menu): Split >80 character lines.
2132
2133 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
2134
2135         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
2136         we're let-binding it.
2137
2138         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
2139
2140 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * message.el (message-hide-headers): Don't do intangible.
2143
2144         * gnus.el (gnus-group-prefixed-name): Comment out the test for
2145         colon.
2146
2147         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
2148         to the ephemeral entry, but the prefixed name.
2149
2150         * gnus.el (gnus-group-prefixed-name): Clean up.
2151
2152 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2153
2154         * gnus-agent.el (gnus-agent-group-pathname): Bind
2155         gnus-command-method so that gnus-agent-directory will always
2156         return a valid directory.
2157         * gnus-cache.el (gnus-cache-enter-article): Remove article from
2158         gnus-newsgroup-undownloaded so that the summary will display the
2159         article as downloaded.
2160         (gnus-cache-remove-article): If the article isn't in the agent,
2161         remove it from gnus-newsgroup-undownloaded so that the summary
2162         will display the article as undownloaded.
2163
2164 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * gnus.el (gnus-version-number): Bump.
2167
2168 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2169
2170         * gnus.el: Oort Gnus v0.18 is released.
2171
2172 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers.
2175
2176 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2177
2178         * gnus-art.el (gnus-article-next-page): Use
2179         gnus-article-over-scroll.
2180         (gnus-article-over-scroll): New variable.
2181
2182         * message.el (message-newline-and-reformat): Place a boundary
2183         before filling.
2184         (message-make-forward-subject-function): Changed default to
2185         message-forward-subject-name-subject.
2186         (message-forward-subject-name-subject): New function.
2187
2188         * nnimap.el (nnimap-split-fancy): Ditto.
2189
2190         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
2191
2192         * gnus-cus.el (gnus-group-parameters): Removed "which see".
2193
2194         * mml.el (mml-minibuffer-read-file): Bind
2195         completion-ignored-extensions to nil.
2196
2197         * message.el (message-fix-before-sending): Comment fix.
2198         (message-fix-before-sending): Make hidden headers visible.
2199         (message-hide-headers): Bind after-change-functions to nil.
2200         (message-forbidden-properties): Put invisible and intangible
2201         back.
2202         (message-strip-forbidden-properties): Ignore message-hidden text.
2203
2204         * gnus-msg.el: Hide headers.
2205
2206         * message.el (message-hidden-headers): New variable.
2207         (message-hide-headers): New function.
2208         (message-hide-header-p): New function.
2209         (message-hide-header-p): Change logic.
2210         (message-forbidden-properties): Remove intangible nil invisible
2211         nil.
2212         (message-hide-headers): Narrow to headers.
2213
2214         * lpath.el (featurep): Bind Info-directory, Info-menu.
2215
2216 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
2217
2218         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
2219         encoded.
2220         (mm-encode-body): Don't corrupt UTF-16.
2221         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
2222
2223 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
2224
2225         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
2226         the CACHE are now detected and handled the same as an article
2227         downloaded into the agent.
2228         (gnus-agent-group-path): Modified to match nnmail-group-pathname
2229         so that the agent front-end and back-end (nnagent) always use the
2230         same directory.
2231         (gnus-agent-group-pathname): New function. Wrapper for
2232         nnmail-group-pathname.
2233         (gnus-agent-expire-unagentized-dirs): New variable.  May be
2234         customized to disable gnus-agent-expire-unagentized-dirs.
2235         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
2236         as the directories in gnus-agent-expire-current-dirs were
2237         expanded.
2238
2239 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
2240
2241         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
2242         body" entry in read only groups.
2243
2244 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
2245
2246         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
2247         and "Create article" items in non-editable groups.
2248
2249 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
2250
2251         * gnus-agent.el (gnus-agent-write-active): Added option of
2252         replacing, rather than updating, the agent's active file.  Do NOT
2253         use the fully qualified group name as gnus-active-to-gnus-format
2254         blindly prefixes group names with server names.
2255         (gnus-agent-save-group-info): Merge BOTH min/max of current active
2256         range, was just merging min, with specified active range.
2257         (gnus-agent-expire): Save agent's active ranges after
2258         expiring all groups.
2259         (gnus-agent-expire-group-1): Update min of agent's active range to
2260         min article currently fetched.
2261         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
2262         same ancestor multiple times.
2263
2264         * gnus-async.el (gnus-asynchronous): Moved defcustom of
2265         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
2266         seems to fix an intermittant error in which loading gnus-async
2267         fails to define gnus-asynchronous (the variable).
2268
2269         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
2270         non-essential.  Removed on all platforms.
2271         (gnus-select-newsgroup): When the agent is active, expand the
2272         group's active range to include fetched articles that are no
2273         longer in the server's active range.
2274
2275         * gnus-util.el (gnus-with-output-to-file): Removed all of the
2276         print-* bindings as they should be handled by the function doing
2277         the printing.
2278
2279 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
2280
2281         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
2282         might be unbound in non-MULE XEmacsen.
2283
2284 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
2285
2286         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
2287         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
2288         recognize diffs.
2289
2290         * mm-bodies.el (mm-decode-body): Use the supplied charset
2291         unconditionally if `code-pages' hasn't been loaded.
2292
2293 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
2294
2295         * gnus-art.el (article-verify-x-pgp-sig): Don't use
2296         `insert-buffer', the docstring says "This function is meant for
2297         the user to run interactively.  Don't call it from programs!"
2298
2299         * mm-extern.el (mm-extern-mail-server): do.
2300
2301         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
2302         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
2303         (mml1991-pgg-encrypt): do.
2304
2305         * pgg.el (pgg-decrypt-region): do.
2306
2307         * mm-view.el (mm-view-pkcs7-decrypt): do.
2308
2309         * mml-smime.el (mml-smime-verify): do.
2310
2311         * mml.el (mml-insert-mime, mml-preview): do.
2312
2313         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
2314         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
2315         (mml2015-pgg-encrypt): do.
2316
2317 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
2320
2321 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
2322
2323         * mm-uu.el (mm-uu-copy-to-buffer): Copy
2324         `buffer-file-coding-system' to the new buffer.
2325         (mm-uu-pgp-signed-extract-1): Don't copy
2326         `buffer-file-coding-system' here.
2327
2328         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
2329         exist in XEmacs.
2330         (mm-decode-body): Add missing quote.
2331
2332         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
2333         buffer-file-coding-system.
2334
2335         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
2336         last-coding-system-used.
2337
2338         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
2339         according to buffer-file-coding-system.
2340
2341         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
2342
2343         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
2344         (pgg-pgp-snarf-keys-region): do.
2345
2346         * pgg-pgp5.el (pgg-pgp5-verify-region)
2347         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
2348
2349         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
2350
2351 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2352
2353         * spam.el (spam-split): (save-excursion) around (widen)
2354         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
2355         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
2356
2357 2003-04-05  Steve Youngs  <youngs@xemacs.org>
2358
2359         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
2360         don't use it when loading gnus-sum.el if we're in XEmacs.
2361
2362 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
2363
2364         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2365         print-escape-nonascii to fix more characters in compiled format
2366         specs.
2367
2368 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
2369
2370         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
2371         Fix customization type.
2372
2373 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
2374
2375         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2376         print-quoted, print-readably, print-escape-multibyte, and
2377         print-level to match original behavior of gnus-prin1.  This should
2378         repair the format of .newsrc.eld when using compiled format specs.
2379
2380 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
2381
2382         * gnus-group.el (tool-bar-map): defvar it.
2383
2384         * gnus-art.el (tool-bar-map): do.
2385
2386         * gnus-sum.el (tool-bar-map): do.
2387
2388 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
2389
2390         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
2391
2392 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2393
2394         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
2395         and value.
2396         (gnus-button-alist): Use it.
2397
2398 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
2399
2400         * pgg-gpg.el (pgg-gpg-process-region): do.
2401
2402         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
2403         (pgg-pgp-snarf-keys-region): do.
2404
2405         * pgg-pgp5.el (pgg-pgp5-verify-region)
2406         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
2407
2408         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
2409         unsafe.
2410         (pgg-temporary-file-directory): Remove.
2411
2412 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * lpath.el: Fbind Info-directory and Info-menu.
2415
2416 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
2417
2418         * gnus-util.el (gnus-message): Added doc-string.
2419
2420         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
2421         (gnus-score-edit-file-at-point): Goto first match when using `e'.
2422
2423 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
2424
2425         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
2426         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
2427
2428 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2431         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
2432
2433 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
2434
2435         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2436         print-escape-newlines to print escape sequences rather than
2437         literal newline characters.
2438
2439 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2440
2441         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
2442         `message-valid-fqdn-regexp' for initialization.
2443         (gnus-button-handle-info-url): Renamed and extended version of
2444         `gnus-button-handle-info'.
2445         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
2446         (gnus-button-handle-symbol, gnus-button-handle-library)
2447         (gnus-button-handle-info-keystrokes): New functions.
2448         (gnus-button-browse-level): New variable.
2449         (gnus-button-alist): Use them.  Added levels.
2450         (gnus-header-button-alist): Added levels.
2451
2452 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453
2454         * gnus.el (gnus-version-number): Bump.
2455
2456 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2457
2458         * gnus.el: Oort Gnus v0.17 is released.
2459
2460 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461
2462         * gnus-start.el (gnus-unload): Removed.
2463
2464         * pop3.el (pop3-read-response): Use
2465         nnheader-accept-process-output.
2466         (pop3-retr): Ditto.
2467
2468         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx.
2469         (mm-text-html-washer-alist): Ditto.
2470
2471 2003-03-31  Simon Josefsson  <jas@extundo.com>
2472
2473         * imap.el (imap-gssapi-program): Also try GNU SASL.
2474         (imap-gssapi-open): Accept GNU SASL greeting.
2475         (imap-read-timeout): New.
2476         (imap-wait-for-tag): Use it.
2477
2478 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479
2480         * nntp.el (nntp-accept-process-output): Use new function.
2481
2482         * nnheader.el (nnheader-read-timeout): New variable.
2483         (nnheader-accept-process-output): New function.
2484
2485         * nntp.el (nntp-read-timeout): Removed.
2486
2487         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
2488
2489 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
2492
2493 2003-03-30  Simon Josefsson  <jas@extundo.com>
2494
2495         * message.el (message-idna-inside-rhs-p): Narrow to header before
2496         searching.
2497
2498         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
2499
2500 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501
2502         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
2503
2504 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
2505
2506         * message.el (message-make-in-reply-to): Use
2507         mail-extract-address-components to determine sender's
2508         name/address.
2509
2510 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511
2512         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead.
2513
2514         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
2515         valid lambda.
2516         (gnus-registry-translate-from-alist): Ditto.
2517
2518         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2519         print-length to nil.
2520
2521         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
2522
2523         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
2524         (gnus-grab-cam-face): Use it.
2525
2526 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
2527
2528         * nnmaildir.el (nnmaildir-request-set-mark)
2529         (nnmaildir-close-group): Allow each mark directory in a group to
2530         have its own inode for mark files, to accommodate AFS.
2531
2532 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
2533
2534         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
2535         gnus-read-newsrc-el-file
2536         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
2537
2538         * gnus-registry.el (gnus-registry-translate-to-alist)
2539         (gnus-registry-translate-from-alist, alist-to-hashtable)
2540         (hashtable-to-alist): new functions
2541         (gnus-register-spool-action): add a spool item to the registry
2542
2543         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
2544         list of saved variables
2545         (gnus-registry-alist): new variable
2546
2547 2003-03-27  Simon Josefsson  <jas@extundo.com>
2548
2549         * gnus-art.el (article-decode-group-name): Be correct instead of
2550         smart.
2551
2552 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
2553
2554         * lpath.el: Bind url-current-object for Emacs; bind
2555         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
2556         for both Emacsen.
2557
2558 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
2559
2560         * gnus-sum.el (gnus-article-loose-mime)
2561         (gnus-article-emulate-mime): Move to gnus-article-mime customize
2562         group.
2563
2564         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
2565         doc string.
2566
2567 2003-03-26  Kevin Ryde <user42@zip.com.au>
2568
2569         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
2570         gnus-summary-find-uncancelled, skip temporary articles inserted by
2571         "refer" functions.
2572
2573 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
2574
2575         * smiley.el (smiley-buffer): New function.
2576
2577 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
2578
2579         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
2580         gnus-summary-update-line (which updated the article's face) with
2581         gnus-summary-update-download-mark (which updates the article's
2582         face by calling gnus-summary-update-line AND updates the download
2583         mark to show that the article was fetched).
2584
2585 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
2586
2587         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
2588         option of deleting agent directories for groups/servers that are
2589         not currently agentized.
2590         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
2591
2592         * gnus-int.el (gnus-open-server): Report backend errors in
2593         condition handler.
2594
2595 2003-03-23  Simon Josefsson  <jas@extundo.com>
2596
2597         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
2598         header.
2599
2600         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
2601         same as Newsgroups.
2602
2603         * nntp.el (nntp-open-connection-function): Mention
2604         nntp-open-tls-stream.
2605         (nntp-open-tls-stream): New function.
2606
2607         * tls.el: New file.
2608
2609         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
2610         instead of SSL.
2611         (nnimap-stream): Add other streams, link to imap variables.
2612         (nnimap-authenticator): Add other authenticator, link to imap
2613         variables.
2614
2615         * imap.el: Autoload open-tls-stream.
2616         (imap-streams): Add tls in front of ssl.
2617         (imap-stream-alist): Add tls.
2618         (imap-default-tls-port): New variable.
2619         (imap-tls-p, imap-tls-open): New functions.
2620
2621 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2622
2623         * mm-url.el (mm-url-insert-file-contents): parse url only if
2624         results is a list.
2625
2626 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * mail-source.el (mail-source-fetch-imap): Revert.
2629
2630 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
2631
2632         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
2633         less strict regexp.
2634
2635 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * mail-source.el (mail-source-fetch-imap): Use buffer name for
2638         more imap function.
2639
2640 2003-03-21  Simon Josefsson  <jas@extundo.com>
2641
2642         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
2643         Followup-To data inline.
2644
2645 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
2646
2647         * gnus-art.el (gnus-treat-display-xface): Don't enable if
2648         icontopbm isn't available.
2649
2650 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
2651
2652         * gnus-int.el (gnus-open-server): Catch errors in backend's
2653         open-server method.  Returns nil rather than crashing startup.
2654
2655         * gnus-sum.el (eval-when-compile): Modified to resolve
2656         compile-time warnings.
2657
2658         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
2659         Reports length of series so that the user can compare N with a
2660         subject that should, if the entire series is present, contain
2661         '(.../N)'.
2662         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
2663         of temp file (Win-XP may leave the temp file locked when the
2664         uudecode process fails).
2665
2666 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2667
2668         * message.el (message-split-line): Ignore error.
2669
2670         * lpath.el (split-line): Avoid split-line warning message.
2671
2672 2003-03-20  Kim F. Storm  <storm@cua.dk>
2673
2674         * message.el (message-split-line): New function.
2675         (message-mode-map): Remap split-line to message-split-line.
2676
2677 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
2678
2679         * message.el (message-make-overlay): Defalias it to make-overlay.
2680         (message-delete-overlay): Defalias it to delete-overlay.
2681         (message-overlay-put): Defalias it to overlay-put.
2682         (message-idna-to-ascii-rhs-1): Use them.
2683
2684         * messagexmas.el (message-xmas-redefine): Defalias some overlay
2685         functions to extent functions.
2686
2687 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2688
2689         * message.el (message-check-news-header-syntax): Fixed regexp.
2690
2691 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2692
2693         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
2694
2695         * mm-url.el (mm-url-insert): Move url-current-object stuff into
2696         mm-url-insert-file-contents.
2697
2698         * nnrss.el (nnrss-fetch): Fetch the local stuff.
2699         (nnrss-check-group): Use it.
2700
2701 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
2702
2703         * nnrss.el: Primitive XML Name-space support.  This means that RSS
2704         feeds like Kevin Burton's[1] can now be read in Gnus.
2705
2706         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
2707         means that if you want to read the RSS feed for example.com, all
2708         you have to do is hit "G R http://www.example.com/ RET" and
2709         nnrss.el will find and the feed listed on the site or (if you have
2710         loaded xml-rpc.el) look it up on syndic8.com.
2711
2712         Marked the message as HTML (by adding a Content-Type header) so
2713         that Gnus will render it as html if the user wants that.
2714
2715         Implemented the ability to save nnrss-group-alist so that any new
2716         feeds the you subscribe to will be found the next time you start
2717         up.
2718
2719         Implemented support for RSS 2.0 elements (author, pubDate).
2720
2721         Prefer for <content:encoded> over <description> where both
2722         elements exist.
2723
2724         * mm-url.el (mm-url-insert): Set url-current-object.
2725
2726         * gnus-group.el (gnus-group-make-rss-group): New function.
2727
2728 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
2729
2730         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
2731         for highlight overlays.
2732
2733 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
2736         a NOV.
2737
2738 2003-03-20  Simon Josefsson  <jas@extundo.com>
2739
2740         * message.el (message-use-idna): Disable if UTF-8 unavailable.
2741         (message-idna-to-ascii-rhs): Use it.
2742
2743         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
2744
2745 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
2746
2747         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
2748         (spam-group-ham-marks, spam-group-spam-marks): new functions
2749         (spam-spam-marks, spam-ham-marks): removed in favor of the
2750         spam-marks and ham-marks parameters
2751         (spam-generic-register-routine, spam-ham-move-routine): use the
2752         new spam-group-{spam,ham}-mark-p functions
2753
2754         * gnus.el (spam-marks, ham-marks): new group parameters with
2755         default values same as the old spam-spam-marks and spam-ham-marks
2756
2757 2003-03-19  Simon Josefsson  <jas@extundo.com>
2758
2759         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
2760         (gnus-use-idna): New variable.
2761         (article-decode-idna-rhs): New function.
2762
2763         * message.el (message-use-idna): New variable.
2764         (message-mode-field-menu): Add entry for IDNA.
2765         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
2766         (message-idna-to-ascii-rhs): New function.
2767         (message-generate-headers): Invoke IDNA code.
2768
2769 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
2770
2771         * nnmaildir.el (nnmaildir--system-name): New function.
2772         (nnmaildir-request-accept-article): Use it.
2773
2774 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * gnus-util.el (gnus-byte-compile): Make it work silently as the
2777         gnus-compile function does.
2778
2779         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
2780         bogus change.
2781
2782 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
2783
2784         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
2785         sort-coding-systems is defined.
2786
2787 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
2788
2789         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
2790         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
2791         Replace create-directory with target-prefix.
2792
2793 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
2794
2795         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
2796         find-charset-string which is slooow in XEmacs.
2797
2798 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2799
2800         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
2801         compiler under XEmacs.
2802
2803 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
2804
2805         * gnus-art.el (gnus-treat-highlight-signature): Make the default
2806         work for multipart/signed where the message text isn't `last'.
2807
2808 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
2811         the value of mm-inline-text-html-with-images.
2812         (mm-inline-text-html-render-with-w3m): Don't bind
2813         w3m-display-inline-images.
2814
2815         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
2816         w3m-display-inline-images.
2817
2818         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
2819         regardless of an Emacs flavor.
2820
2821 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822
2823         * gnus.el (gnus-version-number): Bump.
2824
2825 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2826
2827         * gnus.el: Oort Gnus v0.16 is released.
2828
2829 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830
2831         * lpath.el (featurep): Bind mm-w3m-mode-map.
2832
2833 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
2834
2835         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
2836         'respool-able backends define a global nnchoke-get-new-mail
2837         variable.
2838
2839 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
2840
2841         * gnus-art.el (gnus-mime-delete-part): New function.
2842         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
2843
2844 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2845
2846         * message.el (message-check-news-header-syntax): Don't push
2847         groups twice onto list of unknown groups.
2848
2849         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
2850         back.
2851
2852         * nnheader.el (nnheader-find-etc-directory): Doc fix.
2853
2854         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
2855         config unless the summary buffer exists.
2856
2857         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
2858         that target group is computed correctly when articles are marked
2859         as read by Xref handling.
2860
2861         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
2862         imap-open.
2863
2864         * message.el (message-send-mail): Add courtesy string to Bcc's,
2865         too.
2866
2867         * gnus-cite.el (gnus-cited-line-p): New function.
2868
2869 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
2870
2871         * mm-bodies.el (mm-decode-body): Add new optional parameter,
2872         force, to use the supplied charset unconditionally.
2873
2874         * gnus-art.el (article-decode-charset): Use it.
2875
2876 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
2877
2878         * mm-bodies.el (mm-decode-coding-region-safely): New function.
2879         (mm-decode-body): Use it.
2880
2881         * rfc2047.el (rfc2047-decode-region): do.
2882         (rfc2047-decode-string): Guess coding system if the default is
2883         invalid.
2884
2885 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
2886
2887         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
2888         articles are marked 'read, so we get correct article counts.
2889
2890 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
2893         the button.
2894         (gnus-insert-prev-page-button): Ditto.
2895         (gnus-insert-next-page-button): Ditto.
2896         (gnus-insert-mime-security-button): Ditto.
2897
2898         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
2899         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
2900         (mm-inline-image-xemacs): Ditto.
2901
2902 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
2903
2904         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
2905         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
2906         the recent filename uniqueness discussion.
2907
2908 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
2911         newline next time.
2912         (mm-inline-image-xemacs): Ditto.
2913
2914 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
2915
2916         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
2917         kill-line.
2918
2919 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
2920
2921         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
2922         kill-line.
2923
2924 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2925
2926         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
2927         fixing the code to match the documentation.
2928         (gnus-agent-fetch-selected-article): Replaced
2929         gnus-summary-update-article-line with gnus-summary-update-line as
2930         the former did not correctly recalculate the thread indentation.
2931         (gnus-agent-find-parameter): The agent-predicate, if not found
2932         anywhere else, defaults to the value of gnus-agent-predicate.
2933         (gnus-agent-fetch-session): Fixed typo; now executes
2934         gnus-agent-fetched-hook rather than the undocumented
2935         gnus-agent-fetch-hook.
2936         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
2937         default agent predicate is now provided by
2938         gnus-agent-find-parameter.
2939         (gnus-agent-message): New macro.  This macro avoids potentially
2940         costly parameter evaluation when the message's level is too high
2941         to display.
2942         (gnus-agent-expire-group-1): Disabled undo tracking in temp
2943         overview buffer. Uses new gnus-agent-message macro to reduce
2944         overhead of optional messages. Reversed message levels to
2945         emphasize percent completion messages.  Detailed messages of
2946         little use except when debugging code.
2947
2948 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2949
2950         * spam.el (spam-ham-move-routine): use
2951         spam-mark-ham-unread-before-move-from-spam-group
2952         (spam-mark-ham-unread-before-move-from-spam-group): new variable
2953
2954 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
2955
2956         * spam.el: load nnimap.el when compiling
2957         (spam-setup-widening): use
2958         nnimap-split-download-body-default instead of
2959         nnimap-split-download-body which is a user-customizable variable
2960
2961 2003-03-07  Simon Josefsson  <jas@extundo.com>
2962
2963         * nnimap.el (nnimap-split-download-body-default): New, holds
2964         default for n-s-d-b.
2965         (nnimap-split-download-body): Add new setting (symbol default),
2966         which uses contents of n-s-d-b-d, and made it the default.
2967
2968 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
2969
2970         * spam.el (spam-use-hashcash): new variable
2971         (spam-list-of-checks): added spam-use-hashcash with associated
2972         spam-check-hashcash
2973         (spam-check-hashcash): new function, installed iff hashcash.el is
2974         loaded
2975         (spam-setup-widening): don't use (return)
2976
2977 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2978
2979         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
2980         predicate of `false' to avoid an error when a group defines no
2981         predicate. Fixed typo that disabled agent scoring (i.e. the
2982         low/high predicates should now work).
2983
2984 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2985
2986         * spam.el: add spam-maybe-spam-stat-load to
2987         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
2988         (spam-bogofilter-register-with-bogofilter): use
2989         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
2990         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
2991         custom variables to replace "-s" and "-n"
2992
2993         * gnus-group.el (gnus-group-get-new-news): call the new
2994         gnus-get-top-new-news-hook hook
2995
2996         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
2997         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
2998
2999 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000
3001         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
3002
3003 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
3006         a cl run-time function.
3007
3008 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3009
3010         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
3011         on gnus-agent-short-article.
3012         (gnus-category-read): Replaced CL function mapcar* with new macro:
3013         gnus-mapcar.
3014         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
3015         support functions that accept multiple parameters.  A separate
3016         sequence must be provided for each parameter in the function.
3017         Iteration stops when the end of the shortest list is reached.
3018
3019 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
3020
3021         * nnimap.el (nnimap-request-accept-article): Use delete-region.
3022
3023         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
3024         (html2text-delete-single-tag, html2text-clean-anchor)
3025         (html2text-remove-tags): Use delete-region.
3026         (html2text-fix-paragraphs): Simplify.
3027
3028         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
3029         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
3030         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
3031         kill-region.
3032
3033 2003-03-04  John Paul Wallington  <jpw@gnu.org>
3034
3035         * gnus-agent.el (gnus-agent-enable-expiration)
3036         (gnus-agent-article-alist, gnus-agent-article-alist)
3037         (gnus-agent-cat-defaccessor): Doc fixes.
3038
3039 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3040
3041         * gnus-agent.el (gnus-function-implies-unread-1): Grok
3042         byte-compiled functions.
3043
3044 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3045
3046         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
3047         customization between new maneuvering (which permits selecting
3048         undownloaded articles) and old maneuvering (which skipped over
3049         undownloaded articles) behaviors.
3050         (gnus-summary-find-next): Pass through the unread and subject
3051         parameters when calling gnus-summary-find-prev.
3052         (gnus-summary-find-next,gnus-summary-find-prev): Apply
3053         gnus-auto-goto-ignores to filter out unacceptable articles.
3054
3055 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
3056
3057         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
3058         exists in all supported Emacs versions, so we don't need this
3059         compatibility function.
3060         (mail-source-fetch-pop, mail-source-check-pop)
3061         (mail-source-fetch-webmail): Use read-passwd.
3062
3063         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
3064         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
3065         read-passwd.
3066
3067         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
3068
3069         * imap.el (imap-read-passwd): Remove.
3070         (imap-interactive-login): Use read-passwd.
3071
3072         * canlock.el (canlock-read-passwd): Remove.
3073         (canlock-insert-header, canlock-verify): Use read-passwd.
3074
3075         * sieve-manage.el (sieve-manage-read-passwd): Remove.
3076         (sieve-manage-interactive-login): Use read-passwd.
3077
3078         * pop3.el (pop3-read-passwd): Remove.
3079         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
3080         read-passwd.
3081
3082         * pgg.el (pgg-read-passphrase): Simplify.
3083
3084 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3085
3086         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
3087         'plugged' when actually 'unplugged' bug.
3088         (gnus-category-read): Ignore nil values when converting an
3089         old-format category so that the new-format category will default
3090         those attributes to the global variables.
3091
3092 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3093
3094         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
3095         doc-string.
3096
3097 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
3098
3099         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
3100         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
3101         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
3102         * mm-url.el (mm-url-decode-entities-string): do.
3103         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
3104         * mm-decode.el (mm-find-raw-part-by-type): do.
3105         * message.el (message-send-mail-partially)
3106         (message-send-mail-with-sendmail): do.
3107         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
3108         * gnus-kill.el (gnus-pp-gnus-kill): do.
3109         * gnus-art.el (gnus-article-treat-unfold-headers)
3110         (gnus-article-encrypt-body): do.
3111
3112 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3113
3114         * mail-source.el (mail-source-delete-incoming): Allow integer value.
3115         (mail-source-delete-old-incoming-confirm): New variable.
3116         (mail-source-delete-old-incoming): Use it.  New function.
3117         (mail-source-callback): Call `mail-source-delete-old-incoming' if
3118         `mail-source-delete-incoming' is a nonnegative integer.
3119
3120 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3121
3122         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
3123         (gnus-user-agent): Fixed typo.
3124
3125 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3126
3127         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
3128         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
3129
3130 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131
3132         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
3133         (gnus-agent-fetch-session): Allow debugging to take place.
3134
3135 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
3136
3137         * gnus-sum.el (gnus-highlight-selected-summary)
3138         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
3139         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
3140         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
3141         and makes it clear that we don't need the side effect.
3142         * gnus-util.el (gnus-delete-line): do.
3143         * gnus-xmas.el (gnus-group-add-icon): do.
3144         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
3145         * nntp.el (nntp-send-authinfo-from-file): do.
3146         * nnml.el (nnml-header-value): do.
3147         * nnheader.el (nnheader-insert-references): do.
3148         * gnus-cite.el (gnus-article-highlight-citation)
3149         (gnus-cite-parse): do.
3150         * gnus-score.el (gnus-score-followup): do.
3151         * gnus-draft.el (gnus-draft-send): do.
3152         * gnus-group.el (gnus-group-highlight-line): do.
3153         * gnus-cache.el (gnus-cache-braid-nov): do.
3154         * nnfolder.el (nnfolder-retrieve-headers)
3155         (nnfolder-request-article): do.
3156         * gnus-art.el (article-hide-boring-headers)
3157         (gnus-article-hide-header): do.
3158
3159         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
3160         * nnml.el (nnml-request-replace-article): do.
3161         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
3162         * nnfolder.el (nnfolder-request-move-article): do.
3163         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
3164         * gnus-art.el (gnus-mm-display-part): do.
3165
3166         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
3167
3168 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3169
3170         * nntp.el (nntp-possibly-change-group): Avoid calling
3171         process-buffer on nil (Which happened when you lost your
3172         connection while fetching); instead signal a "Server Closed
3173         Connection" error.
3174
3175 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3176
3177         * gnus-agent.el (gnus-agent-enable-expiration): New
3178         variable. Either ENABLE or DISABLE.  Sets default behavior for
3179         selecting which groups are expired.
3180         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
3181         gnus-agent-set-cat-groups): Provides abstract interface for
3182         accessing agent category.  Category now implemented by an alist.
3183         (gnus-agent-add-group, gnus-agent-remove-group,
3184         gnus-category-insert-line, gnus-category-edit-predicate,
3185         gnus-category-edit-score, gnus-category-edit-groups,
3186         gnus-category-copy, gnus-category-add, gnus-group-category): Use
3187         new agent category abstraction.
3188         (gnus-agent-find-parameter): New function. Search for agent
3189         configuration parameter first in the group's parameters, then its
3190         topics (if any), and then the group's category.  If not found
3191         anywhere, use the original defined constants.
3192         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
3193         gnus-agent-find-parameter.
3194         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
3195         gnus-agent-cache now blocks retrieving headers and articles from
3196         the local cache.  Fetched content is still added to the cache
3197         before being returned.
3198         (gnus-agent-fetch-session): Use error-message-string to generate
3199         displayed error message.
3200         (gnus-agent-customize-category): New Command. 'e' in category
3201         buffer opens category customization buffer.
3202         (gnus-category-read): Reads either positional or alist format;
3203         returns alist format.
3204         (gnus-category-write): Writes category file compatible with
3205         current, and previous, versions of gnus-agent.
3206         (gnus-category-make-function, gnus-category-make-function-1):
3207         Corrected documentation; parameter is predicate NOT category.
3208         (gnus-predicate-implies-unread): Now works in more cases per the
3209         todo comment.
3210         (gnus-function-implies-unread-1): New function. Supports
3211         gnus-predicate-implies-unread.
3212         (gnus-agent-expire-group): Command now provides default of group
3213         under point.
3214         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
3215         agent-days-until-old parameters. No longer supports
3216         gnus-agent-expire-days being set to an alist.
3217         (gnus-agent-request-article): Now performs its own checks of
3218         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
3219         assuming that the caller will do them correctly.
3220         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
3221         gnus-agent-expire-days is set to an alist.  Converts said alist
3222         into group parameter so that gnus-agent-expire-days will not be
3223         needed.
3224         * gnus-art.el (gnus-request-article-this-buffer): Conditional
3225         checks surrounding gnus-agent-request-article removed; now
3226         performed by gnus-agent-request-article.
3227         * gnus-cus.el (gnus-agent-parameters): New variable. List of
3228         customizable group/topic parameters that regulate the agent.
3229         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
3230         kill-buffer with gnus-kill-buffer to remove the killed buffer from
3231         the list of gnus buffers.
3232         (gnus-trim-whitespace): Removes leading and trailing whitespace
3233         from multiline strings.
3234         (gnus-agent-cat-prepare-category-field,
3235         gnus-agent-customize-category): Constructs a category
3236         customization buffer.
3237         * gnus-int.el (gnus-retrieve-headers,
3238         gnus-request-expire-articles): No longer checks gnus-agent-cache
3239         as it is handled internally by the agent.
3240         (gnus-request-head, gnus-request-body): Conditional checks
3241         surrounding gnus-agent-request-article removed; now performed by
3242         gnus-agent-request-article.
3243
3244         * gnus-start.el (): Added defvar statements to resolve compilation
3245         warnings.
3246         (gnus-long-file-names): New function. Isolates platform dependent
3247         msdos-long-file-names.
3248         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
3249         option of writing directly to file.  Avoids memory exhausted
3250         errors when .newsrc.eld is huge.
3251         (gnus-save-newsrc-file): Uses new
3252         gnus-save-startup-file-via-temp-buffer.
3253         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
3254         standard-output.
3255         (gnus-display-time-event-handler): Changed to alias from a defun
3256         to avoid a compile-time warning when display-time-event-handler is
3257         not defined.
3258         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
3259         standard-output such that prin1 and princ will write directly to a
3260         file.
3261
3262         * gnus.el (gnus-agent-cache): Expanded documentation.
3263         (gnus-summary-high-undownloaded-face): Removed second bold keyword
3264         so that this face is actually bold.
3265
3266         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
3267         gnus-use-cache has been set.
3268
3269 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
3270
3271         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
3272
3273 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
3274
3275         * gnus-art.el (gnus-article-refer-article): Be more permissive.
3276
3277 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3278
3279         * spam.el: Fix typo.
3280
3281 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
3282         (Trivial patch.)
3283
3284         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
3285         errors-buffer. This produces a nicer error message in case of
3286         problems.
3287
3288 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
3289
3290         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
3291         load stats iff spam-use-stat is on
3292
3293         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
3294         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
3295         instead of spam-stat-load and spam-stat-save in the
3296         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
3297
3298 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3299
3300         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
3301
3302 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303
3304         * message.el (message-make-fqdn): Protect against nil user-mail.
3305
3306 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
3307
3308         * gnus-art.el (gnus-boring-article-headers): New values:
3309         'to-list and 'cc-list.
3310
3311 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3312
3313         * spam.el (spam-setup-widening): new function to set
3314         nnimap-split-download-body, we add it to gnus-get-new-news-hook
3315         (spam-list-of-statistical-checks): list of statistical splitter
3316         checks
3317         (spam-split): added a widen call when a statistical check is
3318         enabled
3319
3320 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3321
3322         * gnus-msg.el (gnus-user-agent): Changed default to
3323         'emacs-gnus-type, renamed 'full.
3324
3325 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3326
3327         * nnfolder.el (nnfolder-request-accept-article): Don't use
3328         mail-header-unfold-field.
3329
3330 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3331
3332         * imap.el (imap-ssl-open): Don't depend on ssl.el.
3333         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
3334
3335 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3336
3337         * spam.el: add spam-stat-load to gnus-get-new-news-hook
3338         (spam-split): remove spam-stat-load call
3339
3340 2003-02-26  Simon Josefsson  <jas@extundo.com>
3341
3342         * gnus-sum.el (gnus-summary-toggle-header): Run
3343         gnus-article-decode-hook instead of calling a-decode-encoded-words
3344         directly (the latter is run as part of the former).
3345
3346 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3347
3348         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
3349
3350 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
3351
3352         * message.el (message-sendmail-envelope-from): New option.
3353         (message-sendmail-envelope-from): New function.
3354         (message-send-mail-with-sendmail): Use it.
3355
3356 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
3357
3358         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
3359         compensation for TDMA addresses.
3360
3361 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3362
3363         * gnus-msg.el (gnus-user-agent): New variable.
3364         (gnus-version-expose-system): Removed.  Obsoleted by
3365         `gnus-user-agent'.
3366         (gnus-extended-version): Use `gnus-user-agent'.
3367
3368 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3369
3370         * spam.el (spam-stat-register-spam-routine,
3371         spam-stat-register-ham-routine): remove spam-stat-save
3372         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
3373
3374 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3375
3376         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
3377         reference.
3378
3379 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3380
3381         * nnheader.el (nnheader-find-nov-line): Changed midpoint
3382         calculation to avoid integer overflow.
3383
3384 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3385
3386         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
3387
3388 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
3389         * spam.el: disabled spam-get-article-as-filename
3390
3391         From Michael Shields  <shields@msrl.com>
3392
3393         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
3394         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
3395         * gnus-sum.el (gnus-summary-expire-articles): Use it.
3396         * spam.el (spam-summary-prepare-exit): Use it.
3397         * gnus.el (gnus-install-group-spam-parameters): New.
3398         * spam.el (spam-group-ham-processor-copy-p): New.
3399         * spam.el (spam-summary-prepare-exit): Support for ham copying.
3400         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
3401         that would cause the current message to be moved if the group had
3402         no spam.
3403         * spam.el (spam-ham-move-routine): New `copy' argument.
3404
3405 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3406         From Martin Thornquist <martint@ifi.uio.no>
3407
3408         * gnus-topic.el (gnus-topic-select-group): Select last group if
3409         after last group.
3410         * gnus-group.el (gnus-group-select-group): Ditto.
3411
3412 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
3415         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
3416         point-at-(b|e)ol which aren't available in Emacs 20.
3417
3418         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
3419
3420 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3421
3422         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
3423         clause of the condition-case statement.  Errors connecting to a
3424         server no longer terminate gnus.
3425
3426         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
3427         make its use obvious.  Added no-nothing case to avoid
3428         opening(closing) servers when already open(closed).
3429         (gnus-agent-while-plugged): Added macro to facilitate internal use
3430         of gnus-agent-toggle-plugged.
3431         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
3432         temporarily open servers.
3433         (gnus-agent-get-undownloaded-list): Sort list of article numbers
3434         as sorting gnus-newsgroup-headers is wrong.
3435         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
3436         to temporarily open servers. Corrected logic to handle setting
3437         gnus-agent-mark-unread-after-downloaded.
3438         (gnus-agent-fetch-articles): Now handles headers with missing
3439         article sizes and/or missing article lengths.  Now clears the
3440         message buffer when finished.
3441         (gnus-agent-fetch-group-1): Position point before calling
3442         gnus-summary-set-agent-mark.
3443         (gnus-get-predicate): Corrected description, parameter is
3444         predicate not category.
3445         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
3446         provide a separate single group expiration function.
3447         (gnus-agent-regenerate-group): Now clears the message buffer when
3448         finished.
3449
3450 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3451
3452         * gnus.el (gnus-agent-target-move-group-header): New variable.
3453         * gnus-draft.el (gnus-draft-send): If special header
3454         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
3455         that group, instead of performing the regular sending functions.
3456
3457 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
3460
3461 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3462
3463         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
3464         variables.
3465         (message-make-fqdn): Use it.  Improved validity check.
3466
3467 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3468
3469         * message.el (message-user-mail-address): Check whether
3470         user-mail-address looks valid.
3471
3472         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
3473
3474         * gnus-util.el (gnus-fetch-original-field): New function.
3475
3476 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3477
3478         * message.el (message-mode): \\(...\\) around additional
3479         paragraph-separate alternative.
3480
3481 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
3482
3483         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
3484         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
3485         display key bindings.
3486         (gnus-mime-button-menu): Rewrite.
3487
3488 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3489
3490         * gnus-art.el (gnus-button-url-regexp): Removed `.
3491
3492 2003-02-23  Max Froumentin  <mf@w3.org>
3493
3494         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
3495
3496 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497
3498         * gnus-art.el (gnus-mime-action-on-part): Require a match
3499         interactively.
3500
3501         * gnus-start.el (gnus-save-newsrc-file): Use
3502         gnus-backup-startup-file.
3503         (gnus-backup-startup-file): New variable.
3504
3505 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * gnus.el (gnus-summary-buffer-name): Moved function here.
3508
3509         * gnus-draft.el (defun): Remove debug.
3510
3511 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
3512
3513         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
3514         can't open server.
3515
3516 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3517
3518         * gnus-draft.el (defun): Configure posting styles.
3519
3520         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
3521         the entry for the group exists before we alter it.
3522
3523 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3524
3525         * message.el (message-mode): MML tags separate paragraphs.  Small
3526         change from David S Goldberg <david.goldberg6@verizon.net>.
3527
3528         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
3529         `gnus-newsgroup-headers'.
3530
3531         * gnus-art.el (gnus-article-refer-article): Grok more message id
3532         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3533
3534 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
3535
3536         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
3537         use "path name".
3538
3539 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
3540
3541         * gnus-sum.el (gnus-summary-move-article)
3542         (gnus-summary-expire-articles): send data header for article, not
3543         just article ID
3544
3545         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
3546         (gnus-register-spool-action): added hashtable of message ID keys
3547         with message motion data
3548
3549 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
3550         From Reiner Steib  <Reiner.Steib@gmx.de>.
3551
3552         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
3553         variable, used in `gnus-button-mid-or-mail-heuristic'.
3554         (gnus-button-mid-or-mail-heuristic): New function derived from
3555         Florian Weimer's Perl script.
3556         (gnus-button-handle-mid-or-mail): Allow a function instead of
3557         'guess.
3558         (gnus-button-guessed-mid-regexp): Removed.
3559
3560 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * message.el (message-resend): Bind message-setup-hook to nil;
3563         remove X-Draft-From header.
3564
3565 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
3566
3567         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
3568         (gnus-newsgroup-undownloaded)
3569         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
3570         Doc fixes.
3571
3572 2003-02-17  John Paul Wallington  <jpw@gnu.org>
3573
3574         * gnus.el (gnus-shell-command-separator, gnus-email-address)
3575         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
3576
3577 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
3578
3579         * gnus-spec.el (gnus-xmas-format): Use insert instead of
3580         insert-string which is obsolete in Emacs 21.4.
3581
3582         * message.el (message-cross-post-followup-to-header): do.
3583
3584         * spam.el (spam-ifile-register-with-ifile)
3585         (spam-stat-register-spam-routine)
3586         (spam-stat-register-ham-routine)
3587         (spam-bogofilter-register-with-bogofilter): do.
3588
3589         * mailcap.el (mailcap-mime-data): Fix typo.
3590
3591         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
3592
3593 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
3594
3595         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
3596         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
3597         `gnus-cite-unsightly-citation-regexp'.
3598
3599 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
3602         even if there's just a header.
3603
3604 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
3605
3606         * message.el (message-fix-before-sending): Fix highlighting of
3607         illegible and invisible text.
3608
3609         * gnus-util.el (gnus-multiple-choice): Separate choices with
3610         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
3611
3612 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
3613
3614         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
3615
3616 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
3617
3618         * spam.el (spam-ham-move-routine)
3619         (spam-mark-spam-as-expired-and-move-routine): use
3620         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
3621         around process-mark manipulation on the group
3622
3623 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3624
3625         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
3626         submenu.
3627
3628 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629
3630         * mail-source.el (mail-source-fetch): Reverse the return value of
3631         the continuation question.
3632
3633 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634
3635         * nndraft.el (nndraft-request-move-article): Bind
3636         nnmh-allow-delete-final to t.
3637
3638 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3639
3640         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
3641
3642 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
3643
3644         * nntp.el (nntp-accept-process-output): Don't use point-max to get
3645         the buffer's size.
3646
3647 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
3648
3649         * nnheader.el: Added cygwin to system-type comparisons.
3650
3651 2003-01-27  Juanma Barranquero  <lektu@terra.es>
3652
3653         * imap.el (imap-mailbox-status): Fix typo.
3654
3655 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3656
3657         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
3658         online.
3659
3660 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3661
3662         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
3663         commands.
3664         * gnus-sum.el: Small change from Frank Weinberg
3665         <frank@usenet-rundfahrt.de>:
3666         (gnus-auto-center-group): New variable.
3667         (gnus-summary-read-group-1): Use it.
3668         (gnus-summary-next-group): Fix docstring.
3669
3670 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * gnus-util.el (gnus-faces-at): Simplify.
3673
3674 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3675
3676         * spam.el (spam-ham-move-routine)
3677         (spam-mark-spam-as-expired-and-move-routine): made the article
3678         move conditional, so it's not called even if there's nothing to move
3679
3680 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3681
3682         * message.el (message-unix-mail-delimiter): Accept any whitespace
3683         after the email address and before the date; do not require the
3684         space character.  From Kurt B. Kaiser <kbk@shore.net>.
3685
3686 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
3689         gnus-article-boring-faces variable is bound; use gnus-faces-at.
3690
3691         * gnus-util.el (gnus-faces-at): New macro.
3692
3693 2003-02-13  Michael Shields  <shields@msrl.com>
3694
3695         * gnus-cite.el
3696         (gnus-cite-attribution-suffix, gnus-cite-parse):
3697         Better handling for Microsoft citation styles.
3698         (gnus-unsightly-citation-regexp): New.
3699
3700 2003-02-12  Michael Shields  <shields@msrl.com>
3701
3702         * gnus-art.el (article-strip-banner): Strip both per-group and
3703         per-user-address banners.
3704         (article-really-strip-banner): New.
3705
3706 2003-02-12  Michael Shields  <shields@msrl.com>
3707
3708         * gnus-sum.el (gnus-article-goto-next-page,
3709         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
3710         relying on the summary bindings of `n' and `p'.
3711
3712 2003-02-12  Michael Shields  <shields@msrl.com>
3713
3714         * gnus-art.el (gnus-article-only-boring-p): New.
3715         (gnus-article-skip-boring): New.
3716         * gnus-cite.el (gnus-article-boring-faces): New.
3717         * gnus-sum.el (gnus-summary-next-page): Use
3718         gnus-article-only-boring-p.
3719
3720 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
3721
3722         * spam.el (spam-mark-spam-as-expired-and-move-routine)
3723         (spam-ham-move-routine): unmark all articles before marking those
3724         of interest and calling gnus-summary-move-article
3725
3726 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
3727
3728         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
3729         logically the complement of gnus-get-buffer-create and
3730         gnus-add-buffer.
3731
3732         * gnus-util.el (gnus-kill-buffer): do.
3733
3734         * nnmail.el: Autoload gnus-kill-buffer.
3735
3736 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3737
3738         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
3739         gnus-summary-goto-subject as gnus-summary-update-mark operates on
3740         the current LINE.
3741         (gnus-agent-summary-fetch-group): Minimized the number of times
3742         that the article is updated in the buffer.
3743
3744 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
3745
3746         * spam.el (spam-ham-move-routine): use the process-mark instead of
3747         gnus-current-article when moving articles
3748         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
3749
3750 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
3753         (gnus-topic-catchup-articles): Ditto.
3754         (gnus-topic-mark-topic): Reverse recursive logic.
3755
3756 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
3757
3758         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
3759         gnus-refer-thread-limit is t.
3760
3761 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
3762
3763         * mm-util.el (mm-mule-charset-to-mime-charset): Use
3764         sort-coding-systems to prefer utf-8 over utf-16.
3765
3766 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3767
3768         * gnus-agent.el (gnus-agent-expire-days):
3769         gnus-request-move-article depends on gnus-agent-expire to clean up
3770         the cache after moving the article.  Therefore, g-a-e-d can NOT
3771         default to nil or can gnus-agent-expire be disabled by doing so.
3772         If you don't want to run gnus-agent-expire, don't call it.
3773         (gnus-agent-expire): The broken test to disable gnus-agent-expire
3774         when g-a-e-d was NOT nil was removed.
3775         (gnus-agent-article-name): Removed unnecessary input test as
3776         article IDs are always strings.
3777         (gnus-agent-regenerate-group): Added check to protect against
3778         servers that generate absurdly long article IDs.  Valid IDs are
3779         less than 10 digits to avoid overflow errors.  Fixed logic error
3780         when ensuring that the final article ID is present in the new
3781         alist.
3782
3783 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784
3785         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
3786         next line after finding the parent.
3787
3788 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789
3790         * gnus.el (gnus-version-number): Bumped.
3791
3792 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3793
3794         * gnus.el: Oort Gnus v0.15 is released.
3795
3796 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3797
3798         * nnmail.el (nnmail-split-it): If a message ends up matching the
3799           same mailbox more than once, it will cause duplicates to appear
3800           in the mailbox.
3801
3802 2003-02-08  Simon Josefsson  <jas@extundo.com>
3803
3804         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
3805         code that only worked under Emacs.
3806
3807         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
3808         Das <satyaki@chicory.stanford.edu>.
3809
3810 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
3811
3812         * gnus-art.el (gnus-article-refer-article): Use
3813         gnus-replace-in-string.
3814
3815         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
3816         (gnus-remove-duplicates): do.
3817
3818 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3819
3820         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
3821         (gnus-request-scan): set
3822         gnus-internal-registry-spool-current-method to gnus-command-method
3823         before a request-scan operation
3824
3825         * gnus-registry.el (regtest-nnmail): use
3826         gnus-internal-registry-spool-current-method
3827
3828 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3829
3830         * mail-source.el (mail-source-fetch): Typo fix.
3831
3832 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3833
3834         * nnmail.el (nnmail-spool-hook): new hook
3835         (nnmail-cache-insert): call nnmail-spool-hook
3836
3837         * gnus-registry.el: new file with examples of using the hooks
3838
3839         * gnus.el (gnus-registry): added registry customization group
3840         (gnus-group-prefixed-name): improve function to return full group
3841         name optionally
3842         (gnus-group-guess-prefixed-name): shortcut to
3843         gnus-group-prefixed-name, using just the group name
3844         (gnus-group-full-name): always get a group's full name
3845         (gnus-group-guess-full-name): shortcut, using just the group name
3846
3847         * gnus-sum.el (gnus-summary-article-move-hook)
3848         (gnus-summary-article-delete-hook)
3849         (gnus-summary-article-expire-hook): new hooks
3850         (gnus-summary-move-article, gnus-summary-expire-articles)
3851         (gnus-summary-delete-article): invoke the new hooks
3852
3853 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
3854
3855         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
3856         from message-ID
3857
3858 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
3859
3860         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
3861
3862 2003-02-07  John Paul Wallington  <jpw@gnu.org>
3863
3864         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
3865         (mm-write-region, mm-detect-coding-region): Doc fixes.
3866
3867 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3868
3869         * mail-source.el (mail-source-fetch): Ignore errors.
3870         (mail-source-ignore-errors): New variable.
3871
3872         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
3873         articles.
3874
3875         * gnus-msg.el (gnus-version-expose-system): Change default.
3876
3877 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
3878
3879         * gnus-msg.el (gnus-version-expose-system): New variable.
3880
3881 2003-02-07  Simon Josefsson  <jas@extundo.com>
3882
3883         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
3884         patch from deskpot@myrealbox.com (Vasily Korytov).
3885
3886 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3887
3888         * gnus-art.el (article-display-face): Get the Face header from
3889         the current buffer.
3890
3891 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3892
3893         * gnus-art.el (gnus-mime-view-part-internally): Bind
3894         buffer-read-only to nil.
3895
3896 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
3899         from g-a-e-1 to g-a-e-2.
3900
3901 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
3902
3903         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
3904         of bbdb-search-simple, use spam-use-BBDB-exclusive
3905         (spam-check-whitelist): use spam-use-whitelist-exclusive
3906         (spam-use-whitelist-exclusive): new variable affecting
3907         spam-use-whitelist
3908         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
3909
3910 2003-02-05  Simon Josefsson  <jas@extundo.com>
3911
3912         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
3913         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
3914         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
3915         (gnus-agent-expire-1): New.
3916         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
3917         (gnus-agent-expire-2): New.
3918
3919 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
3920
3921         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
3922         "delete-if" is misleading because it isn't actually destructive.
3923
3924         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
3925
3926         * nnmail.el (nnmail-purge-split-history): do.
3927
3928         * gnus-win.el (gnus-get-buffer-window): do.
3929
3930         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
3931         let-binding.
3932         (gnus-simplify-all-whitespace): do.
3933
3934 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3935
3936         * gnus-delay.el (gnus-delay-article): Fix binding of the
3937         nndraft:delayed group.
3938
3939 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3940
3941         * gnus.el (spam group parameters): change 'other to 'const in
3942         the group parameter definitions to soothe XEmacs
3943
3944 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3945
3946         * gnus-delay.el (gnus-delay-article): Really create
3947         nndraft:delayed group if it doesn't exist.
3948
3949 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
3950
3951         * gnus-sum.el (gnus-summary-search-article): Speed up by
3952         disabling various visual features while searching.
3953         (gnus-summary-recenter): Test gnus-auto-center-summary first.
3954
3955 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
3956
3957         * spam.el (spam-list-of-checks): Don't quote nil and t in
3958         docstrings.  From the elisp manual:
3959
3960            When a documentation string refers to a Lisp symbol, write
3961            it [..] with single-quotes around it.  [..] There are two
3962            exceptions: write t and nil without single-quotes.
3963
3964         * messcompat.el (message-from-style): do.
3965
3966         * message.el (message-send-mail): do.
3967
3968         * gnus-util.el (gnus-use-byte-compile): do.
3969
3970         * gnus-score.el (gnus-score-lower-thread): do.
3971
3972         * gnus-int.el (gnus-server-unopen-status): do.
3973
3974         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
3975         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
3976
3977         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
3978         (gnus-group-parameters): do.
3979
3980         * gnus-art.el (gnus-article-mime-match-handle-function): do.
3981
3982         * mm-decode.el (mm-text-html-renderer): do.
3983
3984 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3985
3986         * nnheader.el (nnheader-directory-separator-character): Change the
3987         way to compute the dafault value.
3988
3989 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
3990
3991         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
3992         (gnus-button-alist): Fix regexp for describe-key.
3993         (gnus-button-handle-describe-function)
3994         (gnus-button-handle-describe-variable)
3995         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
3996         (gnus-button-handle-apropos-variable)
3997         (gnus-button-handle-apropos-documentation): Docstring fix.
3998
3999         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
4000
4001 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4002
4003         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
4004         to nil.
4005
4006         * nnmail.el: Removed gnus-util autoload.
4007
4008         * gnus.el: Use gnus-prin1-to-string throughout.
4009
4010         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
4011         print-level.
4012
4013         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
4014         (gnus-treat-display-grey-xface): Removed.
4015
4016         * gnus-fun.el (gnus-grab-cam-face): New.
4017         (gnus-convert-image-to-gray-x-face): Removed.
4018         (gnus-convert-gray-x-face-to-xpm): removed.
4019         (gnus-convert-gray-x-face-region): Removed.
4020         (gnus-grab-gray-x-face): Removed.
4021
4022         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
4023
4024 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
4025
4026         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
4027         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
4028         bound.
4029
4030         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
4031
4032 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
4033
4034         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
4035         Remove -- these are bogus options which are never used.
4036
4037 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
4038
4039         * gnus-art.el (gnus-article-mode): Use summary tool bar.
4040
4041 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
4042
4043         * spam.el (spam-check-blackholes)
4044         (spam-blackhole-good-server-regex): new variable to skip some IPs
4045         when checking blackholes; use it
4046         (spam-check-bogofilter-headers)
4047         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
4048         case more X-Bogosity is used than just "Yes/No"
4049         (spam-ham-move-routine): semi-fixed, only first article is
4050         properly moved now
4051
4052 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
4053
4054         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
4055         as well.
4056
4057         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
4058
4059         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
4060
4061         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
4062
4063         * gnus-bcklg.el (gnus-backlog-shutdown): do.
4064
4065         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
4066
4067 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4068
4069         * gnus-fun.el (gnus-face-encode): New function.
4070         (gnus-convert-png-to-face): Use it.
4071
4072         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
4073
4074 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
4075
4076         * mm-decode.el (mm-dissection-list): Remove.
4077         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
4078         only used in mm-remove-all-parts.
4079         (mm-remove-all-parts): Remove it, it's never called.
4080
4081 2003-01-25  Simon Josefsson  <jas@extundo.com>
4082
4083         * gnus-group.el (gnus-group-make-group): Report errors.
4084
4085         * nnimap.el (nnimap-request-create-group): Ditto.
4086
4087         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
4088
4089         * sieve.el (sieve-upload): Fix error printing.
4090
4091         * mm-encode.el (mm-qp-or-base64): Always QP iff
4092         mm-use-ultra-safe-encoding and cleartext PGP.
4093
4094         * gnus-sum.el (gnus-summary-select-article): Inhibit
4095         redisplay (mainly for secured messages).
4096
4097         * nnmail.el (nnmail-article-group): Copy body too (but don't
4098         process it).
4099
4100 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
4101
4102         * gnus-art.el (gnus-article-setup-buffer): Reset
4103         gnus-button-marker-list.
4104
4105 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4106
4107         * nntp.el (nntp-read-timeout): Default to using a second delay
4108         under Microsoft Windows.
4109
4110 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * nnheader.el (nnheader-directory-separator-character): New
4113         variable.
4114
4115 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4116
4117         * gnus-agent.el (gnus-agent-max-fetch-size)
4118         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
4119         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
4120         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
4121         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
4122         (gnus-agent-braid-nov, gnus-agent-load-alist)
4123         (gnus-agent-article-alist-save-format)
4124         (gnus-agent-read-agentview, gnus-agent-save-alist)
4125         (gnus-agent-fetch-group-1, gnus-agent-expire)
4126         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
4127         (gnus-agent-regenerate-group): Reformat to keep under eighty
4128         columns.  Reword docstrings so that first line is under eighty
4129         chars and a complete sentence.  Still need to work on the rear
4130         end of the file, in particular gnus-agent-expire.
4131
4132 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4133
4134         * gnus-agent.el (gnus-agentize): Indent.
4135
4136         * gnus.el (gnus-version-number): Bumped.
4137
4138 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4139
4140         * gnus.el: Oort Gnus v0.14 is released.
4141
4142 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4143
4144         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
4145         before beginning.  Tiny patch from Mark Thomas
4146         <swoon@bellatlantic.net>.
4147
4148 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4149
4150         * spam.el (spam-check-blackholes, spam-split)
4151         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
4152         gnus-message calls to show to users what spam.el is doing
4153
4154 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
4155
4156         * gnus-msg.el (gnus-message-replysign)
4157         (gnus-message-replyencrypt): Fix typo.
4158
4159 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4160
4161         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
4162         details.
4163
4164 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165
4166         * gnus-art.el (gnus-article-press-button): let* -> let.
4167         (gnus-mime-security-show-details): Cleaned up.
4168         (gnus-mime-security-press-button): Save excursion.
4169         (gnus-insert-mime-security-button): Clean up.
4170
4171         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
4172
4173         * gnus-async.el (gnus-async-wait-for-article): Don't use a
4174         timeout.
4175
4176         * nntp.el (nntp-accept-process-output): Removed timeout.
4177         (nntp-read-timeout): New variable.
4178         (nntp-accept-process-output): Use it.
4179
4180         * gnus-sum.el (gnus-data-find-list): Remove *.
4181
4182 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4183
4184         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
4185         introduced on 2002-01-22.
4186         (gnus-summary-first-unseen-or-unread-subject): Ditto.
4187
4188 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
4189
4190         * spam.el (spam-check-regex-headers, spam-list-of-checks)
4191         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
4192         checks of incoming mail based on simple header regexp matching
4193
4194 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
4195
4196         * gnus-sum.el (gnus-spam-mark): set to `$'
4197
4198 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4199
4200         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
4201         gnus-newsgroup-unfetched, the list of articles whose headers have
4202         not been fetched from the server.
4203
4204         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
4205         parameter as it never worked due to a bug.  Added check to prevent
4206         selection of any article in the gnus-newsgroup-unfetched list.
4207         (gnus-summary-find-prev): Added check to prevent selection of any
4208         article in the gnus-newsgroup-unfetched list.
4209         (gnus-summary-first-subject): Documented API. Modified
4210         implementation so that constraints are handled independently.
4211         Added check to prevent selection of any article in the
4212         gnus-newsgroup-unfetched list.
4213         (gnus-summary-first-unseen-subject): Updated parameters in
4214         gnus-summary-first-subject call to match new API.
4215         (gnus-summary-first-unseen-or-unread-subject): Ditto.
4216         (gnus-summary-catchup): Do not mark unfetched articles as read.
4217
4218 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
4219
4220         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
4221         make-obsolete-variable allows only two arguments in XEmacs and
4222         Emacs 20.
4223
4224         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
4225         gnus-article-hide-pgp.
4226         (gnus-summary-make-menu-bar): do.
4227
4228         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
4229         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
4230         gnus-article-hide-pgp.
4231         (article-hide-pgp): Remove.
4232         (gnus-article-hide): Remove gnus-article-hide-pgp.
4233
4234         * gnus.el: Remove gnus-article-hide-pgp
4235
4236 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4237
4238         * message.el (message-required-headers): Doc fix.
4239
4240 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
4241
4242         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
4243         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
4244         option to make ifile a purely binary classifier
4245
4246 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4247
4248         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
4249         (mml-secure-encrypt-pgpmime): Removed double.
4250
4251         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
4252         debugging statements.
4253
4254 2003-01-21  Andreas Fuchs  <asf@void.at>
4255
4256         * mml-sec.el (mml-sign-alist): Added pgpauto.
4257
4258 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4259
4260         * gnus.el (gnus-version-number): Bumped version number.
4261
4262 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4263
4264         * gnus.el: Oort Gnus v0.13 is released.
4265
4266 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4267
4268         * gnus-art.el (gnus-button-url-regexp): Removed |.
4269
4270         * message.el (message-send-hook): Doc fix.
4271
4272         * gnus-win.el (gnus-buffer-configuration): Display article
4273         instead of article-copy when `reply'.
4274
4275 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
4276
4277         * gnus.el (gnus-format): Change customize group to gnus.
4278         (gnus-cache): Add link.
4279         (gnus-group-charter-alist): Fix docstring.
4280
4281 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
4282
4283         * mailcap.el (mailcap-print-command): lpr-command might be
4284         unbound in XEmacs.
4285
4286 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4287
4288         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
4289
4290         * gnus-sum.el (gnus-summary-update-article-line): Fixed
4291         calculation of net characters added for use in the gnus-data
4292         structure.
4293
4294 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4295
4296         * nnmail.el (nnmail-process-unix-mail-format): Improve error
4297         message.  Suggested by Jari Aalto.
4298
4299 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * gnus-art.el (gnus-article-followup-with-original): Clean up.
4302         (gnus-article-reply-with-original): Ditto.
4303
4304         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
4305         read articles don't become unread.
4306
4307 2003-01-17  Simon Josefsson  <jas@extundo.com>
4308
4309         * gnus-fun.el (gnus-x-face-from-file):
4310         (gnus-face-from-file): Suggest image format in minibuffer prompt.
4311
4312         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4313         (gnus-convert-image-to-face-command): Doc fix.
4314
4315 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4316
4317         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
4318
4319 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
4320
4321         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
4322         avoid encoding problems.
4323
4324         * mailcap.el (mailcap-ps-command): New variable.
4325         (mailcap-mime-data): Add print entry where applicable.  Use
4326         pdftotext on a tty.
4327
4328 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4329
4330         * gnus-sum.el (gnus-alter-header-function): Add type and group.
4331
4332 2003-01-16  Simon Josefsson  <jas@extundo.com>
4333
4334         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4335         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
4336         (gnus-face-from-file): Doc fix; don't mention image format.
4337
4338 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4339
4340         * spam.el (spam-get-article-as-filename): new function (unused for now)
4341         (spam-get-article-as-buffer): new function
4342         (spam-get-article-as-string): use spam-get-article-as-buffer
4343         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
4344
4345 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4346
4347         * gnus-agent.el: Don't use `path'.
4348         From the GNU coding standards:
4349
4350             Please do not use the term ``pathname'' that is used in Unix
4351             documentation; use ``file name'' (two words) instead.  We use
4352             the term ``path'' only for search paths, which are lists of
4353             directory names.
4354
4355         * nnsoup.el (nnsoup-file-name): Ditto.
4356
4357         * nnmail.el (nnmail-pathname-coding-system): Ditto.
4358         (nnmail-group-pathname): Ditto.
4359
4360         * nnimap.el (nnimap-group-overview-filename): Ditto.
4361
4362         * nnheader.el (nnheader-pathname-coding-system): Ditto.
4363         (nnheader-group-pathname): Ditto.
4364
4365         * nnfolder.el (nnfolder-group-pathname): Ditto.
4366
4367         * gnus.el (gnus-home-directory): Ditto.
4368
4369         * gnus-group.el (gnus-group-icon-list): Ditto.
4370
4371 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
4372
4373         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
4374
4375         * message.el (message-mode-menu): Use it.
4376         (message-mode-menu): Deactivate "Yank Original" if there's no
4377         reply buffer.
4378
4379         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
4380
4381         * message.el (message-mark-active-p): New function.
4382
4383 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
4384
4385         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
4386         (spam-bogofilter-database-directory): new variables
4387         (spam-check-bogofilter-headers, spam-check-bogofilter)
4388         (spam-bogofilter-register-with-bogofilter)
4389         (spam-bogofilter-register-spam-routine)
4390         (spam-bogofilter-register-ham-routine)
4391         (spam-group-ham-processor-bogofilter-p): new functions for the new
4392         Bogofilter interface
4393         (spam-summary-prepare-exit): use the new Bogofilter functions
4394         (spam-list-of-checks): added spam-use-bogofilter-headers
4395         (spam-bogofilter-score): rewrote function
4396         (spam-check-bogofilter): optional score parameter, uses
4397         spam-check-bogofilter-headers better
4398         (spam-check-bogofilter-headers): optional score parameter
4399
4400         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
4401         default, in the gnus-start customization group.  Used to disable
4402         the spam-*/ham-* parameters.
4403         (gnus-group-ham-exit-processor-bogofilter): new ham processor
4404
4405 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
4406
4407         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
4408         XEmacs.
4409
4410         * gnus-ems.el (gnus-mark-active-p): do.
4411
4412 2003-01-15  Kevin Ryde  <user42@zip.com.au>
4413
4414         * gnus.texi (Using MIME): Mention auto-compression-mode with
4415         gnus-mime-copy-part.
4416
4417 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4418
4419         * message.el (message-send): Don't warn about duplicates when
4420         superseding.
4421
4422 2003-01-15  Simon Josefsson  <jas@extundo.com>
4423
4424         * nnimap.el (nnimap-split-download-body): New variable.
4425         (nnimap-split-articles): Use it.
4426
4427 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4428
4429         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
4430         integrity checker was incorrectly flagging, and removing, articles
4431         whose article number was negative.
4432         (gnus-agent-fetch-group-1): When executed in the group's summary
4433         buffer, refresh each downloaded line to update the status flag and
4434         font.  Preserve the value of gnus-newsgroup-headers so that
4435         gnus-agent-fetch-articles can split the requests by size.
4436         (gnus-agent-expire): Corrected day calculation for when
4437         gnus-agent-expire-days contains a list.
4438
4439 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
4442
4443 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
4444
4445         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
4446           /usr/bin/play as default player.
4447           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
4448
4449 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4450
4451         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
4452         articles to be marked as well.
4453
4454 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4455         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
4456         fictious headers generated by nnagent (ie. Undownloaded Article
4457         ####) in the list of articles that have not been downloaded.
4458
4459         * gnus-int.el (): Added require declarations to resolve
4460         compile-time warnings.
4461         (gnus-open-server): If the server status is set to offline,
4462         recursively execute gnus-open-server to open the offline backend
4463         (e.g. nnagent).
4464
4465 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
4466
4467         * gnus-art.el (gnus-article-reply-with-original): Use
4468         gnus-mark-active-p.
4469         (gnus-article-followup-with-original): do.
4470
4471 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4472
4473         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
4474
4475 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4476
4477         * gnus-score.el (gnus-score-edit-file-at-point): New function.
4478         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
4479
4480 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
4481
4482         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
4483         (gnus-face-from-file): Ditto.
4484
4485 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4486
4487         * gnus-sum.el (gnus-articles-to-read): Don't just apply
4488         gnus-alter-articles-to-read-function to the unread articles.
4489
4490 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4491
4492         * deuglify.el (gnus-article-outlook-unwrap-lines)
4493         (gnus-article-outlook-repair-attribution)
4494         (gnus-article-outlook-rearrange-citation): New function names,
4495         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
4496         doc-string.
4497
4498         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
4499         removed `W k' key binding (use `W Y f' instead).
4500         (gnus-summary-make-menu-bar): Use new function names.
4501
4502 2003-01-13  Simon Josefsson  <jas@extundo.com>
4503
4504         * gnus-fun.el (gnus-random-x-face): Doc fix.
4505         (gnus-insert-random-x-face-header): New function.
4506
4507 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
4508
4509         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
4510         mark is not active.
4511
4512         * gnus-msg.el (gnus-inews-do-gcc): Comment.
4513
4514         * gnus-ems.el (gnus-mark-active-p): New function.
4515
4516         * gnus-group.el (gnus-topic-mode-p): New function.
4517         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
4518         Deactivate items if mark is not active.
4519
4520 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * gnus.el (gnus-version-number): Bumped version.
4523         (gnus-summary-line-format): Doc fix.
4524
4525 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4526
4527         * gnus.el: Oort Gnus v0.12 is released.
4528
4529 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4530
4531         * mail-source.el (mail-sources): Removed autoload to make it
4532         compile under XEmacs.
4533
4534 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
4535
4536         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
4537         regexp or a function too.
4538         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
4539         confirmation even if the original article is mail.
4540
4541 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4542
4543         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
4544         articles to be marked when not yanking.
4545
4546 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
4547
4548         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
4549
4550 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4551
4552         * gnus-fun.el (gnus-face-from-file): Autoload.
4553
4554         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
4555         errors.
4556
4557 2003-01-12  Simon Josefsson  <jas@extundo.com>
4558
4559         * sieve.el (sieve-upload-and-bury): New.  Suggested by
4560         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
4561
4562         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
4563         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
4564
4565 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4566
4567         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
4568         in every string.
4569
4570         * gnus.el (gnus-version-number): Bumped version number.
4571
4572 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4573
4574         * gnus.el: Oort Gnus v0.11 is released.
4575
4576 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
4577
4578         * message.el (message-fetch-reply-field): Narrow to headers.
4579
4580         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
4581         if Gnus isn't alive.
4582
4583 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4584
4585         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
4586         marks from articles that are already stored in the agent.
4587         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
4588         backup copy of an invalid .overview file for later analysis.
4589
4590 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
4591
4592         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
4593         exit work with two frames.
4594
4595 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
4596
4597         * message.el (message-forward-make-body): Use mule4.
4598
4599 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600
4601         * message.el (message-mode-map): Move wide-reply command.
4602
4603 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
4604
4605         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
4606         castellano.
4607         (gnus-outlook-display-hook): New variable.
4608         (gnus-outlook-display-article-buffer): New function.
4609         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
4610         (gnus-outlook-deuglify-article): Made them interactive and added
4611         optional arg.  Use `g-o-d-a-b'.
4612         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
4613
4614         * gnus-sum.el: Added autoloads.
4615         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
4616         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
4617
4618 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4619
4620         * gnus-art.el (gnus-display-mime): Use the mime emulation
4621         variable.
4622
4623         * gnus-sum.el (gnus-article-emulate-mime): New variable.
4624
4625         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
4626         newsrc-alist is initialized properly.
4627
4628         * mail-source.el (mail-sources): Autoload.
4629
4630         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
4631         nil.
4632
4633         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
4634         insert two newlines.
4635
4636         * message.el (message-check-news-header-syntax): Compute the
4637         header length correctly.
4638
4639 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4640
4641         * gnus-agent.el (gnus-agent-expire): Do not remove article from
4642         alist when keeping fetched article file.
4643         (gnus-agent-retrieve-headers): When parsing response for article
4644         numbers, use the same algorithm as gnus-agent-braid-nov to protect
4645         against garbage in the server's response.
4646
4647         * gnus-int.el (gnus-request-expire-articles,
4648         gnus-request-move-article): Only expire when the group's server
4649         has been agentized.
4650
4651 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652
4653         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
4654         errors when deleting overlays.
4655
4656         * gnus-score.el (gnus-score-followup): Allow tracing.
4657
4658         * gnus-art.el (gnus-treat-display-face): New variable.
4659         (article-display-face): New command.
4660
4661         * gnus-fun.el (gnus-face-from-file): New function.
4662         (gnus-convert-face-to-png): Ditto.
4663
4664         * gnus-art.el (gnus-ignored-headers): Added Face.
4665
4666 2003-01-10  Simon Josefsson  <jas@extundo.com>
4667
4668         * nndraft.el (nndraft-request-group): Avoid crash in
4669         directory-files when draft directory doesn't exists.
4670
4671         * gnus-sum.el (gnus-select-article-hook): Add :option.
4672
4673 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4674
4675         * spam.el (spam-use-stat): new variable
4676         (spam-group-spam-processor-stat-p)
4677         (spam-group-ham-processor-stat-p): new convenience functions
4678         (spam-summary-prepare-exit): add spam/ham processors to sequence
4679         (spam-list-of-checks): add spam-use-stat to list of checks
4680         (spam-split): conditionally load the spam-stat tables
4681         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
4682         spam-check-ifile): new functions
4683
4684         * spam-stat.el (spam-stat): typo fix
4685         (spam-stat-install-hooks): new variable
4686         (spam-stat-split-fancy-spam-group): added documentation clarification
4687         (spam-stat-split-fancy-spam-threshhold): new variable
4688         (spam-stat-install-hooks): make hooks conditional
4689         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
4690
4691         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
4692         spam-stat ham/spam processor symbols
4693
4694 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695
4696         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
4697         file exists.
4698
4699 2003-01-10  Simon Josefsson  <jas@extundo.com>
4700
4701         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
4702         undownloaded/downloadable only when unplugged.
4703
4704 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
4705
4706         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
4707
4708 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4709
4710         * spam.el (spam-check-ifile): fixed call-process-region to use the
4711         db parameter only if it's set
4712         (spam-ifile-register-with-ifile): ditto
4713
4714 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
4715
4716         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
4717         spam-stat-nbad before creating the hash table.
4718         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
4719         Changed copyright statement to FSF.
4720
4721 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4722
4723         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
4724         processable articles as read.
4725         (gnus-agent-summary-fetch-series): Remove processable and
4726         downloadable marks on all downloaded articles in the series.
4727
4728         * nntp.el (nntp-report): Throw error after reporting the problem.
4729         (nntp-accept-process-output): Corrected error check to report an
4730         error when the process is nil.
4731
4732 2003-01-09  Simon Josefsson  <jas@extundo.com>
4733
4734         * message.el (message-tool-bar-map): Add preview.
4735
4736 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
4737
4738         * mml.el (mml-preview): Get rid of MIME handles and buffers after
4739         previewing.
4740
4741 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
4742
4743         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
4744         bug when the (n+1)th article to be added to a group has a smaller
4745         number than the n articles already added.
4746
4747 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
4748
4749         * message.el (message-mode-field-menu): Use backquote.
4750
4751 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
4752
4753         * spam.el: fixed the BBDB autoloads again, using
4754         bbdb-search-simple now (which is not a macro, thank god)
4755
4756         * lpath.el (bbdb-search): removed function from maybe-fbind list
4757
4758         * gnus.el (ham-process-destination): added new parameter for
4759         destination of ham articles found in spam groups at summary exit
4760
4761         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
4762         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
4763         (spam-ifile-database-path): added new parameter for ifile's database
4764         (spam-move-spam-nonspam-groups-only): new parameter to determine
4765         if spam should be moved from all groups or only some
4766         (spam-summary-prepare-exit): fixed logic to use
4767         spam-move-spam-nonspam-groups-only when deciding to invoke
4768         spam-mark-spam-as-expired-and-move-routine; always invoke that
4769         routine after the spam has been expired-or-moved in case there's
4770         some spam left over; use spam-ham-move-routine in spam groups
4771         (spam-ham-move-routine): new function to move ham articles to the
4772         ham-process-destinations group parameter
4773
4774 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775
4776         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
4777
4778         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
4779         gnus-summary-update-article-line.
4780
4781 2003-01-08  Simon Josefsson  <jas@extundo.com>
4782
4783         * nnmail.el (nnmail-expiry-target-group): Request group, create it
4784         not successful.
4785
4786 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
4789
4790 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4791
4792         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
4793         logic, finally
4794
4795 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4796
4797         * gnus-spec.el (gnus-parse-format): %C is a complex format.
4798         (gnus-parse-format): Change to %~.
4799
4800         * message.el (message-generate-headers): Don't generate optional
4801         empty headers.
4802
4803 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4804
4805         * message.el (message-cross-post-default)
4806         (message-cross-post-note-function, message-shoot-gnksa-feet)
4807         (message-strip-subject-trailing-was, message-change-subject)
4808         (message-mark-insert-file, message-cross-post-followup-to)
4809         (message-cross-post-followup-to, message-mode-map)
4810         (message-generate-unsubscribed-mail-followup-to)
4811         (message-make-mail-followup-to): Minor changes to doc-strings and
4812         error messages.  Updated copyright line.
4813
4814         * message.el (message-make-mail-followup-to,
4815         message-generate-unsubscribed-mail-followup-to): New function
4816         names.  Renamed functions: "-mft" -> "-mail-followup-to".
4817         (message-make-mft, message-gen-unsubscribed-mft): Removed function
4818         names.
4819
4820         * mml.el (mml-preview-insert-mail-followup-to): New function name.
4821         (mml-preview-insert-mft): Removed function name.
4822         (mml-preview): Use new function names.
4823
4824         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
4825
4826         * message.el (message-mode-field-menu): Moved header related
4827         commands from "Message" to "Field" menu.
4828
4829 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4830
4831         * message.el (message-generate-headers-first): Added customization
4832         if variable is a list.
4833
4834 2003-01-07  Michael Shields  <shields@msrl.com>
4835
4836         * gnus-art.el (gnus-article-next-page): Correctly handle the case
4837         where the last line of the article is the last line of the window.
4838
4839 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4840
4841         * gnus-msg.el (gnus-debug): Use ignore-errors.
4842
4843         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
4844         `gnus-summary-update-line'.
4845
4846 2003-01-08  Simon Josefsson  <jas@extundo.com>
4847
4848         * gnus-art.el (gnus-unbuttonized-mime-types)
4849         (gnus-buttonized-mime-types): Doc fix.
4850
4851 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
4852
4853         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
4854
4855 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4856
4857         * nnrss.el (nnrss-group-alist): Add and clear up.
4858
4859 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4860
4861         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
4862
4863         * lpath.el (bbdb-search): added BBDB functions for a better way to
4864         fix missing functions
4865
4866         * spam.el (spam-check-ifile): if should be an unless
4867
4868         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
4869         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
4870         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
4871
4872 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4873
4874         * gnus-sum.el (gnus-summary-make-menu-bar): Added
4875         gnus-summary-refer-thread to thread menu.
4876
4877 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4878
4879         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
4880         summary buffer, articles that cannot be fetched are marked as
4881         canceled.
4882
4883         * nntp.el (nntp-with-open-group): The quit signal handler must
4884         propagate the quit signal to the next outer handler so that the
4885         caller knows that the request aborted abnormally.
4886
4887 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4888
4889         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
4890         (spam-ifile-register-spam-routine)
4891         (spam-ifile-register-ham-routine): added ifile functionality that
4892         does not use ifile-gnus.el to classify and register articles
4893         (spam-get-article-as-string): convenience function
4894         (spam-summary-prepare-exit): added ifile spam and ham registration
4895         (spam-ifile-all-categories, spam-ifile-spam-category)
4896         (spam-ifile-path, spam-ifile): added customization options
4897
4898         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
4899         exit processor
4900         (spam-process): added gnus-group-ham-exit-processor-ifile to the
4901         list of choices
4902
4903 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4904
4905         * gnus-score.el (gnus-score-followup): Also score immediate
4906         followups.
4907
4908 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909
4910         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
4911
4912 2003-01-07  Simon Josefsson  <jas@extundo.com>
4913
4914         * message.el (message-mode-menu): Fix receipt balloon help.
4915
4916 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
4917
4918         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
4919         always be interpreted as news.
4920
4921 2003-01-07  Simon Josefsson  <jas@extundo.com>
4922
4923         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
4924         gnus-sieve-script, instead of the global variable
4925         gnus-sieve-crosspost.  One-line patch from Steinar Bang
4926         <sb@dod.no>.
4927
4928 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4929
4930         * gnus.el: Renamed gnus-summary-*-uncached-face as
4931         gnus-summary-*-undownloaded-face to avoid confusing the agent with
4932         the cache.
4933
4934         * gnus-sum.el: Ditto.
4935
4936 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4937
4938         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
4939         in either the group or summary buffer.
4940         New command "JS", in summary buffer, will fetch articles per the
4941         group's category, predicate, and processable flags.
4942         (gnus-agent-summary-fetch-series): Rewritten to call
4943         gnus-agent-session-fetch-group once with all articles in the
4944         series.
4945         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
4946         return list of fetched articles.
4947         (gnus-agent-fetch-articles): Split fetch list into sublists such
4948         that the article buffer is only slightly larger than
4949         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
4950         the group's article alist is saved.
4951         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
4952         longer result in the agent trying to fetch an article.
4953         (gnus-agent-fetch-group-1): Can now be called in either the group
4954         or summary buffer.  Removed the max-fetch-size code that I added
4955         on 2002-12-13 as that capability is now part of
4956         gnus-agent-fetch-articles.  Added code to update summary buffer.
4957         When called in the group buffer, articles that can not be fetched
4958         are AUTOMATICALLY MARKED AS READ.
4959
4960         * gnus-sum.el (): Modified eval-when-compile to minimize
4961         misleading compilation warnings.
4962         (gnus-update-summary-mark-positions): Changed code to use
4963         gnus-undownloaded-mark rather than gnus-downloaded-mark.
4964
4965         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
4966         empty file as the parser assumes that the file isn't empty.
4967
4968         * nntp.el (nntp-send-string): The process-send-string call can,
4969         because it performs I/O on the process, change the process' state
4970         from open to closed.  If this happens, call nntp-report
4971         immediately to report the broken connection.
4972         (nntp-report): Rewritten to avoid needing a global variable to
4973         determine the appropriate course of action.  Instead, two function
4974         implementations are provided and the nntp-report function value is
4975         bound to the appropriate implementation.
4976         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
4977         (nntp-with-open-group): Now binds nntp-report's function cell
4978         rather than binding gnus-with-open-group-first-pass.  Added a
4979         condition-case to detect a quit during a nntp command.  When the
4980         quit occurs, the current connection is closed as a fetch articles
4981         request could have several megabytes queued up for reading.
4982         (nntp-retrieve-headers): Bind articles to itself.  If
4983         nntp-with-open-group repeats this command, I must have access to
4984         the original list of articles.
4985         (nntp-retrieve-groups): Ditto for groups.
4986         (nntp-retrieve-articles): Ditto for articles.
4987         (*): Replaced nntp-possibly-change-group calls to
4988         nntp-with-open-group forms in all, but one, occurrance.
4989         (nntp-accept-process-output): Bug fix. Detect when called with
4990         null process.
4991
4992 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
4993
4994         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
4995         if we don't need to.
4996         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
4997
4998 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4999
5000         * gnus-group.el (gnus-group-make-web-group): Pass the select
5001         method on to group-create.
5002         (gnus-group-line-format-alist): %U is an integer.
5003
5004         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
5005         ephemeral groups.
5006         (gnus-summary-read-group-1): Ditto.
5007         (gnus-group-make-articles-read): Ditto.
5008
5009         * mm-url.el (mm-url-program): Doc fix.
5010
5011         * message.el (message-mode-map): Rebound
5012         message-insert-wide-reply.
5013
5014 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
5017         color as `gnus-group-startup-message' does.
5018
5019 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
5020
5021         * spam.el: fixed line lengths to 80 chars or less
5022
5023         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
5024         "not-read" mark
5025         (gnus-summary-mark-forward): added the spam-mark to the list of
5026         marks not to be marked as "read" when viewed
5027
5028 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5029
5030         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
5031
5032         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
5033         Protect against unactive groups.
5034
5035         * message.el (message-check-news-header-syntax): Check long
5036         header lines.
5037         (message-check-news-header-syntax): Update `start'.
5038
5039         * gnus-group.el (gnus-group-expire-articles): Doc fix.
5040         (gnus-group-line-format): %U.
5041         (gnus-group-line-format-alist): ?U.
5042         (gnus-number-of-unseen-articles-in-group): New function.
5043
5044         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
5045
5046         * gnus.el (gnus-version-number): Bump version number.
5047
5048 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5049
5050         * gnus.el: Oort Gnus v0.10 is released.
5051
5052 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5053
5054         * gnus.el (gnus-version-number): Fix version number.
5055
5056 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5057
5058         * gnus.el: Oort Gnus v0.08 is released.
5059
5060 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
5061
5062         * mm-util.el: Add mm-string-make-unibyte.
5063
5064         * gnus-group.el (gnus-group-jump-to-group): Make it work for
5065         UTF-8 groups.
5066
5067 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5068
5069         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
5070
5071         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
5072
5073 2003-01-04  Kevin Ryde  <user42@zip.com.au>
5074
5075         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
5076         function.
5077
5078 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5079
5080         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
5081         (gnus-summary-read-group-1): Update group line.
5082         (gnus-summary-exit-no-update): Update group on exit.
5083
5084         * gnus-group.el (gnus-group-line-format): Add %*.
5085         (gnus-group-line-format-alist): Ditto.
5086         (gnus-group-insert-group-line): Set it.
5087         (gnus-group-is-exiting-p): New variable.
5088         (gnus-group-insert-group-line): Use it.
5089
5090 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
5091
5092         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
5093         enable BBDB ham processing
5094         (spam-blacklist-register-routine): enable blacklist spam processing
5095         (spam-whitelist-register-routine): enable whitelist ham processing
5096         (spam-fetch-field-from-fast): fast fetching of the "from" field
5097         from (gnus-data-list)
5098         (spam-summary-prepare-exit): works completely now
5099         (spam-use-blacklist): oops, should be nil by default
5100         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
5101         split processing now; before it was for summary exit as
5102         well but that's done with the spam-contents and spam-process
5103         parameters now
5104
5105 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
5106
5107         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
5108         characters.
5109
5110 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
5111
5112         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
5113         (spam-group-processor-p, spam-group-processor-bogofilter-p)
5114         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
5115         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
5116         (spam-mark-spam-as-expired-and-move-routine)
5117         (spam-generic-register-routine, spam-BBDB-register-routine)
5118         (spam-ifile-register-routine, spam-blacklist-register-routine)
5119         (spam-whitelist-register-routine): new functions
5120         (spam-summary-prepare-exit): added summary exit processing (expire
5121         or move) of spam-marked articles for spam groups; added slots for
5122         all the spam-*-register-routine functions
5123
5124 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5125
5126         * pop3.el (pop3-retr): Wait 500 msecs.
5127         (pop3-read-response): Ditto.
5128
5129         * gnus-msg.el (gnus-setup-message): Get the evaliation order
5130         right.
5131         (gnus-inews-make-draft): New function.
5132         (gnus-setup-message): Use it.
5133
5134         * message.el (message-required-headers): Add From.
5135
5136 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5137         Trivial patch from Norbert Koch <nk@viteno.net>.
5138
5139         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
5140
5141 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5142
5143         * message.el (message-generate-headers): Let header formatters do
5144         their work.
5145
5146 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
5147
5148         * deuglify.el (gnus-article-outlook-deuglify-article):
5149         Rehighlight, reapply treatments and call
5150         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
5151         (gnus-outlook-repair-attribution-block): Recognize cited
5152         attributions.  Suggested by Niklas Morberg.
5153
5154 2003-01-02  Pete Kazmier  <pete@kazmier.com>
5155
5156         * gnus-art.el (gnus-treat-predicate): Check condition first.
5157
5158 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
5159
5160         * lpath.el: Add url-http-file-exists-p.
5161
5162         * gnus-group.el (gnus-group-fetch-charter): Use
5163         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
5164
5165 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5166
5167         * message.el (message-draft-headers): Also generate From to get a
5168         nicer draft buffer summary.
5169
5170         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
5171         parameter.
5172
5173         * gnus-art.el (article-wash-html): Clean up.
5174         (article-wash-html): Typo fix.
5175
5176         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
5177         (gnus-summary-mail-forward): To many lists of lists.
5178
5179         * gnus-art.el (article-wash-html): Clean up.
5180
5181 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
5182
5183         * gnus-art.el (gnus-treat-wash-html): New variable.
5184
5185 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5186
5187         * message.el (message-check-news-header-syntax): Allow posting.
5188         (message-check-news-header-syntax): Fix logic for sure, this
5189         time.
5190
5191 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
5192
5193         * message.el (message-check-news-header-syntax): Check syntax of
5194         continuation headers.
5195
5196 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
5197
5198         * gnus-art.el (gnus-button-url-regexp,
5199         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
5200         (gnus-header-button-alist): Regexps are case insensitive here.
5201
5202 2003-01-02  Simon Josefsson  <jas@extundo.com>
5203
5204         * dig.el (query-dig): Doc fix.
5205
5206 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5207
5208         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
5209         summary buffer line, not just the download mark.
5210
5211 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5212
5213         * gnus-sum.el (gnus-summary-goto-subjects): New function.
5214         (gnus-summary-insert-dormant-articles): New command and
5215         keystroke.
5216
5217         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
5218         function for mass insertion of subjects.
5219
5220         * nndraft.el (nndraft-generate-headers): Don't move point.
5221
5222         * gnus.el (nnheader): Require nnheader.
5223
5224         * nndraft.el (nndraft-request-associate-buffer): Use
5225         make-local-variable.
5226
5227 2003-01-02  Michael Shields  <shields@msrl.com>
5228
5229         * nndraft.el (nndraft-request-associate-buffer): Make
5230         write-contents-hooks buffer-local before setting it.
5231
5232 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5233
5234         * gnus.el (gnus-group-parameter-value): Take an extra param.
5235         (gnus-group-fast-parameter): Let group param results be nil.
5236
5237         * gnus-art.el (gnus-article-forward-header): New function.
5238         (article-date-ut): Use it to remove continuation date headers.
5239
5240         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
5241         read-event.
5242         (gnus-summary-remove-bookmark): Clean up.
5243         (gnus-summary-set-bookmark): Clean up.
5244
5245         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
5246
5247         * gnus.el (gnus-group-startup-message): Bind data-directory to
5248         the Gnus etc directory.
5249
5250 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
5251
5252         * spam.el (spam-summary-prepare-exit): added slots for spam- and
5253         ham-processing of articles; use the new
5254         spam-group-(spam|ham)-contents-p functions
5255         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
5256         convenience functions
5257         (spam-mark-junk-as-spam-routine): use the new
5258         spam-group-spam-contents-p function
5259
5260         * gnus.el (spam-process, spam-contents, spam-process-destination):
5261         added new parameters with corresponding global variables
5262         (gnus-group-spam-exit-processor-ifile,
5263         gnus-group-spam-exit-processor-bogofilter,
5264         gnus-group-spam-exit-processor-blacklist,
5265         gnus-group-spam-exit-processor-whitelist,
5266         gnus-group-spam-exit-processor-BBDB,
5267         gnus-group-spam-classification-spam,
5268         gnus-group-spam-classification-ham): added new symbols for the
5269         spam-process and spam-contents parameters
5270
5271         * spam.el (spam-ham-marks, spam-spam-marks): changed list
5272         customization and list itself to store mark symbol rather than
5273         mark character.
5274         (spam-bogofilter-register-routine): added logic to generate mark
5275         values list from spam-ham-marks and spam-spam-marks, so (member)
5276         would work.
5277
5278 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * message.el (message-cross-post-followup-to): Fix comment.
5281
5282 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
5283
5284         * spam.el (spam-ham-marks, spam-spam-marks): changed list
5285         customization and list itself to store mark symbol rather than
5286         mark character.
5287         (spam-bogofilter-register-routine): added logic to generate mark
5288         values list from spam-ham-marks and spam-spam-marks, so (member)
5289         would work.
5290
5291 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
5292
5293         * message.el (message-signature-insert-empty-line): New variable.
5294
5295 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5296
5297         * message.el: Renamed functions and variables: "xpost" ->
5298         "cross-post", "-fup2" -> "-followup-to".
5299         (message-cross-post-old-target, message-cross-post-default,
5300         message-cross-post-note, message-followup-to-note,
5301         message-cross-post-note-function): New variables names.
5302         (message-xpost-old-target, message-xpost-default,
5303         message-xpost-note, message-fup2-note,
5304         message-xpost-note-function): Removed variable names.
5305         (message-cross-post-followup-to-header,
5306         message-cross-post-insert-note, message-cross-post-followup-to):
5307         New function names.
5308         (message-xpost-fup2-header, message-xpost-insert-note,
5309         message-xpost-fup2): Removed function names.
5310
5311 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5312
5313         * message.el (message-send-mail): Added message-cleanup-headers to
5314         prevent newlines in headers.
5315
5316 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5317
5318         * dns.el (dns-make-network-process): Comment.
5319
5320         * gnus-sum.el (gnus-summary-display-while-building): Default to
5321         nil.
5322
5323 2003-01-01  Wes Hardaker  <wes@hardakers.net>
5324
5325         * gnus-sum.el (gnus-summary-display-while-building): New
5326         variable.
5327
5328 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
5329
5330         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
5331         before rearranging the article.
5332
5333 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5334
5335         * nndraft.el (nndraft-generate-headers): New function.
5336         (nndraft-request-associate-buffer): Use it to write headers on
5337         buffer save.
5338
5339         * message.el (message-generate-headers): Let the function be a
5340         lambda form.
5341         (message-draft-headers): New variable.
5342
5343         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
5344         function.
5345         (gnus-setup-message): Use it.
5346
5347         * message.el (message-generate-headers-first): Doc fix.
5348         (message-setup-1): Use new function for getting which headers to
5349         generate.
5350         (message-headers-to-generate): New function.
5351
5352 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5353
5354         * gnus-agent.el (gnus-agent-save-alist): Make directory.
5355
5356 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
5357
5358         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
5359         mention negatives.
5360
5361 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
5362
5363         * deuglify.el (gnus-outlook-rearrange-article): Use
5364         `transpose-regions' instead of tempering the kill-ring.
5365         (gnus-article-outlook-deuglify-article): Rehighlight article
5366         instead of a complete redisplay.
5367
5368 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
5369
5370         * spam.el: most defvars are defcustoms now
5371
5372         patches from Michael Shields  <shields@msrl.com>
5373
5374         * spam.el (spam-bogofilter-articles): Select the article
5375         body using gnus-summary-show-article t instead of
5376         gnus-summary-select-article; this presents the raw text
5377         without running any hooks.
5378
5379         * spam.el (spam-bogofilter-articles): Use message-remove-header
5380         to remove headers; the old way incorrectly removed just the first
5381         line of folded headers.
5382
5383 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
5386
5387 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5388
5389         * gnus-start.el (gnus-load): New function.
5390         (gnus-read-newsrc-el-file): Use it.
5391
5392 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5393
5394         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
5395         (gnus-button-handle-apropos-documentation): New function.
5396         (gnus-button-handle-ctan): New function.
5397         (gnus-button-alist): Use them.  Improve some regexps.
5398         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
5399
5400 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5401
5402         * message.el (message-subscribed-p): New function.
5403         (message-send-mail): Use it.
5404         * mml.el (mml-preview-insert-mft): New function.
5405         (mml-preview): Use it.
5406
5407 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5408
5409         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
5410         when sorting by date.
5411
5412         * gnus-art.el (gnus-article-edit-mode): New variable.
5413         (gnus-article-setup-buffer): Warn user about discarding edits.
5414
5415         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
5416         (gnus-summary-pipe-output): Take a symbolic prefix to save all
5417         headers.
5418
5419         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
5420
5421 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5422
5423         * message.el (message-completion-alist): Added "Mail-Followup-To"
5424         and "Mail-Copies-To".
5425
5426 2002-07-21  Jesper harder  <harder@ifa.au.dk>
5427
5428         * gnus-group.el: Add key bindings for
5429         gnus-group-sort-groups-by-real-name and
5430         gnus-group-sort-selected-groups-by-real-name.
5431
5432 2002-07-21  Jesper harder  <harder@ifa.au.dk>
5433
5434         * gnus.texi (Sorting Groups): Add key bindings for
5435         gnus-group-sort-groups-by-real-name and
5436         gnus-group-sort-selected-groups-by-real-name.
5437
5438 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
5439
5440         * spam.el (spam-use-dig): new variable for blackhole checking
5441         through dig.el
5442         (spam-check-blackholes): added dig.el checking functionality and
5443         more verbose reporting; query-dig is autoloaded from dig.el
5444         (spam-use-blackholes): disabled by default
5445         (spam-blackhole-servers): removed rbl.maps.vix.com from the
5446         blackhole servers list
5447
5448 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * message.el (message-required-headers): New variable.
5451
5452 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
5453
5454         * dig.el (query-dig): new function
5455
5456 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5457
5458         * flow-fill.el (fill-flowed): Don't infloop on too long fill
5459         prefixes.
5460
5461         * dns.el (query-dns): Protect against errors.
5462
5463         * gnus-msg.el (gnus-article-yanked-articles): New variable.
5464         (gnus-inews-add-send-actions): Mark all answered messages as
5465         answered.
5466
5467 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
5468
5469         * nnmail.el (nnmail-split-it): Added tracing to
5470         `:' split rule
5471
5472 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
5473
5474         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
5475         and "%s" so we don't overquote them.
5476
5477 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
5478
5479         * (mm-display-external): Display the actual command that has been
5480         executed in the echo area.
5481
5482 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5483
5484         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
5485
5486         * message.el (message-with-reply-buffer): New macro.
5487         (message-fetch-reply-field): Use it.
5488         (message-insert-wide-reply): New command and keystroke.
5489         (message-carefully-insert-headers): New function.
5490         (message-insert-to): Use new function.
5491
5492         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
5493         (gnus-topic-goto-missing-group): Use it.
5494
5495         * message.el (message-required-news-headers): Removed Lines.
5496         (message-reply): Don't insert References first.
5497         (message-followup): Ditto.
5498         (message-make-references): New function.
5499         (message-followup): Set message-reply-headers before generating
5500         the buffer stuff.
5501
5502 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
5503
5504         * mml.el (mml-generate-mime-1): Reverse the order of
5505         encoding/flowing.
5506
5507 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5508
5509         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
5510         after moving them.
5511
5512         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
5513         fit with newer standard format.
5514         (gnus-summary-make-false-root-always): New variable.
5515         (gnus-gather-threads-by-subject): Use it.
5516
5517         * message.el (message-get-reply-headers): Take an address list
5518         optional argument.
5519
5520 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5521
5522         * gnus.el (gnus-keep-backlog): Change default to 20.
5523
5524         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
5525         start.
5526         (gnus-agent-check-overview-buffer): Remove negative article
5527         numbers.
5528
5529         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
5530         (nnmail-cache-ignore-groups): Doc fix.
5531
5532         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
5533         (nnimap-debug-buffer): New variable.
5534         (nnimap-debug): Use it.
5535
5536 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
5537
5538         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
5539
5540 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5541
5542         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
5543         they aren't already sorted.
5544
5545 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
5546
5547         * message.el (message-mode-menu): Add ellipses to menu items
5548         expecting user interaction.
5549         (message-mode-field-menu): do.
5550
5551 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
5552
5553         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
5554         it isn't used any more.
5555
5556 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
5557
5558         * binhex.el (binhex-decoder-program): Fix docstring.
5559
5560 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5561
5562         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
5563         special chars if the mailcap file uses single quotes around %s.
5564         From Laurent Martelli <laurent@bearteam.org>.
5565
5566 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
5567
5568         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
5569         return the info object.
5570
5571 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
5572
5573         * gnus-int.el (gnus-request-update-info): Artificially add
5574         (1 . (1- min)) to the read range, in case the backend doesn't
5575         store marks for nonexistent articles.
5576
5577 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * binhex.el (binhex-insert-char): Eval-and-compile.
5580
5581 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
5582
5583         * lpath.el: Add tool-bar-local-item-from-menu.
5584
5585         * message.el (message-tool-bar-local-item-from-menu): New function.
5586         (message-tool-bar-map): Use it.
5587
5588 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
5589
5590         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
5591
5592         * gnus-art.el (gnus-article-header-rank): Last header in
5593         gnus-sorted-header-list should have higher rank than non-members.
5594
5595 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5596
5597         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
5598         covered methods.
5599
5600 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5601
5602         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
5603         eval-when-compile.  Suggested by Kevin Greiner.
5604
5605 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
5606
5607         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
5608         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
5609         even though no headers may have been fetched
5610         (gnus-agent-fetch-group-1, and perhaps others, require this
5611         behavior).
5612         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
5613         server buffer is constrained by gnus-agent-max-fetch-size.
5614         Multiple chunks in the same group may perform arbitrarily large
5615         updates.
5616
5617 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
5618
5619         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
5620         gnus-summary-update-download-mark to update the article in the
5621         summary.
5622
5623 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
5624
5625         * gnus.el (gnus-summary-high-uncached-face,
5626         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
5627         New faces.
5628
5629         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
5630         added this on 2002-11-23 but it just wasn't working out as
5631         intended.  The idea isn't entirely dead, three new faces
5632         gnus-summary-*-uncached-face are being added to gnus.el to provide
5633         the basis for an improved implementation.
5634         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
5635         proper file to open is lib/servers.
5636         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
5637         (i.e. removing the article from gnus-newsgroup-downloadable) will
5638         now restore the article's default mark rather than simply setting
5639         no mark.
5640         (gnus-agent-get-undownloaded-list): Corrected documentation.
5641         Added code to set new summary local variable,
5642         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
5643         a temporary list.  No longer sets gnus-newsgroup-downloadable.
5644         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
5645         up to date.  Call new gnus-summary-update-download-mark to keep
5646         summary buffer up-to-date.
5647         (gnus-agent-fetch-selected-article): Keep
5648         gnus-newsgroup-undownloaded up to date.
5649         (gnus-agent-fetch-articles): Return list of articles that were
5650         successfully fetched.
5651         (gnus-agent-check-overview-buffer): No more thingatpt.
5652         (gnus-agent-expire): No longer deletes NOV entries of unread
5653         articles.
5654         (gnus-agent-unread-articles): New function.
5655         (gnus-agent-regenerate-group): The article number must be
5656         terminated by a tab character.  Added more messages to report
5657         repairs.  Inhibit quits while writing changes so it is now safe
5658         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
5659         downloaded to 1) resolve the unbound references and 2) avoid
5660         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
5661
5662         * gnus-art.el (gnus-article-prepare): The agent
5663         downloaded/undownloaded mark is no longer stored as the article's
5664         mark.
5665
5666         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
5667         gnus-summary-highlight may use it.  Added downloaded as
5668         gnus-summary-highlight was using it.
5669
5670         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
5671         the download mark now follows Kai's +/- convention.
5672         (gnus-downloaded-mark): Added ?+ mark.
5673         (gnus-summary-highlight): Added rules to select
5674         gnus-summary-high-uncached-face,
5675         gnus-summary-normal-uncached-face, and
5676         gnus-summary-low-uncached-face.  Removed the
5677         gnus-agent-downloaded-article-face.
5678         (gnus-summary-line-format-alist): Implemented the download flag
5679         format (?O) as named in the manual.  This implementation displays
5680         either gnus-undownloaded-mark, gnus-downloaded-mark, or
5681         gnus-no-mark.
5682         (gnus-newsgroup-agentized): New local variable that identifies
5683         which groups are agentized.  While the agent is now on by default,
5684         you don't have to agentize every server that you use.
5685         (gnus-update-summary-mark-positions): Completed support for the
5686         download type of mark.
5687         (gnus-summary-insert-line): Added undownloaded to the parameters.
5688         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
5689         reference by the gnus-summary-line-format-spec.
5690
5691         * nntp.el (nntp-with-open-group): This macro handles dropped or
5692         broken connections by opening a new connection and repeating the
5693         failed command.
5694         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
5695         XOVER commands preceeding the active articles with the nov entry
5696         of the first available article.  When gnus connected to such a
5697         server, the unexpected nov entry would result in duplicate lines
5698         in the agent's overview file.  This patch fixes the duplicate
5699         lines problem and improves performance by skipping over all
5700         articles IDs that preceed the first nov entry in the server's
5701         reply.
5702
5703 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
5706         (gnus-summary-highlight): Use it instead of `downloaded'.
5707         (gnus-summary-highlight-line): Ditto.
5708
5709         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
5710
5711 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5712
5713         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
5714
5715         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
5716         calls.
5717
5718         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
5719         downloaded variable if we're in an uncovered group.
5720
5721         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
5722         font to soemthing less noticeable.
5723         (gnus-agent-group-covered-p): New function.
5724
5725 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5726
5727         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
5728         Because of an unknown bug, the group buffer is saved in .overview
5729         file.
5730
5731 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5732
5733         * nntp.el (nntp-send-command): Braino in last commit.  Replace
5734         `and' with `or'.
5735
5736 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5737
5738         * nntp.el (nntp-send-command): Assume that echo does not happen
5739         when nntp-open-connection-function is nntp-open-network-stream.
5740         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
5741
5742 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5743
5744         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
5745
5746 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
5747
5748         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
5749         nntp-server-buffer if we aren't going to write to it.
5750
5751 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5752         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
5753
5754         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
5755
5756 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * rfc2047.el (rfc2047-decode-region): Remove newlines between
5759         decoded words.
5760
5761 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5762
5763         * gnus.el (fboundp): After loading mm-util, make sure it was the
5764         right one.
5765
5766 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5767
5768         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
5769         gnus-sum.  Made into a user option.
5770
5771         * gnus-sum.el (gnus-simplify-ignored-prefixes)
5772         (gnus-summary-mark-article-as-unread)
5773
5774 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5775
5776         * time-date.el (date-to-time): Typo.
5777
5778         * parse-time.el: Typo.
5779
5780         * nnsoup.el (nnsoup-retrieve-headers): Typo.
5781
5782         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
5783
5784         * nnimap.el:
5785         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
5786
5787         * mm-encode.el (mm-safer-encoding): Typo.
5788
5789         * messcompat.el: Typo.
5790
5791         * message.el (message-face-alist): Typo.
5792
5793         * imap.el (imap-interactive-login, imap-open): Typos.
5794
5795         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
5796
5797         * gnus.el: Typo.
5798
5799         * gnus-win.el (gnus-configure-frame): Typo.
5800
5801         * gnus-util.el (gnus-atomic-progn-assign): Typo.
5802
5803         * gnus-topic.el (gnus-topic-sort-topics): Typo.
5804
5805         * gnus-sum.el (gnus-summary-article-number)
5806         (gnus-summary-read-group-1, gnus-summary-mark-article)
5807         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
5808
5809         * gnus-mule.el (gnus-mule-add-group): Typo.
5810
5811         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
5812
5813         * gnus-group.el (gnus-group-fetch-faq): Typo.
5814
5815         * gnus-art.el (gnus-decode-header-methods): Typo.
5816
5817         * flow-fill.el: Typo.
5818
5819 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
5820
5821         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
5822
5823 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5824
5825         * gnus-sum.el (gnus-simplify-ignored-prefixes)
5826         (gnus-summary-mark-article-as-unread)
5827         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
5828         Reformatting to avoid long lines.
5829         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
5830
5831 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
5832
5833         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
5834         be accessed through `mail-header-number'.
5835
5836 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5837
5838         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
5839         compressed range to gnus-summary-insert-articles.
5840
5841 2002-11-26  Kevin Ryde <user42@zip.com.au>
5842
5843         * gnus-art.el (gnus-mime-copy-part): Look for filename
5844         parameter under content-disposition, not content-type.
5845
5846         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
5847         (gnus-summary-reselect-current-group): Use it.
5848
5849 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5850
5851         * gnus-agent.el (gnus-agent-uncached-articles): if
5852         gnus-agent-load-alist fails, return ARTICLES.
5853
5854         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
5855
5856 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5857
5858         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
5859         superfluous function call.
5860         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
5861         Add warning to docstring.
5862
5863 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-agent.el: Autoload number-at-point instead.
5866         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
5867
5868 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5869
5870         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
5871         require thingatpt (for number-at-point) and protect against
5872         deactivate-mark being unbound (on XEmacs).
5873
5874 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5875
5876         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
5877         print message on entry.
5878
5879         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
5880
5881         * gnus-range.el (gnus-range-difference): New function.
5882         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
5883
5884 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5885
5886         * gnus-sum.el (gnus-summary-insert-old-articles): Use
5887         gnus-remove-from-range instead of gnus-range-difference which
5888         doesn't exist.
5889
5890 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5891         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
5892
5893         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
5894         used for showing which articles have been downloaded.
5895         (gnus-agent-article-alist): Format change.  Add documentation.
5896         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
5897         process-marked articles.
5898         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
5899         in the series are individually fetched to minimize lose of
5900         content due to an error/quit.
5901         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
5902         gnus-message instead of message.
5903         (gnus-agent-read-servers): Use file lib/methods instead of
5904         lib/servers.  TODO: Why?
5905         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
5906         (gnus-agent-get-undownloaded-list): Remove articles that appear to
5907         come from the agent.  This means that they are not downloaded.
5908         (gnus-agent-fetch-selected-article): Don't use history.
5909         (gnus-agent-save-history, gnus-agent-enter-history)
5910         (gnus-agent-article-in-history-p, gnus-agent-history-path):
5911         Removed function; history is not used anymore.
5912         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
5913         (gnus-agent-crosspost): Started rewrite then realized that a typo
5914         in gnus-agent-fetch-articles ensures that this function is never
5915         called.  This will need to be fixed later.
5916         (gnus-agent-check-overview-buffer): Some sanity checks on the
5917         agent overview buffer.  This is a safety net used during
5918         development.
5919         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
5920         changed, write a number to the file indicating this.
5921         (gnus-agent-fetch-headers): Rewrite to respect
5922         gnus-agent-consider-all-articles without relying on the
5923         `.fetched' files.  Make it fast.
5924         (gnus-agent-braid-nov): Change resulting from
5925         gnus-agent-fetch-headers change.
5926         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
5927         `.fetched' files.
5928         (gnus-agent-read-agentview): New function, used by
5929         gnus-agent-load-alist.
5930         (gnus-agent-load-fetched-headers): Remove.
5931         (gnus-agent-save-alist): Rewrite to accomodate new format.
5932         (gnus-agent-fetch-group-1): Make sure list of articles is in the
5933         same order as in gnus-newsgroup-headers.
5934         (gnus-agent-expire): Document and implement extra args ARTICLES,
5935         GROUP, FORCE.  Do not restrict usage.
5936         (gnus-agent-uncached-articles): New function.
5937         (gnus-agent-retrieve-headers): Use it.
5938         (gnus-agent-regenerate-group): No longer needs to be called from
5939         gnus-agent-regenerate.  Individual groups may be regenerated. The
5940         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
5941         The article fetch dates are validated in the article alist.  The
5942         article alist is pruned of entries that do not reference existing
5943         NOV entries.  All changes are computed then applied with
5944         inhibit-quit bound to t.  As a result, it is now safe to quit out of
5945         regeneration.  The optional clean parameter has been replaced with
5946         an optional reread parameter.  Clean is no longer necessary as
5947         regeneration gets the appropriate setting from
5948         gnus-agent-consider-all-articles.  The new reread parameter will
5949         result in fetched, or all, articles being marked as unread.
5950         (gnus-agent-regenerate): Removed code to regenerate the history
5951         file as it is no longer used.
5952
5953         * gnus-start.el (gnus-make-ascending-articles-unread): New
5954         function, for efficient mass-marking.
5955
5956         * gnus-sum.el (gnus-summary-highlight): Use new face for
5957         downloaded articles.
5958         (gnus-article-mark): Prefer to indicate read/unread status over
5959         downloaded status.
5960         (gnus-summary-highlight-line-0): New function, maybe rehighlights
5961         line.
5962         (gnus-summary-highlight-line): Use new face for downloaded
5963         articles.
5964         (gnus-summary-insert-old-articles): Improved performance by
5965         replacing the initial LIST of older articles with a compressed
5966         RANGE of older articles.  Some servers appear to lie about
5967         their active range so the original list could contain millions
5968         of article numbers.  The range is not expanded into a list
5969         until the optional ALL parameter has been applied.
5970
5971 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5972
5973         * gnus-agent.el (gnus-category-mode): Typo in doc string.
5974
5975 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
5976
5977         * spam.el:
5978         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
5979
5980         * spam.el: added `M s t' and `M s x' key mappings
5981
5982 2002-11-20  Simon Josefsson  <jas@extundo.com>
5983
5984         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
5985
5986 2002-11-19  Simon Josefsson  <jas@extundo.com>
5987
5988         * gnus-sum.el (gnus-summary-morse-message): Load
5989         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
5990         (unmorse-region): Autoload it instead.
5991
5992 2002-11-18  Simon Josefsson  <jas@extundo.com>
5993
5994         * gnus-sum.el (gnus-summary-morse-message): New function.
5995         (gnus-summary-wash-map): Bind to `W m'.
5996         (gnus-summary-make-menu-bar): Add.
5997
5998         * nnimap.el (nnimap-request-expire-articles): Compress sequence
5999         before storing \Deleted mark on expired articles.
6000
6001 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
6002         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
6003
6004         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
6005         parens in column 0.
6006
6007 2002-11-17  Juanma Barranquero  <lektu@terra.es>
6008
6009         * nnweb.el (nnweb-google-create-mapping): Fix typo.
6010
6011         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
6012
6013         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
6014
6015 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6016
6017         * message.el (message-set-auto-save-file-name): Use
6018         make-directory, to avoid the dependence on gnus-util.
6019
6020 2002-11-16  Simon Josefsson  <jas@extundo.com>
6021
6022         * nnimap.el (nnimap-callback-callback-function):
6023         (nnimap-callback-buffer): Removed, these cannot be global but must
6024         be embedded into the callback.
6025         (nnimap-make-callback): New.  Embedd article number, callback and
6026         buffer in function.
6027         (nnimap-callback, nnimap-request-article-part): Update.
6028
6029 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
6032
6033 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6034
6035         * gnus.el (gnus-summary-line-format): Document %C.
6036
6037 2002-11-11  Simon Josefsson  <jas@extundo.com>
6038
6039         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
6040         output when called interactively.
6041
6042 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
6045
6046         * message.el (message-draft-coding-system): Improve comment; use
6047         mm-auto-save-coding-system for the default value.
6048
6049         * nndraft.el (nndraft-request-article): Revert to the state before
6050         2002-10-29; regexp-quote mail-header-separator.
6051
6052 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
6053
6054         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
6055         allow editing of drafts from an nnvirtual group.
6056
6057 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * nndraft.el (nndraft-request-article): Replace emacs-mule with
6060         mm-auto-save-coding-system.
6061
6062         * message.el (message-draft-coding-system): Default to
6063         iso-2022-7bit.
6064
6065         * mm-util.el (mm-auto-save-coding-system): Undo last change to
6066         restore the default value to emacs-mule or escape-quoted.
6067
6068 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
6071         a delayed or a queued article as well as a draft.
6072
6073         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
6074         delayed or a queued article in the raw format; treat a delayed
6075         article as a raw article as well as a draft.
6076         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
6077         for the delayed group.
6078
6079         * nndraft.el (nndraft-request-article): Ignore auto save files for
6080         a delayed or a queued article; don't bother to decode a queued
6081         article; don't bind nnmail-file-coding-system for a queued article.
6082
6083         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
6084         and the queue group.
6085
6086 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
6087
6088         * gnus-group.el (gnus-group-delete-group):
6089         gnus-cache-active-hashtb might be void.
6090
6091 2002-11-02  Simon Josefsson  <jas@extundo.com>
6092
6093         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
6094         setting of the default user ID.  From Raymond Scholz
6095         <ray-2002@zonix.de>.
6096
6097 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
6098
6099         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
6100         charset.
6101
6102 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
6103         From Alex Schroeder <alex@emacswiki.org>
6104         * spam-stat.el (spam-stat-process-directory): add dir to message
6105         (spam-stat-reduce-size): No longer remove words
6106         with values close to 0.5, because the default value is 0.2.
6107
6108 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6109
6110         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
6111         documentation.
6112
6113 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6114
6115         * gnus-agent.el (gnus-agent-fetched-headers)
6116         (gnus-agent-load-fetched-headers)
6117         (gnus-agent-save-fetched-headers): Remove variable and two
6118         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
6119         works better.
6120         (gnus-agent-fetch-headers): New implementation from Kevin
6121         Greiner.  Uses gnus-agent-article-alist to store information
6122         about fetched messages which aren't on the server anymore.  The
6123         trick is to return a list of considered messages to the caller,
6124         but to only fetch those which haven't been fetched yet.
6125
6126 2002-10-30  Simon Josefsson  <jas@extundo.com>
6127
6128         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
6129
6130         * pgg.el (pgg-passphrase-cache-expiry): Removed.
6131
6132 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6133
6134         * mm-view.el (mm-w3m-local-map-property): Make it work with older
6135         versions of emacs-w3m than 1.3.3.
6136
6137         * lpath.el: Bind w3m-minor-mode-map.
6138
6139         * mm-view.el (mm-w3m-mode-command-alist)
6140         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
6141         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
6142         (mm-setup-w3m): Simplified.
6143         (mm-w3m-local-map-property): New function.
6144         (mm-inline-text-html-render-with-w3m): Use it.
6145
6146         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
6147         mm-w3m-local-map-property.
6148
6149 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * mm-util.el (mm-auto-save-coding-system): Default to
6152         iso-2022-7bit.
6153
6154         * nndraft.el (nndraft-request-article): Decode an article using
6155         the coding-system emacs-mule if it seems to have been saved using
6156         emacs-mule.
6157         (nndraft-request-replace-article): Use message-draft-coding-system
6158         instead of mm-auto-save-coding-system for the draft or delayed
6159         group.
6160
6161 2002-10-28  Josh  <huber@alum.wpi.edu>
6162
6163         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
6164         functions.
6165
6166 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6167         From mah@everybody.org (Mark A. Hershberger).
6168
6169         * mm-url.el (mm-url-insert-file-contents): Make it return the same
6170         type values ("url" size) regardless of the values of
6171         mm-url-use-external.
6172
6173 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6174
6175         * nnimap.el (nnimap-request-article-part): Try harder to show
6176         group name in debugging message.
6177
6178 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6179
6180         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
6181         directory if it doesn't exist.
6182         (gnus-agent-fetch-headers): Remove old cruft that tried to
6183         abstain from downloading articles more than once if
6184         gnus-agent-consider-all-articles was true.  This is now done
6185         properly via the .fetched files.
6186
6187 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * nndraft.el (nndraft-request-article): Treat delayed articles
6190         like drafts.
6191
6192 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
6195
6196 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6197
6198         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
6199         Remove unused optional arg DIR and corresponding code.
6200
6201         * nnimap.el (nnimap-request-article-part): Include group name in
6202         debugging output.
6203
6204 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
6205
6206         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
6207
6208 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6209
6210         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
6211         contains range of headers that have been fetched by the agent
6212         already.  Compare gnus-agent-article-alist.
6213         (gnus-agent-file-header-cache): Like
6214         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
6215         (gnus-agent-fetch-headers): Improve comment.  Revert to old
6216         seen/recent logic.
6217         Remember which headers have been fetched before and don't fetch
6218         them again the next time round.
6219         (gnus-agent-load-fetched-headers)
6220         (gnus-agent-save-fetched-headers): New functions, for remembering
6221         which headers have been fetched before.
6222
6223 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * lpath.el: Remove useless bindings.
6226
6227 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
6228
6229         * gnus-sum.el (gnus-summary-execute-command): Disable visual
6230         features while searching.
6231
6232 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6233
6234         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
6235
6236 2002-10-22  Simon Josefsson  <jas@extundo.com>
6237
6238         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
6239         (pgg-snarf-keys): Add.
6240
6241 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * lpath.el: Fbind bbdb-records.
6244
6245         * spam.el: Don't autoload bbdb-records.
6246
6247 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
6250         prevent inf-loop.
6251
6252 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253
6254         * nnslashdot.el: Removed some test lines.
6255         More test.
6256
6257 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6258
6259         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
6260         are known to be downloaded already.
6261
6262 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
6265         (mm-text-html-washer-alist): Ditto.
6266
6267 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6268
6269         * nnheader.el (nnheader-remove-body): Fix an error of detecting
6270         boundary between headers and body.
6271         * nnml.el (nnml-parse-head): Ditto.
6272
6273 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6274
6275         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
6276         entries.
6277
6278         * gnus-group.el (gnus-fetch-group): Allow an optional
6279         specification of the articles to select.
6280
6281         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
6282
6283 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6284
6285         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
6286         headers from the group, update variable `articles' to contain
6287         only those numbers where headers exist.  (When fetching all
6288         articles in a group, Gnus creates lots of numbers where there is
6289         no articles.)
6290
6291 2002-10-20  Steve Youngs  <youngs@xemacs.org>
6292
6293         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
6294         doesn't have the 'alist custom type, use cons cells instead.
6295         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
6296         (pgg-parse-hash-algorithm-alist): Ditto.
6297         (pgg-parse-compression-algorithm-alist): Ditto.
6298         (pgg-parse-signature-type-alist): Ditto.
6299
6300         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
6301
6302         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
6303
6304         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
6305
6306 2002-10-19  Simon Josefsson  <jas@extundo.com>
6307
6308         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
6309         buffer.
6310
6311 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6312
6313         * gnus-spec.el (gnus-make-format-preserve-properties)
6314         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
6315         properties also on XEmacs.  `gnus-xmas-format' is like format but
6316         preserves text properties on XEmacs (though it only understands
6317         simple format specs).  The variable
6318         `gnus-make-format-preserve-properties' controls whether the
6319         function is used, and is checked in `gnus-parse-simple-format'.
6320         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
6321
6322         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
6323         output.
6324         (gnus-agent-consider-all-articles): New variable.
6325         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
6326         (gnus-agent-fetch-headers): Depending on
6327         gnus-agent-consider-all-articles, maybe get all articles.
6328         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
6329         `read'.
6330         (gnus-predicate-imples-unread): New function.
6331         (gnus-agent-fetch-headers): Optimize to call
6332         gnus-list-of-unread-articles if that is sufficient.
6333         Check unseen and recent instead of seen and recent.
6334         (gnus-agent-fetch-headers): Abstain from calling
6335         gnus-list-range-intersection if range (a . b) would have (> a b).
6336
6337 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * message.el (message-send-mail): Make it possible to perform
6340         edebug-defun.
6341
6342 2002-10-18  Simon Josefsson  <jas@extundo.com>
6343
6344         * gnus-art.el (gnus-button-man-handler): Change default to
6345         `manual-entry' (defined in both emacsen).
6346         (gnus-button-man-handler): Remove emacsen difference and use
6347         `manual-entry'.
6348
6349 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * spam.el: Wrap autoload settings for bbdb-records,
6352         executable-find and ifile-spam-filter with eval-and-compile.
6353         (spam-display-buffer-contents): Remove.
6354         (spam-bogofilter-score): Merge spam-display-buffer-contents.
6355
6356 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
6357
6358         * spam.el (spam-display-buffer-contents): New function.
6359         (spam-bogofilter-score): use spam-display-buffer-contents, patch
6360         from Katsumi Yamaoka <yamaoka@jpl.org>.
6361
6362 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6363
6364         * nnheader.el (nnheader-parse-naked-head): New function.
6365         (nnheader-parse-head): Use the above function, in order to handle
6366         continuation lines properly.
6367         (nnheader-remove-body): New function.
6368         (nnheader-remove-cr-followed-by-lf): New function.
6369         (nnheader-ms-strip-cr): Use the above function.
6370
6371         * gnus-agent.el (gnus-agent-regenerate-group): Call
6372         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
6373         `nnheader-parse-head'.
6374         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
6375
6376         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
6377         continuation lines by itself; call `nnheader-parse-naked-head'
6378         instead of `nnheader-parse-head'.
6379         * nndiary.el (nndiary-parse-head): Ditto.
6380         * nnfolder.el (nnfolder-parse-head): Ditto.
6381         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
6382         * nnmaildir.el (nnmaildir--update-nov): Ditto.
6383         * nnml.el (nnml-parse-head): Ditto.
6384
6385 2002-10-17  Steve Youngs  <youngs@xemacs.org>
6386
6387         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
6388         XEmacs, default to it if featurep 'xemacs.
6389
6390 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * spam-stat.el: Check for the existence of hash functions instead
6393         of the Emacs version to decide whether to load cl.  Suggested by
6394         Kai Gro\e,A_\e(Bjohann.
6395
6396 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6397
6398         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
6399         if it isn't open yet.
6400
6401 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * gnus-group.el: Require mm-url only when compiling.
6404         (gnus-group-fetch-charter): Require mm-url.
6405
6406         * spam-stat.el: Require cl for the functions gethash,
6407         hash-table-count, make-hash-table and mapc for Emacs 20.
6408         (puthash): Alias to cl-puthash for Emacs 20.
6409         (with-syntax-table): New macro for Emacs 20.
6410
6411 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
6412
6413         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
6414
6415 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
6416
6417         * spam.el (spam-check-ifile): added ifile as a spam checking
6418         backend, and spam-use-ifle as the variable to toggle that check.
6419
6420 2002-10-12  Simon Josefsson  <jas@extundo.com>
6421
6422         * message.el (message-beginning-of-line): New variable.
6423         (message-beginning-of-line): Use it.
6424
6425 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
6426
6427         * spam.el: more compilation fixes for BBDB
6428
6429         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
6430         (spam-stat-reduce-size): Interactive.
6431         (spam-stat-reset): New function.
6432         (spam-stat-save): Interactive.
6433
6434 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * gnus.el: Autoload gnus-delay-initialize.
6437
6438         * message.el: Autoload gnus-delay-article.
6439
6440 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
6441
6442         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
6443         text property in Emacs.
6444
6445 2002-10-11  Simon Josefsson  <jas@extundo.com>
6446
6447         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
6448         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
6449
6450         * mml1991.el (mml1991-pgg-sign): Remove CR.
6451
6452 2002-10-10  Simon Josefsson  <jas@extundo.com>
6453
6454         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
6455         decrypt failed.
6456         (mml2015-trust-boundaries-alist): Removed.
6457         (mml2015-gpg-extract-signature-details): Don't use it.
6458         (mml2015-unabbrev-trust-alist): New.
6459         (mml2015-gpg-extract-signature-details): Use it.
6460
6461 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
6462
6463         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
6464         BBDB installed
6465
6466         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
6467         statistical analysis of spam in Lisp only
6468
6469 2002-10-10  Simon Josefsson  <jas@extundo.com>
6470
6471         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
6472         auth, selected or examine state.
6473
6474         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
6475         buffer and error buffer depending on type of information.
6476
6477         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
6478         --status-fd stuff even if gpg.el is not used (revert earlier
6479         change).
6480         (mml2015-pgg-{clear-,}verify): Store both output and errors as
6481         gnus details.
6482         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
6483         buffer.
6484
6485         * pgg.el (pgg-verify-region): Use it.
6486
6487         * pgg-def.el (pgg-query-keyserver): New variable.
6488
6489         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
6490         key-identifier in packet.  Is this a good idea?
6491
6492         * mml.el (mml-mode-map): Add security commands that operates on
6493         MIME parts.
6494         (mml-menu): And menu items for them.
6495
6496         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
6497
6498         * mml.el (mml-parse-1): Support sender in #secure tags.
6499
6500         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
6501         defined.
6502
6503         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
6504         (mml-pgp-encrypt-buffer): Support combined signing.
6505
6506         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
6507         (mml1991-gpg-encrypt): Ditto.
6508         (mml1991-pgg-encrypt): Ditto.
6509         (mml1991-encrypt): Pass sign parameter.
6510
6511         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
6512         (mml-signencrypt-style): Mention the variable.
6513
6514 2002-10-09  Simon Josefsson  <jas@extundo.com>
6515
6516         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
6517         pgg-gpg-user-id.
6518
6519         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
6520         (pgg-fetch-key-function): Nil if w3 is not installed.
6521
6522 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6523
6524         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
6525         gnus-agent-current-history.
6526
6527 2002-10-06  Simon Josefsson  <jas@extundo.com>
6528
6529         * imap.el (imap-parse-status): Don't use read to read token.
6530
6531 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6532
6533         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
6534         for methods not covered by the agent, and when unplugged.
6535
6536 2002-10-05  Simon Josefsson  <jas@extundo.com>
6537
6538         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
6539         signing.
6540
6541         * gnus-agent.el (gnus-agent-read-servers): If getting method from
6542         a named server fails, ignore the server.
6543
6544         * mml1991.el (mml1991-pgg-sign): Do QP.
6545
6546         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
6547         work.
6548
6549 2002-10-04  Simon Josefsson  <jas@extundo.com>
6550
6551         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
6552
6553         * pgg-pgp.el (pgg-pgp-verify-region): Inline
6554         binary-write-decoded-region from MEL.
6555
6556         * pgg.el (pgg-encrypt-region): Support sign.
6557
6558         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
6559
6560         * mml2015.el (mml2015-pgg-encrypt): Ditto.
6561
6562         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
6563         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
6564         branch where PGG was taken from in the ChangeLog entries below.
6565
6566 2002-10-01  Simon Josefsson  <jas@extundo.com>
6567
6568         * pgg-pgp.el: Don't require mel.  Don't use luna.
6569         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
6570         (pgg-pgp-process-region): Use expand-file-name instead of concat.
6571         (pgg-pgp-process-region): Don't use binary-funcall.
6572
6573         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
6574
6575         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
6576         instead of concat.
6577
6578         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6579
6580 2002-09-29  Simon Josefsson  <jas@extundo.com>
6581
6582         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
6583         compile warnings.
6584
6585         * pgg.el (pgg-decrypt-region): Don't parse packet.
6586
6587         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
6588
6589 2002-09-29  Daiki Ueno <ueno@unixuser.org>
6590
6591         * pgg.el: Remove dependency on calist.el.
6592
6593 2002-09-28  Simon Josefsson  <jas@extundo.com>
6594
6595         * pgg.el (pgg-temporary-file-directory): New variable.
6596         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
6597
6598         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
6599         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
6600
6601         * pgg-parse.el (pgg-char-int): Defalias.
6602         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
6603         (pgg-read-bytes, pgg-read-body): Use it.
6604         (pgg-decode-packets): Don't use MEL, use base64-*.
6605         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
6606         (pgg-string-as-unibyte): Defalias.
6607         (pgg-parse-armor-region): Use it.
6608
6609         * pgg-gpg.el (pgg-gpg-process-region): Use
6610         pgg-temporary-file-directory.
6611
6612         * luna.el: Don't def-edebug.
6613
6614         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
6615         binary-write-decoded-region from MEL.
6616
6617         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
6618
6619         * alist.el, calist.el: Don't require product/APEL.
6620
6621         * pgg-parse.el (top-level): Remove dependency on static.el,
6622         pccl.el, mel.el.
6623         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
6624         `define-ccl-program' is boundp, instead of using broken.
6625
6626 2002-10-01  Simon Josefsson  <jas@extundo.com>
6627
6628         * message.el (message-required-mail-headers): Remove Lines:.
6629
6630 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6631         From Jesper Harder.
6632
6633         * gnus-group.el (gnus-group-fetch-charter,
6634         gnus-group-fetch-control): Prompt for group if given a prefix
6635         argument.
6636         * gnus-sum.el (t): Add gnus-group-fetch-charter and
6637         gnus-group-fetch-control to summary key map and menu.
6638
6639 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
6640
6641         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
6642         number when there are no articles.
6643
6644 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6645
6646         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
6647         arg ALL means to fetch all articles, not only downloadable ones.
6648         (gnus-agent-fetch-selected-article): New function for
6649         gnus-select-article-hook or gnus-mark-article-hook.
6650
6651 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6652         From Peter von der Ahe <nospam2159@daimi.au.dk>.
6653
6654         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
6655         raw-text.
6656
6657 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
6658
6659         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
6660         Pinard).
6661         Major revamp of the code, documentation is in comments in the file
6662         for now.
6663
6664 2002-09-30  Simon Josefsson  <jas@extundo.com>
6665
6666         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
6667         buffer seem to be needed?
6668
6669 2002-09-29  Simon Josefsson  <jas@extundo.com>
6670
6671         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
6672         compile warnings.
6673
6674         * mml1991.el (mml1991-function-alist): Add pgg.
6675         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
6676         (mml1991-pgg-encrypt): Fix recipients querying.
6677
6678 2002-09-28  Simon Josefsson  <jas@extundo.com>
6679
6680         * mml2015.el (autoload): Autoload correct files.  Trivial patch
6681         from dme@dme.org.
6682         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
6683         handle is returned.
6684
6685 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6688         Protect against non-existent of `nnimap-mailbox-info'.
6689
6690 2002-09-27  Simon Josefsson  <jas@extundo.com>
6691
6692         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
6693         (gnus-setup-news-hook): Use it.
6694         (gnus-after-getting-new-news-hook): Ditto.
6695
6696         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
6697
6698 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6699         From Mats Lidell <matsl@contactor.se>.
6700
6701         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
6702
6703 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6704
6705         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
6706         the part to decode encoded words, use raw words instead of decoded
6707         words.
6708
6709 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6710
6711         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
6712
6713         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
6714         (mm-setup-w3m): Use it.
6715
6716 2002-09-27  Simon Josefsson  <jas@extundo.com>
6717
6718         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
6719         article buffers.
6720
6721         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
6722         it just in case.
6723         (nnimap-update-unseen): New function; update unseen count in
6724         `n-m-info'.
6725         (nnimap-close-group): Call it.
6726
6727         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
6728         (gnus-after-getting-new-news-hook): Ditto.
6729
6730         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
6731         message into verboselevel 9.  Change slow mail check message.
6732         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
6733         (nnimap-fixup-unread-after-getting-new-news): New function, to be
6734         used as a hook after getting new mail.
6735
6736 2002-09-26  Simon Josefsson  <jas@extundo.com>
6737
6738         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
6739         SELECT/EXAMINE is first unseen article, not number of unseen
6740         articles.  Make them distinct by renaming the former to
6741         `first-unseen' instead of `unseen'.
6742
6743         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
6744         too.
6745         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
6746         changed.
6747         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
6748
6749         * gnus-int.el (gnus-server-unopen-status): Defcustom.
6750
6751         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
6752         better.
6753
6754         * mml2015.el (mml2015-pgg-decrypt): Only add security information
6755         if dissecting resulting buffer actually had any information.
6756
6757 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
6760         because the function `string<' allows symbols.
6761
6762         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
6763
6764 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6765
6766         * message.el (message-forward-make-body): Revert an early change
6767         because 8-bit utf-8 emails.
6768
6769 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6770
6771         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
6772         links to Info)
6773         * gnus-art.el (gnus-treat-highlight-signature):
6774         * gnus-art.el (gnus-treat-buttonize):
6775         * gnus-art.el (gnus-treat-buttonize-head):
6776         * gnus-art.el (gnus-treat-emphasize):
6777         * gnus-art.el (gnus-treat-strip-cr):
6778         * gnus-art.el (gnus-treat-unsplit-urls):
6779         * gnus-art.el (gnus-treat-leading-whitespace):
6780         * gnus-art.el (gnus-treat-hide-headers):
6781         * gnus-art.el (gnus-treat-hide-boring-headers):
6782         * gnus-art.el (gnus-treat-hide-signature):
6783         * gnus-art.el (gnus-treat-fill-article):
6784         * gnus-art.el (gnus-treat-hide-citation):
6785         * gnus-art.el (gnus-treat-hide-citation-maybe):
6786         * gnus-art.el (gnus-treat-strip-list-identifiers):
6787         * gnus-art.el (gnus-treat-strip-pgp):
6788         * gnus-art.el (gnus-treat-strip-pem):
6789         * gnus-art.el (gnus-treat-strip-banner):
6790         * gnus-art.el (gnus-treat-highlight-headers):
6791         * gnus-art.el (gnus-treat-highlight-citation):
6792         * gnus-art.el (gnus-treat-date-ut):
6793         * gnus-art.el (gnus-treat-date-local):
6794         * gnus-art.el (gnus-treat-date-english):
6795         * gnus-art.el (gnus-treat-date-lapsed):
6796         * gnus-art.el (gnus-treat-date-original):
6797         * gnus-art.el (gnus-treat-date-iso8601):
6798         * gnus-art.el (gnus-treat-date-user-defined):
6799         * gnus-art.el (gnus-treat-strip-headers-in-body):
6800         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
6801         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
6802         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
6803         * gnus-art.el (gnus-treat-unfold-headers):
6804         * gnus-art.el (gnus-treat-fold-headers):
6805         * gnus-art.el (gnus-treat-fold-newsgroups):
6806         * gnus-art.el (gnus-treat-overstrike):
6807         * gnus-art.el (gnus-treat-display-xface):
6808         * gnus-art.el (gnus-treat-display-smileys):
6809         * gnus-art.el (gnus-treat-from-picon):
6810         * gnus-art.el (gnus-treat-mail-picon):
6811         * gnus-art.el (gnus-treat-newsgroups-picon):
6812         * gnus-art.el (gnus-treat-body-boundary):
6813         * gnus-art.el (gnus-treat-capitalize-sentences):
6814         * gnus-art.el (gnus-treat-fill-long-lines):
6815         * gnus-art.el (gnus-treat-play-sounds):
6816         * gnus-art.el (gnus-treat-translate):
6817         * gnus-art.el (gnus-treat-x-pgp-sig):
6818         * gnus-art.el (gnus-mime-button-line-format):
6819         * gnus-art.el (gnus-button-man-level):
6820         * gnus-art.el (gnus-button-emacs-level):
6821         * gnus-cus.el (gnus-group-parameters):
6822         * gnus-gl.el (bbb-build-mid-scores-alist):
6823         * gnus-group.el (gnus-group-line-format):
6824         * gnus-mlspl.el (gnus-group-split-setup):
6825         * gnus-mlspl.el (gnus-group-split):
6826         * gnus-msg.el (gnus-mailing-list-groups):
6827         * gnus-msg.el (gnus-posting-styles):
6828         * gnus-nocem.el (gnus-nocem-issuers):
6829         * gnus-score.el (gnus-score-regexp-bad-p):
6830         * gnus-srvr.el (gnus-server-line-format):
6831         * gnus-topic.el (gnus-topic-line-format):
6832         * gnus.el (gnus-summary-line-format):
6833         * mail-source.el (mail-sources):
6834         * message.el (message-subscribed-address-file):
6835         * nnmail.el (nnmail-split-fancy):
6836
6837 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
6838
6839         * mail-source.el(mail-source-run-script): use `functionp' to test
6840         whether the argument `script' is in fact a function.
6841         (mail-sources): adjust the defcustom to allow users to specify a
6842         function or a string as the value of the `:prescript' and
6843         `:postscript' arguments of the `file' and `pop3' mail sources.
6844
6845 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
6846
6847         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
6848         number when article 1 does not exist.
6849
6850 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6851
6852         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
6853         apropos if apropos-variable does not exist.
6854         (gnus-button-guessed-mid-regexp)
6855         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
6856         regexes.  From Reiner Steib.
6857         (gnus-button-handle-describe-function)
6858         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
6859         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
6860         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
6861
6862 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
6863         Trivial patch.
6864
6865         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
6866         the file.
6867
6868 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6869
6870         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
6871
6872 2002-09-24  Simon Josefsson  <jas@extundo.com>
6873
6874         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
6875         (mml2015-use): Prefer PGG if installed.
6876         (mml2015-function-alist): Add PGG wrappers.
6877         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
6878         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
6879         prefix, make regexp optionally skip it.
6880         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
6881         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
6882         (mml2015-pgg-encrypt): New functions.
6883         (defvar, autoload): Prevent byte-compile warnings.
6884
6885 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6886         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6887
6888         * gnus-art.el (article-strip-banner): Check for the existence of
6889         from header.
6890
6891 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6892
6893         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
6894         (gnus-button-alist): Improved regexp for
6895         gnus-button-handle-mid-or-mail (false positives), fixed
6896         gnus-button-handle-man entries.
6897         From Reiner Steib.
6898
6899 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
6900         From Josh Huber.
6901
6902         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
6903         nnmail-extra-headers is non-nil.
6904
6905 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
6906
6907         * nnmaildir.el: Store article numbers persistently.  General
6908         revision.
6909         (nnmaildir-request-expire-articles): handle 'immediate and 'never
6910         for nnmail-expiry-wait; delete instead of moving if 'force is
6911         given.
6912
6913 2002-09-23  Simon Josefsson  <jas@extundo.com>
6914         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
6915
6916         * smime.el (smime-sign-buffer): Get key and extra certs.
6917         (smime-get-key-with-certs-by-email): Utility function.
6918
6919 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6920         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
6921
6922         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
6923         article exists.
6924
6925 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6926
6927         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
6928
6929 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6930         From Reiner Steib.
6931
6932         * gnus-art.el (gnus-button-handle-custom,
6933         gnus-button-handle-mid-or-mail,
6934         gnus-button-handle-describe-{function,variable,key},
6935         gnus-button-handle-apropos{,command,variable}): New functions.
6936         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
6937         gnus-button-{man,emacs,mail}-level): New variables.
6938         (gnus-button-alist): Use the above to buttonize emacs and mail
6939         related links.
6940
6941 2002-09-18  Juanma Barranquero  <lektu@terra.es>
6942
6943         * gnus-int.el (gnus-status-message): Fix spacing.
6944
6945         * imap.el (imap-continuation): Fix typos.
6946
6947 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6948
6949         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
6950
6951         * gnus-art.el (gnus-article-reply-with-original): Correct
6952         with-current-buffer scope.
6953
6954         * message.el (message-completion-alist): Add Reply-To, From, etc.
6955
6956 2002-09-18  Simon Josefsson  <jas@extundo.com>
6957
6958         * nnimap.el (nnimap-request-expire-articles): Make flag setting
6959         conditional.  From Nevin Kapur <nevin@jhu.edu>.
6960
6961 2002-09-17  Simon Josefsson  <jas@extundo.com>
6962
6963         * nnimap.el (nnimap-expiry-target): Don't search for which
6964         articles exists here.
6965         (nnimap-request-expire-articles): Do it here instead.  Only expire
6966         when articles are found.  Suggested by Nevin Kapur
6967         <nevin@jhu.edu>.
6968
6969 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6970         From Reiner Steib <reiner.steib@gmx.de>.
6971
6972         * message.el (message-strip-subject-trailing-was)
6973         (message-change-subject, message-add-archive-header)
6974         (message-xpost-fup2-header, message-xpost-insert-note)
6975         (message-xpost-fup2, message-reduce-to-to-cc): New functions
6976         adopted from message-utils.el.  Add functions to the keymap, mode
6977         describtion and menu.
6978         (message-change-subject,message-xpost-fup2): Signal error if
6979         current header is empty.
6980         (message-xpost-insert-note): Changed insert position.
6981         (message-archive-note): Ensure to insert note in message body (not
6982         in head).
6983         (message-archive-header, message-archive-note)
6984         (message-xpost-default, message-xpost-note, message-fup2-note)
6985         (message-xpost-note-function): New variables adopted from
6986         message-utils.el.  Changed some doc-strings.
6987         (message-mark-insert-{begin,end}): Rename from
6988         message-{begin,end}-inserted-text-mark (message-utils.el), changed
6989         values.
6990         (message-subject-trailing-was-query)
6991         (message-subject-trailing-was-ask-regexp)
6992         (message-subject-trailing-was-regexp): New variables.
6993         (message-to-list-only): Added doc-string and menu entry.
6994
6995         * message-utils.el: Removed.  Functions are now in message.el.
6996
6997 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6998
6999         * gnus-art.el (gnus-article-reply-with-original,
7000         gnus-article-followup-with-original): Switch to
7001         gnus-summary-buffer before reply/followup.
7002
7003 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
7004
7005         * gnus-sum.el (gnus-summary-toggle-header): The article window may
7006         not exist. Toggle it anyway.
7007
7008 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7009
7010         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
7011
7012         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
7013         Trivial patch from Urban Engberg <ue@ccieurope.com>.
7014
7015         * rfc2047.el (message-posting-charset): Defvar it.
7016         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
7017         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
7018
7019         * mail-source.el (mail-source-fetch): Hide password.
7020
7021         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
7022
7023 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7024         From John Paul Wallington <jpw@shootybangbang.com>.
7025
7026         * gnus.el (gnus-visual, gnus-meta): Fix typo.
7027
7028 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
7031
7032 2002-09-11  Simon Josefsson  <jas@extundo.com>
7033
7034         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
7035         (nnimap-split-rule): Doc fix.
7036         (nnimap-request-expire-articles): Cleanup code.
7037
7038 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7039         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7040
7041         * gnus-art.el (gnus-article-address-banner-alist): New option.
7042         (article-strip-banner): Refer the above option to split banners of
7043         free mail servers, when no group parameter is specified.
7044
7045 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * nntp.el (nntp-wait-for-string): Check for a process in the
7048         current buffer instead of `nntp-server-buffer'.
7049
7050 2002-09-09  Simon Josefsson  <jas@extundo.com>
7051
7052         * gnus-art.el (gnus-button-man-handler): New variable.
7053         (gnus-button-alist): Use g-b-handle-man.
7054         (gnus-button-handle-man): New, call g-b-man-handler.
7055
7056 2002-09-08  Simon Josefsson  <jas@extundo.com>
7057
7058         * gnus-art.el (gnus-button-alist): Buttonize man page links.
7059
7060 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7061
7062         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
7063
7064 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7065
7066         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
7067
7068         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
7069         keystroke.
7070
7071         * gnus-srvr.el (gnus-browse-describe-group): New command and
7072         keystroke.
7073
7074 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
7077         value for gnus-decoration property.
7078
7079 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7080
7081         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
7082         string) as group name in case we have a CRLF in the file.
7083
7084 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
7085
7086         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
7087         group.
7088         (rfc1843-decode-hzp): do.
7089         (rfc1843-newsgroups-regexp): do.
7090
7091 2002-09-04  Simon Josefsson  <jas@extundo.com>
7092
7093         * message.el (message-canlock-generate): Make sure sha1 doesn't
7094         call external programs.
7095
7096 2002-09-03  Simon Josefsson  <jas@extundo.com>
7097
7098         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
7099
7100         * gnus-agent.el (gnus-agent-batch): Add doc.
7101
7102 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
7103
7104         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
7105         check for signed and encrypted parts.
7106         * mml.el (mml-parse-1): Correct small typo which preventing
7107         setting recipients in a secure tag.
7108
7109 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * mm-util.el (mm-coding-system-priorities): Default to a list of
7112         iso-2022-jp and others for the Japanese environment.
7113
7114 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
7117         invalid display names.
7118
7119 2002-08-30  Simon Josefsson  <jas@extundo.com>
7120
7121         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
7122         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
7123
7124 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
7125
7126         * gnus.el (gnus-group-charter-alist): New option.
7127         (gnus-group-fetch-control-use-browse-url): New option.
7128
7129         * gnus-group.el (gnus-group-fetch-charter): New function.
7130         (gnus-group-fetch-control): New function.
7131         Add them to the keymap and menu. Require mm-url.
7132
7133 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
7136         From Alex Schroeder <alex@emacswiki.org>.
7137
7138 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
7139
7140         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
7141         items expecting user interaction.
7142
7143         * gnus-topic.el (gnus-topic-make-menu-bar): do.
7144
7145         * gnus-sum.el (gnus-summary-make-menu-bar): do.
7146
7147         * gnus-srvr.el (gnus-server-make-menu-bar): do.
7148
7149         * mml.el (mml-menu): do.
7150
7151 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * mail-source.el (mail-source-touch-pop): New function.
7154
7155         * message.el (message-smtpmail-send-it): New function.
7156         (message-send-mail-function): Add it for a candidate.
7157
7158 2002-08-27  Simon Josefsson  <jas@extundo.com>
7159
7160         * gnus-msg.el (posting-charset-alist): Use
7161         gnus-define-group-parameter instead of defcustom.
7162         (gnus-put-message): Handle SPC in GCC.
7163         (gnus-inews-insert-gcc): Ditto.
7164         (gnus-inews-insert-archive-gcc): Ditto.
7165
7166 2002-08-26  Simon Josefsson  <jas@extundo.com>
7167
7168         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
7169         (gnus-agentize): Auto agentize all nntp and nnimap groups.
7170         (gnus-agent-possibly-save-gcc): Autoload.
7171         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
7172
7173 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * gnus.el (gnus-other-frame-function): New user option.
7176         (gnus-other-frame): Use it; add a doc-string; make it work with
7177         the gnuclient program.
7178
7179         * gnus-util.el (gnus-frame-or-window-display-name): New function.
7180
7181         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
7182         `device-connection' and `dfw-device'.
7183
7184 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7185
7186         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
7187         positives, make it stricter.  From Jochen Hein (trivial change).
7188
7189 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * gnus.el (gnus-other-frame): Trivial fix.
7192
7193 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7194
7195         * gnus.el (gnus-other-frame-parameters): New user option.
7196         (gnus-other-frame-object): New variable.
7197         (gnus-other-frame): Make it search for existing Gnus frame; don't
7198         read new news; delete frame on exit.
7199
7200         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
7201
7202         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
7203
7204 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7205         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
7206
7207         * message.el (message-set-auto-save-file-name): Add support for
7208         the Cygwin Emacs; the system-type is `cygwin'.
7209         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
7210
7211 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7212
7213         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
7214
7215         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
7216         avoid arithmetic errors.
7217
7218 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
7221
7222 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
7225         (message-ignored-resent-headers): Add envelope From.
7226
7227 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7228
7229         * gnus.el (gnus-summary-line-format): Document %k specifier.
7230
7231 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7232
7233         * gnus-sum.el (gnus-summary-line-message-size): New function.
7234         (gnus-summary-line-format-alist): Use it.
7235
7236 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * gnus-art.el (article-make-date-line): Refer to the value for
7239         `gnus-article-time-format' in the summary buffer.
7240
7241         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
7242
7243 2002-08-14  Simon Josefsson  <jas@extundo.com>
7244
7245         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
7246         quoting.
7247         (gnus-button-alist): Fix doc.
7248         (gnus-header-button-alist): Use ' not ` for default value quoting.
7249         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
7250         rationale similar to 2002-05-01 change.
7251         (gnus-article-add-buttons-to-head): Evaluate expression.
7252
7253         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
7254
7255 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * message.el (message-font-lock-keywords): Refer to the value for
7258         `message-cite-prefix-regexp' dynamically.
7259
7260 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * gnus-art.el (gnus-decode-header-methods): Doc fix.
7263
7264 2002-08-12  Simon Josefsson  <jas@extundo.com>
7265
7266         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
7267         (imap-shell-open): Skip initial junk before IMAP greeting.
7268
7269 2002-08-11  Simon Josefsson  <jas@extundo.com>
7270
7271         * message-utils.el (message-xpost-default,
7272         message-xpost-fup2-header, message-xpost-fup2): Fixed
7273         Typos.  Trivial changes from Reiner Steib
7274         <4uce.02.r.steib@gmx.net>.
7275
7276 2002-08-09  Simon Josefsson  <jas@extundo.com>
7277
7278         * message.el (message-canlock-password): Set
7279         canlock-password-for-verify to newly generated canlock-password.
7280         When Emacs is restarted, Custom makes sure this is set, but during
7281         the same session we must set it manually.
7282
7283 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
7284
7285         * yenc.el: New file.
7286
7287         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
7288         (mm-uu-type-alist): Add yenc.
7289         (mm-uu-yenc-filename): New function.
7290         (mm-uu-yenc-extract): New function.
7291
7292         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
7293
7294 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7295
7296         * dgnushack.el (merge): Don't use coerce.
7297
7298 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
7299
7300         * mailcap.el (mailcap-mime-data): Test window-system rather than
7301         mm-device-type.
7302         (mailcap-mime-data): Call xdvi and gv with "-safer".
7303
7304         * mm-util.el: Don't define mm-device-type.
7305
7306 2002-08-05  Simon Josefsson  <jas@extundo.com>
7307
7308         * mm-util.el (mm-coding-system-priorities): coding-system type not
7309         supported everywhere.
7310
7311 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7312
7313         * gnus.el (gnus-version-number): Bumped version number.
7314
7315 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7316
7317         * gnus.el: Oort Gnus v0.07 is released.
7318
7319 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7320
7321         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
7322         (gnus-article-sort-functions): Doc fix.
7323         (t): New keystroke.
7324         (gnus-article-sort-by-random): New function.
7325         (gnus-thread-sort-by-random): New function.
7326
7327 2002-08-02  Simon Josefsson  <jas@extundo.com>
7328
7329         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
7330         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
7331
7332 2002-07-31  Danny Siu  <dsiu@adobe.com>
7333
7334         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
7335         when splitting malformed messages without message-id
7336
7337 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7338         From Niklas Morberg <niklas.morberg@axis.com>.
7339
7340         * nnweb.el (nnweb-type, nnweb-type-definition)
7341         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
7342         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
7343         functionality.
7344         * nnweb.el: Removed old non-functioning search engines.
7345
7346 2002-07-27  Simon Josefsson  <jas@extundo.com>
7347
7348         * message.el (message-forward-make-body): Don't use
7349         `message-forward-ignored-headers' when doing a "raw" followup (it
7350         is important to preserve e.g. CTE).
7351
7352         * flow-fill.el (fill-flowed): Disable filladapt-mode.
7353
7354         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
7355         regexp-quote, Cyrus Sieve is fixed.
7356
7357         * sieve-manage.el (sieve-manage-deletescript): New function.
7358
7359         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
7360         (sieve-manage-mode): Fix menubar.
7361         (sieve-activate): Change some messages.
7362         (sieve-deactivate-all): New function.
7363         (sieve-deactivate): New alias.
7364         (sieve-remove): New function.
7365         (sieve-help): Fix help.
7366         All suggested by Ned Ludd.
7367
7368 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7369
7370         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
7371         (mm-w3m-safe-url-regexp): New user option.
7372
7373         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
7374         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
7375
7376 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
7377
7378         * gnus-sum.el (gnus-summary-delete-article): Force
7379         nnmail-expiry-target to 'delete, so that absolute deletion
7380         happens when absolute deletion is requested.
7381
7382 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7383         From Nevin Kapur <nevin@jhu.edu>.
7384
7385         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
7386         headers as empty headers.
7387
7388 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7389         From Jochen Hein <jochen@jochen.org>.
7390
7391         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
7392         correct typo.
7393         (gnus-emphasis-strikethru): New face.
7394
7395 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7396         From Jason Merrill <jason@redhat.com>.
7397
7398         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
7399         entire file for each of a sequence of missing articles.
7400
7401         * gnus-salt.el (gnus-binary-display-article): Respect an existing
7402         value for gnus-view-pseudos.
7403
7404         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
7405         avoid nreverse.
7406
7407 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7408         From Ted Zlatanov <teodor.zlatanov@divine.com>.
7409
7410         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
7411         (gnus-summary-mode-line-format-alist): Add %h for number of
7412         spams.
7413         (gnus-newsgroup-spam-marked): New variable.
7414         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
7415         (gnus-article-read-p, gnus-article-mark)
7416         (gnus-set-global-variables, gnus-set-global-variables)
7417         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
7418         (gnus-summary-mark-article-as-unread)
7419         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
7420         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
7421         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
7422
7423 2002-07-10  Simon Josefsson  <jas@extundo.com>
7424
7425         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
7426         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
7427
7428 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
7429
7430         * gnus-sum.el (gnus-summary-delete-article): Respect group
7431         parameters while expiring.
7432
7433 2002-07-08  Simon Josefsson  <jas@extundo.com>
7434
7435         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
7436         Enberg.
7437
7438 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7439
7440         * gnus-art.el (article-unsplit-urls): Only display MIME when this
7441         function is called interactively.  From Niklas Morberg.
7442
7443 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7444
7445         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
7446         cdaar to cdar and car.
7447
7448         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
7449         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
7450
7451 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
7454         don't break a narrowed article.
7455
7456         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
7457         (nntp-open-via-rlogin-and-telnet): Ditto.
7458
7459 2002-07-02  Didier Verna  <didier@xemacs.org>
7460
7461         * nnmail.el (nnmail-split-methods): fix custom type.
7462
7463 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7464
7465         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
7466         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
7467
7468 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7469
7470         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
7471         (gnus-summary-resend-message): Use it.
7472
7473 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * nntp.el (nntp-via-rlogin-command-switches): New variable.
7476         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
7477
7478 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7479
7480         * message.el (message-font-lock-keywords): Don't fontify
7481         headers in the message body, only in the header.
7482         (message-font-lock-make-header-matcher): New function, used by
7483         message-font-lock-keywords.
7484         From Katsumi Yamaoka <yamaoka@jpl.org>.
7485
7486 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
7489
7490 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
7493
7494 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7495
7496         * message.el (message-font-lock-keywords): Revert 2002-06-22
7497         change.
7498
7499 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7500
7501         * message.el (message-font-lock-keywords): Put colon in header
7502         name match.
7503
7504 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7505
7506         * message.el (message-font-lock-keywords): Don't use header faces
7507         in the body.  Thanks to Stefan Monnier for the hint on the
7508         implementation.
7509
7510 2002-05-09  Miles Bader  <miles@gnu.org>
7511
7512         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
7513         (gnus-article-hide-citation): Respect it.
7514
7515 2002-04-12  Juanma Barranquero  <lektu@terra.es>
7516
7517         * pop3.el (pop3-open-server): Fix typo.
7518
7519 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
7520
7521         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
7522         instead of push to ignore duplicate to-(list|address) values.
7523         * nnmail.el (nnmail-cache-ignore-groups): New.
7524         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
7525
7526 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7527
7528         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
7529         before sending.  Suggested by Jan Rychter.
7530
7531 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * dgnushack.el (remove): New compiler macro.
7534         (last, coerce, subseq): Remove compiler macros for those built-in
7535         or unused functions.
7536
7537 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7538
7539         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
7540         sure to write byte-compiled versions of gnus-*-format-alist to
7541         .newsrc.eld.  From Simon Josefsson.
7542
7543 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7544
7545         * gnus-agent.el (gnus-agent-read-servers)
7546         (gnus-agent-write-servers): Put server name (string like
7547         "nnchoke:frumple") in the file instead of a server specification
7548         (Lisp expression like (nnchoke "frumple" ...parameters...)).
7549         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
7550
7551 2002-06-16  Simon Josefsson  <jas@extundo.com>
7552
7553         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
7554         Reiner Steib <4uce.02.r.steib@gmx.net>.
7555
7556 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7557
7558         * nnheader.el (nnheader-file-name-translation-alist): Set the
7559         default value for MS Windows systems.
7560
7561         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
7562
7563 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * message.el (message-beginning-of-line): Keep the region active
7566         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
7567
7568 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
7569
7570         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
7571         * gnus-msg.el (gnus-summary-reply): Ditto.
7572         * gnus-msg.el (gnus-summary-handle-replysign): New.
7573
7574 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * message.el (message-send-mail-with-sendmail): Kill errbuf even
7577         if sending failed.
7578
7579 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
7580
7581         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
7582         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
7583         to sign while encrypting.
7584
7585 2002-06-11  Simon Josefsson  <jas@extundo.com>
7586
7587         * gnus-int.el (gnus-request-move-article): Agent expire article if
7588         successfuly moved.
7589
7590         * nnweb.el (nnweb-google-create-mapping): Honors the value of
7591         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
7592
7593 2002-06-10  Simon Josefsson  <jas@extundo.com>
7594
7595         * gnus-int.el (gnus-request-expire-articles): Fix last change?
7596
7597 2002-06-09  Simon Josefsson  <jas@extundo.com>
7598
7599         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
7600
7601         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
7602
7603 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7604
7605         * flow-fill.el (fill-flowed): Ignore errors.
7606
7607 2002-06-06  Simon Josefsson  <jas@extundo.com>
7608
7609         * message.el (message-send-mail-with-sendmail): Improve error message.
7610
7611 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7612
7613         * message.el (message-interactive): Change default from nil to t.
7614         Better to be safe than to be fast.
7615
7616 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7617
7618         * message.el (message-send-mail-with-sendmail): Check return value
7619         from call-process-region.
7620
7621 2002-06-04  Simon Josefsson  <jas@extundo.com>
7622
7623         * gnus-msg.el (gnus-group-mail, gnus-group-news)
7624         (gnus-group-post-news, gnus-summary-mail-other-window)
7625         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
7626         gnus-article-copy to nil, thereby inhibiting the `header' posting
7627         style match to use data from last viewed article.
7628         Suggested by Hrvoje Niksic.
7629
7630 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * spam.el (spam-point-at-eol): New alias.
7633         (spam-parse-whitelist): Use it.
7634
7635 2002-06-03  Simon Josefsson  <jas@extundo.com>
7636
7637         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
7638         (nnmail-article-group): Use it.
7639
7640 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7641
7642         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
7643         so that code reading them won't be surprised.  From Jesper Harder
7644         <harder@ifa.au.dk>.
7645
7646 2002-05-29  Simon Josefsson  <jas@extundo.com>
7647
7648         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
7649         articles.
7650
7651         * gnus.el (gnus-agent-cache): Doc fix.
7652         (gnus-agent): Change default to t.
7653
7654         * gnus-agent.el (gnus-agent-expire): Make it accept optional
7655         ARTICLES, GROUP and FORCE parameters.
7656
7657 2002-05-28  Simon Josefsson  <jas@extundo.com>
7658
7659         * gnus-group.el (gnus-group-line-format): Doc fix.
7660
7661 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7662
7663         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
7664         original article before yanking.  From Jesper Harder
7665         <harder@ifa.au.dk>.
7666
7667 2002-05-26  Simon Josefsson  <jas@extundo.com>
7668
7669         * gnus-sum.el (gnus-summary-menu-split): New function.
7670         (gnus-summary-make-menu-bar): Split charset submenu.
7671         (gnus-summary-menu-maxlen): New variable.
7672         (gnus-summary-menu-split): Use it.
7673
7674 2002-05-25  Simon Josefsson  <jas@extundo.com>
7675
7676         * mml.el (mml-preview): Generate some headers.
7677
7678         * gnus.el (gnus-large-newsgroup): Fix :type.
7679
7680         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
7681         Agent cache NOV's by default now).
7682         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
7683
7684 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
7685
7686         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
7687         call to gnus-parent-id when we check for References loops.
7688         (gnus-summary-prepare-threads): Avoid simplifying every Subject
7689         twice by saving the simplified subject string in simp-subject.
7690
7691 2002-05-23  Simon Josefsson  <jas@extundo.com>
7692
7693         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
7694         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
7695
7696         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
7697         Niklas Morberg <niklas.morberg@axis.com>.
7698
7699 2002-05-22  Simon Josefsson  <jas@extundo.com>
7700
7701         * sieve.el (sieve-change-region): Define it before it is used.
7702
7703         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
7704         (gnus-summary-reply): Ask for confirmation when replying to news.
7705         Defaults to not ask.  From Benjamin Rutt
7706         <rutt+news@cis.ohio-state.edu>.
7707
7708         * nnimap.el (nnimap-nov-is-evil): Improve doc.
7709
7710 2002-05-21  Simon Josefsson  <jas@extundo.com>
7711
7712         * sieve-mode.el (sieve-manage): Fix autoloads.
7713
7714         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
7715         name (makes it work with recent Cyrus timsieved).
7716
7717 2002-05-20  Jason  <jbaker@cs.utah.edu>
7718         Trivial patch.
7719
7720         * gnus-art.el (gnus-request-article-this-buffer): Try
7721         reconnecting if you don't get the message.
7722
7723 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7724
7725         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
7726         Reply-To headers from the headers.
7727
7728 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * mm-url.el (mm-url-insert): Remove junk message.
7731
7732 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7733
7734         * nnslashdot.el (nnslashdot-request-list): Parse new html.
7735         (nnslashdot-use-front-page): New variable.
7736         (nnslashdot-request-list): Use it.
7737
7738         * mm-url.el (mm-url-timeout): New variable.
7739         (mm-url-retries): Ditto.
7740         (mm-url-insert): Use it.
7741
7742 2002-05-16  Simon Josefsson  <jas@extundo.com>
7743
7744         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
7745         (gnus-simplify-subject-functions): Mention g-s-a-w.
7746
7747 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
7748
7749         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
7750         nnmail-cache-insert.
7751         * nndiary.el (nndiary-request-accept-article): Ditto.
7752         * nnfolder.el (nnfolder-request-accept-article): Ditto.
7753         * nnimap.el (nnimap-request-accept-article): Ditto.
7754         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
7755         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
7756         * nnmbox.el (nnmbox-request-accept-article): Ditto.
7757         * nnmh.el (nnmh-request-accept-article): Ditto.
7758         * nnmail.el (nnmail-cache-insert): Change group to required,
7759         removed code which tried to figure out the group.
7760
7761 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
7762
7763         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
7764         messages. From Hans de Graaff <hans@degraaff.org>.
7765         * nnml.el (nnml-request-accept-article): Pass in the group name to
7766         nnmail-cache-insert, since it's available.
7767
7768 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7769
7770         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
7771
7772 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7773         From Florian Weimer <fw@deneb.enyo.de>.
7774
7775         * gnus.el (subscribed): New group parameter.
7776         (gnus-find-subscribed-addresses): Use it.
7777
7778 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
7779
7780         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
7781         the default for pgpmime to support pgp v2.
7782         * mml-sec.el (mml-signencrypt-style): New accessor function to
7783         allow users to get/set the signencrypt style more easily without
7784         frobbing the alist directly.
7785         * mml.el (mml-generate-mime-1): Use accessor function.
7786
7787 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7788
7789         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
7790         parenthesis for "<" and ">".  Suggested by Andreas Schwab
7791         <schwab@suse.de>.
7792
7793 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7794
7795         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
7796         when intuiting the group the message is written to.  From Josh
7797         Huber <huber@alum.wpi.edu>.
7798
7799 2002-05-06  Simon Josefsson  <jas@extundo.com>
7800
7801         * gnus-topic.el (gnus-group-topic-parameters): Work when group
7802         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
7803
7804 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
7805
7806         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
7807         argument, and fixed compiler warning. (added autoload for
7808         gpg-encrypt).
7809
7810 2002-05-04  Simon Josefsson  <jas@extundo.com>
7811
7812         * mml1991.el (mml1991-function-alist): Doc fix.
7813
7814         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
7815         doesn't exist (for previewing messages without having Gnus
7816         started).
7817
7818         * mm-util.el (mm-coding-system-priorities): Defcustom.
7819
7820         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
7821
7822 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
7823
7824         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
7825         default.
7826         * mml-sec.el:
7827         * mml-sec.el (mml-signencrypt-style): New.
7828         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
7829         argument `sign'.
7830         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
7831         signencrypt.
7832         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
7833         * mml.el (mml-generate-mime-1): Changed logic so a part which is
7834         both signed & encryped is processed in one operation. (rather than
7835         two separate ops: sign, then encrypt)
7836         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
7837         indication if a message is signed by an expired key.
7838         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
7839         enables combined sign & encrypt operation. (this was always on
7840         before).
7841         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
7842
7843 2002-05-01  Simon Josefsson  <jas@extundo.com>
7844
7845         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
7846         server.
7847         (nnimap-mailbox-info): defvar instead of defvoo.
7848
7849 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7850
7851         * gnus.el: Oort Gnus v0.06 is released.
7852
7853 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7854
7855         * lpath.el: Bind url-package-version.
7856
7857 2002-05-01  Simon Josefsson  <jas@extundo.com>
7858
7859         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
7860         filename before deleting the group itself, because the presence of
7861         a group filename decides if long filenames are used or not.
7862
7863         * gnus-art.el (gnus-button-alist): Don't inline
7864         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
7865         without also modifying g-button-alist.
7866         (gnus-button-alist): Fix type to allow variable as well as regexp.
7867         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
7868         themselves, variables to its contents.
7869         (gnus-button-entry): Ditto.
7870
7871 2002-05-01  Simon Josefsson  <jas@extundo.com>
7872
7873         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
7874         UIDNEXT as a string.
7875
7876         * nnimap.el (nnimap-string-lessp-numerical): New function.
7877         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
7878         integers.
7879
7880 2002-04-29  Simon Josefsson  <jas@extundo.com>
7881
7882         * nnmail.el (nnmail-cache-insert): Accept optional group
7883         parameter.
7884
7885         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
7886         n-r-g-a is disabled.
7887
7888 2002-04-29  Simon Josefsson  <jas@extundo.com>
7889
7890         * nnimap.el (nnimap-split-fancy): Fix doc.
7891         (nnimap-split-fancy): Fix doc.
7892
7893         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
7894         (nnimap-mailbox-info): New internal variable.
7895         (nnimap-retrieve-groups): Implement faster new mail check.
7896
7897         * nnimap.el (nnimap-split-articles): Support
7898         nnmail-cache-accepted-message-ids.
7899         (nnimap-request-accept-article): Ditto.
7900
7901         * imap.el (imap-mailbox-status-asynch): New command.
7902
7903 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
7904
7905         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
7906         are no subscribed mail groups.
7907         - Strip quoted names when comparing addresses
7908
7909 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
7910
7911         * mm-decode.el (mm-text-html-renderer): Change customize type to
7912         const.
7913
7914         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
7915         (gnus-debug-exclude-variables): do.
7916
7917 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7918
7919         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
7920         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
7921
7922 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * dns.el (dns-make-network-process): New macro.
7925         (query-dns): Use it.
7926
7927 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7928
7929         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
7930         article-buffer.
7931
7932         * mm-url.el (mm-url-package-name): New variable.
7933         (mm-url-package-version): New variable.
7934         (mm-url-insert-file-contents): Bind url-package-name and
7935         url-package-version here.
7936         * nnrss.el (nnrss-insert-w3): Move the bindings.
7937
7938         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
7939         url-package-version. Trivial change from Andrew J Cosgriff
7940         <ajc@polydistortion.net>
7941
7942         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
7943         attachments. Trivial change from Peter 'Luna' Runestig
7944         <peter@runestig.com>.
7945
7946 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
7947
7948         * nnkiboze.el (nnkiboze-request-scan): Call
7949         nnkiboze-possibly-change-group.
7950         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
7951         problems.
7952         (nnkiboze-generate-group): Set newsrc to the *highest* article
7953         number kibozed, not the lowest.
7954
7955 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
7956
7957         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
7958
7959 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7960         From Dan Christensen <jdc+news@uwo.ca>.
7961
7962         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7963         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7964         Recognize math postings.  Extract Date (now ignores "(15kb)").
7965         Extract email address using gnus-extract-address-components
7966         instead of just taking the first word.  Create Date and From
7967         headers for message which are missing these headers.  Get rid
7968         of spurious \\ lines (purely cosmetic).  Extend body-end and
7969         file-end regexps, to exclude more garbage from the message.
7970         Make URL rephrasing regexp more flexible, to match current
7971         format.
7972
7973 2002-04-23  Simon Josefsson  <jas@extundo.com>
7974
7975         * netrc.el: New file, functions copied from gnus-util.el by Ted
7976         Zlatanov <tzz@lifelogs.com>.
7977
7978         * gnus-util.el: Require netrc.
7979         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
7980         new code in netrc.el.
7981
7982 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7983
7984         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
7985         message-ignored-resent-headers, too.  From Matthieu Moy
7986         <Matthieu.Moy@imag.fr>.
7987
7988 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7989
7990         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
7991         boolean not a string
7992         * gnus-group.el (gnus-group-line-format): add description of %C
7993         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
7994           as %C
7995         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
7996
7997 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
7998
7999         * nnmaildir.el (nnmaildir-request-scan): typo: set
8000         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
8001         nnmail-get-new-mail for 'find-new-groups.
8002
8003 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
8004
8005         * nnmaildir.el (nnmaildir-request-update-info,
8006         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
8007         unnecessary calls to nnmaildir-request-scan.
8008
8009 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
8010
8011         * gnus-msg.el:
8012         * gnus-msg.el (gnus-message-replysign): New.
8013         * gnus-msg.el (gnus-message-replyencrypt): New.
8014         * gnus-msg.el (gnus-message-replysignencrypted): New.
8015         * gnus-msg.el (gnus-summary-reply): Use the three new variables
8016         (above) to automatically encrypt/sign to encrypted/signed
8017         messages.
8018         * message.el:
8019         * message.el (message-mode-map): Add keybinding for
8020         `message-to-list-only'
8021         * message.el (message-mode): Add description for
8022         `message-to-list-only'
8023         * message.el (message-to-list-only): New.
8024         * message.el (message-make-mft): Changed to use the cl loop macro,
8025         and added optional flag to return only the matched list. (for use
8026         in new message-to-list-only function)
8027
8028 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
8029
8030         * gnus-msg.el:
8031         * gnus-msg.el (gnus-message-replysign):
8032         * gnus-msg.el (gnus-replysign): New.
8033         * gnus-msg.el (gnus-replyencrypt): New.
8034         * gnus-msg.el (gnus-replysignencrypted): New.
8035         * gnus-msg.el (gnus-summary-reply):
8036         * message.el:
8037         * message.el (message-mode-map):
8038         * message.el (message-mode):
8039         * message.el (message-to-list-only): New.
8040         * message.el (message-make-mft):
8041
8042 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8043
8044         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
8045
8046 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
8047
8048         * message.el (message-gen-unsubscribed-mft): accept a prefix
8049         argument so CC can be included with C-u C-c C-f C-a
8050
8051 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8052         From Ted Zlatanov <teodor.zlatanov@divine.com>.
8053
8054         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
8055         Improve docstring.
8056         (spam-enter-blacklist): New command.
8057
8058         * gnus-sum.el (gnus-spam-mark): New mark.
8059         (gnus-auto-expirable-marks): Add gnus-spam-mark.
8060         (gnus-summary-make-tool-bar): Correct conditional.
8061         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
8062         (gnus-summary-mark-as-spam): New command.
8063
8064 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
8065
8066         * mml-sec.el (mml-secure-message): changed to support arbritrary
8067         modes.
8068         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
8069         changed to support "signencrypt" mode.
8070         * mml.el (mml-parse-1): changed to support different secure modes
8071         more easily. (for signencrypt)
8072
8073 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
8074
8075         * gnus-sum.el (gnus-update-summary-mark-positions)
8076         (gnus-summary-toggle-header):
8077         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
8078         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
8079         (gnus-uu-post-encoded):
8080         * nnfolder.el (nnfolder-possibly-change-group):
8081         * nnimap.el (nnimap-retrieve-headers):
8082         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
8083
8084 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
8085
8086         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
8087         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
8088
8089 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * gnus-srvr.el (gnus-server-set-info): Clear
8092         `gnus-server-method-cache' when `gnus-server-alist' is changed.
8093         From Daiki Ueno <ueno@unixuser.org>.
8094
8095 2002-04-11  Simon Josefsson  <jas@extundo.com>
8096
8097         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
8098         viewing of security buttons.  Thanks to Nicolas Kowalski
8099         <Nicolas.Kowalski@imag.fr>.
8100
8101         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
8102         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
8103         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
8104         <Nicolas.Kowalski@imag.fr>.
8105         (smime-decrypt-buffer): Ditto.
8106
8107 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8108
8109         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
8110         header line.
8111
8112 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
8113
8114         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
8115
8116 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8117
8118         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
8119
8120 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8121
8122         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
8123         errors when debug.
8124
8125 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
8126
8127         * message.el (message-make-mft): Changed MFT code from using
8128         message-recipients (which included Bcc) to use only the To and CC
8129         headers.
8130
8131 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8132
8133         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
8134         add link.
8135         (gnus-treat-mail-picon): Ditto.
8136         (gnus-treat-newsgroups-picon): Ditto.
8137         (gnus-picon-databases): Fix custom type.
8138         (gnus-picon-databases): Add link.
8139         (gnus-article-x-face-command): Add to gnus-picon group.
8140
8141 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
8142
8143         * message.el (message-buffer-naming-style): Remove.
8144
8145 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8146
8147         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
8148
8149         * message.el (message-tool-bar-map): Ditto.
8150
8151         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8152
8153 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8154
8155         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
8156
8157 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
8158
8159         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
8160
8161 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
8162         Trivial patch.
8163
8164         * dns.el: open-network-stream under XEmacs does udp.
8165
8166 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
8167
8168         * spam.el (spam-enter-whitelist): New function.
8169         (spam-parse-whitelist): Ditto.
8170         (spam-refresh-list-cache): Ditto.
8171         (spam-address-whitelisted-p): New function.
8172
8173         * dns.el (query-dns): Use TCP when make-network-process isn't
8174         available.
8175         (dns-servers): New variable.
8176         (dns-parse-resolv-conf): New function.
8177         (query-dns): Use it.
8178
8179         * spam.el: New file.
8180
8181         * dns.el (query-dns): Test.
8182
8183 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8184
8185         * lpath.el (featurep): Bind make-network-process.
8186
8187 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
8188
8189         * nnmaildir.el: Use defstruct.  Use a single copy of
8190         nnmail-extra-headers to save memory.  Store server's group name
8191         prefix instead of each group's prefixed name.
8192         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
8193         nntp-server-buffer.
8194
8195 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8196
8197         * dns.el: New file.
8198
8199 2002-03-28  Simon Josefsson  <jas@extundo.com>
8200
8201         * gnus-sum.el (gnus-summary-dummy-line-format):
8202         * gnus.el (gnus-summary-line-format): Fixing links to Info.
8203         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
8204
8205 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8206
8207         * gnus-sum.el (gnus-summary-move-article)
8208         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
8209         the doc string.
8210
8211 2002-03-28  Simon Josefsson  <jas@extundo.com>
8212
8213         * mml-sec.el (mml-secure-message): Search after
8214         mail-header-separator from top of message.
8215
8216 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
8217
8218         * nnmaildir.el: Cosmetic changes.
8219         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
8220         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
8221         nnmaildir--group-ls): New macros/functions.  Use them.
8222         (nnmaildir--unlink): Evalutate argument only once.
8223
8224 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
8225
8226         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
8227         symbols.
8228         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
8229         `gnus-point-at-eol'.
8230
8231 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
8232
8233         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
8234         nnmaildir--marks-dir): New macros.  Use them.
8235         Use inhibit-quit for atomicity instead of in-memory journaling.
8236         (nnmaildir--edit-prep): New function.
8237         (Local Variables): Use it.
8238
8239 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8240
8241         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8242
8243 2002-03-25  Simon Josefsson  <jas@extundo.com>
8244
8245         * message.el (message-mode): Fix doc.
8246
8247 2002-03-25  Simon Josefsson  <jas@extundo.com>
8248
8249         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
8250         Matthieu Moy <Matthieu.Moy@imag.fr>.
8251
8252 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
8253
8254         * mml-sec.el (mml-unsecure-message): Add docstring.
8255
8256 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
8257
8258         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
8259         value.
8260         Trivial change from andre@slamdunknetworks.com
8261
8262 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
8263
8264         * mml.el (mml-mode-map): Added a keybinding for
8265         `mml-unsecure-message'.  Also, added a menu entry for said
8266         function in the Attachments menu.
8267
8268 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * canlock.el (canlock-version): Remove.
8271         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
8272         here; simplify \x insertions.
8273         (canlock-sha1): New function, always return a unibyte string.
8274         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
8275         of a password.
8276         (canlock-insert-header): Use `canlock-sha1'.
8277         (canlock-verify): Ditto.
8278
8279 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8280
8281         * message.el (message-fix-before-sending): Add an option that
8282         ignores illegible text.
8283         Trivial change from Mark Milhollan <mlm@attglobal.net>
8284
8285         * message.el (message-font-lock-keywords): Support multi-line MML
8286         tags.
8287
8288         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
8289         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
8290
8291 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
8294         symbols for "View as different encoding" submenu.
8295
8296 2002-03-19  Simon Josefsson  <jas@extundo.com>
8297
8298         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
8299         encoding" submenu.
8300
8301 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8302
8303         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
8304
8305 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8306
8307         * gnus-sum.el (gnus-sum-thread-tree-root)
8308         (gnus-sum-thread-tree-single-indent)
8309         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8310         (gnus-sum-thread-tree-leaf-with-other)
8311         (gnus-sum-thread-tree-single-leaf): Make customizable.
8312
8313 2002-03-16  Simon Josefsson  <jas@extundo.com>
8314
8315         * gnus-util.el (gnus-extract-address-components): Don't break on
8316         names such as James "Kibo" Parry.  From Francis Litterio
8317         <franl@world.std.com>.
8318
8319 2002-03-13  Simon Josefsson  <jas@extundo.com>
8320
8321         * pop3.el (pop3-open-server): Revert multibyte change.  From
8322         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8323
8324         * message.el (message-send-mail-with-qmail): Make it work.  From
8325         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8326
8327 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
8328
8329         * message.el (message-make-mft): Set case-fold-search while
8330         generating the MFT.  Also, a little cleanup in the MFT code.
8331
8332 2002-03-12  Simon Josefsson  <jas@extundo.com>
8333
8334         * message.el (message-qmail-inject-args): May be function.
8335         (message-send-mail-with-qmail): Call function if m-q-i-a is
8336         function.  From fn@hungry.org (Faried Nawaz).
8337
8338 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8339
8340         * message.el (message-abbrevs-loaded): Remove.
8341         (mailabbrev): Require it.
8342
8343         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
8344
8345 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * pop3.el (pop3-open-server): Set process buffer unibyte.
8348
8349 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8350
8351         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
8352
8353 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8354
8355         * nnslashdot.el (nnslashdot-request-article): Remove javascript
8356         too.
8357
8358 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8359
8360         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
8361         duplication.
8362         (gnus-summary-save-parts-type-history): Ditto.
8363         (gnus-summary-save-parts-last-directory): Ditto.
8364         Trivial change from andre@slamdunknetworks.com
8365
8366 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
8367
8368         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
8369
8370 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8371
8372         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
8373         -->" as the end of the first article.
8374
8375         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
8376         From Matthieu Moy <Matthieu.Moy@imag.fr>
8377
8378         * message.el (message-add-action): Use add-to-list.
8379         (message-delete-action): New function.
8380
8381         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
8382         pieces.
8383
8384 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
8385
8386         * nnnil.el: New file.
8387         * gnus.el (gnus-valid-select-methods): Include nnnil.
8388
8389 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8390
8391         * message.el (message-syntax-checks): Because canlock is
8392         supported, we disable sender syntax check.
8393         (message-shoot-gnksa-feet): Add cancel-messages option doc.
8394
8395         * gnus-draft.el (gnus-draft-send): If interactive, use its default
8396         value of message-syntax-checks.
8397
8398         * qp.el (quoted-printable-decode-region): Doc addition.
8399         From: Eli Zaretskii <eliz@is.elta.co.il>
8400
8401         * mail-source.el (make-source-make-complex-temp-name): Use
8402         make-temp-file.
8403
8404         * mm-util.el (mm-make-temp-file): New function.
8405         * nneething.el (nneething-file-name): Use it.
8406         * mml-smime.el (mml-smime-encrypt): Ditto.
8407         * mm-view.el (mm-inline-wash-with-file): Ditto.
8408         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
8409         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
8410         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
8411         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
8412         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
8413         * gnus-art.el (gnus-mime-print-part): Ditto.
8414
8415 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
8416
8417         * message.el (nnmaildir-article-number-to-base-name): New
8418         function.
8419         (nnmaildir-base-name-to-article-number): New function.
8420
8421 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * smime.el (smime-make-temp-file): Don't quote
8424         `temporary-file-directory'.
8425
8426 2002-03-04  Simon Josefsson  <jas@extundo.com>
8427
8428         * smime.el (smime-sign-region): Rename argument keyfiles to
8429         keyfile. You only sign something with one key.
8430         (smime-sign-buffer): Better completing-read prompt.
8431         (smime-decrypt-buffer): Ditto.
8432
8433         * smime.el (smime-make-temp-file): Make it work under XEmacs.
8434
8435         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
8436         completing-read.
8437         (mm-view-pkcs7-decrypt): CRLF->LF.
8438
8439 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
8440
8441         * message.el (message-hierarchical-addresses): New variable.
8442         (message-get-reply-headers): Use it.
8443         From Ted Zlatanov <teodor.zlatanov@divine.com>
8444
8445 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8446
8447         * message.el (message-mode): If buffer-file-name, don't set auto
8448         save file name.
8449         Trivial change from Geoff Greene <ggreene@wpi.edu>
8450
8451 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8452
8453         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
8454         takes one argument in read-char.
8455
8456         * message.el (message-fix-before-sending): Forward a char.
8457         Check mmu-multibyte-p, add control-1.
8458
8459 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8460
8461         * gnus-start.el (gnus-read-init-file): Ditto.
8462
8463         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
8464
8465         * dgnushack.el (dgnushack-make-load): Ditto.
8466
8467         * mail-source.el (mail-source-fetch): Extract the right error
8468         code.
8469
8470         * message.el (message-fix-before-sending): Check illegible text.
8471
8472         * gnus-util.el (gnus-multiple-choice): New function.
8473
8474         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
8475         also defined in gnus-score.el.
8476
8477 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
8478
8479         * message.el (message-get-reply-headers): downcase email addresses
8480         for comaparisons for duplicate removal.
8481
8482 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8483
8484         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
8485         implementation of PKCS#7, which just allows users read the
8486         message.
8487         (mm-view-pkcs7): Use it.
8488
8489 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8490
8491         * gnus.el (large-newsgroup-initial): New parameter.
8492
8493         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
8494         (gnus-summary-insert-old-articles): Ditto.
8495
8496 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8497
8498         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
8499         used as the default answer of the question, "How many articles?".
8500         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8501
8502         * nnagent.el (nnagent-retrieve-headers): Remove articles with
8503         small numbers.
8504
8505 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8506
8507         * deuglify.el: Fix comments.
8508
8509 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
8510
8511         * html2text.el (html2text-clean-anchor): If there is no HREF,
8512         insert nothing.
8513
8514         * mml.el (mml-generate-mime-1): Add cdr.
8515         From: andre@slamdunknetworks.com
8516
8517         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
8518         (mm-text-html-washer-alist): Ditto.
8519
8520         * mm-decode.el (mm-text-html-renderer): Add html2text.
8521
8522         * html2text.el: Face lift.
8523
8524         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
8525
8526 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
8527
8528         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
8529
8530         * deuglify.el: Change copy right. Add autoload. Add coding-system.
8531
8532         * deuglify.el: New file. The original file name is
8533         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
8534
8535         * mm-decode.el (mm-display-external): Use
8536         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
8537
8538 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
8539
8540         * nnmaildir.el (nnmaildir-request-list): Report the highest
8541         article number, not the total number of articles.
8542
8543 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8544
8545         * gnus-sum.el: Move uu key map here.
8546         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
8547
8548 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
8549
8550         * nnmaildir.el (nnmaildir-request-expire-articles): Use
8551         nnmail-expiry-wait* if expire-age parameter is not set.
8552
8553 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8554
8555         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
8556         function.
8557         (gnus-group-sort-selected-groups-by-real-name): New function.
8558         (gnus-group-make-menu-bar): Add sort by real name.
8559
8560         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
8561         rebuild.
8562         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
8563         nil as dependencies as well.
8564
8565 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8566
8567         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
8568         for mime-parts.
8569
8570         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
8571
8572         * gnus-group.el (gnus-group-name-decode): Don't test
8573         multibyte-string, because it breaks XEmacs.
8574         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
8575
8576         * message.el (message-send-mail): Be talkative.
8577
8578         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
8579         (mm-automatic-display): Ditto.
8580
8581         * mailcap.el (mailcap-mime-data): Ditto.
8582         From: Reiner Steib <4uce.02.r.steib@gmx.net>
8583
8584 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * many files: Remove trailing whitespaces, replace spc+tab with
8587         tab, replace leading whitespaces with tabs.
8588
8589 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
8590
8591         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
8592         articles with no body and no blank line after the header.
8593
8594 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8595
8596         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
8597         parts.
8598
8599         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
8600         non-ascii chars.
8601
8602         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8603
8604         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
8605         w3-delay-image-loads.
8606         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
8607         (mm-w3-prepare-buffer): Ditto.
8608
8609         * mail-source.el (mail-source-fetch-directory): Run scripts.
8610
8611 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8612
8613         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
8614         for Majordomo confirmations.
8615
8616 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8617
8618         * gnus-fun.el (gnus-respond-to-confirmation): New command.
8619
8620 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8621
8622         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8623
8624 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
8625
8626         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
8627         References header field.  From Mark Thomas <mthomas@cmu.edu>.
8628
8629 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8630
8631         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
8632         (mm-inline-render-with-stdin): Ditto.
8633         (mm-inline-render-with-function): Ditto.
8634         (mm-inline-wash-with-file): Bind coding-system-for-write.
8635         (mm-inline-wash-with-stdin): Ditto.
8636
8637 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8638
8639         Suggested by Felix Natter <fnatter@gmx.net>
8640
8641         * gnus-art.el (gnus-mime-view-part-externally): Rename from
8642         gnus-mime-externalize-view.
8643         (gnus-mime-view-part-internally): Rename from
8644         gnus-mime-internalize-view.
8645         (gnus-article-view-part-externally): Rename from
8646         gnus-article-externalize-part.
8647         (gnus-mime-action-alist): Change correspondingly.
8648         (gnus-mime-button-commands): Ditto.
8649         (gnus-mime-action-alist): Remove duplication.
8650
8651         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
8652
8653 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8654
8655         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
8656
8657         * gnus-art.el (gnus-display-mime): Use it.
8658
8659         * mm-partial.el (mm-partial-find-parts): Use it.
8660
8661         * gnus-sum.el (gnus-article-loose-mime): Rename from
8662         gnus-article-no-strict-mime.
8663         (gnus-summary-save-parts): Use it.
8664
8665 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
8668         local variable.
8669
8670         * gnus-art.el (article-display-x-face): Don't sort multiple
8671         X-Faces.
8672
8673 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
8676         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
8677
8678         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
8679
8680 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8681
8682         Some ideas is inspired by code from Hrvoje Niksic
8683         <hniksic@arsdigita.com>
8684
8685         * gnus-art.el (gnus-article-wash-function): Set the default to
8686         nil, so that we use mm-text-html-renderer instead.
8687         (article-wash-html): Use mm-text-html-renderer.
8688
8689         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
8690         (mm-text-html-renderer): New variable.
8691         (mm-inline-text-html-renderer): Set the default to nil, so that we
8692         use mm-text-html-renderer instead.
8693
8694         * mm-view.el (mm-inline-text-html): New function.
8695         (mm-text-html-renderer-alist): New variable.
8696         (mm-inline-text-vcard): New function.
8697         (mm-inline-text): Split.
8698         (mm-links-remove-leading-blank): New function.
8699         (mm-inline-render-with-file): New function.
8700         (mm-inline-render-with-stdin): New function.
8701         (mm-inline-render-with-function): New function.
8702         (mm-text-html-washer-alist): New variable.
8703         (mm-inline-wash-with-file): New function.
8704         (mm-inline-wash-with-stdin): New function.
8705
8706 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8707
8708         * message-utils.el: Fix installation doc.
8709         From: Reiner Steib <4uce.02.r.steib@gmx.net>
8710
8711 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
8712
8713         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
8714         (gnus-post-method): Use it.
8715         (gnus-summary-cancel-article): Find the correct post-method.
8716
8717         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
8718         * message.el (message-send-news): Ditto.
8719         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
8720         <ipmonger@delamancha.org>
8721
8722         * gnus.el (gnus-select-method): Fix doc.
8723         (gnus-server-string): Use 'using nntp'.
8724
8725         * gnus-agent.el (gnus-slave-unplugged): New command.
8726         From: Felix Natter <fnatter@gmx.net>
8727
8728 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8729
8730         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
8731         Call edit-done-function first, then change the window
8732         configuration.
8733         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
8734         (gnus-article-edit-mode): mml-mode.
8735
8736         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
8737         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
8738
8739         * message-utils.el: Adopt the file.
8740
8741         * message-utils.el: New file.
8742         From Holger Schauer <Holger.Schauer@gmx.de>
8743
8744 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8745
8746         * gnus-sum.el (gnus-summary-move-article): Select-article only
8747         when gnus-move-split-methods is non-nil. And we don't render or
8748         mark the article.
8749
8750         * gnus-fun.el (gnus-shell-command-to-string): New function.
8751         (gnus-shell-command-on-region): New function.
8752         (gnus-random-x-face): Use them.
8753         (gnus-x-face-from-file): Ditto.
8754         (gnus-convert-image-to-gray-x-face): Ditto.
8755         (gnus-convert-gray-x-face-to-xpm): Ditto.
8756         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
8757
8758 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * gnus-art.el (gnus-treat-display-xface): Don't use
8761         `shell-command-to-string' when compiling.
8762         (gnus-treat-display-grey-xface): Ditto.
8763
8764 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
8765
8766         * nnmaildir.el (nnmaildir--article-count): If the group is
8767         completely empty, report minimum article number as 1 instead of 0.
8768
8769 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
8770
8771         * gnus-agent.el (gnus-get-predicate): Use nconc.
8772
8773         * gnus-sum.el (gnus-summary-display-make-predicate): Use
8774         gnus-summary-display-cache as cache.
8775
8776         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
8777         (nndoc-mail-in-mail-type-p): New function.
8778         (nndoc-mail-in-mail-article-begin): New function.
8779
8780 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8781
8782         * mailcap.el (mailcap-mime-data): Use enriched-decode.
8783
8784         * gnus-cite.el (gnus-article-fill-cited-article): Bind
8785         use-hard-newlines to nil.
8786
8787         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
8788         image is not available if window-system is not available.
8789
8790         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
8791
8792 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8793
8794         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
8795         bookmark, because update-mark doesn't handle it correctly.
8796
8797 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8798
8799         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
8800         directly instead of calling message-send-mail.
8801
8802         * gnus-start.el (gnus-read-descriptions-file): Use
8803         gnus-default-charset.
8804
8805         * mm-util.el (mm-guess-mime-charset): New function.
8806
8807         * gnus.el (gnus-default-charset): Use it.
8808         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
8809         the default.
8810
8811 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8812
8813         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
8814         (article-display-x-face): Use it.  Disable grey xface, if
8815         uncompface is not found.
8816
8817         * message.el (message-mode): Don't enable multibyte on an indirect
8818         buffer.
8819
8820         * nnrss.el (nnrss-content-function): New variable.
8821         (nnrss-request-article): Use it.
8822
8823 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8824
8825         * gnus.el: Add article-unsplit-urls.
8826         * gnus-sum.el: Ditto.
8827         * gnus-art.el (gnus-treat-strip-cr): New variable.
8828         (gnus-treatment-function-alist): Use it.
8829         (article-unsplit-urls): New function.
8830         (gnus-article-make-menu-bar): Use it.
8831         From: Michael Cook <michael.cook@cisco.com>
8832
8833 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8834
8835         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
8836         copy.
8837
8838 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
8839
8840         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
8841         with internal whitespace.
8842         (gnus-parent-id): Ditto.
8843
8844 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8845
8846         * gnus-art.el (gnus-article-treat-body-boundary): Add
8847         gnus-decoration property.
8848         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
8849
8850         * message.el (message-mode): Set local-abbrev-table.
8851         From Matt Armstrong <matt@lickey.com>.
8852
8853         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
8854         too many spaces.
8855
8856         * rfc2047.el (rfc2047-unfold-region): Ditto.
8857         (rfc2047-decode-region): Don't unfold. Let
8858         gnus-article-treat-unfold-headers do it.
8859
8860         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
8861         From: Jesper Harder <harder@ifa.au.dk>
8862
8863 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8864
8865         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
8866         (gnus-configure-posting-styles): Use it.
8867         (gnus-configure-posting-styles): Remove trailing newspaces.
8868
8869 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8870
8871         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
8872         is non-nil.
8873
8874         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
8875
8876         * gnus.el (gnus-server-to-method): Switch position with
8877         gnus-server-get-method.
8878         (gnus-agent): Add doc.
8879
8880         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
8881         (gnus-summary-save-parts): Use it.
8882
8883         * gnus-art.el (gnus-display-mime): Use it.
8884         * mm-partial.el (mm-partial-find-parts): Use it.
8885
8886         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
8887
8888         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
8889         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
8890
8891         * nnagent.el (nnagent-request-expire-articles): Don't delete
8892         files.
8893
8894 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8895
8896         * message.el (message-gen-unsubscribed-mft): New function.
8897         From Sriram Karra <karra@cs.utah.edu>.
8898
8899         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
8900         open parenthesis.
8901
8902         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
8903         (mm-inline-text-html-render-with-w3): Ditto.
8904         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
8905         Suggested by Dave Love  <d.love@dl.ac.uk>.
8906
8907         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
8908
8909         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
8910         * nntp.el (nntp-send-command): Ditto.
8911         * nntp.el (nntp-send-command-nodelete): Ditto.
8912
8913 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8914
8915         * mm-url.el (mm-url-load-url): New function.
8916         (mm-url-insert-file-contents): Use it.
8917
8918         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
8919
8920         * message.el (message-forward-make-body): Correctly copy
8921         forward-buffer.
8922
8923         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
8924
8925 2002-02-04  Simon Josefsson  <jas@extundo.com>
8926
8927         * gnus-art.el (gnus-article-followup-with-original): Mark with
8928         force, prevent errors when following up from article buffer.
8929         (gnus-article-reply-with-original): Ditto.
8930
8931         * binhex.el (binhex-decoder-switches): Fix doc.  From
8932         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8933
8934 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8935
8936         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
8937         highlight-citation after emphasize.
8938
8939 2002-02-04  Simon Josefsson  <jas@extundo.com>
8940
8941         * nnfolder.el (nnfolder-open-marks):
8942
8943         * nnml.el (nnml-open-marks): Message when done.  From David
8944         Edmondson <dme@sun.com>.
8945
8946 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8947
8948         * imap.el (imap-anonymous-auth): Fix typo.
8949         From: Steinar Bang <sb@dod.no>
8950
8951         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
8952         save-excursion.
8953         (gnus-cache-braid-heads): Ditto.
8954
8955         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
8956         line, because there are extra articles in the overview buffer.
8957
8958         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
8959
8960         * message.el (message-forward-rmail-make-body): Directly use
8961         rmail-msg-restore-non-pruned-header to avoid calling
8962         vertical-motion.
8963
8964 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8965
8966         * gnus-cache.el (gnus-summary-insert-cached-articles):
8967         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
8968
8969         * gnus-group.el (gnus-group-mark-article-read): Nreverse
8970         gnus-newsgroups-unselected.
8971
8972         * gnus-agent.el (gnus-summary-set-agent-mark): Use
8973         gnus-add-to-sorted-list.
8974
8975         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
8976         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
8977         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
8978         (gnus-update-read-articles): UNREAD is sorted.
8979         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
8980         (gnus-newsgroup-marked, gnus-newsgroup-cached)
8981         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
8982         (gnus-newsgroup-dormant): Require sorted.
8983
8984         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
8985         directories.
8986         (gnus-dired-print): New function.
8987
8988         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
8989         ps-despool.
8990
8991 2002-02-02  Simon Josefsson  <jas@extundo.com>
8992
8993         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
8994
8995 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8996
8997         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
8998         t. This makes gnus-agent customizable without putting
8999         gnus-agentize into .gnus.
9000
9001         * gnus.el (gnus-agent): Make it customizable.
9002
9003         * gnus-dired.el: New file.
9004         From Benjamin Rutt <brutt@bloomington.in.us>
9005
9006         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
9007         if no article.
9008         (gnus-cache-possibly-remove-article): Ditto.
9009         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
9010
9011 2002-02-01  Simon Josefsson  <jas@extundo.com>
9012
9013         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
9014
9015 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
9018         (mm-setup-w3m): Don't bind keys listed in the above.
9019
9020 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
9023         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
9024         is non-nil; bind `w3m-force-redisplay' with nil.
9025
9026         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9027
9028         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
9029
9030 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9031
9032         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
9033         use mail-header-unfold-field.
9034
9035         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
9036         gnus-summary-limit.
9037
9038         * gnus-range.el (gnus-add-to-sorted-list): New function.
9039         * gnus-sum.el (gnus-mark-article-as-read): Use it.
9040         (gnus-mark-article-as-unread): Ditto.
9041         (gnus-summary-mark-article-as-unread): Ditto.
9042         (gnus-build-get-header): Ditto.
9043         (gnus-summary-prepare-threads): Ditto.
9044         (gnus-summary-insert-pseudos): Ditto.
9045         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
9046         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
9047         (gnus-summary-insert-old-articles): Ditto.
9048
9049         * gnus-msg.el (gnus-posting-styles): Add new format of header.
9050         (gnus-configure-posting-styles): Support the new format.
9051
9052         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
9053         edebug-form-spec to (sexp body).
9054         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
9055
9056         * message.el (message-reply-headers): Add doc.
9057
9058 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9059
9060         * gnus-group.el (gnus-group-delete-group): Nix the entry in
9061         gnus-cache-active-hashtb.
9062
9063         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
9064         (gnus-agent-summary-fetch-group): Use it.
9065
9066         * gnus-msg.el (gnus-debug-files): New variable.
9067         (gnus-debug-exclude-variables): New variable.
9068         (gnus-debug): Use them.
9069
9070         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
9071
9072 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9073
9074         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
9075         (message-mode-syntax-table): Move back the previous position.
9076
9077         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
9078
9079         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9080         gnus-sorted-difference.
9081
9082         * nnsoup.el (nnsoup-request-expire-articles): Use
9083         gnus-sorted-difference.
9084
9085         * nnheader.el: Autoload gnus-sorted-difference.
9086
9087         * nnfolder.el (nnfolder-request-expire-articles): Use
9088         gnus-sorted-difference.
9089
9090         * gnus-cache.el (gnus-cache-retrieve-headers): Use
9091         gnus-sorted-difference.
9092
9093         * gnus-range.el: Autoload cookies.
9094         (gnus-sorted-difference): New function.
9095         (gnus-sorted-ndifference): New function.
9096         (gnus-sorted-nintersection): Rename from
9097         gnus-set-sorted-intersection.
9098         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
9099         (gnus-list-range-difference): Rename from
9100         gnus-inverse-list-range-intersection.
9101         (gnus-inverse-list-range-intersection): Use defalias.
9102
9103         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
9104         gnus-sorted-ndifference, and gnus-sorted-nintersection.
9105         (gnus-articles-to-read): Use gnus-sorted-difference.
9106         (gnus-summary-limit-mark-excluded-as-read): Use
9107         gnus-sorted-intersection and gnus-sorted-ndifference.
9108         (gnus-list-of-read-articles): Use gnus-list-range-difference.
9109         (gnus-summary-insert-articles): Use gnus-sorted-difference.
9110
9111         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
9112
9113 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
9116         property to the buffer for using emacs-w3m command keys.
9117
9118         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
9119         option.
9120
9121         * mm-view.el (mm-w3m-mode-map): New variable.
9122         (mm-w3m-mode-command-alist): New variable.
9123         (mm-w3m-minor-mode): Removed.
9124         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
9125         (mm-inline-text-html-render-with-w3m): Add keymap property to the
9126         buffer for using emacs-w3m command keys.
9127
9128 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9129
9130         * message.el (message-mode-syntax-table): Move forward.
9131         (message-cite-prefix-regexp): Auto detect non word constituents.
9132         (message-cite-prefix-regexp): Don't use with-syntax-table.
9133
9134         * gnus-sum.el (gnus-summary-update-info): Use
9135         gnus-list-range-intersection.
9136
9137         * gnus-agent.el (gnus-agent-fetch-headers): Use
9138         gnus-list-range-intersection.
9139
9140         * gnus-range.el (gnus-range-normalize): Use correct predicate.
9141         (gnus-list-range-intersection): Use it.
9142         (gnus-inverse-list-range-intersection): Ditto.
9143         (gnus-sorted-intersection): Add doc.
9144         (gnus-set-sorted-intersection): Add doc.
9145         (gnus-sorted-union): New function.
9146         (gnus-set-sorted-union): New function.
9147
9148         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
9149         (gnus-inverse-list-range-intersection): Ditto.
9150
9151 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
9152
9153         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
9154
9155         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
9156         and permit `:' and `\' in order to handle full Windows pathnames.
9157         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
9158         technically not correct per standard, but seems to have common use.
9159
9160 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9161
9162         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
9163         replacing numbers.
9164
9165 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
9166
9167         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
9168
9169         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
9170         Don't split when the window is small, e.g. when a small *BBDB*
9171         window is the lowest one.
9172
9173         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9174         nnheader-find-nov-line to speed up. Use nreverse, because it is
9175         sorted. Use nnheader-insert-nov-file.
9176
9177 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * mm-decode.el (mm-inline-text-html-with-images): New user option.
9180
9181         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
9182         of `w3m-display-inline-images' with the value of
9183         `mm-inline-text-html-with-images'.
9184         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
9185
9186         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9187
9188 2002-01-27  Richard M. Stallman  <rms@gnu.org>
9189
9190         * time-date.el: Add autoload cookies.  Many doc fixes.
9191         (time-add): New function.
9192         (time-subtract): Renamed from subtract-time.
9193         (subtract-time): New alias for time-subtract.
9194
9195 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
9198         emacs-w3m in doc-string.
9199
9200         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
9201         `w3m-current-buffer'.
9202
9203 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9204
9205         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
9206
9207         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
9208         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
9209         (mm-w3m-cid-retrieve): New function.
9210         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
9211
9212 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
9213
9214         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
9215
9216 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9217
9218         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
9219
9220 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9221
9222         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
9223         32K.
9224
9225         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
9226
9227         * nnmail.el (nnmail-article-group): Decode headers before running
9228         split rules over them.
9229         (nnmail-mail-splitting-charset): New variable.
9230
9231         * smiley.el: Replaced with smiley-ems.el.
9232
9233 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9234
9235         * mm-url.el (mm-url-predefined-programs): Add w3m.
9236         (mm-url-program): Ditto.
9237
9238 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9239
9240         * nnml.el (nnml-use-compressed-files): New variable.
9241         (nnml-filenames-are-evil): Removed.
9242         (nnml-current-group-article-to-file-alist): Don't use.
9243         (nnml-update-file-alist): Inhibit.
9244         (nnml-article-to-file): Use new var.
9245
9246 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9247
9248         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
9249
9250         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
9251
9252 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9253
9254         * gnus-agent.el (gnus-agent-load-alist): Use new caching
9255         function.
9256
9257         * gnus-util.el (gnus-cache-file-contents): New function.
9258
9259         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
9260         (gnus-agent-load-alist): Use it.
9261
9262         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
9263
9264         * nnheader.el (nnheader-insert-nov-file): New function.
9265
9266         * gnus-util.el (gnus-parse-without-error): Correct the loop.
9267
9268         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
9269         there are no references.
9270         (gnus-extract-message-id-from-in-reply-to): New function.
9271         (gnus-nov-parse-line): Use in-reply-to if there are no
9272         references.
9273
9274 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9275
9276         * nnagent.el (nnagent-retrieve-headers): Use new macro.
9277
9278         * gnus-util.el (gnus-parse-without-error): New macro.
9279
9280 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
9281
9282         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
9283         (gnus-article-wash-function): use locate-library to decide which
9284         to use.
9285
9286 2002-01-25  Simon Josefsson  <jas@extundo.com>
9287
9288         * pop3.el (pop3-munge-message-separator): Work if no date.
9289         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
9290
9291 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9292
9293         * gnus-agent.el (gnus-agent-save-alist): Fix.
9294
9295         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
9296         mistake.  Reinstated lost code.
9297
9298 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
9299
9300         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
9301         one exists in the case of an encrypted message with an internal
9302         signature.
9303
9304 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9305
9306         * gnus-agent.el (gnus-agent-save-alist): Optimized.
9307
9308 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * dgnushack.el: Commented out the experimental code.
9311
9312 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9313
9314         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
9315         error.
9316
9317         * gnus.el (gnus-server-to-method): Made into subst.
9318         (gnus-server-method-cache): New variable.
9319         (gnus-server-to-method): Use it.
9320         (gnus-group-method-cache): New variable.
9321         (gnus-find-method-for-group-1): Renamed.
9322         (gnus-find-method-for-group): New function.
9323         (gnus-group-method-cache): Removed.
9324
9325         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
9326         function.
9327
9328         * gnus-range.el (gnus-members-of-range): New function.
9329         (gnus-list-range-intersection): Renamed.
9330         (gnus-inverse-list-range-intersection): New function.
9331
9332         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
9333
9334         * nnagent.el (nnagent-retrieve-headers): New implementation.
9335
9336         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
9337         implementation.
9338
9339 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9340
9341         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
9342         `w3m-meta-content-type-charset-regexp'.
9343
9344         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
9345         charset-encoded html contents.
9346
9347 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
9348
9349         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
9350         an empty file.
9351
9352         * nnweb.el (url): Ignore errors when request url.
9353
9354         * nnrss.el: Clean up the comments.
9355
9356 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
9359
9360         * mm-decode.el (mm-inline-text-html-renderer): New user option.
9361         (mm-inline-media-tests): Test whether the value of
9362         `mm-inline-text-html-renderer' is a function for text/html.
9363
9364         * mm-view.el (mm-inline-text-html-render-with-w3): New function
9365         separated from `mm-inline-text'.
9366         (mm-w3m-minor-mode): New variable.
9367         (mm-w3m-setup): New variable.
9368         (mm-setup-w3m): New function.
9369         (mm-inline-text-html-render-with-w3m): New function.
9370         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
9371         text/html.
9372
9373 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
9374
9375         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
9376
9377 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9378
9379         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
9380         and `gnus-xmas-completing-read'.
9381
9382 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9383
9384         * nneething.el (nneething-message-id-number): Abolished.
9385         (nneething-encode-file-name): Not encode numerical characters.
9386         (nneething-make-head): `nneething-message-id-number' is not
9387         used to generate message IDs.
9388
9389 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9390
9391         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
9392         characters.
9393
9394 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9395
9396         * gnus-xmas.el (gnus-xmas-completing-read): New function.
9397         (gnus-xmas-redefine): Redefine conditionally.
9398
9399 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
9400
9401         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
9402         tag.
9403
9404 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
9405
9406         * message.el (message-font-lock-keywords): Added the secure tag.
9407         * mml-sec.el: Added functions to generate/modify/remove the secure
9408         tag while in message mode.
9409         * mml-sec.el (mml-secure-message): New.
9410         * mml-sec.el (mml-unsecure-message): New.
9411         * mml-sec.el (mml-secure-message-sign-smime): New.
9412         * mml-sec.el (mml-secure-message-sign-pgp): New.
9413         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
9414         * mml-sec.el (mml-secure-message-encrypt-smime): New.
9415         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
9416         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
9417         * mml.el (mml-parse-1): Added code to recognise the secure tag and
9418         convert it to either a part or multipart depending on if there are
9419         other parts in the message.
9420         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
9421         to use the secure tag, rather than the part tag.
9422         * mml.el (mml-preview): Added a save-excursion to keep cursor
9423         position after doing an MML preview.
9424
9425 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9426
9427         * nnheader.el (nnheader-parse-overview-file): New function.
9428         (nnheader-write-overview-file): New function.
9429
9430 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * gnus.el (gnus-group-fast-parameter): Check better if expansion
9433         in wanted.
9434
9435         * nnweb.el (nnweb-type-definition): Clean up.
9436
9437 2002-01-21  Alastair Burt  <burt@dfki.de>
9438         Trivial patch.
9439
9440         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
9441         buffer exists before jumping to it.
9442
9443 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9444
9445         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
9446         function.
9447         (article-wash-html): Use it.
9448         (gnus-article-wash-function): New variable.
9449         (gnus-article-wash-html-with-w3m): New function.
9450
9451 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9452
9453         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
9454         XEmacs.
9455
9456 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
9457
9458         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
9459         command line.
9460
9461 2002-01-21  Simon Josefsson  <jas@extundo.com>
9462
9463         * canlock.el (base64-encode-string): Autoload it from base64.
9464         (canlock-make-cancel-key): Base64 encode unibyte string.
9465
9466 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467
9468         * nnfolder.el (nnfolder-request-accept-article): Unfold
9469         x-from-line.
9470         (nnfolder-request-replace-article): Ditto.
9471
9472 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
9473
9474         * gnus-group.el (gnus-group-best-unread-group): Use the right
9475         positioning function.
9476
9477 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9478
9479         * smiley-ems.el (smiley-region): Use new function.
9480         (smiley-update-cache): Use general image functions.
9481         (smiley-region): Use general functions.
9482
9483         * gnus-util.el (gnus-graphic-display-p): New function.
9484
9485         * nnmail.el (nnmail-article-group): Allow outputting traces of
9486         non-strings.
9487
9488         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
9489         (nndoc-exim-bounce-type-p): New function.
9490
9491         * message.el (message-dont-send): Doc fix.
9492
9493         * gnus-util.el (gnus-completing-read): Remove
9494         inherit-input-method.
9495
9496         * gnus-art.el (gnus-treat-smiley): Doc fix.
9497
9498         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
9499         articles.
9500
9501 2002-01-19  Simon Josefsson  <jas@extundo.com>
9502
9503         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
9504         (imap-kerberos4-open): Ditto.
9505         (imap-open): Set port correctly, don't set auth.
9506
9507 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9508
9509         * gnus.el (gnus-version-number): Bump version number.
9510
9511 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9512
9513         * gnus.el: Oort Gnus v0.05 is released.
9514
9515 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9516
9517         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
9518         exists.
9519
9520         * gnus-spec.el (gnus-string-width-function): New function.
9521         (gnus-tilde-cut-form): Use it.
9522         (gnus-tilde-max-form): Ditto.
9523         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
9524         (gnus-substring-function): Use it.
9525         (gnus-tilde-cut-form): Ditto.
9526         (gnus-substring-function): New function.
9527
9528         * message.el (message-check-news-header-syntax): New message.
9529
9530         * gnus.el (gnus-slave-no-server): Doc fix.
9531
9532         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
9533
9534 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
9537         `seen' if it looks like (seen NUM1 . NUM2).  It should be
9538         (seen (NUM1 . NUM2)).
9539
9540 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9541
9542         * gnus-topic.el (gnus-topic-catchup-articles): Update article
9543         number in closed topics.
9544
9545 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
9546
9547         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
9548         functions.
9549
9550 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9551
9552         * gnus.el (gnus-group-find-parameter): Clean up.
9553
9554         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
9555         articles.
9556
9557         * gnus-util.el (gnus-completing-read-with-default): Renamed.
9558
9559         * nnmail.el (nnmail-article-group): Clean up.
9560
9561 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
9562
9563         * gnus-agent.el (gnus-category-name): Intern the category name.
9564
9565 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9566
9567         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
9568
9569         * gnus-util.el (gnus-completing-read): New function.
9570
9571 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9572
9573         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
9574
9575         * smiley-ems.el (smiley-region): Register smiley.
9576         (smiley-toggle-buffer): Rewrite the function.
9577         (smiley-active): Removed.
9578
9579 2002-01-19  Simon Josefsson  <jas@extundo.com>
9580
9581         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
9582         Jesper Harder <harder@ifa.au.dk>.
9583
9584 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9585
9586         * gnus-art.el (gnus-request-article-this-buffer): Call
9587         `nneething-get-file-name' to extract the file name from the
9588         message id.
9589
9590         * nneething.el (nneething-encode-file-name): New function.
9591         (nneething-decode-file-name): Ditto.
9592         (nneething-get-file-name): Ditto.
9593         (nneething-make-head): Encode the file name and encapsulate it
9594         into the field of the message id.
9595
9596 2002-01-18  Simon Josefsson  <jas@extundo.com>
9597
9598         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
9599         stored in .marks.
9600
9601         * nnfolder.el (nnfolder-request-update-info): Ditto.
9602
9603 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9604
9605         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
9606
9607 2002-01-18  Simon Josefsson  <jas@extundo.com>
9608
9609         * imap.el (imap-starttls-p): Don't check for binary.
9610         (imap-gssapi-auth-p): Ditto.
9611         (imap-kerberos4-auth-p): Ditto.
9612         (imap-open): Change logic.  Iterate through all possible streams,
9613         instead of bailing out after first failure.  Move authenticator
9614         decision to `imap-authenticate'.
9615         (imap-authenticate): Change logic, now finds the authenticator to
9616         use, was previously in `imap-open'.
9617         (imap-open): Return nil on failure.
9618         (imap-open): Setup temp buffer correctly.
9619         (imap-open): Return buffer only on success.
9620         (imap-interactive-login, imap-interactive-login): Tell the user
9621         which stream/authenticator is used for the queried
9622         username/password.
9623         (imap-open, imap-authenticate): Set variables.
9624         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
9625         (imap-open): Don't assume how `with-temp-buffer' is implemented.
9626
9627 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9628
9629         * gnus-fun.el (gnus-grab-cam-x-face): New function.
9630
9631 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9632
9633         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
9634
9635 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9636
9637         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
9638         (gnus-agent-group-mode-map): Bind it to "Jo".
9639         (gnus-agent-group-make-menu-bar): Add it into menu bar.
9640
9641 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
9642
9643         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
9644         (gnus-summary-mail-toolbar): Add mail article deletion button.
9645
9646         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
9647         false positives for lines of "^^^^".
9648
9649         * gnus-picon.el (gnus-picon-find-face): faces database is all
9650         lowercase.
9651
9652 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9653
9654         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
9655         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
9656         duplications.
9657         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
9658
9659 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9660
9661         * gnus-sum.el (gnus-summary-initial-limit): Inline
9662         gnus-summary-limit-children.
9663         (gnus-summary-initial-limit): Don't limit if
9664         gnus-newsgroup-display is nil.
9665         (gnus-summary-initial-limit): No, don't.
9666
9667         * gnus-util.el
9668         (gnus-put-text-property-excluding-characters-with-faces): Inline
9669         gnus-put-text-property.
9670
9671         * gnus-spec.el (gnus-default-format-specs): New variable.
9672
9673         * gnus-start.el (gnus-read-newsrc-file): Don't clear
9674         gnus-format-specs.
9675         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
9676
9677         * gnus-spec.el (gnus-update-format-specifications): Really check
9678         the Gnus version of the .newsrc.eld file.
9679         (gnus-format-specs): Save the new default summary format.
9680
9681         * gnus-util.el (gnus-parent-id): Check whether references is empty
9682         before splitting.
9683
9684         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
9685         functions.
9686         (gnus-gather-threads-by-references): Inline
9687         `gnus-split-references'.
9688
9689         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
9690         default value of gnus-summary-line-format-spec.
9691
9692 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9693
9694         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
9695         message.
9696         (nnslashdot-request-list): Ditto.
9697         (nnslashdot-sid-strip): Removed.
9698
9699 2002-01-15  Simon Josefsson  <jas@extundo.com>
9700
9701         * nnimap.el (nnimap-close-asynchronous): Enable.
9702         (nnimap-close-group): Expunge.
9703
9704 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9705
9706         * gnus-util.el (gnus-user-date-format-alist): Typo.
9707         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
9708
9709 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9710
9711         * nneething.el (nneething-request-article): Set
9712         `nnmail-file-coding-system' to `binary' locally, in order to read
9713         files without any conversion.
9714
9715 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9716
9717         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9718         nnheader-file-coding-system and nnmail-active-file-coding-system.
9719         (gnus-agent-regenerate-group): Ditto.
9720         (gnus-agent-regenerate): Ditto.
9721         (gnus-agent-write-active): Ditto.
9722         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
9723
9724 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9725
9726         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
9727         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
9728
9729 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9730
9731         * gnus.el: We don't need gnus-article-show-all-headers.
9732
9733         * gnus-art.el (article-show-all, gnus-article-show-all-header):
9734         Ditto.
9735
9736         * gnus-sum.el (gnus-summary-select-article): Don't call
9737         show-all-headers, because hidden headers are not hidden text any
9738         more.
9739
9740 2002-01-13  Simon Josefsson  <jas@extundo.com>
9741
9742         * message.el (message-newline-and-reformat): Use `newline' instead
9743         of inserting \n, so that the newline is marked as hard.
9744
9745         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
9746         From Jesper Harder <harder@ifa.au.dk>.
9747
9748 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9749
9750         * imap.el (imap-close): Keep going if quit.
9751
9752         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
9753         nntp-server-buffer.
9754
9755 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9756
9757         * mm-view.el (mm-display-inline-fontify): Require font-lock to
9758         avoid unbinding shadowed variables.
9759
9760         * gnus-art.el (gnus-picon-databases): Moved here.
9761         (gnus-picons-installed-p): Moved here.
9762         (gnus-article-reply-with-original): Use `mark'.
9763
9764         * gnus.el (gnus-picon): Moved here and renamed.
9765
9766         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
9767         installed.
9768         (gnus-treat-mail-picon): Ditto.
9769         (gnus-treat-newsgroups-picon): Ditto.
9770
9771         * gnus-picon.el (gnus-picons-installed-p): New function.
9772
9773 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9774
9775         * gnus-agent.el (gnus-agent-go-online): Fix doc.
9776
9777 2002-01-12  Simon Josefsson  <jas@extundo.com>
9778
9779         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
9780         (nnimap-before-find-minmax-bugworkaround): Use it.
9781         (nnimap-find-minmax-uid): Don't reselect current mailbox.
9782         (nnimap-dont-close): New variable.
9783         (nnimap-close-group): Use it.
9784
9785 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9786
9787         * gnus-art.el (gnus-article-reply-with-original): Use
9788         `mark-active'.
9789
9790         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
9791
9792         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
9793         (gnus-score-advanced): Clean up.
9794         (gnus-score-advanced): Accept a multiple of the score.
9795
9796 2002-01-12  Simon Josefsson  <jas@extundo.com>
9797
9798         * flow-fill.el (fill-flowed-display-column)
9799         (fill-flowed-encode-columnq): New variables.  Suggested by
9800         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
9801         (fill-flowed-encode, fill-flowed): Use them.
9802
9803         * message.el (message-send-news, message-send-mail): Use
9804         m-b-s-n-p-e-h-n.
9805
9806         * mml.el (autoload): Autoload fill-flowed-encode.
9807         (mml-buffer-substring-no-properties-except-hard-newlines): New
9808         function.
9809         (mml-read-part): Use it.
9810         (mml-generate-mime-1): Encode format=flowed if appropriate.
9811         (mml-insert-mime-headers): Insert format=flowed.
9812
9813         * flow-fill.el (fill-flowed-encode): New function.
9814         (fill-flowed): Bind fill-column to window width.
9815
9816 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9817
9818         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
9819         it exists.
9820         (gnus-summary-setup-buffer): Wake up dead summary buffers.
9821         (gnus-summary-buffer-name): Don't return the dead name after all.
9822         (gnus-summary-setup-buffer): Kill the dead buffer.
9823
9824         * gnus-art.el (gnus-article-followup-with-original): Store the
9825         value of the mark before deactivating it.
9826
9827 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9828
9829         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
9830         From: Karl Kleinpaste <karl@charcoal.com>
9831
9832         * gnus-art.el (article-display-x-face): Ditto.
9833         (gnus-article-reply-with-original): Use gnus-region-active-p.
9834         (gnus-article-followup-with-original): Ditto.
9835
9836         * gnus-sum.el (gnus-summary-read-group-1): Don't select
9837         downloadable article either.
9838
9839 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9840
9841         * gnus-art.el (article-display-x-face): Insert From:.
9842
9843         * gnus-sum.el (gnus-summary-move-article): Don't draw the
9844         article. Bind gnus-display-mime-function and
9845         gnus-article-prepare-hook.
9846
9847         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
9848         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
9849         gnus-agent-possibly-synchronize-flags to the last.
9850         (gnus-agent-go-online): New function. New variable.
9851
9852 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9853
9854         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
9855         (gnus-agent-regenerate): Ditto.
9856
9857 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9858
9859         * message.el (message-ignored-news-headers)
9860         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
9861         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
9862
9863         * gnus.el (gnus-gethash-safe): New macro.
9864
9865         * gnus-agent.el (gnus-agent-regenerate-history): New function.
9866         (gnus-agent-regenerate): Show messages.
9867
9868 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9869
9870         * gnus-agent.el (gnus-agent-regenerate-group): New function.
9871         (gnus-agent-regenerate): New function.
9872         (gnus-agent-save-alist): Sort.
9873         (gnus-agent-copy-nov-line): Test eobp.
9874         (gnus-agent-retrieve-headers): Erase buffer.
9875
9876 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9877
9878         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
9879         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
9880
9881         * gnus.el (gnus-agent-covered-methods): Move here.
9882         (gnus-online): New function.
9883         (gnus-agent-method-p): Move here.
9884
9885         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
9886         nil. Remove articles-alist.
9887
9888         * gnus-start.el (gnus-get-unread-articles): Check online.
9889         (gnus-groups-to-gnus-format): Ditto.
9890         (gnus-active-to-gnus-format): Ditto.
9891
9892         * gnus-agent.el (gnus-agent-get-function): Use it.
9893         (gnus-agent-get-undownloaded-list): Ditto.
9894         (gnus-agent-fetch-session): Only fetch online methods.
9895
9896         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
9897         (gnus-server-mode-map): Ditto.
9898         (gnus-server-offline-face): New face.
9899         (gnus-server-offline-face): New variable.
9900         (gnus-server-font-lock-keywords): Add offline.
9901         (gnus-server-insert-server-line): Ditto.
9902         (gnus-server-offline-server): New function.
9903
9904         * gnus-int.el (gnus-open-server): Turn to offline.
9905         (gnus-server-unopen-status): New variable.
9906
9907 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9908
9909         * nnkiboze.el (nnkiboze-request-article): Use
9910         gnus-agent-request-article.
9911
9912         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
9913         function. Insert undownloaded NOV.
9914
9915         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
9916         (gnus-agent-request-article): New function.
9917
9918         * gnus.el (gnus-agent-cache): New variable.
9919
9920         * gnus-int.el (gnus-retrieve-headers): Use
9921         gnus-agent-retrieve-headers.
9922         (gnus-request-head): Use gnus-agent-request-article.
9923         (gnus-request-body): Ditto.
9924
9925         * gnus-art.el (gnus-request-article-this-buffer): Use
9926         gnus-agent-request-article.
9927
9928         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
9929         article if it is undownloaded.
9930
9931 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
9934
9935 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * canlock.el (canlock-string-as-unibyte): New macro.
9938         (canlock-sha1-with-openssl): Return a unibyte string.
9939         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
9940
9941 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9942
9943         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
9944
9945 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9946
9947         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
9948         application/x-emacs-lisp.
9949
9950         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
9951
9952         * nntp.el (nntp-request-article): Add group parameter.
9953         (nntp-request-head): Ditto.
9954         (nntp-find-group-and-number): Add parameter group. Figure out
9955         number if the status line doesn't give (e.g. quimby.gnus.org).
9956
9957 2002-01-08  Simon Josefsson  <jas@extundo.com>
9958
9959         * mml.el (mml-generate-mime-1): Set recipient correctly.
9960
9961 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9962
9963         * message.el (message-read-from-minibuffer): Add parameter
9964         initial-contents.
9965         * gnus-msg.el (gnus-summary-resend-message): Use it.
9966
9967         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
9968         behavior of quit-config.
9969
9970         * message.el (message-make-from): Don't quote fullname.
9971         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
9972
9973         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
9974         From: <andre@slamdunknetworks.com>
9975
9976 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9977
9978         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
9979
9980         * gnus-art.el (gnus-header-button-alist): Handle mailto.
9981
9982         * mml.el (mml-preview): Bind gnus-original-article-buffer because
9983         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
9984         because bbdb may use it.
9985
9986 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9987
9988         * nneething.el (nneething-request-article): When a non-text file
9989         is converted to an article, its data is encoded in base64.  Call
9990         `nneething-make-head' with options to specify MIME types.
9991         (nneething-make-head): Add optional arguments to specify MIME
9992         types.
9993
9994 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9995
9996         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
9997         header if there is not.
9998
9999         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
10000
10001         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
10002         (gnus-inews-mark-gcc-as-read): Obsolete variable.
10003         (gnus-inews-do-gcc): Use them.
10004
10005         * gnus-group.el (gnus-group-mark-article-read): Put holes into
10006         gnus-newsgroup-unselected.
10007
10008 2002-01-06  Simon Josefsson  <jas@extundo.com>
10009
10010         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
10011         condition-case, not ignore-errors.
10012
10013 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10014
10015         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
10016         gnus-fetch-old-headers.
10017
10018         * gnus-art.el (article-display-x-face): Use the current buffer
10019         unless `W f'. Otherwise, X-Face may be shown in the header of a
10020         forwarded part.
10021         (gnus-treatment-function-alist): Treat xface before hiding
10022         headers.
10023
10024 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10025
10026         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
10027         parameters.
10028
10029 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10030
10031         * mm-util.el (mm-multibyte-p): Define conditionally when load.
10032         (mm-guess-charset): New function.
10033         (mm-charset-after): Use it.
10034         (mm-detect-coding-region): New function.
10035         (mm-detect-mime-charset-region): New function.
10036
10037         * gnus-sum.el (gnus-summary-show-article): Use
10038         mm-detect-coding-region.
10039
10040 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10041
10042         * message.el (message-make-fqdn): Be less violent.
10043
10044         * gnus.el (gnus-logo-color-style): Compute custom form
10045         automatically.
10046
10047         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
10048         score file of the parent to the document group.
10049
10050         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
10051         parameters parameter.
10052
10053         * gnus-score.el (gnus-score-load-file): Clean up.
10054
10055 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10056
10057         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
10058         From: Damien Wyart <damien.wyart@free.fr>
10059
10060         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
10061
10062 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10063
10064         * gnus-sum.el (gnus-select-group-hook): Typo.
10065
10066         * rfc2047.el (rfc2047-decode-string): Return immediately if there
10067         is no quoted-printable-encoded STRING.
10068         From: Jesper Harder <harder@ifa.au.dk>
10069
10070         (rfc2047-decode-string): Decode it.
10071
10072 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10073
10074         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
10075
10076 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
10077         Trivial patch.
10078
10079         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
10080         buffer to get rid of junk line.
10081
10082 2002-01-05  Simon Josefsson  <jas@extundo.com>
10083
10084         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
10085         C-o.
10086         (message-mode-map): Bind message-insert-or-toggle-importance to
10087         C-c C-u.
10088         (message-mode-map): Bind message-disposition-notification-to to
10089         C-c M-n.
10090         (message-mode-menu): Add m-d-n-t.
10091         (message-mode-field-menu): Add m-goto-from.
10092         (message-mode): Doc fix.
10093         (message-goto-from): New function.
10094         (message-insert-disposition-notification-to): New function.
10095         (message-tool-bar-map): Add receipt button.
10096
10097 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10098
10099         * gnus-sum.el (gnus-thread-latest-date): New function.
10100         (gnus-thread-sort-by-most-recent-number): Renamed.
10101         (gnus-thread-sort-functions): Doc fix.
10102         (gnus-select-group-hook): Don't use setq on a hook.
10103         (gnus-thread-latest-date): Use date, not number
10104
10105         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
10106         (gnus-agent-expire): Allow regexp of expire-days.
10107
10108         * gnus-art.el (gnus-article-reply-with-original): Deactivate
10109         region.
10110         (gnus-article-followup-with-original): Ditto.
10111
10112         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
10113
10114         * gnus-art.el (gnus-mime-display-alternative): Use
10115         gnus-local-map-property.
10116         (gnus-mime-display-alternative): Ditto.
10117         (gnus-insert-mime-security-button): Ditto.
10118         (gnus-insert-next-page-button): Ditto.
10119         (gnus-button-prev-page): Take optional args.
10120         (gnus-insert-prev-page-button): widget-convert.
10121
10122         * gnus-util.el (gnus-local-map-property): New function.
10123
10124         * gnus-art.el (gnus-prev-page-map): Use parent map.
10125         (gnus-next-page-map): Ditto.
10126
10127         * gnus-spec.el (gnus-parse-format): Clean up.
10128         (gnus-parse-format): Do complex formatting for %=.
10129
10130         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
10131         "X-Face: " to the data in the built-in scenario.
10132
10133         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
10134         (gnus-correct-pad-form): Renamed.
10135         (gnus-tilde-max-form): Clean up.
10136         (gnus-pad-form): Use gnus-use-correct-string-widths.
10137
10138         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
10139         support if that is available.
10140
10141         * gnus-sum.el (gnus-thread-highest-number): New function.
10142         (gnus-thread-sort-by-most-recent-thread): New function.
10143         (gnus-thread-sort-functions): Doc fix.
10144
10145 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10146
10147         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
10148         all cases.
10149         (gnus-summary-mode): Enable it in all cases.
10150         (gnus-summary-display-article): Ditto.
10151         (gnus-summary-edit-article): Ditto.
10152
10153         * gnus-ems.el (gnus-put-image): Really return glyph.
10154
10155         * gnus-art.el (gnus-article-x-face-command): Fix :type.
10156         (gnus-treat-smiley): Don't take "P" in the interactive form.
10157
10158 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10159
10160         * compface.el (uncompface): XEmacs and Emacs have differing
10161         capabilities.
10162
10163         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
10164
10165         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
10166         (gnus-article-xface-ring-size): Removed.
10167         (gnus-article-display-xface): Removed.
10168         (gnus-remove-image): Cleaned up.
10169
10170         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
10171         (gnus-xmas-create-image): Take pbm files.
10172         (gnus-x-face): Removed.
10173         (gnus-xmas-article-display-xface): Removed.
10174
10175         * gnus-fun.el (gnus-display-x-face-in-from): Bind
10176         default-enable-multibyte-characters.
10177
10178         * compface.el (uncompface): Doc fix.
10179
10180         * gnus-art.el (gnus-article-x-face-command): Use
10181         gnus-display-x-face-in-from.
10182
10183         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
10184
10185         * gnus-ems.el (gnus-put-image): Return the image.
10186
10187         * gnus-fun.el (gnus-display-x-face-in-from): New function.
10188         (gnus-x-face): Moved here.
10189
10190 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10191
10192         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
10193         invisible if string is nil.
10194         (gnus-xmas-article-display-xface): Use it.
10195
10196         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
10197         property when string is nil.
10198         (gnus-article-display-xface): Use it.
10199
10200 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10201
10202         * gnus-art.el (article-display-x-face): Check whether valid grey
10203         face was returned.
10204         (article-display-x-face): Place image in the right spot.
10205
10206         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
10207         stderr.
10208         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
10209
10210 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10211
10212         * gnus-xmas.el (gnus-xmas-create-image): Take optional
10213         parameters.
10214         (gnus-xmas-put-image): Allow non-strings to be passed.
10215
10216         * gnus-art.el (article-display-x-face): Use optional parameters.
10217
10218         * gnus-ems.el (gnus-create-image): Take optional parameters.
10219
10220         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
10221
10222         * compface.el (compface-xbm-p): Removed.
10223
10224         * gnus-ems.el (gnus-article-compface-xbm): Removed.
10225         (gnus-article-display-xface): Use compface.
10226
10227         * compface.el: New file.
10228
10229         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
10230         (gnus-convert-image-to-x-face-command): Ditto.
10231         (gnus-random-x-face): Quote argument.
10232         (gnus-x-face-from-file): Ditto.
10233
10234 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
10235
10236         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
10237         the expire-group parameter once per article rather than once
10238         per group; bind `nnmaildir-article-file-name' and `article'
10239         for convenience.  Leave article alone when expire-group
10240         specifies the current group.
10241         (nnmaildir--update-nov): be more concurrency-friendly with
10242         temp file names.
10243
10244 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10245
10246         * gnus-start.el (gnus-read-init-file): Cleaned up.
10247
10248 2002-01-03  Dave Love  <d.love@dl.ac.uk>
10249
10250         * gnus-start.el (gnus-startup-file-coding-system): Removed.
10251         (gnus-read-init-file): Don't use it.
10252
10253 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10254
10255         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
10256
10257 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10258
10259         * gnus-start.el (gnus-read-init-file): Don't force coding system
10260         for ~/.gnus.  From Dave Love <fx@gnu.org>.
10261
10262 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10263
10264         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
10265         * nnspool.el (nnspool-request-post): Ditto.
10266
10267         * mm-util.el (mm-use-find-coding-systems-region): New variable.
10268         (mm-find-mime-charset-region): Use it.
10269
10270 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10271
10272         * gnus.el (gnus-summary-line-format): Added :link.
10273         * gnus-topic.el (gnus-topic-line-format): Ditto.
10274         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
10275         * gnus-srvr.el (gnus-server-line-format): Ditto.
10276         * gnus-group.el (gnus-group-line-format): Ditto.
10277
10278         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
10279         :keys, it works on both Emacsen.
10280
10281 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10282
10283         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
10284
10285 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10286
10287         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
10288
10289 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
10290
10291         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
10292         very wide reply.
10293
10294 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10295
10296         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
10297         (gnus-picon-cache): New variable.
10298         (gnus-picon-transform-newsgroups): Cache stuff.
10299
10300         * gnus-art.el (gnus-article-reply-with-original): New command.
10301         (gnus-article-followup-with-original): New command.
10302
10303         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
10304         END parameters.
10305         (gnus-summary-followup): Take a list of list of articles.
10306         (gnus-inews-yank-articles): Allow lists of article/regions.
10307
10308         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
10309         longer the usual commands.
10310
10311         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
10312         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
10313         shell-command-on-region.
10314
10315 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10316
10317         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
10318           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
10319
10320 2002-01-03  Steve Youngs  <youngs@xemacs.org>
10321
10322         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
10323         understand ':keys', wrap it in an featurep 'xemacs.
10324
10325 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10326
10327         * gnus-ems.el (gnus-article-display-xface): Show xface in the
10328         order of headers (Actually, it is called in a reversed order). Add
10329         'gnus-image-text-deletable property.
10330         (gnus-remove-image): Remove text with such a property.
10331
10332         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
10333         gnus-put-image.
10334
10335         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
10336         with ", "
10337
10338 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10339
10340         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
10341
10342         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
10343         (article-display-x-face): Display grey X-Faces.
10344
10345         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
10346         (gnus-convert-gray-x-face-to-ppm): Ditto.
10347         (gnus-convert-image-to-gray-x-face): Ditto.
10348
10349         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
10350         gnus-summary-show-raw-article.
10351
10352 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10353
10354         Display picons in XEmacs without showing text.
10355
10356         * gnus-xmas.el (gnus-xmas-create-image): Don't use
10357         mm-create-image-xemacs to create xbm glyph, because it deletes
10358         temporary files.
10359         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
10360         (gnus-xmas-remove-image): Make text visible, remove glyph.
10361
10362         * gnus-picon.el (gnus-picon-transform-newsgroups)
10363         (gnus-picon-transform-address): Insert spec backward, due to the
10364         incompatibility of gnus-xmas-put-image.
10365
10366 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10367
10368         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
10369
10370 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10371
10372         * gnus.el: Doc fix.
10373
10374         * gnus-art.el: Doc fix.
10375
10376         * gnus-agent.el: Doc fix.
10377
10378 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10379
10380         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
10381
10382 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
10383
10384         * nnmaildir.el (nnmaildir--update-nov): automatically parse
10385         NOV data out of the message again if nnmail-extra-headers has
10386         changed.
10387
10388 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10389
10390         * gnus-fun.el: New file.
10391         (gnus-convert-image-to-x-face-command): New variable.
10392         (gnus-insert-x-face): New function.
10393         (gnus-random-x-face): Renamed.
10394         (gnus-x-face-from-file): Renamed.
10395
10396         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
10397         "_".
10398         (gnus-body-boundary-delimiter): Typo fix.
10399
10400 2002-01-02  Simon Josefsson  <jas@extundo.com>
10401
10402         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
10403         (gnus-body-boundary-delimiter): Fix type.
10404
10405 2002-01-01  Simon Josefsson  <jas@extundo.com>
10406
10407         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
10408         (gnus-treat-emphasize, gnus-treat-strip-cr)
10409         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
10410         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
10411         (gnus-treat-fill-article, gnus-treat-hide-citation)
10412         (gnus-treat-hide-citation-maybe)
10413         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
10414         (gnus-treat-strip-pem, gnus-treat-strip-banner)
10415         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
10416         (gnus-treat-date-ut, gnus-treat-date-local)
10417         (gnus-treat-date-english, gnus-treat-date-lapsed)
10418         (gnus-treat-date-original, gnus-treat-date-iso8601)
10419         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
10420         (gnus-treat-strip-trailing-blank-lines)
10421         (gnus-treat-strip-leading-blank-lines)
10422         (gnus-treat-strip-multiple-blank-lines)
10423         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
10424         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
10425         (gnus-treat-display-xface, gnus-treat-display-smileys)
10426         (gnus-treat-from-picon, gnus-treat-mail-picon)
10427         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
10428         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
10429         (gnus-treat-play-sounds, gnus-treat-translate)
10430         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
10431
10432         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
10433         (gnus-article-treat-body-boundary): Use it.
10434
10435         * message.el (message-mode): Fix doc.
10436         (message-mode-menu): Fix names.
10437
10438 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10439
10440         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
10441         articles.
10442
10443         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
10444         (gnus-picon-transform-address): Search for unknown faces as well.
10445         (gnus-picon-find-face): Don't search "news" for MISC.
10446         (gnus-picon-user-directories): Changed default back to exclude
10447         "unknown".
10448
10449         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
10450
10451         * gnus-picon.el (gnus-picon-find-face): Search through all
10452         databases.
10453         (gnus-picon-find-face): New implementation.
10454
10455         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
10456         keystroke.
10457         (gnus-topic-goto-next-topic): Ditto.
10458
10459         * gnus.el (gnus-summary-line-format): Changed default.
10460
10461         * nnmail.el (nnmail-extra-headers): Change default.
10462
10463         * gnus-sum.el (gnus-extra-headers): Change default.
10464
10465         * message.el (message-news-other-window): Changed "news" to
10466         "posting".
10467         (message-news-other-frame): Ditto.
10468         (message-do-send-housekeeping): Ditto.
10469
10470         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
10471         function.
10472         (gnus-article-unread-p): New function.
10473         (gnus-article-unseen-p): New function.
10474         (gnus-dead-summary-mode-map): Typo.
10475
10476         * gnus-util.el (gnus-make-predicate): New function.
10477         (gnus-make-predicate-1): New function.
10478
10479         * gnus-sum.el: New function.
10480         (gnus-map-articles): New function.
10481
10482         * gnus-art.el (gnus-treat-fold-headers): New variable.
10483         (gnus-article-treat-fold-headers): New command and keystroke.
10484
10485         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
10486         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
10487
10488 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10489
10490         * message.el (message-fcc-externalize-attachments): New variable.
10491         (message-do-fcc): Use it.
10492
10493         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
10494         (gnus-inews-do-gcc): Use it.
10495
10496         * mml.el (mml-tweak-sexp-alist): New variable.
10497         (mml-externalize-attachments): New variable.
10498         (mml-tweak-part): Use mml-tweak-sexp-alist.
10499         (mml-tweak-externalize-attachments): New function.
10500
10501 2002-01-01  Steve Youngs  <youngs@xemacs.org>
10502
10503         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
10504         'set-glyph-face' so x-face back/foreground can be set.
10505
10506 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10507
10508         * message.el (message-fix-before-sending): Fix a typo.
10509
10510 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10511
10512         * gnus-art.el (gnus-treat-smiley): Renamed command.
10513         (gnus-article-remove-images): New command and keystroke.
10514
10515         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
10516
10517         * smiley-ems.el (gnus-smiley-display): Removed.
10518
10519         * gnus.el (gnus-version-number): Update version.
10520
10521         * message.el (message-text-with-property): Renamed and moved
10522         here.
10523         (message-fix-before-sending): Highlight invisible text and place
10524         point there.
10525
10526 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10527
10528         * gnus.el: Oort Gnus v0.04 is released.
10529
10530 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10531
10532         * gnus-delay.el (gnus-delay-send-queue): Renamed.
10533
10534         * gnus-art.el (gnus-ignored-headers): More headers,
10535
10536         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
10537         of `scan-error', since XEmacs doesn't seem to support that.
10538
10539 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10540
10541         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
10542         arg.
10543         (gnus-summary-best-unread-subject): Ditto.
10544         (gnus-summary-best-unread-subject): No, don't.
10545         (gnus-summary-better-unread-subject): New command.
10546
10547         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
10548
10549         * lpath.el ((featurep 'xemacs)): fbind url function.
10550
10551         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
10552         buffer.
10553         (gnus-xmas-remove-image): Implementation that does something.
10554         (gnus-xmas-article-display-xface): Mark images properly.
10555
10556         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
10557
10558 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
10559
10560         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
10561
10562 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10563
10564         * gnus-group.el (gnus-group-line-format): Added %O to the default
10565         value.
10566
10567         * gnus-util.el (gnus-text-with-property): The smallest point is
10568         point-min.
10569
10570         * smiley-ems.el (smiley-region): Return images.
10571         (gnus-smiley-display): Allow toggling.
10572         (smiley-region): Use text properties, not overlays.
10573
10574         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
10575         implemented yet.
10576
10577         * smiley-ems.el (smiley-update-cache): Check for valid types.
10578
10579         * gnus-art.el (gnus-with-article-buffer): New macro.
10580
10581         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
10582         strings as well as the glyphs.
10583         (gnus-picon-transform-address): Ditto.
10584         (gnus-picon-insert-glyph): Ditto.
10585         (gnus-picon-transform-newsgroups): Toggle.
10586         (gnus-picon-transform-address): Toggle.
10587
10588         * gnus-ems.el (gnus-remove-image): New function.
10589         (gnus-put-image): Take an optional string.
10590
10591         * gnus-util.el (gnus-text-with-property): New function.
10592
10593         * gnus-art.el (gnus-delete-images): New function.
10594
10595         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
10596
10597         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
10598         (gnus-article-wash-status): Use it.
10599         (gnus-signature-toggle): Clean up.
10600         (gnus-add-wash-status): New function.
10601         (gnus-delete-wash-status): New function.
10602         (gnus-article-hide-text-type): Use them throughout.
10603         (gnus-add-image): New function.
10604
10605         * gnus-ems.el (gnus-article-display-xface): Use new interface.
10606
10607         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
10608         interface.
10609
10610         * gnus-art.el (article-display-x-face): Cleaned up.
10611
10612         * rfc2047.el (rfc2047-field-value): New function.
10613
10614         * mail-parse.el (mail-header-field-value): New alias.
10615
10616         * gnus-art.el (gnus-mime-print-part): Fix typos.
10617
10618         * smiley-ems.el (gnus-smiley-file-types): New variable.
10619         (smiley-update-cache): Use it.
10620         (smiley-regexp-alist): Suffix-less smiley names.
10621         (smiley-regexp-alist): Added more smileys.
10622
10623         * gnus-sum.el (gnus-print-buffer): Made into own function.
10624         (gnus-summary-print-article): Use it.
10625
10626         * mailcap.el (mailcap-mime-info): Actually return the bit that we
10627         looked for when REQUEST is a string.
10628
10629         * gnus-art.el (gnus-mime-button-commands): Add printing
10630         keystroke.
10631         (gnus-mime-copy-part): Doc fix.
10632         (gnus-mime-print-part): New command.
10633
10634 2001-12-31  Simon Josefsson  <jas@extundo.com>
10635
10636         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
10637         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
10638
10639 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10640
10641         * gnus-picon.el (gnus-treat-from-picon): Autoload.
10642         (picon): Fix doc.
10643
10644         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
10645         longer exists. Remove those codes.
10646         * gnus.el (gnus-use-picons): Ditto.
10647
10648 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10649
10650         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
10651         infloop.
10652
10653         * gnus-sum.el (t): New `W D' map.
10654
10655         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
10656         (gnus-article-treat-body-boundary): Clean up.
10657         (gnus-body-boundary-face): Removed.
10658         (gnus-article-goto-header): Moved here.
10659         (gnus-article-goto-header): Allow better regexps.
10660         (gnus-article-treat-fold-newsgroups): New command.
10661
10662         * gnus-sum.el (gnus-summary-move-article): We have to select an
10663         article to give `gnus-read-move-group-name' an opportunity to
10664         suggest an appropriate default.
10665
10666         * rfc2047.el (rfc2047-fold-line): New function.
10667         (rfc2047-unfold-line): Ditto.
10668         (rfc2047-fold-region): Don't fold just after the header name.
10669
10670         * mail-parse.el (mail-header-fold-line): New alias.
10671         (mail-header-unfold-line): Ditto.
10672
10673         * gnus-art.el (gnus-body-boundary-face): Renamed.
10674         (gnus-article-treat-body-boundary): Use it.
10675         (gnus-article-treat-body-boundary): Use an invisible header and a
10676         line of underline characters.
10677
10678 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10679
10680         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
10681
10682         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
10683         (gnus-picon-split-address): New function.
10684         (gnus-picon-find-face): Use it.
10685         (gnus-picon-transform-address): Use it. Set first to t for each
10686         address.
10687
10688         * gnus-art.el (gnus-with-article-headers): Move to here. Define
10689         the macro then use it.
10690         (gnus-treatment-function-alist): Treat picons earlier.
10691
10692 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10693
10694         * gnus-art.el (gnus-body-separator-face): New variable.
10695         (gnus-article-treat-body-boundary): Use a blank, colored line.
10696
10697         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
10698         well.
10699
10700         * gnus-art.el (gnus-treat-body-boundary): New variable.
10701         (gnus-article-treat-unfold-headers): Use helper macro.
10702         (gnus-article-treat-body-boundary): New command.
10703
10704         * gnus.el (gnus-logo-color-style): Change the default color.
10705         (gnus-splash-face): Gray, gray.
10706
10707         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
10708         colors.
10709
10710         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
10711         (gnus-logo-color-style): Ditto.
10712         (gnus-logo-colors): Ditto.
10713
10714         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
10715
10716         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
10717
10718         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
10719         (gnus-picon-transform-newsgroups): New function.
10720
10721         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
10722         string.
10723
10724         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
10725
10726         * gnus-art.el (gnus-treat-cc-picon): New variable.
10727         (gnus-treat-mail-picon): Renamed.
10728
10729         * gnus-picon.el: New implementation.
10730         (gnus-picon-find-face): Renamed.
10731         (gnus-treat-from-picon): Use it.
10732         (gnus-picon-transform-address): Renamed.
10733         (gnus-treat-from-picon): Use it.
10734         (gnus-picon-create-glyph): Renamed.
10735         (gnus-picon-transform-address): Use it.
10736         (gnus-treat-cc-picon): New command.
10737
10738         * mm-decode.el (mm-create-image-xemacs): Separated out into
10739         function.
10740         (mm-get-image): Use it.
10741
10742         * gnus-art.el (gnus-treat-display-picons): Simplify.
10743         (gnus-treat-from-picon): Renamed.
10744
10745         * gnus-ems.el (gnus-create-image): New function.
10746         (gnus-put-image): New function.
10747
10748         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
10749         (gnus-with-article-headers): New macro.
10750         (gnus-article-goto-header): New function.
10751
10752         * gnus-xmas.el (gnus-image-type-available-p): New function.
10753
10754         * gnus-ems.el (gnus-image-type-available-p): New function.
10755
10756 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10757
10758         * nnrss.el (nnrss-check-group): Find the correct tag, because
10759         xml.el is changed.
10760
10761 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10762
10763         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
10764         lines are shorter than the window width.
10765         (gnus-ignored-headers): More headers.
10766
10767 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10768
10769         * gnus-art.el (gnus-treat-unfold-lines): New variable.
10770         (gnus-treat-unfold-headers): Renamed.
10771         (gnus-article-treat-unfold-headers): New command and keystroke.
10772
10773         * rfc2047.el (rfc2047-encode-message-header): Clean up.
10774
10775         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
10776
10777 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10778
10779         * sha1-el.el (sha1-use-external): New variable.
10780         (sha1-region): Use it.
10781         (sha1-string): Ditto.
10782
10783         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
10784         * gnus-picon.el: Less warnings when compile.
10785
10786 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10787
10788         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
10789         alias.
10790         (gnus-picons-database): Default to list.
10791         (gnus-picons-lookup-internal): Use it.
10792
10793         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
10794         to "bogus".
10795
10796         * gnus-win.el (gnus-configure-windows-hook): New hook.
10797
10798 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
10799
10800         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
10801
10802 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10803
10804         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
10805         lists.
10806         (gnus-select-newsgroup): Don't append; push.
10807         (gnus-adjust-marked-articles): Remove obsolete ranges from
10808         `seen'.
10809         (gnus-update-marks): Clean up.
10810         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
10811
10812 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
10813
10814         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
10815
10816 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10817
10818         * gnus-sum.el (gnus-auto-select-subject): New variable.
10819         (gnus-summary-best-unread-subject): New function.
10820         (gnus-summary-best-unread-article): Use it.
10821         (gnus-summary-first-unseen-subject): New function and command.
10822
10823         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
10824         other treatments.
10825
10826         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
10827         function.
10828
10829         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
10830         from the list of hidden types.
10831
10832         * mm-view.el (mm-inline-text): Ditto.
10833         (mm-inline-text): Ditto.
10834         (mm-w3-prepare-buffer): Ditto.
10835
10836         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
10837
10838 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10839
10840         * gnus-art.el (gnus-ignored-headers): Added more headers.
10841
10842 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
10843
10844         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
10845         once.
10846
10847 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10848
10849         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
10850
10851 2001-12-28  Simon Josefsson  <jas@extundo.com>
10852
10853         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
10854         Jesper Harder <harder@ifa.au.dk>.
10855
10856 2001-12-27  Simon Josefsson  <jas@extundo.com>
10857
10858         * gnus-sum.el (gnus-select-newsgroup): Make
10859         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
10860         contain all articles (instead of none) when no seen marks have
10861         been set for the group.
10862         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
10863         instead, it seems to result in shorter ranges.
10864
10865 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10866
10867         * mm-util.el (mm-iso-8859-x-to-15-region): Use
10868         insert-before-markers.
10869         From Jesper Harder <harder@ifa.au.dk>
10870
10871 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
10872
10873         * nnmaildir.el (nnmaildir-save-mail): create the destination
10874         groups if they do not exist.
10875
10876 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
10879
10880 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10881
10882         * gnus-group.el (gnus-group-read-ephemeral-group): Call
10883         gnus-group-real-name.
10884
10885         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
10886         (gnus-newsgroup-variables): Ditto.
10887
10888         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
10889         return it.
10890
10891 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
10892
10893         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
10894         * nnmaildir.el (top-level): Add commentary.
10895         (nnmaildir-version): Indicate that nnmaildir is now a standard
10896         part of Gnus, not separately released.
10897
10898 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10899
10900         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
10901         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
10902         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
10903         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10904
10905 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10906
10907         * nnmaildir.el: Copyright changes. Require cl only at compile time.
10908
10909 2001-12-20  Simon Josefsson  <jas@extundo.com>
10910
10911         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
10912         ZHU <zsh@cs.rochester.edu>.
10913         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
10914         Brian P Templeton <bpt@tunes.org>.
10915
10916 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10917
10918         * nnmaildir.el: New file.
10919         From Paul Jarc <prj@po.cwru.edu>.
10920
10921 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10922
10923         * nndoc.el (nndoc-type-alist): Move forward to the end.
10924
10925 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
10928         `dolist'.
10929
10930 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10931
10932         * gnus-win.el (gnus-frames-on-display-list): New function.
10933         (gnus-get-buffer-window): Use it.
10934
10935 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10936
10937         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
10938
10939 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10940
10941         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
10942
10943 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10944            From Harald Meland <Harald.Meland@usit.uio.no>
10945
10946         * gnus-win.el (gnus-get-buffer-window): New function.
10947         (gnus-all-windows-visible-p): Use it.
10948
10949         * gnus-util.el (gnus-horizontal-recenter)
10950         (gnus-horizontal-recenter, gnus-horizontal-recenter)
10951         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
10952
10953         * gnus-score.el (gnus-score-insert-help): Use it.
10954
10955         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
10956         (gnus-generate-tree, gnus-highlight-selected-tree)
10957         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
10958         it.
10959
10960         * gnus-art.el (gnus-article-set-window-start)
10961         (gnus-mm-display-part, gnus-request-article-this-buffer)
10962         (gnus-button-next-page, gnus-button-prev-page)
10963         (gnus-article-button-next-page, gnus-article-button-prev-page):
10964         Use it.
10965
10966 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
10967
10968         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
10969         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
10970         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
10971
10972 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10973
10974         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
10975         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
10976         * mml1991.el, nnultimate.el: Add `coding'.
10977
10978 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
10979
10980         * ChangeLog: changed coding to buffer-file-coding-system
10981         * ChangeLog.1: same
10982         * nnwfm.el: same
10983         * gnus-smiley.el: same
10984         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
10985         * gnus-delay.el: same
10986         * gnus-spec.el: same
10987         * message.el: same
10988         * mml1991.el: same
10989         * nnultimate.el: same
10990
10991 2001-12-16  Simon Josefsson  <jas@extundo.com>
10992         Inspired by code by Dirk Meyer <dischi@tzi.de>.
10993
10994         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
10995         (gnus-summary-save-map): Add muttprint.
10996         (gnus-summary-make-menu-bar): Ditto.
10997         (gnus-summary-muttprint): New function.
10998
10999         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
11000
11001 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11002
11003         * uudecode.el (uudecode-decode-region-internal): Speedup by using
11004         temporary list instead of buffer.
11005
11006         * mm-url.el (executable-find): autoload.
11007
11008 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11009
11010         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
11011         to variable, follow doc-string conventions).
11012
11013 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
11014
11015         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
11016         subscribe-level
11017         * gnus-topic.el (gnus-subscribe-topics): use it.
11018
11019 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11020
11021         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
11022         messages. (A small patch with indentation)
11023         From Sean Neakums <sneakums@zork.net>.
11024
11025         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
11026         nil after shooting down the gnus-original-article-buffer.
11027
11028 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11029
11030         * uudecode.el (uudecode-use-external): New variable.
11031         (uudecode-decode-region): Automatically detect external program.
11032
11033         * binhex.el (binhex-use-external): New variable.
11034         (binhex-decode-region-internal): New function.
11035         (binhex-decode-region): Automatically detect external program.
11036
11037         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
11038         Use them.
11039
11040 2001-12-12  Simon Josefsson  <jas@extundo.com>
11041
11042         * nnvirtual.el (nnvirtual-always-rescan)
11043         (nnvirtual-component-regexp): Fix doc.
11044
11045         * nnoo.el (defvoo): Add doc to defvoo variables.
11046
11047         * nnml.el (nnml-directory, nnml-active-file)
11048         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
11049         (nnml-marks-is-evil, nnml-filenames-are-evil)
11050         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
11051
11052         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
11053         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
11054         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
11055         `error'.
11056
11057         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
11058         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
11059
11060         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
11061         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
11062         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
11063         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
11064
11065         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
11066         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
11067
11068         * imap.el, nnimap.el: Fix indentation.
11069
11070         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
11071
11072 2001-12-12  Didier Verna  <didier@xemacs.org>
11073
11074         * gnus-msg.el (gnus-group-news): New function.
11075         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
11076         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
11077         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
11078         for it.
11079         * gnus-msg.el (gnus-summary-news-other-window): New function.
11080         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
11081         bind it to `i'.
11082         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
11083         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
11084         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
11085         for it (called with a prefix).
11086         * gnus-msg.el (gnus-configure-posting-styles): add an optional
11087         group-name argument.
11088         * gnus-msg.el (gnus-setup-message): use it.
11089
11090 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11091
11092         * gnus-sum.el (gnus-summary-show-article): Fix doc.
11093
11094 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11095
11096         * mml.el (mime-to-mml): Remove Content-Disposition too.
11097
11098 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11099
11100         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
11101         * gnus-group.el (gnus-group-name-decode): Decode unibyte
11102         strings only.
11103         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11104
11105 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
11106
11107         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
11108         (nnmail-fancy-expiry-target): Use it.
11109         Suggestions from Simon Josefsson <jas@extundo.com>.
11110
11111 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11112
11113         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
11114
11115 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11116
11117         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
11118
11119         * gnus-util.el (gnus-url-unhex-string): Move here.
11120
11121 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11122
11123         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
11124         mm-url-decode-entities-nbsp.
11125
11126         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
11127         * webmail.el, nnwfm.el: Use mm-url.
11128
11129         * mm-url.el (mm-url-fetch-form): Move from nnweb.
11130         (mm-url-remove-markup): Move from nnweb.
11131         (mm-url-fetch-simple): Move from webmail.
11132
11133         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
11134
11135 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11136
11137         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
11138         (gnus-summary-print-article): Use it.
11139
11140         * gnus-util.el (gnus-replace-in-string): Typo.
11141
11142 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11143
11144         * nnweb.el (nnweb-replace-in-string): Removed.
11145
11146         * gnus-util.el (gnus-replace-in-string): New function.
11147         (gnus-mode-string-quote): Use it.
11148
11149         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
11150         * nnwfm.el (nnwfm-create-mapping): Ditto.
11151
11152 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11153
11154         * dgnushack.el (dgnushack-compile): nnrss.el and
11155         nnslashdot.el don't depend on nnweb, url, w3.
11156
11157         * nnrss.el: Use mm-url.
11158
11159 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11160
11161         * mm-url.el (mm-url-insert-file-contents): Support file:.
11162
11163 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11164
11165         * mm-view.el: Lower case for the description line. Sync from the
11166         Emacs CVS.
11167
11168 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11169
11170         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
11171         From:  Stefan Monnier  <monnier@cs.yale.edu>
11172
11173 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
11176
11177 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11178
11179         * mm-url.el: Require executable.
11180         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11181
11182 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11183
11184         * pop3.el (pop3-munge-message-separator): Only use valid date.
11185         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
11186
11187         * Makefile.in: gnus-load.elc may not be generated.
11188
11189 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11190
11191         * mm-url.el: New file.
11192         * nnslashdot.el: Use it.
11193         * mm-extern.el (mm-extern-url): Use it.
11194
11195 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11196
11197         * gnus-sum.el (gnus-summary-save-article): Nix
11198         gnus-display-mime-function and gnus-article-prepare-hook.
11199
11200         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
11201         the beginning of lines.
11202         (gnus-complex-form-to-spec): Ditto.
11203
11204 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11205
11206         * message.el (message-make-mft): Fix the m-s-a-file regexp.
11207         From Paul Jarc <prj@po.cwru.edu>.
11208
11209 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11210
11211         * message.el: New variable message-subscribed-address-file;
11212         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
11213
11214 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11215
11216         * message.el (message-tab-body-function): Set to nil.
11217         (message-tab): Use text-mode-map or global-map.
11218         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11219
11220 2001-11-30  Simon Josefsson  <jas@extundo.com>
11221
11222         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
11223         instead of gnus-union, for speed.  Suggested by Christoph Conrad
11224         <christoph.conrad@gmx.de>.
11225         (gnus-agent-fetch-group-1): Add verbose message.
11226
11227 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11228
11229         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
11230         of integers.
11231
11232 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11233
11234         * message.el (message-newgroups-header-regexp)
11235         (message-completion-alist, message-tab-body-function): Use
11236         defcustom rather than defvar.
11237         (message-tab): Mention `message-tab-body-function' in doc.
11238         Suggested by Karl Eichwalder.
11239
11240 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11241
11242         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
11243
11244 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11245
11246         * nnheader.el (nnheader-find-nov-line): Don't use macro
11247         gnus-delete-line.
11248
11249         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
11250         (gnus-group-name-charset): Ditto.
11251
11252         * gnus-util.el (gnus-buffer-live-p): Ditto.
11253
11254 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11255
11256         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
11257         open parenthesis in doc.
11258         (sieve-manage-authenticator-alist): Typo in doc.
11259         * imap.el (imap-authenticator-alist): Typo in doc.
11260         (imap-stream-alist): Backslash.
11261
11262         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
11263           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
11264
11265 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11266
11267         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
11268
11269         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
11270
11271         * gnus-msg.el (gnus-configure-posting-styles): use
11272         make-local-hook. Add LOCAL for add-hook.
11273
11274 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
11275
11276         * message.el (message-mode): Use `make-local-hook' unless
11277         obsolete.
11278         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
11279
11280 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11281
11282         * canlock.el: Remove sha1.el and base64.el stuff.
11283
11284 2001-11-26  Didier Verna  <didier@xemacs.org>
11285
11286         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
11287         if needed.
11288
11289 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * message.el (message-tamago-not-in-use-p): New function.
11292         (message-strip-forbidden-properties): Use it.
11293
11294 2001-11-26  Didier Verna  <didier@xemacs.org>
11295
11296         * gnus-start.el (gnus-check-first-time-used): only check for
11297         existence of .el[d] files.
11298
11299 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11300
11301         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
11302
11303         * message.el (message-setup-1): Clean up mc-*.
11304
11305 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11306
11307         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
11308         * gnus-score.el (gnus-score-find-bnews): Use it.
11309
11310         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
11311         (gnus-summary-limit-to-author): Ditto.
11312         (gnus-summary-limit-to-extra): Ditto.
11313         (gnus-summary-find-matching): Support not-matching argument.
11314
11315 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11316
11317         * message.el (message-wash-subject): Use `insert' rather than
11318         `insert-string', which is deprecated.
11319
11320 2001-11-24  Simon Josefsson  <jas@extundo.com>
11321
11322         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
11323         message. (Gnus does not "default" to using 8bit for the message,
11324         it default to use 8bit encoding and the user-supplied CTE
11325         value. Calling this behaviour "treating it as 8bit" is perhaps
11326         better.)
11327
11328         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
11329         (compare mm-charset-to-coding-system).
11330
11331 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11332
11333         * canlock.el (canlock-sha1-with-openssl): Use unibyte
11334         buffer. Correctly decode hex.
11335
11336 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11337
11338         * gnus-agent.el (gnus-category-insert-line): Convert category
11339         names to strings.
11340
11341 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11342
11343         * message.el (sha1): eval-and-compile.
11344
11345 2001-11-20  Simon Josefsson  <jas@extundo.com>
11346
11347         * message.el (message-allow-no-recipients): New variable.
11348         (message-send): Use it, customize the prompting when posting to
11349         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
11350
11351 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11352
11353         * mm-util.el (mm-coding-system-priorities): New variable.
11354         (mm-sort-coding-systems-predicate): New function.
11355         (mm-find-mime-charset-region): Resort coding systems if needed.
11356         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11357
11358 2001-11-20  Didier Verna  <didier@xemacs.org>
11359
11360         * gnus-group.el (gnus-group-make-help-group): new optional
11361         argument to control the error behavior.
11362         * gnus-start.el (gnus-check-first-time-used): use it to avoid
11363         erroring.
11364
11365 2001-11-19  Simon Josefsson  <jas@extundo.com>
11366
11367         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
11368         instead of C-c C-u.  Suggested by Per Abrahamsen
11369         <abraham@dina.kvl.dk>.
11370
11371 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11372
11373         * nnfolder.el (nnfolder-read-folder): Use group instead of
11374         nnfolder-current-group.
11375         Suggested by Lorentey Karoly <lorentey@elte.hu>.
11376
11377 2001-11-17  Simon Josefsson  <jas@extundo.com>
11378
11379         * message.el (message-send): Ask user if Fcc/Gcc should be
11380         performed when no other sender was specified.
11381         Suggested by prj@po.cwru.edu (Paul Jarc).
11382
11383 2001-11-17  Simon Josefsson  <jas@extundo.com>
11384
11385         * message.el (message-mode, message-mode-map): Use C-c C-u for
11386         Importance: instead of C-c C-p (used by SC).
11387
11388 2001-11-16  Simon Josefsson  <jas@extundo.com>
11389
11390         * message.el (message-insert-importance-high)
11391         (message-insert-importance-low): Save point.
11392
11393         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
11394         value.
11395
11396 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
11397
11398         * message.el (message-strip-special-text-properties): New option.
11399         (message-strip-forbidden-properties): Obey it.
11400
11401 2001-11-14  Sam Steingold  <sds@gnu.org>
11402
11403         * gnus-score.el: Fixed some doc strings to properly quote symbols.
11404
11405 2001-11-15  Simon Josefsson  <jas@extundo.com>
11406
11407         Support "Importance:" header in Message.
11408
11409         * message.el (message-mode-map): Bind C-c C-p to
11410         `message-insert-or-toggle-importance'
11411         (message-mode-menu): Add message-insert-importance-{high,low}.
11412         (message-insert-importance-high, message-insert-importance-low)
11413         (message-insert-or-toggle-importance): New functions.
11414         (message-tool-bar-map): Add {un,}important.
11415         (message-mode): Doc fix.
11416
11417 2001-11-15  Simon Josefsson  <jas@extundo.com>
11418
11419         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
11420
11421         * mml.el (mml-menu): Fix toolbar tooltip.
11422
11423 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11424
11425         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
11426         * nnml.el (nnml-save-marks): Ditto.
11427
11428         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
11429
11430 2001-11-15  Simon Josefsson  <jas@extundo.com>
11431
11432         * nnml.el (nnml-save-marks):
11433         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
11434         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
11435
11436 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11437
11438         * gnus-art.el (gnus-article-wash-status-strings): Use
11439         `copy-sequence', not `copy-seq'.
11440
11441 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11442
11443         * gnus-art.el (gnus-article-wash-status-strings): New constant.
11444         (gnus-gnus-article-wash-status-entry): New function.
11445         (gnus-article-wash-status): Use it.
11446
11447 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11448
11449         * mml1991.el: Add coding header.
11450
11451 2001-11-12  Simon Josefsson  <jas@extundo.com>
11452
11453         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
11454         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
11455         `mml1991-sign' and `mml1991-encrypt'.
11456         (mml1991-encrypt, mml1991-sign): New glue functions.
11457         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
11458
11459         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
11460         (mml-menu): Add PGP to menu.
11461
11462         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
11463         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
11464         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
11465         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
11466
11467         * mml2015.el: Mention RFC 3156.
11468
11469         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
11470
11471 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11472
11473         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
11474
11475         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
11476           From <Michael.Cook@cisco.com>
11477
11478 2001-11-11  Simon Josefsson  <jas@extundo.com>
11479
11480         * message.el (top-level): Autoload sha1.
11481         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
11482         canlock, no need to require two different hash algs).  Suggested
11483         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
11484
11485 2001-11-09  Simon Josefsson  <jas@extundo.com>
11486
11487         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
11488         <Pavel@Janik.cz>.
11489
11490 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11491
11492         * message.el (message-point-in-header-p): New function.
11493         (message-do-auto-fill): Use it.
11494         (message-beginning-of-line): New function.  Goes to beginning of
11495         header value (i.e., end of header name), or to beginning of line
11496         if already at beginning of value.  Behaves like
11497         `beginning-of-line' when in message body.
11498         (message-mode-map): Bind it.
11499
11500 2001-11-08  Simon Josefsson  <jas@extundo.com>
11501
11502         * gnus-msg.el (gnus-posting-styles): Add doc.
11503
11504 2001-11-07  Simon Josefsson  <jas@extundo.com>
11505
11506         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
11507
11508         * sieve-mode.el (sieve-control-commands-face)
11509         (sieve-control-commands-face, sieve-action-commands-face)
11510         (sieve-test-commands-face, sieve-tagged-arguments-face): New
11511         faces.
11512         (sieve-font-lock-keywords): Use them.
11513         (sieve-mode): Only set font-lock-defaults in emacs.
11514
11515         * gnus-art.el (gnus-default-article-saver): Add
11516         gnus-summary-save-body-in-file.
11517         (gnus-summary-write-to-file): Fix doc.
11518
11519 2001-11-07  Simon Josefsson  <jas@extundo.com>
11520
11521         * gnus-art.el (gnus-treat-highlight-signature): Add cross
11522         reference to the correct chapter in the manual.
11523
11524         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
11525         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
11526
11527 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11528
11529         * mml.el (mml-preview): Bind mail-header-separator.
11530
11531 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * message.el: Always require canlock.
11534         (message-ignored-supersedes-headers): Include Cancel-Lock and
11535         Cancel-Key.
11536         (message-insert-canlock): Don't require canlock.
11537         (message-cancel-news): Don't check whether canlock is available.
11538         (message-supersede): Support cancel-locks.
11539
11540         * gnus-art.el: Don't autoload canlock.
11541
11542 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11543
11544         * mail-source.el (mail-source-fetch-imap): ASYNC param.
11545         From: <andre@slamdunknetworks.com>
11546
11547 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11548
11549         * many files: Fix copyright lines.
11550
11551 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11552
11553         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
11554         Suggested by Dave Love  <fx@gnu.org>.
11555
11556 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11557
11558         * message.el (message-kill-buffer): Remove auto-save file after
11559         confirm.
11560
11561         * message.el (message-send-mail): Call message-generate-headers
11562         once.  Suggested by Matt Armstrong <matt@lickey.com>.
11563
11564         * gnus-topic.el (gnus-topic-rename): Initial-input.
11565         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
11566
11567 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11568
11569         * message.el (message-forbidden-properties): New constant.
11570         (message-strip-forbidden-properties): New function.
11571         (message-mode): Activate it.
11572
11573 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11574
11575         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
11576         (mm-hack-charsets): Fix doc.
11577
11578 2001-11-02  Simon Josefsson  <jas@extundo.com>
11579
11580         * gnus-int.el (gnus-check-server): Message "...done" when done.
11581
11582         * imap.el (imap-close): Don't message (imap-send-command-wait
11583         returns if the connection is dropped).
11584         (imap-wait-for-tag): Nix out message only when necessary.
11585
11586         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
11587         for non-crossposting.
11588         (gnus-sieve-crosspost): Default to t to be consistent with other
11589         parts of Gnus.
11590
11591 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11592
11593         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
11594         (mm-iso-8859-x-to-15-table): Ditto.
11595         (mm-iso-8859-x-to-15-region): Ditto.
11596         (mm-find-mime-charset-region): Ditto.
11597
11598 2001-11-01  Simon Josefsson  <jas@extundo.com>
11599
11600         * nnimap.el (nnimap-close-asynchronous): New variable.
11601         (nnimap-close-group): Use it.
11602         (nnimap-expunge): Don't use it.
11603
11604         * imap.el (imap-callbacks): New variable.
11605         (imap-remassoc): Copied from `gnus-remassoc'.
11606         (imap-add-callback): New function.
11607         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
11608         behaviour.
11609         (imap-parse-response): Call the callback.
11610
11611         * message.el (message-insert-canlock): New variable.
11612         (message-canlock-generate, message-canlock-password)
11613         (message-insert-canlock): New functions.
11614         (message-send-news): Call `message-insert-canlock'.
11615         (top-level): Require canlock when compiling.
11616         (message-insert-canlock): Require canlock before we need it.
11617
11618 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11619
11620         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
11621
11622 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11623
11624         * dgnushack.el (dgnushack-make-load): A workaround for
11625         custom-add-loads bug in some versions of XEmacs.
11626
11627 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11628
11629         * mm-util.el (mm-charset-synonym-alist): Revert (some).
11630
11631 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11632
11633         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
11634         (mm-hack-charsets): New variable.
11635         (mm-iso-8859-15-compatible): New variable.
11636         (mm-iso-8859-x-to-15-table): New variable.
11637         (mm-find-mime-charset-region): Add parameter hack-charsets.
11638
11639         * mm-bodies.el (mm-encode-body): Use it.
11640         * mml.el (mml-parse-1): Ditto.
11641
11642 2001-11-01  Simon Josefsson  <jas@extundo.com>
11643
11644         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
11645
11646 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11647
11648         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
11649         is nil.
11650
11651 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11652
11653         * smiley-ems.el (smiley-update-cache): Auto detect file type.
11654
11655         * message.el (message-forward-rmail-make-body): Use
11656         save-window-excursion.
11657         (message-encode-message-body): Search with noerror.
11658         (message-setup-1): Convert compose-mail send-actions to
11659         message-send-actions.
11660
11661 2001-11-01  Simon Josefsson  <jas@extundo.com>
11662
11663         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
11664         <yamaoka@jpl.org>.
11665
11666 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11667
11668         * sieve-manage.el (sieve-string-bytes): No complain.
11669
11670 2001-11-01  Simon Josefsson  <jas@extundo.com>
11671
11672         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
11673         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
11674         has autoload cookies, so no `require' should be necessary.)
11675
11676         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
11677         files.
11678
11679 2001-10-31  Simon Josefsson  <jas@extundo.com>
11680
11681         * gnus-cus.el (gnus-group-parameters): Support integer `display'
11682         parameter.
11683
11684         * gnus-sum.el (gnus-select-newsgroup): If group parameter
11685         `display' is a number (and C-u wasn't used to enter group), only
11686         fetch that number of articles.
11687
11688 2001-10-31  Matt Armstrong  <matt@lickey.com>
11689
11690         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
11691         not-subscribed -> subscribed.
11692
11693 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11694         From: Josh Huber <huber@alum.wpi.edu>
11695
11696         * message.el (message-subscribed-address-functions): New variable.
11697         (message-subscribed-addresses): New variable.
11698         (message-subscribed-regexps): New variable.
11699         (message-goto-mail-followup-to): New function.
11700         (message-send-mail): Add Mail-Followup-To.
11701         (message-make-mft): New function.
11702
11703         * gnus.el (gnus-find-subscribed-addresses): New function.
11704
11705 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11706
11707         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
11708         (mail-source-fetch-pop): Ditto.
11709         (mail-source-check-pop): Ditto.
11710
11711         * gnus-start.el (gnus-read-init-file): Ditto.
11712         (gnus-activate-group): Ditto.
11713         (gnus-read-newsrc-el-file): Ditto.
11714
11715 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11716
11717         * message.el (message-get-reply-headers): Make sure there is ", ".
11718
11719         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
11720         mm-coding-system-p. Don't correct it only in XEmacs.
11721         (mm-charset-to-coding-system): Use mm-coding-system-p and
11722         mm-get-coding-system-list.
11723         (mm-emacs-mule, mm-mule4-p): New variables.
11724         (mm-enable-multibyte, mm-disable-multibyte,
11725         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
11726         mm-with-unibyte-current-buffer,
11727         mm-with-unibyte-current-buffer-mule4): Use them.
11728         (mm-find-mime-charset-region): Treat iso-2022-jp.
11729
11730         From  Dave Love  <fx@gnu.org>:
11731
11732         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
11733         construction.
11734         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
11735         entries conditional on not having a coding system defined for
11736         them.
11737         (mm-mule-charset-to-mime-charset): Use
11738         find-coding-systems-for-charsets if defined.
11739         (mm-charset-to-coding-system): Don't use
11740         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
11741         later.  Add last resort search of coding systems.
11742         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
11743         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
11744         Mule 4.
11745         (mm-find-mime-charset-region): Re-write.
11746         (mm-with-unibyte-current-buffer): Restore buffer as well as
11747         multibyteness.
11748
11749 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11750
11751         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
11752         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
11753         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
11754
11755 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11756
11757         * gnus-art.el (article-display-x-face): Nix buffer-read-only
11758         again.
11759
11760         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
11761
11762 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11763
11764         * gnus-spec.el (gnus-parse-simple-format): Use
11765           buffer-substring-no-properties.
11766
11767 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * gnus-art.el (article-verify-cancel-lock): New function.
11770
11771         * nnheader.el (nntp-process-response): New variable.
11772         (nnheader-init-server-buffer): Make `nntp-process-response'
11773         buffer-local in `nntp-server-buffer'.
11774
11775         * nntp.el (nntp-prepare-post-hook): New hook.
11776         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
11777         (nntp-async-trigger): Ditto.
11778         (nntp-request-post): Insert a server's ID if there's no Message-ID
11779         header; run `nntp-prepare-post-hook'.
11780
11781 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11782
11783         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
11784         instead.
11785
11786         * message.el (message-forward-subject-author-subject): Don't use
11787         message-news-p, which widens the buffer.
11788         (message-forward-make-body): New function.
11789         (message-forward): Use it.
11790         (message-insinuate-rmail): New function.
11791         (message-forward-rmail-make-body): New function.
11792
11793 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11794
11795         * mm-extern.el (mm-extern): Provide it.
11796
11797         * mm-partial.el (mm-partial): Provide it.
11798
11799 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11800
11801         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
11802
11803 2001-10-29  Simon Josefsson  <jas@extundo.com>
11804
11805         * mml.el (mml-preview): Bind message-this-is-news if it is
11806         news. From Jesper Harder <harder@myrealbox.com>.
11807
11808 2001-10-28  Simon Josefsson  <jas@extundo.com>
11809
11810         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
11811
11812 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
11813
11814         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
11815         ironic smilies.
11816
11817 2001-10-27  Simon Josefsson  <jas@extundo.com>
11818
11819         * message.el (message-indent-citation): Don't add trailing
11820         whitespace when citing text.
11821
11822         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
11823         <harder@ifa.au.dk>.
11824
11825 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11826
11827         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
11828         not available.
11829         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
11830         (nnweb-type-definition): Add google as alias of dejanews.
11831         (nnweb-google-parse-1): Forward 1 line.
11832
11833 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11834
11835         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
11836         variable `message-forward-ignored-headers'.
11837
11838 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
11839
11840         * gnus.el (gnus-expand-group-parameter): New function.
11841         (gnus-expand-group-parameters): Call it.
11842         (gnus-group-fast-parameter): New function.
11843         (gnus-group-find-parameter): Call it.
11844
11845 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11846
11847         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
11848         vector (it didn't before because of a bug).
11849         * gnus-msg.el (gnus-post-news): Use header vector directly, if
11850         available.  Before it converted it to an article number.
11851
11852         This makes followup to news articles with negative numbers in
11853         nnvirtual groups use news instead of mail.
11854
11855 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11856
11857         * gnus.el (post-method): Use `native' instead of `nil'.
11858
11859         * gnus-msg.el (gnus-post-method): Ditto.
11860
11861 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11862
11863         * gnus.el (gnus-define-group-parameter): Grammar fix.
11864
11865 2001-10-22  Simon Josefsson  <jas@extundo.com>
11866
11867         * gnus-msg.el (gnus-extended-version): Include
11868         system-configuration.
11869         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
11870
11871 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
11872
11873         * gnus.el (post-method): Customization fix: `native' is not a
11874         valid value.
11875         * gnus-msg.el (gnus-post-method): Doc and customization fix:
11876         `native' is not a valid value.
11877
11878 2001-10-21  Simon Josefsson  <jas@extundo.com>
11879
11880         * nnimap.el (nnimap): Defgroup
11881         (nnimap-strict-function, nnimap-strict-function-match): New
11882         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
11883         (nnimap-split-crosspost, nnimap-split-inbox)
11884         (nnimap-split-rule, nnimap-split-predicate)
11885         (nnimap-split-predicate): Defcustom.
11886         (nnimap-split-inbox, nnimap-expunge-search-string)
11887         (nnimap-importantize-dormant): Remove "*" from doc.
11888
11889 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11890
11891         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
11892         not supplied via prefix arg.  From Lisp, make arg mandatory.
11893         Suggested by Frank Schmitt.
11894
11895 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11896
11897         * message.el (message-do-auto-fill): Avoid calling
11898         'rfc822-goto-eoh'.
11899
11900 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11901         From Paul Jarc <prj@po.cwru.edu>.
11902
11903         * message.el (message-get-reply-headers): Restructure the logic
11904         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
11905
11906 2001-10-20  Simon Josefsson  <jas@extundo.com>
11907
11908         * message.el (message-cancel-news): Support cancel-locks.
11909         Suggested by Per Abrahamsson.
11910
11911         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
11912         conses.  From David Z Maze <dmaze@MIT.EDU>.
11913
11914         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
11915
11916 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11917
11918         * mm-decode.el (mm-default-directory): Fix customize type.
11919
11920         * message.el (message-setup-fill-variables): Kludge to use
11921         normal-auto-fill-function even if auto fill is already activated.
11922
11923 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11924
11925         * message.el (message-do-auto-fill): New version that does not
11926         rely on text properties, by Simon Josefsson <jas@extundo.com>.
11927         (message-setup-1): Removed the `message-field' property.
11928
11929         * gnus-draft.el (gnus-draft-edit-message): Removed the
11930         `message-field' property.
11931
11932 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11933
11934         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
11935         `message-field'.  The `field' property has a special significance in
11936         Emacs 21.
11937
11938         * message.el (message-send, message-setup-1): Ditto.
11939
11940 2001-10-18  Simon Josefsson  <jas@extundo.com>
11941
11942         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
11943         when undoing.
11944
11945 2001-10-18  Simon Josefsson  <jas@extundo.com>
11946         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
11947
11948         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
11949         (gnus-summary-make-menu-bar): Ditto.
11950
11951 2001-10-17  Simon Josefsson  <jas@extundo.com>
11952
11953         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
11954         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
11955
11956 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11957
11958         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
11959         * gnus-util.el (gnus-user-date): New function.
11960         From Frank Schmitt <usenet@Frank-Schmitt.net>.
11961
11962 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11963
11964         * message.el (message-check-news-header-syntax): Special case
11965         nnvirtual groups.
11966
11967         * gnus-sum.el (gnus-summary-respool-default-method): Changed
11968         customize type to `symbol'.
11969
11970 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11971
11972         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
11973         %&foo;.
11974         (gnus-parse-simple-format): Support user extended spec too.
11975         %u&foo; invokes gnus-user-format-function-foo.
11976
11977 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11978
11979         * nnml.el (nnml-request-expire-articles): Make sure it is back to
11980         the server.
11981         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11982         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11983         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11984         * nndiary.el (nndiary-request-expire-articles): Ditto.
11985         (nndiary-schedule): Defsubst it before use it.
11986         (nndiary-error): eval-and-compile.
11987
11988 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11989
11990         * gnus-msg.el (gnus-post-method): Changed two instances of
11991         `active' to `current' and one `null' to `not'.
11992
11993 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11994         From Katsumi Yamaoka <yamaoka@jpl.org>.
11995
11996         * message.el (message-setup-fill-variables): Use
11997         `normal-auto-fill-function' instead of `auto-fill-function'.
11998
11999 2001-10-16  Simon Josefsson  <jas@extundo.com>
12000
12001         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
12002         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
12003         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
12004
12005 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12006         Patch by Oliver Scholz <oscholz@my.gnus.org>.
12007
12008         * gnus-draft.el (gnus-draft-edit-message): Add text property
12009         `field' with value `header' to message headers.
12010         * message.el (message-setup-1): Really add text property to all of
12011         the header, not just part of it.
12012
12013 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12014
12015         * gnus-group.el (gnus-group-sort-by-server): Use it.
12016
12017         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
12018
12019         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
12020         and keystroke.
12021
12022 2001-10-14  Simon Josefsson  <jas@extundo.com>
12023
12024         * dig.el: Doc fix.
12025
12026         * smime.el: Doc fix.
12027
12028         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
12029         charset magic from message.el.
12030
12031 2001-10-12  Simon Josefsson  <jas@extundo.com>
12032         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
12033
12034         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
12035         'cite from g-a-wash-types.
12036         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
12037         (gnus-article-hide-citation): Fix.
12038
12039         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
12040         character.
12041         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
12042
12043         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
12044         definition.
12045         (gnus-signature-toggle): Toggle `s' mode line character.
12046
12047         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
12048         doing stuff that clears it.
12049
12050 2001-10-12  Simon Josefsson  <jas@extundo.com>
12051
12052         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
12053         From Eric Marsden <emarsden@laas.fr>.
12054
12055 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12056
12057         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
12058         (autoload): Add some autoloads.
12059
12060 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12061         Suggested by Oliver Scholz <epameinondas@gmx.de>.
12062
12063         * message.el (message-do-auto-fill): New function.  Like
12064         `do-auto-fill' but don't fill when in the message header.
12065         (message-setup-1): Put a text property on the message header.
12066         (message-setup-fill-variables): Use `message-do-auto-fill'.
12067
12068 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12069
12070         * message.el (message-send-mail-partially): Insert an empty line
12071         first, because of the change of message-make-lines.
12072
12073 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
12074
12075         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
12076         iso-8859-15, make it an alias for iso-8859-1.
12077
12078 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * message.el (message-send-news): Don't modify the value of
12081         `message-syntax-checks' if it is not a list (possibly it is
12082         `dont-check-for-anything-just-trust-me').
12083
12084 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * gnus-group.el (gnus-group-name-charset-group-alist): Use
12087         `find-coding-system' for XEmacs to check whether the coding-system
12088         `utf-8' is available.
12089
12090 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12091
12092         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
12093
12094 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12095
12096         * message.el (message-send-news): Oops, missed case with no
12097         "Followup-To" header...
12098
12099 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12100
12101         * message.el (message-send-news): Allow
12102         `gnus-group-name-charset-group-alist' to affect encoding of the
12103         "Newsgroups" and "Followup-To" headers.
12104
12105 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12106
12107         * Makefile.in (install-el): Depend on gnus-load.el.
12108
12109 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12110
12111         * Makefile.in (install-el): Use -f.
12112         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
12113
12114 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
12115
12116         * message.el (message-send-news): Don't encode Followups-To when
12117         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
12118
12119         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
12120         header.
12121
12122         * gnus-art.el (article-decode-group-name): Also decode
12123         "Followup-To".
12124
12125         * rfc2047.el (rfc2047-encode-message-header): Encode without
12126         asking for null methods.
12127
12128         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
12129         default charset for newsgroup names in accordance with USEFOR.
12130
12131         * gnus-group.el (gnus-group-name-charset-method-alist,
12132         gnus-group-name-charset-group-alist): Removed "*" from doc
12133         strings, "*" should not be used for complex variables.
12134
12135 2001-10-06  Simon Josefsson  <jas@extundo.com>
12136
12137         Support UTF-8 group names better.
12138
12139         * message.el (message-check-news-header-syntax): Encode group
12140         names before comparison.
12141
12142         * gnus-msg.el (gnus-copy-article-buffer): Run all
12143         `gnus-article-decode-hook's except `article-decode-charset'
12144         instead of hardcoding call to one of them.
12145
12146         * gnus-art.el (gnus-article-decode-hook): Add
12147         `article-decode-group-name'.
12148         (article-decode-group-name): New function, use `g-d-n'.
12149
12150         * gnus-group.el (gnus-group-insert-group-line): Decode
12151         gnus-tmp-group using `g-d-n'.
12152
12153         * gnus-util.el (gnus-decode-newsgroups): New function.
12154
12155 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12156
12157         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
12158         `gnus-group-name-charset-group-alist'.
12159
12160 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12161
12162         * Makefile.in: Install el in install. Add uninstall.
12163
12164 2001-10-05  Simon Josefsson  <jas@extundo.com>
12165
12166         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
12167
12168         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
12169
12170         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
12171         empty folders.
12172
12173         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
12174         limiting if read-all (C-u RET) was used.
12175
12176 2001-10-04  Simon Josefsson  <jas@extundo.com>
12177
12178         * mail-source.el (mail-source-movemail-program): New variable.
12179         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
12180         <thutt@thutt.vmware.com>.
12181
12182 2001-10-03  Simon Josefsson  <jas@extundo.com>
12183
12184         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
12185         (gnus-summary-line-format-alist): Fix param.
12186
12187 2001-10-02  Simon Josefsson  <jas@extundo.com>
12188
12189         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
12190         don't go through `nnimap-request-expire-articles' to delete the
12191         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
12192
12193 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12194
12195         * gnus-agent.el (gnus-agent-write-active): The min in the
12196         agent/active may be larger than that in the server/active.
12197
12198 2001-10-01  Simon Josefsson  <jas@extundo.com>
12199
12200         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
12201         is IMAP4rev1.
12202
12203         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
12204
12205         * nnfolder.el: Ditto.
12206
12207 2001-09-30  Dan Christensen  <jdc@uwo.ca>
12208
12209         * gnus-sum.el (gnus-summary-extract-address-component): New function.
12210         (gnus-summary-from-or-to-or-newsgroups): Optimize.
12211
12212 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12213
12214         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
12215         (message-mode-menu): Menu item for same.
12216
12217         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
12218         delayed articles.
12219
12220         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
12221         nndraft:delayed does not exist.
12222         (gnus-delay-initialize): Don't set up keymap, that's done from
12223         message.el now.
12224         (gnus-delay, gnus-delay-group, gnus-delay-header)
12225         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
12226
12227 2001-09-29  Simon Josefsson  <jas@extundo.com>
12228
12229         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
12230         utf-8, not eight-bit-control.
12231
12232         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
12233         (imap-log, imap-debug): Custom.
12234         (imap-log-buffer, imap-debug-buffer): New constants.
12235         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
12236         (imap-network-open, imap-shell-open, imap-starttls-open)
12237         (imap-send-command-1, imap-send-command, imap-arrival-filter)
12238         (imap-debug): Use imap-*-buffer.
12239
12240         * nndoc.el (nndoc-article-type): Add mailman.
12241         (nndoc-type-alist): Ditto.
12242         (nndoc-mailman-type-p): New function.
12243
12244 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12245
12246         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
12247         gnus-art.el.
12248
12249 2001-09-27  Simon Josefsson  <jas@extundo.com>
12250
12251         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
12252         (gnus-topic-catchup-articles): New function. Suggested by Robin
12253         S. Socha <robin-dated-1001857693.185e29@socha.net>.
12254
12255 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12256         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
12257
12258         * gnus-ems.el (gnus-article-display-xface): Insert xface after
12259         previous ones.
12260
12261 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12262         From Daiki Ueno  <ueno@unixuser.org>
12263
12264         * gnus-sum.el (gnus-summary-show-article): The arglist of
12265         detect-coding-region is incompatible.
12266
12267 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12268         From Katsuhiro Hermit Endo <hermit@koka-in.org>
12269
12270         * gnus-group.el (gnus-group-delete-group): Typo.
12271
12272 2001-09-26  Simon Josefsson  <jas@extundo.com>
12273
12274         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
12275
12276         * nnimap.el (nnimap-expiry-target): Use temp buffer.
12277
12278 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12279
12280         * gnus-cus.el (gnus-group-parameters): Display as sexp.
12281
12282 2001-09-22  Simon Josefsson  <jas@extundo.com>
12283
12284         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
12285
12286         * nnfolder.el (nnfolder-open-marks): Ditto.
12287
12288         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
12289         (gnus-update-marks): Use it.
12290         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
12291         hardcoded list.
12292
12293         * gnus.el (gnus-article-special-mark-lists): Add killed.
12294         (gnus-article-unpropagated-mark-lists): New constant.
12295
12296 2001-09-22  Simon Josefsson  <jas@extundo.com>
12297
12298         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
12299         custom option.
12300
12301 2001-09-23  Simon Josefsson  <jas@extundo.com>
12302
12303         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
12304
12305 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12306
12307         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
12308
12309 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
12310
12311         * gnus-group.el (gnus-group-sort-function): Fix customize type to
12312         accept lists of functions.
12313
12314 2001-09-20  Simon Josefsson  <jas@extundo.com>
12315
12316         * gnus-group.el (gnus-group-catchup): Update expire marks in
12317         backend.  Also, if ALL also set expire marks on tick/dormant.
12318
12319 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12320
12321         * message.el (message-tab-body-function): New variable.
12322         * message.el (message-tab): Use it.
12323
12324 2001-09-19  Sam Steingold  <sds@gnu.org>
12325
12326         * gnus-win.el (gnus-buffer-configuration): Respect
12327         `gnus-bug-create-help-buffer'.
12328
12329 2001-09-18  Simon Josefsson  <jas@extundo.com>
12330
12331         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
12332         (gnus-parse-simple-format): Re-revert.
12333
12334 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
12335         Trivial patch.
12336
12337         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
12338         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
12339
12340 2001-09-18  Simon Josefsson  <jas@extundo.com>
12341
12342         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
12343         signed.
12344         (gnus-parse-simple-format): Don't use it.
12345
12346 2001-09-17  Miles Bader  <miles@gnu.org>
12347
12348         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
12349         error querying a backend abort the whole process.
12350
12351 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12352
12353         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
12354         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
12355
12356 2001-09-17  Didier Verna  <didier@xemacs.org>
12357
12358         * nndiary.el: version 0.2-b14.
12359         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
12360         compatibility problem with XEmacs 21.1.
12361
12362 2001-09-15  Simon Josefsson  <jas@extundo.com>
12363
12364         * gnus-group.el (gnus-group-line-format): Document %c.
12365
12366         * nnml.el (nnml-parse-head): Handle CRLF files.
12367         (nnml-generate-nov-file): Ditto.
12368         (nnml-retrieve-headers): Ditto.
12369
12370 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
12371
12372         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
12373
12374 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
12375
12376         * gnus-spec.el (gnus-correct-substring): Still stopped one
12377         character before we wanted (never included last character).
12378         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
12379         add missing "," (once per function)
12380
12381 2001-09-14  Simon Josefsson  <jas@extundo.com>
12382
12383         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
12384         (otherwise e.g. gnus-agentize in .gnus overrides the customized
12385         default before gnus-group is loaded and the variable set.)
12386
12387         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
12388         killed or unsent marks.
12389
12390         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
12391         isn't an article to set it on (e.g. when you `a' in a group).
12392
12393 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12394
12395         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
12396         can read e-mails from Microsoft Outlook users not using ISO
12397         8859-2 character set.
12398
12399 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12400
12401         * gnus-diary.el: Minor modifications to avoid warnings.
12402         (gnus-summary-misc-menu): defvar.
12403         (gnus-diary-check-message): Use gnus-point-at-eol.
12404         (gnus-diary-kill-entire-line): eval-and-compile.
12405
12406 2001-09-12  Didier Verna  <didier@xemacs.org>
12407
12408         * nndiary.el: new version (0.2-b13).
12409         * nndiary.el (nndiary-mail-sources): doc update.
12410         * nndiary.el (nndiary-split-methods): ditto.
12411         * nndiary.el (nndiary-request-accept-article-hooks): New.
12412         * nndiary.el (nndiary-request-accept-article): use it, check
12413         message validity.
12414         * nndiary.el (nndiary-get-new-mail): changed default to nil.
12415         * nndiary.el (nndiary-schedule): fix bug (misplaced
12416         condition-case): it didn't return nil on error.
12417         * gnus-diary.el: new version.
12418         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
12419         * gnus-diary.el (gnus-diary-header-value-history): New.
12420         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
12421         * gnus-diary.el (gnus-diary-add-header): New.
12422         * gnus-diary.el (gnus-diary-check-message): New.
12423         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
12424         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
12425
12426 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12427
12428         * gnus-sum.el (gnus-select-newsgroup): Make
12429         `gnus-current-select-method' buffer-local.
12430
12431         * gnus-art.el (gnus-request-article-this-buffer): Refer
12432         `gnus-current-select-method' in the current summary buffer.
12433
12434 2001-09-10  Simon Josefsson  <jas@extundo.com>
12435         From Daniel Pittman <daniel@rimspace.net>
12436
12437         * gnus-spec.el (gnus-correct-pad-form): Fix.
12438
12439 2001-09-09  Simon Josefsson  <jas@extundo.com>
12440
12441         * mm-decode.el (mm-inline-media-tests): Add
12442         application/x-emacs-lisp.
12443         (mm-attachment-override-types): Add
12444         application/{x-,}pkcs7-signature.
12445
12446         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
12447         (gnus-server-line-format, gnus-server-mode-line-format)
12448         (gnus-server-browse-in-group-buffer): Customize.
12449
12450 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12451
12452         * nnml.el (nnml-marks-changed-p): Typo.
12453         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
12454         (nnml-marks-changed-p): Use gnus-gethash.
12455         (nnml-marks-modtime): Use gnus-make-hashtable.
12456
12457         * nnfolder.el (nnfolder-marks-changed-p): Typo.
12458         (nnfolder-request-expire-articles, nnfolder-save-marks)
12459         (nnfolder-open-marks): Typo.
12460         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
12461         (nnfolder-marks-changed-p): Use gnus-gethash.
12462         (nnfolder-marks-modtime): Use gnus-make-hashtable.
12463
12464 2001-09-08  Simon Josefsson  <jas@extundo.com>
12465
12466         * nnfolder.el (nnfolder-marks-modtime): New variable.
12467         (nnfolder-marks-changed-p): New function.
12468         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
12469         (nnfolder-request-update-info): Don't update if marks didn't change.
12470
12471         * nnml.el (nnml-marks-modtime): New variable.
12472         (nnml-marks-changed-p): New function.
12473         (nnml-save-marks, nnml-open-marks): Save modtime.
12474         (nnml-request-update-info): Don't update if marks didn't change.
12475
12476         * gnus-agent.el (gnus-agent-any-covered-gcc)
12477         (gnus-agent-add-server, gnus-agent-remove-server): Use
12478         gnus-agent-method-p.
12479
12480         * gnus-art.el (gnus-buttonized-mime-types): New variable.
12481         (gnus-unbuttonized-mime-type-p): Use it.
12482
12483         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
12484         fetch group.
12485
12486 2001-09-08  Simon Josefsson  <jas@extundo.com>
12487         From Daniel Pittman <daniel@rimspace.net>
12488
12489         * gnus-spec.el (gnus-correct-pad-form): New function.
12490         (gnus-parse-simple-format): Use it.
12491
12492 2001-09-07  Simon Josefsson  <jas@extundo.com>
12493
12494         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
12495         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
12496         Putnam <reader@newsguy.com>.
12497         (gnus-group-sort-selected-groups): Touch dribble file.
12498
12499 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
12500
12501         * nnml.el (nnml-filenames-are-evil): New variable.
12502         (nnml-article-to-file-alist): Rename to ...
12503         (nnml-current-group-article-to-file-alist): ... this.
12504         Respect `nnml-filenames-are-evil'.
12505         (nnml-active-number): Update.
12506         (nnml-update-file-alist): Update.
12507         (nnml-request-article): Use nnheader-article-to-file-alist.
12508         (nnml-request-rename-group): Likewise.
12509
12510 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * gnus-sum.el (gnus-summary-insert-line): Fix.
12513
12514 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
12515
12516         * gnus-sum.el: Bind g-s-t-s to "W g".
12517         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
12518         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
12519         display of graphical smilies.
12520
12521 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12522
12523         * gnus-start.el (gnus-setup-news): A typo.
12524         From Bill White <billw@wolfram.com>.
12525
12526 2001-09-06  Simon Josefsson  <jas@extundo.com>
12527
12528         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
12529         and unseen marks.
12530
12531 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12532
12533         * nnmail.el (nnmail-split-fancy): Document `junk'.
12534
12535 2001-09-04  Simon Josefsson  <jas@extundo.com>
12536
12537         * imap.el (imap-search): Don't error if server is broken.
12538
12539 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
12540
12541         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
12542         searching for an article that isn't in the mbox.
12543
12544 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12545
12546         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
12547         right, and get all the comments.
12548
12549 2001-09-02  Simon Josefsson  <jas@extundo.com>
12550         Suggested by Dan Christensen <jdc+news@uwo.ca>
12551
12552         * nnfolder.el (nnfolder-request-update-info): Fix message.
12553
12554         * nnml.el (nnml-request-update-info): Ditto.
12555
12556 2001-09-01  Simon Josefsson  <jas@extundo.com>
12557
12558         * nnml.el (nnml-request-expire-articles): Also bind
12559         `nnml-current-group' and `nnml-article-file-alist' when using
12560         expiry-target. (Otherwise nnml will be in a inconsistent internal
12561         state causing all kind of problems.)
12562         (nnml-request-expire-articles): If `nnml-article-to-file' or
12563         `file-attributes' failes, return article as un-expirable instead
12564         of treating it as expired.
12565
12566 2001-08-31  Sam Steingold  <sds@gnu.org>
12567
12568         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
12569         typo: `exmine' --> `examine'.
12570
12571 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12572
12573         * nndoc.el (nndoc-forward-type-p): It is not a digest.
12574
12575 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12576
12577         * nnml.el (nnml-check-directory-twice): Remove.
12578         (nnml-retrieve-headers): Ditto.
12579         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
12580
12581 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12582
12583         * nnheader.el (nnheader-directory-files-is-safe): No need to read
12584         directory twice on Windows, or on GNU Emacs-21.
12585
12586 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12587
12588         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
12589         (nnml-request-rename-group): Ditto.
12590         (nnml-active-number): Ditto.
12591         (nnml-request-create-group): Use nnml-directory-articles.
12592         (nnml-request-expire-articles): Use nnml-directory-articles, which
12593         gets list from nov database if available.
12594         (nnml-get-nov-buffer): New function.
12595         (nnml-open-nov): Use it.
12596         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
12597         gets alist from nov database if available.
12598         (nnml-directory-articles): New function.
12599         (nnml-article-to-file-alist): New function.
12600
12601 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12602
12603         * mm-decode.el (mm-display-external): Use `name' as filename, if
12604         `filename' attribute is not present.
12605
12606 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12607
12608         * mail-source.el (mail-source-flash): New defcustom.
12609         (mail-source-new-mail-p): Ring visible bell if appropriate.
12610         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
12611         timer is cleared even if mail check signals an error.
12612
12613 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12614
12615         * gnus-sum.el (gnus-summary-move-article): Only update marks of
12616         type 'list.
12617
12618 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12619
12620         * flow-fill.el (fill-flowed): eol might be point-max.
12621
12622 2001-08-27  Simon Josefsson  <jas@extundo.com>
12623
12624         * nnml.el (nnml-request-update-info): Fix message.
12625         (nnml-open-marks): Ditto.
12626
12627         * nnfolder.el (nnfolder-request-update-info):
12628         (nnfolder-open-marks): Fix message.
12629
12630 2001-08-25  Simon Josefsson  <jas@extundo.com>
12631
12632         * nnfolder.el (nnfolder-save-marks): Don't create directory named
12633         after group in ~/.
12634
12635 2001-08-25  Simon Josefsson  <jas@extundo.com>
12636         From Andreas Jaeger  <aj@suse.de>
12637
12638         * nnfolder.el (nnfolder-open-marks): Fix typo.
12639         * nnml.el (nnml-open-marks): Likewise.
12640
12641 2001-08-25  Simon Josefsson  <jas@extundo.com>
12642
12643         Make nnfolder groups self-contained as far as marks are concerned.
12644
12645         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
12646         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
12647         (nnfolder-open-server): Make marks directory.
12648         (nnfolder-request-delete-group): Delete marks file.
12649         (nnfolder-request-delete-group): Check of nov/marks file exist
12650         before deleting.
12651         (nnfolder-request-rename-group): Rename marks file.
12652         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
12653         (nnfolder-request-set-mark, nnfolder-request-update-info)
12654         (nnfolder-group-marks-pathname, nnfolder-save-marks)
12655         (nnfolder-open-marks): New functions.
12656         (top-level): Require gnus.
12657
12658 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12659
12660         * nnweb.el (nnweb-type-definition): Use google raw file.
12661         (nnweb-google-parse-1): Ditto.
12662         (nnweb-google-identity): Ditto.
12663         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
12664         (nnweb-altavista-wash-article): Ditto.
12665         (nnweb-request-article): Remove nnweb-decode-entities.
12666
12667         * nnml.el: Require 'gnus.
12668
12669 2001-08-25  Simon Josefsson  <jas@extundo.com>
12670
12671         * nnml.el (nnml-marks-is-evil): Add doc.
12672
12673 2001-08-25  Simon Josefsson  <jas@extundo.com>
12674
12675         * nnml.el (nnml-save-marks): Wrap saving marks in a
12676         condition-case, to allow user to start Gnus if saving marks failed
12677         for some reason.
12678
12679 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12680
12681         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
12682
12683         * gnus-group.el (gnus-update-group-mark-positions): Bind
12684         gnus-group-update-hook to nil.
12685
12686 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12687
12688         * mml.el (mml-generate-mime-1): Force as multibyte string.
12689
12690 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12691
12692         * gnus-sum.el (gnus-summary-insert-line)
12693         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
12694         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
12695
12696         * gnus-spec.el (gnus-correct-substring): Take optional END.
12697
12698         * nnrss.el (nnrss-request-article): Remove \n.
12699         (nnrss-retrieve-headers): Lines number is -1.
12700
12701 2001-08-24  Simon Josefsson  <jas@extundo.com>
12702
12703         * gnus-group.el (gnus-info-clear-data): Call
12704         nnfoo-request-set-mark to propagate marks.  Fix bug:
12705         `gnus-group-update-line' doesn't update read range unless we call
12706         `gnus-get-unread-articles-in-group' first.
12707
12708         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
12709         to server.
12710
12711 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12712
12713         * gnus-util.el (gnus-create-info-command): Return an interactive
12714         function.
12715
12716 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12717         From Katsumi Yamaoka <yamaoka@jpl.org>
12718
12719         * gnus-spec.el (gnus-parse-complex-format): Use equal.
12720
12721 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12722
12723         * gnus-sum.el (gnus-select-newsgroup): Use it.
12724
12725         * gnus-util.el (gnus-not-ignore): New function.
12726
12727         * lpath.el (featurep): Don't fbind char-int.
12728
12729         * gnus-util.el (gnus-create-info-command): New function.
12730
12731         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
12732         right node.
12733
12734         * gnus-sum.el (gnus-select-newsgroup): Clean up.
12735         (gnus-summary-limit-children): Use 'identity instead of `all'.
12736         (gnus-summary-limit-to-display-predicate): New command and
12737         keystroke.
12738
12739 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12740
12741         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
12742
12743         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
12744
12745 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12746
12747         * gnus-spec.el: Add the Gnus version.
12748         (gnus-update-format-specifications): If the Gnus version changes,
12749         nix out the format spec cache.
12750
12751         * gnus.el (gnus-continuum-version): Made into a command and
12752         optionalize the VERSION.
12753
12754         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
12755         the start of the lines.
12756
12757 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12758
12759         * gnus.el (gnus-visual-p): Define function before use of
12760         function.
12761
12762 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12763
12764         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
12765         (gnus-article-mark-to-type): New function.
12766         (gnus-update-missing-marks): Only update marks of type 'list.
12767
12768         * gnus.el (gnus-article-special-mark-lists): New variable.
12769
12770 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12771
12772         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
12773         (gnus-select-newsgroup): Still use 'all.
12774         (gnus-summary-initial-limit): Comparing with 'all.
12775
12776 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12777
12778         * gnus-start.el (gnus-activate-group): If dont-check, don't update
12779         active.
12780
12781 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12782
12783         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
12784         nnslashdot-*-retrieve-headers.
12785         (nnslashdot-request-article): Fix for slashcode 2.2.
12786         (nnslashdot-make-tuple): New function.
12787         (nnslashdot-read-groups): Use it.
12788
12789 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12790
12791         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
12792         list.
12793
12794         * gnus-sum.el (gnus-summary-move-article): Don't select article.
12795
12796 2001-08-20  Simon Josefsson  <jas@extundo.com>
12797
12798         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
12799         opened, error instead of continuing (and exploding later).
12800
12801 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12802
12803         * gnus.el (gnus-expand-group-parameters): Return the parameter
12804         list.
12805
12806         * gnus-sum.el (gnus-summary-show-article): Doc fix.
12807         (gnus-summary-show-article): Guess at charset if required.
12808
12809         * gnus-spec.el (gnus-correct-substring): Stopped one character
12810         before we wanted.
12811
12812 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12813
12814         * earcon.el (earcon-auto-play): Remove unused option.
12815
12816 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12817
12818         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
12819         message down in levels, since it happens very fast.
12820
12821         * smiley-ems.el (smiley-update-cache): Respect the symbol version
12822         of smiley-regexp-alist.
12823
12824         * mm-view.el (mm-inline-text): Ignore vcard errors.
12825
12826         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
12827
12828         * gnus-score.el (gnus-all-score-files): Use append instead of
12829         nconc.
12830
12831         * gnus.el (gnus-splash-face): Doc fix.
12832
12833         * mm-decode.el (mm-mailcap-command): Use
12834         mm-path-name-rewrite-functions.
12835         (mm-path-name-rewrite-functions): New variable.
12836
12837         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
12838         (gnus-complex-form-to-spec): Insert tab.
12839         (gnus-spec-tab): New function.
12840
12841         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
12842         entering the group.
12843
12844         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
12845         the positional spec.
12846         (gnus-parse-complex-format): React to %C.
12847
12848         * gnus-ems.el (gnus-char-width): Moved here.
12849
12850         * gnus-sum.el (gnus-select-newsgroup): Set
12851         gnus-newsgroup-articles.
12852         (gnus-unseen-mark): New variable.
12853         (gnus-newsgroup-unseen): Ditto.
12854         (gnus-newsgroup-seen): Ditto.
12855         (gnus-adjust-marked-articles): Use them.
12856         (gnus-update-marks): Use them.
12857         (gnus-summary-update-secondary-mark): Display.
12858         (gnus-summary-prepare-threads): Display.
12859
12860         * gnus-msg.el (gnus-inews-group-method): Use and return the
12861         method, not the server.
12862
12863 2001-08-19  Simon Josefsson  <jas@extundo.com>
12864
12865         * gnus-srvr.el (gnus-server-agent-face): New.
12866         (gnus-server-agent-face): New.
12867         (gnus-server-mode): Turn on font-lock-mode.
12868
12869         * gnus.el (gnus-server-visual): Add defgroup.
12870
12871 2001-08-19  Simon Josefsson  <jas@extundo.com>
12872         From Joe Casadonte <jcasadonte@northbound-train.com>
12873
12874         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
12875         gnus-server-denied-face): New.
12876         (gnus-server-opened-face, gnus-server-closed-face,
12877         gnus-server-denied-face): New.
12878         (gnus-server-font-lock-keywords): Add.
12879
12880 2001-08-19  Simon Josefsson  <jas@extundo.com>
12881
12882         * nnml.el (nnml-request-set-mark): Return nil.
12883         (nnml-save-marks): Use nnml-possibly-create-directory.
12884         (nnml-open-marks): Only work in temp buffer when inserting/reading
12885         .marks file.
12886
12887 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12888
12889         * gnus.el (gnus-expand-group-parameters): Fix.
12890
12891         * gnus-spec.el (gnus-char-width): New function.
12892         (gnus-correct-substring, gnus-correct-length): Use it.
12893
12894         * message.el (message-required-mail-headers): Fix doc.
12895
12896 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12897
12898         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
12899
12900         * mm-decode.el (mm-save-part-to-file): Insert the handle.
12901
12902 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12903
12904         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
12905         slashdot 2.2 (not fully fixed yet).
12906         (nnslashdot-request-article): Ditto.
12907
12908 2001-08-18  Simon Josefsson  <jas@extundo.com>
12909
12910         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
12911         nnimap.
12912
12913         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
12914         gnus-util.
12915         (nnimap-request-update-info-internal): Use new functions.
12916
12917         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
12918         new functions.
12919
12920 2001-08-18  Simon Josefsson  <jas@extundo.com>
12921
12922         Make nnml groups self-contained as far as marks are concerned.
12923
12924         * nnml.el (nnml-request-delete-group): Delete marks file.
12925         (nnml-request-rename-group): Move marks file.
12926         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
12927         variables.
12928         (nnml-request-set-mark, nnml-request-update-info): New server
12929         functions.
12930         (nnml-save-marks, nnml-open-marks): New functions.
12931
12932 2001-08-18  Simon Josefsson  <jas@extundo.com>
12933
12934         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
12935         `set' when setting marks.
12936
12937 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12938
12939         * gnus.el (gnus-info-find-node): Take an argument.
12940
12941         * gnus-art.el (gnus-button-handle-info): New function.
12942         (gnus-url-unhex-string): Replace "+" with " ".
12943
12944 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12945
12946         * message.el (message-check-news-header-syntax): Check bad From.
12947
12948 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12949
12950         * gnus-spec.el (gnus-correct-length): New function.
12951         (gnus-correct-substring): New function.
12952         (gnus-tilde-max-form): Use it.
12953
12954 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
12955
12956         * nnmh.el: Docstring changes as below.
12957
12958         * nnml.el: Docstring changes as below.
12959
12960         * nnbabyl.el: Docstring changes as below.
12961
12962         * nnmbox.el: Docstring changes as below.
12963
12964         * nnfolder.el: Added docstrings identifying each virtual server
12965         parameter.
12966
12967 2001-08-18  Simon Josefsson  <jas@extundo.com>
12968
12969         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
12970
12971 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
12972
12973         * message.el: rename "Abort Message" to "Postpone Message".
12974         Remove "Attach file as MIME" from Message menu, it's already in
12975         the MIME menu.
12976
12977 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12978
12979         * smime.el (smime-point-at-eol): eval-and-compile.
12980         (smime-make-temp-file): New function.
12981         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
12982         Use it.
12983
12984 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12985
12986         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
12987         (gnus-agent-summary-fetch-group): New command and keystroke.
12988
12989         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
12990         (gnus-mime-display-security): Make it respect
12991         gnus-unbuttonized-mime-type-p.
12992
12993         * gnus-sum.el (gnus-articles-to-read): Comments.
12994         (gnus-article-marked-p): New function.
12995         (gnus-summary-display-make-predicate): New function.
12996         (gnus-select-newsgroup): Use them.
12997
12998         * mm-decode.el (mm-save-part-to-file): Made it not error.
12999
13000 2001-08-17  Simon Josefsson  <jas@extundo.com>
13001
13002         * imap.el (imap-wait-for-tag): If process-status isn't open or
13003         run, return nil instead of sit-for looping.
13004
13005 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13006
13007         * lpath.el (featurep): fbind xml-parse-region.
13008
13009         * gnus.el (gnus-message-archive-method): Default to "archive".
13010         (gnus-message-archive-method): Doc fix.
13011         (gnus-parameters-get-parameter): Cleaned up.
13012         (gnus-expand-group-parameter): New function.
13013
13014         * gnus-start.el (gnus-setup-news): Push the archive server only
13015         the server list.
13016
13017         * mml.el (mml-menu): Changed name to "Attachments".
13018
13019         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
13020         when there is something to detroy.
13021
13022 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13023
13024         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
13025         nil.
13026
13027 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13028
13029         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
13030         which specifies a time today or tomorrow.
13031
13032 2001-08-15  Simon Josefsson  <jas@extundo.com>
13033         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
13034
13035         * gnus-agent.el (gnus-agent-make-mode-line-string)
13036         (gnus-agent-toggle-plugged): Use new API.
13037
13038 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13039
13040         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
13041         deadline has expired.
13042
13043 2001-08-12  Simon Josefsson  <jas@extundo.com>
13044         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
13045
13046         Support `recent' mark indicating newly arrived messages (to
13047         separate from old but unread messages).
13048
13049         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
13050         `nnmail-split-history' if recent is > 0.
13051         (nnimap-request-update-info-internal): Update `recent' marks.
13052         (nnimap-request-set-mark): Never set `recent' marks.
13053         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
13054         recent.
13055
13056         * gnus-sum.el (gnus-recent-mark): New mark.
13057         (gnus-newsgroup-recent): New variable.
13058         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
13059         (gnus-summary-prepare-threads): Mark recent articles.
13060         (gnus-summary-add-mark): Support recent.
13061         (gnus-summary-update-secondary-mark): Support recent.
13062
13063         * gnus.el (gnus-article-mark-lists): Add recent.
13064
13065 2001-08-12  Simon Josefsson  <jas@extundo.com>
13066
13067         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
13068         whether successful decoding took place.  Add doc.
13069
13070 2001-08-12  Simon Josefsson  <jas@extundo.com>
13071         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
13072
13073         * gnus.el (gnus-summary-line-format, gnus-parameters):
13074         * gnus-gl.el (gnus-summary-grouplens-line-format):
13075         * gnus-salt.el (gnus-summary-pick-line-format):
13076         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
13077
13078 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
13079         Committed by Kai Gro\e,b_\e(Bjohann.
13080
13081         * gnus-score.el (gnus-score-string): Fix `match' regexp
13082         for `extra' header case.
13083
13084 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13085
13086         * nnmbox.el (nnmbox-read-mbox): No warning.
13087
13088 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13089
13090         * nndoc.el (nndoc-article-type): Fix doc.
13091         (nndoc-generate-article-function): New variable.
13092         (nndoc-dissection-function): New variable.
13093         (nndoc-type-alist): Add oe-dbx.
13094         (nndoc-oe-dbx-type-p): New function.
13095         (nndoc-oe-dbx-dissection): New function.
13096         (nndoc-oe-dbx-generate-article): New function.
13097
13098 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13099
13100         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
13101         whether deadline has been reached.  Patch from Dan Nicolaescu
13102         <dann@godzilla.ics.uci.edu>.
13103
13104 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13105
13106         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
13107         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
13108         <rintaman@cs.Helsinki.FI>.
13109
13110         * mail-source.el (mail-source-movemail): The error buffer is
13111         modified, but nothing in it.
13112
13113 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13114
13115         * message.el (message-bogus-system-names): New variable.
13116         (message-make-fqdn): Use it.
13117
13118 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13119
13120         * nndraft.el (nndraft-request-group): Use
13121         nndraft-auto-save-file-name.
13122
13123 2001-08-09  Simon Josefsson  <jas@extundo.com>
13124
13125         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
13126         Don't ask whether to decrypt.  Just leave result in buffer (don't
13127         call mm).
13128
13129         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
13130         parts as well.
13131         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
13132         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
13133
13134 2001-08-09  Simon Josefsson  <jas@extundo.com>
13135
13136         * mm-decode.el (mm-insert-part): Return decoding success status.
13137         (mm-save-part-to-file): Error if decoding failed.
13138
13139 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13140
13141         * message.el (message-tab): Use indent-relative.
13142         (message-mode): Don't bind indent-line-function to indent-relative.
13143
13144 2001-08-09  Simon Josefsson  <jas@extundo.com>
13145
13146         * message.el (message-get-reply-headers): Fix string. Suggested by
13147         Christoph Conrad <cc@cli.de>.
13148
13149 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13150
13151         * message.el (message-tab): Use the current value of
13152         indent-line-function.
13153         (message-mode): Bind indent-line-function to indent-relative.
13154
13155 2001-08-08  Simon Josefsson  <jas@extundo.com>
13156
13157         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
13158         whether `imtest' is installed.
13159
13160 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13161         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13162
13163         * gnus-sum.el (gnus-summary-show-article): Call
13164         gnus-summary-update-secondary-secondary-mark.
13165         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
13166         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
13167
13168 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13169
13170         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
13171
13172         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13173
13174         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
13175         <gerd@gnu.org>.
13176
13177         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
13178
13179         * gnus-util.el (gnus-output-to-rmail): Ditto.
13180         (gnus-output-to-mail): Ditto.
13181
13182         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
13183
13184 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
13185
13186         * message.el (message-indent-citation): Use
13187         `message-yank-cited-prefix' for empty lines.
13188
13189 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
13190
13191         * message.el (message-indent-citation): Quote only lines starting
13192         with ">" using `message-yank-cited-prefix'.
13193
13194 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13195         Trivial patch.
13196
13197         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
13198         gnus-cache-fully-p.
13199
13200 2001-08-04  Simon Josefsson  <jas@extundo.com>
13201
13202         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
13203         file if it doesn't exist (by calling gnus-cache-read-active).
13204
13205 2001-08-04  Simon Josefsson  <jas@extundo.com>
13206
13207         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
13208         (gnus-cache-passively-or-fully-p): Removed.
13209         (gnus-cache-fully-p): Fix it.
13210
13211         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
13212
13213 2001-08-04  Simon Josefsson  <jas@extundo.com>
13214
13215         * gnus-cache.el (gnus-cache-fully-p)
13216         (gnus-cache-passively-or-fully-p): New functions.
13217         (gnus-cache-possibly-enter-article): Cosmetic change, use
13218         `g-c-p-o-f-p'.
13219         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
13220         was bogus (`g-c-p-a-a' does not change active info, just change
13221         the functions parameters).
13222         (gnus-cache-possibly-remove-articles-1): Make sure articles are
13223         not removed in groups that match `gnus-uncacheable-groups'.
13224
13225         Reported and modifications based on discussions with Nuutti
13226         Kotivuori <nuutti.kotivuori@smarttrust.com>.
13227
13228 2001-08-04  Simon Josefsson  <jas@extundo.com>
13229         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13230
13231         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
13232         calls `gnus-cache-update-active' if bounds has been extended.
13233
13234 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13235
13236         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
13237         before remove.
13238         (gnus-mime-security-show-details): Ditto.
13239
13240 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13241
13242         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
13243         syntax.  Protect string-match against nil string and regexp.
13244
13245 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13246
13247         * mm-util.el (mm-find-charset-region): Remove control-1.
13248
13249 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13250
13251         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
13252
13253 2001-08-04  Simon Josefsson  <jas@extundo.com>
13254
13255         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
13256         buffer.  Delete MIME-Version header.
13257
13258 2001-08-03  Simon Josefsson  <jas@extundo.com>
13259
13260         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
13261         that is entered does not necessarily have the highest article
13262         number in the group, so use `gnus-cache-possibly-alter-active'
13263         instead of `gnus-cache-update-active'.
13264
13265 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13266
13267         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
13268
13269 2001-08-03  Simon Josefsson  <jas@extundo.com>
13270
13271         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
13272         menu.
13273
13274 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13275
13276         * gnus.el (post-method): New group parameter.  It also provides
13277         the user option `gnus-post-method-alist' and the internal function
13278         `gnus-parameter-post-method'.
13279
13280         * gnus-msg.el (gnus-post-method): Bind the value of
13281         `gnus-post-method' to the group parameter if it is defined.
13282
13283 2001-08-02  Simon Josefsson  <jas@extundo.com>
13284
13285         * smime.el (smime-extra-arguments): Removed.
13286         (smime-call-openssl-region): Don't use it.
13287
13288 2001-08-02  Simon Josefsson  <jas@extundo.com>
13289
13290         * smime.el (smime-sign-region): Handle stderr.
13291         (smime-encrypt-region): Ditto.
13292
13293         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
13294         match the ASN.1 length bytes.
13295         (mm-pkcs7-enveloped-magic): Ditto.
13296         (mm-view-pkcs7-get-type): Don't regexp quote.
13297
13298 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13299         From Andreas Fuchs <asf@void.at>
13300
13301         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
13302
13303 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13304
13305         * gnus-art.el (gnus-header-button-alist): References regexp.
13306
13307 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
13308
13309         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
13310         already fboundp.  Add INTERACTIVE arg to autoload form.
13311
13312 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13313
13314         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
13315
13316         * nnmail.el (nnmail-cache-open): Ditto.
13317
13318 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13319
13320         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
13321
13322 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
13325
13326 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13327         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13328
13329         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
13330         (gnus-agent-toggle-plugged): Use it.
13331
13332 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13333
13334         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
13335         (gnus-ding-file-coding-system): New variable.
13336         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
13337         (gnus-slave-save-newsrc): Use it.
13338
13339 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13340
13341         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
13342         syntax.
13343
13344 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13345         Originally from Andreas Fuchs <asf@void.at>
13346
13347         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
13348         (mml2015-gpg-pretty-print-fpr): New function.
13349         (mml2015-gpg-extract-signature-details): More details, rename from
13350         `m-g-e-from'.
13351         (mml2015-gpg-verify): Use them.
13352         (mml2015-gpg-clear-verify): Use them.
13353
13354 2001-07-31  Simon Josefsson  <jas@extundo.com>
13355
13356         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
13357         buffer when done.
13358
13359 2001-07-30  Simon Josefsson  <jas@extundo.com>
13360
13361         * smime.el (smime-call-openssl-region): Revert previous change,
13362         just pass on buf to `call-process-region'.
13363         (smime-verify-region): Doc fix.  Don't message stuff.  Use
13364         `smime-new-details-buffer'.  Inserts error messages into buffer.
13365         (smime-noverify-region): Ditto.
13366         (smime-decrypt-region): Ditto.  Handles stderr separately.
13367         (smime-verify-buffer, smime-noverify-buffer)
13368         (smime-decrypt-buffer): Doc fix.
13369         (smime-new-details-buffer): New function.
13370         (smime-pkcs7-region, smime-pkcs7-certificates-region)
13371         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
13372         (smime-sign-region, smime-encrypt-region): Don't use
13373         `insert-buffer'.
13374
13375         * mml-smime.el (mml-smime-verify): Fix security button strings.
13376
13377 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13378
13379         * gnus-art.el (gnus-mime-save-part-and-strip): Save
13380         gnus-article-mime-handles.
13381
13382 2001-07-29  Simon Josefsson  <jas@extundo.com>
13383
13384         * mail-source.el (top-level): Require message for message-directory.
13385         (mail-source-directory): Change default to message-directory.
13386
13387         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
13388         (smime-certificate-directory, smime-openssl-program)
13389         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
13390         (smime-extra-arguments): New variable.
13391         (smime-dns-server): Fix customize group.
13392         (smime-call-openssl-region): Use `smime-extra-arguments'.
13393
13394 2001-07-29  Simon Josefsson  <jas@extundo.com>
13395         From Vladimir Volovich <vvv@vsu.ru>
13396
13397         * smime.el (smime-call-openssl-region): Ignore stderr.
13398
13399 2001-07-29  Simon Josefsson  <jas@extundo.com>
13400         From Christoph Conrad <christoph.conrad@gmx.de>
13401
13402         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
13403         file.
13404
13405 2001-07-29  Simon Josefsson  <jas@extundo.com>
13406
13407         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
13408
13409         Support S/MIME decryption.
13410
13411         * mm-decode.el (mm-inline-media-tests):
13412         (mm-inlined-types):
13413         (mm-automatic-display):
13414         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
13415
13416         * mm-view.el (mm-pkcs7-signed-magic):
13417         (mm-pkcs7-enveloped-magic): New variables.
13418         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
13419         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
13420         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
13421         PKCS#7 blobs.
13422
13423         * smime.el (smime-decrypt-region): Expand keyfile.
13424
13425 2001-07-29  Simon Josefsson  <jas@extundo.com>
13426
13427         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
13428         `ssl.el' variables.
13429
13430         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
13431         but line instead of narrowing to it, because `nnmail-parse-active'
13432         calls widen.  Thanks to Christoph Conrad
13433         <christoph.conrad@gmx.de>.
13434
13435 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13436
13437         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
13438         for %B spec.
13439
13440         * gnus-sum.el (gnus-summary-prepare-threads): If
13441         gnus-sum-thread-tree-root is nil, use subject instead.
13442         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
13443         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13444         (gnus-sum-thread-tree-leaf-with-other)
13445         (gnus-sum-thread-tree-single-leaf): Documentation.
13446         (gnus-sum-thread-tree-single-indent): Allow nil.
13447
13448 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13449
13450         * message.el (message-fill-paragraph): Do nothing if the user
13451         wants filladapt-mode.
13452
13453 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13454
13455         * mm-decode.el (mm-image-type-from-buffer): New function.
13456         (mm-get-image): Use it.
13457
13458 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13459
13460         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
13461
13462         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
13463         mm-display-parts too.
13464
13465 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13466
13467         * nnfolder.el (nnfolder-request-accept-article): Bind
13468         nntp-server-buffer.
13469
13470         * nnmail.el (nnmail-parse-active): Read from buffer instead of
13471         nntp-server-buffer.
13472
13473 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13474
13475         * message.el (message-check-news-header-syntax): Use
13476         message-post-method.
13477         (message-send-news): Bind message-post-method.
13478
13479 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13480
13481         * mml.el (mml-tweak-type-alist): New variable.
13482         (mml-tweak-function-alist): New variable.
13483         (mml-tweak-part): New function.
13484         (mml-generate-mime-1): Use it.
13485
13486 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13487
13488         * nnfolder.el (nnfolder-request-accept-article): Replace
13489         nnfolder-request-list.
13490
13491 2001-07-27  Simon Josefsson  <jas@extundo.com>
13492
13493         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
13494         nnoo-change-server failed to do it.
13495
13496 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13497
13498         * gnus.el (gnus-parameters): Make it customizable.
13499
13500 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13501
13502         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
13503
13504         * message.el (message-set-auto-save-file-name): More
13505         poor-system-types.
13506
13507         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
13508
13509         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
13510         supports +.
13511
13512 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13513
13514         * mm-decode.el (mm-readable-p): New function.
13515         (mm-inline-media-tests): Fix the default testers.
13516
13517 2001-07-26  Simon Josefsson  <jas@extundo.com>
13518
13519         * nnimap.el (nnimap-version): Bump version number.
13520
13521 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13522         From Steven E. Harris <seh@speakeasy.org>
13523
13524         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
13525         in M$Windows too.
13526
13527 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13528
13529         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
13530
13531 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13532
13533         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
13534
13535         * mm-decode.el (mm-get-image): Guess then use the type.
13536
13537         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
13538
13539 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
13540
13541         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
13542         display (%B) for threads if threading is off.
13543
13544 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13545         From Henrik Enberg <henrik@enberg.org>
13546
13547         * gnus-msg.el: Customization patch.
13548
13549 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
13550
13551         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
13552         variable.
13553         (nnmail-split-fancy-with-parent): Ignore certain groups.
13554
13555 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13556
13557         * gnus-util.el (gnus-byte-compile): New function.
13558         (gnus-use-byte-compile): New variable.
13559         (gnus-make-sort-function): Use it.
13560
13561         * nnmail.el (nnmail-get-new-mail): Use it.
13562
13563         * gnus-agent.el (gnus-category-make-function): Simple function or
13564         compiled function.
13565         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
13566
13567         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
13568         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
13569         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
13570
13571         * message.el (message-check-news-header-syntax): Remove quote.
13572
13573 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13574
13575         * message.el (message-use-mail-followup-to): `t' is not a
13576         documented value.
13577
13578 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13579
13580         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
13581
13582 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13583
13584         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
13585         there are long lines.
13586
13587 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * dgnushack.el (copy-list): New compiler macro.
13590
13591 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13592
13593         * message.el (message-bounce): If no Return-Path, the whole
13594         content is considered as the original message.
13595
13596         * nnml.el (nnml-check-directory-twice): New variable.
13597         (nnml-article-to-file): Use it.
13598         (nnml-retrieve-headers): Hack it.
13599
13600 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13601
13602         * gnus-win.el (gnus-buffer-configuration): New configure.
13603
13604         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
13605         not alive.
13606
13607         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
13608         (mm-display-external): Use display-term configure.
13609
13610 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13611
13612         * gnus-delay.el (gnus-delay-default-hour): New variable.
13613         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
13614
13615 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13616         From Karl Kleinpaste <karl@charcoal.com>
13617
13618         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
13619         (gnus-summary-prepare-threads): Ditto.
13620
13621         * gnus.el (gnus-summary-line-format): Add %B.
13622
13623 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13624
13625         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
13626
13627         * mm-util.el (mm-string-as-multibyte): New function.
13628
13629         * nnmh.el (nnmh-request-list-1): Encode, not decode!
13630
13631 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13632
13633         * mm-util.el (mm-universal-coding-system): New variable.
13634
13635         * gnus-start.el (gnus-startup-file-coding-system): Use it.
13636
13637         * score-mode.el (score-mode-coding-system): Use it.
13638
13639 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * gnus-start.el (gnus-setup-news): Call
13642         `gnus-check-bogus-newsgroups' just after the native server is
13643         opened.
13644
13645 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13646
13647         * nnmail.el (nnmail-do-request-post): Util function to be used by
13648         `nnchoke-request-post' for all nnmail-derived backends.
13649
13650         * nnml.el (nnml-request-post): Use it.
13651
13652         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
13653         backend, for it groks nnml-request-post.
13654
13655         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
13656         Treat `mail-post' backends like `mail' backends, not like `news'
13657         backends.
13658
13659 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13660
13661         * gnus-msg.el (gnus-setup-message): make-local-hook.
13662
13663 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13664
13665         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
13666         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
13667         <karl@charcoal.com>, slightly changed by Kai.
13668
13669         * message.el (message-check-news-header-syntax): When checking
13670         whether the groups exist, check the right server based on
13671         `gnus-post-method'.
13672
13673 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13674
13675         * gnus-delay.el: New file.
13676
13677 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13678
13679         * mm-util.el (mm-read-coding-system): Take two arguments.
13680
13681         * gnus-sum.el (gnus-summary-show-article): Use
13682         mm-read-coding-system.
13683
13684         * gnus-art.el (article-de-quoted-unreadable):
13685         (article-de-base64-unreadable, article-wash-html):
13686         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
13687
13688 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13689
13690         * nnml.el (nnml-request-post): New function.  Can be used for
13691         annotations in nnml groups.
13692
13693 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
13696         command.
13697
13698         * gnus-start.el (gnus-find-new-newsgroups): Use
13699         `message-make-date' instead of `current-time-string'.
13700         (gnus-ask-server-for-new-groups): Ditto.
13701         (gnus-check-first-time-used): Ditto.
13702
13703 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13704
13705         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
13706
13707 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
13708
13709         * message.el (message-shorten-references): Change `maxcount' and
13710         `cut' to obey USEFOR draft 5.
13711
13712 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
13713
13714         * gnus-sum.el (gnus-summary-display-arrow): New variable.
13715         (gnus-summary-set-article-display-arrow): New function.
13716         (gnus-summary-goto-subject): Use it.
13717
13718 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13719
13720         * gnus-sum.el (gnus-summary-import-article): Insert date if
13721         doesn't exist.
13722
13723 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13724
13725         * mml.el (mml-content-type-parameters): New variable.
13726         (mml-content-disposition-parameters): New variable.
13727         (mml-insert-mime-headers): Use them.
13728         (mml-parse-1): Accept charset.
13729
13730 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13731
13732         * gnus-group.el (gnus-group-select-group): Doc fix.
13733
13734         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
13735
13736 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13737
13738         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
13739         to handle `define-derived-mode'.
13740
13741 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13742         From:  Stefan Monnier  <monnier@cs.yale.edu>
13743
13744         * message.el (message-mode): Use define-derived-mode.
13745         (message-tab): message-completion-alist.
13746
13747         * imap.el (imap-interactive-login): Use make-local-variable.
13748         (imap-open): Ditto.
13749         (imap-authenticate): Ditto.
13750
13751         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
13752
13753         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
13754
13755 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13756
13757         * message.el (message-citation-line-function): Refer to
13758         gnus-cite-attribution-suffix.
13759
13760 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13761
13762         * gnus-art.el,...: Error convention changes.
13763
13764 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13765
13766         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
13767
13768 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13769
13770         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
13771         (nnrss-read-server-data): Ditto.
13772
13773 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13774
13775         * gnus-setup.el (gnus-use-installed-gnus): Typo.
13776         * Cleanup files.
13777         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
13778
13779 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13780
13781         * gnus.el (gnus-summary-line-format): Add %o.
13782
13783         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
13784         unless shell outputs something.
13785
13786 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13787
13788         * gnus-art.el (gnus-boring-article-headers): Better doc.
13789         (article-hide-headers): Better regexp.
13790         Suggested by Matt Swift <swift@alum.mit.edu>.
13791
13792         * nnheader.el (nnheader-max-head-length): Better doc.
13793         (nnheader-header-value): Skip spaces.
13794         (nnheader-parse-head): Remove space.
13795         Suggested by Matt Swift <swift@alum.mit.edu>.
13796
13797         * gnus-sum.el (gnus-summary-show-raw-article): New function.
13798         (gnus-get-newsgroup-headers): Remove space.
13799
13800 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13801
13802         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
13803         (gnus-summary-reply): Use it.
13804         (gnus-summary-reply-broken-reply-to): New function.
13805         (gnus-msg-force-broken-reply-to): New function.
13806
13807         * mm-view.el (mm-inline-text): Showing as text/plain when error.
13808
13809 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13810
13811         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
13812
13813 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13814
13815         * mm-decode.el (mm-external-terminal-program): New variable.
13816         (mm-display-external): Use it. Use term to display when no
13817         window-system.
13818
13819 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
13820
13821         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
13822         Browse->Next entries to Browse->Prev
13823
13824 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13825
13826         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
13827
13828 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13829
13830         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
13831         for the default encoding.
13832
13833         * nnrss.el (nnrss-url-field): New field.
13834         (nnrss-request-article): Add newsgroups.
13835
13836         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
13837
13838 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13839
13840         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
13841
13842         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
13843         (gnus-draft-setup): Remove backlog.
13844
13845 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13846
13847         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
13848         Cleanup.
13849
13850 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13851
13852         * gnus-msg.el (gnus-bug): Erase buffer.
13853
13854         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
13855
13856 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13857
13858         * mm-decode.el (mm-attachment-override-p): Fix typo.
13859
13860 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * gnus-kill.el (gnus-execute): Work with the extra headers.
13863         * gnus-sum.el (gnus-summary-execute-command): Ditto.
13864
13865 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13866
13867         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
13868         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
13869
13870         * message.el (message-send-mail-real-function): New variable.
13871         (message-send-mail-partially, message-send-mail):
13872
13873         * nngateway.el (nngateway-request-post): Use it.
13874
13875         * gnus-agent.el (gnus-agentize): Use it.
13876
13877         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
13878         (nnsoup-revert-variables): Use it.
13879
13880 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
13881
13882         * mm-decode.el (mm-inline-media-tests): Default to displaying as
13883         text/plain if the type doesn't match any other media types.
13884         (mm-inlined-types): Doc fix.
13885         (mm-display-inline): Revert previous change (now handled by a
13886         default type in `mm-inline-media-tests'.
13887         (mm-inlinable-p): Revive.
13888         (mm-display-part): Call `mm-inlinable-p'.
13889         (mm-attachment-override-p): Ditto.
13890         (mm-inlined-p): Doc fix.
13891
13892         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
13893         well as `mm-inlined-p'.
13894
13895 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13896
13897         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
13898         (nntp-send-command-and-decode): Use gnus-point-at-bol.
13899
13900 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13901         From  Paul Jarc <prj@po.cwru.edu>
13902
13903         * message.el (message-use-mail-followup-to): New variable.
13904         (message-get-reply-headers): Use it.
13905
13906 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
13907
13908         * nnheader.el (nnheader-init-server-buffer): Make sure the
13909         *nntpd* buffer is made multibyte instead of a random buffer.
13910
13911 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13912
13913         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
13914         when it returns headers.
13915
13916 2001-07-07  Simon Josefsson  <jas@extundo.com>
13917
13918         * rfc2047.el (rfc2047-encode-message-header): Skip header when
13919         trying to fold. Thanks to Colin Walters
13920         <walters@cis.ohio-state.edu>
13921
13922 2001-07-06  Simon Josefsson  <jas@extundo.com>
13923
13924         * imap.el (imap-parse-address-list, imap-parse-flag-list)
13925         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
13926         Add information in `assert's.
13927
13928         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
13929         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
13930         and `nnimap-group-overview-filename', should handle all
13931         change-of-uidvalidity related issues.  But there may be other
13932         problems.)
13933
13934 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
13935
13936         * rfc2047.el (rfc2047-encode-message-header): Don't include the
13937         header name when folding.
13938
13939 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
13940
13941         * mm-decode.el (mm-inlined-types): Document relationship with
13942         `mm-inline-media-tests'.
13943         (mm-display-inline): Default to displaying as plain text if no
13944         inlining handler is available.
13945         (mm-inlinable-p): Remove.
13946         (mm-inlined-p): Don't call `mm-inlinable-p'.
13947         (mm-automatic-display-p): Ditto.
13948         (mm-attachment-override-p): Ditto.
13949
13950 2001-07-04  Simon Josefsson  <jas@extundo.com>
13951
13952         * nnimap.el (nnimap-importantize-dormant): New variable.
13953         (nnimap-request-update-info-internal): Use it.
13954         (nnimap-request-set-mark): Ditto.
13955
13956 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
13957
13958         * nntp.el (nntp-send-command): don't pass a buffer argument to
13959         `point'. Only XEmacs accepts this.
13960         * nntp.el (nntp-send-command-nodelete): ditto.
13961         * nntp.el (nntp-send-command-and-decode): ditto.
13962
13963 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
13964
13965         * nntp.el (nntp-open-connection-function): doc update.
13966         * nntp.el (nntp-pre-command): New.
13967         * nntp.el (nntp-via-rlogin-command): New.
13968         * nntp.el (nntp-via-telnet-command): New.
13969         * nntp.el (nntp-via-telnet-switches): New.
13970         * nntp.el (nntp-via-user-name): New.
13971         * nntp.el (nntp-via-user-password): New.
13972         * nntp.el (nntp-via-address): New.
13973         * nntp.el (nntp-via-envuser): New.
13974         * nntp.el (nntp-via-shell-prompt): New.
13975         * nntp.el (nntp-open-telnet-stream): New.
13976         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
13977         * nntp.el (nntp-open-via-telnet-and-telnet): New.
13978         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
13979         * nntp.el (nntp-send-command): ditto.
13980         * nntp.el (nntp-send-command-nodelete): ditto.
13981         * nntp.el (nntp-send-command-and-decode): ditto.
13982
13983 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
13984         Trivial patch.
13985
13986         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
13987         `when'.
13988
13989 2001-07-03  Simon Josefsson  <jas@extundo.com>
13990         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
13991
13992         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
13993
13994 2001-07-03  Simon Josefsson  <jas@extundo.com>
13995
13996         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
13997         remove it (workaround XEmacs `fill-region' bug).
13998
13999 2001-07-01  Simon Josefsson  <jas@extundo.com>
14000
14001         * nnimap.el (nnimap-date-days-ago): Defeat locale.
14002
14003 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14004
14005         * mml2015.el (mml2015-format-error): New function.
14006         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
14007         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
14008         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
14009
14010 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14011
14012         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
14013         Suggested by Christoph Conrad <C.Conrad@cli.de>.
14014
14015         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
14016         group variables.
14017
14018 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14019
14020         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
14021
14022         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
14023         (nnrss-save-group-data): Ditto.
14024
14025         * gnus-agent.el (gnus-agent-save-alist): Ditto.
14026
14027 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * message.el (message-do-send-housekeeping): Narrow to headers.
14030
14031 2001-06-24  Simon Josefsson  <jas@extundo.com>
14032
14033         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
14034         insertion when breaking lines looked for " \t" instead of "[ \t]".
14035         (rfc2047-encode-message-header): Fold lines even if
14036         no QP encoding is done.
14037
14038 2001-06-23  Simon Josefsson  <jas@extundo.com>
14039         From Samuel Tardieu <sam@inf.enst.fr>
14040
14041         * smime.el (smime-keys): Support additional certificates.
14042         (smime-make-certfiles): New function.
14043         (smime-sign-region): Use previous variables.
14044         (smime-get-certfiles): New function.
14045         (smime-sign-buffer): Use it.
14046         (smime-verify-region): Support both CAfile and CApath.
14047
14048 2001-06-23  Simon Josefsson  <jas@extundo.com>
14049
14050         * smime.el (smime-decrypt-region): Perhaps work.
14051
14052 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14053
14054         * gnus-msg.el (gnus-copy-article-buffer): Typo.
14055
14056 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14057
14058         * mm-decode.el (mm-save-part): Rewrite file name.
14059         (mm-file-name-rewrite-functions): New variable.
14060         (mm-file-name-delete-whitespace): New function.
14061         (mm-file-name-trim-whitespace): New function.
14062         (mm-file-name-collapse-whitespace): New function.
14063         (mm-file-name-replace-whitespace): New variable and function.
14064
14065 2001-06-22  Simon Josefsson  <jas@extundo.com>
14066
14067         * message.el (message-make-date): Workaround locale for weekdays.
14068
14069 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14070
14071         * message.el (message-goto-body): Return nil if not found. (revert!)
14072
14073 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14074         From Fremlin <chief@bandits.org>
14075
14076         * message.el (message-goto-body): Some messages have no header.
14077
14078         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14079
14080 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14081
14082         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
14083
14084 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14085
14086         * message.el (message-make-date): Add week day.
14087         Suggested by Jason R. Mastaler <jason@mastaler.com>.
14088
14089 2001-06-19  Simon Josefsson  <jas@extundo.com>
14090
14091         * message.el (message-yank-prefix): Doc fix.
14092         (message-yank-cited-prefix): Ditto.
14093         (message-delete-not-region): Keep citation prefix on first line,
14094         if possible and appropriate.
14095
14096 2001-06-19  Simon Josefsson  <jas@extundo.com>
14097
14098         * imap.el (imap-process-connection-type): New variable.
14099         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
14100         recent `imtest's work completely (no line length issues), while
14101         making making old `imtest's unusable.  Thanks to NAGY Andras
14102         <nagya@inf.elte.hu> for his work.
14103
14104 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
14105
14106         * imap.el (imap-ssl-program): Add -quiet to shut up
14107         OpenSSL/SSLeay's internal debug talk.
14108
14109 2001-06-19  Matt Armstrong  <matt@lickey.com>
14110
14111         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
14112         server.
14113
14114 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14115
14116         * nnmail.el (nnmail-article-buffer): New variable.
14117         (nnmail-split-incoming): Use it.
14118
14119 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
14120
14121         * qp.el (quoted-printable-decode-region): If called interactively,
14122         use coding-system-for-read.
14123
14124 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14125
14126         * message.el (message-check-news-header-syntax): Check Reply-To.
14127
14128 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14129
14130         * mml.el (mml-parse-1): Use message options.
14131
14132         * message.el (message-do-fcc): Don't do anything if there is no
14133         FCC.
14134
14135 2001-06-16  Simon Josefsson  <jas@extundo.com>
14136
14137         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
14138         (nnimap-expunge-search-string): New variable.
14139         (nnimap-request-expire-articles): Use it.
14140
14141 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14142
14143         * message.el (message-send-mail-with-qmail): wrong exit status is
14144         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
14145
14146 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14147
14148         * gnus-art.el (article-strip-multiple-blank-lines): Use
14149         delete-region instead of replace-match.
14150
14151 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14152
14153         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
14154         (nnweb-google-wash-article): Ditto.
14155
14156 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
14157
14158         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
14159
14160 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14161
14162         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
14163         specs.
14164
14165 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14166
14167         * gnus.el (gnus-email-address): Move it here.
14168
14169         * gnus-art.el (article-de-quoted-unreadable): Read charset if
14170         requested.
14171         (article-de-base64-unreadable): Ditto.
14172         (article-wash-html): Ditto.
14173
14174 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14175
14176         * message.el (message-options-set-recipient): Don't add ", "
14177         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
14178
14179 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14180
14181         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
14182
14183 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14184
14185         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
14186         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
14187
14188         * nnrss.el (nnrss-node-text): Node might be nil.
14189
14190 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14191
14192         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
14193         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
14194
14195         * nnrss.el (nnrss-group-alist): More items.
14196
14197 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14198
14199         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
14200
14201 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14202         Trivial patch from Dale Hagglund  <rdh@best.com>
14203
14204         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
14205         restrict clauses.
14206
14207 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14208
14209         From Benjamin Rutt <brutt+news@bloomington.in.us>
14210
14211         * message.el (message-wide-reply-confirm-recipients): New variable.
14212
14213 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
14214         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
14215
14216         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
14217         fix so it works with XEmacs.
14218
14219 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14220
14221         * nnrss.el (nnrss-retrieve-headers): Support description as extra
14222         headers.
14223
14224 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14225
14226         * nnrss.el: Fix a few bugs.
14227
14228 2001-06-05  Simon Josefsson  <jas@extundo.com>
14229
14230         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
14231         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
14232
14233 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
14234
14235         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
14236         binary so that we don't transmit ISO 2022 garbage to the process.
14237         This is needed under XEmacs.
14238
14239 2001-06-03  Simon Josefsson  <simon@josefsson.org>
14240
14241         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
14242         autoloaded incorrectly below because ssl-program-* is bound.)
14243         Thanks to Amos Gouaux for report.
14244
14245 2001-06-02  Simon Josefsson  <simon@josefsson.org>
14246
14247         * imap.el (imap-kerberos4-open):
14248         (imap-gssapi-open):
14249         (imap-ssl-open):
14250         (imap-network-open):
14251         (imap-shell-open):
14252         (imap-starttls-open): Set buffer to workaround spurious
14253         `accept-process-output' buffer changes.  Thanks to Mats Lidell
14254         <Mats.Lidell@contactor.se> for report and partial patch and Jake
14255         Colman <colman@ppllc.com> for report.
14256
14257 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14258
14259         * gnus-sum.el (gnus-summary-catchup): New argument.
14260         (gnus-summary-catchup-from-here): New function.
14261
14262 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14263
14264         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
14265         back, then insert glyph.  (Before, the glyph was inserted first,
14266         then the newline.)  This works around a behavior in XEmacs where
14267         it is not possible to insert a character after a glyph which is at
14268         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
14269
14270 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14271
14272         From Jaap-Henk Hoepman (jhh@xs4all.nl).
14273
14274         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
14275         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
14276         mm-destroy-postponed-undisplay-list): New functions.
14277         (mm-display-external): Use them.
14278
14279 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14280
14281         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
14282         `default-low' when evaluating `gnus-summary-highlight'.
14283         From Raja R Harinath <harinath@cs.umn.edu>.
14284
14285 2001-05-27  Simon Josefsson  <simon@josefsson.org>
14286
14287         * message.el (message-yank-cited-prefix): New variable.
14288         (message-indent-citation): Use it.
14289
14290         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
14291         as details.
14292         (mml2015-mailcrypt-clear-verify): Ditto.
14293
14294 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14295         From Nevin Kapur <nevin@jhu.edu>.
14296
14297         * gnus-sum.el (gnus-summary-default-high-score,
14298         gnus-summary-default-low-score): New variables.
14299         (gnus-summary-highlight): Use them.
14300
14301 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
14302
14303         * message.el (message-mail): pass the 'send-actions argument to
14304         `message-setup'.
14305
14306 2001-05-16  Simon Josefsson  <simon@josefsson.org>
14307         From Raymond Scholz <ray-2001@zonix.de>
14308
14309         * gnus-art.el (gnus-mime-view-part-as-charset):
14310         (gnus-mime-internalize-part): Doc fixes.
14311
14312 2001-05-11  Simon Josefsson  <simon@josefsson.org>
14313
14314         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
14315         status lines without any text ("^215$").
14316
14317 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14318
14319         * nnrss.el (nnrss-check-group): Reverse.
14320
14321 2001-05-07  Simon Josefsson  <simon@josefsson.org>
14322
14323         * message.el (message-get-reply-headers):
14324         (message-followup): Fix typo, suggested by David Green
14325         <dgreen@uab.edu>
14326
14327 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14328
14329         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
14330
14331         * nnrss.el (nnrss-open-server): Read server data when it is called.
14332         (nnrss-request-expire-articles): Fix.
14333
14334 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14335
14336         * message.el (message-do-send-housekeeping): mail-abbrevs may
14337         rename buffer behind Gnus.
14338
14339 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14340
14341         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
14342         (nnrss-group-alist): Add more resources.
14343         (nnrss-check-group): Ignore errors.
14344
14345 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14346
14347         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
14348
14349         * nnslashdot.el (nnslashdot-request-list): Add time.
14350         (nnslashdot-request-expire-articles): New function.
14351
14352         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
14353         secondary methods too.
14354
14355 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14356
14357         * message.el (message-use-followup-to): Set default value to t.
14358
14359 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
14360
14361         * message.el (message-dont-reply-to-names): Fix documentation.
14362         (message-get-reply-headers): Use Mail-Followup-To only for wide
14363         replies.
14364
14365 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14366
14367         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
14368         correctly.
14369         (nnrss-check-group): Use time.
14370
14371 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14372
14373         * gnus.el: Oort Gnus v0.03 is released.
14374
14375 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14376
14377         * nnultimate.el (nnultimate-topic-article-to-article): Use the
14378         group.
14379
14380 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14381
14382         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
14383
14384 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14385
14386         * nnultimate.el (nnultimate-retrieve-headers): Return all
14387         available headers.
14388
14389         * gnus-sum.el (gnus-read-all-available-headers): New variable.
14390         (gnus-get-newsgroup-headers-xover): Use it.
14391
14392 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14393
14394         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
14395
14396 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14397
14398         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
14399
14400 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14401
14402         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
14403         disable it.
14404
14405         * gnus.el (gnus-info-nodes): Remove a few The's.
14406
14407 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14408
14409         * mail-source.el (mail-source-movemail): Call-process may return a
14410         signal description string.
14411
14412         * gnus-start.el (gnus-read-newsrc-el-file):
14413         gnus-newsrc-file-version may be nil.
14414
14415         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
14416         Suggested by Michael Sperber [Mr. Preprocessor]
14417         <sperber@informatik.uni-tuebingen.de>.
14418
14419 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
14420
14421         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
14422
14423 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
14424
14425         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
14426         fontify HANDLE.
14427
14428 2001-04-18  Simon Josefsson  <simon@josefsson.org>
14429
14430         * smime.el (smime-ask-passphrase): Rework to return value.
14431         (smime-sign-region): Rework to bind value and use it.
14432         (smime-decrypt-region): Ditto.
14433
14434 2001-04-18  Simon Josefsson  <simon@josefsson.org>
14435         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
14436
14437         * smime.el (smime-ask-passphrase): New function.
14438         (smime-sign-region): Use it.
14439         (smime-encrypt-cipher): New variable.
14440         (smime-decrypt-region): Ditto.
14441
14442 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
14443         Committed by Simon Josefsson  <simon@josefsson.org>
14444
14445         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
14446         the log.
14447
14448 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14449
14450         * gnus.el: Oort Gnus v0.02 is released.
14451
14452 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
14453
14454         * gnus.el: Oort Gnus v0.01 is released.
14455
14456 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14457
14458         * gnus-sum.el (gnus-summary-highlight): Highlight read
14459         undownloaded articles as read articles.
14460
14461         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
14462         (gnus-agent-get-undownloaded-list): Mark all undownloaded
14463         articles, even read ones, as such.
14464
14465         * gnus-sum.el (gnus-summary-find-matching): Clean up.
14466         (gnus-find-matching-articles): New function.
14467         (gnus-summary-limit-include-matching-articles): New command.
14468         (gnus-summary-limit-include-thread): Include articles that have
14469         matching subjects.
14470         (gnus-offer-save-summaries): Clean up.
14471
14472 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14473
14474         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
14475
14476 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14477         From Jason Merrill <jason_merrill@redhat.com>
14478
14479         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
14480
14481 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
14482         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14483
14484         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
14485         newsgroup names when the original article is a news message.
14486
14487 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14488
14489         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
14490         supported. Suggest by Jim Meyering <jim@meyering.net>.
14491
14492 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
14493         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
14494
14495         * nnmail.el (nnmail-split-it): Added check for .* at the end of
14496         regexp in nnmail-split-fancy.
14497
14498 2001-04-10  Simon Josefsson  <simon@josefsson.org>
14499
14500         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
14501
14502 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
14503
14504         * message.el (message-send-mail): Improve the interaction with the
14505         user.
14506
14507 2001-04-10  Simon Josefsson  <simon@josefsson.org>
14508
14509         * imap.el (imap-message-copy): Work around buggy servers that
14510         doesn't send TRYCREATE tags.
14511
14512 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
14515
14516 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14517
14518         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
14519         date.
14520
14521 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14522
14523         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
14524         lives.
14525
14526 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14527
14528         * gnus-art.el (gnus-parse-news-url): New function.
14529         (gnus-button-handle-news): New function.
14530         (gnus-button-alist): Point to new functions.
14531
14532         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
14533
14534         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
14535         gnus-format-specs.
14536
14537         * message.el (message-check-news-header-syntax): Question even
14538         when Gnus doesn't know the group names.
14539         (message-send-news): Clean up.
14540
14541         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
14542         exited on purpose without saving.
14543
14544         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
14545
14546 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14547
14548         * gnus-score.el (gnus-score-orphans): Clean up.
14549
14550         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
14551
14552         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
14553         later.
14554
14555         * gnus-start.el (gnus-close-all-servers): Find the right items to
14556         close.
14557
14558         * qp.el (quoted-printable-decode-region): Just message
14559         malformation; don't quit.
14560
14561 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14562         From Gerd Moellmann <gerd@gnu.org>.
14563
14564         * gnus.el (gnus-interactive): A typo.
14565
14566 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
14567         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14568
14569         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
14570         `assq-delete-all', if that function exists; otherwise use the old
14571         definition. Documentation changed to match the one in
14572         `assq-delete-all'.
14573
14574 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14575
14576         * gnus-start.el (gnus-close-all-servers): New function.
14577
14578         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
14579         (gnus-server-remove-denials): Clean up.
14580
14581         * gnus-sum.el (gnus-summary-sort-by-original): New command and
14582         keystroke.
14583
14584 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14585
14586         * message.el (message-send-news): Message where we are sending.
14587         (message-send-mail): Ditto.
14588
14589         * gnus.el (gnus-server-string): New function.
14590
14591         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
14592
14593         * mm-decode.el (mm-default-directory): Customized.
14594         (mm-tmp-directory): Ditto.
14595
14596         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
14597         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
14598         or Chars.
14599         (gnus-summary-line-format-alist): ?l is now a string.
14600         (gnus-summary-prepare-threads): Output ? for unknown lines.
14601         (gnus-summary-insert-line): Ditto.
14602         (gnus-summary-print-article): Unbalanced parentheses.
14603
14604         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
14605         out whether new stuff has arrived.
14606
14607 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
14608
14609         * gnus-sum.el: Let printing work on ttys on Emacs.
14610
14611 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14612
14613         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
14614         when forcing news.
14615
14616         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
14617         command.
14618
14619 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
14620
14621         * message.el (message-set-auto-save-file-name): Don't use
14622         asterisks under nt.
14623
14624 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14625
14626         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
14627         lists of articles.
14628
14629         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
14630
14631         * gnus-msg.el (gnus-put-message): Clean up.
14632         (gnus-summary-reply): Mark all replied-to articles as replied to.
14633         (gnus-inews-add-send-actions): Also mark as forwarded.
14634         (gnus-summary-mail-forward): Mark as forwarded.
14635
14636         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
14637         of articles.
14638         (gnus-summary-mark-article-as-forwarded): Ditto.
14639
14640         * gnus-msg.el (gnus-summary-resend-message): Mark article as
14641         forwarded.
14642         (gnus-summary-mail-forward): Clean up.
14643
14644         * gnus.el (gnus-article-mark-lists): Added forward.
14645
14646         * gnus-sum.el (gnus-forwarded-mark): New variable.
14647         (gnus-summary-prepare-threads): Use it.
14648         (gnus-summary-update-secondary-mark): Ditto.
14649         (gnus-newsgroup-forwarded): New variable.
14650
14651 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14652
14653         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
14654         (gnus-summary-very-wide-reply): New command and keystroke.
14655         (gnus-summary-very-wide-reply-with-original): Ditto.
14656
14657         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
14658         (gnus-score-adaptive): Use it.
14659
14660         * gnus-start.el (gnus-get-unread-articles): Clean up.
14661
14662 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14663
14664         * nnultimate.el (nnultimate-retrieve-headers): Work for other
14665         boards.
14666
14667 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
14668
14669         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
14670         * gnus-start.el (gnus-subscribe-newsgroup): use it.
14671
14672 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14673
14674         * nnultimate.el (nnultimate-retrieve-headers): Understand
14675         long-form month names.
14676
14677 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14678
14679         * gnus-sum.el (gnus-summary-show-all-headers):
14680         gnus-article-show-all-headers is broken. Use
14681         gnus-summary-toggle-header instead.
14682
14683         * mml2015.el (mml2015-gpg-extract-from): No error.
14684
14685 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14686         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
14687
14688         * mml2015.el (mml2015-gpg-extract-from): New function.
14689         (mml2015-gpg-verify): Use it.
14690         (mml2015-gpg-clear-verify): Use it.
14691
14692 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14693
14694         * message.el (message-setup-fill-variables): Use
14695         fill-paragraph-function.
14696         (message-fill-paragraph): Take an argument.
14697         (message-newline-and-reformat): Take another argument.
14698
14699 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14700
14701         * message.el (rmail-output): It is in rmailout.el not rmail.el.
14702
14703 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14704
14705         * message.el (message-forward): local-variable-p takes an extra
14706         argument in XEmacs.
14707
14708 2001-03-16  Simon Josefsson  <simon@josefsson.org>
14709
14710         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
14711         `nnimap-use-nov-p' (it really tested the negative).
14712         (nnimap-retrieve-headers): Use it.
14713
14714 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14715
14716         * message.el (message-generate-headers-first): Update doc.
14717
14718 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
14719         Trivial patch.
14720
14721         * gnus.el (gnus-summary-line-format): Typo.
14722
14723 2001-03-11  Simon Josefsson  <simon@josefsson.org>
14724
14725         * mailcap.el (mailcap-mime-data): Add application/sieve.
14726         (mailcap-mime-extensions): Add .siv, .xls.
14727
14728 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14729         From Christoph Conrad <christoph.conrad@gmx.de>
14730
14731         * gnus-score.el (gnus-summary-lower-thread): Typo.
14732
14733 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14734
14735         * message.el (message-forward-decoded-p): New variable.
14736         (message-forward-subject-author-subject): Use it.
14737         (message-make-forward-subject): Use it.
14738         (message-forward): Use it.
14739
14740         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
14741
14742         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
14743         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
14744
14745 ;;Has been fixed -- zsh.
14746 ;;2001-03-05  Dave Love  <fx@gnu.org>
14747 ;;
14748 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
14749 ;;      Move it after definition of mm-coding-system-p.
14750 ;;
14751 2001-03-01  Dave Love  <fx@gnu.org>
14752
14753         * mm-util.el (mm-inhibit-file-name-handlers): Add
14754         image-file-handler.
14755
14756 2001-02-11  Dave Love  <fx@gnu.org>
14757
14758         * message.el (message-signature-file): Fix doc, :type.
14759
14760 2001-02-08  Dave Love  <fx@gnu.org>
14761
14762         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
14763         (message-posting-charset): Defvar when compiling again.
14764         (rfc2047-encodable-p): Require message.
14765
14766         * gnus-sum.el (gnus-alter-articles-to-read-function):
14767         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
14768
14769 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14770
14771         * nnrss.el: New file.
14772
14773 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
14774         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14775
14776         * rfc2047.el (rfc2047-unfold-region): Fix arg of
14777         `skip-chars-forward'.
14778
14779 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14780
14781         * nndraft.el (nndraft-request-group): Restore auto save files if
14782         the original files do not exist.
14783
14784 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14785
14786         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
14787         SCORE paths.
14788
14789         * mm-decode.el (mm-dissect-buffer): Call
14790         mail-extract-address-components only if necessary.
14791
14792 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14793
14794         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
14795         directory part.
14796         (gnus-score-search-global-directories): Use file-directory-p.
14797
14798         * gnus-score.el (gnus-score-score-files-1): Use
14799         gnus-kill-files-directory.
14800         From Adrian Aichner <adrian@xemacs.org>.
14801
14802 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14803
14804         * gnus.el (charset): Move here from gnus-sum.el.
14805
14806 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14807
14808         * mml.el (mml-preview): Disable local map.
14809
14810         * gnus-sum.el (gnus-summary-make-menu-bar): Make
14811         gnus-article-post-menu here.
14812
14813         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
14814         if it has not been made.
14815
14816 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14817
14818         * gnus-art.el (gnus-article-describe-key): Map key to event.
14819         (gnus-article-describe-key-briefly): Ditto
14820
14821 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14822
14823         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
14824
14825 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14826         From Katsumi Yamaoka <yamaoka@jpl.org>.
14827
14828         * dgnushack.el (coerce, merge, subseq): defmacro.
14829
14830 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14831
14832         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
14833         A fake defalias in nndraft.el results a not-activated bug in
14834         uncompiled versions.
14835
14836 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
14837         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14838
14839         * gnus-util.el (gnus-split-references): Handle malformed References:.
14840
14841 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14842
14843         * gnus-art.el (gnus-article-mime-part-status): 1 part.
14844
14845 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14846         From NAGY Andras <nagya@inf.elte.hu>.
14847
14848         * gnus.el (gnus-parameters): Typo.
14849
14850 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14851
14852         * gnus.el (gnus-read-method): Remove redundancy.
14853
14854 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14855
14856         * nnslashdot.el (nnslashdot-backslash-url): New variable.
14857         (nnslashdot-request-list): Use it.
14858
14859 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14860
14861         * nnml.el (nnml-generate-active-info): Fix the case when there is
14862         no file.
14863
14864         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
14865         (gnus-summary-create-article): New function.
14866
14867         * gnus-group.el (gnus-group-mark-article-read): New function.
14868
14869         * gnus-msg.el (gnus-inews-do-gcc): Use it.
14870
14871         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
14872
14873 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14874
14875         * gnus-art.el (gnus-article-edit-done): Don't use
14876         gnus-article-edit-exit.
14877         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
14878
14879         * gnus.el (gnus-parameters): New variable.
14880         Suggested by NAGY Andras <nagya@inf.elte.hu>.
14881         (gnus-parameters-get-parameter): New function.
14882         (gnus-group-find-parameter): Use it.
14883
14884 2001-02-23  Simon Josefsson  <simon@josefsson.org>
14885
14886         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
14887         change of default value to `current'.
14888
14889 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14890
14891         * nneething.el (nneething-get-head): Insert unreadable file too.
14892
14893 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14894
14895         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
14896
14897         * webmail.el (webmail-type-definition): Deja is bought by google.
14898
14899 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14900
14901         * gnus-sum.el (gnus-fetch-headers): New function.
14902         (gnus-select-newsgroup): Use it.
14903         (gnus-summary-insert-articles): New function.
14904         (gnus-summary-insert-old-articles): New function.
14905         (gnus-summary-insert-new-articles): New function.
14906
14907         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
14908         (gnus-group-list-active): Ditto.
14909         * gnus-sum.el (gnus-set-mode-line): Ditto.
14910         (gnus-summary-read-group-1): Ditto.
14911
14912 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14913
14914         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
14915         current topic.
14916
14917 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14918
14919         * smiley.el (gnus-smiley-display): Don't do widening.
14920
14921         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
14922         within body.
14923
14924         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
14925
14926         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
14927         New variable.
14928         (gnus-mime-display-multipart-related-as-mixed): New variable.
14929         (gnus-mime-display-part): Use them.
14930
14931 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14932
14933         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
14934         something special.
14935
14936 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14937
14938         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
14939         (nnweb-request-article): Call reference if exists.
14940         (nnweb-type-definition): Dejanews is bought by google.com.
14941         Beta!
14942
14943 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14944
14945         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
14946
14947 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14948
14949         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
14950         gnus-article-sort-functions.
14951         (gnus-article-sort-functions): Doc fix.  Refer to
14952         gnus-thread-sort-functions.
14953
14954 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14955         From Paul Jarc <prj@po.cwru.edu>.
14956
14957         * message.el (message-get-reply-headers): More fixes.
14958
14959 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
14960         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14961
14962         * message.el (message-get-reply-headers): Fix bug with
14963         Mail-Followup-To/to-address interaction.
14964
14965 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14966
14967         * gnus-msg.el (gnus-configure-posting-styles): Match header in
14968         gnus-article-copy.
14969
14970 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14971
14972         * message.el (message-do-send-housekeeping): Rename to a better
14973         name.
14974
14975 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14976
14977         * message.el (message-cancel-news): Check article first, then ask
14978         yes or no.
14979
14980 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14981
14982         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
14983
14984 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14985
14986         * gnus-range.el (gnus-range-normalize): New function.
14987
14988 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
14989
14990         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
14991
14992 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14993
14994         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
14995
14996         * nnagent.el (nnagent-request-regenerate): New function.
14997
14998         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
14999
15000         * nnml.el (nnml-generate-nov-databases): Accept argument
15001         server. Don't open server if it is opened.
15002         (nnml-request-regenerate): Use it. Change to deffoo.
15003
15004 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15005         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15006
15007         * gnus.el (gnus-define-group-parameter): Fix.
15008
15009 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15010
15011         * gnus.el (gnus-define-group-parameter): Improved.
15012
15013         * gnus-sum.el (charset): Define parameter.
15014         (ignored-charsets): Ditto.
15015         (gnus-summary-setup-default-charset): Use them.
15016
15017         * gnus-start.el (gnus-read-descriptions-file): Use them.
15018
15019         * gnus-cus.el (gnus-group-parameters): Remove them.
15020
15021 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15022
15023         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
15024
15025 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15026
15027         * gnus-sum.el (gnus-summary-read-group-1): Remove
15028         gnus-summary-set-local-parameters.
15029         (gnus-summary-setup-buffer): Put it here.
15030
15031 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15032
15033         * gnus.el (to-address): Define parameter.
15034         (to-list): Ditto.
15035         * gnus-art.el (article-hide-boring-headers): Use them.
15036         * gnus-msg.el (gnus-post-news): Ditto.
15037         * gnus-cus.el (gnus-group-parameters): Remove them.
15038
15039 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15040
15041         * gnus-draft.el (gnus-draft-reminder): New function.
15042
15043         * gnus-art.el (gnus-sender-save-name): New function.
15044
15045 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15046
15047         * mm-util.el (mm-mime-charset): Error message.
15048
15049 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15050
15051         * message.el (message-check-news-body-syntax): Don't check mml lines.
15052
15053 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15054
15055         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
15056         subscribe.
15057
15058         * gnus-start.el (gnus-call-subscribe-functions): New function.
15059         (gnus-find-new-newsgroups): Use it.
15060         (gnus-ask-server-for-new-groups): Use it.
15061         (gnus-check-first-time-used): Use it.
15062         (gnus-subscribe-newsgroup-method): Grok a list of functions.
15063         (gnus-subscribe-options-newsgroup-method): Ditto.
15064         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
15065         return .
15066
15067 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15068
15069         * gnus-cus.el (gnus-score-customize): Doc fix.
15070
15071 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
15072
15073         * dgnushack.el (my-getenv): Typo.
15074
15075 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15076
15077         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
15078
15079 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15080
15081         * gnus-group.el (gnus-group-suspend): Offer save summaries.
15082
15083         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
15084         (gnus-treatment-function-alist): Use it.
15085         (article-remove-leading-whitespace): New function.
15086         (gnus-article-make-menu-bar): Use it.
15087
15088         * gnus-sum.el (gnus-summary-wash-empty-map): Add
15089         remove-leading-whitespace.
15090         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
15091         because of conflict.
15092
15093 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15094
15095         * Makefile.in: Hack generating gnus-load.el.
15096         * dgnushack.el: Ditto.
15097         * gnus-load.el: Remove it.
15098
15099 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15100
15101         * dgnushack.el : Add URLDIR.
15102
15103         * Makefile.in (EMACS_COMP): Ditto.
15104
15105 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15106
15107         * gnus-cus.el (gnus-score-customize): Error on no score file.
15108
15109 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15110
15111         * mm-decode.el (mm-merge-handles): New function.
15112
15113         * mm-view.el (mm-inline-message): Use it.
15114         (mm-view-message): Ditto.
15115
15116         * mm-partial.el (mm-inline-partial): Ditto.
15117
15118         * mm-extern.el (mm-inline-external-body): Ditto.
15119
15120         * gnus-art.el (gnus-mime-view-part): Ditto.
15121         (gnus-mime-view-part-as-type): Ditto.
15122         (gnus-mime-save-part-and-strip): Prevent users to strip in some
15123         cases.
15124
15125 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15126
15127         * message.el (message-cancel-news): Allow to shoot foot.
15128         (message-supersede): Ditto.
15129
15130 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
15131         Trivial patch.
15132
15133         * gnus-sum.el (gnus-simplify-subject-re): Use
15134         message-subject-re-regexp.
15135
15136 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15137
15138         * nnmail.el (nnmail-expiry-target-group): Bind
15139         nnmail-cache-accepted-message-ids to nil.
15140
15141         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
15142         coding system.
15143
15144 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15145
15146         * qp.el (quoted-printable-encode-region): Make sure characters are
15147         between 00 and FF.  Don't check charset.
15148
15149         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
15150         in Emacs 20.
15151         * rfc2047.el (rfc2047-q-encode-region): Ditto.
15152
15153 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15154
15155         * message.el (message-make-forward-subject): Argument decoded.
15156         (message-forward): Use it when digest.
15157
15158         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
15159         buffer.
15160
15161 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15162
15163         * message.el (message-generate-headers-first): Doc fix.
15164
15165 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15166
15167         * gnus-art.el (article-make-date-line): Error proof.
15168
15169 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15170
15171         * gnus-group.el (gnus-group-listing-limit): New variable.
15172         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
15173
15174         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
15175
15176 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15177
15178         * message.el (message-newline-and-reformat): Special case for
15179         breaking at BOL.
15180
15181 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
15182
15183         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
15184         message/rfc822.
15185
15186 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15187
15188         * message.el (message-encode-message-body): Don't insert
15189         Content-Type if it is inside a mail.
15190
15191 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15192
15193         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
15194         gnus-article-commands-menu.
15195
15196         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
15197         in Emacs.
15198
15199         * gnus-start.el (gnus-read-descriptions-file): Use
15200         gnus-group-name-charset and gnus-group-charset-alist.
15201
15202 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15203
15204         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
15205         active region.
15206
15207         * gnus-start.el (gnus-group-change-level): Remove from both
15208         gnus-zombie-list and gnus-killed-list.
15209
15210 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15211
15212         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
15213         gnus-subscribe-topics.
15214
15215         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
15216
15217 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15218
15219         * gnus-art.el (gnus-article-make-menu-bar): Make
15220         gnus-article-post-menu.
15221
15222         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
15223
15224         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
15225
15226         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
15227
15228         * message.el (message-mode-menu): Ditto.
15229
15230         * gnus-art.el (defvar): eval-when-compile.
15231
15232 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15233
15234         * gnus-agent.el (gnus-agentize): Fix doc.
15235
15236 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
15237
15238         * mml.el (mml-preview): Bind `q'.
15239
15240 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15241
15242         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
15243
15244 2001-01-31  Dave Love  <fx@gnu.org>
15245
15246         * mm-util.el (mm-mime-mule-charset-alist)
15247         (mm-find-mime-charset-region): Consider mule-utf-8.
15248
15249 2001-01-31  Dave Love  <fx@gnu.org>
15250
15251         * gnus-art.el (gnus-article-x-face-command)
15252         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
15253         :version.
15254
15255 2001-01-26  Dave Love  <fx@gnu.org>
15256
15257         * mm-util.el (mm-multibyte-string-p): New.
15258
15259 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
15260 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
15261 ;;      string-as-multibyte on class.  Clarify line-folding.
15262         (quoted-printable-encode-string): Make temp buffer inherit
15263         string's multibyteness.
15264
15265 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
15266
15267         * nnheader.el (toplevel): Don't require `gnus-util' at
15268         compile-time; this creates a circular dependency, and prevents
15269         a bootstrap.
15270
15271 2001-01-22  Andreas Schwab  <schwab@suse.de>
15272
15273         * nnheader.el (gnus-delete-line): Autoload it as a macro.
15274
15275 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15276
15277         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
15278
15279         * gnus-art.el (article-hide-list-identifiers): Ditto.
15280
15281         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
15282
15283 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15284
15285         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
15286
15287         * gnus-art.el (article-hide-list-identifiers): Similar.
15288
15289 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
15290
15291         * nnmail.el (nnmail-remove-list-identifiers): Improved.
15292
15293 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15294
15295         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
15296
15297 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15298
15299         * gnus-util.el (gnus-string-equal): New function.
15300
15301         * gnus-art.el (article-hide-boring-headers): Use it.
15302
15303 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
15304
15305         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
15306
15307 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15308
15309         * gnus-msg.el (gnus-msg-mail): Support switch-action.
15310
15311 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15312
15313         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
15314         command if there is not last-saver.
15315
15316 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15317
15318         * nntp.el (nntp-open-connection): 201 is possible.
15319
15320 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15321
15322         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
15323         (rfc2047-charset-encoding-alist): Add big5.
15324
15325 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15326
15327         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
15328         (gnus-agent-remove-server): Ditto.
15329         (autoload): gnus-server-update-server.
15330
15331         * gnus-srvr.el (gnus-server-line-format): Add %a.
15332         (gnus-server-line-format-alist): Add gnus-tmp-agent.
15333         (gnus-server-insert-server-line): Use it.
15334
15335 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15336
15337         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
15338         GB2312 and Big5.
15339
15340 2001-01-24  Simon Josefsson  <sj@extundo.com>
15341
15342         * mail-source.el (mail-sources): Add :program specifier to IMAP
15343         mail source.
15344         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
15345
15346 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15347
15348         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
15349
15350 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15351
15352         * nntp.el (nntp-wait-for): Return the success code.
15353         (nntp-open-connection): Use it.
15354
15355 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15356
15357         * gnus-int.el (gnus-check-server): Allow breaking the opening.
15358
15359 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15360
15361         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
15362
15363 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15364
15365         * gnus-sum.el (gnus-summary-print-article): Take one prefix
15366         argument. Allow to print several articles in one file.
15367
15368 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15369
15370         * webmail.el (webmail-type-definition): netaddress changes.
15371
15372 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15373
15374         * gnus.el: Fix copyright. Remove trailing spaces.
15375
15376         * message.el (message-forward): Use mule4.
15377
15378 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15379
15380         * mm-util.el (mm-string-as-unibyte): New function.
15381
15382         * message.el (message-forward): Use it.
15383
15384 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15385
15386         * message.el (message-cite-original-without-signature): Don't peel
15387         off the blank line.
15388         (message-get-reply-headers): Add Cc if it is not in follow-to.
15389
15390 2001-01-20  Simon Josefsson  <sj@extundo.com>
15391
15392         * mm-decode.el (mm-handle-multipart-from): Add.
15393         (mm-dissect-buffer): Save From: header value.
15394         (mm-security-from): Remove.
15395         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
15396
15397         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
15398         instead of `mml-security-from'.  Protect null from value.
15399
15400 2001-01-20  Simon Josefsson  <sj@extundo.com>
15401
15402         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
15403         application/vnd.ms-excel attachments.
15404
15405 2001-01-19  Simon Josefsson  <sj@extundo.com>
15406
15407         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
15408
15409 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15410
15411         * message.el (message-ignored-mail-headers): Ditto.
15412
15413 2001-01-19  Simon Josefsson  <sj@extundo.com>
15414
15415         * message.el (message-ignored-news-headers): Only search beginning
15416         of line.
15417
15418 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
15419         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
15420
15421         * message.el (message-send-mail): Content-Type may not be there.
15422
15423 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15424
15425         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
15426         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
15427
15428         * gnus-art.el (article-display-x-face): Insert X-Face if there is
15429         not.
15430
15431 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15432
15433         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
15434         non-native groups.
15435
15436 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15437
15438         * message.el (message-yank-original): Understand
15439         universal-argument.
15440
15441 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15442
15443         * gnus-art.el (gnus-boring-article-headers): Add to-address.
15444         (article-hide-boring-headers): Ditto.
15445
15446         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
15447
15448 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15449
15450         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
15451         one.
15452
15453 2001-01-16  Simon Josefsson  <simon@josefsson.org>
15454
15455         * message.el (message-make-in-reply-to): Add comment to message-id
15456         (old syntax, see 2000-08-02 change).
15457
15458 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15459
15460         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
15461         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
15462         (gnus-button-reply): Ditto.
15463
15464 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * gnus-art.el (article-display-x-face): Fix.
15467
15468 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15469
15470         * gnus-art.el (article-display-x-face): Use
15471         gnus-original-article-buffer.
15472
15473 2001-01-15  Jack Twilley  <jmt@tbe.net>
15474
15475         * message.el (message-add-header): Move to point-max.
15476
15477 2001-01-15  Simon Josefsson  <simon@josefsson.org>
15478
15479         * smime.el (smime-CA-directory, smime-CA-file): Change default to
15480         nil, improve documentation.
15481         (smime-certificate-directory): Comment out false hints (until it
15482         is implemented).
15483
15484         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
15485         there aren't any keys.
15486         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
15487         verify certificate.  Default is changed to only check integrity.
15488         Improved security status texts.  If a certificate doesn't contain
15489         a email address, don't fail.
15490
15491         * smime.el (smime-noverify-region):
15492         (smime-noverify-buffer): New functions.  Verifies integrity only.
15493
15494 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15495
15496         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
15497
15498 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15499
15500         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
15501         (gnus-remove-some-windows): Ditto.
15502
15503 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15504
15505         * gnus-art.el (article-make-date-line): 11th.
15506
15507 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15508
15509         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
15510         (mml2015-gpg-sign): Ditto.
15511
15512 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15513
15514         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
15515         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
15516
15517 2001-01-08  Dave Love  <fx@gnu.org>
15518
15519         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
15520         single character.
15521
15522         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
15523
15524         * message.el: Doc and message fixes.
15525         (message-send-rename-function)
15526         (message-make-forward-subject-function)
15527         (message-send-mail-function, message-reply-to-function)
15528         (message-wide-reply-to-function, message-followup-to-function)
15529         (message-distribution-function, message-auto-save-directory): Fix
15530         :type.
15531
15532         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
15533         proceeding after warnings.  Amend multipart warning message.
15534
15535 2001-01-04  Dave Love  <fx@gnu.org>
15536
15537         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
15538         compiling.
15539         (gnus-make-directory): Require nnmail.
15540
15541         * mm-decode.el (mm-inline-media-tests): Add
15542         image/x-portable-bitmap.
15543         (mm-get-image): Grok pbm.
15544
15545 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
15546
15547         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
15548
15549 2001-01-09  Didier Verna  <didier@xemacs.org>
15550
15551         * dgnushack.el (dgnushack-compile): give a dummy value to
15552         `gnus-xmas-glyph-directory' for the time of compilation.
15553         * gnus-agent.el: moved some XEmacs specific hook add-ons from
15554         `gnus-xmas-[re]define' to avoid loosing user custom settings.
15555         * gnus-art.el: ditto.
15556         * gnus-group.el: ditto.
15557         * gnus-salt.el: ditto.
15558         * gnus-sum.el: ditto.
15559         * gnus-topic.el: ditto.
15560         * gnus-xmas.el (gnus-xmas-define): see above.
15561         * gnus-xmas.el (gnus-xmas-redefine): see above.
15562         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
15563         non-continuable error when the directory can't be found.
15564
15565 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15566
15567         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
15568         handle.
15569         * gnus-art.el (gnus-mime-view-part): Copy it.
15570         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
15571
15572 2001-01-09  Michael Downes  <mjd@ams.org>
15573
15574         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
15575
15576 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15577
15578         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
15579         orig-file. Use ',source.
15580
15581 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15582
15583         * gnus-xmas.el (gnus-xmas-modeline-glyph):
15584         (gnus-xmas-group-startup-message):
15585         Detect gnus-xmas-glyph-directory when it is nil.
15586
15587 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15588
15589         * pop3.el (pop3-get-message-count): Andrew Innes
15590         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
15591
15592 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15593
15594         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
15595
15596         * time-date.el (time-to-number-of-days): New function.
15597
15598 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
15599         Trivial patch.
15600
15601         * nnslashdot.el (nnslashdot-request-list): Always get the right
15602         sid.
15603
15604 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15605
15606         * message.el (message-minibuffer-local-map): New keymap.
15607         (message-read-from-minibuffer): Use it.
15608         * gnus-msg.el (gnus-summary-resend-message): Use it
15609
15610 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15611
15612         * gnus-start.el (gnus-display-time-event-handler): New function.
15613         (gnus-after-getting-new-news-hook): Use it.
15614
15615 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15616
15617         * message.el (message-ignored-mail-headers): Add draft header.
15618
15619 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15620
15621         * gnus-sum.el (gnus-summary-expire-articles): Don't save
15622         excursion.
15623
15624         * nnslashdot.el (nnslashdot-request-list): Get the right year.
15625
15626 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
15627         A revoked patch.
15628
15629         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
15630
15631 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15632
15633         * qp.el (quoted-printable-decode-region): Don't backward-char.
15634
15635 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15636
15637         * gnus-draft.el: Mark articles as replied.
15638
15639         * gnus-sum.el (gnus-summary-add-mark): New function.
15640
15641         * gnus-group.el (gnus-add-mark): New function.
15642
15643         * gnus-sum.el (gnus-summary-buffer-name): New function.
15644         (gnus-summary-setup-buffer): Use it.
15645
15646         * gnus-draft.el: Set things up with the right post method and
15647         stuff.
15648
15649         * message.el (message-ignored-news-headers): Remove X-Draft-From.
15650
15651         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
15652
15653         * gnus.el (gnus-draft-meta-information-header): New variable.
15654
15655 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15656
15657         * gnus-art.el (gnus-treatment-function-alist): Move the date
15658         functions before the header sorting functions.
15659
15660         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
15661
15662         * dgnushack.el (dgnushack-compile): Message whether there is w3.
15663         Don't (push "/usr/share/emacs/site-lisp" load-path).
15664
15665         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
15666         to empty fill prefixes.
15667
15668 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15669
15670         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
15671         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
15672
15673 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15674
15675         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
15676
15677         * nnml.el (autoload): Move to nnheader.el.
15678
15679         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
15680         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
15681         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
15682         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
15683
15684 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15685
15686         * gnus-art.el (article-make-date-line): Get the hours right.
15687         (gnus-ignored-headers): More hiding.
15688
15689         * nnmail.el (nnmail-expiry-wait): Not an integer.
15690
15691         * message.el (message-goto-body): Only expand abbrev when called
15692         interactively.
15693         (message-make-lines): Use it.
15694
15695 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15696
15697         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
15698
15699 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15700
15701         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
15702         include the expunged articles.
15703
15704         * gnus-group.el (gnus-group-sort-by-server): New function.
15705
15706         * gnus.el (gnus-method-to-server-name): New function.
15707         (gnus-group-prefixed-name): Use it.
15708
15709         * gnus-group.el (gnus-group-sort-function): Doc fix.
15710         (gnus-group-sort-groups-by-server): New command.
15711
15712 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15713
15714         * gnus-art.el (gnus-treat-date-english): New variable.
15715         (article-date-english): New command.
15716         (gnus-english-month-names): New variable.
15717         (article-make-date-line): Do 'english.
15718
15719         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
15720         after the fill prefix.
15721
15722         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
15723         score...".
15724
15725         * gnus-art.el (gnus-ignored-headers): Hide more headers.
15726
15727         * message.el (message-mode-map): Bind comment-region.
15728
15729         * gnus-art.el (gnus-mime-display-part): Let w3 display
15730         multipart/related.
15731
15732         * mm-bodies.el (mm-long-lines-p): New function.
15733         (mm-body-encoding): Use it.
15734         (mm-body-encoding): Encode articles with lines longer than 1000
15735         characters.
15736
15737 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15738
15739         * mm-util.el (mm-enable-multibyte): Use
15740         default-enable-multibyte-characters.
15741         (mm-enable-multibyte-mule4): Ditto.
15742         (mm-disable-multibyte): Test XEmacs.
15743         (mm-disable-multibyte-mule4): Ditto.
15744         (mm-with-unibyte-current-buffer): Simplified.
15745         (mm-with-unibyte-current-buffer-mule4): Ditto.
15746
15747 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15748
15749         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
15750
15751         * nnheader.el (nnheader-string-as-multibyte): New alias.
15752
15753         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
15754
15755         * gnus-uu.el (gnus-message-process-mark): New function.
15756         (gnus-uu-mark-by-regexp): Use it.
15757         (gnus-new-processable): New function.
15758
15759 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
15760          Trivial patch.
15761
15762         * gnus-sum.el (gnus-no-mark): New variable.
15763
15764 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15765
15766         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
15767         backslashes.
15768
15769 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
15772         definition.
15773
15774 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15775
15776         * dgnushack.el (dgnushack-compile): elc is in the current directory.
15777
15778         * qp.el (quoted-printable-encode-region): Don't check multibyte in
15779         XEmacs.
15780
15781 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
15782         Trivial patch.
15783
15784         * mml.el (mml-read-tag): Save tag location.
15785
15786 2000-12-25  Simon Josefsson  <simon@josefsson.org>
15787
15788         * starttls.el: Sync with Emacs 21.
15789
15790 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15791
15792         * message.el (message-mail): Support yank-action.
15793
15794         * message.el (message-setup): Revoke the last change.
15795
15796 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15797
15798         * message.el (message-setup): Use cons. Suggested by Johan Vromans
15799         <jvromans@squirrel.nl>.
15800
15801 2000-12-24  Simon Josefsson  <sj@extundo.com>
15802
15803         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
15804         mailing list junk at end of part.
15805
15806 2000-12-23  Simon Josefsson  <sj@extundo.com>
15807
15808         * nnimap.el (nnimap-expiry-target): New function.
15809         (nnimap-request-expire-articles): Use it.
15810
15811 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15812
15813         * gnus.el (gnus-group-parameters-more): New variable.
15814         * gnus-cus.el (gnus-group-customize): Use it.
15815
15816         * gnus.el (gnus-define-group-parameter): New macro.
15817         (auto-expire): Use it
15818         (total-expire): Use it.
15819         * gnus-art.el (banner): Use it.
15820
15821         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
15822         <ljz@asfast.com>.
15823
15824 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15825
15826         * gnus-topic.el (gnus-topic-create-topic): Use list.
15827
15828         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
15829         before binding gnus-default-article-saver.
15830
15831         * gnus-sum.el (gnus-summary-save-article):
15832         (gnus-summary-pipe-output):
15833         (gnus-summary-save-article-mail):
15834         (gnus-summary-save-article-rmail):
15835         (gnus-summary-save-article-file):
15836         (gnus-summary-write-article-file):
15837         (gnus-summary-save-article-body-file): Ditto.
15838
15839         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
15840
15841 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15842
15843         * gnus-art.el (gnus-mime-security-button-map):
15844         (gnus-mime-button-map): Add parent.
15845
15846 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15847
15848         * messagexmas.el (message-xmas-redefine): New function.
15849
15850         * message.el: Use it.
15851
15852         * gnus-art.el (gnus-article-check-hidden-text): Return t.
15853
15854         * gnus-util.el (gnus-remove-text-properties-when): Return t.
15855
15856 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15857
15858         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
15859         malformatted messages.
15860
15861 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15862
15863         * mm-util.el (mm-image-load-path): New function.
15864
15865         * gnus-group.el (gnus-group-make-tool-bar): Use it.
15866
15867         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
15868
15869         * message.el (message-tool-bar-map): Use it.
15870
15871         * Makefile.in (install-el): New rule.
15872
15873 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * gnus-art.el (article-treat-dumbquotes): Quote \.
15876
15877 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15878
15879         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
15880         Emacs 20 runs on a terminal.
15881
15882 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15883
15884         * gnus-msg.el (gnus-bug): Revert to save-excursion.
15885
15886         * mml.el (gnus-add-minor-mode): Autoload.
15887
15888         * message.el (message-forward): Save-restriction.
15889
15890 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15891
15892         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
15893         Paul Stevenson <p.stevenson@surrey.ac.uk>
15894
15895 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15896
15897         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
15898
15899         * mml.el (gnus-ems): Don't require.
15900
15901         * gnus.el (gnus-decode-rfc1522): Removed.
15902         (gnus-set-text-properties): Define.
15903
15904 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15905
15906         * gnus-art.el (gnus-mime-*): handle may be nil.
15907
15908         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
15909
15910         * gnus.el (gnus-group-remove-excess-properties): Not defined
15911         in gnus-xmas.
15912
15913 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15914
15915         * message.el (message-mail-user-agent): Add :version.
15916
15917 2000-12-21  Miles Bader  <miles@gnu.org>
15918
15919         * message.el (message-mode): Set `comment-start' to the  yank prefix.
15920
15921 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15922
15923         * message.el (message-mail-user-agent): New variable.
15924         (message-setup): Renamed to message-setup-1. Support
15925         mail-user-agent.
15926         (message-mail-user-agent): New function.
15927         (message-mail): Use it.
15928         (message-reply): Use it.
15929         (message-resend): Use it.
15930         (message-mail-other-window): Use it.
15931         (message-mail-other-frame): Use it.
15932
15933         * gnus-msg.el (gnus-bug): Support mail-user-agent.
15934
15935 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15936
15937         * message.el (message-tool-bar-map): Simplify.
15938         (message-narrow-to-head-1): New function.
15939         (message-narrow-to-head): Use it.
15940         (message-reply): Ditto.
15941         (message-cancel-news): Ditto.
15942         (message-supersede): Ditto.
15943         (message-make-forward-subject): Ditto.
15944         (message-bounce): Ditto.
15945
15946 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15947
15948         * uudecode.el (uudecode-decode-region-external): make-temp-file
15949         may not be defined.
15950
15951         * binhex.el (defalias): eval-and-compile.
15952
15953         * message.el (message-tool-bar-map): New function.
15954         (message-mode): Use it.
15955
15956 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15957
15958         * nntp.el (nntp-find-connection): Remove the entry.
15959         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
15960
15961 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15962
15963         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
15964
15965         * message.el (message-forward): Copy buffer in unibyte mode.
15966
15967 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15968
15969         * message.el (message-make-forward-subject): Don't widen. Decode.
15970         (message-forward): Don't decode subject.
15971
15972 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
15973
15974         * qp.el (quoted-printable-encode-region): Upcase QP.
15975
15976 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15977
15978         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
15979         mail-extract-a-c instead. Don't depend on Gnus.
15980
15981         * mml.el (gnus-ems): Require it.
15982
15983         * gnus-msg.el (gnus-summary-mail-forward):
15984
15985         * message.el (message-forward):  Move mime-to-mml here.
15986
15987 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15988
15989         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
15990         * gnus-art.el (gnus-insert-mime-button): Simplify.
15991         (gnus-mime-display-alternative): Ditto.
15992         (gnus-insert-mime-security-button): Ditto.
15993
15994 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15995
15996         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
15997         text-property-not-all doesn't return nil when start=mark(end).
15998         (gnus-remove-text-properties-when): Ditto.
15999
16000 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16001
16002         * gnus-start.el (gnus-group-change-level): Remove group from
16003         gnus-active-hashtb if real killed.
16004
16005 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16006
16007         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
16008         (gnus-mime-display-alternative): Ditto.
16009         (gnus-insert-mime-security-button): Ditto.
16010
16011 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16012
16013         * gnus-start.el (gnus-group-change-level): Don't add it into
16014         killed-list if it was killed.
16015
16016 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16017
16018         * nnmbox.el (nnmbox-file-coding-system): Use binary.
16019         (nnmbox-active-file-coding-system): Ditto.
16020
16021         * gnus-cus.el (gnus-group-parameters): Add posting-style.
16022
16023 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16024
16025         * gnus.el (gnus-version):
16026         (gnus-version-number): Set to Oort Gnus 0.01.
16027
16028         * gnus-art.el (gnus-mime-security-button-map):
16029         (gnus-insert-mime-security-button): Fix for Emacs21.
16030
16031 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16032
16033         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
16034         easymenu, because XEmacs doesn't understand :help.
16035
16036         * mm-uu.el: Require binhex.
16037
16038 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16039
16040         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
16041
16042 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16043
16044         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
16045
16046 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
16047
16048         * *.xpm, *.pbm: Convert icons icons to size 24x24.
16049
16050 2000-12-18  Dave Love  <fx@gnu.org>
16051
16052         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
16053         (unused).
16054
16055 2000-12-13  Miles Bader  <miles@gnu.org>
16056
16057         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
16058         to t, so that we don't get stuck while trying to smilefy
16059         intangible text.
16060
16061 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
16062
16063         * smiley-ems.el (smiley-regexp-alist): Make regexps match
16064         at the end of the buffer.
16065         (smiley-region): In the loop, move to the end of the submatch
16066         matching the smiley instead of using the end of the match
16067         of the whole regexp.
16068
16069 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
16070
16071         * message.el (message-mode): Doc fix.
16072
16073 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
16074
16075         * smiley-ems.el (smiley-region): Doc fix.
16076
16077 2000-12-11  Miles Bader  <miles@gnu.org>
16078
16079         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
16080         bottom line visible, check to see if it's partially obscured, and
16081         if so, either scroll one more line to make it fully visible, or
16082         revert to showing the second line from the top.
16083
16084 2000-12-07  Dave Love  <fx@gnu.org>
16085
16086         * mailcap.el (mailcap-download-directory)
16087         * gnus-audio.el (gnus-audio-directory)
16088         * smiley-ems.el (smiley-data-directory): Fix :type.
16089
16090 2000-11-30  Dave Love  <fx@gnu.org>
16091
16092         * message.el (message-auto-save-directory): Use
16093         file-name-as-directory.
16094         (message-set-auto-save-file-name): Create
16095         message-auto-save-directory if necessary.
16096         (message-replace-chars-in-string): Removed -- unused.
16097         (message-mail-alias-type): Customize.
16098         (message-headers): Remove duplicate defgroup.
16099
16100 2000-11-29  Dave Love  <fx@gnu.org>
16101
16102         * qp.el (quoted-printable-decode-region): Use error, not message
16103         to report malformed text (like base64).  Amend message.
16104
16105 2000-11-29  Miles Bader  <miles@gnu.org>
16106
16107         * message.el (message-header-lines): Fontify tag.
16108
16109 2000-11-27  Dave Love  <fx@gnu.org>
16110
16111         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
16112         compiler warning.
16113
16114 ;2000-11-26  Dave Love  <fx@gnu.org>
16115 ;
16116 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
16117 ;
16118 2000-11-23  Dave Love  <fx@gnu.org>
16119
16120         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
16121
16122         * mm-uu.el (uudecode): Require.
16123         (uudecode-decode-region, uudecode-decode-region-external): Don't
16124         autoload.
16125         (mm-uu-copy-to-buffer): Doc fix.
16126         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
16127         type fix.
16128
16129         * mailcap.el: Doc fixes.
16130         (mailcap-mime-data): Various adjustments.
16131         (mailcap): New group.
16132         (mailcap-download-directory): Customize.
16133         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
16134         (mailcap-temporary-directory): Deleted (unused).
16135         (mailcap-unescape-mime-test): Simplify slightly.
16136         (mailcap-viewer-passes-test): Use functionp.
16137         (mailcap-command-p): Aliased to executable-find.
16138
16139         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
16140         default-enable-multibyte-characters is nil.
16141
16142 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
16143
16144         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
16145
16146 2000-11-21  Dave Love  <fx@gnu.org>
16147
16148         * gnus-art.el (gnus-mime-button-map): Don't inherit from
16149         gnus-article-mode-map.
16150 ;       (gnus-mime-button-menu): Use mouse-set-point.
16151         (gnus-insert-mime-button, gnus-mime-display-alternative)
16152         (gnus-mime-display-alternative): Don't use local-map property.
16153
16154 2000-11-17  Dave Love  <fx@gnu.org>
16155
16156         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
16157         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
16158         and make-temp-file.
16159         (uudecode-decode-region): Doc fix.
16160
16161 2000-11-14  Dave Love  <fx@gnu.org>
16162
16163         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
16164         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
16165         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
16166         New files, derived from the XPMs.
16167
16168 2000-11-10  Dave Love  <fx@gnu.org>
16169
16170         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
16171         (gnus-agent-lib-file, gnus-agent-load-alist)
16172         (gnus-agent-save-alist, gnus-agent-article-name): Use
16173         expand-file-name.
16174
16175         * gnus-group.el (gnus-group-name-charset-method-alist): Add
16176         :version.
16177         (nnkiboze-score-file): Defvar when compiling.
16178
16179         * gnus-start.el (gnus-read-newsrc-file): Add :version.
16180
16181         * gnus-art.el (gnus-article-banner-alist)
16182         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
16183         (gnus-article-date-lapsed-new-header)
16184         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
16185         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
16186         (gnus-treat-strip-headers-in-body)
16187         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
16188         (gnus-treat-translate): Add :version.
16189         (gnus-article-mime-part-function): Fix defcustom.
16190
16191         * nnmail.el (nnmail-expiry-target)
16192         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
16193         (nnmail-split-header-length-limit): Add :version.
16194
16195         * gnus-sum.el (gnus-auto-expirable-marks)
16196         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
16197         (gnus-extra-headers, gnus-ignored-from-addresses)
16198         (gnus-newsgroup-ignored-charsets)
16199         (gnus-group-highlight-words-alist)
16200         (gnus-summary-show-article-charset-alist): Add :version.
16201
16202         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
16203         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
16204         files, converted from the XPMs.
16205
16206         * gnus-cache.el (gnus-cache-active-file): Don't use
16207         file-name-as-directory on directory.
16208         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
16209         use file-name-as-directory on directory.
16210
16211         * time-date.el (timezone-make-date-arpa-standard): Autoload.
16212         (date-to-time): Use it.
16213
16214 ;       * message.el (message-mode) <adaptive-fill-regexp>:
16215 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
16216 ;       (message-newline-and-reformat): Likewise.
16217         (message-forward-as-mime, message-forward-ignored-headers)
16218         (message-buffer-naming-style, message-default-charset)
16219         (message-dont-reply-to-names, message-send-mail-partially-limit):
16220         Add :version.
16221
16222         * mm-util.el: Doc fixes.
16223         (mm-mime-charset): Don't use the raw result of
16224         mm-preferred-coding-system.
16225         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
16226         (mm-with-unibyte): Simplify.
16227
16228         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
16229         concat.
16230
16231         * pop3.el (pop3-version): Deleted.
16232         (pop3-make-date): New function, avoiding message-make-date.
16233         (pop3-munge-message-separator): Use it.
16234
16235 2000-11-09  Dave Love  <fx@gnu.org>
16236
16237         * gnus-group.el (gnus-group-make-directory-group)
16238         (gnus-group-fetch-faq): Use expand-file-name.
16239         (gnus-group-fetch-faq): Simplify completing-read form.
16240
16241         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
16242         test for Mule.
16243
16244         * message.el (tool-bar-map): Defvar when compiling.
16245
16246         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
16247         (gnus-tm-lisp-directory): Deleted.
16248         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
16249         (featurep 'xemacs).
16250         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
16251         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
16252         version numbers from file names.
16253
16254 2000-11-08  Dave Love  <fx@gnu.org>
16255
16256         * mm-view.el: Use featurep for XEmacs test.
16257         (mm-inline-message): Test for `remove-specifier'; don't use
16258         condition-case.
16259
16260         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
16261
16262         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
16263         (gnus-score-find-bnews): Don't concat "".
16264
16265         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
16266         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
16267         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
16268         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
16269
16270         * gnus-sum.el: Put some defvars in eval-when-compile.
16271         (gnus-summary-mode-hook): Add :options.
16272         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
16273         (gnus-summary-tool-bar-map): New variable.
16274         (gnus-summary-make-tool-bar): New function.
16275         (gnus-summary-mode): Put kill-all-local-variables first.
16276
16277         * gnus-group.el (gnus-group-toolbar-map): New variable.
16278         (gnus-group-make-tool-bar): Rewritten.
16279         (gnus-group-mode): Put kill-all-local-variables first.
16280
16281         * rfc2047.el: Require gnus-util.
16282
16283         * nnml.el (gnus-sorted-intersection): Autoload.
16284
16285         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
16286         Put some defvars in eval-when-compile.
16287         (gnus-intersection, gnus-sorted-complement):  Autoload.
16288
16289         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
16290
16291         * mm-encode.el (mm-body-7-or-8): Autoload.
16292
16293         * mm-decode.el (mm-insert-inline): Autoload.
16294
16295         * mml.el:
16296         * message.el: Put some defvars in eval-when-compile.
16297
16298         * gnus-msg.el: Put some defvars in eval-when-compile.
16299         (gnus-msg-mail): Move after gnus-setup-message.
16300
16301         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
16302
16303 2000-11-07  Dave Love  <fx@gnu.org>
16304
16305         * gnus-util.el (nnheader): Don't require message (recursive
16306         autoload).
16307
16308         * uudecode.el: Avoid compiler warnings.
16309
16310         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
16311         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
16312
16313 2000-11-06  Dave Love  <fx@gnu.org>
16314
16315         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
16316
16317         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
16318         (uudecode-char-int): New alias, replacing char-int.
16319         (uudecode-decode-region): Don't call buffer-disable-undo.
16320
16321 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
16322 ;       (mm-uu-configure-list): Doc fix.
16323 ;
16324 ;       * earcon.el (running-xemacs): Don't define.
16325 ;
16326 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16327 ;
16328 ;       * message.el (message-font-lock-keywords): Match a final newline
16329 ;       to help font-lock's multiline support.
16330 ;
16331 2000-11-03  Dave Love  <fx@gnu.org>
16332
16333         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
16334
16335         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
16336         name.
16337
16338         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
16339         <banner>: Fix custom type, doc.
16340
16341         * mm-decode.el (mm-display-external): Space-prefix temp buffer
16342         name.  Don't disable undo explicitly.
16343
16344 ;2000-11-02  Dave Love  <fx@gnu.org>
16345 ;
16346 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
16347 ;       cite-prefix.
16348
16349 2000-11-01  Dave Love  <fx@gnu.org>
16350
16351         * rfc2047.el (base64): Require unconditionally.
16352         (message-posting-charset): Defvar when compiling.
16353         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
16354         message.
16355
16356         * gnus-sum.el (nnoo): Require.
16357         (mm-uu-dissect): Autoload.
16358
16359         * mml.el (mml-parse-1): Clarify message.
16360         (mml-minibuffer-read-type): Use mailcap-mime-types.
16361
16362 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
16363
16364         * mml.el: Fix a typo in the requiring of CL.
16365
16366 2000-11-01  Dave Love  <fx@gnu.org>
16367
16368         * utf7.el: Require cl when compiling.
16369
16370         * binhex.el: Use (featurep 'xemacs).
16371         (binhex-char-int): New alias, replacing char-int.  Change callers.
16372         (binhex-decode-region): Simplify work buffer code.
16373         (binhex-decode-region-external): Use expand-file-name, not concat.
16374
16375 2000-10-30  Dave Love  <fx@gnu.org>
16376
16377         * gnus-art.el: Fix 2000-10-27 change properly.
16378
16379 2000-10-28  Miles Bader  <miles@gnu.org>
16380
16381         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
16382
16383 2000-10-27  Dave Love  <fx@gnu.org>
16384
16385         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
16386         strings.
16387         (gnus-group-make-tool-bar): New function.
16388         (gnus-group-mode): Use it.
16389
16390         * message.el (message-mode-menu): Add some :help strings.
16391         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
16392         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
16393
16394         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
16395         * describe-group.xpm, get-news.xpm, kill-group.xpm:
16396         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
16397
16398         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
16399         display-graphic-p here.
16400
16401 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
16402
16403         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
16404         of the `gnus-xemacs' variable, as the latter has been removed.
16405         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
16406         * gnus-art.el (gnus-treat-display-xface)
16407         (gnus-treat-display-smileys, gnus-treat-display-picons)
16408         (gnus-article-read-summary-keys): Likewise.
16409
16410 2000-10-26  Dave Love  <fx@gnu.org>
16411
16412         (defvar): Use rmail-spool-directory unconditionally.
16413
16414 2000-10-18  Dave Love  <fx@gnu.org>
16415
16416         * mm-bodies.el (mm-uu-decode-function)
16417         (mm-uu-binhex-decode-function): Defvar when compiling.
16418
16419         * gnus-nocem.el (gnus-nocem-issuers): Update.
16420         (gnus-nocem-check-from): New option.
16421         (gnus-nocem-scan-groups): Use it.
16422         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
16423         (gnus-nocem-check-article-limit): Add :version.
16424
16425 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
16426
16427         * ietf-drums.el (mm-util): Require CL when compiling.
16428
16429 2000-10-15  Dave Love  <fx@gnu.org>
16430
16431         * qp.el: Require mm-util.
16432
16433 2000-10-13  Dave Love  <fx@gnu.org>
16434
16435         * qp.el (quoted-printable-decode-region): Avoid invalid
16436         coding-systems.
16437
16438 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
16439
16440         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
16441         to a recursive load.
16442
16443 2000-10-12  Dave Love  <fx@gnu.org>
16444
16445         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
16446
16447         * gnus.el (gnus-group-startup-message): Check for PBM image.
16448
16449 2000-10-09  Dave Love  <fx@gnu.org>
16450
16451         * mail-source.el (mail-source-fetch-imap): Bind
16452         default-enable-multibyte-characters rather than using
16453         mm-disable-multibyte.
16454
16455 2000-10-05  Dave Love  <fx@gnu.org>
16456
16457         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
16458         Autoload.
16459         (quoted-printable-decode-region):  Rename arg which confused
16460         charset with coding-system.  Don't use nonascii-insert-offset.
16461         Coding-system encode the region initially.  Don't recognize `=='
16462         as valid QP.  Coding-system decode the region finally.
16463         (quoted-printable-decode-string): Rename arg which confused
16464         charset with coding-system.
16465
16466         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
16467         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
16468         mm-encode-coding-region.
16469         (mm-decode-body, mm-decode-string): Rename variables which
16470         confused charset with coding-system.
16471         (binhex-decode-region): Don't autoload.
16472         (mm-body-encoding): Require message.
16473         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
16474         cond branches.
16475
16476         * gnus-art.el (article-de-quoted-unreadable)
16477         (article-de-base64-unreadable): Fold search case
16478         rather than downcasing string.  Apply mm-charset-to-coding-system
16479         to arg of quoted-printable-decode-region.
16480
16481 2000-10-04  Dave Love  <fx@gnu.org>
16482
16483         * gnus-ems.el: Don't turn off compiler warnings in local vars.
16484         Require ring when compiling.
16485         (gnus-article-compface-xbm): New variable.
16486
16487 2000-10-04  Dave Love  <fx@gnu.org>
16488
16489         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
16490         pbm images.
16491
16492         * frown.pbm, smile.pbm, wry.pbm: New files.
16493
16494         * frown.xbm, smile.xbm, wry.xbm: Deleted.
16495
16496 2000-10-03  Dave Love  <fx@gnu.org>
16497
16498         * mail-source.el (mail-sources): Revert to nil.
16499
16500         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
16501
16502         * qp.el: Don't require mm-util.
16503         (quoted-printable-decode-region): Rewritten.
16504         (quoted-printable-decode-string, quoted-printable-encode-region):
16505         Doc fix.
16506         (quoted-printable-encode-region): Barf on multibyte characters.
16507         Maybe make the class multibyte.  Upcase chars, not formatted
16508         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
16509         (quoted-printable-encode-string): Don't use
16510         mm-with-unibyte-buffer.
16511
16512 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
16513
16514         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
16515
16516 2000-09-21  Dave Love  <fx@gnu.org>
16517
16518         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
16519         (for Emacs 20).  Tidy somewhat.
16520
16521 2000-09-21  Dave Love  <fx@gnu.org>
16522
16523         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
16524         image processing.  Rationalize logic somewhat.
16525
16526 2000-09-20  Dave Love  <fx@gnu.org>
16527
16528         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
16529         specifically.
16530
16531         * gnus.el (gnus-version-number): Avoid some redundant
16532         autoloads.
16533
16534 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
16535
16536         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
16537         to XBM; we always have PBM support.
16538
16539 2000-09-14  Dave Love  <fx@gnu.org>
16540
16541         * gnus.el (gnus-charset):
16542         * mm-decode.el (mime-display):
16543         * imap.el (imap) <defgroup>: Add :version.
16544
16545 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
16546
16547         * parse-time.el: Fix author's mail address.
16548
16549         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
16550         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
16551         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
16552         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
16553         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
16554         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
16555         * rfc2231.el, uudecode.el: Fix copyright notice.
16556
16557         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
16558         require `w3' at load-time only if not running in batch mode.
16559
16560 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16561
16562         * gnus.el: Before merge with Emacs21.
16563
16564 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
16565
16566         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
16567
16568 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
16569
16570         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
16571         to avoid conflict with the standard `back-to-indentation'
16572         binding.
16573
16574 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16575
16576         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
16577
16578         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
16579         (mm-disable-multibyte-mule4): Ditto.
16580         (mm-with-unibyte-current-buffer-mule4): Ditto.
16581
16582 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16583
16584         * pop3.el (pop3-movemail): Use binary.
16585         (pop3-movemail-file-coding-system): Removed.
16586
16587 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16588
16589         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
16590
16591 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16592
16593         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
16594         exists.
16595
16596 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16597
16598         * gnus-msg.el (gnus-post-method): Use backend name when the
16599         address is "".
16600
16601 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16602
16603         * gnus-art.el (article-verify-x-pgp-sig): Don't test
16604         mm-verify-option.
16605         (gnus-treat-x-pgp-sig): Default value.
16606         (gnus-ignored-headers): Redundant.
16607
16608 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16609
16610         * gnus-win.el (gnus-configure-frame): Save selected window.
16611
16612 2000-02-15  Andrew Innes  <andrewi@gnu.org>
16613
16614         * nnmbox.el: Require gnus-range.
16615         (nnmbox-group-building-active-articles): New variable.
16616         (nnmbox-group-active-articles): New variable; this is a cache of
16617         all active articles by group and number.
16618         (nnmbox-in-header-p): New function.
16619         (nnmbox-find-article): New function.
16620         (nnmbox-record-active-article): New function.
16621         (nnmbox-record-deleted-article): New function.
16622         (nnmbox-is-article-active-p): New function.
16623         (nnmbox-retrieve-headers): Use nnmbox-find-article.
16624         (nnmbox-request-article): Ditto.  Also supply extra arg to
16625         nnmbox-article-group-number.
16626         (nnmbox-request-expire-articles): Ditto.
16627         (nnmbox-request-move-article): Ditto.
16628         (nnmbox-request-replace-article): Ditto.
16629         (nnmbox-request-rename-group): Rename group entry in active
16630         article cache.
16631         (nnmbox-delete-mail): Update active article cache, unless article
16632         is being replaced.
16633         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
16634         than partially duplicating it.
16635         (nnmbox-article-group-number): Add extra `this-line' arg, to
16636         handle articles belonging to multiple groups.
16637         (nnmbox-save-mail): Update active article cache.
16638         (nnmbox-read-mbox): Build active article cache when loading mbox.
16639         Also do some repair work, if we find articles that are missing the
16640         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
16641         reconstruct these from Xref info.
16642
16643 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16644
16645         * mail-source.el (mail-source-report-new-mail): Use
16646         nnheader-run-at-time.
16647
16648 2000-02-15  Andrew Innes  <andrewi@gnu.org>
16649
16650         * mail-source.el (mail-source-fetch-pop): Clear pop password when
16651         an error is thrown, and then rethrow the error.
16652         (mail-source-check-pop): Ditto.
16653         (mail-source-start-idle-timer): Prevent multiple pop checks
16654         running if the check takes a long time.
16655
16656 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16657
16658         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
16659         succeed.
16660
16661 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16662
16663         * gnus-win.el (gnus-configure-windows): Make sure
16664         nntp-server-buffer is live.
16665         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
16666
16667 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
16668
16669         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
16670
16671 2000-12-04  Andreas Jaeger  <aj@suse.de>
16672
16673         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
16674
16675 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16676
16677         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
16678
16679 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16680         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
16681
16682         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
16683
16684 2000-12-01  Simon Josefsson  <sj@extundo.com>
16685
16686         * mml-smime.el (mml-smime-verify): Fix address parsing.
16687
16688 2000-12-01  Simon Josefsson  <sj@extundo.com>
16689
16690         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
16691         more than one certificate inside PKCS#7 blob.  Better security
16692         information (clamed / actual sender, openssl output, certificates
16693         inside message).
16694
16695         * smime.el (smime-verify-region): Output to /dev/null.
16696         (smime-buffer-as-string-region): Don't parse empty lines.
16697
16698 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16699
16700         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
16701         ?d and ?D.
16702         (gnus-mime-security-show-details-inline): New variable.
16703         (gnus-mime-security-show-details): Use them.
16704         (gnus-insert-mime-security-button): Ditto.
16705
16706         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
16707         Suggest by Michael Duggan (md5i@cs.cmu.edu).
16708         (mml2015-gpg-clear-verify): Ditto.
16709         (mml2015-gpg-decrypt-1): Ditto.
16710         (mml2015-use): Prefer 'gpg.
16711
16712 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16713
16714         * gnus-util.el (gnus-add-text-properties-when): New function.
16715         (gnus-remove-text-properties-when): Ditto.
16716
16717         * gnus-cite.el (gnus-article-hide-citation): Use them.
16718         (gnus-article-toggle-cited-text): Use them.
16719
16720         * gnus-art.el (gnus-signature-toggle): Use them.
16721         (gnus-article-show-hidden-text): Ditto.
16722         (gnus-article-hide-text): Ditto.
16723
16724 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16725
16726         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
16727
16728 2000-11-30  Simon Josefsson  <sj@extundo.com>
16729
16730         * smime.el (smime-point-at-eol): New alias.
16731         (smime-buffer-as-string-region): Use it.
16732
16733 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16734
16735         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
16736
16737 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16738
16739         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
16740
16741         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
16742
16743         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
16744
16745 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
16746
16747         * nnmh.el (nnmh-request-expire-articles): Implemented
16748         expiry-target for nnmh backend.
16749
16750 2000-11-30  Simon Josefsson  <sj@extundo.com>
16751
16752         * mm-decode.el (mm-security-from): New variable.
16753         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
16754
16755         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
16756         than `from'.
16757
16758 2000-11-30  Simon Josefsson  <sj@extundo.com>
16759
16760         * mml-smime.el (mml-smime-verify): Verify that certificate mail
16761         address match sender address.
16762
16763         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
16764
16765         * smime.el (smime-verify-region): Don't copy buffer.
16766         (smime-decrypt-buffer): Use expand-file-name on keyfile.
16767         (smime-pkcs7-region): New function.
16768         (smime-pkcs7-certificates-region): Ditto.
16769         (smime-pkcs7-email-region): Ditto.
16770         (smime-buffer-as-string-region): Ditto.
16771
16772         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
16773         buffer.
16774
16775 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
16776
16777         * smime.el (smime-decrypt-region): Fix keyfile argument.
16778
16779 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16780
16781         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
16782
16783 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16784
16785         * message.el (message-shoot-gnksa-feet): New variable.
16786         (message-gnksa-enable-p): New function.
16787         (message-send): Use it.
16788         (message-check-news-body-syntax): Ditto.
16789
16790 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * message.el (message-make-message-id): Remove the redundancy.
16793
16794 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16795
16796         * message.el (message-setup): Discourage using mc-install-*-mode.
16797
16798         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
16799
16800 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16801
16802         * gnus-cite.el (gnus-cite-parse): Guess citation length.
16803
16804 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16805
16806         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
16807
16808 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16809
16810         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
16811
16812 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16813
16814         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
16815         insert-buffer-substring.
16816
16817         * message.el (message-send-mail): Use buffer-substring-no-properties.
16818         (message-send-news): Ditto.
16819
16820 2000-11-22  David Edmondson  <dme@dme.org>
16821
16822         * imap.el (imap-wait-for-tag): Message read info.
16823
16824 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16825
16826         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
16827         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
16828         (mml2015-gpg-encrypt): Ditto.
16829
16830 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16831
16832         * mm-decode.el (mm-verify-option): Default value.
16833
16834         * mml-sec.el (mml-secure-part): Error message.
16835
16836 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16837
16838         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
16839
16840 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16841
16842         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
16843
16844 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16845
16846         * gnus-art.el (gnus-article-describe-key): Use prompt.
16847         (gnus-article-describe-key-briefly): Ditto.
16848
16849 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16850
16851         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
16852
16853 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16854
16855         * gnus-art.el (gnus-article-describe-key): New function.
16856         (gnus-article-describe-key-briefly): New function.
16857
16858 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16859
16860         * mm-decode.el (mm-decrypt-option): Doc typo.
16861
16862         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
16863         return a number.
16864
16865 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16866
16867         * message.el (message-newline-and-reformat): Typo.
16868
16869 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16870
16871         * gnus-art.el (article-verify-x-pgp-sig): Check whether
16872         original-article-buffer exists.
16873
16874         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
16875         (rfc2047-header-encoding-alist): Addresses are different from text.
16876         (rfc2047-encode-message-header): Ditto.
16877         (rfc2047-dissect-region): Extra parameter.
16878         (rfc2047-encode-region): Ditto.
16879         (rfc2047-encode-string): Ditto.
16880
16881 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16882
16883         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
16884         (mm-uu-pgp-encrypted-extract): Use it.
16885         (mm-uu-pgp-signed-extract-1): New function.
16886         (mm-uu-pgp-signed-extract): Use it.
16887
16888         * gnus-art.el (gnus-mime-display-security): New function.
16889         (gnus-mime-display-part): Use it.
16890         (gnus-mime-security-verify-or-decrypt): New function.
16891         (gnus-mime-security-press-button): New function.
16892         (gnus-insert-mime-security-button): Use it.
16893
16894         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
16895         (mm-find-raw-part-by-type): Ditto.
16896         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
16897         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
16898         (mm-destroy-parts): Kill nested multibyte buffer.
16899
16900         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
16901         (mml2015-gpg-verify): Ditto.
16902
16903 2000-11-18  Simon Josefsson  <sj@extundo.com>
16904
16905         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
16906         (mml2015-function-alist): Use it.
16907
16908         * mml-sec.el (mml-sign-alist): Update names.
16909         (mml-encrypt-alist): Ditto.
16910         (mml-secure-part-smime-sign): Moved to mml-smime.el
16911         as `mml-smime-sign-query'.
16912         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
16913         `mml-smime-get-file-cert'.
16914         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
16915         `mml-smime-get-dns-cert'.
16916         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
16917         `mml-smime-encrypt-query'.
16918         (mml-smime-sign-buffer): Use mml-smime-sign.
16919         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
16920
16921         * mml-smime.el (mml-smime-sign): New function.
16922         (mml-smime-encrypt):
16923         (mml-smime-sign-query):
16924         (mml-smime-get-file-cert):
16925         (mml-smime-get-dns-cert):
16926         (mml-smime-encrypt-query): Moved from mml-sec.el.
16927
16928 2000-11-16  Simon Josefsson  <sj@extundo.com>
16929
16930         * mml2015.el (mml2015-gpg-clear-verify): New function.
16931         (mml2015-function-alist): Add it.
16932
16933 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
16934
16935         * message.el (message-setup-fill-variables): Use
16936         message-cite-prefix-regexp.
16937         (message-newline-and-reformat): Check the end of citation, leading
16938         WSP, break in the cite prefix.
16939         (message-fill-paragraph): New function.
16940
16941 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16942
16943         * lpath.el: Shut up.
16944
16945 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
16946
16947         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
16948         raw 8-bit in headers in dk.* newsgroups.
16949
16950 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16951
16952         * message.el (message-newline-and-reformat): Match extra WSPs.
16953
16954 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
16955
16956         * mml.el (mml-generate-mime-1): Ignore ascii.
16957
16958 2000-11-16 Justin Sheehy  <justin@iago.org>
16959
16960         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
16961
16962 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16963
16964         * message.el (message-cite-prefix-regexp): Prefix should not end
16965         at space.
16966
16967 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
16968
16969         * message.el (message-mode-syntax-table): Add - as a word
16970         constituent as in articles.
16971         (message-setup-fill-variables): Add -_. as supercite-style prefix.
16972         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
16973         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
16974
16975 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
16976
16977         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
16978
16979 2000-11-12  David Edmondson  <dme@dme.org>
16980
16981         * message.el (message-font-lock-keywords): use
16982         message-cite-prefix-regexp.
16983
16984 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16985
16986         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
16987         Stein Arild Str\e,Ax\e(Bmme.
16988         (gnus-group-jump-to-group): Use it.
16989         (gnus-group-jump-to-group-prompt): Customize.
16990
16991 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
16992
16993         * mailcap.el (mailcap-possible-viewers): Match the entire string.
16994
16995 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16996
16997         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
16998         incompatible.
16999         (mml2015-mailcrypt-sign): Ditto.
17000
17001 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17002
17003         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
17004         group is open.
17005
17006 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
17007
17008         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
17009         nnvirtual articles.
17010         (gnus-backlog-request-article): Don't request nnvirtual articles.
17011
17012 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17013
17014         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
17015         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
17016
17017 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17018
17019         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
17020         * mml.el (mml-generate-mime-1): Use charset attribute.
17021         * mm-bodies.el (mm-encode-body): Add parameter charset.
17022         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
17023
17024 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17025
17026         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
17027         (mml2015-mailcrypt-clear-decrypt): Ditto.
17028         (mml2015-mailcrypt-verify): Ditto.
17029         (mml2015-mailcrypt-clear-verify): Ditto.
17030         (mml2015-gpg-verify): Ditto.
17031
17032 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17033
17034         * smime.el (smime-openssl-program): Test the existence of openssl.
17035         * mml-smime.el: Require mm-decode.
17036         (mml-smime-verify-test): New function.
17037         * mm-decode.el (mm-verify-function-alist): Use it.
17038
17039 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17040
17041         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
17042         anyway.
17043
17044 2000-11-13  Simon Josefsson  <sj@extundo.com>
17045
17046         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
17047         verification doesn't work.
17048
17049 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17050
17051         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
17052         (gnus-inews-do-gcc): Use it.
17053
17054 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
17055
17056         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
17057         leading space.
17058         * mm-extern.el (mm-inline-external-body): Report error when no
17059         access-type.
17060
17061 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
17062
17063         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
17064
17065 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
17066
17067         * gnus-art.el (gnus-mime-button-menu): Use select-window.
17068
17069 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
17070
17071         * gnus-art.el (gnus-mime-display-part): Display multipart/related
17072         as multipart/mixed.
17073
17074 2000-11-12  David Edmondson  <dme@dme.org>
17075
17076         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
17077         and replace `.' with `\w' to allow for different syntax tables
17078         (from Vladimir Volovich).
17079         * message.el (message-newline-and-reformat): use
17080         `message-cite-prefix-regexp'.
17081         * gnus-cite.el (gnus-supercite-regexp): use
17082         `message-cite-prefix-regexp'.
17083         * gnus-cite.el (gnus-cite-parse): use
17084         `message-cite-prefix-regexp'.
17085
17086 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17087
17088         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
17089         PGP SIGNATURE.  Escape leading "-"'s.
17090         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
17091
17092 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
17093
17094         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
17095
17096 2000-11-11  Simon Josefsson  <sj@extundo.com>
17097
17098         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
17099
17100         * smime.el (smime-details-buffer): New variable.
17101         (smime-sign-region):
17102         (smime-encrypt-region):
17103         (smime-verify-region):
17104         (smime-decrypt-region): Copy OpenSSL output to the buffer.
17105
17106         * mml-smime.el (mml-smime-verify): Support security info.
17107
17108 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
17109
17110         * mm-decode.el (mm-verify-option): Set default to nil.
17111         (mm-decrypt-option): Ditto.
17112         * gnus-art.el (article-verify-x-pgp-sig): New function.
17113
17114 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
17115
17116         * gnus-art.el (gnus-mime-display-alternative): Show button if no
17117         preferred part.
17118
17119 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17120
17121         * gnus-sum.el (gnus-move-split-methods): Say that
17122         `gnus-split-methods' uses file names, whereas this uses group
17123         names.  (Report from Nevin Kapur)
17124
17125 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
17126
17127         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
17128
17129 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17130
17131         * nnheader.el (nnheader-directory-files-is-safe): New variable.
17132         (nnheader-directory-articles): Use it.
17133         (nnheader-article-to-file-alist): Ditto.
17134
17135 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17136
17137         * rfc2047.el (rfc2047-pad-base64): New function.
17138         (rfc2047-decode): Use it.
17139
17140 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
17141
17142         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
17143         select method.
17144
17145 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17146
17147         * mml2015.el (mml2015-gpg-decrypt-1):
17148         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
17149
17150 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17151
17152         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
17153
17154 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
17155
17156         * pop3.el (pop3-munge-message-separator): A message may have an
17157         empty body.
17158
17159 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
17160
17161         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
17162         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
17163         (mm-uu-pgp-signed-extract): Use coding-system.
17164
17165 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
17166
17167         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
17168         (gnus-insert-mime-security-button): New function.
17169         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
17170         * mml2015.el:  Add security info when verify or decrypt.
17171         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
17172         (mm-uu-pgp-encrypted-extract): Ditto.
17173
17174 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
17175
17176         * mm-decode.el (mm-display-parts): New function.
17177         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
17178
17179 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17180
17181         * gnus-mlspl.el: Documentation tweaks.
17182
17183 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17184
17185         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
17186         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
17187         argument.
17188
17189 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
17190
17191         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
17192
17193 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
17194
17195         * gnus-art.el (gnus-article-encrypt): New function.
17196         (gnus-article-encrypt-protocol-alist): New variable.
17197         (gnus-article-encrypt-protocol): New variable.
17198         * mml2015.el (mml2015-self-encrypt): New function.
17199         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
17200
17201 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
17202
17203         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
17204         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
17205         let mailcap do it.
17206         * mml2015.el: Remove snarf code.
17207         * mm-decode.el: Remove snarf code.
17208
17209 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
17210
17211         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
17212         (mml-insert-mime): Understand gnus-decoded.
17213         (mime-to-mml): New parameter handles.
17214         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17215         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
17216
17217 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17218
17219         * mm-decode.el (mime-security): New group.
17220         (mm-verify-function-alist): Add test function.
17221         (mm-decrypt-function-alist): Ditto.
17222         (mm-snarf-option): Set default value as nil.
17223         (mm-find-part-by-type): Recursive parameter.
17224         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
17225         * mml2015.el: Support draft-ietf-openpgp-multsig.
17226
17227 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
17228
17229         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
17230         (gnus-article-view-part-as-charset): New function.
17231
17232 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
17233
17234         * mm-decode.el (mm-verify-option): Default value.
17235         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
17236
17237 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17238
17239         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
17240
17241 2000-11-05  Simon Josefsson  <sj@extundo.com>
17242
17243         * mml-smime.el (mml-smime-verify): Work in original multipart
17244         buffert.
17245
17246         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
17247         (mm-handle-multipart-ctl-parameter): Ditto.
17248         (mm-alist-to-plist): New function.
17249         (mm-dissect-buffer): Store CTL parameters and copy original buffer
17250         for multiparts.
17251         (mm-destroy-parts): Destroy multipart buffert.
17252         (mm-remove-part): Ditto.
17253
17254         * mml-smime.el (mml-smime-sign): Not used.
17255         (mml-smime-encrypt): Ditto.
17256
17257         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
17258
17259         Verify S/MIME signature support.
17260
17261         * mm-decode.el (mm-inline-media-tests): Add
17262         application/{x-,}pkcs7-signature.
17263         (mm-inlined-types): Ditto.
17264         (mm-automatic-display): Ditto.
17265         (mm-verify-function-alist): Ditto.  Add name of method.
17266         (mm-decrypt-function-alist): Add name of method.
17267         (mm-find-part-by-type): Add documentation.
17268         (mm-possibly-verify-or-decrypt): Use new format of
17269         mm-{verify,decrypt}-function-alist.  Use method names.
17270
17271         * mml-smime.el (mml-smime-verify): New function.
17272
17273 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17274
17275         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
17276
17277 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17278
17279         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
17280         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
17281         * mm-decode.el (mm-snarf-option): New variable.
17282
17283 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17284
17285         * mm-util.el (mm-subst-char-in-string): New function.
17286         (mm-replace-chars-in-string): Use it.
17287         * message.el (message-replace-chars-in-string): Use it.
17288         * nnheader.el (nnheader-replace-chars-in-string): Use it.
17289         * gnus-mh.el (mh-lib-progs): Shut up.
17290
17291 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
17292
17293         * base64.el, md5.el: Moved to contrib directory.
17294
17295 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17296
17297         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
17298         the last article when search.
17299
17300 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17301
17302         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
17303         * nnmail.el (nnmail-pathname-coding-system): Ditto.
17304
17305 2000-09-29  David Edmondson  <dme@thus.net>
17306
17307         * message.el (message-newline-and-reformat): Typo.
17308
17309 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17310
17311         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
17312
17313 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
17314
17315         * nntp.el (nntp-decode-text): Delete bogus status lines.
17316
17317 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
17318
17319         * message.el (message-font-lock-keywords): Match a final newline
17320         to help font-lock's multiline support.
17321
17322 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17323
17324         * nnoo.el (nnoo-set): New function.
17325
17326 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
17327
17328         * gpg.el, gpg-ring.el: Moved to contrib directory.
17329
17330 2000-11-04  Simon Josefsson  <sj@extundo.com>
17331
17332         * nnimap.el (nnimap-split-inbox): Typo.
17333
17334 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17335
17336         * gnus-msg.el (gnus-msg-mail): Move it backwards.
17337
17338 2000-11-03  Simon Josefsson  <sj@extundo.com>
17339
17340         * rfc2231.el (rfc2231-parse-qp-string): New function.
17341         (require): rfc2047.
17342
17343         * mail-parse.el (mail-header-parse-content-type):
17344         (mail-header-parse-content-disposition): Support invalid QP
17345         encoded strings, by using `rfc2231-parse-qp-string'.
17346
17347 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17348
17349         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
17350         (rfc2231-decode-encoded-string): Typo "> X 1".
17351         (rfc2231-encode-string): Insert the name of charset.
17352         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
17353
17354 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17355
17356         * mm-decode.el (mm-save-part): Return the filename.
17357         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
17358         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
17359         (gnus-mime-action-alist): Use it.
17360         (gnus-mime-button-commands): Use it.
17361         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
17362         (mm-inline-external-body): unwind-protect.
17363
17364 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
17365
17366         * gnus-art.el (gnus-insert-mime-button): Show url.
17367
17368 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
17369
17370         * mml.el (mml-generate-mime-1): Support external url.
17371         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
17372
17373 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
17374
17375         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
17376         * mm-decode.el (mm-display-external): Ditto.
17377         * mm-extern.el: New file.
17378         * mm-decode.el (mm-inline-media-tests): Hook it up.
17379         (mm-inlined-types): Inline message/external-body.
17380
17381 2000-11-02  Simon Josefsson  <sj@extundo.com>
17382
17383         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
17384
17385         * message.el (message-get-reply-headers): Better handling when
17386         Mail-Followup-To is very large.
17387
17388 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17389
17390         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
17391         * gnus-art.el (gnus-article-edit-done):
17392         * gnus-sum.el (gnus-summary-edit-article-done): Move line
17393         counting code here.
17394         * gnus-msg.el (gnus-setup-message): Remove a hack.
17395
17396 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17397
17398         * gnus-sum.el (gnus-newsgroup-variables): New variable.
17399         (gnus-summary-mode): Make them local variables.
17400         (gnus-set-global-variables): Globalize them.
17401         (gnus-summary-exit): Kill them.
17402
17403 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
17404
17405         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
17406         word.
17407
17408 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
17409
17410         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
17411         gnus-article-wash-types.
17412         * gnus-art.el (gnus-article-wash-status): Use them.
17413
17414 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
17415
17416         * mml.el (mml-read-tag): Remove spaces and LF.
17417
17418 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17419
17420         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
17421         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
17422
17423 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
17424
17425         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
17426
17427 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
17428
17429         * gnus-sum.el (gnus-article-charset): New variable.
17430         (gnus-summary-display-article): Set it.
17431         * gnus-msg.el (gnus-copy-article-buffer): Use it.
17432         * gnus-art.el (gnus-article-mode): Make it local variable.
17433
17434 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17435
17436         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
17437
17438 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17439
17440         * nnwfm.el: New file.
17441
17442         * nnweb.el (nnweb-replace-in-string): New function.
17443
17444 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17445
17446         * mml2015.el: Wrap gpg.el.
17447         * gpg.el (gpg-verify): The last argument of apply is a list.
17448         (gpg-encrypt): Add passphrase as a parameter.
17449
17450 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17451
17452         * gpg.el: New file.
17453         * gpg-ring.el: New file.
17454
17455 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17456
17457         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
17458
17459 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17460
17461         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
17462         double-quote characters.
17463         (gnus-summary-prepare-threads): Ditto.
17464
17465 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17466
17467         * gnus-art.el (gnus-mime-display-single): Forward line -1.
17468         * mml.el (mml-read-tag): Don't skip the leading space.
17469         * lpath.el (font-lock-set-defaults): Shut up.
17470
17471 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
17472
17473         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
17474
17475 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
17476
17477         * qp.el (quoted-printable-encode-region): Replace leading - when
17478         ultra safe.
17479         * mml.el (mml-generate-mime-postprocess-function): Removed.
17480         (mml-postprocess-alist): Removed.
17481         (mml-generate-mime-1): Use ultra-safe when sign.
17482         * mml2015.el (mml2015-fix-micalg): Uppercase.
17483         (mml2015-verify): Insert LF.
17484         (mml2015-mailcrypt-sign): Downcase; search backward.
17485
17486 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17487
17488         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
17489         restrictive.
17490         (nnultimate-table-regexp): New variable.
17491         (nnultimate-forum-table-p): Use it.
17492
17493 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
17494         Trivial patch.
17495
17496         * gnus-sum.el (gnus-summary-expire-articles): Save point.
17497
17498 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17499
17500         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
17501         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
17502
17503 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
17504
17505         * mml2015.el: Shut up.
17506
17507 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17508
17509         * gnus.el (gnus-server-browse-hashtb): Removed.
17510         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
17511         (gnus-group-insert-group-line-info): Use simplified method.
17512         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
17513
17514 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
17515
17516         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
17517         moved here.
17518         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
17519         * gnus-group.el (gnus-group-prepare-flat): Use it.
17520         * gnus-topic.el (gnus-group-prepare-topics): Use it.
17521
17522 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
17523
17524         * mml.el (mml-mode): Show menu in XEmacs.
17525
17526 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
17527
17528         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
17529         (gnus-server-read-server-in-server-buffer): New function.
17530         (gnus-browse-foreign-server): Browse in group buffer.
17531         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
17532         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
17533         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
17534         * gnus.el (gnus-server-browse-hashtb): New variable.
17535
17536 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
17537
17538         * nnfolder.el (nnfolder-open-nov): Use group.
17539
17540 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
17541
17542         * nnfolder.el: Add NOV. Set version to 2.0.
17543         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
17544
17545 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17546
17547         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
17548
17549 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17550
17551         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
17552         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
17553
17554 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17555
17556         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
17557
17558 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17559
17560         * mm-decode.el (mm-verify-function-alist): New variable.
17561         (mm-verify-option): New variable.
17562         (mm-decrypt-function-alist): Ditto.
17563         (mm-decrypt-option): Ditto.
17564         (mm-find-raw-part-by-type): New function.
17565         (mm-possibly-verify-or-decrypt): New function.
17566         (mm-dissect-multipart): Use it.
17567         * mml2015.el (mml2015-fix-micalg): New function.
17568         (mml2015-decrypt): Use new interface.
17569         (mml2015-verify):  Use new interface.
17570         (mml2015-setup): Make it bogus.
17571
17572 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17573
17574         * mml.el (mml-generate-mime-postprocess-function): Set to
17575         mml-postprocess.
17576         (autoload): Autoload mml2015 and mml-smime.
17577         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
17578         * mml2015.el (mml2015-encrypt): New function.
17579         (mml2015-sign): New function.
17580         (mml2015-encrypt-function): New variable.
17581         (mml2015-sign-function): New variable.
17582         (mml2015-mailcrypt-encrypt): Use message-recipients.
17583         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
17584         * mml-smime.el (mml-smime-setup): Ditto.
17585
17586 2000-10-28  Simon Josefsson  <sj@extundo.com>
17587
17588         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
17589         Communigate Pro 3.3.1 server.
17590
17591         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
17592         in buffers.
17593         (mml-secure-dns-server): Removed.
17594         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
17595         write certificates to files.
17596
17597         * smime.el (smime-dns-server): New variable.
17598         (smime-mail-to-domain):
17599         (smime-cert-by-dns): New functions.
17600
17601         * dig.el: New file.
17602
17603 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
17604
17605         * message.el (message-options): New variable.
17606         (message-options-set-recipient): New function.
17607         (message-send): Use them.
17608         * gnus-int.el (gnus-request-replace-article): Use them.
17609         (gnus-request-accept-article): Ditto.
17610         * mml.el (mml-preview): Use them.
17611         * gnus-sum.el (gnus-summary-edit-article): Use them.
17612
17613         * message.el (message-options-get): New function.
17614         (message-options-get): New function.
17615         * rfc2047.el (rfc2047-encode-message-header): Use them.
17616         * mm-bodies.el (mm-encode-body): Use them.
17617
17618 2000-10-28  Simon Josefsson  <sj@extundo.com>
17619
17620         * nnimap.el (nnimap-retrieve-which-headers):
17621         (nnimap-request-article-part): Quote message-id.
17622
17623         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
17624         (smime-CA-file): New variable.
17625         (smime-call-openssl-region): Don't error.
17626         (smime-sign-region): Return result value.
17627         (smime-encrypt-region): Ditto.
17628         (smime-verify-region): New function.
17629         (smime-decrypt-region): Ditto.
17630         (smime-verify-buffer): Ditto.
17631         (smime-decrypt-buffer): Ditto.
17632
17633         * mml.el: Require mml-sec.
17634         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
17635         (mml-mode-map): Add "sign" and "encrypt" maps.
17636         (mml-menu): Add security menu.
17637         (mml-preview): Use generate-new-buffer.
17638
17639         * mml-sec.el: New file.
17640
17641 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17642
17643         * mm-decode.el (mm-find-part-by-type): Move it here.
17644         * mml.el (mml-postprocess): Move it here.
17645         (mml-postprocess-alist): Move it here. Merge them.
17646
17647 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
17648
17649         * rfc2047.el (rfc2047-encode-message-header): Make sure no
17650         unencoded stuff in the header.
17651
17652 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17653
17654         * gnus-group.el (gnus-group-listed-groups): New variable.
17655         (gnus-group-list-option): New variable.
17656         (gnus-group-list-limit-map): New keymap.
17657         (gnus-group-list-flush-map): New keymap.
17658         (gnus-group-list-plus-map): New keymap.
17659         (gnus-group-prepare-logic): New function.
17660         (gnus-group-prepare-flat): Merge with
17661         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
17662         (gnus-group-prepare-flat-list-dead): Ditto.
17663         (gnus-group-list-matching): Use gnus-group-prepare-function.
17664         (gnus-group-list-dormant): Ditto.
17665         (gnus-group-list-cached): Ditto.
17666         (gnus-group-listed-groups): New function.
17667         (gnus-group-list-limit): New function.
17668         (gnus-group-list-flush): New function.
17669         (gnus-group-list-plus): New function.
17670         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
17671         (gnus-topic-prepare-topic): Ditto.
17672
17673 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
17674
17675         * message.el (message-insert-to, message-get-reply-headers):
17676         (message-reply, message-followup): Mail-{Followup,Reply}-To.
17677
17678 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17679
17680         * mml2015.el: New file.
17681         * smime.el: New file.
17682         * mml-smime.el: New file.
17683
17684 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
17685
17686         * ChangeLog: Moved to ChangeLog.1.
17687
17688     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
17689   Copying and distribution of this file, with or without modification,
17690   are permitted provided the copyright notice and this notice are preserved.
17691
17692 ;; Local Variables:
17693 ;; coding: iso-2022-7bit
17694 ;; End: