Synch to Gnus 200309140005.
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-09-13  Jesper Harder  <harder@ifa.au.dk>
2
3         * rfc2047.el (rfc2047-charset-encoding-alist): Add viscii.
4         (rfc2047-encode): Add factors for big5, gb2312 and euc-kr.
5
6         * nnweb.el (nnweb-google-parse-1): Fix parsing.
7
8 2003-09-12  Jesper Harder  <harder@ifa.au.dk>
9
10         * gnus-group.el (gnus-group-fetch-control): ISC changed
11         compression from .Z to .gz.
12
13         * rfc2047.el (rfc2047-header-encoding-alist): Add "Approved" to
14         address-mime.
15
16 2003-09-11  Jesper Harder  <harder@ifa.au.dk>
17
18         * rfc2047.el (rfc2047-encode): Restrict encoded-words to 75
19         characters.
20
21 2003-09-10  Jesper Harder  <harder@ifa.au.dk>
22
23         * gnus.el (gnus-group-charter-alist): Update.
24
25 2003-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
26
27         * spam-report.el: use mm-url.el functions for external URL
28         loading when the built-in HTTP GET is insufficient (e.g. proxies
29         are in the way).  From Eric Knauel
30         <knauel@informatik.uni-tuebingen.de>.
31         (spam-report-url-ping-function): new option, defaults to the
32         built-in HTTP GET (spam-report-url-ping-plain)
33         (spam-report-url-ping): calls spam-report-url-ping-function now
34         (spam-report-url-ping-plain): new function, does what
35         spam-report-url-ping used to do
36         (spam-report-url-ping-mm-url): function that delegates to
37         mm-url.el (autoloaded)
38
39 2003-09-08  Teodor Zlatanov  <tzz@lifelogs.com>
40
41         * gnus-registry.el (gnus-registry-delete-id): function to
42         completely delete an ID, including all the cache hashtables
43         (gnus-registry-delete-group): use gnus-registry-delete-id
44         (gnus-registry-simplify-subject): only run if the argument is a
45         string, return nil otherwise
46
47 2003-09-07  Jesper Harder  <harder@ifa.au.dk>
48
49         * gnus-msg.el (gnus-summary-resend-bounced-mail): Docstring fix.
50
51 2003-09-05  Teodor Zlatanov  <tzz@lifelogs.com>
52
53         * gnus-registry.el (gnus-registry-split-fancy-with-parent): yet
54         another error *sigh*
55
56         * gnus-registry.el (gnus-registry-fetch-extra-entry): don't use
57         puthash unless gnus-registry-entry-caching is on
58         (gnus-registry-split-fancy-with-parent): misplaced parenthesis
59         made everything a part of the 'else'
60         (gnus-registry-save): used 'entry-caching' instead of 'caching'
61
62 2003-09-05  Jesper Harder  <harder@ifa.au.dk>
63
64         * gnus-art.el (gnus-button-alist): Improve Info regexp.
65
66 2003-09-04  Teodor Zlatanov  <tzz@lifelogs.com>
67
68         * gnus-registry.el: added brief explanation of basics
69         (gnus-registry-track-extra): new variable for tracking of message
70         subjects
71         (gnus-registry-entry-caching): caching parameter, used for extra
72         data
73         (gnus-registry-minimum-subject-length): minimum subject length
74         before it's considered when tracing subjects
75         (gnus-registry-save): accomodate extra data entry caching
76         (gnus-registry-action): change function name, add the subject and
77         pass it to gnus-registry-add-group
78         (gnus-registry-spool-action): change function name, add the
79         subject and pass it to gnus-registry-add-group
80         (gnus-registry-split-fancy-with-parent): add subject tracking
81         (gnus-registry-register-message-ids): pass subject to
82         gnus-registry-add-group
83         (gnus-registry-simplify-subject)
84         (gnus-registry-fetch-simplified-message-subject-fast): new
85         functions
86         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry): add
87         extra data entry caching
88         (gnus-registry-add-group): handle the extra subject parameter
89         (gnus-registry-install-hooks, gnus-registry-unload-hook): fix the
90         gnus-register-* function names
91
92         * nnmail.el (nnmail-cache-insert): add subject parameter, pass it
93         on to the nnmail-spool-hook
94
95         * nnbabyl.el (nnbabyl-request-accept-article): added subject to
96         nnmail-cache-insert call
97
98         * nndiary.el (nndiary-request-accept-article): added subject to
99         nnmail-cache-insert call
100
101         * nnfolder.el (nnfolder-request-accept-article): added subject to
102         nnmail-cache-insert call
103
104         * nnimap.el (nnimap-split-articles): added subject to
105         nnmail-cache-insert call
106         (nnimap-request-accept-article): added subject to
107         nnmail-cache-insert call
108
109         * nnmbox.el (nnmbox-request-accept-article): added subject to
110         nnmail-cache-insert call
111
112         * nnmh.el (nnmh-request-accept-article): added subject to
113         nnmail-cache-insert call
114
115         * nnml.el (nnml-request-accept-article): added subject to
116         nnmail-cache-insert call
117
118 2003-09-04  Jesper Harder  <harder@ifa.au.dk>
119
120         * gnus-art.el (gnus-button-handle-info-url)
121         (gnus-button-handle-info-url-gnome)
122         (gnus-button-handle-info-url-kde, gnus-button-alist): Handle GNOME
123         and KDE style Info URLs.
124
125         * gnus-util.el (gnus-url-unhex-string): Don't replace "+" with " ".
126
127 2003-09-02  Jesper Harder  <harder@ifa.au.dk>
128
129         * rfc2047.el (rfc2047-fold-region): Don't fold at the beginning
130         of the field.
131
132 2003-09-01  Simon Josefsson  <jas@extundo.com>
133
134         * mml.el (mml-insert-mime-headers-always): New variable.
135         (mml-insert-mime-headers): Use it.  Based on (tiny) patch from
136         Lars Balker Rasmussen <lars@balker.org>.
137
138 2003-08-30  Simon Josefsson  <jas@extundo.com>
139
140         * mail-source.el (mail-source-fetch-imap): Pass correct buffer to
141         imap-open, reverts 2003-03-17 change.  Reverse remove before
142         calling gnus-compress-sequence.  From Gaute Strokkenes
143         <gs234@srcf.ucam.org> (tiny change).
144
145 2003-08-29  Simon Josefsson  <jas@extundo.com>
146
147         * gnus-group.el (gnus-group-delete-group): Doc fix.  Suggested by
148         Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>.
149
150 2003-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
151
152         * gnus-art.el (article-display-x-face): Make it possible to set
153         the gnus-article-x-face-command variable to the lambda form.
154
155 2003-08-27  Simon Josefsson  <jas@extundo.com>
156
157         * mm-decode.el (mm-remove-part): Try to kill external displayers
158         cleanly first (if it refuses, C-g aborts loop and kill process
159         unconditionally).  Also make sure process is dead before we remove
160         the files it may be using.  Reported by David Coe
161         <davidc@debian.org>.
162
163 2003-08-27  Jesper Harder  <harder@ifa.au.dk>
164
165         * gnus-cache.el (gnus-cache-generate-active): Fix bug in
166         replacement.  From Vagn Johansen <v@johansen.mail.dk> (tiny
167         change).
168
169 2003-08-25  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * gnus-art.el: Don't use defvaralias.
172         (gnus-treat-display-x-face): Warn if the obsolete variable
173         `gnus-treat-display-xface' exists.
174
175 2003-08-25  Jesper Harder  <harder@ifa.au.dk>
176
177         * gnus-art.el (gnus-treat-display-face): Fix typo.
178         (gnus-treat-display-xface): Rename to gnus-treat-display-x-face
179         (reported by Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>)
180
181 2003-08-24  Jesper Harder  <harder@ifa.au.dk>
182
183         * gnus-art.el (gnus-header-button-alist, gnus-button-alist): Fix
184         type.
185
186 2003-08-22  Jesper Harder  <harder@ifa.au.dk>
187
188         * message.el (message-make-forward-subject-function): Fix
189         customize mismatch.
190
191         * gnus.el (gnus-message-archive-method): do.
192
193 2003-08-20  Reiner Steib  <Reiner.Steib@gmx.de>
194
195         * gnus.el (gnus-read-group): Offer to continue only if the invalid
196         char is `/' and add more information for the user.
197
198         * gnus-art.el (gnus-button-alist): Add `+' (gnus-button-handle-man).
199         (gnus-header-button-alist): Added `In-Reply-To'.
200
201         * nnimap.el (nnimap-open-connection): Allow different user names
202         on the same server (and in the same authinfo file).
203
204 2003-08-20  Jesper Harder  <harder@ifa.au.dk>
205
206         * gnus-sieve.el (gnus-sieve-crosspost): Fix type.
207
208         * message.el (message-make-forward-subject-function): Add
209         message-forward-subject-name-subject to choices.
210
211         * gnus-art.el (gnus-article-edit-done, gnus-article-edit-exit):
212         Redisplay article after editing.
213
214 2003-08-20  Simon Josefsson  <jas@extundo.com>
215
216         * gnus.el (gnus-read-group): Added check to ask confirmation if
217         Group name contains invalid character. You can use '/' in IMAP,
218         but not in filenames. G m cannot know what the user is creating,
219         so let user decide. See thread m2oeysiev3.fsf@naima.lensflare.org.
220         Tiny patch from letters@hotpop.com (Jari Aalto+mail.linux).
221
222 2003-08-13  Reiner Steib  <Reiner.Steib@gmx.de>
223
224         * gnus-score.el (gnus-summary-score-effect): Fix interactive use.
225
226 2003-08-10  Teodor Zlatanov  <tzz@lifelogs.com>
227
228         * gnus-draft.el (gnus-draft-send-all-messages): ask if all drafts
229         should be sent unless gnus-expert-user is on
230
231 2003-08-09  Jesper Harder  <harder@ifa.au.dk>
232
233         * pgg-gpg.el (pgg-gpg-extra-args): Fix customization type.
234
235 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
236
237         * pgg-gpg.el (pgg-gpg-process-region): Bind
238         default-enable-multibyte-characters to nil.
239
240 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * canlock.el (canlock-password): Fix customization type.
243         (canlock-password-for-verify): Ditto.
244         * deuglify.el (gnus-outlook-deuglify-unwrap-min): Ditto.
245         (gnus-outlook-deuglify-unwrap-max): Ditto.
246         (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
247         * gnus-sum.el (gnus-sum-thread-tree-root): Ditto.
248         (gnus-sum-thread-tree-false-root): Ditto.
249         (gnus-sum-thread-tree-single-indent): Ditto.
250         * message.el (message-archive-note): Ditto.
251         (message-subscribed-address-file): Ditto.
252         (message-user-fqdn): Ditto.
253         * spam-report.el (spam-report-gmane-regex): Ditto.
254         * spam.el (spam-blackhole-good-server-regex): Ditto.
255
256         * gnus-start.el (gnus-save-killed-list): Fix last change.
257         * message.el (message-courtesy-message): Ditto.
258
259 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
260
261         * gnus-art.el (gnus-header-face-alist): Revert previous change.
262         (gnus-header-newsgroups-face): Explain that it's only used for
263         crossposts.
264
265 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * gnus-registry.el (gnus-registry-max-entries): Fix customization
268         type.
269         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
270         * gnus.el (gnus-refer-article-method): Ditto.
271         * message.el (message-courtesy-message): Ditto.
272
273 2003-08-06  Jesper Harder  <harder@ifa.au.dk>
274
275         * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry.
276         From Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch)
277
278 2003-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * gnus-start.el (gnus-save-killed-list): Fix customization type.
281         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
282         * gnus.el (gnus-use-long-file-name): Ditto.
283
284 2003-08-04  Jesper Harder  <harder@ifa.au.dk>
285
286         * gnus-group.el (gnus-group-rename-group): Don't allow renaming to
287         an existing name.
288
289         * gnus-sum.el (gnus-summary-highlight): Add uncached to docstring.
290
291         * nnmail.el (nnmail-large-newsgroup): Docstring fix.
292
293         * nntp.el (nntp-large-newsgroup): do.
294
295         * nnspool.el (nnspool-large-newsgroup): do.
296
297         * gnus-cus.el (gnus-group-parameters): Typo.
298
299 2003-07-31  Simon Josefsson  <jas@extundo.com>
300
301         * mml-sec.el (mml-signencrypt-style-alist): Use separate S/MIME
302         method by default (revert partial 2003-07-10 patch).
303
304 2003-07-28  Dave Love  <fx@gnu.org>
305
306         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el: Require cl when compiling.
307
308 2003-07-26  Teodor Zlatanov  <tzz@lifelogs.com>
309
310         * gnus-registry.el (gnus-registry-install): add an initial
311         registry read to the loading when gnus-registry-install is set
312
313 2003-07-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
314
315         * flow-fill.el (fill-flowed): Empty lines separate paragraphs
316         even if the preceding line ends with a soft break.  Tiny patch
317         from Mark Thomas <swoon@bellatlantic.net>.
318
319 2003-07-25  Teodor Zlatanov  <tzz@lifelogs.com>
320
321         * spam.el (spam-use-regex-body, spam-regex-body-spam) 
322         (spam-regex-body-ham): new variables, default to nil/empty/empty
323         (spam-install-hooks): added spam-use-regex-body to list or
324         pre-install conditions
325         (spam-list-of-checks): added spam-use-regex-body and
326         spam-check-regex-body to list of checks
327         (spam-list-of-statistical-checks): added spam-use-regex-body to
328         list of statistical checks
329         (spam-check-regex-body): invokes spam-check-regex-headers with
330         appropriate variable masking
331         (spam-check-regex-headers): changes to print "body" or "header"
332         where appropriate
333
334 2003-07-25  Jesper Harder  <harder@ifa.au.dk>
335
336         * smime.el (smime-ask-passphrase): Use read-passwd rather than
337         comint-read-noecho.  The former is more secure.
338
339 2003-07-24  Teodor Zlatanov  <tzz@lifelogs.com>
340
341         * gnus-registry.el (gnus-registry-cache-whitespace): make "adding
342         whitespace" message level 5 instead of 4
343         (gnus-registry-clean-empty-function): new function to remove empty
344         registry entries
345         (gnus-registry-clean-empty): new variable to enable cleaning the
346         registry when saving it by calling gnus-registry-clean-empty-function
347
348         * spam.el (spam-summary-prepare-exit): use spam-process-ham-in-spam-groups
349         (spam-process-ham-in-spam-groups): new variable
350
351 2003-07-24  Jesper Harder  <harder@ifa.au.dk>
352
353         * pgg-gpg.el (pgg-gpg-process-region): Add "--yes" to options.
354
355         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes
356         from 2003-04-03 to fix security problem.  See
357         http://www.debian.org/security/2003/dsa-339
358
359 2003-07-23  Teodor Zlatanov  <tzz@lifelogs.com>
360
361         * gnus.el (gnus-install-group-spam-parameters): add the
362         gnus-ticked-mark to the possible choices of ham marks
363
364         * spam.el (spam-process-ham-in-nonham-groups): new variable
365         (spam-summary-prepare-exit): use spam-process-ham-in-nonham-groups
366
367 2003-07-23  Jesper Harder  <harder@ifa.au.dk>
368
369         * rfc2047.el (rfc2047-header-encoding-alist): Add Mail-Followup-To
370         and Mail-Copies-To to address-mime.
371         (rfc2047-narrow-to-field): Use rfc2047-point-at-bol.
372
373 2003-07-19  Jesper Harder  <harder@ifa.au.dk>
374
375         * mm-util.el (mm-coding-system-priorities): Docstring improvement.
376
377 2003-07-17  Jesper Harder  <harder@ifa.au.dk>
378
379         * gnus-sum.el (gnus-thread-latest-date): Move condition-case to
380         the right place.
381
382 2003-07-14  Simon Josefsson  <jas@extundo.com>
383
384         * mail-source.el (mail-source-fetch-imap): Don't assume
385         imap-error-text returns something.
386
387 2003-07-12  Nevin Kapur  <kapur@mts.jhu.edu>
388
389         * nnimap.el (nnimap-request-newgroups): Use the pattern in
390         nnimap-list-pattern instead of "*".
391
392 2003-07-10  Simon Josefsson  <jas@extundo.com>
393
394         * mml-sec.el (mml-signencrypt-style-alist): Use "combined" by
395         default.  Improve docstring.
396
397 2003-07-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
398
399         * imap.el (imap-arrival-filter): Fix test for missing process
400         buffer.
401
402 2003-07-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
403         From Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch).
404
405         * imap.el (imap-wait-for-tag): Clarify comment.  Use timeout zero
406         for second, after-process-has-died, accept-process-output.
407         (imap-arrival-filter): If PROC has no buffer, do nothing.
408
409 2003-07-09  Jesper Harder  <harder@ifa.au.dk>
410
411         * flow-fill.el: Docstring and message fixes.
412
413         * deuglify.el: do.
414
415         * gnus-int.el: do.
416
417         * gnus-msg.el: do.
418
419         * gnus-util.el: do.
420
421         * gnus-draft.el: do.
422
423         * gnus-start.el: do.
424
425         * gnus.el: do.
426
427         * gnus-group.el: do.
428
429         * gnus-art.el: do.
430
431         * gnus-sum.el: do.
432
433         * mail-source.el (mail-source-movemail): Handle non-numerical
434         return values.
435
436 2003-07-08  Jesper Harder  <harder@ifa.au.dk>
437
438         * mailcap.el (mailcap-parse-args-syntax-table)
439         (mailcap-viewer-passes-test): Docstring fix.
440
441         * mm-bodies.el (mm-long-lines-p): Docstring fix.
442
443         * mm-decode.el (mm-w3m-safe-url-regexp, mm-verify-option)
444         (mm-decrypt-option, mm-handle-set-external-undisplayer)
445         (mm-file-name-replace-whitespace): Docstring fix.
446
447         * mm-uu.el (mm-uu-emacs-sources-regexp): Docstring fix.
448         (mm-uu-pgp-signed-test): Fix message.
449
450         * mml.el (mml-tweak-sexp-alist): Docstring fix.
451         (mml-parse-1, mml-insert-mime-headers): Fix message.
452
453         * message.el (message-archive-header)
454         (message-subscribed-address-functions)
455         (message-subscribed-addresses, message-subscribed-regexps)
456         (message-canlock-generate)
457         (message-generate-new-buffer-clone-locals): Docstring fixes.
458
459 2003-07-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
460
461         * imap.el (imap-wait-for-tag): After the process has died, look
462         for more output still pending.  From Gaute B Strokkenes
463         <gs234@cam.ac.uk> (tiny patch).
464
465 2003-07-07  Teodor Zlatanov  <tzz@lifelogs.com>
466
467         * spam.el (spam-bogofilter-score): redisplay article normally
468         after spam-bogofilter-score is called
469
470 2003-07-06  Jesper Harder  <harder@ifa.au.dk>
471
472         * message.el (message-send-mail-with-sendmail): Handle
473         non-numeric return values.
474
475         * gnus-sum.el (gnus-print-buffer): Apply emphasis.
476         From Michael Piotrowski <mxp@dynalabs.de> (tiny change).
477
478         * gnus-start.el (gnus-clear-system): Revert change from
479         2003-06-19.
480
481 2003-07-04  Dave Love  <fx@gnu.org>
482
483         * rfc2047.el (rfc2047-q-encode-region): Exclude especials from
484         characters not encoded, and make the list more legible.
485
486 2003-07-04  Jesper Harder  <harder@ifa.au.dk>
487
488         * message.el (message-make-from): Revert change from 2002-01-08.
489
490 2003-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * nnheader.el (nnheader-init-server-buffer): Don't add
493         nntp-server-buffer to list of Gnus buffers.
494
495 2003-06-25  Teodor Zlatanov  <tzz@lifelogs.com>
496
497         * spam.el (spam-parse-list): prevent empty ("") strings
498
499 2003-06-24  Teodor Zlatanov  <tzz@lifelogs.com>
500
501         * spam.el (spam-parse-list): use gnus-extract-address-components
502         instead of ietf-drums-parse-addresses
503         (spam-from-listed-p): let* was unnecessary
504
505 2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
506
507         * gnus-ems.el (gnus-put-image): Mark the right text segment with
508         gnus-image-category. 
509
510         * gnus-srvr.el (gnus-browse-unsubscribe-group): Strip prefix from
511         native groups.
512
513         * gnus-topic.el (gnus-group-prepare-topics): Update topic line
514         format specs.
515
516         * gnus-picon.el: Written by moi, moi, moi.
517
518         * gnus-group.el (gnus-group-kill-group): Clean up.
519
520 2003-06-23  Teodor Zlatanov  <tzz@lifelogs.com>
521
522         * spam.el (spam-from-listed-p, spam-parse-list): use
523         ietf-drums-parse-addresses to extract the address portion of the
524         whitelist/blacklist file if it looks like an address can be found
525
526 2003-06-23  Didier Verna  <didier@xemacs.org>
527
528         * gnus-ems.el (gnus-put-image): New argument CATEGORY. Add it as a
529         text property.
530         (gnus-remove-image): New argument CATEGORY. Only remove if
531         category matches.
532         * gnus-xmas.el (gnus-xmas-put-image):
533         (gnus-xmas-remove-image): Ditto, with extents.
534         * gnus-art.el (gnus-delete-images): Pass CATEGORY argument to
535         gnus-[xmas-]remove-image.
536         (article-display-face): Don't always act as a toggle. Call
537         `gnus-put-image' with CATEGORY argument.
538         (article-display-x-face): Call `gnus-put-image' with CATEGORY
539         argument.
540         * smiley.el (smiley-region): Ditto.
541         * gnus-fun.el (gnus-display-x-face-in-from): Ditto.
542         * gnus-picon.el (gnus-picon-insert-glyph): Ditto.
543         (gnus-treat-mail-picon): Don't always act as a toggle.
544         * gnus-picon.el (gnus-treat-newsgroups-picon): Ditto.
545
546 2003-06-23  Didier Verna  <didier@xemacs.org>
547
548         * gnus-art.el (article-display-face): Check for existence of the
549         original article buffer before switching to it.
550
551 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
552
553         * mm-util.el (mm-append-to-file): Say "Appended to".  Suggested by
554         Dan Jacobson <jidanni@jidanni.org>.
555
556         * mm-view.el (mm-inline-message): Bind
557         gnus-original-article-buffer to the buffer in the mml handle
558         holding the message.
559
560 2003-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
561
562         * message.el (sender, from): No need to bind them.
563
564 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
565
566         * spam.el (spam-enter-list): search-forward specified wrong
567
568 2003-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569
570         * gnus-art.el: Comment fix.
571
572 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
573
574         * gnus-msg.el (gnus-configure-posting-styles): Remove unused
575         variable.  From Jan Rychter <jan@rychter.com>.
576
577         * spam.el (spam-spamoracle-learn): insert-string is obsolete.
578
579 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
580
581         * spam.el (spam-enter-list): do not enter duplicate addresses into
582         the whitelist/blacklist
583
584 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
585
586         * nnheader.el (nnheader-init-server-buffer): Add
587         nntp-server-buffer to gnus-buffers.
588
589         * gnus-start.el (gnus-clear-system): Now we don't need to kill
590         nntp-server-buffer separately.
591
592 2003-06-18  Didier Verna  <didier@xemacs.org>
593
594         * gnus-art.el (article-display-face): Correctly toggle between
595         display and hiding. Handle multiple Face headers.
596
597 2003-06-17  Dave Love  <fx@gnu.org>
598
599         * nnimap.el: Require cl when compiling.
600
601         * message.el (message-fix-before-sending): Reinstate nullifying
602         the invisible text property.
603         (sender, from): Defvar when compiling.
604         (message-is-yours-p): Remove autoload cookie.
605
606 2003-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
607
608         * gnus-util.el (gnus-extract-address-components): Added
609         doc-string.
610
611 2003-06-16  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
612
613         * nnml.el (nnml-current-group-article-to-file-alist): Don't read
614         overview when using compressed files.  From Michael Albinus
615         <Michael.Albinus@alcatel.de>.
616
617 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * gnus-sum.el (gnus-summary-refer-parent-article): Extract
620         Message-ID from In-Reply-To header.
621
622 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
623
624         * message.el (message-is-yours-p): Narrow to head; extract from
625         and sender by itself.
626         (message-cancel-news, message-supersede): Remove useless things.
627
628 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
629
630         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
631         `gnus-article-emulate-mime'.
632
633 2003-06-15  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
634         From Tommi Vainikainen <thv+gnus@iki.fi>.
635
636         * message.el (message-is-yours-p): New function.  Separated common
637         code from message-cancel-news and message-supersede.  Added
638         matching code which uses message-alternative-emails regexp as last
639         resort.
640         (message-cancel-news, message-supersede): Use message-is-yours-p.
641
642 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
643
644         * nnimap.el (nnimap-split-articles): Narrow the right buffer to
645         the headers.  From Niklas Morberg <niklas.morberg@axis.com>.
646
647 2003-06-12  Dave Love  <fx@gnu.org>
648
649         * nnheader.el (nnheader-functionp): Deleted.
650
651         * nnmail.el (nnmail-split-fancy-syntax-table): Define all in
652         defvar.
653         (nnmail-version): Deleted.
654         (nnmail-check-duplication, nnmail-expiry-target-group): Don't use
655         nnheader-functionp.
656
657 2003-06-10  Teodor Zlatanov  <tzz@lifelogs.com>
658
659         * spam.el (spam-check-bogofilter-headers): fix for when the score
660         is requested but the message is not spam
661
662 2003-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
663         From Eric
664         <knauel@informatik.uni-tuebingen.de>
665
666         * spam.el (spam-use-spamoracle): new variable
667         (spam-install-hooks): add spamoracle to the list of conditions
668         for activation of spam-install-hooks
669         (spam-spamoracle): new variable customization group
670         (spam-spamoracle, spam-spamoracle): new variables
671         (spam-group-spam-processor-spamoracle-p)
672         (spam-group-ham-processor-spamoracle-p): new functions
673         (spam-summary-prepare-exit): added spamoracle ham/spam exit processing
674         (spam-list-of-checks, spam-list-of-statistical-checks): add
675         spam-use-spamoracle
676         (spam-check-spamoracle, spam-spamoracle-learn)
677         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): new functions
678
679         * gnus.el (gnus-group-spam-exit-processor-spamoracle)
680         (gnus-group-ham-exit-processor-spamoracle): new variables for SpamOracle
681         (spam-process, ham-process): added spamoracle spam/ham processors
682
683 2003-06-08  Jesper Harder  <harder@ifa.au.dk>
684
685         * message.el (message-beginning-of-line): Docstring improvement.
686         Suggested by Michael R. Wolf <MichaelRunningWolf@att.net>
687
688 2003-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
689
690         * gnus-sum.el (gnus-summary-make-menu-bar): Removed ["Add buttons"
691         gnus-summary-display-buttonized t]
692
693 2003-06-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
694
695         * nnmail.el (nnmail-split-fancy-match-partial-words): Doc string
696         fix.  Reported by Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>.
697
698 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
699
700         * message.el (message-beginning-of-line): Docstring improvement.
701
702 2003-06-06  Jesper Harder  <harder@ifa.au.dk>
703
704         * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP
705         groups correctly.
706
707 2003-06-06  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
708         From Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
709
710         * message.el (message-fetch-field): Augment documentation to state
711         the narrowed-to-headers restriction.
712         (message-change-subject, message-reduce-to-to-cc)
713         (message-generate-unsubscribed-mail-followup-to)
714         (message-insert-importance-high, message-insert-importance-low)
715         (message-insert-or-toggle-importance)
716         (message-insert-disposition-notification-to): Narrow to headers
717         before calling message-fetch-field or message-remove-header.
718
719 2003-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
720
721         * gnus-registry.el (gnus-registry-trim): fix for when
722         gnus-registry-max-entries is nil
723
724 2003-06-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
725
726         * qp.el (quoted-printable-decode-region): Don't error out on
727         malformed text.
728
729 2003-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * rfc2047.el (rfc2047-encode-region): Don't error out on invalid
732         strings.
733
734 2003-06-04  Jesper Harder  <harder@ifa.au.dk>
735
736         * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte.
737         From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny
738         change)
739
740 2003-06-03  Dave Love  <fx@gnu.org>
741
742         * gnus-soup.el (gnus-soup-send-packet): Don't use
743         message-functionp.
744
745         * gnus.el (gnus-agent-cache): Doc fix.
746         (gnus-other-frame): Quote lambda used as hook.
747
748         * message.el: Doc fixes.
749         (message-functionp): Deleted.  Callers changed.
750         (message-fix-before-sending): Highlight with overlays.  Clarify
751         `illegible text' messages.
752         (rmail-enable-mime-composing, gnus-message-group-art): Defvar when
753         compiling.
754         (gnus-find-method-for-group, nnvirtual-find-group-art): Autoload.
755
756 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
757
758         * nnmail.el (nnmail-split-fancy-match-partial-words): New user
759         option.
760         (nnmail-split-it): Obey it.  Don't let-bind regexp twice.
761
762         * message.el (message-fetch-field): Mention narrow-to-headers
763         requirement.
764
765 2003-06-03  Jesper Harder  <harder@ifa.au.dk>
766
767         * gnus-xmas.el (gnus-xmas-create-image): Use
768         insert-file-contents-literally.  From: Eric Eide
769         <eeide@cs.utah.edu>
770
771 2003-06-02  Teodor Zlatanov  <tzz@lifelogs.com>
772
773         * gnus-registry.el (gnus-registry-fetch-group): always return the
774         short name of the group
775
776 2003-06-02  Jesper Harder  <harder@ifa.au.dk>
777
778         * gnus-cus.el (defvar): Silence byte-compiler warnings.
779
780         * gnus-sum.el (gnus-get-newsgroup-headers): Unfold headers.
781
782 2003-05-31  Jesper Harder  <harder@ifa.au.dk>
783
784         * gnus-art.el (article-unsplit-urls): Use gnus-treat-article
785         rather than gnus-display-mime-function.
786
787 2003-05-30  Teodor Zlatanov  <tzz@lifelogs.com>
788
789         * gnus-registry.el (gnus-registry-use-long-group-names): new variable
790         (gnus-registry-add-group): use it
791         (gnus-registry-trim-articles-without-groups): new variable
792         (gnus-registry-delete-group): use it
793         (gnus-registry-unload-hook): uninstall all the hooks
794
795         * spam.el (spam-install-hooks-function, spam-unload-hook): new
796         functions so users that load spam.el for customization don't get
797         all the hooks installed
798         (spam-install-hooks): new variable, set to t by default if user
799         has one of the spam-use-* variables set
800
801         * spam-stat.el (spam-stat-install-hooks, spam-stat-unload-hook): new
802         functions so users that load spam-stat.el for customization don't get
803         all the hooks installed
804
805 2003-05-30  Dave Love  <fx@gnu.org>
806
807         * rfc2047.el (rfc2047-decode): Don't use
808         mm-with-unibyte-current-buffer.
809
810         * qp.el (quoted-printable-decode-string): Use
811         mm-with-unibyte-buffer.
812
813 2003-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
814
815         * gnus-registry.el (gnus-registry-save): allow forced saving even
816         when registry is not dirty.  Use gnus-registry-trim to shorten the
817         gnus-registry-alist.
818         (gnus-registry-max-entries): new variable
819         (gnus-registry-trim): new function, trim gnus-registry-alist to
820         size gnus-registry-max-entries, sorting by entry mtime so the
821         newest entries stick around
822
823         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): instead of
824         just one specific variable, allow a list of specific variables
825
826 2003-05-28  Dave Love  <fx@gnu.org>
827
828         * rfc2047.el (rfc2047-encode-region): Skip ASCII at beginning and
829         end of region.
830
831 2003-05-28  Jesper Harder  <harder@ifa.au.dk>
832
833         * lpath.el: Add put-char-table and get-char-table.
834
835 2003-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
836
837         * gnus-registry.el (gnus-registry-dirty): flag for modified registry
838         (gnus-registry-save, gnus-registry-read)
839         (gnus-registry-store-extra, gnus-registry-clear): use it (note
840         that gnus-registry-store-extra is invoked for all modifications to
841         set the mtime, so gnus-registry-dirty only needs to be set there)
842
843 2003-05-23  Simon Josefsson  <jas@extundo.com>
844
845         * mml1991.el (mml1991-pgg-sign): Use mml-sender instead of
846         message-sender.
847
848         * gnus-art.el (gnus-use-idna): Check if idna-program is installed.
849
850         * message.el (message-use-idna): Ditto.
851
852 2003-05-20  Dave Love  <fx@gnu.org>
853
854         * rfc2047.el (rfc2047-q-encoding-alist): Deleted.
855         (rfc2047-q-encode-region): Don't use it.
856         (rfc2047-encode-message-header) <(eq method 'mime)>: Bind
857         rfc2047-encoding-type to `mime'.
858         (rfc2047-encode-string, rfc2047-encode): Doc fix.
859
860 2003-05-20  Jesper Harder  <harder@ifa.au.dk>
861
862         * message.el (message-send-mail): Don't insert a courtesy copy
863         notice in base64 encoded messages.
864
865 2003-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
866
867         * gnus-sum.el (gnus-summary-move-article): Don't copy expirable
868         marks if the destination group is not auto-expirable.
869
870 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
871
872         * dgnushack.el (assq-delete-all): Removed the compiler macro.
873
874 2003-05-14  Kevin Greiner <kgreiner@xpediantsolutions.com>
875
876         * gnus-agent.el (gnus-agentize): Updated documentation to match
877         usage.
878         (gnus-agent-expire-group-1): Do not skip over a group when the
879         force argument is set.
880         * gnus.el (gnus-agent): Updated documentation to reflect that
881         gnus-agent now defaults to t.
882
883 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884
885         * gnus.el (gnus-version-number): Bump.
886
887 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
888
889         * gnus.el: Gnus v5.10.2 is released.
890
891 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * mail-source.el (mail-source-delete-incoming): Changed to t.
894
895         * rfc2047.el (rfc2047-syntax-table): Funcall.
896
897         * lpath.el ((featurep 'xemacs)): Added set-char-table-range.
898         ((featurep 'xemacs)): No, don't.
899
900         * rfc2047.el (rfc2047-encodable-p): Use the header charset.
901
902         * gnus-sum.el (gnus-summary-reselect-current-group): Supply
903         leave-hidden.
904
905 2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
906
907         * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
908         patch.)
909
910 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * gnus-registry.el (gnus-registry-store-extra-entry): Use
913         gnus-assq-delete-all.
914
915         * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
916
917         * message.el (message-ignored-bounced-headers): Add Delivered-To.
918
919         * gnus-sum.el (gnus-summary-find-next): Indent.
920         (gnus-summary-find-prev): Ditto.
921         (gnus-summary-catchup): Doc fix.
922         (gnus-summary-mark-current-read-and-unread-as-read): New function.
923         (gnus-summary-catchup): Really mark after point.
924
925         * gnus-util.el (gnus-user-date): Use %d instead of %m.
926         (gnus-user-date): Use floating point time so that we don't get
927         overflows.
928
929         * gnus-sum.el (gnus-summary-local-variables): Clean up.
930
931         * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
932         since none of the other image things do.
933
934 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
937
938 2003-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * lpath.el: Fbind find-coding-system.
941
942         * dgnushack.el (dgnushack-make-load): Remove redundant format call
943         in message.  Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>.
944         * pop3.el (pop3-movemail): Ditto.
945
946 2003-05-12  Colin Marquardt <c.marquardt@alcatel.de>  (tiny change)
947
948         * gnus.el (gnus-agent): Docstring fix.
949
950 2003-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
951
952         * gnus-registry.el (gnus-registry-install): new variable
953         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry)
954         (gnus-registry-store-extra-entry, gnus-registry-delete-group)
955         (gnus-registry-add-group): add a modification timestamp to each entry
956         (gnus-registry-install-hooks): new function
957
958 2003-05-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
959
960         * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
961         (gnus-agent-cat-disable-undownloaded-faces): New function.
962         Accessor for new agent property
963         'agent-disable-undownloaded-faces'.
964         gnus-cus.el (gnus-agent-parameters): Added
965         agent-disable-undownloaded-faces and corrected documentation.
966         (gnus-agent-cat-prepare-category-field,
967         gnus-agent-customize-category): Changed to avoid creating free
968         references to each field's symbol.
969         gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
970         (gnus-select-newgroup): Initialize it.
971         (gnus-summary-highlight-line): Use it.
972
973 2003-05-12  Dave Love  <fx@gnu.org>
974
975         * mm-util.el (mm-read-charset): Deleted.
976         (mm-coding-system-mime-charset): New.
977         (mm-read-coding-system, mm-mule-charset-to-mime-charset)
978         (mm-charset-to-coding-system, mm-mime-charset)
979         (mm-find-mime-charset-region): Use it.
980         (mm-default-multibyte-p): Fix non-mule case.
981
982         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
983         and compile.
984         (rfc2047-syntax-table): Fix building table to work in Emacs 22.
985         (rfc2047-unfold-region): Delete unused var `leading'.
986
987 2003-05-12  Simon Josefsson  <jas@extundo.com>
988
989         * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible
990         output window if one is available.  Tiny patch from Ville Skytt\e,Ad\e(B
991         <scop@xemacs.org>.
992
993 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994
995         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
996         space.
997
998 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
999
1000         * gnus-sum.el (gnus-summary-enter-digest-group): Don't do article
1001         washing etc.
1002         (gnus-handle-ephemeral-exit): Don't reload article after exiting.
1003
1004         * nndoc.el (nndoc-type-alist): `mime-digest' should be before
1005         `mime-parts'.
1006
1007 2003-05-10  Jesper Harder  <harder@ifa.au.dk>
1008
1009         * gnus-cite.el (gnus-article-hide-citation-maybe): Make toggling
1010         work.  Update mode-line.
1011
1012 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * gnus.el (gnus-logo-color-alist): Added no colours.
1015
1016 2003-05-09  Dave Love  <fx@gnu.org>
1017
1018         * utf7.el (mm-util): Require.
1019         (utf7-direct-encoding-chars, utf7-imap-direct-encoding-chars):
1020         Defconst, not defvar.
1021         (utf7-utf-16-coding-system): New.
1022         (utf7-encode-internal): Hoist concat out of loop.
1023         (utf7-fragment-encode): Use mm-with-unibyte-current-buffer.
1024         (utf7-get-u16char-converter) [utf7-utf-16-coding-system]: New
1025         case.
1026         (utf7-latin1-u16-char-converter): Encode the region.
1027         (utf7-u16-latin1-char-converter): Decode the region.
1028         (utf7-encode, utf7-decode): Fix multibyteness.
1029
1030         * mm-bodies.el (mm-body-7-or-8): Don't special-case mule.
1031         (mm-encode-body): Use mm-read-coding-system, not mm-read-charset.
1032         (mm-uu-yenc-decode-function): Defvar when compiling.
1033         (mm-encode-body, mm-decode-body): Doc fix.
1034
1035 2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1036
1037         * gnus-registry.el (gnus-registry-unregistered-group-regex):
1038         removed in favor of the group/topic/global variables
1039         (gnus-registry-register-message-ids): fixed test to omit
1040         gnus-registry-unregistered-group-regex
1041
1042         * gnus.el (gnus-variable-list): removed gnus-registry-alist and
1043         gnus-registry-headers-alist from the list
1044         (gnus-registry-headers-alist): removed
1045         (registry-ignore): new parameter, with accompanying
1046         gnus-registry-ignored-groups global variable
1047
1048         * gnus-start.el (gnus-clear-system): no need to clear the
1049         registry, we can do it ourselves
1050         (gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
1051         used by gnus-registry.el
1052
1053         * gnus-registry.el (gnus-registry-cache-file): new file variable
1054         (gnus-registry-cache-read, gnus-registry-cache-save): new
1055         functions
1056         (gnus-registry-cache-whitespace): new function.  From Dan
1057         Christensen <jdc@chow.mat.jhu.edu>
1058         (gnus-registry-save, gnus-registry-read): use the new
1059         gnus-registry-cache-{read|save} functions, and change the name
1060         from gnus-registry-translate-{from|to}-alist
1061         (gnus-registry-clear): fixed so it doesn't refer to old function name
1062
1063 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
1064
1065         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
1066         address.
1067
1068 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
1069
1070         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
1071         the list of cleared variables
1072
1073         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1074         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
1075         in addition to a list of regexes.
1076
1077         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
1078         Morberg <niklas.morberg@axis.com>
1079
1080 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1081
1082         * gnus-sum.el (gnus-summary-next-page): Mention
1083         `gnus-article-skip-boring' in docstring.
1084
1085 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
1086
1087         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
1088         syntax here.
1089
1090         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
1091         whitespace syntax class when parsing email addresses.
1092
1093         * message.el (message-forward-subject-name-subject): Don't use
1094         mail-decode-encoded-word-string before parsing from.
1095
1096 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1097
1098         * message.el (message-setup-1): Setup alternative email before
1099         generate-headers.
1100
1101         (message-forward-subject-name-subject): Fix the case when the
1102         field "from" doesn't exist.
1103
1104 2003-05-07  Dave Love  <fx@gnu.org>
1105
1106         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
1107
1108         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
1109         possible values.
1110
1111 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
1112
1113         * message.el (message-kill-to-signature): Fix.
1114
1115 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
1116
1117         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
1118
1119         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
1120         (gnus-mime-display-multipart-related-as-mixed)
1121         (gnus-button-mid-or-mail-heuristic-alist): do.
1122
1123 2003-05-05  Dave Love  <fx@gnu.org>
1124
1125         * mm-util.el (mm-default-multibyte-p): New.
1126         (mm-coding-system-p): Maybe use find-coding-systems.
1127
1128 2003-05-04  Dave Love  <fx@gnu.org>
1129
1130         * rfc2047.el (with-syntax-table): Define if necessary.
1131         (rfc2047-syntax-table): Fix last change for XEmacs.
1132         (rfc2047-parse-and-decode): Revert last change.
1133
1134 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
1135
1136         * gnus.el: Don't test for `mm-guess-mime-charset'.
1137
1138         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
1139
1140         * gnus.el (gnus-default-charset): Set default value to
1141         `undecided'.
1142
1143         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
1144         mm-decode-body.
1145
1146         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
1147         (mm-decode-body): Don't use mm-decode-coding-region-safely.
1148
1149 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
1150
1151         * gnus-util.el (gnus-multiple-choice): Add ", ?".
1152
1153 2003-05-03  Dave Love  <fx@gnu.org>
1154
1155         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
1156         with 2 args.
1157         (rfc2047-decode-string): Don't set the buffer multibyte before
1158         calling buffer-string.
1159
1160         * mm-encode.el (mm-long-lines-p): Autoload.
1161         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
1162         unibyte.  Signal error on unknown encoding.
1163         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
1164
1165         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
1166         Callers of gnus- versions changed to use them.
1167         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
1168         fixes.
1169         (rfc2047-encoding-type): New.
1170         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
1171         Don't include header name field in encoding.  Add `address-mime'
1172         case and bind rfc2047-encoding-type for `mime' case.
1173         (rfc2047-encodable-p): Deleted.
1174         (rfc2047-syntax-table): New.
1175         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
1176         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
1177         in place rather than by passing strings.
1178         (rfc2047-encode-string): Doc fix.
1179         (rfc2047-q-encode-region): Don't use
1180         mm-with-unibyte-current-buffer.
1181         (rfc2047-encoded-word-regexp): eval-and-compile.
1182         (rfc2047-decode-region): Avoid concatenation in loop.
1183         (rfc2047-parse-and-decode): Remove useless disjunction.
1184
1185 2003-05-02  Dave Love  <fx@gnu.org>
1186
1187         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
1188         mm-with-unibyte-current-buffer.
1189         (ietf-drums, gnus-util): don't require.
1190
1191         * sieve.el (sieve-manage-mode-menu): Define before use.
1192
1193         * mml-smime.el (message-narrow-to-headers): Autoload.
1194
1195         * mm-util.el (mm-coding-system-p): Don't override nil from
1196         coding-system-p.
1197         (mm-mule4-p, mm-disable-multibyte-mule4)
1198         (mm-with-unibyte-current-buffer-mule4): Deleted.
1199         (mm-multibyte-p): Use defun, not defalias.
1200         (mm-make-temp-file): Moved to group at top of file.
1201         (mm-point-at-eol, mm-point-at-bol): New.
1202
1203         * gnus-cite.el (gnus-art): Require.
1204
1205         * gnus-ems.el (gnus-get-buffer-create)
1206         (nnheader-find-etc-directory, message-text-with-property):
1207         Autoload.
1208         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
1209         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
1210         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
1211         (gnus-check-before-posting): Only defvar when compiling.
1212
1213         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
1214
1215         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
1216         Defvar when compiling.
1217         (gnus-output-to-rmail): Require mm-util.
1218
1219         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
1220         (mail-source-make-complex-temp-name): Deleted.
1221
1222         * message.el (message-use-idna): Use mm-coding-system-p.
1223         (message-tokenize-header, message-make-organization)
1224         (message-make-from):  Use with-temp-buffer.
1225         (message-set-work-buffer): Deleted.
1226         (message-fill-paragraph): Use `if' not `and' for compiler warning.
1227         (message-check-news-header-syntax): Remove useless lambda.
1228         (message-forward-make-body): Use mm-disable-multibyte,
1229         mm-with-unibyte-current-buffer, mm-enable-multibyte.
1230         (message-replace-chars-in-string): Deleted.
1231
1232         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
1233         (mm-extern-url): Use mm-with-unibyte-current-buffer,
1234         mm-disable-multibyte.
1235         (mm-extern-anon-ftp): Use mm-disable-multibyte.
1236
1237         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
1238         mm-with-unibyte-current-buffer.
1239
1240         * mml2015.el (mml): Require.
1241         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
1242         mm-with-unibyte-current-buffer.
1243
1244         * nnheader.el (gnus-util): Require.
1245
1246         * nntp.el (format-spec, format-spec-make, open-tls-stream):
1247         Autoload.
1248
1249         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
1250         (mail-header-remove-whitespace): Autoload.
1251
1252         * sieve-manage.el (starttls-negotiate): Autoload.
1253
1254 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1255
1256         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
1257
1258 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
1259
1260         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
1261
1262 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * gnus.el (gnus-version-number): Bump.
1265
1266 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1267
1268         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
1269         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
1270
1271         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
1272         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
1273
1274         * gnus-registry.el (gnus-registry-fetch-extra)
1275         (gnus-registry-store-extra, gnus-registry-group-count): new functions
1276         (gnus-registry-fetch-group, gnus-registry-delete-group)
1277         (gnus-registry-add-group): changed to work with extra data element
1278         if present
1279
1280 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1281
1282         * gnus.el: Gnus v5.10.1 is released.
1283
1284 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1285
1286         * gnus.el: Oort Gnus v0.24 is released.
1287
1288 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1289
1290         * dgnushack.el (when): Check whether defadvice is fbound.
1291
1292 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1293
1294         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
1295         (gnus-registry-register-message-ids): use it
1296
1297 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298
1299         * gnus.el (gnus-version-number): Bump.
1300
1301         * gnus.el: Update copyright for several files.
1302
1303 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1304
1305         * gnus.el: Oort Gnus v0.23 is released.
1306
1307 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * spam-stat.el (spam-stat-test-directory): Compare against zero.
1310
1311 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
1312
1313         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
1314
1315 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1316
1317         * message.el (message-forward-subject-name-subject): Decode
1318         string when forwarding.
1319
1320 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
1321
1322         * dgnushack.el (when): Add defadvice.
1323
1324 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * gnus.el (gnus-version-number): Bump.
1327
1328 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1329
1330         * gnus.el: Oort Gnus v0.22 is released.
1331
1332 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1333
1334         * gnus.el: Oort Gnus v0.21 is released.
1335
1336 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * gnus.el (gnus-version-number): Bump.
1339
1340 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1341
1342         * gnus.el: Oort Gnus v0.20 is released.
1343
1344 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
1345
1346         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
1347
1348 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
1349
1350         * mm-url.el (mm-url-insert-file-contents): set url-current-object
1351         in the case where mm-url-use-external is set.
1352
1353         * nnrss.el (nnrss-request-article): Change the messages created to
1354         multipart/alternative.  Hopefully fixes a problem interaction with
1355         w3m.
1356         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
1357         around.
1358
1359 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * message.el (message-check-news-header-syntax): Alter "posting"
1362         message.
1363
1364         * nnrss.el (nnrss-node-text): Don't use char classes.
1365
1366 2003-05-01  David Z. Maze  <dmaze@mit.edu>
1367
1368         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
1369         in condition-case.
1370
1371 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1372
1373         * message.el (message-required-headers): Remove In-Reply-To.
1374
1375         * gnus-int.el (gnus-open-server): Revert changes.
1376
1377 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1378
1379         * gnus-int.el (gnus-open-server): Try to open unagentized servers
1380         even when unplugged.
1381
1382 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
1383
1384         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
1385         doc-string.
1386
1387 2003-05-01  Steve Youngs  <youngs@xemacs.org>
1388
1389         * lpath.el: Add a section for non-Mule XEmacsen.
1390         fbind `find-charset-string' and `coding-system-base' in that
1391         section.
1392
1393         * gnus-util.el (gnus-completing-read-maybe-default): New.
1394         (gnus-completing-read): Use it.
1395
1396         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
1397
1398         * gnus-art.el (gnus-read-string): New.
1399         (gnus-summary-pipe-to-muttprint): Use it.
1400
1401         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
1402
1403         * dns.el (dns-make-network-process): Use it.
1404
1405         Take care of some differences between XEmacs 21.1 and newer
1406         versions of XEmacs.
1407
1408 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
1409
1410         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
1411         diagnostic message
1412         (gnus-registry-grep-in-list): don't run when word is nil
1413         (gnus-registry-fetch-message-id-fast): new function
1414         (gnus-registry-delete-group, gnus-registry-add-group): make sure
1415         the id and group are not nil
1416         (gnus-registry-register-message-ids): new function
1417         (gnus-register-action): optimized logical flow
1418         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
1419
1420 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1421
1422         * gnus-delay.el (gnus-delay-article): Call
1423         `gnus-agent-queue-setup' to create the delay group.
1424
1425         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
1426         for the (queue) group name.
1427
1428 2003-04-30  Simon Josefsson  <jas@extundo.com>
1429
1430         * mm-util.el (mm-charset-to-coding-system): Use user specified
1431         charset unless coding-system-get is fboundp.
1432
1433 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
1434
1435         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
1436         Wrapped in eval-when-compile.
1437         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
1438         shouldn't be asked twice to go online with each server.
1439         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
1440         gnus-agent-crosspost, gnus-agent-flush-cache,
1441         gnus-agent-fetch-session, gnus-agent-unread-articles,
1442         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
1443         gnus-agent-group-covered-p): Expanded pop macros used for
1444         effect. Avoids compilation warning in emacs 21.3.
1445
1446         * gnus-int.el (gnus-open-server): Restructured to only open
1447         nnagent when gnus-plugged is nil.
1448
1449 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * lpath.el: Fbind string-to-multibyte.
1452
1453 2003-04-30  Steve Youngs  <youngs@xemacs.org>
1454
1455         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
1456
1457 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
1458
1459         * gnus-registry.el (gnus-registry-fetch-group): faster
1460         (gnus-registry-delete-group): new function
1461         (gnus-registry-add-group): new function
1462         (gnus-register-spool-action): use it
1463         (gnus-register-action): use it
1464         (gnus-registry-translate-from-alist)
1465         (gnus-registry-translate-to-alist): remove the headers registry
1466         for now
1467
1468 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
1469
1470         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
1471
1472 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
1473
1474         * spam-report.el (spam-report-gmane): gnus-summary-article-number
1475         is not necessary, just use the function parameter
1476
1477 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
1478
1479         * spam-stat.el (spam-stat-save): No longer font-locks the file
1480         when saving
1481
1482 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * canlock.el: Bind mail-header-separator when compiling (XEmacs
1485         provides it in mail-lib/auto-autoloads.el).
1486
1487 2003-04-29  Simon Josefsson  <jas@extundo.com>
1488
1489         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
1490         message-sender.
1491
1492         * mml.el (mml-generate-mime-1): Set mml-sender too.
1493
1494 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
1495
1496         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
1497
1498         * mm-url.el (mm-url-use-external): do.
1499
1500 2003-04-29  Simon Josefsson  <jas@extundo.com>
1501
1502         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
1503         warnings).
1504
1505         * sieve-mode.el (c-mode): Ditto.
1506
1507         * pgg.el (run-at-time): Ditto.
1508
1509         * mm-url.el (require): Require timer when compiling for
1510         with-timeout macro (fix xemacs compile warnings).
1511
1512 2003-04-28  Dave Love  <fx@gnu.org>
1513
1514         * gnus-util.el (nnheader): Don't require.
1515         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
1516         Autoload.
1517
1518         * spam.el: Require cl when compiling.
1519
1520         * dns.el: Require cl when compiling.
1521
1522 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
1523
1524         * gnus-art.el (gnus-article-goto-next-page)
1525         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
1526         gnus-pick-mode work.
1527
1528 2003-04-28  Steve Youngs  <youngs@xemacs.org>
1529
1530         * Makefile.in (FLAGS): Use @FLAGS@.
1531
1532 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
1533
1534         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
1535         (gnus-mime-display-multipart-alternative-as-mixed)
1536         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
1537         allow customization.
1538
1539 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
1540
1541         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
1542         currently called (See source for explanation).
1543
1544 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages.
1547         (gnus-summary-mark-read-and-unread-as-read): Take an optional
1548         mark.
1549
1550         * gnus.el (gnus-version-number): Bump.
1551
1552 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1553
1554         * gnus.el: Oort Gnus v0.19 is released.
1555
1556 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
1557
1558         * gnus-registry.el (gnus-register-spool-action): Replaced literal
1559         carriage-return character with its escape sequence.
1560
1561 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562
1563         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
1564
1565         * nnrss.el (nnrss-node-text): Use only one
1566         gnus-replace-in-string.
1567
1568         * gnus.el: Remove gnus-functionp throughout.
1569
1570         * gnus-util.el (gnus-functionp): Removed.
1571
1572         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix.
1573
1574         * message.el (message-required-headers): Add In-Reply-To.
1575
1576 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
1577
1578         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
1579         to binary.
1580
1581 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
1582
1583         * mml.el (mml-preview): do.
1584
1585         * message.el (message-mode): do.
1586
1587         * gnus-undo.el (gnus-undo-mode): do.
1588
1589         * gnus-topic.el (gnus-topic-mode): do.
1590
1591         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
1592
1593         * gnus-msg.el (gnus-setup-message)
1594         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
1595
1596         * gnus-gl.el (gnus-grouplens-mode): do.
1597
1598         * gnus-art.el (gnus-mime-save-part-and-strip)
1599         (gnus-mime-delete-part): Use it.
1600
1601         * gnus-util.el (gnus-make-local-hook): New function.
1602
1603 2003-04-25  Simon Josefsson  <jas@extundo.com>
1604
1605         * nnrss.el (nnrss-node-text): Don't use a star.
1606         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
1607
1608 2003-04-24  Dave Love  <fx@gnu.org>
1609
1610         * mm-encode.el (mm-long-lines-p): Autoload.
1611         (mm-encode-content-transfer-encoding): Don't try to make buffer
1612         unibyte before decoding.  Don't ignore errors for base64 encoding.
1613
1614         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
1615         Signal error on malformed text, as for base64.
1616         (quoted-printable-encode-region): DTRT in Emacs 22.
1617
1618         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
1619         (mm-auto-save-coding-system): Consider utf-8-emacs.
1620         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
1621         (mm-charset-to-coding-system, mm-mime-charset)
1622         (mm-find-mime-charset-region): Check for :mime-charset coding
1623         systems property.
1624
1625         * mml-sec.el (mml2015, mml1991): Don't require.
1626         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt)
1627         (message-goto-body, mml-insert-tag): Autoload.
1628
1629         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
1630
1631         * gnus-start.el (message-make-date): Autoload rather than
1632         requiring message.
1633
1634         * gnus-group.el (gnus-group-name-charset-group-alist): Use
1635         mm-coding-system-p.
1636         (gnus-cache-active-altered): Defvar when compiling.
1637         (gnus-group-delete-group): Re-write to help avoid warnings.
1638
1639         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
1640
1641         * pgg.el: Split eval-when-compile forms.
1642
1643 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
1644
1645         * gnus-group.el (gnus-large-ephemeral-newsgroup)
1646         (gnus-fetch-old-ephemeral-headers): News variables.
1647         (gnus-group-read-ephemeral-group): Use them.
1648
1649 2003-04-24  Simon Josefsson  <jas@extundo.com>
1650
1651         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
1652
1653         * nnrss.el (nnrss-node-text): Ditto.
1654
1655 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
1658         gnus-inews-mark-gcc-as-read exists.
1659
1660 2003-04-23  Simon Josefsson  <jas@extundo.com>
1661
1662         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
1663         doesn't exceed the regexp stack space.
1664
1665 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
1666
1667         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
1668
1669         * gnus-art.el (gnus-article-hide-pgp-hook): do.
1670
1671 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
1672
1673         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
1674
1675 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
1676
1677         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
1678
1679 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1680
1681         * dgnushack.el (merge, copy-list): Remove compiler macros.
1682         (butlast): Add a compiler macro.
1683
1684 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
1685
1686         * gnus-util.el (gnus-merge): Added "type" argument to match CL
1687         merge and gnus-sum.el's expectations.
1688
1689 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
1690
1691         * gnus-art.el (gnus-button-url-regexp): Added nntp.
1692
1693         * message.el (message-generate-headers-first): Default to
1694         '(references).
1695
1696         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
1697
1698 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
1699
1700         * smime.el (smime-decrypt-region): Insert From header.
1701
1702 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1703
1704         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
1705         Max length of header is 726, not 740.  From Gaute B Strokkenes
1706         <gs234@cam.ac.uk>.
1707
1708 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
1709
1710         * nndb.el, mml1991.el: Fix license template.
1711
1712 2003-04-20  Simon Josefsson  <jas@extundo.com>
1713
1714         * nnimap.el (nnimap-split-articles): Don't download body unless
1715         required.
1716
1717         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
1718         starting process, like imap-kerberos4-open does.
1719
1720         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
1721         license template.
1722
1723         * mml-sec.el: Fix license template.
1724
1725         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
1726         license template.
1727
1728         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
1729         pgg-pgp.el: Fix license template.
1730
1731 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
1732
1733         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
1734
1735 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
1736
1737         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
1738
1739 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1740
1741         * spam.el (spam-split): allow a particular check as a parameter,
1742         e.g. (: spam-split 'spam-use-bogofilter)
1743         (spam-mark-only-unseen-as-spam): new parameter, see doc
1744         (spam-mark-junk-as-spam-routine): use
1745         spam-mark-only-unseen-as-spam, simplify routine to take advantage
1746         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
1747
1748 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1749
1750         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
1751         (gnus-group-guess-full-name): don't prefix the group twice
1752
1753         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
1754
1755         * gnus-registry.el (gnus-registry-clear)
1756         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
1757         (gnus-registry-split-fancy-with-parent): new functions
1758         (gnus-register-spool-action, gnus-register-action): simplified the format
1759         (gnus-registry): new customization group
1760         (gnus-registry-unfollowed-groups): new variable
1761
1762 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * gnus-art.el (gnus-button-alist): Add nntp: urls.
1765         (gnus-header-button-alist): Ditto.
1766
1767 2003-04-17  Dave Love  <fx@gnu.org>
1768
1769         * gnus-util.el (gnus-string-equal): Revert last change.
1770
1771 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
1774
1775 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
1776
1777         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
1778
1779 2003-04-15  Michael Shields  <shields@msrl.com>
1780
1781         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
1782         the broken-reply-to group parameter is set.  Idea from Vasily
1783         Korytov <deskpot@myrealbox.com>.
1784
1785 2003-04-17  Steve Youngs  <youngs@xemacs.org>
1786
1787         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
1788         process.el in XEmacsen >= 21.5.
1789
1790 2003-04-17  Steve Youngs  <youngs@xemacs.org>
1791
1792         * dgnushack.el: Add a whole swag of autoloads and defaliases to
1793         satisfy the byte-compiler when building with XEmacs.
1794
1795         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
1796         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
1797         W3 doesn't have these.
1798
1799         * mailcap.el: Maybe require 'lpr in XEmacs.
1800
1801 2003-04-16  Simon Josefsson  <jas@extundo.com>
1802
1803         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
1804         sender tag, if available.
1805
1806 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1807
1808         * gnus-registry.el (gnus-register-action)
1809         (gnus-register-spool-action, hashtable-to-alist)
1810         (gnus-registry-translate-from-alist, alist-to-hashtable)
1811         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
1812         new variables and function fixes
1813
1814         * gnus.el (gnus-registry-headers-alist): new variable to hold
1815         article header data
1816         (gnus-variable-list): save gnus-registry-headers-alist
1817
1818         * spam-report.el (Module): new module for spam reporting
1819
1820         * gnus.el (spam-process): added
1821         gnus-group-spam-exit-processor-report-gmane to the list of choices
1822         (gnus-install-group-spam-parameters): defined new spam exit processor
1823
1824         * spam.el (autoload): autoload spam-report-gmane when needed
1825         (spam-report-gmane-register-routine): glue for spam-report.el
1826         (spam-group-spam-processor-report-gmane-p): glue for the
1827         gnus-group-spam-exit-processor-report-gmane spam processor
1828         (spam-summary-prepare-exit): check the report-gmane spam processor
1829         and run spam-report-gmane-register-routine if it's active
1830
1831         From John Wiegley <johnw@gnu.org>
1832
1833         * spam.el (spam-bogofilter-score): check bogofilter headers before
1834         checking bogofilter itself
1835
1836 2003-04-16  Dave Love  <fx@gnu.org>
1837
1838         * gnus-agent.el: Wrap defsetf in eval-when-compile.
1839         (gnus-agent-cat-defaccessor): Don't use gensym.
1840
1841         * mml1991.el: Require cl, mm-util when compiling.
1842         (quoted-printable-decode-region, quoted-printable-encode-region):
1843         Autoload.
1844
1845         * pgg.el: Require cl when compiling.
1846
1847         * nnmail.el (gnus): Require.
1848
1849         * gnus-util.el: Move provide to end.
1850         (gnus-string-equal): Maybe use compare-strings.
1851         (gnus-merge): New.
1852
1853         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
1854         (gnus-summary-insert-articles): Use gnus-merge.
1855
1856         * gnus-fun.el: Require cl and mm-util when compiling.
1857
1858         * gnus-diary.el (gnus-diary-delay-format-french)
1859         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
1860
1861         * nndiary.el (nndiary-compute-reminders): Don't use setf with
1862         nthcdr.
1863
1864 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
1865
1866         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
1867         specify a predicate other than false.
1868         (gnus-category-read): Use the new feature to create a 'default'
1869         category with a 'short' predicate.
1870
1871 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * message.el (message-unique-id): Comment change.
1874
1875         * gnus-art.el (gnus-article-next-page-1): New function.
1876         (gnus-article-next-page): Use it.
1877
1878 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1879
1880         * spam.el (spam-split): added save-restriction to save-excursion
1881
1882 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
1883         From Julien Avarre <julien@avarre.com>
1884
1885         * gnus-fun.el: Fixed autoload cookie.
1886
1887 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
1888         From Remi Letot  <remi.letot@easynet.be>
1889
1890         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
1891         instead of remove-if.
1892
1893 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
1896         copy-sequence instead of remove which is a cl run-time function in
1897         Emacs 20.
1898
1899 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
1900
1901         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
1902         local copy of gnus-discouraged-post-methods with the current
1903         method removed.
1904
1905 2003-04-14  Simon Josefsson  <jas@extundo.com>
1906
1907         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
1908
1909 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1910
1911         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
1912         of `mm-coding-system-priorities' to base coding system.
1913
1914         * gnus-sum.el: Added coding cookie ("middle dot" in
1915         gnus-summary-morse-message).
1916
1917 2003-04-13  Simon Josefsson  <jas@extundo.com>
1918
1919         * gnus-art.el (article-fill-long-lines)
1920         (article-verify-x-pgp-sig, article-decode-group-name)
1921         (gnus-mime-button-menu): Split >80 character lines.
1922
1923 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
1924
1925         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
1926         we're let-binding it.
1927
1928         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
1929
1930 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * message.el (message-hide-headers): Don't do intangible.
1933
1934         * gnus.el (gnus-group-prefixed-name): Comment out the test for
1935         colon.
1936
1937         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
1938         to the ephemeral entry, but the prefixed name.
1939
1940         * gnus.el (gnus-group-prefixed-name): Clean up.
1941
1942 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1943
1944         * gnus-agent.el (gnus-agent-group-pathname): Bind
1945         gnus-command-method so that gnus-agent-directory will always
1946         return a valid directory.
1947         * gnus-cache.el (gnus-cache-enter-article): Remove article from
1948         gnus-newsgroup-undownloaded so that the summary will display the
1949         article as downloaded.
1950         (gnus-cache-remove-article): If the article isn't in the agent,
1951         remove it from gnus-newsgroup-undownloaded so that the summary
1952         will display the article as undownloaded.
1953
1954 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * gnus.el (gnus-version-number): Bump.
1957
1958 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1959
1960         * gnus.el: Oort Gnus v0.18 is released.
1961
1962 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963
1964         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers.
1965
1966 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * gnus-art.el (gnus-article-next-page): Use
1969         gnus-article-over-scroll.
1970         (gnus-article-over-scroll): New variable.
1971
1972         * message.el (message-newline-and-reformat): Place a boundary
1973         before filling.
1974         (message-make-forward-subject-function): Changed default to
1975         message-forward-subject-name-subject.
1976         (message-forward-subject-name-subject): New function.
1977
1978         * nnimap.el (nnimap-split-fancy): Ditto.
1979
1980         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
1981
1982         * gnus-cus.el (gnus-group-parameters): Removed "which see".
1983
1984         * mml.el (mml-minibuffer-read-file): Bind
1985         completion-ignored-extensions to nil.
1986
1987         * message.el (message-fix-before-sending): Comment fix.
1988         (message-fix-before-sending): Make hidden headers visible.
1989         (message-hide-headers): Bind after-change-functions to nil.
1990         (message-forbidden-properties): Put invisible and intangible
1991         back.
1992         (message-strip-forbidden-properties): Ignore message-hidden text.
1993
1994         * gnus-msg.el: Hide headers.
1995
1996         * message.el (message-hidden-headers): New variable.
1997         (message-hide-headers): New function.
1998         (message-hide-header-p): New function.
1999         (message-hide-header-p): Change logic.
2000         (message-forbidden-properties): Remove intangible nil invisible
2001         nil.
2002         (message-hide-headers): Narrow to headers.
2003
2004         * lpath.el (featurep): Bind Info-directory, Info-menu.
2005
2006 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
2007
2008         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
2009         encoded.
2010         (mm-encode-body): Don't corrupt UTF-16.
2011         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
2012
2013 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
2014
2015         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
2016         the CACHE are now detected and handled the same as an article
2017         downloaded into the agent.
2018         (gnus-agent-group-path): Modified to match nnmail-group-pathname
2019         so that the agent front-end and back-end (nnagent) always use the
2020         same directory.
2021         (gnus-agent-group-pathname): New function. Wrapper for
2022         nnmail-group-pathname.
2023         (gnus-agent-expire-unagentized-dirs): New variable.  May be
2024         customized to disable gnus-agent-expire-unagentized-dirs.
2025         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
2026         as the directories in gnus-agent-expire-current-dirs were
2027         expanded.
2028
2029 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
2030
2031         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
2032         body" entry in read only groups.
2033
2034 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
2035
2036         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
2037         and "Create article" items in non-editable groups.
2038
2039 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
2040
2041         * gnus-agent.el (gnus-agent-write-active): Added option of
2042         replacing, rather than updating, the agent's active file.  Do NOT
2043         use the fully qualified group name as gnus-active-to-gnus-format
2044         blindly prefixes group names with server names.
2045         (gnus-agent-save-group-info): Merge BOTH min/max of current active
2046         range, was just merging min, with specified active range.
2047         (gnus-agent-expire): Save agent's active ranges after
2048         expiring all groups.
2049         (gnus-agent-expire-group-1): Update min of agent's active range to
2050         min article currently fetched.
2051         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
2052         same ancestor multiple times.
2053
2054         * gnus-async.el (gnus-asynchronous): Moved defcustom of
2055         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
2056         seems to fix an intermittant error in which loading gnus-async
2057         fails to define gnus-asynchronous (the variable).
2058
2059         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
2060         non-essential.  Removed on all platforms.
2061         (gnus-select-newsgroup): When the agent is active, expand the
2062         group's active range to include fetched articles that are no
2063         longer in the server's active range.
2064
2065         * gnus-util.el (gnus-with-output-to-file): Removed all of the
2066         print-* bindings as they should be handled by the function doing
2067         the printing.
2068
2069 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
2070
2071         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
2072         might be unbound in non-MULE XEmacsen.
2073
2074 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
2075
2076         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
2077         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
2078         recognize diffs.
2079
2080         * mm-bodies.el (mm-decode-body): Use the supplied charset
2081         unconditionally if `code-pages' hasn't been loaded.
2082
2083 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
2084
2085         * gnus-art.el (article-verify-x-pgp-sig): Don't use
2086         `insert-buffer', the docstring says "This function is meant for
2087         the user to run interactively.  Don't call it from programs!"
2088
2089         * mm-extern.el (mm-extern-mail-server): do.
2090
2091         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
2092         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
2093         (mml1991-pgg-encrypt): do.
2094
2095         * pgg.el (pgg-decrypt-region): do.
2096
2097         * mm-view.el (mm-view-pkcs7-decrypt): do.
2098
2099         * mml-smime.el (mml-smime-verify): do.
2100
2101         * mml.el (mml-insert-mime, mml-preview): do.
2102
2103         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
2104         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
2105         (mml2015-pgg-encrypt): do.
2106
2107 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
2110
2111 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
2112
2113         * mm-uu.el (mm-uu-copy-to-buffer): Copy
2114         `buffer-file-coding-system' to the new buffer.
2115         (mm-uu-pgp-signed-extract-1): Don't copy
2116         `buffer-file-coding-system' here.
2117
2118         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
2119         exist in XEmacs.
2120         (mm-decode-body): Add missing quote.
2121
2122         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
2123         buffer-file-coding-system.
2124
2125         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
2126         last-coding-system-used.
2127
2128         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
2129         according to buffer-file-coding-system.
2130
2131         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
2132
2133         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
2134         (pgg-pgp-snarf-keys-region): do.
2135
2136         * pgg-pgp5.el (pgg-pgp5-verify-region)
2137         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
2138
2139         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
2140
2141 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2142
2143         * spam.el (spam-split): (save-excursion) around (widen)
2144         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
2145         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
2146
2147 2003-04-05  Steve Youngs  <youngs@xemacs.org>
2148
2149         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
2150         don't use it when loading gnus-sum.el if we're in XEmacs.
2151
2152 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
2153
2154         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2155         print-escape-nonascii to fix more characters in compiled format
2156         specs.
2157
2158 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
2159
2160         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
2161         Fix customization type.
2162
2163 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
2164
2165         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2166         print-quoted, print-readably, print-escape-multibyte, and
2167         print-level to match original behavior of gnus-prin1.  This should
2168         repair the format of .newsrc.eld when using compiled format specs.
2169
2170 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
2171
2172         * gnus-group.el (tool-bar-map): defvar it.
2173
2174         * gnus-art.el (tool-bar-map): do.
2175
2176         * gnus-sum.el (tool-bar-map): do.
2177
2178 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
2179
2180         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
2181
2182 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2183
2184         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
2185         and value.
2186         (gnus-button-alist): Use it.
2187
2188 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
2189
2190         * pgg-gpg.el (pgg-gpg-process-region): do.
2191
2192         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
2193         (pgg-pgp-snarf-keys-region): do.
2194
2195         * pgg-pgp5.el (pgg-pgp5-verify-region)
2196         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
2197
2198         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
2199         unsafe.
2200         (pgg-temporary-file-directory): Remove.
2201
2202 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * lpath.el: Fbind Info-directory and Info-menu.
2205
2206 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
2207
2208         * gnus-util.el (gnus-message): Added doc-string.
2209
2210         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
2211         (gnus-score-edit-file-at-point): Goto first match when using `e'.
2212
2213 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
2214
2215         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
2216         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
2217
2218 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2219
2220         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2221         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
2222
2223 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
2224
2225         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2226         print-escape-newlines to print escape sequences rather than
2227         literal newline characters.
2228
2229 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2230
2231         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
2232         `message-valid-fqdn-regexp' for initialization.
2233         (gnus-button-handle-info-url): Renamed and extended version of
2234         `gnus-button-handle-info'.
2235         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
2236         (gnus-button-handle-symbol, gnus-button-handle-library)
2237         (gnus-button-handle-info-keystrokes): New functions.
2238         (gnus-button-browse-level): New variable.
2239         (gnus-button-alist): Use them.  Added levels.
2240         (gnus-header-button-alist): Added levels.
2241
2242 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243
2244         * gnus.el (gnus-version-number): Bump.
2245
2246 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2247
2248         * gnus.el: Oort Gnus v0.17 is released.
2249
2250 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251
2252         * gnus-start.el (gnus-unload): Removed.
2253
2254         * pop3.el (pop3-read-response): Use
2255         nnheader-accept-process-output.
2256         (pop3-retr): Ditto.
2257
2258         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx.
2259         (mm-text-html-washer-alist): Ditto.
2260
2261 2003-03-31  Simon Josefsson  <jas@extundo.com>
2262
2263         * imap.el (imap-gssapi-program): Also try GNU SASL.
2264         (imap-gssapi-open): Accept GNU SASL greeting.
2265         (imap-read-timeout): New.
2266         (imap-wait-for-tag): Use it.
2267
2268 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * nntp.el (nntp-accept-process-output): Use new function.
2271
2272         * nnheader.el (nnheader-read-timeout): New variable.
2273         (nnheader-accept-process-output): New function.
2274
2275         * nntp.el (nntp-read-timeout): Removed.
2276
2277         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
2278
2279 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
2282
2283 2003-03-30  Simon Josefsson  <jas@extundo.com>
2284
2285         * message.el (message-idna-inside-rhs-p): Narrow to header before
2286         searching.
2287
2288         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
2289
2290 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
2293
2294 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
2295
2296         * message.el (message-make-in-reply-to): Use
2297         mail-extract-address-components to determine sender's
2298         name/address.
2299
2300 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead.
2303
2304         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
2305         valid lambda.
2306         (gnus-registry-translate-from-alist): Ditto.
2307
2308         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2309         print-length to nil.
2310
2311         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
2312
2313         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
2314         (gnus-grab-cam-face): Use it.
2315
2316 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
2317
2318         * nnmaildir.el (nnmaildir-request-set-mark)
2319         (nnmaildir-close-group): Allow each mark directory in a group to
2320         have its own inode for mark files, to accommodate AFS.
2321
2322 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
2323
2324         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
2325         gnus-read-newsrc-el-file
2326         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
2327
2328         * gnus-registry.el (gnus-registry-translate-to-alist)
2329         (gnus-registry-translate-from-alist, alist-to-hashtable)
2330         (hashtable-to-alist): new functions
2331         (gnus-register-spool-action): add a spool item to the registry
2332
2333         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
2334         list of saved variables
2335         (gnus-registry-alist): new variable
2336
2337 2003-03-27  Simon Josefsson  <jas@extundo.com>
2338
2339         * gnus-art.el (article-decode-group-name): Be correct instead of
2340         smart.
2341
2342 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
2343
2344         * lpath.el: Bind url-current-object for Emacs; bind
2345         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
2346         for both Emacsen.
2347
2348 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
2349
2350         * gnus-sum.el (gnus-article-loose-mime)
2351         (gnus-article-emulate-mime): Move to gnus-article-mime customize
2352         group.
2353
2354         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
2355         doc string.
2356
2357 2003-03-26  Kevin Ryde <user42@zip.com.au>
2358
2359         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
2360         gnus-summary-find-uncancelled, skip temporary articles inserted by
2361         "refer" functions.
2362
2363 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
2364
2365         * smiley.el (smiley-buffer): New function.
2366
2367 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
2368
2369         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
2370         gnus-summary-update-line (which updated the article's face) with
2371         gnus-summary-update-download-mark (which updates the article's
2372         face by calling gnus-summary-update-line AND updates the download
2373         mark to show that the article was fetched).
2374
2375 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
2376
2377         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
2378         option of deleting agent directories for groups/servers that are
2379         not currently agentized.
2380         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
2381
2382         * gnus-int.el (gnus-open-server): Report backend errors in
2383         condition handler.
2384
2385 2003-03-23  Simon Josefsson  <jas@extundo.com>
2386
2387         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
2388         header.
2389
2390         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
2391         same as Newsgroups.
2392
2393         * nntp.el (nntp-open-connection-function): Mention
2394         nntp-open-tls-stream.
2395         (nntp-open-tls-stream): New function.
2396
2397         * tls.el: New file.
2398
2399         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
2400         instead of SSL.
2401         (nnimap-stream): Add other streams, link to imap variables.
2402         (nnimap-authenticator): Add other authenticator, link to imap
2403         variables.
2404
2405         * imap.el: Autoload open-tls-stream.
2406         (imap-streams): Add tls in front of ssl.
2407         (imap-stream-alist): Add tls.
2408         (imap-default-tls-port): New variable.
2409         (imap-tls-p, imap-tls-open): New functions.
2410
2411 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2412
2413         * mm-url.el (mm-url-insert-file-contents): parse url only if
2414         results is a list.
2415
2416 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * mail-source.el (mail-source-fetch-imap): Revert.
2419
2420 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
2421
2422         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
2423         less strict regexp.
2424
2425 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426
2427         * mail-source.el (mail-source-fetch-imap): Use buffer name for
2428         more imap function.
2429
2430 2003-03-21  Simon Josefsson  <jas@extundo.com>
2431
2432         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
2433         Followup-To data inline.
2434
2435 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
2436
2437         * gnus-art.el (gnus-treat-display-xface): Don't enable if
2438         icontopbm isn't available.
2439
2440 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
2441
2442         * gnus-int.el (gnus-open-server): Catch errors in backend's
2443         open-server method.  Returns nil rather than crashing startup.
2444
2445         * gnus-sum.el (eval-when-compile): Modified to resolve
2446         compile-time warnings.
2447
2448         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
2449         Reports length of series so that the user can compare N with a
2450         subject that should, if the entire series is present, contain
2451         '(.../N)'.
2452         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
2453         of temp file (Win-XP may leave the temp file locked when the
2454         uudecode process fails).
2455
2456 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2457
2458         * message.el (message-split-line): Ignore error.
2459
2460         * lpath.el (split-line): Avoid split-line warning message.
2461
2462 2003-03-20  Kim F. Storm  <storm@cua.dk>
2463
2464         * message.el (message-split-line): New function.
2465         (message-mode-map): Remap split-line to message-split-line.
2466
2467 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
2468
2469         * message.el (message-make-overlay): Defalias it to make-overlay.
2470         (message-delete-overlay): Defalias it to delete-overlay.
2471         (message-overlay-put): Defalias it to overlay-put.
2472         (message-idna-to-ascii-rhs-1): Use them.
2473
2474         * messagexmas.el (message-xmas-redefine): Defalias some overlay
2475         functions to extent functions.
2476
2477 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2478
2479         * message.el (message-check-news-header-syntax): Fixed regexp.
2480
2481 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2482
2483         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
2484
2485         * mm-url.el (mm-url-insert): Move url-current-object stuff into
2486         mm-url-insert-file-contents.
2487
2488         * nnrss.el (nnrss-fetch): Fetch the local stuff.
2489         (nnrss-check-group): Use it.
2490
2491 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
2492
2493         * nnrss.el: Primitive XML Name-space support.  This means that RSS
2494         feeds like Kevin Burton's[1] can now be read in Gnus.
2495
2496         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
2497         means that if you want to read the RSS feed for example.com, all
2498         you have to do is hit "G R http://www.example.com/ RET" and
2499         nnrss.el will find and the feed listed on the site or (if you have
2500         loaded xml-rpc.el) look it up on syndic8.com.
2501
2502         Marked the message as HTML (by adding a Content-Type header) so
2503         that Gnus will render it as html if the user wants that.
2504
2505         Implemented the ability to save nnrss-group-alist so that any new
2506         feeds the you subscribe to will be found the next time you start
2507         up.
2508
2509         Implemented support for RSS 2.0 elements (author, pubDate).
2510
2511         Prefer for <content:encoded> over <description> where both
2512         elements exist.
2513
2514         * mm-url.el (mm-url-insert): Set url-current-object.
2515
2516         * gnus-group.el (gnus-group-make-rss-group): New function.
2517
2518 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
2519
2520         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
2521         for highlight overlays.
2522
2523 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
2526         a NOV.
2527
2528 2003-03-20  Simon Josefsson  <jas@extundo.com>
2529
2530         * message.el (message-use-idna): Disable if UTF-8 unavailable.
2531         (message-idna-to-ascii-rhs): Use it.
2532
2533         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
2534
2535 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
2536
2537         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
2538         (spam-group-ham-marks, spam-group-spam-marks): new functions
2539         (spam-spam-marks, spam-ham-marks): removed in favor of the
2540         spam-marks and ham-marks parameters
2541         (spam-generic-register-routine, spam-ham-move-routine): use the
2542         new spam-group-{spam,ham}-mark-p functions
2543
2544         * gnus.el (spam-marks, ham-marks): new group parameters with
2545         default values same as the old spam-spam-marks and spam-ham-marks
2546
2547 2003-03-19  Simon Josefsson  <jas@extundo.com>
2548
2549         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
2550         (gnus-use-idna): New variable.
2551         (article-decode-idna-rhs): New function.
2552
2553         * message.el (message-use-idna): New variable.
2554         (message-mode-field-menu): Add entry for IDNA.
2555         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
2556         (message-idna-to-ascii-rhs): New function.
2557         (message-generate-headers): Invoke IDNA code.
2558
2559 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
2560
2561         * nnmaildir.el (nnmaildir--system-name): New function.
2562         (nnmaildir-request-accept-article): Use it.
2563
2564 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * gnus-util.el (gnus-byte-compile): Make it work silently as the
2567         gnus-compile function does.
2568
2569         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
2570         bogus change.
2571
2572 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
2573
2574         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
2575         sort-coding-systems is defined.
2576
2577 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
2578
2579         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
2580         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
2581         Replace create-directory with target-prefix.
2582
2583 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
2584
2585         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
2586         find-charset-string which is slooow in XEmacs.
2587
2588 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
2591         compiler under XEmacs.
2592
2593 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
2594
2595         * gnus-art.el (gnus-treat-highlight-signature): Make the default
2596         work for multipart/signed where the message text isn't `last'.
2597
2598 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
2601         the value of mm-inline-text-html-with-images.
2602         (mm-inline-text-html-render-with-w3m): Don't bind
2603         w3m-display-inline-images.
2604
2605         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
2606         w3m-display-inline-images.
2607
2608         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
2609         regardless of an Emacs flavor.
2610
2611 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * gnus.el (gnus-version-number): Bump.
2614
2615 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2616
2617         * gnus.el: Oort Gnus v0.16 is released.
2618
2619 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2620
2621         * lpath.el (featurep): Bind mm-w3m-mode-map.
2622
2623 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
2624
2625         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
2626         'respool-able backends define a global nnchoke-get-new-mail
2627         variable.
2628
2629 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
2630
2631         * gnus-art.el (gnus-mime-delete-part): New function.
2632         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
2633
2634 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2635
2636         * message.el (message-check-news-header-syntax): Don't push
2637         groups twice onto list of unknown groups.
2638
2639         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
2640         back.
2641
2642         * nnheader.el (nnheader-find-etc-directory): Doc fix.
2643
2644         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
2645         config unless the summary buffer exists.
2646
2647         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
2648         that target group is computed correctly when articles are marked
2649         as read by Xref handling.
2650
2651         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
2652         imap-open.
2653
2654         * message.el (message-send-mail): Add courtesy string to Bcc's,
2655         too.
2656
2657         * gnus-cite.el (gnus-cited-line-p): New function.
2658
2659 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
2660
2661         * mm-bodies.el (mm-decode-body): Add new optional parameter,
2662         force, to use the supplied charset unconditionally.
2663
2664         * gnus-art.el (article-decode-charset): Use it.
2665
2666 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
2667
2668         * mm-bodies.el (mm-decode-coding-region-safely): New function.
2669         (mm-decode-body): Use it.
2670
2671         * rfc2047.el (rfc2047-decode-region): do.
2672         (rfc2047-decode-string): Guess coding system if the default is
2673         invalid.
2674
2675 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
2676
2677         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
2678         articles are marked 'read, so we get correct article counts.
2679
2680 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
2683         the button.
2684         (gnus-insert-prev-page-button): Ditto.
2685         (gnus-insert-next-page-button): Ditto.
2686         (gnus-insert-mime-security-button): Ditto.
2687
2688         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
2689         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
2690         (mm-inline-image-xemacs): Ditto.
2691
2692 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
2693
2694         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
2695         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
2696         the recent filename uniqueness discussion.
2697
2698 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2699
2700         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
2701         newline next time.
2702         (mm-inline-image-xemacs): Ditto.
2703
2704 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
2705
2706         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
2707         kill-line.
2708
2709 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
2710
2711         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
2712         kill-line.
2713
2714 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2715
2716         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
2717         fixing the code to match the documentation.
2718         (gnus-agent-fetch-selected-article): Replaced
2719         gnus-summary-update-article-line with gnus-summary-update-line as
2720         the former did not correctly recalculate the thread indentation.
2721         (gnus-agent-find-parameter): The agent-predicate, if not found
2722         anywhere else, defaults to the value of gnus-agent-predicate.
2723         (gnus-agent-fetch-session): Fixed typo; now executes
2724         gnus-agent-fetched-hook rather than the undocumented
2725         gnus-agent-fetch-hook.
2726         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
2727         default agent predicate is now provided by
2728         gnus-agent-find-parameter.
2729         (gnus-agent-message): New macro.  This macro avoids potentially
2730         costly parameter evaluation when the message's level is too high
2731         to display.
2732         (gnus-agent-expire-group-1): Disabled undo tracking in temp
2733         overview buffer. Uses new gnus-agent-message macro to reduce
2734         overhead of optional messages. Reversed message levels to
2735         emphasize percent completion messages.  Detailed messages of
2736         little use except when debugging code.
2737
2738 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2739
2740         * spam.el (spam-ham-move-routine): use
2741         spam-mark-ham-unread-before-move-from-spam-group
2742         (spam-mark-ham-unread-before-move-from-spam-group): new variable
2743
2744 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
2745
2746         * spam.el: load nnimap.el when compiling
2747         (spam-setup-widening): use
2748         nnimap-split-download-body-default instead of
2749         nnimap-split-download-body which is a user-customizable variable
2750
2751 2003-03-07  Simon Josefsson  <jas@extundo.com>
2752
2753         * nnimap.el (nnimap-split-download-body-default): New, holds
2754         default for n-s-d-b.
2755         (nnimap-split-download-body): Add new setting (symbol default),
2756         which uses contents of n-s-d-b-d, and made it the default.
2757
2758 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
2759
2760         * spam.el (spam-use-hashcash): new variable
2761         (spam-list-of-checks): added spam-use-hashcash with associated
2762         spam-check-hashcash
2763         (spam-check-hashcash): new function, installed iff hashcash.el is
2764         loaded
2765         (spam-setup-widening): don't use (return)
2766
2767 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2768
2769         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
2770         predicate of `false' to avoid an error when a group defines no
2771         predicate. Fixed typo that disabled agent scoring (i.e. the
2772         low/high predicates should now work).
2773
2774 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2775
2776         * spam.el: add spam-maybe-spam-stat-load to
2777         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
2778         (spam-bogofilter-register-with-bogofilter): use
2779         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
2780         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
2781         custom variables to replace "-s" and "-n"
2782
2783         * gnus-group.el (gnus-group-get-new-news): call the new
2784         gnus-get-top-new-news-hook hook
2785
2786         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
2787         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
2788
2789 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
2792
2793 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
2796         a cl run-time function.
2797
2798 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2799
2800         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
2801         on gnus-agent-short-article.
2802         (gnus-category-read): Replaced CL function mapcar* with new macro:
2803         gnus-mapcar.
2804         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
2805         support functions that accept multiple parameters.  A separate
2806         sequence must be provided for each parameter in the function.
2807         Iteration stops when the end of the shortest list is reached.
2808
2809 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
2810
2811         * nnimap.el (nnimap-request-accept-article): Use delete-region.
2812
2813         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
2814         (html2text-delete-single-tag, html2text-clean-anchor)
2815         (html2text-remove-tags): Use delete-region.
2816         (html2text-fix-paragraphs): Simplify.
2817
2818         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
2819         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
2820         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
2821         kill-region.
2822
2823 2003-03-04  John Paul Wallington  <jpw@gnu.org>
2824
2825         * gnus-agent.el (gnus-agent-enable-expiration)
2826         (gnus-agent-article-alist, gnus-agent-article-alist)
2827         (gnus-agent-cat-defaccessor): Doc fixes.
2828
2829 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2830
2831         * gnus-agent.el (gnus-function-implies-unread-1): Grok
2832         byte-compiled functions.
2833
2834 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2835
2836         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
2837         customization between new maneuvering (which permits selecting
2838         undownloaded articles) and old maneuvering (which skipped over
2839         undownloaded articles) behaviors.
2840         (gnus-summary-find-next): Pass through the unread and subject
2841         parameters when calling gnus-summary-find-prev.
2842         (gnus-summary-find-next,gnus-summary-find-prev): Apply
2843         gnus-auto-goto-ignores to filter out unacceptable articles.
2844
2845 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
2846
2847         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
2848         exists in all supported Emacs versions, so we don't need this
2849         compatibility function.
2850         (mail-source-fetch-pop, mail-source-check-pop)
2851         (mail-source-fetch-webmail): Use read-passwd.
2852
2853         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
2854         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
2855         read-passwd.
2856
2857         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
2858
2859         * imap.el (imap-read-passwd): Remove.
2860         (imap-interactive-login): Use read-passwd.
2861
2862         * canlock.el (canlock-read-passwd): Remove.
2863         (canlock-insert-header, canlock-verify): Use read-passwd.
2864
2865         * sieve-manage.el (sieve-manage-read-passwd): Remove.
2866         (sieve-manage-interactive-login): Use read-passwd.
2867
2868         * pop3.el (pop3-read-passwd): Remove.
2869         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
2870         read-passwd.
2871
2872         * pgg.el (pgg-read-passphrase): Simplify.
2873
2874 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2875
2876         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
2877         'plugged' when actually 'unplugged' bug.
2878         (gnus-category-read): Ignore nil values when converting an
2879         old-format category so that the new-format category will default
2880         those attributes to the global variables.
2881
2882 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2883
2884         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
2885         doc-string.
2886
2887 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
2888
2889         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
2890         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
2891         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
2892         * mm-url.el (mm-url-decode-entities-string): do.
2893         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
2894         * mm-decode.el (mm-find-raw-part-by-type): do.
2895         * message.el (message-send-mail-partially)
2896         (message-send-mail-with-sendmail): do.
2897         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
2898         * gnus-kill.el (gnus-pp-gnus-kill): do.
2899         * gnus-art.el (gnus-article-treat-unfold-headers)
2900         (gnus-article-encrypt-body): do.
2901
2902 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2903
2904         * mail-source.el (mail-source-delete-incoming): Allow integer value.
2905         (mail-source-delete-old-incoming-confirm): New variable.
2906         (mail-source-delete-old-incoming): Use it.  New function.
2907         (mail-source-callback): Call `mail-source-delete-old-incoming' if
2908         `mail-source-delete-incoming' is a nonnegative integer.
2909
2910 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2911
2912         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
2913         (gnus-user-agent): Fixed typo.
2914
2915 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2916
2917         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
2918         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
2919
2920 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
2923         (gnus-agent-fetch-session): Allow debugging to take place.
2924
2925 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
2926
2927         * gnus-sum.el (gnus-highlight-selected-summary)
2928         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
2929         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
2930         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
2931         and makes it clear that we don't need the side effect.
2932         * gnus-util.el (gnus-delete-line): do.
2933         * gnus-xmas.el (gnus-group-add-icon): do.
2934         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
2935         * nntp.el (nntp-send-authinfo-from-file): do.
2936         * nnml.el (nnml-header-value): do.
2937         * nnheader.el (nnheader-insert-references): do.
2938         * gnus-cite.el (gnus-article-highlight-citation)
2939         (gnus-cite-parse): do.
2940         * gnus-score.el (gnus-score-followup): do.
2941         * gnus-draft.el (gnus-draft-send): do.
2942         * gnus-group.el (gnus-group-highlight-line): do.
2943         * gnus-cache.el (gnus-cache-braid-nov): do.
2944         * nnfolder.el (nnfolder-retrieve-headers)
2945         (nnfolder-request-article): do.
2946         * gnus-art.el (article-hide-boring-headers)
2947         (gnus-article-hide-header): do.
2948
2949         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
2950         * nnml.el (nnml-request-replace-article): do.
2951         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
2952         * nnfolder.el (nnfolder-request-move-article): do.
2953         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
2954         * gnus-art.el (gnus-mm-display-part): do.
2955
2956         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
2957
2958 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2959
2960         * nntp.el (nntp-possibly-change-group): Avoid calling
2961         process-buffer on nil (Which happened when you lost your
2962         connection while fetching); instead signal a "Server Closed
2963         Connection" error.
2964
2965 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2966
2967         * gnus-agent.el (gnus-agent-enable-expiration): New
2968         variable. Either ENABLE or DISABLE.  Sets default behavior for
2969         selecting which groups are expired.
2970         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
2971         gnus-agent-set-cat-groups): Provides abstract interface for
2972         accessing agent category.  Category now implemented by an alist.
2973         (gnus-agent-add-group, gnus-agent-remove-group,
2974         gnus-category-insert-line, gnus-category-edit-predicate,
2975         gnus-category-edit-score, gnus-category-edit-groups,
2976         gnus-category-copy, gnus-category-add, gnus-group-category): Use
2977         new agent category abstraction.
2978         (gnus-agent-find-parameter): New function. Search for agent
2979         configuration parameter first in the group's parameters, then its
2980         topics (if any), and then the group's category.  If not found
2981         anywhere, use the original defined constants.
2982         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
2983         gnus-agent-find-parameter.
2984         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
2985         gnus-agent-cache now blocks retrieving headers and articles from
2986         the local cache.  Fetched content is still added to the cache
2987         before being returned.
2988         (gnus-agent-fetch-session): Use error-message-string to generate
2989         displayed error message.
2990         (gnus-agent-customize-category): New Command. 'e' in category
2991         buffer opens category customization buffer.
2992         (gnus-category-read): Reads either positional or alist format;
2993         returns alist format.
2994         (gnus-category-write): Writes category file compatible with
2995         current, and previous, versions of gnus-agent.
2996         (gnus-category-make-function, gnus-category-make-function-1):
2997         Corrected documentation; parameter is predicate NOT category.
2998         (gnus-predicate-implies-unread): Now works in more cases per the
2999         todo comment.
3000         (gnus-function-implies-unread-1): New function. Supports
3001         gnus-predicate-implies-unread.
3002         (gnus-agent-expire-group): Command now provides default of group
3003         under point.
3004         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
3005         agent-days-until-old parameters. No longer supports
3006         gnus-agent-expire-days being set to an alist.
3007         (gnus-agent-request-article): Now performs its own checks of
3008         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
3009         assuming that the caller will do them correctly.
3010         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
3011         gnus-agent-expire-days is set to an alist.  Converts said alist
3012         into group parameter so that gnus-agent-expire-days will not be
3013         needed.
3014         * gnus-art.el (gnus-request-article-this-buffer): Conditional
3015         checks surrounding gnus-agent-request-article removed; now
3016         performed by gnus-agent-request-article.
3017         * gnus-cus.el (gnus-agent-parameters): New variable. List of
3018         customizable group/topic parameters that regulate the agent.
3019         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
3020         kill-buffer with gnus-kill-buffer to remove the killed buffer from
3021         the list of gnus buffers.
3022         (gnus-trim-whitespace): Removes leading and trailing whitespace
3023         from multiline strings.
3024         (gnus-agent-cat-prepare-category-field,
3025         gnus-agent-customize-category): Constructs a category
3026         customization buffer.
3027         * gnus-int.el (gnus-retrieve-headers,
3028         gnus-request-expire-articles): No longer checks gnus-agent-cache
3029         as it is handled internally by the agent.
3030         (gnus-request-head, gnus-request-body): Conditional checks
3031         surrounding gnus-agent-request-article removed; now performed by
3032         gnus-agent-request-article.
3033
3034         * gnus-start.el (): Added defvar statements to resolve compilation
3035         warnings.
3036         (gnus-long-file-names): New function. Isolates platform dependent
3037         msdos-long-file-names.
3038         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
3039         option of writing directly to file.  Avoids memory exhausted
3040         errors when .newsrc.eld is huge.
3041         (gnus-save-newsrc-file): Uses new
3042         gnus-save-startup-file-via-temp-buffer.
3043         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
3044         standard-output.
3045         (gnus-display-time-event-handler): Changed to alias from a defun
3046         to avoid a compile-time warning when display-time-event-handler is
3047         not defined.
3048         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
3049         standard-output such that prin1 and princ will write directly to a
3050         file.
3051
3052         * gnus.el (gnus-agent-cache): Expanded documentation.
3053         (gnus-summary-high-undownloaded-face): Removed second bold keyword
3054         so that this face is actually bold.
3055
3056         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
3057         gnus-use-cache has been set.
3058
3059 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
3060
3061         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
3062
3063 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
3064
3065         * gnus-art.el (gnus-article-refer-article): Be more permissive.
3066
3067 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3068
3069         * spam.el: Fix typo.
3070
3071 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
3072         (Trivial patch.)
3073
3074         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
3075         errors-buffer. This produces a nicer error message in case of
3076         problems.
3077
3078 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
3079
3080         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
3081         load stats iff spam-use-stat is on
3082
3083         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
3084         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
3085         instead of spam-stat-load and spam-stat-save in the
3086         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
3087
3088 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3089
3090         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
3091
3092 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093
3094         * message.el (message-make-fqdn): Protect against nil user-mail.
3095
3096 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
3097
3098         * gnus-art.el (gnus-boring-article-headers): New values:
3099         'to-list and 'cc-list.
3100
3101 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3102
3103         * spam.el (spam-setup-widening): new function to set
3104         nnimap-split-download-body, we add it to gnus-get-new-news-hook
3105         (spam-list-of-statistical-checks): list of statistical splitter
3106         checks
3107         (spam-split): added a widen call when a statistical check is
3108         enabled
3109
3110 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3111
3112         * gnus-msg.el (gnus-user-agent): Changed default to
3113         'emacs-gnus-type, renamed 'full.
3114
3115 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3116
3117         * nnfolder.el (nnfolder-request-accept-article): Don't use
3118         mail-header-unfold-field.
3119
3120 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3121
3122         * imap.el (imap-ssl-open): Don't depend on ssl.el.
3123         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
3124
3125 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3126
3127         * spam.el: add spam-stat-load to gnus-get-new-news-hook
3128         (spam-split): remove spam-stat-load call
3129
3130 2003-02-26  Simon Josefsson  <jas@extundo.com>
3131
3132         * gnus-sum.el (gnus-summary-toggle-header): Run
3133         gnus-article-decode-hook instead of calling a-decode-encoded-words
3134         directly (the latter is run as part of the former).
3135
3136 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3137
3138         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
3139
3140 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
3141
3142         * message.el (message-sendmail-envelope-from): New option.
3143         (message-sendmail-envelope-from): New function.
3144         (message-send-mail-with-sendmail): Use it.
3145
3146 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
3147
3148         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
3149         compensation for TDMA addresses.
3150
3151 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3152
3153         * gnus-msg.el (gnus-user-agent): New variable.
3154         (gnus-version-expose-system): Removed.  Obsoleted by
3155         `gnus-user-agent'.
3156         (gnus-extended-version): Use `gnus-user-agent'.
3157
3158 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3159
3160         * spam.el (spam-stat-register-spam-routine,
3161         spam-stat-register-ham-routine): remove spam-stat-save
3162         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
3163
3164 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3165
3166         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
3167         reference.
3168
3169 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3170
3171         * nnheader.el (nnheader-find-nov-line): Changed midpoint
3172         calculation to avoid integer overflow.
3173
3174 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3175
3176         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
3177
3178 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
3179         * spam.el: disabled spam-get-article-as-filename
3180
3181         From Michael Shields  <shields@msrl.com>
3182
3183         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
3184         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
3185         * gnus-sum.el (gnus-summary-expire-articles): Use it.
3186         * spam.el (spam-summary-prepare-exit): Use it.
3187         * gnus.el (gnus-install-group-spam-parameters): New.
3188         * spam.el (spam-group-ham-processor-copy-p): New.
3189         * spam.el (spam-summary-prepare-exit): Support for ham copying.
3190         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
3191         that would cause the current message to be moved if the group had
3192         no spam.
3193         * spam.el (spam-ham-move-routine): New `copy' argument.
3194
3195 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3196         From Martin Thornquist <martint@ifi.uio.no>
3197
3198         * gnus-topic.el (gnus-topic-select-group): Select last group if
3199         after last group.
3200         * gnus-group.el (gnus-group-select-group): Ditto.
3201
3202 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3203
3204         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
3205         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
3206         point-at-(b|e)ol which aren't available in Emacs 20.
3207
3208         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
3209
3210 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3211
3212         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
3213         clause of the condition-case statement.  Errors connecting to a
3214         server no longer terminate gnus.
3215
3216         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
3217         make its use obvious.  Added no-nothing case to avoid
3218         opening(closing) servers when already open(closed).
3219         (gnus-agent-while-plugged): Added macro to facilitate internal use
3220         of gnus-agent-toggle-plugged.
3221         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
3222         temporarily open servers.
3223         (gnus-agent-get-undownloaded-list): Sort list of article numbers
3224         as sorting gnus-newsgroup-headers is wrong.
3225         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
3226         to temporarily open servers. Corrected logic to handle setting
3227         gnus-agent-mark-unread-after-downloaded.
3228         (gnus-agent-fetch-articles): Now handles headers with missing
3229         article sizes and/or missing article lengths.  Now clears the
3230         message buffer when finished.
3231         (gnus-agent-fetch-group-1): Position point before calling
3232         gnus-summary-set-agent-mark.
3233         (gnus-get-predicate): Corrected description, parameter is
3234         predicate not category.
3235         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
3236         provide a separate single group expiration function.
3237         (gnus-agent-regenerate-group): Now clears the message buffer when
3238         finished.
3239
3240 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3241
3242         * gnus.el (gnus-agent-target-move-group-header): New variable.
3243         * gnus-draft.el (gnus-draft-send): If special header
3244         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
3245         that group, instead of performing the regular sending functions.
3246
3247 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
3250
3251 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3252
3253         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
3254         variables.
3255         (message-make-fqdn): Use it.  Improved validity check.
3256
3257 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * message.el (message-user-mail-address): Check whether
3260         user-mail-address looks valid.
3261
3262         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
3263
3264         * gnus-util.el (gnus-fetch-original-field): New function.
3265
3266 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3267
3268         * message.el (message-mode): \\(...\\) around additional
3269         paragraph-separate alternative.
3270
3271 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
3272
3273         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
3274         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
3275         display key bindings.
3276         (gnus-mime-button-menu): Rewrite.
3277
3278 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * gnus-art.el (gnus-button-url-regexp): Removed `.
3281
3282 2003-02-23  Max Froumentin  <mf@w3.org>
3283
3284         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
3285
3286 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * gnus-art.el (gnus-mime-action-on-part): Require a match
3289         interactively.
3290
3291         * gnus-start.el (gnus-save-newsrc-file): Use
3292         gnus-backup-startup-file.
3293         (gnus-backup-startup-file): New variable.
3294
3295 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * gnus.el (gnus-summary-buffer-name): Moved function here.
3298
3299         * gnus-draft.el (defun): Remove debug.
3300
3301 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
3302
3303         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
3304         can't open server.
3305
3306 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * gnus-draft.el (defun): Configure posting styles.
3309
3310         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
3311         the entry for the group exists before we alter it.
3312
3313 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3314
3315         * message.el (message-mode): MML tags separate paragraphs.  Small
3316         change from David S Goldberg <david.goldberg6@verizon.net>.
3317
3318         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
3319         `gnus-newsgroup-headers'.
3320
3321         * gnus-art.el (gnus-article-refer-article): Grok more message id
3322         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3323
3324 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
3325
3326         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
3327         use "path name".
3328
3329 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
3330
3331         * gnus-sum.el (gnus-summary-move-article)
3332         (gnus-summary-expire-articles): send data header for article, not
3333         just article ID
3334
3335         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
3336         (gnus-register-spool-action): added hashtable of message ID keys
3337         with message motion data
3338
3339 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
3340         From Reiner Steib  <Reiner.Steib@gmx.de>.
3341
3342         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
3343         variable, used in `gnus-button-mid-or-mail-heuristic'.
3344         (gnus-button-mid-or-mail-heuristic): New function derived from
3345         Florian Weimer's Perl script.
3346         (gnus-button-handle-mid-or-mail): Allow a function instead of
3347         'guess.
3348         (gnus-button-guessed-mid-regexp): Removed.
3349
3350 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3351
3352         * message.el (message-resend): Bind message-setup-hook to nil;
3353         remove X-Draft-From header.
3354
3355 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
3356
3357         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
3358         (gnus-newsgroup-undownloaded)
3359         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
3360         Doc fixes.
3361
3362 2003-02-17  John Paul Wallington  <jpw@gnu.org>
3363
3364         * gnus.el (gnus-shell-command-separator, gnus-email-address)
3365         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
3366
3367 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
3368
3369         * gnus-spec.el (gnus-xmas-format): Use insert instead of
3370         insert-string which is obsolete in Emacs 21.4.
3371
3372         * message.el (message-cross-post-followup-to-header): do.
3373
3374         * spam.el (spam-ifile-register-with-ifile)
3375         (spam-stat-register-spam-routine)
3376         (spam-stat-register-ham-routine)
3377         (spam-bogofilter-register-with-bogofilter): do.
3378
3379         * mailcap.el (mailcap-mime-data): Fix typo.
3380
3381         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
3382
3383 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
3384
3385         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
3386         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
3387         `gnus-cite-unsightly-citation-regexp'.
3388
3389 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
3392         even if there's just a header.
3393
3394 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
3395
3396         * message.el (message-fix-before-sending): Fix highlighting of
3397         illegible and invisible text.
3398
3399         * gnus-util.el (gnus-multiple-choice): Separate choices with
3400         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
3401
3402 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
3403
3404         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
3405
3406 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
3407
3408         * spam.el (spam-ham-move-routine)
3409         (spam-mark-spam-as-expired-and-move-routine): use
3410         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
3411         around process-mark manipulation on the group
3412
3413 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3414
3415         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
3416         submenu.
3417
3418 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * mail-source.el (mail-source-fetch): Reverse the return value of
3421         the continuation question.
3422
3423 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3424
3425         * nndraft.el (nndraft-request-move-article): Bind
3426         nnmh-allow-delete-final to t.
3427
3428 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3429
3430         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
3431
3432 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
3433
3434         * nntp.el (nntp-accept-process-output): Don't use point-max to get
3435         the buffer's size.
3436
3437 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
3438
3439         * nnheader.el: Added cygwin to system-type comparisons.
3440
3441 2003-01-27  Juanma Barranquero  <lektu@terra.es>
3442
3443         * imap.el (imap-mailbox-status): Fix typo.
3444
3445 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3446
3447         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
3448         online.
3449
3450 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3451
3452         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
3453         commands.
3454         * gnus-sum.el: Small change from Frank Weinberg
3455         <frank@usenet-rundfahrt.de>:
3456         (gnus-auto-center-group): New variable.
3457         (gnus-summary-read-group-1): Use it.
3458         (gnus-summary-next-group): Fix docstring.
3459
3460 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * gnus-util.el (gnus-faces-at): Simplify.
3463
3464 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3465
3466         * spam.el (spam-ham-move-routine)
3467         (spam-mark-spam-as-expired-and-move-routine): made the article
3468         move conditional, so it's not called even if there's nothing to move
3469
3470 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3471
3472         * message.el (message-unix-mail-delimiter): Accept any whitespace
3473         after the email address and before the date; do not require the
3474         space character.  From Kurt B. Kaiser <kbk@shore.net>.
3475
3476 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
3479         gnus-article-boring-faces variable is bound; use gnus-faces-at.
3480
3481         * gnus-util.el (gnus-faces-at): New macro.
3482
3483 2003-02-13  Michael Shields  <shields@msrl.com>
3484
3485         * gnus-cite.el
3486         (gnus-cite-attribution-suffix, gnus-cite-parse):
3487         Better handling for Microsoft citation styles.
3488         (gnus-unsightly-citation-regexp): New.
3489
3490 2003-02-12  Michael Shields  <shields@msrl.com>
3491
3492         * gnus-art.el (article-strip-banner): Strip both per-group and
3493         per-user-address banners.
3494         (article-really-strip-banner): New.
3495
3496 2003-02-12  Michael Shields  <shields@msrl.com>
3497
3498         * gnus-sum.el (gnus-article-goto-next-page,
3499         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
3500         relying on the summary bindings of `n' and `p'.
3501
3502 2003-02-12  Michael Shields  <shields@msrl.com>
3503
3504         * gnus-art.el (gnus-article-only-boring-p): New.
3505         (gnus-article-skip-boring): New.
3506         * gnus-cite.el (gnus-article-boring-faces): New.
3507         * gnus-sum.el (gnus-summary-next-page): Use
3508         gnus-article-only-boring-p.
3509
3510 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
3511
3512         * spam.el (spam-mark-spam-as-expired-and-move-routine)
3513         (spam-ham-move-routine): unmark all articles before marking those
3514         of interest and calling gnus-summary-move-article
3515
3516 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
3517
3518         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
3519         logically the complement of gnus-get-buffer-create and
3520         gnus-add-buffer.
3521
3522         * gnus-util.el (gnus-kill-buffer): do.
3523
3524         * nnmail.el: Autoload gnus-kill-buffer.
3525
3526 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3527
3528         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
3529         gnus-summary-goto-subject as gnus-summary-update-mark operates on
3530         the current LINE.
3531         (gnus-agent-summary-fetch-group): Minimized the number of times
3532         that the article is updated in the buffer.
3533
3534 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
3535
3536         * spam.el (spam-ham-move-routine): use the process-mark instead of
3537         gnus-current-article when moving articles
3538         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
3539
3540 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3541
3542         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
3543         (gnus-topic-catchup-articles): Ditto.
3544         (gnus-topic-mark-topic): Reverse recursive logic.
3545
3546 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
3547
3548         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
3549         gnus-refer-thread-limit is t.
3550
3551 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
3552
3553         * mm-util.el (mm-mule-charset-to-mime-charset): Use
3554         sort-coding-systems to prefer utf-8 over utf-16.
3555
3556 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3557
3558         * gnus-agent.el (gnus-agent-expire-days):
3559         gnus-request-move-article depends on gnus-agent-expire to clean up
3560         the cache after moving the article.  Therefore, g-a-e-d can NOT
3561         default to nil or can gnus-agent-expire be disabled by doing so.
3562         If you don't want to run gnus-agent-expire, don't call it.
3563         (gnus-agent-expire): The broken test to disable gnus-agent-expire
3564         when g-a-e-d was NOT nil was removed.
3565         (gnus-agent-article-name): Removed unnecessary input test as
3566         article IDs are always strings.
3567         (gnus-agent-regenerate-group): Added check to protect against
3568         servers that generate absurdly long article IDs.  Valid IDs are
3569         less than 10 digits to avoid overflow errors.  Fixed logic error
3570         when ensuring that the final article ID is present in the new
3571         alist.
3572
3573 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3574
3575         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
3576         next line after finding the parent.
3577
3578 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3579
3580         * gnus.el (gnus-version-number): Bumped.
3581
3582 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3583
3584         * gnus.el: Oort Gnus v0.15 is released.
3585
3586 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3587
3588         * nnmail.el (nnmail-split-it): If a message ends up matching the
3589           same mailbox more than once, it will cause duplicates to appear
3590           in the mailbox.
3591
3592 2003-02-08  Simon Josefsson  <jas@extundo.com>
3593
3594         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
3595         code that only worked under Emacs.
3596
3597         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
3598         Das <satyaki@chicory.stanford.edu>.
3599
3600 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
3601
3602         * gnus-art.el (gnus-article-refer-article): Use
3603         gnus-replace-in-string.
3604
3605         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
3606         (gnus-remove-duplicates): do.
3607
3608 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3609
3610         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
3611         (gnus-request-scan): set
3612         gnus-internal-registry-spool-current-method to gnus-command-method
3613         before a request-scan operation
3614
3615         * gnus-registry.el (regtest-nnmail): use
3616         gnus-internal-registry-spool-current-method
3617
3618 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * mail-source.el (mail-source-fetch): Typo fix.
3621
3622 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3623
3624         * nnmail.el (nnmail-spool-hook): new hook
3625         (nnmail-cache-insert): call nnmail-spool-hook
3626
3627         * gnus-registry.el: new file with examples of using the hooks
3628
3629         * gnus.el (gnus-registry): added registry customization group
3630         (gnus-group-prefixed-name): improve function to return full group
3631         name optionally
3632         (gnus-group-guess-prefixed-name): shortcut to
3633         gnus-group-prefixed-name, using just the group name
3634         (gnus-group-full-name): always get a group's full name
3635         (gnus-group-guess-full-name): shortcut, using just the group name
3636
3637         * gnus-sum.el (gnus-summary-article-move-hook)
3638         (gnus-summary-article-delete-hook)
3639         (gnus-summary-article-expire-hook): new hooks
3640         (gnus-summary-move-article, gnus-summary-expire-articles)
3641         (gnus-summary-delete-article): invoke the new hooks
3642
3643 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
3644
3645         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
3646         from message-ID
3647
3648 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
3649
3650         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
3651
3652 2003-02-07  John Paul Wallington  <jpw@gnu.org>
3653
3654         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
3655         (mm-write-region, mm-detect-coding-region): Doc fixes.
3656
3657 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3658
3659         * mail-source.el (mail-source-fetch): Ignore errors.
3660         (mail-source-ignore-errors): New variable.
3661
3662         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
3663         articles.
3664
3665         * gnus-msg.el (gnus-version-expose-system): Change default.
3666
3667 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
3668
3669         * gnus-msg.el (gnus-version-expose-system): New variable.
3670
3671 2003-02-07  Simon Josefsson  <jas@extundo.com>
3672
3673         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
3674         patch from deskpot@myrealbox.com (Vasily Korytov).
3675
3676 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * gnus-art.el (article-display-face): Get the Face header from
3679         the current buffer.
3680
3681 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * gnus-art.el (gnus-mime-view-part-internally): Bind
3684         buffer-read-only to nil.
3685
3686 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
3689         from g-a-e-1 to g-a-e-2.
3690
3691 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
3692
3693         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
3694         of bbdb-search-simple, use spam-use-BBDB-exclusive
3695         (spam-check-whitelist): use spam-use-whitelist-exclusive
3696         (spam-use-whitelist-exclusive): new variable affecting
3697         spam-use-whitelist
3698         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
3699
3700 2003-02-05  Simon Josefsson  <jas@extundo.com>
3701
3702         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
3703         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
3704         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
3705         (gnus-agent-expire-1): New.
3706         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
3707         (gnus-agent-expire-2): New.
3708
3709 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
3710
3711         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
3712         "delete-if" is misleading because it isn't actually destructive.
3713
3714         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
3715
3716         * nnmail.el (nnmail-purge-split-history): do.
3717
3718         * gnus-win.el (gnus-get-buffer-window): do.
3719
3720         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
3721         let-binding.
3722         (gnus-simplify-all-whitespace): do.
3723
3724 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3725
3726         * gnus-delay.el (gnus-delay-article): Fix binding of the
3727         nndraft:delayed group.
3728
3729 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3730
3731         * gnus.el (spam group parameters): change 'other to 'const in
3732         the group parameter definitions to soothe XEmacs
3733
3734 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3735
3736         * gnus-delay.el (gnus-delay-article): Really create
3737         nndraft:delayed group if it doesn't exist.
3738
3739 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
3740
3741         * gnus-sum.el (gnus-summary-search-article): Speed up by
3742         disabling various visual features while searching.
3743         (gnus-summary-recenter): Test gnus-auto-center-summary first.
3744
3745 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
3746
3747         * spam.el (spam-list-of-checks): Don't quote nil and t in
3748         docstrings.  From the elisp manual:
3749
3750            When a documentation string refers to a Lisp symbol, write
3751            it [..] with single-quotes around it.  [..] There are two
3752            exceptions: write t and nil without single-quotes.
3753
3754         * messcompat.el (message-from-style): do.
3755
3756         * message.el (message-send-mail): do.
3757
3758         * gnus-util.el (gnus-use-byte-compile): do.
3759
3760         * gnus-score.el (gnus-score-lower-thread): do.
3761
3762         * gnus-int.el (gnus-server-unopen-status): do.
3763
3764         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
3765         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
3766
3767         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
3768         (gnus-group-parameters): do.
3769
3770         * gnus-art.el (gnus-article-mime-match-handle-function): do.
3771
3772         * mm-decode.el (mm-text-html-renderer): do.
3773
3774 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3775
3776         * nnheader.el (nnheader-directory-separator-character): Change the
3777         way to compute the dafault value.
3778
3779 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
3780
3781         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
3782         (gnus-button-alist): Fix regexp for describe-key.
3783         (gnus-button-handle-describe-function)
3784         (gnus-button-handle-describe-variable)
3785         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
3786         (gnus-button-handle-apropos-variable)
3787         (gnus-button-handle-apropos-documentation): Docstring fix.
3788
3789         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
3790
3791 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3792
3793         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
3794         to nil.
3795
3796         * nnmail.el: Removed gnus-util autoload.
3797
3798         * gnus.el: Use gnus-prin1-to-string throughout.
3799
3800         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
3801         print-level.
3802
3803         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
3804         (gnus-treat-display-grey-xface): Removed.
3805
3806         * gnus-fun.el (gnus-grab-cam-face): New.
3807         (gnus-convert-image-to-gray-x-face): Removed.
3808         (gnus-convert-gray-x-face-to-xpm): removed.
3809         (gnus-convert-gray-x-face-region): Removed.
3810         (gnus-grab-gray-x-face): Removed.
3811
3812         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
3813
3814 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
3815
3816         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
3817         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
3818         bound.
3819
3820         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
3821
3822 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
3823
3824         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
3825         Remove -- these are bogus options which are never used.
3826
3827 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
3828
3829         * gnus-art.el (gnus-article-mode): Use summary tool bar.
3830
3831 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
3832
3833         * spam.el (spam-check-blackholes)
3834         (spam-blackhole-good-server-regex): new variable to skip some IPs
3835         when checking blackholes; use it
3836         (spam-check-bogofilter-headers)
3837         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
3838         case more X-Bogosity is used than just "Yes/No"
3839         (spam-ham-move-routine): semi-fixed, only first article is
3840         properly moved now
3841
3842 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
3843
3844         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
3845         as well.
3846
3847         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
3848
3849         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
3850
3851         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
3852
3853         * gnus-bcklg.el (gnus-backlog-shutdown): do.
3854
3855         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
3856
3857 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3858
3859         * gnus-fun.el (gnus-face-encode): New function.
3860         (gnus-convert-png-to-face): Use it.
3861
3862         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
3863
3864 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
3865
3866         * mm-decode.el (mm-dissection-list): Remove.
3867         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
3868         only used in mm-remove-all-parts.
3869         (mm-remove-all-parts): Remove it, it's never called.
3870
3871 2003-01-25  Simon Josefsson  <jas@extundo.com>
3872
3873         * gnus-group.el (gnus-group-make-group): Report errors.
3874
3875         * nnimap.el (nnimap-request-create-group): Ditto.
3876
3877         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
3878
3879         * sieve.el (sieve-upload): Fix error printing.
3880
3881         * mm-encode.el (mm-qp-or-base64): Always QP iff
3882         mm-use-ultra-safe-encoding and cleartext PGP.
3883
3884         * gnus-sum.el (gnus-summary-select-article): Inhibit
3885         redisplay (mainly for secured messages).
3886
3887         * nnmail.el (nnmail-article-group): Copy body too (but don't
3888         process it).
3889
3890 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
3891
3892         * gnus-art.el (gnus-article-setup-buffer): Reset
3893         gnus-button-marker-list.
3894
3895 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3896
3897         * nntp.el (nntp-read-timeout): Default to using a second delay
3898         under Microsoft Windows.
3899
3900 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3901
3902         * nnheader.el (nnheader-directory-separator-character): New
3903         variable.
3904
3905 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3906
3907         * gnus-agent.el (gnus-agent-max-fetch-size)
3908         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
3909         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
3910         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
3911         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
3912         (gnus-agent-braid-nov, gnus-agent-load-alist)
3913         (gnus-agent-article-alist-save-format)
3914         (gnus-agent-read-agentview, gnus-agent-save-alist)
3915         (gnus-agent-fetch-group-1, gnus-agent-expire)
3916         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
3917         (gnus-agent-regenerate-group): Reformat to keep under eighty
3918         columns.  Reword docstrings so that first line is under eighty
3919         chars and a complete sentence.  Still need to work on the rear
3920         end of the file, in particular gnus-agent-expire.
3921
3922 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923
3924         * gnus-agent.el (gnus-agentize): Indent.
3925
3926         * gnus.el (gnus-version-number): Bumped.
3927
3928 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3929
3930         * gnus.el: Oort Gnus v0.14 is released.
3931
3932 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3933
3934         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
3935         before beginning.  Tiny patch from Mark Thomas
3936         <swoon@bellatlantic.net>.
3937
3938 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3939
3940         * spam.el (spam-check-blackholes, spam-split)
3941         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
3942         gnus-message calls to show to users what spam.el is doing
3943
3944 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
3945
3946         * gnus-msg.el (gnus-message-replysign)
3947         (gnus-message-replyencrypt): Fix typo.
3948
3949 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3950
3951         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
3952         details.
3953
3954 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3955
3956         * gnus-art.el (gnus-article-press-button): let* -> let.
3957         (gnus-mime-security-show-details): Cleaned up.
3958         (gnus-mime-security-press-button): Save excursion.
3959         (gnus-insert-mime-security-button): Clean up.
3960
3961         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
3962
3963         * gnus-async.el (gnus-async-wait-for-article): Don't use a
3964         timeout.
3965
3966         * nntp.el (nntp-accept-process-output): Removed timeout.
3967         (nntp-read-timeout): New variable.
3968         (nntp-accept-process-output): Use it.
3969
3970         * gnus-sum.el (gnus-data-find-list): Remove *.
3971
3972 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3973
3974         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
3975         introduced on 2002-01-22.
3976         (gnus-summary-first-unseen-or-unread-subject): Ditto.
3977
3978 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
3979
3980         * spam.el (spam-check-regex-headers, spam-list-of-checks)
3981         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
3982         checks of incoming mail based on simple header regexp matching
3983
3984 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
3985
3986         * gnus-sum.el (gnus-spam-mark): set to `$'
3987
3988 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3989
3990         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
3991         gnus-newsgroup-unfetched, the list of articles whose headers have
3992         not been fetched from the server.
3993
3994         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
3995         parameter as it never worked due to a bug.  Added check to prevent
3996         selection of any article in the gnus-newsgroup-unfetched list.
3997         (gnus-summary-find-prev): Added check to prevent selection of any
3998         article in the gnus-newsgroup-unfetched list.
3999         (gnus-summary-first-subject): Documented API. Modified
4000         implementation so that constraints are handled independently.
4001         Added check to prevent selection of any article in the
4002         gnus-newsgroup-unfetched list.
4003         (gnus-summary-first-unseen-subject): Updated parameters in
4004         gnus-summary-first-subject call to match new API.
4005         (gnus-summary-first-unseen-or-unread-subject): Ditto.
4006         (gnus-summary-catchup): Do not mark unfetched articles as read.
4007
4008 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
4009
4010         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
4011         make-obsolete-variable allows only two arguments in XEmacs and
4012         Emacs 20.
4013
4014         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
4015         gnus-article-hide-pgp.
4016         (gnus-summary-make-menu-bar): do.
4017
4018         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
4019         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
4020         gnus-article-hide-pgp.
4021         (article-hide-pgp): Remove.
4022         (gnus-article-hide): Remove gnus-article-hide-pgp.
4023
4024         * gnus.el: Remove gnus-article-hide-pgp
4025
4026 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4027
4028         * message.el (message-required-headers): Doc fix.
4029
4030 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
4031
4032         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
4033         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
4034         option to make ifile a purely binary classifier
4035
4036 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
4039         (mml-secure-encrypt-pgpmime): Removed double.
4040
4041         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
4042         debugging statements.
4043
4044 2003-01-21  Andreas Fuchs  <asf@void.at>
4045
4046         * mml-sec.el (mml-sign-alist): Added pgpauto.
4047
4048 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4049
4050         * gnus.el (gnus-version-number): Bumped version number.
4051
4052 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4053
4054         * gnus.el: Oort Gnus v0.13 is released.
4055
4056 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4057
4058         * gnus-art.el (gnus-button-url-regexp): Removed |.
4059
4060         * message.el (message-send-hook): Doc fix.
4061
4062         * gnus-win.el (gnus-buffer-configuration): Display article
4063         instead of article-copy when `reply'.
4064
4065 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
4066
4067         * gnus.el (gnus-format): Change customize group to gnus.
4068         (gnus-cache): Add link.
4069         (gnus-group-charter-alist): Fix docstring.
4070
4071 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
4072
4073         * mailcap.el (mailcap-print-command): lpr-command might be
4074         unbound in XEmacs.
4075
4076 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4077
4078         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
4079
4080         * gnus-sum.el (gnus-summary-update-article-line): Fixed
4081         calculation of net characters added for use in the gnus-data
4082         structure.
4083
4084 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4085
4086         * nnmail.el (nnmail-process-unix-mail-format): Improve error
4087         message.  Suggested by Jari Aalto.
4088
4089 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * gnus-art.el (gnus-article-followup-with-original): Clean up.
4092         (gnus-article-reply-with-original): Ditto.
4093
4094         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
4095         read articles don't become unread.
4096
4097 2003-01-17  Simon Josefsson  <jas@extundo.com>
4098
4099         * gnus-fun.el (gnus-x-face-from-file):
4100         (gnus-face-from-file): Suggest image format in minibuffer prompt.
4101
4102         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4103         (gnus-convert-image-to-face-command): Doc fix.
4104
4105 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4106
4107         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
4108
4109 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
4110
4111         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
4112         avoid encoding problems.
4113
4114         * mailcap.el (mailcap-ps-command): New variable.
4115         (mailcap-mime-data): Add print entry where applicable.  Use
4116         pdftotext on a tty.
4117
4118 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4119
4120         * gnus-sum.el (gnus-alter-header-function): Add type and group.
4121
4122 2003-01-16  Simon Josefsson  <jas@extundo.com>
4123
4124         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4125         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
4126         (gnus-face-from-file): Doc fix; don't mention image format.
4127
4128 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4129
4130         * spam.el (spam-get-article-as-filename): new function (unused for now)
4131         (spam-get-article-as-buffer): new function
4132         (spam-get-article-as-string): use spam-get-article-as-buffer
4133         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
4134
4135 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4136
4137         * gnus-agent.el: Don't use `path'.
4138         From the GNU coding standards:
4139
4140             Please do not use the term ``pathname'' that is used in Unix
4141             documentation; use ``file name'' (two words) instead.  We use
4142             the term ``path'' only for search paths, which are lists of
4143             directory names.
4144
4145         * nnsoup.el (nnsoup-file-name): Ditto.
4146
4147         * nnmail.el (nnmail-pathname-coding-system): Ditto.
4148         (nnmail-group-pathname): Ditto.
4149
4150         * nnimap.el (nnimap-group-overview-filename): Ditto.
4151
4152         * nnheader.el (nnheader-pathname-coding-system): Ditto.
4153         (nnheader-group-pathname): Ditto.
4154
4155         * nnfolder.el (nnfolder-group-pathname): Ditto.
4156
4157         * gnus.el (gnus-home-directory): Ditto.
4158
4159         * gnus-group.el (gnus-group-icon-list): Ditto.
4160
4161 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
4162
4163         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
4164
4165         * message.el (message-mode-menu): Use it.
4166         (message-mode-menu): Deactivate "Yank Original" if there's no
4167         reply buffer.
4168
4169         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
4170
4171         * message.el (message-mark-active-p): New function.
4172
4173 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
4174
4175         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
4176         (spam-bogofilter-database-directory): new variables
4177         (spam-check-bogofilter-headers, spam-check-bogofilter)
4178         (spam-bogofilter-register-with-bogofilter)
4179         (spam-bogofilter-register-spam-routine)
4180         (spam-bogofilter-register-ham-routine)
4181         (spam-group-ham-processor-bogofilter-p): new functions for the new
4182         Bogofilter interface
4183         (spam-summary-prepare-exit): use the new Bogofilter functions
4184         (spam-list-of-checks): added spam-use-bogofilter-headers
4185         (spam-bogofilter-score): rewrote function
4186         (spam-check-bogofilter): optional score parameter, uses
4187         spam-check-bogofilter-headers better
4188         (spam-check-bogofilter-headers): optional score parameter
4189
4190         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
4191         default, in the gnus-start customization group.  Used to disable
4192         the spam-*/ham-* parameters.
4193         (gnus-group-ham-exit-processor-bogofilter): new ham processor
4194
4195 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
4196
4197         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
4198         XEmacs.
4199
4200         * gnus-ems.el (gnus-mark-active-p): do.
4201
4202 2003-01-15  Kevin Ryde  <user42@zip.com.au>
4203
4204         * gnus.texi (Using MIME): Mention auto-compression-mode with
4205         gnus-mime-copy-part.
4206
4207 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * message.el (message-send): Don't warn about duplicates when
4210         superseding.
4211
4212 2003-01-15  Simon Josefsson  <jas@extundo.com>
4213
4214         * nnimap.el (nnimap-split-download-body): New variable.
4215         (nnimap-split-articles): Use it.
4216
4217 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4218
4219         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
4220         integrity checker was incorrectly flagging, and removing, articles
4221         whose article number was negative.
4222         (gnus-agent-fetch-group-1): When executed in the group's summary
4223         buffer, refresh each downloaded line to update the status flag and
4224         font.  Preserve the value of gnus-newsgroup-headers so that
4225         gnus-agent-fetch-articles can split the requests by size.
4226         (gnus-agent-expire): Corrected day calculation for when
4227         gnus-agent-expire-days contains a list.
4228
4229 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4230
4231         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
4232
4233 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
4234
4235         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
4236           /usr/bin/play as default player.
4237           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
4238
4239 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
4242         articles to be marked as well.
4243
4244 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4245         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
4246         fictious headers generated by nnagent (ie. Undownloaded Article
4247         ####) in the list of articles that have not been downloaded.
4248
4249         * gnus-int.el (): Added require declarations to resolve
4250         compile-time warnings.
4251         (gnus-open-server): If the server status is set to offline,
4252         recursively execute gnus-open-server to open the offline backend
4253         (e.g. nnagent).
4254
4255 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
4256
4257         * gnus-art.el (gnus-article-reply-with-original): Use
4258         gnus-mark-active-p.
4259         (gnus-article-followup-with-original): do.
4260
4261 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4262
4263         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
4264
4265 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4266
4267         * gnus-score.el (gnus-score-edit-file-at-point): New function.
4268         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
4269
4270 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
4271
4272         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
4273         (gnus-face-from-file): Ditto.
4274
4275 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * gnus-sum.el (gnus-articles-to-read): Don't just apply
4278         gnus-alter-articles-to-read-function to the unread articles.
4279
4280 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4281
4282         * deuglify.el (gnus-article-outlook-unwrap-lines)
4283         (gnus-article-outlook-repair-attribution)
4284         (gnus-article-outlook-rearrange-citation): New function names,
4285         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
4286         doc-string.
4287
4288         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
4289         removed `W k' key binding (use `W Y f' instead).
4290         (gnus-summary-make-menu-bar): Use new function names.
4291
4292 2003-01-13  Simon Josefsson  <jas@extundo.com>
4293
4294         * gnus-fun.el (gnus-random-x-face): Doc fix.
4295         (gnus-insert-random-x-face-header): New function.
4296
4297 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
4298
4299         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
4300         mark is not active.
4301
4302         * gnus-msg.el (gnus-inews-do-gcc): Comment.
4303
4304         * gnus-ems.el (gnus-mark-active-p): New function.
4305
4306         * gnus-group.el (gnus-topic-mode-p): New function.
4307         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
4308         Deactivate items if mark is not active.
4309
4310 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4311
4312         * gnus.el (gnus-version-number): Bumped version.
4313         (gnus-summary-line-format): Doc fix.
4314
4315 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4316
4317         * gnus.el: Oort Gnus v0.12 is released.
4318
4319 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4320
4321         * mail-source.el (mail-sources): Removed autoload to make it
4322         compile under XEmacs.
4323
4324 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
4325
4326         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
4327         regexp or a function too.
4328         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
4329         confirmation even if the original article is mail.
4330
4331 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4332
4333         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
4334         articles to be marked when not yanking.
4335
4336 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
4337
4338         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
4339
4340 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4341
4342         * gnus-fun.el (gnus-face-from-file): Autoload.
4343
4344         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
4345         errors.
4346
4347 2003-01-12  Simon Josefsson  <jas@extundo.com>
4348
4349         * sieve.el (sieve-upload-and-bury): New.  Suggested by
4350         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
4351
4352         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
4353         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
4354
4355 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4356
4357         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
4358         in every string.
4359
4360         * gnus.el (gnus-version-number): Bumped version number.
4361
4362 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4363
4364         * gnus.el: Oort Gnus v0.11 is released.
4365
4366 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
4367
4368         * message.el (message-fetch-reply-field): Narrow to headers.
4369
4370         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
4371         if Gnus isn't alive.
4372
4373 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4374
4375         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
4376         marks from articles that are already stored in the agent.
4377         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
4378         backup copy of an invalid .overview file for later analysis.
4379
4380 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
4381
4382         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
4383         exit work with two frames.
4384
4385 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
4386
4387         * message.el (message-forward-make-body): Use mule4.
4388
4389 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4390
4391         * message.el (message-mode-map): Move wide-reply command.
4392
4393 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
4394
4395         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
4396         castellano.
4397         (gnus-outlook-display-hook): New variable.
4398         (gnus-outlook-display-article-buffer): New function.
4399         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
4400         (gnus-outlook-deuglify-article): Made them interactive and added
4401         optional arg.  Use `g-o-d-a-b'.
4402         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
4403
4404         * gnus-sum.el: Added autoloads.
4405         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
4406         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
4407
4408 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4409
4410         * gnus-art.el (gnus-display-mime): Use the mime emulation
4411         variable.
4412
4413         * gnus-sum.el (gnus-article-emulate-mime): New variable.
4414
4415         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
4416         newsrc-alist is initialized properly.
4417
4418         * mail-source.el (mail-sources): Autoload.
4419
4420         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
4421         nil.
4422
4423         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
4424         insert two newlines.
4425
4426         * message.el (message-check-news-header-syntax): Compute the
4427         header length correctly.
4428
4429 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4430
4431         * gnus-agent.el (gnus-agent-expire): Do not remove article from
4432         alist when keeping fetched article file.
4433         (gnus-agent-retrieve-headers): When parsing response for article
4434         numbers, use the same algorithm as gnus-agent-braid-nov to protect
4435         against garbage in the server's response.
4436
4437         * gnus-int.el (gnus-request-expire-articles,
4438         gnus-request-move-article): Only expire when the group's server
4439         has been agentized.
4440
4441 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442
4443         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
4444         errors when deleting overlays.
4445
4446         * gnus-score.el (gnus-score-followup): Allow tracing.
4447
4448         * gnus-art.el (gnus-treat-display-face): New variable.
4449         (article-display-face): New command.
4450
4451         * gnus-fun.el (gnus-face-from-file): New function.
4452         (gnus-convert-face-to-png): Ditto.
4453
4454         * gnus-art.el (gnus-ignored-headers): Added Face.
4455
4456 2003-01-10  Simon Josefsson  <jas@extundo.com>
4457
4458         * nndraft.el (nndraft-request-group): Avoid crash in
4459         directory-files when draft directory doesn't exists.
4460
4461         * gnus-sum.el (gnus-select-article-hook): Add :option.
4462
4463 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4464
4465         * spam.el (spam-use-stat): new variable
4466         (spam-group-spam-processor-stat-p)
4467         (spam-group-ham-processor-stat-p): new convenience functions
4468         (spam-summary-prepare-exit): add spam/ham processors to sequence
4469         (spam-list-of-checks): add spam-use-stat to list of checks
4470         (spam-split): conditionally load the spam-stat tables
4471         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
4472         spam-check-ifile): new functions
4473
4474         * spam-stat.el (spam-stat): typo fix
4475         (spam-stat-install-hooks): new variable
4476         (spam-stat-split-fancy-spam-group): added documentation clarification
4477         (spam-stat-split-fancy-spam-threshhold): new variable
4478         (spam-stat-install-hooks): make hooks conditional
4479         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
4480
4481         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
4482         spam-stat ham/spam processor symbols
4483
4484 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4485
4486         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
4487         file exists.
4488
4489 2003-01-10  Simon Josefsson  <jas@extundo.com>
4490
4491         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
4492         undownloaded/downloadable only when unplugged.
4493
4494 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
4495
4496         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
4497
4498 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4499
4500         * spam.el (spam-check-ifile): fixed call-process-region to use the
4501         db parameter only if it's set
4502         (spam-ifile-register-with-ifile): ditto
4503
4504 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
4505
4506         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
4507         spam-stat-nbad before creating the hash table.
4508         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
4509         Changed copyright statement to FSF.
4510
4511 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4512
4513         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
4514         processable articles as read.
4515         (gnus-agent-summary-fetch-series): Remove processable and
4516         downloadable marks on all downloaded articles in the series.
4517
4518         * nntp.el (nntp-report): Throw error after reporting the problem.
4519         (nntp-accept-process-output): Corrected error check to report an
4520         error when the process is nil.
4521
4522 2003-01-09  Simon Josefsson  <jas@extundo.com>
4523
4524         * message.el (message-tool-bar-map): Add preview.
4525
4526 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
4527
4528         * mml.el (mml-preview): Get rid of MIME handles and buffers after
4529         previewing.
4530
4531 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
4532
4533         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
4534         bug when the (n+1)th article to be added to a group has a smaller
4535         number than the n articles already added.
4536
4537 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
4538
4539         * message.el (message-mode-field-menu): Use backquote.
4540
4541 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
4542
4543         * spam.el: fixed the BBDB autoloads again, using
4544         bbdb-search-simple now (which is not a macro, thank god)
4545
4546         * lpath.el (bbdb-search): removed function from maybe-fbind list
4547
4548         * gnus.el (ham-process-destination): added new parameter for
4549         destination of ham articles found in spam groups at summary exit
4550
4551         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
4552         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
4553         (spam-ifile-database-path): added new parameter for ifile's database
4554         (spam-move-spam-nonspam-groups-only): new parameter to determine
4555         if spam should be moved from all groups or only some
4556         (spam-summary-prepare-exit): fixed logic to use
4557         spam-move-spam-nonspam-groups-only when deciding to invoke
4558         spam-mark-spam-as-expired-and-move-routine; always invoke that
4559         routine after the spam has been expired-or-moved in case there's
4560         some spam left over; use spam-ham-move-routine in spam groups
4561         (spam-ham-move-routine): new function to move ham articles to the
4562         ham-process-destinations group parameter
4563
4564 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4565
4566         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
4567
4568         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
4569         gnus-summary-update-article-line.
4570
4571 2003-01-08  Simon Josefsson  <jas@extundo.com>
4572
4573         * nnmail.el (nnmail-expiry-target-group): Request group, create it
4574         not successful.
4575
4576 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
4579
4580 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4581
4582         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
4583         logic, finally
4584
4585 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4586
4587         * gnus-spec.el (gnus-parse-format): %C is a complex format.
4588         (gnus-parse-format): Change to %~.
4589
4590         * message.el (message-generate-headers): Don't generate optional
4591         empty headers.
4592
4593 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4594
4595         * message.el (message-cross-post-default)
4596         (message-cross-post-note-function, message-shoot-gnksa-feet)
4597         (message-strip-subject-trailing-was, message-change-subject)
4598         (message-mark-insert-file, message-cross-post-followup-to)
4599         (message-cross-post-followup-to, message-mode-map)
4600         (message-generate-unsubscribed-mail-followup-to)
4601         (message-make-mail-followup-to): Minor changes to doc-strings and
4602         error messages.  Updated copyright line.
4603
4604         * message.el (message-make-mail-followup-to,
4605         message-generate-unsubscribed-mail-followup-to): New function
4606         names.  Renamed functions: "-mft" -> "-mail-followup-to".
4607         (message-make-mft, message-gen-unsubscribed-mft): Removed function
4608         names.
4609
4610         * mml.el (mml-preview-insert-mail-followup-to): New function name.
4611         (mml-preview-insert-mft): Removed function name.
4612         (mml-preview): Use new function names.
4613
4614         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
4615
4616         * message.el (message-mode-field-menu): Moved header related
4617         commands from "Message" to "Field" menu.
4618
4619 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4620
4621         * message.el (message-generate-headers-first): Added customization
4622         if variable is a list.
4623
4624 2003-01-07  Michael Shields  <shields@msrl.com>
4625
4626         * gnus-art.el (gnus-article-next-page): Correctly handle the case
4627         where the last line of the article is the last line of the window.
4628
4629 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630
4631         * gnus-msg.el (gnus-debug): Use ignore-errors.
4632
4633         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
4634         `gnus-summary-update-line'.
4635
4636 2003-01-08  Simon Josefsson  <jas@extundo.com>
4637
4638         * gnus-art.el (gnus-unbuttonized-mime-types)
4639         (gnus-buttonized-mime-types): Doc fix.
4640
4641 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
4642
4643         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
4644
4645 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4646
4647         * nnrss.el (nnrss-group-alist): Add and clear up.
4648
4649 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4650
4651         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
4652
4653         * lpath.el (bbdb-search): added BBDB functions for a better way to
4654         fix missing functions
4655
4656         * spam.el (spam-check-ifile): if should be an unless
4657
4658         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
4659         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
4660         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
4661
4662 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * gnus-sum.el (gnus-summary-make-menu-bar): Added
4665         gnus-summary-refer-thread to thread menu.
4666
4667 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4668
4669         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
4670         summary buffer, articles that cannot be fetched are marked as
4671         canceled.
4672
4673         * nntp.el (nntp-with-open-group): The quit signal handler must
4674         propagate the quit signal to the next outer handler so that the
4675         caller knows that the request aborted abnormally.
4676
4677 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4678
4679         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
4680         (spam-ifile-register-spam-routine)
4681         (spam-ifile-register-ham-routine): added ifile functionality that
4682         does not use ifile-gnus.el to classify and register articles
4683         (spam-get-article-as-string): convenience function
4684         (spam-summary-prepare-exit): added ifile spam and ham registration
4685         (spam-ifile-all-categories, spam-ifile-spam-category)
4686         (spam-ifile-path, spam-ifile): added customization options
4687
4688         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
4689         exit processor
4690         (spam-process): added gnus-group-ham-exit-processor-ifile to the
4691         list of choices
4692
4693 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4694
4695         * gnus-score.el (gnus-score-followup): Also score immediate
4696         followups.
4697
4698 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4699
4700         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
4701
4702 2003-01-07  Simon Josefsson  <jas@extundo.com>
4703
4704         * message.el (message-mode-menu): Fix receipt balloon help.
4705
4706 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
4707
4708         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
4709         always be interpreted as news.
4710
4711 2003-01-07  Simon Josefsson  <jas@extundo.com>
4712
4713         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
4714         gnus-sieve-script, instead of the global variable
4715         gnus-sieve-crosspost.  One-line patch from Steinar Bang
4716         <sb@dod.no>.
4717
4718 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4719
4720         * gnus.el: Renamed gnus-summary-*-uncached-face as
4721         gnus-summary-*-undownloaded-face to avoid confusing the agent with
4722         the cache.
4723
4724         * gnus-sum.el: Ditto.
4725
4726 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4727
4728         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
4729         in either the group or summary buffer.
4730         New command "JS", in summary buffer, will fetch articles per the
4731         group's category, predicate, and processable flags.
4732         (gnus-agent-summary-fetch-series): Rewritten to call
4733         gnus-agent-session-fetch-group once with all articles in the
4734         series.
4735         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
4736         return list of fetched articles.
4737         (gnus-agent-fetch-articles): Split fetch list into sublists such
4738         that the article buffer is only slightly larger than
4739         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
4740         the group's article alist is saved.
4741         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
4742         longer result in the agent trying to fetch an article.
4743         (gnus-agent-fetch-group-1): Can now be called in either the group
4744         or summary buffer.  Removed the max-fetch-size code that I added
4745         on 2002-12-13 as that capability is now part of
4746         gnus-agent-fetch-articles.  Added code to update summary buffer.
4747         When called in the group buffer, articles that can not be fetched
4748         are AUTOMATICALLY MARKED AS READ.
4749
4750         * gnus-sum.el (): Modified eval-when-compile to minimize
4751         misleading compilation warnings.
4752         (gnus-update-summary-mark-positions): Changed code to use
4753         gnus-undownloaded-mark rather than gnus-downloaded-mark.
4754
4755         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
4756         empty file as the parser assumes that the file isn't empty.
4757
4758         * nntp.el (nntp-send-string): The process-send-string call can,
4759         because it performs I/O on the process, change the process' state
4760         from open to closed.  If this happens, call nntp-report
4761         immediately to report the broken connection.
4762         (nntp-report): Rewritten to avoid needing a global variable to
4763         determine the appropriate course of action.  Instead, two function
4764         implementations are provided and the nntp-report function value is
4765         bound to the appropriate implementation.
4766         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
4767         (nntp-with-open-group): Now binds nntp-report's function cell
4768         rather than binding gnus-with-open-group-first-pass.  Added a
4769         condition-case to detect a quit during a nntp command.  When the
4770         quit occurs, the current connection is closed as a fetch articles
4771         request could have several megabytes queued up for reading.
4772         (nntp-retrieve-headers): Bind articles to itself.  If
4773         nntp-with-open-group repeats this command, I must have access to
4774         the original list of articles.
4775         (nntp-retrieve-groups): Ditto for groups.
4776         (nntp-retrieve-articles): Ditto for articles.
4777         (*): Replaced nntp-possibly-change-group calls to
4778         nntp-with-open-group forms in all, but one, occurrance.
4779         (nntp-accept-process-output): Bug fix. Detect when called with
4780         null process.
4781
4782 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
4783
4784         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
4785         if we don't need to.
4786         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
4787
4788 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4789
4790         * gnus-group.el (gnus-group-make-web-group): Pass the select
4791         method on to group-create.
4792         (gnus-group-line-format-alist): %U is an integer.
4793
4794         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
4795         ephemeral groups.
4796         (gnus-summary-read-group-1): Ditto.
4797         (gnus-group-make-articles-read): Ditto.
4798
4799         * mm-url.el (mm-url-program): Doc fix.
4800
4801         * message.el (message-mode-map): Rebound
4802         message-insert-wide-reply.
4803
4804 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
4807         color as `gnus-group-startup-message' does.
4808
4809 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
4810
4811         * spam.el: fixed line lengths to 80 chars or less
4812
4813         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
4814         "not-read" mark
4815         (gnus-summary-mark-forward): added the spam-mark to the list of
4816         marks not to be marked as "read" when viewed
4817
4818 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4819
4820         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
4821
4822         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
4823         Protect against unactive groups.
4824
4825         * message.el (message-check-news-header-syntax): Check long
4826         header lines.
4827         (message-check-news-header-syntax): Update `start'.
4828
4829         * gnus-group.el (gnus-group-expire-articles): Doc fix.
4830         (gnus-group-line-format): %U.
4831         (gnus-group-line-format-alist): ?U.
4832         (gnus-number-of-unseen-articles-in-group): New function.
4833
4834         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
4835
4836         * gnus.el (gnus-version-number): Bump version number.
4837
4838 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4839
4840         * gnus.el: Oort Gnus v0.10 is released.
4841
4842 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4843
4844         * gnus.el (gnus-version-number): Fix version number.
4845
4846 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4847
4848         * gnus.el: Oort Gnus v0.08 is released.
4849
4850 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
4851
4852         * mm-util.el: Add mm-string-make-unibyte.
4853
4854         * gnus-group.el (gnus-group-jump-to-group): Make it work for
4855         UTF-8 groups.
4856
4857 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4858
4859         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
4860
4861         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
4862
4863 2003-01-04  Kevin Ryde  <user42@zip.com.au>
4864
4865         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
4866         function.
4867
4868 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4869
4870         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
4871         (gnus-summary-read-group-1): Update group line.
4872         (gnus-summary-exit-no-update): Update group on exit.
4873
4874         * gnus-group.el (gnus-group-line-format): Add %*.
4875         (gnus-group-line-format-alist): Ditto.
4876         (gnus-group-insert-group-line): Set it.
4877         (gnus-group-is-exiting-p): New variable.
4878         (gnus-group-insert-group-line): Use it.
4879
4880 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
4881
4882         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
4883         enable BBDB ham processing
4884         (spam-blacklist-register-routine): enable blacklist spam processing
4885         (spam-whitelist-register-routine): enable whitelist ham processing
4886         (spam-fetch-field-from-fast): fast fetching of the "from" field
4887         from (gnus-data-list)
4888         (spam-summary-prepare-exit): works completely now
4889         (spam-use-blacklist): oops, should be nil by default
4890         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
4891         split processing now; before it was for summary exit as
4892         well but that's done with the spam-contents and spam-process
4893         parameters now
4894
4895 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
4896
4897         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
4898         characters.
4899
4900 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
4901
4902         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
4903         (spam-group-processor-p, spam-group-processor-bogofilter-p)
4904         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
4905         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
4906         (spam-mark-spam-as-expired-and-move-routine)
4907         (spam-generic-register-routine, spam-BBDB-register-routine)
4908         (spam-ifile-register-routine, spam-blacklist-register-routine)
4909         (spam-whitelist-register-routine): new functions
4910         (spam-summary-prepare-exit): added summary exit processing (expire
4911         or move) of spam-marked articles for spam groups; added slots for
4912         all the spam-*-register-routine functions
4913
4914 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4915
4916         * pop3.el (pop3-retr): Wait 500 msecs.
4917         (pop3-read-response): Ditto.
4918
4919         * gnus-msg.el (gnus-setup-message): Get the evaliation order
4920         right.
4921         (gnus-inews-make-draft): New function.
4922         (gnus-setup-message): Use it.
4923
4924         * message.el (message-required-headers): Add From.
4925
4926 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4927         Trivial patch from Norbert Koch <nk@viteno.net>.
4928
4929         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
4930
4931 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * message.el (message-generate-headers): Let header formatters do
4934         their work.
4935
4936 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
4937
4938         * deuglify.el (gnus-article-outlook-deuglify-article):
4939         Rehighlight, reapply treatments and call
4940         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
4941         (gnus-outlook-repair-attribution-block): Recognize cited
4942         attributions.  Suggested by Niklas Morberg.
4943
4944 2003-01-02  Pete Kazmier  <pete@kazmier.com>
4945
4946         * gnus-art.el (gnus-treat-predicate): Check condition first.
4947
4948 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
4949
4950         * lpath.el: Add url-http-file-exists-p.
4951
4952         * gnus-group.el (gnus-group-fetch-charter): Use
4953         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
4954
4955 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4956
4957         * message.el (message-draft-headers): Also generate From to get a
4958         nicer draft buffer summary.
4959
4960         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
4961         parameter.
4962
4963         * gnus-art.el (article-wash-html): Clean up.
4964         (article-wash-html): Typo fix.
4965
4966         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
4967         (gnus-summary-mail-forward): To many lists of lists.
4968
4969         * gnus-art.el (article-wash-html): Clean up.
4970
4971 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
4972
4973         * gnus-art.el (gnus-treat-wash-html): New variable.
4974
4975 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4976
4977         * message.el (message-check-news-header-syntax): Allow posting.
4978         (message-check-news-header-syntax): Fix logic for sure, this
4979         time.
4980
4981 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
4982
4983         * message.el (message-check-news-header-syntax): Check syntax of
4984         continuation headers.
4985
4986 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
4987
4988         * gnus-art.el (gnus-button-url-regexp,
4989         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
4990         (gnus-header-button-alist): Regexps are case insensitive here.
4991
4992 2003-01-02  Simon Josefsson  <jas@extundo.com>
4993
4994         * dig.el (query-dig): Doc fix.
4995
4996 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4997
4998         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
4999         summary buffer line, not just the download mark.
5000
5001 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5002
5003         * gnus-sum.el (gnus-summary-goto-subjects): New function.
5004         (gnus-summary-insert-dormant-articles): New command and
5005         keystroke.
5006
5007         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
5008         function for mass insertion of subjects.
5009
5010         * nndraft.el (nndraft-generate-headers): Don't move point.
5011
5012         * gnus.el (nnheader): Require nnheader.
5013
5014         * nndraft.el (nndraft-request-associate-buffer): Use
5015         make-local-variable.
5016
5017 2003-01-02  Michael Shields  <shields@msrl.com>
5018
5019         * nndraft.el (nndraft-request-associate-buffer): Make
5020         write-contents-hooks buffer-local before setting it.
5021
5022 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5023
5024         * gnus.el (gnus-group-parameter-value): Take an extra param.
5025         (gnus-group-fast-parameter): Let group param results be nil.
5026
5027         * gnus-art.el (gnus-article-forward-header): New function.
5028         (article-date-ut): Use it to remove continuation date headers.
5029
5030         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
5031         read-event.
5032         (gnus-summary-remove-bookmark): Clean up.
5033         (gnus-summary-set-bookmark): Clean up.
5034
5035         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
5036
5037         * gnus.el (gnus-group-startup-message): Bind data-directory to
5038         the Gnus etc directory.
5039
5040 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
5041
5042         * spam.el (spam-summary-prepare-exit): added slots for spam- and
5043         ham-processing of articles; use the new
5044         spam-group-(spam|ham)-contents-p functions
5045         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
5046         convenience functions
5047         (spam-mark-junk-as-spam-routine): use the new
5048         spam-group-spam-contents-p function
5049
5050         * gnus.el (spam-process, spam-contents, spam-process-destination):
5051         added new parameters with corresponding global variables
5052         (gnus-group-spam-exit-processor-ifile,
5053         gnus-group-spam-exit-processor-bogofilter,
5054         gnus-group-spam-exit-processor-blacklist,
5055         gnus-group-spam-exit-processor-whitelist,
5056         gnus-group-spam-exit-processor-BBDB,
5057         gnus-group-spam-classification-spam,
5058         gnus-group-spam-classification-ham): added new symbols for the
5059         spam-process and spam-contents parameters
5060
5061         * spam.el (spam-ham-marks, spam-spam-marks): changed list
5062         customization and list itself to store mark symbol rather than
5063         mark character.
5064         (spam-bogofilter-register-routine): added logic to generate mark
5065         values list from spam-ham-marks and spam-spam-marks, so (member)
5066         would work.
5067
5068 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5069
5070         * message.el (message-cross-post-followup-to): Fix comment.
5071
5072 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
5073
5074         * spam.el (spam-ham-marks, spam-spam-marks): changed list
5075         customization and list itself to store mark symbol rather than
5076         mark character.
5077         (spam-bogofilter-register-routine): added logic to generate mark
5078         values list from spam-ham-marks and spam-spam-marks, so (member)
5079         would work.
5080
5081 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
5082
5083         * message.el (message-signature-insert-empty-line): New variable.
5084
5085 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5086
5087         * message.el: Renamed functions and variables: "xpost" ->
5088         "cross-post", "-fup2" -> "-followup-to".
5089         (message-cross-post-old-target, message-cross-post-default,
5090         message-cross-post-note, message-followup-to-note,
5091         message-cross-post-note-function): New variables names.
5092         (message-xpost-old-target, message-xpost-default,
5093         message-xpost-note, message-fup2-note,
5094         message-xpost-note-function): Removed variable names.
5095         (message-cross-post-followup-to-header,
5096         message-cross-post-insert-note, message-cross-post-followup-to):
5097         New function names.
5098         (message-xpost-fup2-header, message-xpost-insert-note,
5099         message-xpost-fup2): Removed function names.
5100
5101 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5102
5103         * message.el (message-send-mail): Added message-cleanup-headers to
5104         prevent newlines in headers.
5105
5106 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5107
5108         * dns.el (dns-make-network-process): Comment.
5109
5110         * gnus-sum.el (gnus-summary-display-while-building): Default to
5111         nil.
5112
5113 2003-01-01  Wes Hardaker  <wes@hardakers.net>
5114
5115         * gnus-sum.el (gnus-summary-display-while-building): New
5116         variable.
5117
5118 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
5119
5120         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
5121         before rearranging the article.
5122
5123 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124
5125         * nndraft.el (nndraft-generate-headers): New function.
5126         (nndraft-request-associate-buffer): Use it to write headers on
5127         buffer save.
5128
5129         * message.el (message-generate-headers): Let the function be a
5130         lambda form.
5131         (message-draft-headers): New variable.
5132
5133         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
5134         function.
5135         (gnus-setup-message): Use it.
5136
5137         * message.el (message-generate-headers-first): Doc fix.
5138         (message-setup-1): Use new function for getting which headers to
5139         generate.
5140         (message-headers-to-generate): New function.
5141
5142 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5143
5144         * gnus-agent.el (gnus-agent-save-alist): Make directory.
5145
5146 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
5147
5148         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
5149         mention negatives.
5150
5151 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
5152
5153         * deuglify.el (gnus-outlook-rearrange-article): Use
5154         `transpose-regions' instead of tempering the kill-ring.
5155         (gnus-article-outlook-deuglify-article): Rehighlight article
5156         instead of a complete redisplay.
5157
5158 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
5159
5160         * spam.el: most defvars are defcustoms now
5161
5162         patches from Michael Shields  <shields@msrl.com>
5163
5164         * spam.el (spam-bogofilter-articles): Select the article
5165         body using gnus-summary-show-article t instead of
5166         gnus-summary-select-article; this presents the raw text
5167         without running any hooks.
5168
5169         * spam.el (spam-bogofilter-articles): Use message-remove-header
5170         to remove headers; the old way incorrectly removed just the first
5171         line of folded headers.
5172
5173 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
5176
5177 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5178
5179         * gnus-start.el (gnus-load): New function.
5180         (gnus-read-newsrc-el-file): Use it.
5181
5182 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5183
5184         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
5185         (gnus-button-handle-apropos-documentation): New function.
5186         (gnus-button-handle-ctan): New function.
5187         (gnus-button-alist): Use them.  Improve some regexps.
5188         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
5189
5190 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5191
5192         * message.el (message-subscribed-p): New function.
5193         (message-send-mail): Use it.
5194         * mml.el (mml-preview-insert-mft): New function.
5195         (mml-preview): Use it.
5196
5197 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198
5199         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
5200         when sorting by date.
5201
5202         * gnus-art.el (gnus-article-edit-mode): New variable.
5203         (gnus-article-setup-buffer): Warn user about discarding edits.
5204
5205         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
5206         (gnus-summary-pipe-output): Take a symbolic prefix to save all
5207         headers.
5208
5209         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
5210
5211 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5212
5213         * message.el (message-completion-alist): Added "Mail-Followup-To"
5214         and "Mail-Copies-To".
5215
5216 2002-07-21  Jesper harder  <harder@ifa.au.dk>
5217
5218         * gnus-group.el: Add key bindings for
5219         gnus-group-sort-groups-by-real-name and
5220         gnus-group-sort-selected-groups-by-real-name.
5221
5222 2002-07-21  Jesper harder  <harder@ifa.au.dk>
5223
5224         * gnus.texi (Sorting Groups): Add key bindings for
5225         gnus-group-sort-groups-by-real-name and
5226         gnus-group-sort-selected-groups-by-real-name.
5227
5228 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
5229
5230         * spam.el (spam-use-dig): new variable for blackhole checking
5231         through dig.el
5232         (spam-check-blackholes): added dig.el checking functionality and
5233         more verbose reporting; query-dig is autoloaded from dig.el
5234         (spam-use-blackholes): disabled by default
5235         (spam-blackhole-servers): removed rbl.maps.vix.com from the
5236         blackhole servers list
5237
5238 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5239
5240         * message.el (message-required-headers): New variable.
5241
5242 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
5243
5244         * dig.el (query-dig): new function
5245
5246 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5247
5248         * flow-fill.el (fill-flowed): Don't infloop on too long fill
5249         prefixes.
5250
5251         * dns.el (query-dns): Protect against errors.
5252
5253         * gnus-msg.el (gnus-article-yanked-articles): New variable.
5254         (gnus-inews-add-send-actions): Mark all answered messages as
5255         answered.
5256
5257 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
5258
5259         * nnmail.el (nnmail-split-it): Added tracing to
5260         `:' split rule
5261
5262 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
5263
5264         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
5265         and "%s" so we don't overquote them.
5266
5267 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
5268
5269         * (mm-display-external): Display the actual command that has been
5270         executed in the echo area.
5271
5272 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5273
5274         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
5275
5276         * message.el (message-with-reply-buffer): New macro.
5277         (message-fetch-reply-field): Use it.
5278         (message-insert-wide-reply): New command and keystroke.
5279         (message-carefully-insert-headers): New function.
5280         (message-insert-to): Use new function.
5281
5282         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
5283         (gnus-topic-goto-missing-group): Use it.
5284
5285         * message.el (message-required-news-headers): Removed Lines.
5286         (message-reply): Don't insert References first.
5287         (message-followup): Ditto.
5288         (message-make-references): New function.
5289         (message-followup): Set message-reply-headers before generating
5290         the buffer stuff.
5291
5292 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
5293
5294         * mml.el (mml-generate-mime-1): Reverse the order of
5295         encoding/flowing.
5296
5297 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5298
5299         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
5300         after moving them.
5301
5302         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
5303         fit with newer standard format.
5304         (gnus-summary-make-false-root-always): New variable.
5305         (gnus-gather-threads-by-subject): Use it.
5306
5307         * message.el (message-get-reply-headers): Take an address list
5308         optional argument.
5309
5310 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5311
5312         * gnus.el (gnus-keep-backlog): Change default to 20.
5313
5314         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
5315         start.
5316         (gnus-agent-check-overview-buffer): Remove negative article
5317         numbers.
5318
5319         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
5320         (nnmail-cache-ignore-groups): Doc fix.
5321
5322         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
5323         (nnimap-debug-buffer): New variable.
5324         (nnimap-debug): Use it.
5325
5326 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
5327
5328         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
5329
5330 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5331
5332         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
5333         they aren't already sorted.
5334
5335 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
5336
5337         * message.el (message-mode-menu): Add ellipses to menu items
5338         expecting user interaction.
5339         (message-mode-field-menu): do.
5340
5341 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
5342
5343         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
5344         it isn't used any more.
5345
5346 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
5347
5348         * binhex.el (binhex-decoder-program): Fix docstring.
5349
5350 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5351
5352         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
5353         special chars if the mailcap file uses single quotes around %s.
5354         From Laurent Martelli <laurent@bearteam.org>.
5355
5356 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
5357
5358         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
5359         return the info object.
5360
5361 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
5362
5363         * gnus-int.el (gnus-request-update-info): Artificially add
5364         (1 . (1- min)) to the read range, in case the backend doesn't
5365         store marks for nonexistent articles.
5366
5367 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * binhex.el (binhex-insert-char): Eval-and-compile.
5370
5371 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
5372
5373         * lpath.el: Add tool-bar-local-item-from-menu.
5374
5375         * message.el (message-tool-bar-local-item-from-menu): New function.
5376         (message-tool-bar-map): Use it.
5377
5378 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
5379
5380         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
5381
5382         * gnus-art.el (gnus-article-header-rank): Last header in
5383         gnus-sorted-header-list should have higher rank than non-members.
5384
5385 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5386
5387         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
5388         covered methods.
5389
5390 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5391
5392         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
5393         eval-when-compile.  Suggested by Kevin Greiner.
5394
5395 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
5396
5397         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
5398         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
5399         even though no headers may have been fetched
5400         (gnus-agent-fetch-group-1, and perhaps others, require this
5401         behavior).
5402         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
5403         server buffer is constrained by gnus-agent-max-fetch-size.
5404         Multiple chunks in the same group may perform arbitrarily large
5405         updates.
5406
5407 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
5408
5409         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
5410         gnus-summary-update-download-mark to update the article in the
5411         summary.
5412
5413 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
5414
5415         * gnus.el (gnus-summary-high-uncached-face,
5416         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
5417         New faces.
5418
5419         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
5420         added this on 2002-11-23 but it just wasn't working out as
5421         intended.  The idea isn't entirely dead, three new faces
5422         gnus-summary-*-uncached-face are being added to gnus.el to provide
5423         the basis for an improved implementation.
5424         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
5425         proper file to open is lib/servers.
5426         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
5427         (i.e. removing the article from gnus-newsgroup-downloadable) will
5428         now restore the article's default mark rather than simply setting
5429         no mark.
5430         (gnus-agent-get-undownloaded-list): Corrected documentation.
5431         Added code to set new summary local variable,
5432         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
5433         a temporary list.  No longer sets gnus-newsgroup-downloadable.
5434         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
5435         up to date.  Call new gnus-summary-update-download-mark to keep
5436         summary buffer up-to-date.
5437         (gnus-agent-fetch-selected-article): Keep
5438         gnus-newsgroup-undownloaded up to date.
5439         (gnus-agent-fetch-articles): Return list of articles that were
5440         successfully fetched.
5441         (gnus-agent-check-overview-buffer): No more thingatpt.
5442         (gnus-agent-expire): No longer deletes NOV entries of unread
5443         articles.
5444         (gnus-agent-unread-articles): New function.
5445         (gnus-agent-regenerate-group): The article number must be
5446         terminated by a tab character.  Added more messages to report
5447         repairs.  Inhibit quits while writing changes so it is now safe
5448         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
5449         downloaded to 1) resolve the unbound references and 2) avoid
5450         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
5451
5452         * gnus-art.el (gnus-article-prepare): The agent
5453         downloaded/undownloaded mark is no longer stored as the article's
5454         mark.
5455
5456         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
5457         gnus-summary-highlight may use it.  Added downloaded as
5458         gnus-summary-highlight was using it.
5459
5460         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
5461         the download mark now follows Kai's +/- convention.
5462         (gnus-downloaded-mark): Added ?+ mark.
5463         (gnus-summary-highlight): Added rules to select
5464         gnus-summary-high-uncached-face,
5465         gnus-summary-normal-uncached-face, and
5466         gnus-summary-low-uncached-face.  Removed the
5467         gnus-agent-downloaded-article-face.
5468         (gnus-summary-line-format-alist): Implemented the download flag
5469         format (?O) as named in the manual.  This implementation displays
5470         either gnus-undownloaded-mark, gnus-downloaded-mark, or
5471         gnus-no-mark.
5472         (gnus-newsgroup-agentized): New local variable that identifies
5473         which groups are agentized.  While the agent is now on by default,
5474         you don't have to agentize every server that you use.
5475         (gnus-update-summary-mark-positions): Completed support for the
5476         download type of mark.
5477         (gnus-summary-insert-line): Added undownloaded to the parameters.
5478         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
5479         reference by the gnus-summary-line-format-spec.
5480
5481         * nntp.el (nntp-with-open-group): This macro handles dropped or
5482         broken connections by opening a new connection and repeating the
5483         failed command.
5484         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
5485         XOVER commands preceeding the active articles with the nov entry
5486         of the first available article.  When gnus connected to such a
5487         server, the unexpected nov entry would result in duplicate lines
5488         in the agent's overview file.  This patch fixes the duplicate
5489         lines problem and improves performance by skipping over all
5490         articles IDs that preceed the first nov entry in the server's
5491         reply.
5492
5493 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
5496         (gnus-summary-highlight): Use it instead of `downloaded'.
5497         (gnus-summary-highlight-line): Ditto.
5498
5499         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
5500
5501 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5502
5503         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
5504
5505         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
5506         calls.
5507
5508         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
5509         downloaded variable if we're in an uncovered group.
5510
5511         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
5512         font to soemthing less noticeable.
5513         (gnus-agent-group-covered-p): New function.
5514
5515 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5516
5517         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
5518         Because of an unknown bug, the group buffer is saved in .overview
5519         file.
5520
5521 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5522
5523         * nntp.el (nntp-send-command): Braino in last commit.  Replace
5524         `and' with `or'.
5525
5526 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5527
5528         * nntp.el (nntp-send-command): Assume that echo does not happen
5529         when nntp-open-connection-function is nntp-open-network-stream.
5530         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
5531
5532 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5533
5534         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
5535
5536 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
5537
5538         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
5539         nntp-server-buffer if we aren't going to write to it.
5540
5541 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5542         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
5543
5544         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
5545
5546 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * rfc2047.el (rfc2047-decode-region): Remove newlines between
5549         decoded words.
5550
5551 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5552
5553         * gnus.el (fboundp): After loading mm-util, make sure it was the
5554         right one.
5555
5556 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5557
5558         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
5559         gnus-sum.  Made into a user option.
5560
5561         * gnus-sum.el (gnus-simplify-ignored-prefixes)
5562         (gnus-summary-mark-article-as-unread)
5563
5564 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5565
5566         * time-date.el (date-to-time): Typo.
5567
5568         * parse-time.el: Typo.
5569
5570         * nnsoup.el (nnsoup-retrieve-headers): Typo.
5571
5572         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
5573
5574         * nnimap.el:
5575         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
5576
5577         * mm-encode.el (mm-safer-encoding): Typo.
5578
5579         * messcompat.el: Typo.
5580
5581         * message.el (message-face-alist): Typo.
5582
5583         * imap.el (imap-interactive-login, imap-open): Typos.
5584
5585         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
5586
5587         * gnus.el: Typo.
5588
5589         * gnus-win.el (gnus-configure-frame): Typo.
5590
5591         * gnus-util.el (gnus-atomic-progn-assign): Typo.
5592
5593         * gnus-topic.el (gnus-topic-sort-topics): Typo.
5594
5595         * gnus-sum.el (gnus-summary-article-number)
5596         (gnus-summary-read-group-1, gnus-summary-mark-article)
5597         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
5598
5599         * gnus-mule.el (gnus-mule-add-group): Typo.
5600
5601         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
5602
5603         * gnus-group.el (gnus-group-fetch-faq): Typo.
5604
5605         * gnus-art.el (gnus-decode-header-methods): Typo.
5606
5607         * flow-fill.el: Typo.
5608
5609 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
5610
5611         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
5612
5613 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5614
5615         * gnus-sum.el (gnus-simplify-ignored-prefixes)
5616         (gnus-summary-mark-article-as-unread)
5617         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
5618         Reformatting to avoid long lines.
5619         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
5620
5621 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
5622
5623         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
5624         be accessed through `mail-header-number'.
5625
5626 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5627
5628         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
5629         compressed range to gnus-summary-insert-articles.
5630
5631 2002-11-26  Kevin Ryde <user42@zip.com.au>
5632
5633         * gnus-art.el (gnus-mime-copy-part): Look for filename
5634         parameter under content-disposition, not content-type.
5635
5636         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
5637         (gnus-summary-reselect-current-group): Use it.
5638
5639 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5640
5641         * gnus-agent.el (gnus-agent-uncached-articles): if
5642         gnus-agent-load-alist fails, return ARTICLES.
5643
5644         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
5645
5646 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5647
5648         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
5649         superfluous function call.
5650         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
5651         Add warning to docstring.
5652
5653 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * gnus-agent.el: Autoload number-at-point instead.
5656         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
5657
5658 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5659
5660         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
5661         require thingatpt (for number-at-point) and protect against
5662         deactivate-mark being unbound (on XEmacs).
5663
5664 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5665
5666         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
5667         print message on entry.
5668
5669         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
5670
5671         * gnus-range.el (gnus-range-difference): New function.
5672         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
5673
5674 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5675
5676         * gnus-sum.el (gnus-summary-insert-old-articles): Use
5677         gnus-remove-from-range instead of gnus-range-difference which
5678         doesn't exist.
5679
5680 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5681         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
5682
5683         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
5684         used for showing which articles have been downloaded.
5685         (gnus-agent-article-alist): Format change.  Add documentation.
5686         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
5687         process-marked articles.
5688         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
5689         in the series are individually fetched to minimize lose of
5690         content due to an error/quit.
5691         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
5692         gnus-message instead of message.
5693         (gnus-agent-read-servers): Use file lib/methods instead of
5694         lib/servers.  TODO: Why?
5695         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
5696         (gnus-agent-get-undownloaded-list): Remove articles that appear to
5697         come from the agent.  This means that they are not downloaded.
5698         (gnus-agent-fetch-selected-article): Don't use history.
5699         (gnus-agent-save-history, gnus-agent-enter-history)
5700         (gnus-agent-article-in-history-p, gnus-agent-history-path):
5701         Removed function; history is not used anymore.
5702         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
5703         (gnus-agent-crosspost): Started rewrite then realized that a typo
5704         in gnus-agent-fetch-articles ensures that this function is never
5705         called.  This will need to be fixed later.
5706         (gnus-agent-check-overview-buffer): Some sanity checks on the
5707         agent overview buffer.  This is a safety net used during
5708         development.
5709         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
5710         changed, write a number to the file indicating this.
5711         (gnus-agent-fetch-headers): Rewrite to respect
5712         gnus-agent-consider-all-articles without relying on the
5713         `.fetched' files.  Make it fast.
5714         (gnus-agent-braid-nov): Change resulting from
5715         gnus-agent-fetch-headers change.
5716         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
5717         `.fetched' files.
5718         (gnus-agent-read-agentview): New function, used by
5719         gnus-agent-load-alist.
5720         (gnus-agent-load-fetched-headers): Remove.
5721         (gnus-agent-save-alist): Rewrite to accomodate new format.
5722         (gnus-agent-fetch-group-1): Make sure list of articles is in the
5723         same order as in gnus-newsgroup-headers.
5724         (gnus-agent-expire): Document and implement extra args ARTICLES,
5725         GROUP, FORCE.  Do not restrict usage.
5726         (gnus-agent-uncached-articles): New function.
5727         (gnus-agent-retrieve-headers): Use it.
5728         (gnus-agent-regenerate-group): No longer needs to be called from
5729         gnus-agent-regenerate.  Individual groups may be regenerated. The
5730         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
5731         The article fetch dates are validated in the article alist.  The
5732         article alist is pruned of entries that do not reference existing
5733         NOV entries.  All changes are computed then applied with
5734         inhibit-quit bound to t.  As a result, it is now safe to quit out of
5735         regeneration.  The optional clean parameter has been replaced with
5736         an optional reread parameter.  Clean is no longer necessary as
5737         regeneration gets the appropriate setting from
5738         gnus-agent-consider-all-articles.  The new reread parameter will
5739         result in fetched, or all, articles being marked as unread.
5740         (gnus-agent-regenerate): Removed code to regenerate the history
5741         file as it is no longer used.
5742
5743         * gnus-start.el (gnus-make-ascending-articles-unread): New
5744         function, for efficient mass-marking.
5745
5746         * gnus-sum.el (gnus-summary-highlight): Use new face for
5747         downloaded articles.
5748         (gnus-article-mark): Prefer to indicate read/unread status over
5749         downloaded status.
5750         (gnus-summary-highlight-line-0): New function, maybe rehighlights
5751         line.
5752         (gnus-summary-highlight-line): Use new face for downloaded
5753         articles.
5754         (gnus-summary-insert-old-articles): Improved performance by
5755         replacing the initial LIST of older articles with a compressed
5756         RANGE of older articles.  Some servers appear to lie about
5757         their active range so the original list could contain millions
5758         of article numbers.  The range is not expanded into a list
5759         until the optional ALL parameter has been applied.
5760
5761 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5762
5763         * gnus-agent.el (gnus-category-mode): Typo in doc string.
5764
5765 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
5766
5767         * spam.el:
5768         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
5769
5770         * spam.el: added `M s t' and `M s x' key mappings
5771
5772 2002-11-20  Simon Josefsson  <jas@extundo.com>
5773
5774         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
5775
5776 2002-11-19  Simon Josefsson  <jas@extundo.com>
5777
5778         * gnus-sum.el (gnus-summary-morse-message): Load
5779         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
5780         (unmorse-region): Autoload it instead.
5781
5782 2002-11-18  Simon Josefsson  <jas@extundo.com>
5783
5784         * gnus-sum.el (gnus-summary-morse-message): New function.
5785         (gnus-summary-wash-map): Bind to `W m'.
5786         (gnus-summary-make-menu-bar): Add.
5787
5788         * nnimap.el (nnimap-request-expire-articles): Compress sequence
5789         before storing \Deleted mark on expired articles.
5790
5791 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
5792         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
5793
5794         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
5795         parens in column 0.
5796
5797 2002-11-17  Juanma Barranquero  <lektu@terra.es>
5798
5799         * nnweb.el (nnweb-google-create-mapping): Fix typo.
5800
5801         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
5802
5803         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
5804
5805 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5806
5807         * message.el (message-set-auto-save-file-name): Use
5808         make-directory, to avoid the dependence on gnus-util.
5809
5810 2002-11-16  Simon Josefsson  <jas@extundo.com>
5811
5812         * nnimap.el (nnimap-callback-callback-function):
5813         (nnimap-callback-buffer): Removed, these cannot be global but must
5814         be embedded into the callback.
5815         (nnimap-make-callback): New.  Embedd article number, callback and
5816         buffer in function.
5817         (nnimap-callback, nnimap-request-article-part): Update.
5818
5819 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
5822
5823 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5824
5825         * gnus.el (gnus-summary-line-format): Document %C.
5826
5827 2002-11-11  Simon Josefsson  <jas@extundo.com>
5828
5829         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
5830         output when called interactively.
5831
5832 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
5835
5836         * message.el (message-draft-coding-system): Improve comment; use
5837         mm-auto-save-coding-system for the default value.
5838
5839         * nndraft.el (nndraft-request-article): Revert to the state before
5840         2002-10-29; regexp-quote mail-header-separator.
5841
5842 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
5843
5844         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
5845         allow editing of drafts from an nnvirtual group.
5846
5847 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5848
5849         * nndraft.el (nndraft-request-article): Replace emacs-mule with
5850         mm-auto-save-coding-system.
5851
5852         * message.el (message-draft-coding-system): Default to
5853         iso-2022-7bit.
5854
5855         * mm-util.el (mm-auto-save-coding-system): Undo last change to
5856         restore the default value to emacs-mule or escape-quoted.
5857
5858 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
5861         a delayed or a queued article as well as a draft.
5862
5863         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
5864         delayed or a queued article in the raw format; treat a delayed
5865         article as a raw article as well as a draft.
5866         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
5867         for the delayed group.
5868
5869         * nndraft.el (nndraft-request-article): Ignore auto save files for
5870         a delayed or a queued article; don't bother to decode a queued
5871         article; don't bind nnmail-file-coding-system for a queued article.
5872
5873         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
5874         and the queue group.
5875
5876 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
5877
5878         * gnus-group.el (gnus-group-delete-group):
5879         gnus-cache-active-hashtb might be void.
5880
5881 2002-11-02  Simon Josefsson  <jas@extundo.com>
5882
5883         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
5884         setting of the default user ID.  From Raymond Scholz
5885         <ray-2002@zonix.de>.
5886
5887 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
5888
5889         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
5890         charset.
5891
5892 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
5893         From Alex Schroeder <alex@emacswiki.org>
5894         * spam-stat.el (spam-stat-process-directory): add dir to message
5895         (spam-stat-reduce-size): No longer remove words
5896         with values close to 0.5, because the default value is 0.2.
5897
5898 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5899
5900         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
5901         documentation.
5902
5903 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5904
5905         * gnus-agent.el (gnus-agent-fetched-headers)
5906         (gnus-agent-load-fetched-headers)
5907         (gnus-agent-save-fetched-headers): Remove variable and two
5908         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
5909         works better.
5910         (gnus-agent-fetch-headers): New implementation from Kevin
5911         Greiner.  Uses gnus-agent-article-alist to store information
5912         about fetched messages which aren't on the server anymore.  The
5913         trick is to return a list of considered messages to the caller,
5914         but to only fetch those which haven't been fetched yet.
5915
5916 2002-10-30  Simon Josefsson  <jas@extundo.com>
5917
5918         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
5919
5920         * pgg.el (pgg-passphrase-cache-expiry): Removed.
5921
5922 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5923
5924         * mm-view.el (mm-w3m-local-map-property): Make it work with older
5925         versions of emacs-w3m than 1.3.3.
5926
5927         * lpath.el: Bind w3m-minor-mode-map.
5928
5929         * mm-view.el (mm-w3m-mode-command-alist)
5930         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
5931         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
5932         (mm-setup-w3m): Simplified.
5933         (mm-w3m-local-map-property): New function.
5934         (mm-inline-text-html-render-with-w3m): Use it.
5935
5936         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
5937         mm-w3m-local-map-property.
5938
5939 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * mm-util.el (mm-auto-save-coding-system): Default to
5942         iso-2022-7bit.
5943
5944         * nndraft.el (nndraft-request-article): Decode an article using
5945         the coding-system emacs-mule if it seems to have been saved using
5946         emacs-mule.
5947         (nndraft-request-replace-article): Use message-draft-coding-system
5948         instead of mm-auto-save-coding-system for the draft or delayed
5949         group.
5950
5951 2002-10-28  Josh  <huber@alum.wpi.edu>
5952
5953         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
5954         functions.
5955
5956 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5957         From mah@everybody.org (Mark A. Hershberger).
5958
5959         * mm-url.el (mm-url-insert-file-contents): Make it return the same
5960         type values ("url" size) regardless of the values of
5961         mm-url-use-external.
5962
5963 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5964
5965         * nnimap.el (nnimap-request-article-part): Try harder to show
5966         group name in debugging message.
5967
5968 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5969
5970         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
5971         directory if it doesn't exist.
5972         (gnus-agent-fetch-headers): Remove old cruft that tried to
5973         abstain from downloading articles more than once if
5974         gnus-agent-consider-all-articles was true.  This is now done
5975         properly via the .fetched files.
5976
5977 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * nndraft.el (nndraft-request-article): Treat delayed articles
5980         like drafts.
5981
5982 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
5985
5986 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5987
5988         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
5989         Remove unused optional arg DIR and corresponding code.
5990
5991         * nnimap.el (nnimap-request-article-part): Include group name in
5992         debugging output.
5993
5994 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
5995
5996         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
5997
5998 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5999
6000         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
6001         contains range of headers that have been fetched by the agent
6002         already.  Compare gnus-agent-article-alist.
6003         (gnus-agent-file-header-cache): Like
6004         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
6005         (gnus-agent-fetch-headers): Improve comment.  Revert to old
6006         seen/recent logic.
6007         Remember which headers have been fetched before and don't fetch
6008         them again the next time round.
6009         (gnus-agent-load-fetched-headers)
6010         (gnus-agent-save-fetched-headers): New functions, for remembering
6011         which headers have been fetched before.
6012
6013 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * lpath.el: Remove useless bindings.
6016
6017 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
6018
6019         * gnus-sum.el (gnus-summary-execute-command): Disable visual
6020         features while searching.
6021
6022 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6023
6024         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
6025
6026 2002-10-22  Simon Josefsson  <jas@extundo.com>
6027
6028         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
6029         (pgg-snarf-keys): Add.
6030
6031 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * lpath.el: Fbind bbdb-records.
6034
6035         * spam.el: Don't autoload bbdb-records.
6036
6037 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
6040         prevent inf-loop.
6041
6042 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6043
6044         * nnslashdot.el: Removed some test lines.
6045         More test.
6046
6047 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6048
6049         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
6050         are known to be downloaded already.
6051
6052 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6053
6054         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
6055         (mm-text-html-washer-alist): Ditto.
6056
6057 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6058
6059         * nnheader.el (nnheader-remove-body): Fix an error of detecting
6060         boundary between headers and body.
6061         * nnml.el (nnml-parse-head): Ditto.
6062
6063 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6064
6065         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
6066         entries.
6067
6068         * gnus-group.el (gnus-fetch-group): Allow an optional
6069         specification of the articles to select.
6070
6071         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
6072
6073 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6074
6075         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
6076         headers from the group, update variable `articles' to contain
6077         only those numbers where headers exist.  (When fetching all
6078         articles in a group, Gnus creates lots of numbers where there is
6079         no articles.)
6080
6081 2002-10-20  Steve Youngs  <youngs@xemacs.org>
6082
6083         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
6084         doesn't have the 'alist custom type, use cons cells instead.
6085         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
6086         (pgg-parse-hash-algorithm-alist): Ditto.
6087         (pgg-parse-compression-algorithm-alist): Ditto.
6088         (pgg-parse-signature-type-alist): Ditto.
6089
6090         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
6091
6092         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
6093
6094         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
6095
6096 2002-10-19  Simon Josefsson  <jas@extundo.com>
6097
6098         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
6099         buffer.
6100
6101 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6102
6103         * gnus-spec.el (gnus-make-format-preserve-properties)
6104         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
6105         properties also on XEmacs.  `gnus-xmas-format' is like format but
6106         preserves text properties on XEmacs (though it only understands
6107         simple format specs).  The variable
6108         `gnus-make-format-preserve-properties' controls whether the
6109         function is used, and is checked in `gnus-parse-simple-format'.
6110         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
6111
6112         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
6113         output.
6114         (gnus-agent-consider-all-articles): New variable.
6115         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
6116         (gnus-agent-fetch-headers): Depending on
6117         gnus-agent-consider-all-articles, maybe get all articles.
6118         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
6119         `read'.
6120         (gnus-predicate-imples-unread): New function.
6121         (gnus-agent-fetch-headers): Optimize to call
6122         gnus-list-of-unread-articles if that is sufficient.
6123         Check unseen and recent instead of seen and recent.
6124         (gnus-agent-fetch-headers): Abstain from calling
6125         gnus-list-range-intersection if range (a . b) would have (> a b).
6126
6127 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * message.el (message-send-mail): Make it possible to perform
6130         edebug-defun.
6131
6132 2002-10-18  Simon Josefsson  <jas@extundo.com>
6133
6134         * gnus-art.el (gnus-button-man-handler): Change default to
6135         `manual-entry' (defined in both emacsen).
6136         (gnus-button-man-handler): Remove emacsen difference and use
6137         `manual-entry'.
6138
6139 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * spam.el: Wrap autoload settings for bbdb-records,
6142         executable-find and ifile-spam-filter with eval-and-compile.
6143         (spam-display-buffer-contents): Remove.
6144         (spam-bogofilter-score): Merge spam-display-buffer-contents.
6145
6146 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
6147
6148         * spam.el (spam-display-buffer-contents): New function.
6149         (spam-bogofilter-score): use spam-display-buffer-contents, patch
6150         from Katsumi Yamaoka <yamaoka@jpl.org>.
6151
6152 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6153
6154         * nnheader.el (nnheader-parse-naked-head): New function.
6155         (nnheader-parse-head): Use the above function, in order to handle
6156         continuation lines properly.
6157         (nnheader-remove-body): New function.
6158         (nnheader-remove-cr-followed-by-lf): New function.
6159         (nnheader-ms-strip-cr): Use the above function.
6160
6161         * gnus-agent.el (gnus-agent-regenerate-group): Call
6162         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
6163         `nnheader-parse-head'.
6164         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
6165
6166         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
6167         continuation lines by itself; call `nnheader-parse-naked-head'
6168         instead of `nnheader-parse-head'.
6169         * nndiary.el (nndiary-parse-head): Ditto.
6170         * nnfolder.el (nnfolder-parse-head): Ditto.
6171         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
6172         * nnmaildir.el (nnmaildir--update-nov): Ditto.
6173         * nnml.el (nnml-parse-head): Ditto.
6174
6175 2002-10-17  Steve Youngs  <youngs@xemacs.org>
6176
6177         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
6178         XEmacs, default to it if featurep 'xemacs.
6179
6180 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * spam-stat.el: Check for the existence of hash functions instead
6183         of the Emacs version to decide whether to load cl.  Suggested by
6184         Kai Gro\e,A_\e(Bjohann.
6185
6186 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6187
6188         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
6189         if it isn't open yet.
6190
6191 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus-group.el: Require mm-url only when compiling.
6194         (gnus-group-fetch-charter): Require mm-url.
6195
6196         * spam-stat.el: Require cl for the functions gethash,
6197         hash-table-count, make-hash-table and mapc for Emacs 20.
6198         (puthash): Alias to cl-puthash for Emacs 20.
6199         (with-syntax-table): New macro for Emacs 20.
6200
6201 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
6202
6203         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
6204
6205 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
6206
6207         * spam.el (spam-check-ifile): added ifile as a spam checking
6208         backend, and spam-use-ifle as the variable to toggle that check.
6209
6210 2002-10-12  Simon Josefsson  <jas@extundo.com>
6211
6212         * message.el (message-beginning-of-line): New variable.
6213         (message-beginning-of-line): Use it.
6214
6215 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
6216
6217         * spam.el: more compilation fixes for BBDB
6218
6219         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
6220         (spam-stat-reduce-size): Interactive.
6221         (spam-stat-reset): New function.
6222         (spam-stat-save): Interactive.
6223
6224 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * gnus.el: Autoload gnus-delay-initialize.
6227
6228         * message.el: Autoload gnus-delay-article.
6229
6230 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
6231
6232         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
6233         text property in Emacs.
6234
6235 2002-10-11  Simon Josefsson  <jas@extundo.com>
6236
6237         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
6238         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
6239
6240         * mml1991.el (mml1991-pgg-sign): Remove CR.
6241
6242 2002-10-10  Simon Josefsson  <jas@extundo.com>
6243
6244         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
6245         decrypt failed.
6246         (mml2015-trust-boundaries-alist): Removed.
6247         (mml2015-gpg-extract-signature-details): Don't use it.
6248         (mml2015-unabbrev-trust-alist): New.
6249         (mml2015-gpg-extract-signature-details): Use it.
6250
6251 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
6252
6253         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
6254         BBDB installed
6255
6256         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
6257         statistical analysis of spam in Lisp only
6258
6259 2002-10-10  Simon Josefsson  <jas@extundo.com>
6260
6261         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
6262         auth, selected or examine state.
6263
6264         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
6265         buffer and error buffer depending on type of information.
6266
6267         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
6268         --status-fd stuff even if gpg.el is not used (revert earlier
6269         change).
6270         (mml2015-pgg-{clear-,}verify): Store both output and errors as
6271         gnus details.
6272         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
6273         buffer.
6274
6275         * pgg.el (pgg-verify-region): Use it.
6276
6277         * pgg-def.el (pgg-query-keyserver): New variable.
6278
6279         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
6280         key-identifier in packet.  Is this a good idea?
6281
6282         * mml.el (mml-mode-map): Add security commands that operates on
6283         MIME parts.
6284         (mml-menu): And menu items for them.
6285
6286         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
6287
6288         * mml.el (mml-parse-1): Support sender in #secure tags.
6289
6290         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
6291         defined.
6292
6293         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
6294         (mml-pgp-encrypt-buffer): Support combined signing.
6295
6296         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
6297         (mml1991-gpg-encrypt): Ditto.
6298         (mml1991-pgg-encrypt): Ditto.
6299         (mml1991-encrypt): Pass sign parameter.
6300
6301         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
6302         (mml-signencrypt-style): Mention the variable.
6303
6304 2002-10-09  Simon Josefsson  <jas@extundo.com>
6305
6306         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
6307         pgg-gpg-user-id.
6308
6309         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
6310         (pgg-fetch-key-function): Nil if w3 is not installed.
6311
6312 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6313
6314         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
6315         gnus-agent-current-history.
6316
6317 2002-10-06  Simon Josefsson  <jas@extundo.com>
6318
6319         * imap.el (imap-parse-status): Don't use read to read token.
6320
6321 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6322
6323         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
6324         for methods not covered by the agent, and when unplugged.
6325
6326 2002-10-05  Simon Josefsson  <jas@extundo.com>
6327
6328         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
6329         signing.
6330
6331         * gnus-agent.el (gnus-agent-read-servers): If getting method from
6332         a named server fails, ignore the server.
6333
6334         * mml1991.el (mml1991-pgg-sign): Do QP.
6335
6336         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
6337         work.
6338
6339 2002-10-04  Simon Josefsson  <jas@extundo.com>
6340
6341         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
6342
6343         * pgg-pgp.el (pgg-pgp-verify-region): Inline
6344         binary-write-decoded-region from MEL.
6345
6346         * pgg.el (pgg-encrypt-region): Support sign.
6347
6348         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
6349
6350         * mml2015.el (mml2015-pgg-encrypt): Ditto.
6351
6352         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
6353         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
6354         branch where PGG was taken from in the ChangeLog entries below.
6355
6356 2002-10-01  Simon Josefsson  <jas@extundo.com>
6357
6358         * pgg-pgp.el: Don't require mel.  Don't use luna.
6359         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
6360         (pgg-pgp-process-region): Use expand-file-name instead of concat.
6361         (pgg-pgp-process-region): Don't use binary-funcall.
6362
6363         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
6364
6365         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
6366         instead of concat.
6367
6368         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6369
6370 2002-09-29  Simon Josefsson  <jas@extundo.com>
6371
6372         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
6373         compile warnings.
6374
6375         * pgg.el (pgg-decrypt-region): Don't parse packet.
6376
6377         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
6378
6379 2002-09-29  Daiki Ueno <ueno@unixuser.org>
6380
6381         * pgg.el: Remove dependency on calist.el.
6382
6383 2002-09-28  Simon Josefsson  <jas@extundo.com>
6384
6385         * pgg.el (pgg-temporary-file-directory): New variable.
6386         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
6387
6388         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
6389         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
6390
6391         * pgg-parse.el (pgg-char-int): Defalias.
6392         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
6393         (pgg-read-bytes, pgg-read-body): Use it.
6394         (pgg-decode-packets): Don't use MEL, use base64-*.
6395         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
6396         (pgg-string-as-unibyte): Defalias.
6397         (pgg-parse-armor-region): Use it.
6398
6399         * pgg-gpg.el (pgg-gpg-process-region): Use
6400         pgg-temporary-file-directory.
6401
6402         * luna.el: Don't def-edebug.
6403
6404         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
6405         binary-write-decoded-region from MEL.
6406
6407         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
6408
6409         * alist.el, calist.el: Don't require product/APEL.
6410
6411         * pgg-parse.el (top-level): Remove dependency on static.el,
6412         pccl.el, mel.el.
6413         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
6414         `define-ccl-program' is boundp, instead of using broken.
6415
6416 2002-10-01  Simon Josefsson  <jas@extundo.com>
6417
6418         * message.el (message-required-mail-headers): Remove Lines:.
6419
6420 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6421         From Jesper Harder.
6422
6423         * gnus-group.el (gnus-group-fetch-charter,
6424         gnus-group-fetch-control): Prompt for group if given a prefix
6425         argument.
6426         * gnus-sum.el (t): Add gnus-group-fetch-charter and
6427         gnus-group-fetch-control to summary key map and menu.
6428
6429 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
6430
6431         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
6432         number when there are no articles.
6433
6434 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6435
6436         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
6437         arg ALL means to fetch all articles, not only downloadable ones.
6438         (gnus-agent-fetch-selected-article): New function for
6439         gnus-select-article-hook or gnus-mark-article-hook.
6440
6441 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6442         From Peter von der Ahe <nospam2159@daimi.au.dk>.
6443
6444         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
6445         raw-text.
6446
6447 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
6448
6449         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
6450         Pinard).
6451         Major revamp of the code, documentation is in comments in the file
6452         for now.
6453
6454 2002-09-30  Simon Josefsson  <jas@extundo.com>
6455
6456         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
6457         buffer seem to be needed?
6458
6459 2002-09-29  Simon Josefsson  <jas@extundo.com>
6460
6461         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
6462         compile warnings.
6463
6464         * mml1991.el (mml1991-function-alist): Add pgg.
6465         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
6466         (mml1991-pgg-encrypt): Fix recipients querying.
6467
6468 2002-09-28  Simon Josefsson  <jas@extundo.com>
6469
6470         * mml2015.el (autoload): Autoload correct files.  Trivial patch
6471         from dme@dme.org.
6472         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
6473         handle is returned.
6474
6475 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6478         Protect against non-existent of `nnimap-mailbox-info'.
6479
6480 2002-09-27  Simon Josefsson  <jas@extundo.com>
6481
6482         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
6483         (gnus-setup-news-hook): Use it.
6484         (gnus-after-getting-new-news-hook): Ditto.
6485
6486         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
6487
6488 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6489         From Mats Lidell <matsl@contactor.se>.
6490
6491         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
6492
6493 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6494
6495         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
6496         the part to decode encoded words, use raw words instead of decoded
6497         words.
6498
6499 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6500
6501         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
6502
6503         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
6504         (mm-setup-w3m): Use it.
6505
6506 2002-09-27  Simon Josefsson  <jas@extundo.com>
6507
6508         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
6509         article buffers.
6510
6511         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
6512         it just in case.
6513         (nnimap-update-unseen): New function; update unseen count in
6514         `n-m-info'.
6515         (nnimap-close-group): Call it.
6516
6517         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
6518         (gnus-after-getting-new-news-hook): Ditto.
6519
6520         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
6521         message into verboselevel 9.  Change slow mail check message.
6522         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
6523         (nnimap-fixup-unread-after-getting-new-news): New function, to be
6524         used as a hook after getting new mail.
6525
6526 2002-09-26  Simon Josefsson  <jas@extundo.com>
6527
6528         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
6529         SELECT/EXAMINE is first unseen article, not number of unseen
6530         articles.  Make them distinct by renaming the former to
6531         `first-unseen' instead of `unseen'.
6532
6533         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
6534         too.
6535         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
6536         changed.
6537         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
6538
6539         * gnus-int.el (gnus-server-unopen-status): Defcustom.
6540
6541         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
6542         better.
6543
6544         * mml2015.el (mml2015-pgg-decrypt): Only add security information
6545         if dissecting resulting buffer actually had any information.
6546
6547 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
6550         because the function `string<' allows symbols.
6551
6552         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
6553
6554 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6555
6556         * message.el (message-forward-make-body): Revert an early change
6557         because 8-bit utf-8 emails.
6558
6559 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6560
6561         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
6562         links to Info)
6563         * gnus-art.el (gnus-treat-highlight-signature):
6564         * gnus-art.el (gnus-treat-buttonize):
6565         * gnus-art.el (gnus-treat-buttonize-head):
6566         * gnus-art.el (gnus-treat-emphasize):
6567         * gnus-art.el (gnus-treat-strip-cr):
6568         * gnus-art.el (gnus-treat-unsplit-urls):
6569         * gnus-art.el (gnus-treat-leading-whitespace):
6570         * gnus-art.el (gnus-treat-hide-headers):
6571         * gnus-art.el (gnus-treat-hide-boring-headers):
6572         * gnus-art.el (gnus-treat-hide-signature):
6573         * gnus-art.el (gnus-treat-fill-article):
6574         * gnus-art.el (gnus-treat-hide-citation):
6575         * gnus-art.el (gnus-treat-hide-citation-maybe):
6576         * gnus-art.el (gnus-treat-strip-list-identifiers):
6577         * gnus-art.el (gnus-treat-strip-pgp):
6578         * gnus-art.el (gnus-treat-strip-pem):
6579         * gnus-art.el (gnus-treat-strip-banner):
6580         * gnus-art.el (gnus-treat-highlight-headers):
6581         * gnus-art.el (gnus-treat-highlight-citation):
6582         * gnus-art.el (gnus-treat-date-ut):
6583         * gnus-art.el (gnus-treat-date-local):
6584         * gnus-art.el (gnus-treat-date-english):
6585         * gnus-art.el (gnus-treat-date-lapsed):
6586         * gnus-art.el (gnus-treat-date-original):
6587         * gnus-art.el (gnus-treat-date-iso8601):
6588         * gnus-art.el (gnus-treat-date-user-defined):
6589         * gnus-art.el (gnus-treat-strip-headers-in-body):
6590         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
6591         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
6592         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
6593         * gnus-art.el (gnus-treat-unfold-headers):
6594         * gnus-art.el (gnus-treat-fold-headers):
6595         * gnus-art.el (gnus-treat-fold-newsgroups):
6596         * gnus-art.el (gnus-treat-overstrike):
6597         * gnus-art.el (gnus-treat-display-xface):
6598         * gnus-art.el (gnus-treat-display-smileys):
6599         * gnus-art.el (gnus-treat-from-picon):
6600         * gnus-art.el (gnus-treat-mail-picon):
6601         * gnus-art.el (gnus-treat-newsgroups-picon):
6602         * gnus-art.el (gnus-treat-body-boundary):
6603         * gnus-art.el (gnus-treat-capitalize-sentences):
6604         * gnus-art.el (gnus-treat-fill-long-lines):
6605         * gnus-art.el (gnus-treat-play-sounds):
6606         * gnus-art.el (gnus-treat-translate):
6607         * gnus-art.el (gnus-treat-x-pgp-sig):
6608         * gnus-art.el (gnus-mime-button-line-format):
6609         * gnus-art.el (gnus-button-man-level):
6610         * gnus-art.el (gnus-button-emacs-level):
6611         * gnus-cus.el (gnus-group-parameters):
6612         * gnus-gl.el (bbb-build-mid-scores-alist):
6613         * gnus-group.el (gnus-group-line-format):
6614         * gnus-mlspl.el (gnus-group-split-setup):
6615         * gnus-mlspl.el (gnus-group-split):
6616         * gnus-msg.el (gnus-mailing-list-groups):
6617         * gnus-msg.el (gnus-posting-styles):
6618         * gnus-nocem.el (gnus-nocem-issuers):
6619         * gnus-score.el (gnus-score-regexp-bad-p):
6620         * gnus-srvr.el (gnus-server-line-format):
6621         * gnus-topic.el (gnus-topic-line-format):
6622         * gnus.el (gnus-summary-line-format):
6623         * mail-source.el (mail-sources):
6624         * message.el (message-subscribed-address-file):
6625         * nnmail.el (nnmail-split-fancy):
6626
6627 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
6628
6629         * mail-source.el(mail-source-run-script): use `functionp' to test
6630         whether the argument `script' is in fact a function.
6631         (mail-sources): adjust the defcustom to allow users to specify a
6632         function or a string as the value of the `:prescript' and
6633         `:postscript' arguments of the `file' and `pop3' mail sources.
6634
6635 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
6636
6637         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
6638         number when article 1 does not exist.
6639
6640 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6641
6642         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
6643         apropos if apropos-variable does not exist.
6644         (gnus-button-guessed-mid-regexp)
6645         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
6646         regexes.  From Reiner Steib.
6647         (gnus-button-handle-describe-function)
6648         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
6649         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
6650         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
6651
6652 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
6653         Trivial patch.
6654
6655         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
6656         the file.
6657
6658 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6659
6660         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
6661
6662 2002-09-24  Simon Josefsson  <jas@extundo.com>
6663
6664         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
6665         (mml2015-use): Prefer PGG if installed.
6666         (mml2015-function-alist): Add PGG wrappers.
6667         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
6668         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
6669         prefix, make regexp optionally skip it.
6670         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
6671         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
6672         (mml2015-pgg-encrypt): New functions.
6673         (defvar, autoload): Prevent byte-compile warnings.
6674
6675 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6676         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6677
6678         * gnus-art.el (article-strip-banner): Check for the existence of
6679         from header.
6680
6681 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6682
6683         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
6684         (gnus-button-alist): Improved regexp for
6685         gnus-button-handle-mid-or-mail (false positives), fixed
6686         gnus-button-handle-man entries.
6687         From Reiner Steib.
6688
6689 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
6690         From Josh Huber.
6691
6692         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
6693         nnmail-extra-headers is non-nil.
6694
6695 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
6696
6697         * nnmaildir.el: Store article numbers persistently.  General
6698         revision.
6699         (nnmaildir-request-expire-articles): handle 'immediate and 'never
6700         for nnmail-expiry-wait; delete instead of moving if 'force is
6701         given.
6702
6703 2002-09-23  Simon Josefsson  <jas@extundo.com>
6704         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
6705
6706         * smime.el (smime-sign-buffer): Get key and extra certs.
6707         (smime-get-key-with-certs-by-email): Utility function.
6708
6709 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6710         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
6711
6712         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
6713         article exists.
6714
6715 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6716
6717         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
6718
6719 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6720         From Reiner Steib.
6721
6722         * gnus-art.el (gnus-button-handle-custom,
6723         gnus-button-handle-mid-or-mail,
6724         gnus-button-handle-describe-{function,variable,key},
6725         gnus-button-handle-apropos{,command,variable}): New functions.
6726         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
6727         gnus-button-{man,emacs,mail}-level): New variables.
6728         (gnus-button-alist): Use the above to buttonize emacs and mail
6729         related links.
6730
6731 2002-09-18  Juanma Barranquero  <lektu@terra.es>
6732
6733         * gnus-int.el (gnus-status-message): Fix spacing.
6734
6735         * imap.el (imap-continuation): Fix typos.
6736
6737 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6738
6739         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
6740
6741         * gnus-art.el (gnus-article-reply-with-original): Correct
6742         with-current-buffer scope.
6743
6744         * message.el (message-completion-alist): Add Reply-To, From, etc.
6745
6746 2002-09-18  Simon Josefsson  <jas@extundo.com>
6747
6748         * nnimap.el (nnimap-request-expire-articles): Make flag setting
6749         conditional.  From Nevin Kapur <nevin@jhu.edu>.
6750
6751 2002-09-17  Simon Josefsson  <jas@extundo.com>
6752
6753         * nnimap.el (nnimap-expiry-target): Don't search for which
6754         articles exists here.
6755         (nnimap-request-expire-articles): Do it here instead.  Only expire
6756         when articles are found.  Suggested by Nevin Kapur
6757         <nevin@jhu.edu>.
6758
6759 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6760         From Reiner Steib <reiner.steib@gmx.de>.
6761
6762         * message.el (message-strip-subject-trailing-was)
6763         (message-change-subject, message-add-archive-header)
6764         (message-xpost-fup2-header, message-xpost-insert-note)
6765         (message-xpost-fup2, message-reduce-to-to-cc): New functions
6766         adopted from message-utils.el.  Add functions to the keymap, mode
6767         describtion and menu.
6768         (message-change-subject,message-xpost-fup2): Signal error if
6769         current header is empty.
6770         (message-xpost-insert-note): Changed insert position.
6771         (message-archive-note): Ensure to insert note in message body (not
6772         in head).
6773         (message-archive-header, message-archive-note)
6774         (message-xpost-default, message-xpost-note, message-fup2-note)
6775         (message-xpost-note-function): New variables adopted from
6776         message-utils.el.  Changed some doc-strings.
6777         (message-mark-insert-{begin,end}): Rename from
6778         message-{begin,end}-inserted-text-mark (message-utils.el), changed
6779         values.
6780         (message-subject-trailing-was-query)
6781         (message-subject-trailing-was-ask-regexp)
6782         (message-subject-trailing-was-regexp): New variables.
6783         (message-to-list-only): Added doc-string and menu entry.
6784
6785         * message-utils.el: Removed.  Functions are now in message.el.
6786
6787 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6788
6789         * gnus-art.el (gnus-article-reply-with-original,
6790         gnus-article-followup-with-original): Switch to
6791         gnus-summary-buffer before reply/followup.
6792
6793 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
6794
6795         * gnus-sum.el (gnus-summary-toggle-header): The article window may
6796         not exist. Toggle it anyway.
6797
6798 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6799
6800         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
6801
6802         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
6803         Trivial patch from Urban Engberg <ue@ccieurope.com>.
6804
6805         * rfc2047.el (message-posting-charset): Defvar it.
6806         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
6807         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
6808
6809         * mail-source.el (mail-source-fetch): Hide password.
6810
6811         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
6812
6813 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6814         From John Paul Wallington <jpw@shootybangbang.com>.
6815
6816         * gnus.el (gnus-visual, gnus-meta): Fix typo.
6817
6818 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
6821
6822 2002-09-11  Simon Josefsson  <jas@extundo.com>
6823
6824         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
6825         (nnimap-split-rule): Doc fix.
6826         (nnimap-request-expire-articles): Cleanup code.
6827
6828 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6829         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6830
6831         * gnus-art.el (gnus-article-address-banner-alist): New option.
6832         (article-strip-banner): Refer the above option to split banners of
6833         free mail servers, when no group parameter is specified.
6834
6835 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * nntp.el (nntp-wait-for-string): Check for a process in the
6838         current buffer instead of `nntp-server-buffer'.
6839
6840 2002-09-09  Simon Josefsson  <jas@extundo.com>
6841
6842         * gnus-art.el (gnus-button-man-handler): New variable.
6843         (gnus-button-alist): Use g-b-handle-man.
6844         (gnus-button-handle-man): New, call g-b-man-handler.
6845
6846 2002-09-08  Simon Josefsson  <jas@extundo.com>
6847
6848         * gnus-art.el (gnus-button-alist): Buttonize man page links.
6849
6850 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6851
6852         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
6853
6854 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6855
6856         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
6857
6858         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
6859         keystroke.
6860
6861         * gnus-srvr.el (gnus-browse-describe-group): New command and
6862         keystroke.
6863
6864 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
6867         value for gnus-decoration property.
6868
6869 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6870
6871         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
6872         string) as group name in case we have a CRLF in the file.
6873
6874 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
6875
6876         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
6877         group.
6878         (rfc1843-decode-hzp): do.
6879         (rfc1843-newsgroups-regexp): do.
6880
6881 2002-09-04  Simon Josefsson  <jas@extundo.com>
6882
6883         * message.el (message-canlock-generate): Make sure sha1 doesn't
6884         call external programs.
6885
6886 2002-09-03  Simon Josefsson  <jas@extundo.com>
6887
6888         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
6889
6890         * gnus-agent.el (gnus-agent-batch): Add doc.
6891
6892 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
6893
6894         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
6895         check for signed and encrypted parts.
6896         * mml.el (mml-parse-1): Correct small typo which preventing
6897         setting recipients in a secure tag.
6898
6899 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * mm-util.el (mm-coding-system-priorities): Default to a list of
6902         iso-2022-jp and others for the Japanese environment.
6903
6904 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
6907         invalid display names.
6908
6909 2002-08-30  Simon Josefsson  <jas@extundo.com>
6910
6911         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
6912         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
6913
6914 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
6915
6916         * gnus.el (gnus-group-charter-alist): New option.
6917         (gnus-group-fetch-control-use-browse-url): New option.
6918
6919         * gnus-group.el (gnus-group-fetch-charter): New function.
6920         (gnus-group-fetch-control): New function.
6921         Add them to the keymap and menu. Require mm-url.
6922
6923 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
6926         From Alex Schroeder <alex@emacswiki.org>.
6927
6928 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
6929
6930         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
6931         items expecting user interaction.
6932
6933         * gnus-topic.el (gnus-topic-make-menu-bar): do.
6934
6935         * gnus-sum.el (gnus-summary-make-menu-bar): do.
6936
6937         * gnus-srvr.el (gnus-server-make-menu-bar): do.
6938
6939         * mml.el (mml-menu): do.
6940
6941 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * mail-source.el (mail-source-touch-pop): New function.
6944
6945         * message.el (message-smtpmail-send-it): New function.
6946         (message-send-mail-function): Add it for a candidate.
6947
6948 2002-08-27  Simon Josefsson  <jas@extundo.com>
6949
6950         * gnus-msg.el (posting-charset-alist): Use
6951         gnus-define-group-parameter instead of defcustom.
6952         (gnus-put-message): Handle SPC in GCC.
6953         (gnus-inews-insert-gcc): Ditto.
6954         (gnus-inews-insert-archive-gcc): Ditto.
6955
6956 2002-08-26  Simon Josefsson  <jas@extundo.com>
6957
6958         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
6959         (gnus-agentize): Auto agentize all nntp and nnimap groups.
6960         (gnus-agent-possibly-save-gcc): Autoload.
6961         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
6962
6963 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * gnus.el (gnus-other-frame-function): New user option.
6966         (gnus-other-frame): Use it; add a doc-string; make it work with
6967         the gnuclient program.
6968
6969         * gnus-util.el (gnus-frame-or-window-display-name): New function.
6970
6971         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
6972         `device-connection' and `dfw-device'.
6973
6974 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6975
6976         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
6977         positives, make it stricter.  From Jochen Hein (trivial change).
6978
6979 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * gnus.el (gnus-other-frame): Trivial fix.
6982
6983 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * gnus.el (gnus-other-frame-parameters): New user option.
6986         (gnus-other-frame-object): New variable.
6987         (gnus-other-frame): Make it search for existing Gnus frame; don't
6988         read new news; delete frame on exit.
6989
6990         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
6991
6992         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
6993
6994 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6995         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
6996
6997         * message.el (message-set-auto-save-file-name): Add support for
6998         the Cygwin Emacs; the system-type is `cygwin'.
6999         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
7000
7001 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7002
7003         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
7004
7005         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
7006         avoid arithmetic errors.
7007
7008 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
7011
7012 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
7015         (message-ignored-resent-headers): Add envelope From.
7016
7017 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7018
7019         * gnus.el (gnus-summary-line-format): Document %k specifier.
7020
7021 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7022
7023         * gnus-sum.el (gnus-summary-line-message-size): New function.
7024         (gnus-summary-line-format-alist): Use it.
7025
7026 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * gnus-art.el (article-make-date-line): Refer to the value for
7029         `gnus-article-time-format' in the summary buffer.
7030
7031         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
7032
7033 2002-08-14  Simon Josefsson  <jas@extundo.com>
7034
7035         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
7036         quoting.
7037         (gnus-button-alist): Fix doc.
7038         (gnus-header-button-alist): Use ' not ` for default value quoting.
7039         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
7040         rationale similar to 2002-05-01 change.
7041         (gnus-article-add-buttons-to-head): Evaluate expression.
7042
7043         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
7044
7045 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * message.el (message-font-lock-keywords): Refer to the value for
7048         `message-cite-prefix-regexp' dynamically.
7049
7050 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * gnus-art.el (gnus-decode-header-methods): Doc fix.
7053
7054 2002-08-12  Simon Josefsson  <jas@extundo.com>
7055
7056         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
7057         (imap-shell-open): Skip initial junk before IMAP greeting.
7058
7059 2002-08-11  Simon Josefsson  <jas@extundo.com>
7060
7061         * message-utils.el (message-xpost-default,
7062         message-xpost-fup2-header, message-xpost-fup2): Fixed
7063         Typos.  Trivial changes from Reiner Steib
7064         <4uce.02.r.steib@gmx.net>.
7065
7066 2002-08-09  Simon Josefsson  <jas@extundo.com>
7067
7068         * message.el (message-canlock-password): Set
7069         canlock-password-for-verify to newly generated canlock-password.
7070         When Emacs is restarted, Custom makes sure this is set, but during
7071         the same session we must set it manually.
7072
7073 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
7074
7075         * yenc.el: New file.
7076
7077         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
7078         (mm-uu-type-alist): Add yenc.
7079         (mm-uu-yenc-filename): New function.
7080         (mm-uu-yenc-extract): New function.
7081
7082         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
7083
7084 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7085
7086         * dgnushack.el (merge): Don't use coerce.
7087
7088 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
7089
7090         * mailcap.el (mailcap-mime-data): Test window-system rather than
7091         mm-device-type.
7092         (mailcap-mime-data): Call xdvi and gv with "-safer".
7093
7094         * mm-util.el: Don't define mm-device-type.
7095
7096 2002-08-05  Simon Josefsson  <jas@extundo.com>
7097
7098         * mm-util.el (mm-coding-system-priorities): coding-system type not
7099         supported everywhere.
7100
7101 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7102
7103         * gnus.el (gnus-version-number): Bumped version number.
7104
7105 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7106
7107         * gnus.el: Oort Gnus v0.07 is released.
7108
7109 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7110
7111         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
7112         (gnus-article-sort-functions): Doc fix.
7113         (t): New keystroke.
7114         (gnus-article-sort-by-random): New function.
7115         (gnus-thread-sort-by-random): New function.
7116
7117 2002-08-02  Simon Josefsson  <jas@extundo.com>
7118
7119         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
7120         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
7121
7122 2002-07-31  Danny Siu  <dsiu@adobe.com>
7123
7124         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
7125         when splitting malformed messages without message-id
7126
7127 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7128         From Niklas Morberg <niklas.morberg@axis.com>.
7129
7130         * nnweb.el (nnweb-type, nnweb-type-definition)
7131         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
7132         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
7133         functionality.
7134         * nnweb.el: Removed old non-functioning search engines.
7135
7136 2002-07-27  Simon Josefsson  <jas@extundo.com>
7137
7138         * message.el (message-forward-make-body): Don't use
7139         `message-forward-ignored-headers' when doing a "raw" followup (it
7140         is important to preserve e.g. CTE).
7141
7142         * flow-fill.el (fill-flowed): Disable filladapt-mode.
7143
7144         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
7145         regexp-quote, Cyrus Sieve is fixed.
7146
7147         * sieve-manage.el (sieve-manage-deletescript): New function.
7148
7149         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
7150         (sieve-manage-mode): Fix menubar.
7151         (sieve-activate): Change some messages.
7152         (sieve-deactivate-all): New function.
7153         (sieve-deactivate): New alias.
7154         (sieve-remove): New function.
7155         (sieve-help): Fix help.
7156         All suggested by Ned Ludd.
7157
7158 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
7161         (mm-w3m-safe-url-regexp): New user option.
7162
7163         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
7164         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
7165
7166 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
7167
7168         * gnus-sum.el (gnus-summary-delete-article): Force
7169         nnmail-expiry-target to 'delete, so that absolute deletion
7170         happens when absolute deletion is requested.
7171
7172 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7173         From Nevin Kapur <nevin@jhu.edu>.
7174
7175         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
7176         headers as empty headers.
7177
7178 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7179         From Jochen Hein <jochen@jochen.org>.
7180
7181         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
7182         correct typo.
7183         (gnus-emphasis-strikethru): New face.
7184
7185 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7186         From Jason Merrill <jason@redhat.com>.
7187
7188         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
7189         entire file for each of a sequence of missing articles.
7190
7191         * gnus-salt.el (gnus-binary-display-article): Respect an existing
7192         value for gnus-view-pseudos.
7193
7194         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
7195         avoid nreverse.
7196
7197 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7198         From Ted Zlatanov <teodor.zlatanov@divine.com>.
7199
7200         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
7201         (gnus-summary-mode-line-format-alist): Add %h for number of
7202         spams.
7203         (gnus-newsgroup-spam-marked): New variable.
7204         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
7205         (gnus-article-read-p, gnus-article-mark)
7206         (gnus-set-global-variables, gnus-set-global-variables)
7207         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
7208         (gnus-summary-mark-article-as-unread)
7209         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
7210         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
7211         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
7212
7213 2002-07-10  Simon Josefsson  <jas@extundo.com>
7214
7215         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
7216         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
7217
7218 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
7219
7220         * gnus-sum.el (gnus-summary-delete-article): Respect group
7221         parameters while expiring.
7222
7223 2002-07-08  Simon Josefsson  <jas@extundo.com>
7224
7225         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
7226         Enberg.
7227
7228 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7229
7230         * gnus-art.el (article-unsplit-urls): Only display MIME when this
7231         function is called interactively.  From Niklas Morberg.
7232
7233 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7234
7235         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
7236         cdaar to cdar and car.
7237
7238         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
7239         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
7240
7241 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
7244         don't break a narrowed article.
7245
7246         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
7247         (nntp-open-via-rlogin-and-telnet): Ditto.
7248
7249 2002-07-02  Didier Verna  <didier@xemacs.org>
7250
7251         * nnmail.el (nnmail-split-methods): fix custom type.
7252
7253 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7254
7255         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
7256         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
7257
7258 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7259
7260         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
7261         (gnus-summary-resend-message): Use it.
7262
7263 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * nntp.el (nntp-via-rlogin-command-switches): New variable.
7266         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
7267
7268 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7269
7270         * message.el (message-font-lock-keywords): Don't fontify
7271         headers in the message body, only in the header.
7272         (message-font-lock-make-header-matcher): New function, used by
7273         message-font-lock-keywords.
7274         From Katsumi Yamaoka <yamaoka@jpl.org>.
7275
7276 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
7279
7280 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7281
7282         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
7283
7284 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7285
7286         * message.el (message-font-lock-keywords): Revert 2002-06-22
7287         change.
7288
7289 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7290
7291         * message.el (message-font-lock-keywords): Put colon in header
7292         name match.
7293
7294 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7295
7296         * message.el (message-font-lock-keywords): Don't use header faces
7297         in the body.  Thanks to Stefan Monnier for the hint on the
7298         implementation.
7299
7300 2002-05-09  Miles Bader  <miles@gnu.org>
7301
7302         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
7303         (gnus-article-hide-citation): Respect it.
7304
7305 2002-04-12  Juanma Barranquero  <lektu@terra.es>
7306
7307         * pop3.el (pop3-open-server): Fix typo.
7308
7309 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
7310
7311         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
7312         instead of push to ignore duplicate to-(list|address) values.
7313         * nnmail.el (nnmail-cache-ignore-groups): New.
7314         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
7315
7316 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7317
7318         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
7319         before sending.  Suggested by Jan Rychter.
7320
7321 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * dgnushack.el (remove): New compiler macro.
7324         (last, coerce, subseq): Remove compiler macros for those built-in
7325         or unused functions.
7326
7327 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7328
7329         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
7330         sure to write byte-compiled versions of gnus-*-format-alist to
7331         .newsrc.eld.  From Simon Josefsson.
7332
7333 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7334
7335         * gnus-agent.el (gnus-agent-read-servers)
7336         (gnus-agent-write-servers): Put server name (string like
7337         "nnchoke:frumple") in the file instead of a server specification
7338         (Lisp expression like (nnchoke "frumple" ...parameters...)).
7339         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
7340
7341 2002-06-16  Simon Josefsson  <jas@extundo.com>
7342
7343         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
7344         Reiner Steib <4uce.02.r.steib@gmx.net>.
7345
7346 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7347
7348         * nnheader.el (nnheader-file-name-translation-alist): Set the
7349         default value for MS Windows systems.
7350
7351         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
7352
7353 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * message.el (message-beginning-of-line): Keep the region active
7356         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
7357
7358 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
7359
7360         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
7361         * gnus-msg.el (gnus-summary-reply): Ditto.
7362         * gnus-msg.el (gnus-summary-handle-replysign): New.
7363
7364 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * message.el (message-send-mail-with-sendmail): Kill errbuf even
7367         if sending failed.
7368
7369 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
7370
7371         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
7372         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
7373         to sign while encrypting.
7374
7375 2002-06-11  Simon Josefsson  <jas@extundo.com>
7376
7377         * gnus-int.el (gnus-request-move-article): Agent expire article if
7378         successfuly moved.
7379
7380         * nnweb.el (nnweb-google-create-mapping): Honors the value of
7381         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
7382
7383 2002-06-10  Simon Josefsson  <jas@extundo.com>
7384
7385         * gnus-int.el (gnus-request-expire-articles): Fix last change?
7386
7387 2002-06-09  Simon Josefsson  <jas@extundo.com>
7388
7389         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
7390
7391         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
7392
7393 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7394
7395         * flow-fill.el (fill-flowed): Ignore errors.
7396
7397 2002-06-06  Simon Josefsson  <jas@extundo.com>
7398
7399         * message.el (message-send-mail-with-sendmail): Improve error message.
7400
7401 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7402
7403         * message.el (message-interactive): Change default from nil to t.
7404         Better to be safe than to be fast.
7405
7406 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7407
7408         * message.el (message-send-mail-with-sendmail): Check return value
7409         from call-process-region.
7410
7411 2002-06-04  Simon Josefsson  <jas@extundo.com>
7412
7413         * gnus-msg.el (gnus-group-mail, gnus-group-news)
7414         (gnus-group-post-news, gnus-summary-mail-other-window)
7415         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
7416         gnus-article-copy to nil, thereby inhibiting the `header' posting
7417         style match to use data from last viewed article.
7418         Suggested by Hrvoje Niksic.
7419
7420 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * spam.el (spam-point-at-eol): New alias.
7423         (spam-parse-whitelist): Use it.
7424
7425 2002-06-03  Simon Josefsson  <jas@extundo.com>
7426
7427         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
7428         (nnmail-article-group): Use it.
7429
7430 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7431
7432         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
7433         so that code reading them won't be surprised.  From Jesper Harder
7434         <harder@ifa.au.dk>.
7435
7436 2002-05-29  Simon Josefsson  <jas@extundo.com>
7437
7438         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
7439         articles.
7440
7441         * gnus.el (gnus-agent-cache): Doc fix.
7442         (gnus-agent): Change default to t.
7443
7444         * gnus-agent.el (gnus-agent-expire): Make it accept optional
7445         ARTICLES, GROUP and FORCE parameters.
7446
7447 2002-05-28  Simon Josefsson  <jas@extundo.com>
7448
7449         * gnus-group.el (gnus-group-line-format): Doc fix.
7450
7451 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7452
7453         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
7454         original article before yanking.  From Jesper Harder
7455         <harder@ifa.au.dk>.
7456
7457 2002-05-26  Simon Josefsson  <jas@extundo.com>
7458
7459         * gnus-sum.el (gnus-summary-menu-split): New function.
7460         (gnus-summary-make-menu-bar): Split charset submenu.
7461         (gnus-summary-menu-maxlen): New variable.
7462         (gnus-summary-menu-split): Use it.
7463
7464 2002-05-25  Simon Josefsson  <jas@extundo.com>
7465
7466         * mml.el (mml-preview): Generate some headers.
7467
7468         * gnus.el (gnus-large-newsgroup): Fix :type.
7469
7470         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
7471         Agent cache NOV's by default now).
7472         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
7473
7474 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
7475
7476         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
7477         call to gnus-parent-id when we check for References loops.
7478         (gnus-summary-prepare-threads): Avoid simplifying every Subject
7479         twice by saving the simplified subject string in simp-subject.
7480
7481 2002-05-23  Simon Josefsson  <jas@extundo.com>
7482
7483         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
7484         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
7485
7486         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
7487         Niklas Morberg <niklas.morberg@axis.com>.
7488
7489 2002-05-22  Simon Josefsson  <jas@extundo.com>
7490
7491         * sieve.el (sieve-change-region): Define it before it is used.
7492
7493         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
7494         (gnus-summary-reply): Ask for confirmation when replying to news.
7495         Defaults to not ask.  From Benjamin Rutt
7496         <rutt+news@cis.ohio-state.edu>.
7497
7498         * nnimap.el (nnimap-nov-is-evil): Improve doc.
7499
7500 2002-05-21  Simon Josefsson  <jas@extundo.com>
7501
7502         * sieve-mode.el (sieve-manage): Fix autoloads.
7503
7504         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
7505         name (makes it work with recent Cyrus timsieved).
7506
7507 2002-05-20  Jason  <jbaker@cs.utah.edu>
7508         Trivial patch.
7509
7510         * gnus-art.el (gnus-request-article-this-buffer): Try
7511         reconnecting if you don't get the message.
7512
7513 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7514
7515         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
7516         Reply-To headers from the headers.
7517
7518 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7519
7520         * mm-url.el (mm-url-insert): Remove junk message.
7521
7522 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7523
7524         * nnslashdot.el (nnslashdot-request-list): Parse new html.
7525         (nnslashdot-use-front-page): New variable.
7526         (nnslashdot-request-list): Use it.
7527
7528         * mm-url.el (mm-url-timeout): New variable.
7529         (mm-url-retries): Ditto.
7530         (mm-url-insert): Use it.
7531
7532 2002-05-16  Simon Josefsson  <jas@extundo.com>
7533
7534         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
7535         (gnus-simplify-subject-functions): Mention g-s-a-w.
7536
7537 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
7538
7539         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
7540         nnmail-cache-insert.
7541         * nndiary.el (nndiary-request-accept-article): Ditto.
7542         * nnfolder.el (nnfolder-request-accept-article): Ditto.
7543         * nnimap.el (nnimap-request-accept-article): Ditto.
7544         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
7545         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
7546         * nnmbox.el (nnmbox-request-accept-article): Ditto.
7547         * nnmh.el (nnmh-request-accept-article): Ditto.
7548         * nnmail.el (nnmail-cache-insert): Change group to required,
7549         removed code which tried to figure out the group.
7550
7551 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
7552
7553         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
7554         messages. From Hans de Graaff <hans@degraaff.org>.
7555         * nnml.el (nnml-request-accept-article): Pass in the group name to
7556         nnmail-cache-insert, since it's available.
7557
7558 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7559
7560         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
7561
7562 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7563         From Florian Weimer <fw@deneb.enyo.de>.
7564
7565         * gnus.el (subscribed): New group parameter.
7566         (gnus-find-subscribed-addresses): Use it.
7567
7568 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
7569
7570         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
7571         the default for pgpmime to support pgp v2.
7572         * mml-sec.el (mml-signencrypt-style): New accessor function to
7573         allow users to get/set the signencrypt style more easily without
7574         frobbing the alist directly.
7575         * mml.el (mml-generate-mime-1): Use accessor function.
7576
7577 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7578
7579         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
7580         parenthesis for "<" and ">".  Suggested by Andreas Schwab
7581         <schwab@suse.de>.
7582
7583 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7584
7585         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
7586         when intuiting the group the message is written to.  From Josh
7587         Huber <huber@alum.wpi.edu>.
7588
7589 2002-05-06  Simon Josefsson  <jas@extundo.com>
7590
7591         * gnus-topic.el (gnus-group-topic-parameters): Work when group
7592         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
7593
7594 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
7595
7596         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
7597         argument, and fixed compiler warning. (added autoload for
7598         gpg-encrypt).
7599
7600 2002-05-04  Simon Josefsson  <jas@extundo.com>
7601
7602         * mml1991.el (mml1991-function-alist): Doc fix.
7603
7604         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
7605         doesn't exist (for previewing messages without having Gnus
7606         started).
7607
7608         * mm-util.el (mm-coding-system-priorities): Defcustom.
7609
7610         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
7611
7612 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
7613
7614         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
7615         default.
7616         * mml-sec.el:
7617         * mml-sec.el (mml-signencrypt-style): New.
7618         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
7619         argument `sign'.
7620         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
7621         signencrypt.
7622         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
7623         * mml.el (mml-generate-mime-1): Changed logic so a part which is
7624         both signed & encryped is processed in one operation. (rather than
7625         two separate ops: sign, then encrypt)
7626         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
7627         indication if a message is signed by an expired key.
7628         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
7629         enables combined sign & encrypt operation. (this was always on
7630         before).
7631         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
7632
7633 2002-05-01  Simon Josefsson  <jas@extundo.com>
7634
7635         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
7636         server.
7637         (nnimap-mailbox-info): defvar instead of defvoo.
7638
7639 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7640
7641         * gnus.el: Oort Gnus v0.06 is released.
7642
7643 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7644
7645         * lpath.el: Bind url-package-version.
7646
7647 2002-05-01  Simon Josefsson  <jas@extundo.com>
7648
7649         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
7650         filename before deleting the group itself, because the presence of
7651         a group filename decides if long filenames are used or not.
7652
7653         * gnus-art.el (gnus-button-alist): Don't inline
7654         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
7655         without also modifying g-button-alist.
7656         (gnus-button-alist): Fix type to allow variable as well as regexp.
7657         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
7658         themselves, variables to its contents.
7659         (gnus-button-entry): Ditto.
7660
7661 2002-05-01  Simon Josefsson  <jas@extundo.com>
7662
7663         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
7664         UIDNEXT as a string.
7665
7666         * nnimap.el (nnimap-string-lessp-numerical): New function.
7667         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
7668         integers.
7669
7670 2002-04-29  Simon Josefsson  <jas@extundo.com>
7671
7672         * nnmail.el (nnmail-cache-insert): Accept optional group
7673         parameter.
7674
7675         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
7676         n-r-g-a is disabled.
7677
7678 2002-04-29  Simon Josefsson  <jas@extundo.com>
7679
7680         * nnimap.el (nnimap-split-fancy): Fix doc.
7681         (nnimap-split-fancy): Fix doc.
7682
7683         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
7684         (nnimap-mailbox-info): New internal variable.
7685         (nnimap-retrieve-groups): Implement faster new mail check.
7686
7687         * nnimap.el (nnimap-split-articles): Support
7688         nnmail-cache-accepted-message-ids.
7689         (nnimap-request-accept-article): Ditto.
7690
7691         * imap.el (imap-mailbox-status-asynch): New command.
7692
7693 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
7694
7695         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
7696         are no subscribed mail groups.
7697         - Strip quoted names when comparing addresses
7698
7699 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
7700
7701         * mm-decode.el (mm-text-html-renderer): Change customize type to
7702         const.
7703
7704         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
7705         (gnus-debug-exclude-variables): do.
7706
7707 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7708
7709         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
7710         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
7711
7712 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7713
7714         * dns.el (dns-make-network-process): New macro.
7715         (query-dns): Use it.
7716
7717 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7718
7719         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
7720         article-buffer.
7721
7722         * mm-url.el (mm-url-package-name): New variable.
7723         (mm-url-package-version): New variable.
7724         (mm-url-insert-file-contents): Bind url-package-name and
7725         url-package-version here.
7726         * nnrss.el (nnrss-insert-w3): Move the bindings.
7727
7728         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
7729         url-package-version. Trivial change from Andrew J Cosgriff
7730         <ajc@polydistortion.net>
7731
7732         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
7733         attachments. Trivial change from Peter 'Luna' Runestig
7734         <peter@runestig.com>.
7735
7736 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
7737
7738         * nnkiboze.el (nnkiboze-request-scan): Call
7739         nnkiboze-possibly-change-group.
7740         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
7741         problems.
7742         (nnkiboze-generate-group): Set newsrc to the *highest* article
7743         number kibozed, not the lowest.
7744
7745 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
7746
7747         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
7748
7749 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7750         From Dan Christensen <jdc+news@uwo.ca>.
7751
7752         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7753         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7754         Recognize math postings.  Extract Date (now ignores "(15kb)").
7755         Extract email address using gnus-extract-address-components
7756         instead of just taking the first word.  Create Date and From
7757         headers for message which are missing these headers.  Get rid
7758         of spurious \\ lines (purely cosmetic).  Extend body-end and
7759         file-end regexps, to exclude more garbage from the message.
7760         Make URL rephrasing regexp more flexible, to match current
7761         format.
7762
7763 2002-04-23  Simon Josefsson  <jas@extundo.com>
7764
7765         * netrc.el: New file, functions copied from gnus-util.el by Ted
7766         Zlatanov <tzz@lifelogs.com>.
7767
7768         * gnus-util.el: Require netrc.
7769         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
7770         new code in netrc.el.
7771
7772 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7773
7774         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
7775         message-ignored-resent-headers, too.  From Matthieu Moy
7776         <Matthieu.Moy@imag.fr>.
7777
7778 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7779
7780         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
7781         boolean not a string
7782         * gnus-group.el (gnus-group-line-format): add description of %C
7783         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
7784           as %C
7785         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
7786
7787 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
7788
7789         * nnmaildir.el (nnmaildir-request-scan): typo: set
7790         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
7791         nnmail-get-new-mail for 'find-new-groups.
7792
7793 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
7794
7795         * nnmaildir.el (nnmaildir-request-update-info,
7796         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
7797         unnecessary calls to nnmaildir-request-scan.
7798
7799 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
7800
7801         * gnus-msg.el:
7802         * gnus-msg.el (gnus-message-replysign): New.
7803         * gnus-msg.el (gnus-message-replyencrypt): New.
7804         * gnus-msg.el (gnus-message-replysignencrypted): New.
7805         * gnus-msg.el (gnus-summary-reply): Use the three new variables
7806         (above) to automatically encrypt/sign to encrypted/signed
7807         messages.
7808         * message.el:
7809         * message.el (message-mode-map): Add keybinding for
7810         `message-to-list-only'
7811         * message.el (message-mode): Add description for
7812         `message-to-list-only'
7813         * message.el (message-to-list-only): New.
7814         * message.el (message-make-mft): Changed to use the cl loop macro,
7815         and added optional flag to return only the matched list. (for use
7816         in new message-to-list-only function)
7817
7818 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
7819
7820         * gnus-msg.el:
7821         * gnus-msg.el (gnus-message-replysign):
7822         * gnus-msg.el (gnus-replysign): New.
7823         * gnus-msg.el (gnus-replyencrypt): New.
7824         * gnus-msg.el (gnus-replysignencrypted): New.
7825         * gnus-msg.el (gnus-summary-reply):
7826         * message.el:
7827         * message.el (message-mode-map):
7828         * message.el (message-mode):
7829         * message.el (message-to-list-only): New.
7830         * message.el (message-make-mft):
7831
7832 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7833
7834         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
7835
7836 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
7837
7838         * message.el (message-gen-unsubscribed-mft): accept a prefix
7839         argument so CC can be included with C-u C-c C-f C-a
7840
7841 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7842         From Ted Zlatanov <teodor.zlatanov@divine.com>.
7843
7844         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
7845         Improve docstring.
7846         (spam-enter-blacklist): New command.
7847
7848         * gnus-sum.el (gnus-spam-mark): New mark.
7849         (gnus-auto-expirable-marks): Add gnus-spam-mark.
7850         (gnus-summary-make-tool-bar): Correct conditional.
7851         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
7852         (gnus-summary-mark-as-spam): New command.
7853
7854 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
7855
7856         * mml-sec.el (mml-secure-message): changed to support arbritrary
7857         modes.
7858         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
7859         changed to support "signencrypt" mode.
7860         * mml.el (mml-parse-1): changed to support different secure modes
7861         more easily. (for signencrypt)
7862
7863 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
7864
7865         * gnus-sum.el (gnus-update-summary-mark-positions)
7866         (gnus-summary-toggle-header):
7867         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
7868         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
7869         (gnus-uu-post-encoded):
7870         * nnfolder.el (nnfolder-possibly-change-group):
7871         * nnimap.el (nnimap-retrieve-headers):
7872         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
7873
7874 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
7875
7876         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
7877         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
7878
7879 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-srvr.el (gnus-server-set-info): Clear
7882         `gnus-server-method-cache' when `gnus-server-alist' is changed.
7883         From Daiki Ueno <ueno@unixuser.org>.
7884
7885 2002-04-11  Simon Josefsson  <jas@extundo.com>
7886
7887         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
7888         viewing of security buttons.  Thanks to Nicolas Kowalski
7889         <Nicolas.Kowalski@imag.fr>.
7890
7891         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
7892         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
7893         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
7894         <Nicolas.Kowalski@imag.fr>.
7895         (smime-decrypt-buffer): Ditto.
7896
7897 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7898
7899         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
7900         header line.
7901
7902 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
7903
7904         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
7905
7906 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7907
7908         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
7909
7910 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7911
7912         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
7913         errors when debug.
7914
7915 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
7916
7917         * message.el (message-make-mft): Changed MFT code from using
7918         message-recipients (which included Bcc) to use only the To and CC
7919         headers.
7920
7921 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7922
7923         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
7924         add link.
7925         (gnus-treat-mail-picon): Ditto.
7926         (gnus-treat-newsgroups-picon): Ditto.
7927         (gnus-picon-databases): Fix custom type.
7928         (gnus-picon-databases): Add link.
7929         (gnus-article-x-face-command): Add to gnus-picon group.
7930
7931 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
7932
7933         * message.el (message-buffer-naming-style): Remove.
7934
7935 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7936
7937         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
7938
7939         * message.el (message-tool-bar-map): Ditto.
7940
7941         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7942
7943 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7944
7945         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
7946
7947 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
7948
7949         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
7950
7951 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
7952         Trivial patch.
7953
7954         * dns.el: open-network-stream under XEmacs does udp.
7955
7956 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
7957
7958         * spam.el (spam-enter-whitelist): New function.
7959         (spam-parse-whitelist): Ditto.
7960         (spam-refresh-list-cache): Ditto.
7961         (spam-address-whitelisted-p): New function.
7962
7963         * dns.el (query-dns): Use TCP when make-network-process isn't
7964         available.
7965         (dns-servers): New variable.
7966         (dns-parse-resolv-conf): New function.
7967         (query-dns): Use it.
7968
7969         * spam.el: New file.
7970
7971         * dns.el (query-dns): Test.
7972
7973 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7974
7975         * lpath.el (featurep): Bind make-network-process.
7976
7977 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
7978
7979         * nnmaildir.el: Use defstruct.  Use a single copy of
7980         nnmail-extra-headers to save memory.  Store server's group name
7981         prefix instead of each group's prefixed name.
7982         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
7983         nntp-server-buffer.
7984
7985 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7986
7987         * dns.el: New file.
7988
7989 2002-03-28  Simon Josefsson  <jas@extundo.com>
7990
7991         * gnus-sum.el (gnus-summary-dummy-line-format):
7992         * gnus.el (gnus-summary-line-format): Fixing links to Info.
7993         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
7994
7995 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7996
7997         * gnus-sum.el (gnus-summary-move-article)
7998         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
7999         the doc string.
8000
8001 2002-03-28  Simon Josefsson  <jas@extundo.com>
8002
8003         * mml-sec.el (mml-secure-message): Search after
8004         mail-header-separator from top of message.
8005
8006 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
8007
8008         * nnmaildir.el: Cosmetic changes.
8009         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
8010         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
8011         nnmaildir--group-ls): New macros/functions.  Use them.
8012         (nnmaildir--unlink): Evalutate argument only once.
8013
8014 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
8015
8016         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
8017         symbols.
8018         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
8019         `gnus-point-at-eol'.
8020
8021 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
8022
8023         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
8024         nnmaildir--marks-dir): New macros.  Use them.
8025         Use inhibit-quit for atomicity instead of in-memory journaling.
8026         (nnmaildir--edit-prep): New function.
8027         (Local Variables): Use it.
8028
8029 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8030
8031         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8032
8033 2002-03-25  Simon Josefsson  <jas@extundo.com>
8034
8035         * message.el (message-mode): Fix doc.
8036
8037 2002-03-25  Simon Josefsson  <jas@extundo.com>
8038
8039         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
8040         Matthieu Moy <Matthieu.Moy@imag.fr>.
8041
8042 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
8043
8044         * mml-sec.el (mml-unsecure-message): Add docstring.
8045
8046 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
8047
8048         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
8049         value.
8050         Trivial change from andre@slamdunknetworks.com
8051
8052 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
8053
8054         * mml.el (mml-mode-map): Added a keybinding for
8055         `mml-unsecure-message'.  Also, added a menu entry for said
8056         function in the Attachments menu.
8057
8058 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * canlock.el (canlock-version): Remove.
8061         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
8062         here; simplify \x insertions.
8063         (canlock-sha1): New function, always return a unibyte string.
8064         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
8065         of a password.
8066         (canlock-insert-header): Use `canlock-sha1'.
8067         (canlock-verify): Ditto.
8068
8069 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8070
8071         * message.el (message-fix-before-sending): Add an option that
8072         ignores illegible text.
8073         Trivial change from Mark Milhollan <mlm@attglobal.net>
8074
8075         * message.el (message-font-lock-keywords): Support multi-line MML
8076         tags.
8077
8078         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
8079         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
8080
8081 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
8084         symbols for "View as different encoding" submenu.
8085
8086 2002-03-19  Simon Josefsson  <jas@extundo.com>
8087
8088         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
8089         encoding" submenu.
8090
8091 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8092
8093         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
8094
8095 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8096
8097         * gnus-sum.el (gnus-sum-thread-tree-root)
8098         (gnus-sum-thread-tree-single-indent)
8099         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8100         (gnus-sum-thread-tree-leaf-with-other)
8101         (gnus-sum-thread-tree-single-leaf): Make customizable.
8102
8103 2002-03-16  Simon Josefsson  <jas@extundo.com>
8104
8105         * gnus-util.el (gnus-extract-address-components): Don't break on
8106         names such as James "Kibo" Parry.  From Francis Litterio
8107         <franl@world.std.com>.
8108
8109 2002-03-13  Simon Josefsson  <jas@extundo.com>
8110
8111         * pop3.el (pop3-open-server): Revert multibyte change.  From
8112         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8113
8114         * message.el (message-send-mail-with-qmail): Make it work.  From
8115         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8116
8117 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
8118
8119         * message.el (message-make-mft): Set case-fold-search while
8120         generating the MFT.  Also, a little cleanup in the MFT code.
8121
8122 2002-03-12  Simon Josefsson  <jas@extundo.com>
8123
8124         * message.el (message-qmail-inject-args): May be function.
8125         (message-send-mail-with-qmail): Call function if m-q-i-a is
8126         function.  From fn@hungry.org (Faried Nawaz).
8127
8128 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8129
8130         * message.el (message-abbrevs-loaded): Remove.
8131         (mailabbrev): Require it.
8132
8133         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
8134
8135 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * pop3.el (pop3-open-server): Set process buffer unibyte.
8138
8139 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8140
8141         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
8142
8143 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8144
8145         * nnslashdot.el (nnslashdot-request-article): Remove javascript
8146         too.
8147
8148 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8149
8150         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
8151         duplication.
8152         (gnus-summary-save-parts-type-history): Ditto.
8153         (gnus-summary-save-parts-last-directory): Ditto.
8154         Trivial change from andre@slamdunknetworks.com
8155
8156 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
8157
8158         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
8159
8160 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8161
8162         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
8163         -->" as the end of the first article.
8164
8165         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
8166         From Matthieu Moy <Matthieu.Moy@imag.fr>
8167
8168         * message.el (message-add-action): Use add-to-list.
8169         (message-delete-action): New function.
8170
8171         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
8172         pieces.
8173
8174 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
8175
8176         * nnnil.el: New file.
8177         * gnus.el (gnus-valid-select-methods): Include nnnil.
8178
8179 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8180
8181         * message.el (message-syntax-checks): Because canlock is
8182         supported, we disable sender syntax check.
8183         (message-shoot-gnksa-feet): Add cancel-messages option doc.
8184
8185         * gnus-draft.el (gnus-draft-send): If interactive, use its default
8186         value of message-syntax-checks.
8187
8188         * qp.el (quoted-printable-decode-region): Doc addition.
8189         From: Eli Zaretskii <eliz@is.elta.co.il>
8190
8191         * mail-source.el (make-source-make-complex-temp-name): Use
8192         make-temp-file.
8193
8194         * mm-util.el (mm-make-temp-file): New function.
8195         * nneething.el (nneething-file-name): Use it.
8196         * mml-smime.el (mml-smime-encrypt): Ditto.
8197         * mm-view.el (mm-inline-wash-with-file): Ditto.
8198         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
8199         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
8200         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
8201         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
8202         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
8203         * gnus-art.el (gnus-mime-print-part): Ditto.
8204
8205 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
8206
8207         * message.el (nnmaildir-article-number-to-base-name): New
8208         function.
8209         (nnmaildir-base-name-to-article-number): New function.
8210
8211 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * smime.el (smime-make-temp-file): Don't quote
8214         `temporary-file-directory'.
8215
8216 2002-03-04  Simon Josefsson  <jas@extundo.com>
8217
8218         * smime.el (smime-sign-region): Rename argument keyfiles to
8219         keyfile. You only sign something with one key.
8220         (smime-sign-buffer): Better completing-read prompt.
8221         (smime-decrypt-buffer): Ditto.
8222
8223         * smime.el (smime-make-temp-file): Make it work under XEmacs.
8224
8225         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
8226         completing-read.
8227         (mm-view-pkcs7-decrypt): CRLF->LF.
8228
8229 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
8230
8231         * message.el (message-hierarchical-addresses): New variable.
8232         (message-get-reply-headers): Use it.
8233         From Ted Zlatanov <teodor.zlatanov@divine.com>
8234
8235 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8236
8237         * message.el (message-mode): If buffer-file-name, don't set auto
8238         save file name.
8239         Trivial change from Geoff Greene <ggreene@wpi.edu>
8240
8241 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8242
8243         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
8244         takes one argument in read-char.
8245
8246         * message.el (message-fix-before-sending): Forward a char.
8247         Check mmu-multibyte-p, add control-1.
8248
8249 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8250
8251         * gnus-start.el (gnus-read-init-file): Ditto.
8252
8253         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
8254
8255         * dgnushack.el (dgnushack-make-load): Ditto.
8256
8257         * mail-source.el (mail-source-fetch): Extract the right error
8258         code.
8259
8260         * message.el (message-fix-before-sending): Check illegible text.
8261
8262         * gnus-util.el (gnus-multiple-choice): New function.
8263
8264         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
8265         also defined in gnus-score.el.
8266
8267 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
8268
8269         * message.el (message-get-reply-headers): downcase email addresses
8270         for comaparisons for duplicate removal.
8271
8272 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8273
8274         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
8275         implementation of PKCS#7, which just allows users read the
8276         message.
8277         (mm-view-pkcs7): Use it.
8278
8279 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8280
8281         * gnus.el (large-newsgroup-initial): New parameter.
8282
8283         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
8284         (gnus-summary-insert-old-articles): Ditto.
8285
8286 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8287
8288         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
8289         used as the default answer of the question, "How many articles?".
8290         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8291
8292         * nnagent.el (nnagent-retrieve-headers): Remove articles with
8293         small numbers.
8294
8295 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8296
8297         * deuglify.el: Fix comments.
8298
8299 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
8300
8301         * html2text.el (html2text-clean-anchor): If there is no HREF,
8302         insert nothing.
8303
8304         * mml.el (mml-generate-mime-1): Add cdr.
8305         From: andre@slamdunknetworks.com
8306
8307         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
8308         (mm-text-html-washer-alist): Ditto.
8309
8310         * mm-decode.el (mm-text-html-renderer): Add html2text.
8311
8312         * html2text.el: Face lift.
8313
8314         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
8315
8316 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
8317
8318         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
8319
8320         * deuglify.el: Change copy right. Add autoload. Add coding-system.
8321
8322         * deuglify.el: New file. The original file name is
8323         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
8324
8325         * mm-decode.el (mm-display-external): Use
8326         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
8327
8328 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
8329
8330         * nnmaildir.el (nnmaildir-request-list): Report the highest
8331         article number, not the total number of articles.
8332
8333 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8334
8335         * gnus-sum.el: Move uu key map here.
8336         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
8337
8338 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
8339
8340         * nnmaildir.el (nnmaildir-request-expire-articles): Use
8341         nnmail-expiry-wait* if expire-age parameter is not set.
8342
8343 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8344
8345         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
8346         function.
8347         (gnus-group-sort-selected-groups-by-real-name): New function.
8348         (gnus-group-make-menu-bar): Add sort by real name.
8349
8350         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
8351         rebuild.
8352         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
8353         nil as dependencies as well.
8354
8355 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8356
8357         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
8358         for mime-parts.
8359
8360         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
8361
8362         * gnus-group.el (gnus-group-name-decode): Don't test
8363         multibyte-string, because it breaks XEmacs.
8364         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
8365
8366         * message.el (message-send-mail): Be talkative.
8367
8368         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
8369         (mm-automatic-display): Ditto.
8370
8371         * mailcap.el (mailcap-mime-data): Ditto.
8372         From: Reiner Steib <4uce.02.r.steib@gmx.net>
8373
8374 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * many files: Remove trailing whitespaces, replace spc+tab with
8377         tab, replace leading whitespaces with tabs.
8378
8379 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
8380
8381         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
8382         articles with no body and no blank line after the header.
8383
8384 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8385
8386         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
8387         parts.
8388
8389         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
8390         non-ascii chars.
8391
8392         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8393
8394         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
8395         w3-delay-image-loads.
8396         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
8397         (mm-w3-prepare-buffer): Ditto.
8398
8399         * mail-source.el (mail-source-fetch-directory): Run scripts.
8400
8401 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8402
8403         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
8404         for Majordomo confirmations.
8405
8406 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8407
8408         * gnus-fun.el (gnus-respond-to-confirmation): New command.
8409
8410 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8411
8412         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8413
8414 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
8415
8416         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
8417         References header field.  From Mark Thomas <mthomas@cmu.edu>.
8418
8419 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8420
8421         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
8422         (mm-inline-render-with-stdin): Ditto.
8423         (mm-inline-render-with-function): Ditto.
8424         (mm-inline-wash-with-file): Bind coding-system-for-write.
8425         (mm-inline-wash-with-stdin): Ditto.
8426
8427 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8428
8429         Suggested by Felix Natter <fnatter@gmx.net>
8430
8431         * gnus-art.el (gnus-mime-view-part-externally): Rename from
8432         gnus-mime-externalize-view.
8433         (gnus-mime-view-part-internally): Rename from
8434         gnus-mime-internalize-view.
8435         (gnus-article-view-part-externally): Rename from
8436         gnus-article-externalize-part.
8437         (gnus-mime-action-alist): Change correspondingly.
8438         (gnus-mime-button-commands): Ditto.
8439         (gnus-mime-action-alist): Remove duplication.
8440
8441         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
8442
8443 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8444
8445         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
8446
8447         * gnus-art.el (gnus-display-mime): Use it.
8448
8449         * mm-partial.el (mm-partial-find-parts): Use it.
8450
8451         * gnus-sum.el (gnus-article-loose-mime): Rename from
8452         gnus-article-no-strict-mime.
8453         (gnus-summary-save-parts): Use it.
8454
8455 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
8458         local variable.
8459
8460         * gnus-art.el (article-display-x-face): Don't sort multiple
8461         X-Faces.
8462
8463 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
8466         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
8467
8468         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
8469
8470 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8471
8472         Some ideas is inspired by code from Hrvoje Niksic
8473         <hniksic@arsdigita.com>
8474
8475         * gnus-art.el (gnus-article-wash-function): Set the default to
8476         nil, so that we use mm-text-html-renderer instead.
8477         (article-wash-html): Use mm-text-html-renderer.
8478
8479         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
8480         (mm-text-html-renderer): New variable.
8481         (mm-inline-text-html-renderer): Set the default to nil, so that we
8482         use mm-text-html-renderer instead.
8483
8484         * mm-view.el (mm-inline-text-html): New function.
8485         (mm-text-html-renderer-alist): New variable.
8486         (mm-inline-text-vcard): New function.
8487         (mm-inline-text): Split.
8488         (mm-links-remove-leading-blank): New function.
8489         (mm-inline-render-with-file): New function.
8490         (mm-inline-render-with-stdin): New function.
8491         (mm-inline-render-with-function): New function.
8492         (mm-text-html-washer-alist): New variable.
8493         (mm-inline-wash-with-file): New function.
8494         (mm-inline-wash-with-stdin): New function.
8495
8496 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8497
8498         * message-utils.el: Fix installation doc.
8499         From: Reiner Steib <4uce.02.r.steib@gmx.net>
8500
8501 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
8502
8503         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
8504         (gnus-post-method): Use it.
8505         (gnus-summary-cancel-article): Find the correct post-method.
8506
8507         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
8508         * message.el (message-send-news): Ditto.
8509         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
8510         <ipmonger@delamancha.org>
8511
8512         * gnus.el (gnus-select-method): Fix doc.
8513         (gnus-server-string): Use 'using nntp'.
8514
8515         * gnus-agent.el (gnus-slave-unplugged): New command.
8516         From: Felix Natter <fnatter@gmx.net>
8517
8518 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8519
8520         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
8521         Call edit-done-function first, then change the window
8522         configuration.
8523         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
8524         (gnus-article-edit-mode): mml-mode.
8525
8526         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
8527         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
8528
8529         * message-utils.el: Adopt the file.
8530
8531         * message-utils.el: New file.
8532         From Holger Schauer <Holger.Schauer@gmx.de>
8533
8534 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8535
8536         * gnus-sum.el (gnus-summary-move-article): Select-article only
8537         when gnus-move-split-methods is non-nil. And we don't render or
8538         mark the article.
8539
8540         * gnus-fun.el (gnus-shell-command-to-string): New function.
8541         (gnus-shell-command-on-region): New function.
8542         (gnus-random-x-face): Use them.
8543         (gnus-x-face-from-file): Ditto.
8544         (gnus-convert-image-to-gray-x-face): Ditto.
8545         (gnus-convert-gray-x-face-to-xpm): Ditto.
8546         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
8547
8548 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * gnus-art.el (gnus-treat-display-xface): Don't use
8551         `shell-command-to-string' when compiling.
8552         (gnus-treat-display-grey-xface): Ditto.
8553
8554 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
8555
8556         * nnmaildir.el (nnmaildir--article-count): If the group is
8557         completely empty, report minimum article number as 1 instead of 0.
8558
8559 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
8560
8561         * gnus-agent.el (gnus-get-predicate): Use nconc.
8562
8563         * gnus-sum.el (gnus-summary-display-make-predicate): Use
8564         gnus-summary-display-cache as cache.
8565
8566         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
8567         (nndoc-mail-in-mail-type-p): New function.
8568         (nndoc-mail-in-mail-article-begin): New function.
8569
8570 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8571
8572         * mailcap.el (mailcap-mime-data): Use enriched-decode.
8573
8574         * gnus-cite.el (gnus-article-fill-cited-article): Bind
8575         use-hard-newlines to nil.
8576
8577         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
8578         image is not available if window-system is not available.
8579
8580         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
8581
8582 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8583
8584         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
8585         bookmark, because update-mark doesn't handle it correctly.
8586
8587 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8588
8589         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
8590         directly instead of calling message-send-mail.
8591
8592         * gnus-start.el (gnus-read-descriptions-file): Use
8593         gnus-default-charset.
8594
8595         * mm-util.el (mm-guess-mime-charset): New function.
8596
8597         * gnus.el (gnus-default-charset): Use it.
8598         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
8599         the default.
8600
8601 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8602
8603         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
8604         (article-display-x-face): Use it.  Disable grey xface, if
8605         uncompface is not found.
8606
8607         * message.el (message-mode): Don't enable multibyte on an indirect
8608         buffer.
8609
8610         * nnrss.el (nnrss-content-function): New variable.
8611         (nnrss-request-article): Use it.
8612
8613 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8614
8615         * gnus.el: Add article-unsplit-urls.
8616         * gnus-sum.el: Ditto.
8617         * gnus-art.el (gnus-treat-strip-cr): New variable.
8618         (gnus-treatment-function-alist): Use it.
8619         (article-unsplit-urls): New function.
8620         (gnus-article-make-menu-bar): Use it.
8621         From: Michael Cook <michael.cook@cisco.com>
8622
8623 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8624
8625         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
8626         copy.
8627
8628 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
8629
8630         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
8631         with internal whitespace.
8632         (gnus-parent-id): Ditto.
8633
8634 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8635
8636         * gnus-art.el (gnus-article-treat-body-boundary): Add
8637         gnus-decoration property.
8638         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
8639
8640         * message.el (message-mode): Set local-abbrev-table.
8641         From Matt Armstrong <matt@lickey.com>.
8642
8643         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
8644         too many spaces.
8645
8646         * rfc2047.el (rfc2047-unfold-region): Ditto.
8647         (rfc2047-decode-region): Don't unfold. Let
8648         gnus-article-treat-unfold-headers do it.
8649
8650         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
8651         From: Jesper Harder <harder@ifa.au.dk>
8652
8653 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654
8655         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
8656         (gnus-configure-posting-styles): Use it.
8657         (gnus-configure-posting-styles): Remove trailing newspaces.
8658
8659 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8660
8661         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
8662         is non-nil.
8663
8664         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
8665
8666         * gnus.el (gnus-server-to-method): Switch position with
8667         gnus-server-get-method.
8668         (gnus-agent): Add doc.
8669
8670         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
8671         (gnus-summary-save-parts): Use it.
8672
8673         * gnus-art.el (gnus-display-mime): Use it.
8674         * mm-partial.el (mm-partial-find-parts): Use it.
8675
8676         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
8677
8678         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
8679         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
8680
8681         * nnagent.el (nnagent-request-expire-articles): Don't delete
8682         files.
8683
8684 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8685
8686         * message.el (message-gen-unsubscribed-mft): New function.
8687         From Sriram Karra <karra@cs.utah.edu>.
8688
8689         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
8690         open parenthesis.
8691
8692         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
8693         (mm-inline-text-html-render-with-w3): Ditto.
8694         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
8695         Suggested by Dave Love  <d.love@dl.ac.uk>.
8696
8697         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
8698
8699         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
8700         * nntp.el (nntp-send-command): Ditto.
8701         * nntp.el (nntp-send-command-nodelete): Ditto.
8702
8703 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8704
8705         * mm-url.el (mm-url-load-url): New function.
8706         (mm-url-insert-file-contents): Use it.
8707
8708         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
8709
8710         * message.el (message-forward-make-body): Correctly copy
8711         forward-buffer.
8712
8713         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
8714
8715 2002-02-04  Simon Josefsson  <jas@extundo.com>
8716
8717         * gnus-art.el (gnus-article-followup-with-original): Mark with
8718         force, prevent errors when following up from article buffer.
8719         (gnus-article-reply-with-original): Ditto.
8720
8721         * binhex.el (binhex-decoder-switches): Fix doc.  From
8722         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8723
8724 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8725
8726         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
8727         highlight-citation after emphasize.
8728
8729 2002-02-04  Simon Josefsson  <jas@extundo.com>
8730
8731         * nnfolder.el (nnfolder-open-marks):
8732
8733         * nnml.el (nnml-open-marks): Message when done.  From David
8734         Edmondson <dme@sun.com>.
8735
8736 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8737
8738         * imap.el (imap-anonymous-auth): Fix typo.
8739         From: Steinar Bang <sb@dod.no>
8740
8741         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
8742         save-excursion.
8743         (gnus-cache-braid-heads): Ditto.
8744
8745         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
8746         line, because there are extra articles in the overview buffer.
8747
8748         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
8749
8750         * message.el (message-forward-rmail-make-body): Directly use
8751         rmail-msg-restore-non-pruned-header to avoid calling
8752         vertical-motion.
8753
8754 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8755
8756         * gnus-cache.el (gnus-summary-insert-cached-articles):
8757         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
8758
8759         * gnus-group.el (gnus-group-mark-article-read): Nreverse
8760         gnus-newsgroups-unselected.
8761
8762         * gnus-agent.el (gnus-summary-set-agent-mark): Use
8763         gnus-add-to-sorted-list.
8764
8765         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
8766         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
8767         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
8768         (gnus-update-read-articles): UNREAD is sorted.
8769         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
8770         (gnus-newsgroup-marked, gnus-newsgroup-cached)
8771         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
8772         (gnus-newsgroup-dormant): Require sorted.
8773
8774         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
8775         directories.
8776         (gnus-dired-print): New function.
8777
8778         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
8779         ps-despool.
8780
8781 2002-02-02  Simon Josefsson  <jas@extundo.com>
8782
8783         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
8784
8785 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8786
8787         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
8788         t. This makes gnus-agent customizable without putting
8789         gnus-agentize into .gnus.
8790
8791         * gnus.el (gnus-agent): Make it customizable.
8792
8793         * gnus-dired.el: New file.
8794         From Benjamin Rutt <brutt@bloomington.in.us>
8795
8796         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
8797         if no article.
8798         (gnus-cache-possibly-remove-article): Ditto.
8799         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
8800
8801 2002-02-01  Simon Josefsson  <jas@extundo.com>
8802
8803         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
8804
8805 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
8808         (mm-setup-w3m): Don't bind keys listed in the above.
8809
8810 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
8813         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
8814         is non-nil; bind `w3m-force-redisplay' with nil.
8815
8816         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8817
8818         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
8819
8820 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8821
8822         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
8823         use mail-header-unfold-field.
8824
8825         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
8826         gnus-summary-limit.
8827
8828         * gnus-range.el (gnus-add-to-sorted-list): New function.
8829         * gnus-sum.el (gnus-mark-article-as-read): Use it.
8830         (gnus-mark-article-as-unread): Ditto.
8831         (gnus-summary-mark-article-as-unread): Ditto.
8832         (gnus-build-get-header): Ditto.
8833         (gnus-summary-prepare-threads): Ditto.
8834         (gnus-summary-insert-pseudos): Ditto.
8835         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
8836         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
8837         (gnus-summary-insert-old-articles): Ditto.
8838
8839         * gnus-msg.el (gnus-posting-styles): Add new format of header.
8840         (gnus-configure-posting-styles): Support the new format.
8841
8842         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
8843         edebug-form-spec to (sexp body).
8844         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
8845
8846         * message.el (message-reply-headers): Add doc.
8847
8848 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8849
8850         * gnus-group.el (gnus-group-delete-group): Nix the entry in
8851         gnus-cache-active-hashtb.
8852
8853         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
8854         (gnus-agent-summary-fetch-group): Use it.
8855
8856         * gnus-msg.el (gnus-debug-files): New variable.
8857         (gnus-debug-exclude-variables): New variable.
8858         (gnus-debug): Use them.
8859
8860         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
8861
8862 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8863
8864         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
8865         (message-mode-syntax-table): Move back the previous position.
8866
8867         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
8868
8869         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8870         gnus-sorted-difference.
8871
8872         * nnsoup.el (nnsoup-request-expire-articles): Use
8873         gnus-sorted-difference.
8874
8875         * nnheader.el: Autoload gnus-sorted-difference.
8876
8877         * nnfolder.el (nnfolder-request-expire-articles): Use
8878         gnus-sorted-difference.
8879
8880         * gnus-cache.el (gnus-cache-retrieve-headers): Use
8881         gnus-sorted-difference.
8882
8883         * gnus-range.el: Autoload cookies.
8884         (gnus-sorted-difference): New function.
8885         (gnus-sorted-ndifference): New function.
8886         (gnus-sorted-nintersection): Rename from
8887         gnus-set-sorted-intersection.
8888         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
8889         (gnus-list-range-difference): Rename from
8890         gnus-inverse-list-range-intersection.
8891         (gnus-inverse-list-range-intersection): Use defalias.
8892
8893         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
8894         gnus-sorted-ndifference, and gnus-sorted-nintersection.
8895         (gnus-articles-to-read): Use gnus-sorted-difference.
8896         (gnus-summary-limit-mark-excluded-as-read): Use
8897         gnus-sorted-intersection and gnus-sorted-ndifference.
8898         (gnus-list-of-read-articles): Use gnus-list-range-difference.
8899         (gnus-summary-insert-articles): Use gnus-sorted-difference.
8900
8901         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
8902
8903 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
8906         property to the buffer for using emacs-w3m command keys.
8907
8908         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
8909         option.
8910
8911         * mm-view.el (mm-w3m-mode-map): New variable.
8912         (mm-w3m-mode-command-alist): New variable.
8913         (mm-w3m-minor-mode): Removed.
8914         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
8915         (mm-inline-text-html-render-with-w3m): Add keymap property to the
8916         buffer for using emacs-w3m command keys.
8917
8918 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8919
8920         * message.el (message-mode-syntax-table): Move forward.
8921         (message-cite-prefix-regexp): Auto detect non word constituents.
8922         (message-cite-prefix-regexp): Don't use with-syntax-table.
8923
8924         * gnus-sum.el (gnus-summary-update-info): Use
8925         gnus-list-range-intersection.
8926
8927         * gnus-agent.el (gnus-agent-fetch-headers): Use
8928         gnus-list-range-intersection.
8929
8930         * gnus-range.el (gnus-range-normalize): Use correct predicate.
8931         (gnus-list-range-intersection): Use it.
8932         (gnus-inverse-list-range-intersection): Ditto.
8933         (gnus-sorted-intersection): Add doc.
8934         (gnus-set-sorted-intersection): Add doc.
8935         (gnus-sorted-union): New function.
8936         (gnus-set-sorted-union): New function.
8937
8938         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
8939         (gnus-inverse-list-range-intersection): Ditto.
8940
8941 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
8942
8943         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
8944
8945         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
8946         and permit `:' and `\' in order to handle full Windows pathnames.
8947         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
8948         technically not correct per standard, but seems to have common use.
8949
8950 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8951
8952         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
8953         replacing numbers.
8954
8955 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
8956
8957         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
8958
8959         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
8960         Don't split when the window is small, e.g. when a small *BBDB*
8961         window is the lowest one.
8962
8963         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8964         nnheader-find-nov-line to speed up. Use nreverse, because it is
8965         sorted. Use nnheader-insert-nov-file.
8966
8967 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * mm-decode.el (mm-inline-text-html-with-images): New user option.
8970
8971         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
8972         of `w3m-display-inline-images' with the value of
8973         `mm-inline-text-html-with-images'.
8974         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
8975
8976         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8977
8978 2002-01-27  Richard M. Stallman  <rms@gnu.org>
8979
8980         * time-date.el: Add autoload cookies.  Many doc fixes.
8981         (time-add): New function.
8982         (time-subtract): Renamed from subtract-time.
8983         (subtract-time): New alias for time-subtract.
8984
8985 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
8988         emacs-w3m in doc-string.
8989
8990         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
8991         `w3m-current-buffer'.
8992
8993 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8994
8995         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
8996
8997         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
8998         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
8999         (mm-w3m-cid-retrieve): New function.
9000         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
9001
9002 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
9003
9004         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
9005
9006 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007
9008         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
9009
9010 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9011
9012         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
9013         32K.
9014
9015         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
9016
9017         * nnmail.el (nnmail-article-group): Decode headers before running
9018         split rules over them.
9019         (nnmail-mail-splitting-charset): New variable.
9020
9021         * smiley.el: Replaced with smiley-ems.el.
9022
9023 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9024
9025         * mm-url.el (mm-url-predefined-programs): Add w3m.
9026         (mm-url-program): Ditto.
9027
9028 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9029
9030         * nnml.el (nnml-use-compressed-files): New variable.
9031         (nnml-filenames-are-evil): Removed.
9032         (nnml-current-group-article-to-file-alist): Don't use.
9033         (nnml-update-file-alist): Inhibit.
9034         (nnml-article-to-file): Use new var.
9035
9036 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9037
9038         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
9039
9040         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
9041
9042 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9043
9044         * gnus-agent.el (gnus-agent-load-alist): Use new caching
9045         function.
9046
9047         * gnus-util.el (gnus-cache-file-contents): New function.
9048
9049         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
9050         (gnus-agent-load-alist): Use it.
9051
9052         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
9053
9054         * nnheader.el (nnheader-insert-nov-file): New function.
9055
9056         * gnus-util.el (gnus-parse-without-error): Correct the loop.
9057
9058         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
9059         there are no references.
9060         (gnus-extract-message-id-from-in-reply-to): New function.
9061         (gnus-nov-parse-line): Use in-reply-to if there are no
9062         references.
9063
9064 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9065
9066         * nnagent.el (nnagent-retrieve-headers): Use new macro.
9067
9068         * gnus-util.el (gnus-parse-without-error): New macro.
9069
9070 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
9071
9072         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
9073         (gnus-article-wash-function): use locate-library to decide which
9074         to use.
9075
9076 2002-01-25  Simon Josefsson  <jas@extundo.com>
9077
9078         * pop3.el (pop3-munge-message-separator): Work if no date.
9079         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
9080
9081 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9082
9083         * gnus-agent.el (gnus-agent-save-alist): Fix.
9084
9085         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
9086         mistake.  Reinstated lost code.
9087
9088 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
9089
9090         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
9091         one exists in the case of an encrypted message with an internal
9092         signature.
9093
9094 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9095
9096         * gnus-agent.el (gnus-agent-save-alist): Optimized.
9097
9098 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * dgnushack.el: Commented out the experimental code.
9101
9102 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9103
9104         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
9105         error.
9106
9107         * gnus.el (gnus-server-to-method): Made into subst.
9108         (gnus-server-method-cache): New variable.
9109         (gnus-server-to-method): Use it.
9110         (gnus-group-method-cache): New variable.
9111         (gnus-find-method-for-group-1): Renamed.
9112         (gnus-find-method-for-group): New function.
9113         (gnus-group-method-cache): Removed.
9114
9115         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
9116         function.
9117
9118         * gnus-range.el (gnus-members-of-range): New function.
9119         (gnus-list-range-intersection): Renamed.
9120         (gnus-inverse-list-range-intersection): New function.
9121
9122         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
9123
9124         * nnagent.el (nnagent-retrieve-headers): New implementation.
9125
9126         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
9127         implementation.
9128
9129 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
9132         `w3m-meta-content-type-charset-regexp'.
9133
9134         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
9135         charset-encoded html contents.
9136
9137 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
9138
9139         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
9140         an empty file.
9141
9142         * nnweb.el (url): Ignore errors when request url.
9143
9144         * nnrss.el: Clean up the comments.
9145
9146 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
9149
9150         * mm-decode.el (mm-inline-text-html-renderer): New user option.
9151         (mm-inline-media-tests): Test whether the value of
9152         `mm-inline-text-html-renderer' is a function for text/html.
9153
9154         * mm-view.el (mm-inline-text-html-render-with-w3): New function
9155         separated from `mm-inline-text'.
9156         (mm-w3m-minor-mode): New variable.
9157         (mm-w3m-setup): New variable.
9158         (mm-setup-w3m): New function.
9159         (mm-inline-text-html-render-with-w3m): New function.
9160         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
9161         text/html.
9162
9163 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
9164
9165         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
9166
9167 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9168
9169         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
9170         and `gnus-xmas-completing-read'.
9171
9172 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9173
9174         * nneething.el (nneething-message-id-number): Abolished.
9175         (nneething-encode-file-name): Not encode numerical characters.
9176         (nneething-make-head): `nneething-message-id-number' is not
9177         used to generate message IDs.
9178
9179 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9180
9181         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
9182         characters.
9183
9184 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9185
9186         * gnus-xmas.el (gnus-xmas-completing-read): New function.
9187         (gnus-xmas-redefine): Redefine conditionally.
9188
9189 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
9190
9191         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
9192         tag.
9193
9194 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
9195
9196         * message.el (message-font-lock-keywords): Added the secure tag.
9197         * mml-sec.el: Added functions to generate/modify/remove the secure
9198         tag while in message mode.
9199         * mml-sec.el (mml-secure-message): New.
9200         * mml-sec.el (mml-unsecure-message): New.
9201         * mml-sec.el (mml-secure-message-sign-smime): New.
9202         * mml-sec.el (mml-secure-message-sign-pgp): New.
9203         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
9204         * mml-sec.el (mml-secure-message-encrypt-smime): New.
9205         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
9206         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
9207         * mml.el (mml-parse-1): Added code to recognise the secure tag and
9208         convert it to either a part or multipart depending on if there are
9209         other parts in the message.
9210         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
9211         to use the secure tag, rather than the part tag.
9212         * mml.el (mml-preview): Added a save-excursion to keep cursor
9213         position after doing an MML preview.
9214
9215 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9216
9217         * nnheader.el (nnheader-parse-overview-file): New function.
9218         (nnheader-write-overview-file): New function.
9219
9220 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9221
9222         * gnus.el (gnus-group-fast-parameter): Check better if expansion
9223         in wanted.
9224
9225         * nnweb.el (nnweb-type-definition): Clean up.
9226
9227 2002-01-21  Alastair Burt  <burt@dfki.de>
9228         Trivial patch.
9229
9230         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
9231         buffer exists before jumping to it.
9232
9233 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9234
9235         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
9236         function.
9237         (article-wash-html): Use it.
9238         (gnus-article-wash-function): New variable.
9239         (gnus-article-wash-html-with-w3m): New function.
9240
9241 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9242
9243         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
9244         XEmacs.
9245
9246 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
9247
9248         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
9249         command line.
9250
9251 2002-01-21  Simon Josefsson  <jas@extundo.com>
9252
9253         * canlock.el (base64-encode-string): Autoload it from base64.
9254         (canlock-make-cancel-key): Base64 encode unibyte string.
9255
9256 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9257
9258         * nnfolder.el (nnfolder-request-accept-article): Unfold
9259         x-from-line.
9260         (nnfolder-request-replace-article): Ditto.
9261
9262 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
9263
9264         * gnus-group.el (gnus-group-best-unread-group): Use the right
9265         positioning function.
9266
9267 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9268
9269         * smiley-ems.el (smiley-region): Use new function.
9270         (smiley-update-cache): Use general image functions.
9271         (smiley-region): Use general functions.
9272
9273         * gnus-util.el (gnus-graphic-display-p): New function.
9274
9275         * nnmail.el (nnmail-article-group): Allow outputting traces of
9276         non-strings.
9277
9278         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
9279         (nndoc-exim-bounce-type-p): New function.
9280
9281         * message.el (message-dont-send): Doc fix.
9282
9283         * gnus-util.el (gnus-completing-read): Remove
9284         inherit-input-method.
9285
9286         * gnus-art.el (gnus-treat-smiley): Doc fix.
9287
9288         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
9289         articles.
9290
9291 2002-01-19  Simon Josefsson  <jas@extundo.com>
9292
9293         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
9294         (imap-kerberos4-open): Ditto.
9295         (imap-open): Set port correctly, don't set auth.
9296
9297 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9298
9299         * gnus.el (gnus-version-number): Bump version number.
9300
9301 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9302
9303         * gnus.el: Oort Gnus v0.05 is released.
9304
9305 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9306
9307         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
9308         exists.
9309
9310         * gnus-spec.el (gnus-string-width-function): New function.
9311         (gnus-tilde-cut-form): Use it.
9312         (gnus-tilde-max-form): Ditto.
9313         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
9314         (gnus-substring-function): Use it.
9315         (gnus-tilde-cut-form): Ditto.
9316         (gnus-substring-function): New function.
9317
9318         * message.el (message-check-news-header-syntax): New message.
9319
9320         * gnus.el (gnus-slave-no-server): Doc fix.
9321
9322         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
9323
9324 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
9327         `seen' if it looks like (seen NUM1 . NUM2).  It should be
9328         (seen (NUM1 . NUM2)).
9329
9330 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9331
9332         * gnus-topic.el (gnus-topic-catchup-articles): Update article
9333         number in closed topics.
9334
9335 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
9336
9337         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
9338         functions.
9339
9340 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9341
9342         * gnus.el (gnus-group-find-parameter): Clean up.
9343
9344         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
9345         articles.
9346
9347         * gnus-util.el (gnus-completing-read-with-default): Renamed.
9348
9349         * nnmail.el (nnmail-article-group): Clean up.
9350
9351 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
9352
9353         * gnus-agent.el (gnus-category-name): Intern the category name.
9354
9355 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9356
9357         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
9358
9359         * gnus-util.el (gnus-completing-read): New function.
9360
9361 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9362
9363         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
9364
9365         * smiley-ems.el (smiley-region): Register smiley.
9366         (smiley-toggle-buffer): Rewrite the function.
9367         (smiley-active): Removed.
9368
9369 2002-01-19  Simon Josefsson  <jas@extundo.com>
9370
9371         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
9372         Jesper Harder <harder@ifa.au.dk>.
9373
9374 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9375
9376         * gnus-art.el (gnus-request-article-this-buffer): Call
9377         `nneething-get-file-name' to extract the file name from the
9378         message id.
9379
9380         * nneething.el (nneething-encode-file-name): New function.
9381         (nneething-decode-file-name): Ditto.
9382         (nneething-get-file-name): Ditto.
9383         (nneething-make-head): Encode the file name and encapsulate it
9384         into the field of the message id.
9385
9386 2002-01-18  Simon Josefsson  <jas@extundo.com>
9387
9388         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
9389         stored in .marks.
9390
9391         * nnfolder.el (nnfolder-request-update-info): Ditto.
9392
9393 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9394
9395         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
9396
9397 2002-01-18  Simon Josefsson  <jas@extundo.com>
9398
9399         * imap.el (imap-starttls-p): Don't check for binary.
9400         (imap-gssapi-auth-p): Ditto.
9401         (imap-kerberos4-auth-p): Ditto.
9402         (imap-open): Change logic.  Iterate through all possible streams,
9403         instead of bailing out after first failure.  Move authenticator
9404         decision to `imap-authenticate'.
9405         (imap-authenticate): Change logic, now finds the authenticator to
9406         use, was previously in `imap-open'.
9407         (imap-open): Return nil on failure.
9408         (imap-open): Setup temp buffer correctly.
9409         (imap-open): Return buffer only on success.
9410         (imap-interactive-login, imap-interactive-login): Tell the user
9411         which stream/authenticator is used for the queried
9412         username/password.
9413         (imap-open, imap-authenticate): Set variables.
9414         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
9415         (imap-open): Don't assume how `with-temp-buffer' is implemented.
9416
9417 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9418
9419         * gnus-fun.el (gnus-grab-cam-x-face): New function.
9420
9421 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9422
9423         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
9424
9425 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9426
9427         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
9428         (gnus-agent-group-mode-map): Bind it to "Jo".
9429         (gnus-agent-group-make-menu-bar): Add it into menu bar.
9430
9431 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
9432
9433         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
9434         (gnus-summary-mail-toolbar): Add mail article deletion button.
9435
9436         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
9437         false positives for lines of "^^^^".
9438
9439         * gnus-picon.el (gnus-picon-find-face): faces database is all
9440         lowercase.
9441
9442 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9443
9444         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
9445         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
9446         duplications.
9447         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
9448
9449 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * gnus-sum.el (gnus-summary-initial-limit): Inline
9452         gnus-summary-limit-children.
9453         (gnus-summary-initial-limit): Don't limit if
9454         gnus-newsgroup-display is nil.
9455         (gnus-summary-initial-limit): No, don't.
9456
9457         * gnus-util.el
9458         (gnus-put-text-property-excluding-characters-with-faces): Inline
9459         gnus-put-text-property.
9460
9461         * gnus-spec.el (gnus-default-format-specs): New variable.
9462
9463         * gnus-start.el (gnus-read-newsrc-file): Don't clear
9464         gnus-format-specs.
9465         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
9466
9467         * gnus-spec.el (gnus-update-format-specifications): Really check
9468         the Gnus version of the .newsrc.eld file.
9469         (gnus-format-specs): Save the new default summary format.
9470
9471         * gnus-util.el (gnus-parent-id): Check whether references is empty
9472         before splitting.
9473
9474         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
9475         functions.
9476         (gnus-gather-threads-by-references): Inline
9477         `gnus-split-references'.
9478
9479         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
9480         default value of gnus-summary-line-format-spec.
9481
9482 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9483
9484         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
9485         message.
9486         (nnslashdot-request-list): Ditto.
9487         (nnslashdot-sid-strip): Removed.
9488
9489 2002-01-15  Simon Josefsson  <jas@extundo.com>
9490
9491         * nnimap.el (nnimap-close-asynchronous): Enable.
9492         (nnimap-close-group): Expunge.
9493
9494 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9495
9496         * gnus-util.el (gnus-user-date-format-alist): Typo.
9497         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
9498
9499 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9500
9501         * nneething.el (nneething-request-article): Set
9502         `nnmail-file-coding-system' to `binary' locally, in order to read
9503         files without any conversion.
9504
9505 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9506
9507         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9508         nnheader-file-coding-system and nnmail-active-file-coding-system.
9509         (gnus-agent-regenerate-group): Ditto.
9510         (gnus-agent-regenerate): Ditto.
9511         (gnus-agent-write-active): Ditto.
9512         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
9513
9514 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9515
9516         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
9517         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
9518
9519 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9520
9521         * gnus.el: We don't need gnus-article-show-all-headers.
9522
9523         * gnus-art.el (article-show-all, gnus-article-show-all-header):
9524         Ditto.
9525
9526         * gnus-sum.el (gnus-summary-select-article): Don't call
9527         show-all-headers, because hidden headers are not hidden text any
9528         more.
9529
9530 2002-01-13  Simon Josefsson  <jas@extundo.com>
9531
9532         * message.el (message-newline-and-reformat): Use `newline' instead
9533         of inserting \n, so that the newline is marked as hard.
9534
9535         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
9536         From Jesper Harder <harder@ifa.au.dk>.
9537
9538 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9539
9540         * imap.el (imap-close): Keep going if quit.
9541
9542         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
9543         nntp-server-buffer.
9544
9545 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9546
9547         * mm-view.el (mm-display-inline-fontify): Require font-lock to
9548         avoid unbinding shadowed variables.
9549
9550         * gnus-art.el (gnus-picon-databases): Moved here.
9551         (gnus-picons-installed-p): Moved here.
9552         (gnus-article-reply-with-original): Use `mark'.
9553
9554         * gnus.el (gnus-picon): Moved here and renamed.
9555
9556         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
9557         installed.
9558         (gnus-treat-mail-picon): Ditto.
9559         (gnus-treat-newsgroups-picon): Ditto.
9560
9561         * gnus-picon.el (gnus-picons-installed-p): New function.
9562
9563 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9564
9565         * gnus-agent.el (gnus-agent-go-online): Fix doc.
9566
9567 2002-01-12  Simon Josefsson  <jas@extundo.com>
9568
9569         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
9570         (nnimap-before-find-minmax-bugworkaround): Use it.
9571         (nnimap-find-minmax-uid): Don't reselect current mailbox.
9572         (nnimap-dont-close): New variable.
9573         (nnimap-close-group): Use it.
9574
9575 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9576
9577         * gnus-art.el (gnus-article-reply-with-original): Use
9578         `mark-active'.
9579
9580         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
9581
9582         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
9583         (gnus-score-advanced): Clean up.
9584         (gnus-score-advanced): Accept a multiple of the score.
9585
9586 2002-01-12  Simon Josefsson  <jas@extundo.com>
9587
9588         * flow-fill.el (fill-flowed-display-column)
9589         (fill-flowed-encode-columnq): New variables.  Suggested by
9590         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
9591         (fill-flowed-encode, fill-flowed): Use them.
9592
9593         * message.el (message-send-news, message-send-mail): Use
9594         m-b-s-n-p-e-h-n.
9595
9596         * mml.el (autoload): Autoload fill-flowed-encode.
9597         (mml-buffer-substring-no-properties-except-hard-newlines): New
9598         function.
9599         (mml-read-part): Use it.
9600         (mml-generate-mime-1): Encode format=flowed if appropriate.
9601         (mml-insert-mime-headers): Insert format=flowed.
9602
9603         * flow-fill.el (fill-flowed-encode): New function.
9604         (fill-flowed): Bind fill-column to window width.
9605
9606 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9607
9608         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
9609         it exists.
9610         (gnus-summary-setup-buffer): Wake up dead summary buffers.
9611         (gnus-summary-buffer-name): Don't return the dead name after all.
9612         (gnus-summary-setup-buffer): Kill the dead buffer.
9613
9614         * gnus-art.el (gnus-article-followup-with-original): Store the
9615         value of the mark before deactivating it.
9616
9617 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9618
9619         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
9620         From: Karl Kleinpaste <karl@charcoal.com>
9621
9622         * gnus-art.el (article-display-x-face): Ditto.
9623         (gnus-article-reply-with-original): Use gnus-region-active-p.
9624         (gnus-article-followup-with-original): Ditto.
9625
9626         * gnus-sum.el (gnus-summary-read-group-1): Don't select
9627         downloadable article either.
9628
9629 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9630
9631         * gnus-art.el (article-display-x-face): Insert From:.
9632
9633         * gnus-sum.el (gnus-summary-move-article): Don't draw the
9634         article. Bind gnus-display-mime-function and
9635         gnus-article-prepare-hook.
9636
9637         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
9638         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
9639         gnus-agent-possibly-synchronize-flags to the last.
9640         (gnus-agent-go-online): New function. New variable.
9641
9642 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9643
9644         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
9645         (gnus-agent-regenerate): Ditto.
9646
9647 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9648
9649         * message.el (message-ignored-news-headers)
9650         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
9651         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
9652
9653         * gnus.el (gnus-gethash-safe): New macro.
9654
9655         * gnus-agent.el (gnus-agent-regenerate-history): New function.
9656         (gnus-agent-regenerate): Show messages.
9657
9658 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9659
9660         * gnus-agent.el (gnus-agent-regenerate-group): New function.
9661         (gnus-agent-regenerate): New function.
9662         (gnus-agent-save-alist): Sort.
9663         (gnus-agent-copy-nov-line): Test eobp.
9664         (gnus-agent-retrieve-headers): Erase buffer.
9665
9666 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9667
9668         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
9669         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
9670
9671         * gnus.el (gnus-agent-covered-methods): Move here.
9672         (gnus-online): New function.
9673         (gnus-agent-method-p): Move here.
9674
9675         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
9676         nil. Remove articles-alist.
9677
9678         * gnus-start.el (gnus-get-unread-articles): Check online.
9679         (gnus-groups-to-gnus-format): Ditto.
9680         (gnus-active-to-gnus-format): Ditto.
9681
9682         * gnus-agent.el (gnus-agent-get-function): Use it.
9683         (gnus-agent-get-undownloaded-list): Ditto.
9684         (gnus-agent-fetch-session): Only fetch online methods.
9685
9686         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
9687         (gnus-server-mode-map): Ditto.
9688         (gnus-server-offline-face): New face.
9689         (gnus-server-offline-face): New variable.
9690         (gnus-server-font-lock-keywords): Add offline.
9691         (gnus-server-insert-server-line): Ditto.
9692         (gnus-server-offline-server): New function.
9693
9694         * gnus-int.el (gnus-open-server): Turn to offline.
9695         (gnus-server-unopen-status): New variable.
9696
9697 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9698
9699         * nnkiboze.el (nnkiboze-request-article): Use
9700         gnus-agent-request-article.
9701
9702         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
9703         function. Insert undownloaded NOV.
9704
9705         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
9706         (gnus-agent-request-article): New function.
9707
9708         * gnus.el (gnus-agent-cache): New variable.
9709
9710         * gnus-int.el (gnus-retrieve-headers): Use
9711         gnus-agent-retrieve-headers.
9712         (gnus-request-head): Use gnus-agent-request-article.
9713         (gnus-request-body): Ditto.
9714
9715         * gnus-art.el (gnus-request-article-this-buffer): Use
9716         gnus-agent-request-article.
9717
9718         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
9719         article if it is undownloaded.
9720
9721 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
9724
9725 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * canlock.el (canlock-string-as-unibyte): New macro.
9728         (canlock-sha1-with-openssl): Return a unibyte string.
9729         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
9730
9731 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9732
9733         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
9734
9735 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9736
9737         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
9738         application/x-emacs-lisp.
9739
9740         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
9741
9742         * nntp.el (nntp-request-article): Add group parameter.
9743         (nntp-request-head): Ditto.
9744         (nntp-find-group-and-number): Add parameter group. Figure out
9745         number if the status line doesn't give (e.g. quimby.gnus.org).
9746
9747 2002-01-08  Simon Josefsson  <jas@extundo.com>
9748
9749         * mml.el (mml-generate-mime-1): Set recipient correctly.
9750
9751 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9752
9753         * message.el (message-read-from-minibuffer): Add parameter
9754         initial-contents.
9755         * gnus-msg.el (gnus-summary-resend-message): Use it.
9756
9757         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
9758         behavior of quit-config.
9759
9760         * message.el (message-make-from): Don't quote fullname.
9761         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
9762
9763         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
9764         From: <andre@slamdunknetworks.com>
9765
9766 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9767
9768         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
9769
9770         * gnus-art.el (gnus-header-button-alist): Handle mailto.
9771
9772         * mml.el (mml-preview): Bind gnus-original-article-buffer because
9773         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
9774         because bbdb may use it.
9775
9776 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9777
9778         * nneething.el (nneething-request-article): When a non-text file
9779         is converted to an article, its data is encoded in base64.  Call
9780         `nneething-make-head' with options to specify MIME types.
9781         (nneething-make-head): Add optional arguments to specify MIME
9782         types.
9783
9784 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9785
9786         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
9787         header if there is not.
9788
9789         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
9790
9791         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
9792         (gnus-inews-mark-gcc-as-read): Obsolete variable.
9793         (gnus-inews-do-gcc): Use them.
9794
9795         * gnus-group.el (gnus-group-mark-article-read): Put holes into
9796         gnus-newsgroup-unselected.
9797
9798 2002-01-06  Simon Josefsson  <jas@extundo.com>
9799
9800         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
9801         condition-case, not ignore-errors.
9802
9803 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9804
9805         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
9806         gnus-fetch-old-headers.
9807
9808         * gnus-art.el (article-display-x-face): Use the current buffer
9809         unless `W f'. Otherwise, X-Face may be shown in the header of a
9810         forwarded part.
9811         (gnus-treatment-function-alist): Treat xface before hiding
9812         headers.
9813
9814 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9815
9816         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
9817         parameters.
9818
9819 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9820
9821         * mm-util.el (mm-multibyte-p): Define conditionally when load.
9822         (mm-guess-charset): New function.
9823         (mm-charset-after): Use it.
9824         (mm-detect-coding-region): New function.
9825         (mm-detect-mime-charset-region): New function.
9826
9827         * gnus-sum.el (gnus-summary-show-article): Use
9828         mm-detect-coding-region.
9829
9830 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9831
9832         * message.el (message-make-fqdn): Be less violent.
9833
9834         * gnus.el (gnus-logo-color-style): Compute custom form
9835         automatically.
9836
9837         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
9838         score file of the parent to the document group.
9839
9840         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
9841         parameters parameter.
9842
9843         * gnus-score.el (gnus-score-load-file): Clean up.
9844
9845 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9846
9847         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
9848         From: Damien Wyart <damien.wyart@free.fr>
9849
9850         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
9851
9852 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9853
9854         * gnus-sum.el (gnus-select-group-hook): Typo.
9855
9856         * rfc2047.el (rfc2047-decode-string): Return immediately if there
9857         is no quoted-printable-encoded STRING.
9858         From: Jesper Harder <harder@ifa.au.dk>
9859
9860         (rfc2047-decode-string): Decode it.
9861
9862 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9863
9864         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
9865
9866 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
9867         Trivial patch.
9868
9869         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
9870         buffer to get rid of junk line.
9871
9872 2002-01-05  Simon Josefsson  <jas@extundo.com>
9873
9874         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
9875         C-o.
9876         (message-mode-map): Bind message-insert-or-toggle-importance to
9877         C-c C-u.
9878         (message-mode-map): Bind message-disposition-notification-to to
9879         C-c M-n.
9880         (message-mode-menu): Add m-d-n-t.
9881         (message-mode-field-menu): Add m-goto-from.
9882         (message-mode): Doc fix.
9883         (message-goto-from): New function.
9884         (message-insert-disposition-notification-to): New function.
9885         (message-tool-bar-map): Add receipt button.
9886
9887 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9888
9889         * gnus-sum.el (gnus-thread-latest-date): New function.
9890         (gnus-thread-sort-by-most-recent-number): Renamed.
9891         (gnus-thread-sort-functions): Doc fix.
9892         (gnus-select-group-hook): Don't use setq on a hook.
9893         (gnus-thread-latest-date): Use date, not number
9894
9895         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
9896         (gnus-agent-expire): Allow regexp of expire-days.
9897
9898         * gnus-art.el (gnus-article-reply-with-original): Deactivate
9899         region.
9900         (gnus-article-followup-with-original): Ditto.
9901
9902         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
9903
9904         * gnus-art.el (gnus-mime-display-alternative): Use
9905         gnus-local-map-property.
9906         (gnus-mime-display-alternative): Ditto.
9907         (gnus-insert-mime-security-button): Ditto.
9908         (gnus-insert-next-page-button): Ditto.
9909         (gnus-button-prev-page): Take optional args.
9910         (gnus-insert-prev-page-button): widget-convert.
9911
9912         * gnus-util.el (gnus-local-map-property): New function.
9913
9914         * gnus-art.el (gnus-prev-page-map): Use parent map.
9915         (gnus-next-page-map): Ditto.
9916
9917         * gnus-spec.el (gnus-parse-format): Clean up.
9918         (gnus-parse-format): Do complex formatting for %=.
9919
9920         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
9921         "X-Face: " to the data in the built-in scenario.
9922
9923         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
9924         (gnus-correct-pad-form): Renamed.
9925         (gnus-tilde-max-form): Clean up.
9926         (gnus-pad-form): Use gnus-use-correct-string-widths.
9927
9928         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
9929         support if that is available.
9930
9931         * gnus-sum.el (gnus-thread-highest-number): New function.
9932         (gnus-thread-sort-by-most-recent-thread): New function.
9933         (gnus-thread-sort-functions): Doc fix.
9934
9935 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9936
9937         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
9938         all cases.
9939         (gnus-summary-mode): Enable it in all cases.
9940         (gnus-summary-display-article): Ditto.
9941         (gnus-summary-edit-article): Ditto.
9942
9943         * gnus-ems.el (gnus-put-image): Really return glyph.
9944
9945         * gnus-art.el (gnus-article-x-face-command): Fix :type.
9946         (gnus-treat-smiley): Don't take "P" in the interactive form.
9947
9948 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9949
9950         * compface.el (uncompface): XEmacs and Emacs have differing
9951         capabilities.
9952
9953         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
9954
9955         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
9956         (gnus-article-xface-ring-size): Removed.
9957         (gnus-article-display-xface): Removed.
9958         (gnus-remove-image): Cleaned up.
9959
9960         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
9961         (gnus-xmas-create-image): Take pbm files.
9962         (gnus-x-face): Removed.
9963         (gnus-xmas-article-display-xface): Removed.
9964
9965         * gnus-fun.el (gnus-display-x-face-in-from): Bind
9966         default-enable-multibyte-characters.
9967
9968         * compface.el (uncompface): Doc fix.
9969
9970         * gnus-art.el (gnus-article-x-face-command): Use
9971         gnus-display-x-face-in-from.
9972
9973         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
9974
9975         * gnus-ems.el (gnus-put-image): Return the image.
9976
9977         * gnus-fun.el (gnus-display-x-face-in-from): New function.
9978         (gnus-x-face): Moved here.
9979
9980 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9981
9982         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
9983         invisible if string is nil.
9984         (gnus-xmas-article-display-xface): Use it.
9985
9986         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
9987         property when string is nil.
9988         (gnus-article-display-xface): Use it.
9989
9990 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9991
9992         * gnus-art.el (article-display-x-face): Check whether valid grey
9993         face was returned.
9994         (article-display-x-face): Place image in the right spot.
9995
9996         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
9997         stderr.
9998         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
9999
10000 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10001
10002         * gnus-xmas.el (gnus-xmas-create-image): Take optional
10003         parameters.
10004         (gnus-xmas-put-image): Allow non-strings to be passed.
10005
10006         * gnus-art.el (article-display-x-face): Use optional parameters.
10007
10008         * gnus-ems.el (gnus-create-image): Take optional parameters.
10009
10010         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
10011
10012         * compface.el (compface-xbm-p): Removed.
10013
10014         * gnus-ems.el (gnus-article-compface-xbm): Removed.
10015         (gnus-article-display-xface): Use compface.
10016
10017         * compface.el: New file.
10018
10019         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
10020         (gnus-convert-image-to-x-face-command): Ditto.
10021         (gnus-random-x-face): Quote argument.
10022         (gnus-x-face-from-file): Ditto.
10023
10024 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
10025
10026         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
10027         the expire-group parameter once per article rather than once
10028         per group; bind `nnmaildir-article-file-name' and `article'
10029         for convenience.  Leave article alone when expire-group
10030         specifies the current group.
10031         (nnmaildir--update-nov): be more concurrency-friendly with
10032         temp file names.
10033
10034 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10035
10036         * gnus-start.el (gnus-read-init-file): Cleaned up.
10037
10038 2002-01-03  Dave Love  <d.love@dl.ac.uk>
10039
10040         * gnus-start.el (gnus-startup-file-coding-system): Removed.
10041         (gnus-read-init-file): Don't use it.
10042
10043 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10044
10045         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
10046
10047 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10048
10049         * gnus-start.el (gnus-read-init-file): Don't force coding system
10050         for ~/.gnus.  From Dave Love <fx@gnu.org>.
10051
10052 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10053
10054         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
10055         * nnspool.el (nnspool-request-post): Ditto.
10056
10057         * mm-util.el (mm-use-find-coding-systems-region): New variable.
10058         (mm-find-mime-charset-region): Use it.
10059
10060 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10061
10062         * gnus.el (gnus-summary-line-format): Added :link.
10063         * gnus-topic.el (gnus-topic-line-format): Ditto.
10064         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
10065         * gnus-srvr.el (gnus-server-line-format): Ditto.
10066         * gnus-group.el (gnus-group-line-format): Ditto.
10067
10068         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
10069         :keys, it works on both Emacsen.
10070
10071 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10072
10073         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
10074
10075 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10076
10077         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
10078
10079 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
10080
10081         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
10082         very wide reply.
10083
10084 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10085
10086         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
10087         (gnus-picon-cache): New variable.
10088         (gnus-picon-transform-newsgroups): Cache stuff.
10089
10090         * gnus-art.el (gnus-article-reply-with-original): New command.
10091         (gnus-article-followup-with-original): New command.
10092
10093         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
10094         END parameters.
10095         (gnus-summary-followup): Take a list of list of articles.
10096         (gnus-inews-yank-articles): Allow lists of article/regions.
10097
10098         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
10099         longer the usual commands.
10100
10101         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
10102         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
10103         shell-command-on-region.
10104
10105 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10106
10107         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
10108           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
10109
10110 2002-01-03  Steve Youngs  <youngs@xemacs.org>
10111
10112         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
10113         understand ':keys', wrap it in an featurep 'xemacs.
10114
10115 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10116
10117         * gnus-ems.el (gnus-article-display-xface): Show xface in the
10118         order of headers (Actually, it is called in a reversed order). Add
10119         'gnus-image-text-deletable property.
10120         (gnus-remove-image): Remove text with such a property.
10121
10122         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
10123         gnus-put-image.
10124
10125         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
10126         with ", "
10127
10128 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10129
10130         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
10131
10132         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
10133         (article-display-x-face): Display grey X-Faces.
10134
10135         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
10136         (gnus-convert-gray-x-face-to-ppm): Ditto.
10137         (gnus-convert-image-to-gray-x-face): Ditto.
10138
10139         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
10140         gnus-summary-show-raw-article.
10141
10142 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10143
10144         Display picons in XEmacs without showing text.
10145
10146         * gnus-xmas.el (gnus-xmas-create-image): Don't use
10147         mm-create-image-xemacs to create xbm glyph, because it deletes
10148         temporary files.
10149         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
10150         (gnus-xmas-remove-image): Make text visible, remove glyph.
10151
10152         * gnus-picon.el (gnus-picon-transform-newsgroups)
10153         (gnus-picon-transform-address): Insert spec backward, due to the
10154         incompatibility of gnus-xmas-put-image.
10155
10156 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10157
10158         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
10159
10160 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10161
10162         * gnus.el: Doc fix.
10163
10164         * gnus-art.el: Doc fix.
10165
10166         * gnus-agent.el: Doc fix.
10167
10168 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10169
10170         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
10171
10172 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
10173
10174         * nnmaildir.el (nnmaildir--update-nov): automatically parse
10175         NOV data out of the message again if nnmail-extra-headers has
10176         changed.
10177
10178 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10179
10180         * gnus-fun.el: New file.
10181         (gnus-convert-image-to-x-face-command): New variable.
10182         (gnus-insert-x-face): New function.
10183         (gnus-random-x-face): Renamed.
10184         (gnus-x-face-from-file): Renamed.
10185
10186         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
10187         "_".
10188         (gnus-body-boundary-delimiter): Typo fix.
10189
10190 2002-01-02  Simon Josefsson  <jas@extundo.com>
10191
10192         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
10193         (gnus-body-boundary-delimiter): Fix type.
10194
10195 2002-01-01  Simon Josefsson  <jas@extundo.com>
10196
10197         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
10198         (gnus-treat-emphasize, gnus-treat-strip-cr)
10199         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
10200         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
10201         (gnus-treat-fill-article, gnus-treat-hide-citation)
10202         (gnus-treat-hide-citation-maybe)
10203         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
10204         (gnus-treat-strip-pem, gnus-treat-strip-banner)
10205         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
10206         (gnus-treat-date-ut, gnus-treat-date-local)
10207         (gnus-treat-date-english, gnus-treat-date-lapsed)
10208         (gnus-treat-date-original, gnus-treat-date-iso8601)
10209         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
10210         (gnus-treat-strip-trailing-blank-lines)
10211         (gnus-treat-strip-leading-blank-lines)
10212         (gnus-treat-strip-multiple-blank-lines)
10213         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
10214         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
10215         (gnus-treat-display-xface, gnus-treat-display-smileys)
10216         (gnus-treat-from-picon, gnus-treat-mail-picon)
10217         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
10218         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
10219         (gnus-treat-play-sounds, gnus-treat-translate)
10220         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
10221
10222         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
10223         (gnus-article-treat-body-boundary): Use it.
10224
10225         * message.el (message-mode): Fix doc.
10226         (message-mode-menu): Fix names.
10227
10228 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10229
10230         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
10231         articles.
10232
10233         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
10234         (gnus-picon-transform-address): Search for unknown faces as well.
10235         (gnus-picon-find-face): Don't search "news" for MISC.
10236         (gnus-picon-user-directories): Changed default back to exclude
10237         "unknown".
10238
10239         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
10240
10241         * gnus-picon.el (gnus-picon-find-face): Search through all
10242         databases.
10243         (gnus-picon-find-face): New implementation.
10244
10245         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
10246         keystroke.
10247         (gnus-topic-goto-next-topic): Ditto.
10248
10249         * gnus.el (gnus-summary-line-format): Changed default.
10250
10251         * nnmail.el (nnmail-extra-headers): Change default.
10252
10253         * gnus-sum.el (gnus-extra-headers): Change default.
10254
10255         * message.el (message-news-other-window): Changed "news" to
10256         "posting".
10257         (message-news-other-frame): Ditto.
10258         (message-do-send-housekeeping): Ditto.
10259
10260         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
10261         function.
10262         (gnus-article-unread-p): New function.
10263         (gnus-article-unseen-p): New function.
10264         (gnus-dead-summary-mode-map): Typo.
10265
10266         * gnus-util.el (gnus-make-predicate): New function.
10267         (gnus-make-predicate-1): New function.
10268
10269         * gnus-sum.el: New function.
10270         (gnus-map-articles): New function.
10271
10272         * gnus-art.el (gnus-treat-fold-headers): New variable.
10273         (gnus-article-treat-fold-headers): New command and keystroke.
10274
10275         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
10276         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
10277
10278 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10279
10280         * message.el (message-fcc-externalize-attachments): New variable.
10281         (message-do-fcc): Use it.
10282
10283         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
10284         (gnus-inews-do-gcc): Use it.
10285
10286         * mml.el (mml-tweak-sexp-alist): New variable.
10287         (mml-externalize-attachments): New variable.
10288         (mml-tweak-part): Use mml-tweak-sexp-alist.
10289         (mml-tweak-externalize-attachments): New function.
10290
10291 2002-01-01  Steve Youngs  <youngs@xemacs.org>
10292
10293         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
10294         'set-glyph-face' so x-face back/foreground can be set.
10295
10296 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10297
10298         * message.el (message-fix-before-sending): Fix a typo.
10299
10300 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10301
10302         * gnus-art.el (gnus-treat-smiley): Renamed command.
10303         (gnus-article-remove-images): New command and keystroke.
10304
10305         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
10306
10307         * smiley-ems.el (gnus-smiley-display): Removed.
10308
10309         * gnus.el (gnus-version-number): Update version.
10310
10311         * message.el (message-text-with-property): Renamed and moved
10312         here.
10313         (message-fix-before-sending): Highlight invisible text and place
10314         point there.
10315
10316 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10317
10318         * gnus.el: Oort Gnus v0.04 is released.
10319
10320 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10321
10322         * gnus-delay.el (gnus-delay-send-queue): Renamed.
10323
10324         * gnus-art.el (gnus-ignored-headers): More headers,
10325
10326         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
10327         of `scan-error', since XEmacs doesn't seem to support that.
10328
10329 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10330
10331         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
10332         arg.
10333         (gnus-summary-best-unread-subject): Ditto.
10334         (gnus-summary-best-unread-subject): No, don't.
10335         (gnus-summary-better-unread-subject): New command.
10336
10337         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
10338
10339         * lpath.el ((featurep 'xemacs)): fbind url function.
10340
10341         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
10342         buffer.
10343         (gnus-xmas-remove-image): Implementation that does something.
10344         (gnus-xmas-article-display-xface): Mark images properly.
10345
10346         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
10347
10348 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
10349
10350         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
10351
10352 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10353
10354         * gnus-group.el (gnus-group-line-format): Added %O to the default
10355         value.
10356
10357         * gnus-util.el (gnus-text-with-property): The smallest point is
10358         point-min.
10359
10360         * smiley-ems.el (smiley-region): Return images.
10361         (gnus-smiley-display): Allow toggling.
10362         (smiley-region): Use text properties, not overlays.
10363
10364         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
10365         implemented yet.
10366
10367         * smiley-ems.el (smiley-update-cache): Check for valid types.
10368
10369         * gnus-art.el (gnus-with-article-buffer): New macro.
10370
10371         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
10372         strings as well as the glyphs.
10373         (gnus-picon-transform-address): Ditto.
10374         (gnus-picon-insert-glyph): Ditto.
10375         (gnus-picon-transform-newsgroups): Toggle.
10376         (gnus-picon-transform-address): Toggle.
10377
10378         * gnus-ems.el (gnus-remove-image): New function.
10379         (gnus-put-image): Take an optional string.
10380
10381         * gnus-util.el (gnus-text-with-property): New function.
10382
10383         * gnus-art.el (gnus-delete-images): New function.
10384
10385         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
10386
10387         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
10388         (gnus-article-wash-status): Use it.
10389         (gnus-signature-toggle): Clean up.
10390         (gnus-add-wash-status): New function.
10391         (gnus-delete-wash-status): New function.
10392         (gnus-article-hide-text-type): Use them throughout.
10393         (gnus-add-image): New function.
10394
10395         * gnus-ems.el (gnus-article-display-xface): Use new interface.
10396
10397         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
10398         interface.
10399
10400         * gnus-art.el (article-display-x-face): Cleaned up.
10401
10402         * rfc2047.el (rfc2047-field-value): New function.
10403
10404         * mail-parse.el (mail-header-field-value): New alias.
10405
10406         * gnus-art.el (gnus-mime-print-part): Fix typos.
10407
10408         * smiley-ems.el (gnus-smiley-file-types): New variable.
10409         (smiley-update-cache): Use it.
10410         (smiley-regexp-alist): Suffix-less smiley names.
10411         (smiley-regexp-alist): Added more smileys.
10412
10413         * gnus-sum.el (gnus-print-buffer): Made into own function.
10414         (gnus-summary-print-article): Use it.
10415
10416         * mailcap.el (mailcap-mime-info): Actually return the bit that we
10417         looked for when REQUEST is a string.
10418
10419         * gnus-art.el (gnus-mime-button-commands): Add printing
10420         keystroke.
10421         (gnus-mime-copy-part): Doc fix.
10422         (gnus-mime-print-part): New command.
10423
10424 2001-12-31  Simon Josefsson  <jas@extundo.com>
10425
10426         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
10427         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
10428
10429 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10430
10431         * gnus-picon.el (gnus-treat-from-picon): Autoload.
10432         (picon): Fix doc.
10433
10434         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
10435         longer exists. Remove those codes.
10436         * gnus.el (gnus-use-picons): Ditto.
10437
10438 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10439
10440         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
10441         infloop.
10442
10443         * gnus-sum.el (t): New `W D' map.
10444
10445         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
10446         (gnus-article-treat-body-boundary): Clean up.
10447         (gnus-body-boundary-face): Removed.
10448         (gnus-article-goto-header): Moved here.
10449         (gnus-article-goto-header): Allow better regexps.
10450         (gnus-article-treat-fold-newsgroups): New command.
10451
10452         * gnus-sum.el (gnus-summary-move-article): We have to select an
10453         article to give `gnus-read-move-group-name' an opportunity to
10454         suggest an appropriate default.
10455
10456         * rfc2047.el (rfc2047-fold-line): New function.
10457         (rfc2047-unfold-line): Ditto.
10458         (rfc2047-fold-region): Don't fold just after the header name.
10459
10460         * mail-parse.el (mail-header-fold-line): New alias.
10461         (mail-header-unfold-line): Ditto.
10462
10463         * gnus-art.el (gnus-body-boundary-face): Renamed.
10464         (gnus-article-treat-body-boundary): Use it.
10465         (gnus-article-treat-body-boundary): Use an invisible header and a
10466         line of underline characters.
10467
10468 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10469
10470         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
10471
10472         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
10473         (gnus-picon-split-address): New function.
10474         (gnus-picon-find-face): Use it.
10475         (gnus-picon-transform-address): Use it. Set first to t for each
10476         address.
10477
10478         * gnus-art.el (gnus-with-article-headers): Move to here. Define
10479         the macro then use it.
10480         (gnus-treatment-function-alist): Treat picons earlier.
10481
10482 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10483
10484         * gnus-art.el (gnus-body-separator-face): New variable.
10485         (gnus-article-treat-body-boundary): Use a blank, colored line.
10486
10487         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
10488         well.
10489
10490         * gnus-art.el (gnus-treat-body-boundary): New variable.
10491         (gnus-article-treat-unfold-headers): Use helper macro.
10492         (gnus-article-treat-body-boundary): New command.
10493
10494         * gnus.el (gnus-logo-color-style): Change the default color.
10495         (gnus-splash-face): Gray, gray.
10496
10497         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
10498         colors.
10499
10500         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
10501         (gnus-logo-color-style): Ditto.
10502         (gnus-logo-colors): Ditto.
10503
10504         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
10505
10506         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
10507
10508         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
10509         (gnus-picon-transform-newsgroups): New function.
10510
10511         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
10512         string.
10513
10514         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
10515
10516         * gnus-art.el (gnus-treat-cc-picon): New variable.
10517         (gnus-treat-mail-picon): Renamed.
10518
10519         * gnus-picon.el: New implementation.
10520         (gnus-picon-find-face): Renamed.
10521         (gnus-treat-from-picon): Use it.
10522         (gnus-picon-transform-address): Renamed.
10523         (gnus-treat-from-picon): Use it.
10524         (gnus-picon-create-glyph): Renamed.
10525         (gnus-picon-transform-address): Use it.
10526         (gnus-treat-cc-picon): New command.
10527
10528         * mm-decode.el (mm-create-image-xemacs): Separated out into
10529         function.
10530         (mm-get-image): Use it.
10531
10532         * gnus-art.el (gnus-treat-display-picons): Simplify.
10533         (gnus-treat-from-picon): Renamed.
10534
10535         * gnus-ems.el (gnus-create-image): New function.
10536         (gnus-put-image): New function.
10537
10538         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
10539         (gnus-with-article-headers): New macro.
10540         (gnus-article-goto-header): New function.
10541
10542         * gnus-xmas.el (gnus-image-type-available-p): New function.
10543
10544         * gnus-ems.el (gnus-image-type-available-p): New function.
10545
10546 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10547
10548         * nnrss.el (nnrss-check-group): Find the correct tag, because
10549         xml.el is changed.
10550
10551 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10552
10553         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
10554         lines are shorter than the window width.
10555         (gnus-ignored-headers): More headers.
10556
10557 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10558
10559         * gnus-art.el (gnus-treat-unfold-lines): New variable.
10560         (gnus-treat-unfold-headers): Renamed.
10561         (gnus-article-treat-unfold-headers): New command and keystroke.
10562
10563         * rfc2047.el (rfc2047-encode-message-header): Clean up.
10564
10565         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
10566
10567 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10568
10569         * sha1-el.el (sha1-use-external): New variable.
10570         (sha1-region): Use it.
10571         (sha1-string): Ditto.
10572
10573         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
10574         * gnus-picon.el: Less warnings when compile.
10575
10576 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10577
10578         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
10579         alias.
10580         (gnus-picons-database): Default to list.
10581         (gnus-picons-lookup-internal): Use it.
10582
10583         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
10584         to "bogus".
10585
10586         * gnus-win.el (gnus-configure-windows-hook): New hook.
10587
10588 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
10589
10590         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
10591
10592 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10593
10594         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
10595         lists.
10596         (gnus-select-newsgroup): Don't append; push.
10597         (gnus-adjust-marked-articles): Remove obsolete ranges from
10598         `seen'.
10599         (gnus-update-marks): Clean up.
10600         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
10601
10602 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
10603
10604         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
10605
10606 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10607
10608         * gnus-sum.el (gnus-auto-select-subject): New variable.
10609         (gnus-summary-best-unread-subject): New function.
10610         (gnus-summary-best-unread-article): Use it.
10611         (gnus-summary-first-unseen-subject): New function and command.
10612
10613         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
10614         other treatments.
10615
10616         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
10617         function.
10618
10619         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
10620         from the list of hidden types.
10621
10622         * mm-view.el (mm-inline-text): Ditto.
10623         (mm-inline-text): Ditto.
10624         (mm-w3-prepare-buffer): Ditto.
10625
10626         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
10627
10628 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10629
10630         * gnus-art.el (gnus-ignored-headers): Added more headers.
10631
10632 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
10633
10634         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
10635         once.
10636
10637 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10638
10639         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
10640
10641 2001-12-28  Simon Josefsson  <jas@extundo.com>
10642
10643         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
10644         Jesper Harder <harder@ifa.au.dk>.
10645
10646 2001-12-27  Simon Josefsson  <jas@extundo.com>
10647
10648         * gnus-sum.el (gnus-select-newsgroup): Make
10649         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
10650         contain all articles (instead of none) when no seen marks have
10651         been set for the group.
10652         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
10653         instead, it seems to result in shorter ranges.
10654
10655 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10656
10657         * mm-util.el (mm-iso-8859-x-to-15-region): Use
10658         insert-before-markers.
10659         From Jesper Harder <harder@ifa.au.dk>
10660
10661 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
10662
10663         * nnmaildir.el (nnmaildir-save-mail): create the destination
10664         groups if they do not exist.
10665
10666 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
10669
10670 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10671
10672         * gnus-group.el (gnus-group-read-ephemeral-group): Call
10673         gnus-group-real-name.
10674
10675         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
10676         (gnus-newsgroup-variables): Ditto.
10677
10678         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
10679         return it.
10680
10681 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
10682
10683         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
10684         * nnmaildir.el (top-level): Add commentary.
10685         (nnmaildir-version): Indicate that nnmaildir is now a standard
10686         part of Gnus, not separately released.
10687
10688 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10689
10690         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
10691         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
10692         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
10693         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10694
10695 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10696
10697         * nnmaildir.el: Copyright changes. Require cl only at compile time.
10698
10699 2001-12-20  Simon Josefsson  <jas@extundo.com>
10700
10701         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
10702         ZHU <zsh@cs.rochester.edu>.
10703         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
10704         Brian P Templeton <bpt@tunes.org>.
10705
10706 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10707
10708         * nnmaildir.el: New file.
10709         From Paul Jarc <prj@po.cwru.edu>.
10710
10711 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10712
10713         * nndoc.el (nndoc-type-alist): Move forward to the end.
10714
10715 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
10718         `dolist'.
10719
10720 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10721
10722         * gnus-win.el (gnus-frames-on-display-list): New function.
10723         (gnus-get-buffer-window): Use it.
10724
10725 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10726
10727         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
10728
10729 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10730
10731         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
10732
10733 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10734            From Harald Meland <Harald.Meland@usit.uio.no>
10735
10736         * gnus-win.el (gnus-get-buffer-window): New function.
10737         (gnus-all-windows-visible-p): Use it.
10738
10739         * gnus-util.el (gnus-horizontal-recenter)
10740         (gnus-horizontal-recenter, gnus-horizontal-recenter)
10741         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
10742
10743         * gnus-score.el (gnus-score-insert-help): Use it.
10744
10745         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
10746         (gnus-generate-tree, gnus-highlight-selected-tree)
10747         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
10748         it.
10749
10750         * gnus-art.el (gnus-article-set-window-start)
10751         (gnus-mm-display-part, gnus-request-article-this-buffer)
10752         (gnus-button-next-page, gnus-button-prev-page)
10753         (gnus-article-button-next-page, gnus-article-button-prev-page):
10754         Use it.
10755
10756 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
10757
10758         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
10759         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
10760         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
10761
10762 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10763
10764         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
10765         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
10766         * mml1991.el, nnultimate.el: Add `coding'.
10767
10768 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
10769
10770         * ChangeLog: changed coding to buffer-file-coding-system
10771         * ChangeLog.1: same
10772         * nnwfm.el: same
10773         * gnus-smiley.el: same
10774         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
10775         * gnus-delay.el: same
10776         * gnus-spec.el: same
10777         * message.el: same
10778         * mml1991.el: same
10779         * nnultimate.el: same
10780
10781 2001-12-16  Simon Josefsson  <jas@extundo.com>
10782         Inspired by code by Dirk Meyer <dischi@tzi.de>.
10783
10784         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
10785         (gnus-summary-save-map): Add muttprint.
10786         (gnus-summary-make-menu-bar): Ditto.
10787         (gnus-summary-muttprint): New function.
10788
10789         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
10790
10791 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10792
10793         * uudecode.el (uudecode-decode-region-internal): Speedup by using
10794         temporary list instead of buffer.
10795
10796         * mm-url.el (executable-find): autoload.
10797
10798 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10799
10800         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
10801         to variable, follow doc-string conventions).
10802
10803 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
10804
10805         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
10806         subscribe-level
10807         * gnus-topic.el (gnus-subscribe-topics): use it.
10808
10809 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10810
10811         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
10812         messages. (A small patch with indentation)
10813         From Sean Neakums <sneakums@zork.net>.
10814
10815         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
10816         nil after shooting down the gnus-original-article-buffer.
10817
10818 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10819
10820         * uudecode.el (uudecode-use-external): New variable.
10821         (uudecode-decode-region): Automatically detect external program.
10822
10823         * binhex.el (binhex-use-external): New variable.
10824         (binhex-decode-region-internal): New function.
10825         (binhex-decode-region): Automatically detect external program.
10826
10827         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
10828         Use them.
10829
10830 2001-12-12  Simon Josefsson  <jas@extundo.com>
10831
10832         * nnvirtual.el (nnvirtual-always-rescan)
10833         (nnvirtual-component-regexp): Fix doc.
10834
10835         * nnoo.el (defvoo): Add doc to defvoo variables.
10836
10837         * nnml.el (nnml-directory, nnml-active-file)
10838         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
10839         (nnml-marks-is-evil, nnml-filenames-are-evil)
10840         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
10841
10842         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
10843         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
10844         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
10845         `error'.
10846
10847         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
10848         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
10849
10850         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
10851         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
10852         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
10853         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
10854
10855         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
10856         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
10857
10858         * imap.el, nnimap.el: Fix indentation.
10859
10860         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
10861
10862 2001-12-12  Didier Verna  <didier@xemacs.org>
10863
10864         * gnus-msg.el (gnus-group-news): New function.
10865         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
10866         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
10867         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
10868         for it.
10869         * gnus-msg.el (gnus-summary-news-other-window): New function.
10870         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
10871         bind it to `i'.
10872         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
10873         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
10874         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
10875         for it (called with a prefix).
10876         * gnus-msg.el (gnus-configure-posting-styles): add an optional
10877         group-name argument.
10878         * gnus-msg.el (gnus-setup-message): use it.
10879
10880 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10881
10882         * gnus-sum.el (gnus-summary-show-article): Fix doc.
10883
10884 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10885
10886         * mml.el (mime-to-mml): Remove Content-Disposition too.
10887
10888 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10889
10890         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
10891         * gnus-group.el (gnus-group-name-decode): Decode unibyte
10892         strings only.
10893         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10894
10895 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
10896
10897         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
10898         (nnmail-fancy-expiry-target): Use it.
10899         Suggestions from Simon Josefsson <jas@extundo.com>.
10900
10901 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10902
10903         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
10904
10905 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10906
10907         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
10908
10909         * gnus-util.el (gnus-url-unhex-string): Move here.
10910
10911 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10912
10913         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
10914         mm-url-decode-entities-nbsp.
10915
10916         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
10917         * webmail.el, nnwfm.el: Use mm-url.
10918
10919         * mm-url.el (mm-url-fetch-form): Move from nnweb.
10920         (mm-url-remove-markup): Move from nnweb.
10921         (mm-url-fetch-simple): Move from webmail.
10922
10923         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
10924
10925 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10926
10927         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
10928         (gnus-summary-print-article): Use it.
10929
10930         * gnus-util.el (gnus-replace-in-string): Typo.
10931
10932 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10933
10934         * nnweb.el (nnweb-replace-in-string): Removed.
10935
10936         * gnus-util.el (gnus-replace-in-string): New function.
10937         (gnus-mode-string-quote): Use it.
10938
10939         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
10940         * nnwfm.el (nnwfm-create-mapping): Ditto.
10941
10942 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10943
10944         * dgnushack.el (dgnushack-compile): nnrss.el and
10945         nnslashdot.el don't depend on nnweb, url, w3.
10946
10947         * nnrss.el: Use mm-url.
10948
10949 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10950
10951         * mm-url.el (mm-url-insert-file-contents): Support file:.
10952
10953 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10954
10955         * mm-view.el: Lower case for the description line. Sync from the
10956         Emacs CVS.
10957
10958 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10959
10960         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
10961         From:  Stefan Monnier  <monnier@cs.yale.edu>
10962
10963 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
10966
10967 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10968
10969         * mm-url.el: Require executable.
10970         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
10971
10972 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10973
10974         * pop3.el (pop3-munge-message-separator): Only use valid date.
10975         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
10976
10977         * Makefile.in: gnus-load.elc may not be generated.
10978
10979 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10980
10981         * mm-url.el: New file.
10982         * nnslashdot.el: Use it.
10983         * mm-extern.el (mm-extern-url): Use it.
10984
10985 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10986
10987         * gnus-sum.el (gnus-summary-save-article): Nix
10988         gnus-display-mime-function and gnus-article-prepare-hook.
10989
10990         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
10991         the beginning of lines.
10992         (gnus-complex-form-to-spec): Ditto.
10993
10994 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10995
10996         * message.el (message-make-mft): Fix the m-s-a-file regexp.
10997         From Paul Jarc <prj@po.cwru.edu>.
10998
10999 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11000
11001         * message.el: New variable message-subscribed-address-file;
11002         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
11003
11004 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11005
11006         * message.el (message-tab-body-function): Set to nil.
11007         (message-tab): Use text-mode-map or global-map.
11008         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11009
11010 2001-11-30  Simon Josefsson  <jas@extundo.com>
11011
11012         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
11013         instead of gnus-union, for speed.  Suggested by Christoph Conrad
11014         <christoph.conrad@gmx.de>.
11015         (gnus-agent-fetch-group-1): Add verbose message.
11016
11017 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11018
11019         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
11020         of integers.
11021
11022 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11023
11024         * message.el (message-newgroups-header-regexp)
11025         (message-completion-alist, message-tab-body-function): Use
11026         defcustom rather than defvar.
11027         (message-tab): Mention `message-tab-body-function' in doc.
11028         Suggested by Karl Eichwalder.
11029
11030 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11031
11032         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
11033
11034 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11035
11036         * nnheader.el (nnheader-find-nov-line): Don't use macro
11037         gnus-delete-line.
11038
11039         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
11040         (gnus-group-name-charset): Ditto.
11041
11042         * gnus-util.el (gnus-buffer-live-p): Ditto.
11043
11044 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11045
11046         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
11047         open parenthesis in doc.
11048         (sieve-manage-authenticator-alist): Typo in doc.
11049         * imap.el (imap-authenticator-alist): Typo in doc.
11050         (imap-stream-alist): Backslash.
11051
11052         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
11053           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
11054
11055 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11056
11057         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
11058
11059         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
11060
11061         * gnus-msg.el (gnus-configure-posting-styles): use
11062         make-local-hook. Add LOCAL for add-hook.
11063
11064 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
11065
11066         * message.el (message-mode): Use `make-local-hook' unless
11067         obsolete.
11068         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
11069
11070 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * canlock.el: Remove sha1.el and base64.el stuff.
11073
11074 2001-11-26  Didier Verna  <didier@xemacs.org>
11075
11076         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
11077         if needed.
11078
11079 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * message.el (message-tamago-not-in-use-p): New function.
11082         (message-strip-forbidden-properties): Use it.
11083
11084 2001-11-26  Didier Verna  <didier@xemacs.org>
11085
11086         * gnus-start.el (gnus-check-first-time-used): only check for
11087         existence of .el[d] files.
11088
11089 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11090
11091         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
11092
11093         * message.el (message-setup-1): Clean up mc-*.
11094
11095 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11096
11097         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
11098         * gnus-score.el (gnus-score-find-bnews): Use it.
11099
11100         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
11101         (gnus-summary-limit-to-author): Ditto.
11102         (gnus-summary-limit-to-extra): Ditto.
11103         (gnus-summary-find-matching): Support not-matching argument.
11104
11105 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11106
11107         * message.el (message-wash-subject): Use `insert' rather than
11108         `insert-string', which is deprecated.
11109
11110 2001-11-24  Simon Josefsson  <jas@extundo.com>
11111
11112         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
11113         message. (Gnus does not "default" to using 8bit for the message,
11114         it default to use 8bit encoding and the user-supplied CTE
11115         value. Calling this behaviour "treating it as 8bit" is perhaps
11116         better.)
11117
11118         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
11119         (compare mm-charset-to-coding-system).
11120
11121 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11122
11123         * canlock.el (canlock-sha1-with-openssl): Use unibyte
11124         buffer. Correctly decode hex.
11125
11126 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11127
11128         * gnus-agent.el (gnus-category-insert-line): Convert category
11129         names to strings.
11130
11131 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11132
11133         * message.el (sha1): eval-and-compile.
11134
11135 2001-11-20  Simon Josefsson  <jas@extundo.com>
11136
11137         * message.el (message-allow-no-recipients): New variable.
11138         (message-send): Use it, customize the prompting when posting to
11139         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
11140
11141 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11142
11143         * mm-util.el (mm-coding-system-priorities): New variable.
11144         (mm-sort-coding-systems-predicate): New function.
11145         (mm-find-mime-charset-region): Resort coding systems if needed.
11146         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11147
11148 2001-11-20  Didier Verna  <didier@xemacs.org>
11149
11150         * gnus-group.el (gnus-group-make-help-group): new optional
11151         argument to control the error behavior.
11152         * gnus-start.el (gnus-check-first-time-used): use it to avoid
11153         erroring.
11154
11155 2001-11-19  Simon Josefsson  <jas@extundo.com>
11156
11157         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
11158         instead of C-c C-u.  Suggested by Per Abrahamsen
11159         <abraham@dina.kvl.dk>.
11160
11161 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11162
11163         * nnfolder.el (nnfolder-read-folder): Use group instead of
11164         nnfolder-current-group.
11165         Suggested by Lorentey Karoly <lorentey@elte.hu>.
11166
11167 2001-11-17  Simon Josefsson  <jas@extundo.com>
11168
11169         * message.el (message-send): Ask user if Fcc/Gcc should be
11170         performed when no other sender was specified.
11171         Suggested by prj@po.cwru.edu (Paul Jarc).
11172
11173 2001-11-17  Simon Josefsson  <jas@extundo.com>
11174
11175         * message.el (message-mode, message-mode-map): Use C-c C-u for
11176         Importance: instead of C-c C-p (used by SC).
11177
11178 2001-11-16  Simon Josefsson  <jas@extundo.com>
11179
11180         * message.el (message-insert-importance-high)
11181         (message-insert-importance-low): Save point.
11182
11183         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
11184         value.
11185
11186 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
11187
11188         * message.el (message-strip-special-text-properties): New option.
11189         (message-strip-forbidden-properties): Obey it.
11190
11191 2001-11-14  Sam Steingold  <sds@gnu.org>
11192
11193         * gnus-score.el: Fixed some doc strings to properly quote symbols.
11194
11195 2001-11-15  Simon Josefsson  <jas@extundo.com>
11196
11197         Support "Importance:" header in Message.
11198
11199         * message.el (message-mode-map): Bind C-c C-p to
11200         `message-insert-or-toggle-importance'
11201         (message-mode-menu): Add message-insert-importance-{high,low}.
11202         (message-insert-importance-high, message-insert-importance-low)
11203         (message-insert-or-toggle-importance): New functions.
11204         (message-tool-bar-map): Add {un,}important.
11205         (message-mode): Doc fix.
11206
11207 2001-11-15  Simon Josefsson  <jas@extundo.com>
11208
11209         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
11210
11211         * mml.el (mml-menu): Fix toolbar tooltip.
11212
11213 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11214
11215         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
11216         * nnml.el (nnml-save-marks): Ditto.
11217
11218         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
11219
11220 2001-11-15  Simon Josefsson  <jas@extundo.com>
11221
11222         * nnml.el (nnml-save-marks):
11223         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
11224         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
11225
11226 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11227
11228         * gnus-art.el (gnus-article-wash-status-strings): Use
11229         `copy-sequence', not `copy-seq'.
11230
11231 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11232
11233         * gnus-art.el (gnus-article-wash-status-strings): New constant.
11234         (gnus-gnus-article-wash-status-entry): New function.
11235         (gnus-article-wash-status): Use it.
11236
11237 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11238
11239         * mml1991.el: Add coding header.
11240
11241 2001-11-12  Simon Josefsson  <jas@extundo.com>
11242
11243         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
11244         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
11245         `mml1991-sign' and `mml1991-encrypt'.
11246         (mml1991-encrypt, mml1991-sign): New glue functions.
11247         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
11248
11249         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
11250         (mml-menu): Add PGP to menu.
11251
11252         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
11253         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
11254         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
11255         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
11256
11257         * mml2015.el: Mention RFC 3156.
11258
11259         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
11260
11261 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11262
11263         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
11264
11265         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
11266           From <Michael.Cook@cisco.com>
11267
11268 2001-11-11  Simon Josefsson  <jas@extundo.com>
11269
11270         * message.el (top-level): Autoload sha1.
11271         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
11272         canlock, no need to require two different hash algs).  Suggested
11273         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
11274
11275 2001-11-09  Simon Josefsson  <jas@extundo.com>
11276
11277         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
11278         <Pavel@Janik.cz>.
11279
11280 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11281
11282         * message.el (message-point-in-header-p): New function.
11283         (message-do-auto-fill): Use it.
11284         (message-beginning-of-line): New function.  Goes to beginning of
11285         header value (i.e., end of header name), or to beginning of line
11286         if already at beginning of value.  Behaves like
11287         `beginning-of-line' when in message body.
11288         (message-mode-map): Bind it.
11289
11290 2001-11-08  Simon Josefsson  <jas@extundo.com>
11291
11292         * gnus-msg.el (gnus-posting-styles): Add doc.
11293
11294 2001-11-07  Simon Josefsson  <jas@extundo.com>
11295
11296         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
11297
11298         * sieve-mode.el (sieve-control-commands-face)
11299         (sieve-control-commands-face, sieve-action-commands-face)
11300         (sieve-test-commands-face, sieve-tagged-arguments-face): New
11301         faces.
11302         (sieve-font-lock-keywords): Use them.
11303         (sieve-mode): Only set font-lock-defaults in emacs.
11304
11305         * gnus-art.el (gnus-default-article-saver): Add
11306         gnus-summary-save-body-in-file.
11307         (gnus-summary-write-to-file): Fix doc.
11308
11309 2001-11-07  Simon Josefsson  <jas@extundo.com>
11310
11311         * gnus-art.el (gnus-treat-highlight-signature): Add cross
11312         reference to the correct chapter in the manual.
11313
11314         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
11315         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
11316
11317 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11318
11319         * mml.el (mml-preview): Bind mail-header-separator.
11320
11321 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * message.el: Always require canlock.
11324         (message-ignored-supersedes-headers): Include Cancel-Lock and
11325         Cancel-Key.
11326         (message-insert-canlock): Don't require canlock.
11327         (message-cancel-news): Don't check whether canlock is available.
11328         (message-supersede): Support cancel-locks.
11329
11330         * gnus-art.el: Don't autoload canlock.
11331
11332 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11333
11334         * mail-source.el (mail-source-fetch-imap): ASYNC param.
11335         From: <andre@slamdunknetworks.com>
11336
11337 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11338
11339         * many files: Fix copyright lines.
11340
11341 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11342
11343         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
11344         Suggested by Dave Love  <fx@gnu.org>.
11345
11346 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11347
11348         * message.el (message-kill-buffer): Remove auto-save file after
11349         confirm.
11350
11351         * message.el (message-send-mail): Call message-generate-headers
11352         once.  Suggested by Matt Armstrong <matt@lickey.com>.
11353
11354         * gnus-topic.el (gnus-topic-rename): Initial-input.
11355         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
11356
11357 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11358
11359         * message.el (message-forbidden-properties): New constant.
11360         (message-strip-forbidden-properties): New function.
11361         (message-mode): Activate it.
11362
11363 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11364
11365         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
11366         (mm-hack-charsets): Fix doc.
11367
11368 2001-11-02  Simon Josefsson  <jas@extundo.com>
11369
11370         * gnus-int.el (gnus-check-server): Message "...done" when done.
11371
11372         * imap.el (imap-close): Don't message (imap-send-command-wait
11373         returns if the connection is dropped).
11374         (imap-wait-for-tag): Nix out message only when necessary.
11375
11376         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
11377         for non-crossposting.
11378         (gnus-sieve-crosspost): Default to t to be consistent with other
11379         parts of Gnus.
11380
11381 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11382
11383         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
11384         (mm-iso-8859-x-to-15-table): Ditto.
11385         (mm-iso-8859-x-to-15-region): Ditto.
11386         (mm-find-mime-charset-region): Ditto.
11387
11388 2001-11-01  Simon Josefsson  <jas@extundo.com>
11389
11390         * nnimap.el (nnimap-close-asynchronous): New variable.
11391         (nnimap-close-group): Use it.
11392         (nnimap-expunge): Don't use it.
11393
11394         * imap.el (imap-callbacks): New variable.
11395         (imap-remassoc): Copied from `gnus-remassoc'.
11396         (imap-add-callback): New function.
11397         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
11398         behaviour.
11399         (imap-parse-response): Call the callback.
11400
11401         * message.el (message-insert-canlock): New variable.
11402         (message-canlock-generate, message-canlock-password)
11403         (message-insert-canlock): New functions.
11404         (message-send-news): Call `message-insert-canlock'.
11405         (top-level): Require canlock when compiling.
11406         (message-insert-canlock): Require canlock before we need it.
11407
11408 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11409
11410         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
11411
11412 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11413
11414         * dgnushack.el (dgnushack-make-load): A workaround for
11415         custom-add-loads bug in some versions of XEmacs.
11416
11417 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11418
11419         * mm-util.el (mm-charset-synonym-alist): Revert (some).
11420
11421 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11422
11423         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
11424         (mm-hack-charsets): New variable.
11425         (mm-iso-8859-15-compatible): New variable.
11426         (mm-iso-8859-x-to-15-table): New variable.
11427         (mm-find-mime-charset-region): Add parameter hack-charsets.
11428
11429         * mm-bodies.el (mm-encode-body): Use it.
11430         * mml.el (mml-parse-1): Ditto.
11431
11432 2001-11-01  Simon Josefsson  <jas@extundo.com>
11433
11434         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
11435
11436 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11437
11438         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
11439         is nil.
11440
11441 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11442
11443         * smiley-ems.el (smiley-update-cache): Auto detect file type.
11444
11445         * message.el (message-forward-rmail-make-body): Use
11446         save-window-excursion.
11447         (message-encode-message-body): Search with noerror.
11448         (message-setup-1): Convert compose-mail send-actions to
11449         message-send-actions.
11450
11451 2001-11-01  Simon Josefsson  <jas@extundo.com>
11452
11453         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
11454         <yamaoka@jpl.org>.
11455
11456 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11457
11458         * sieve-manage.el (sieve-string-bytes): No complain.
11459
11460 2001-11-01  Simon Josefsson  <jas@extundo.com>
11461
11462         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
11463         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
11464         has autoload cookies, so no `require' should be necessary.)
11465
11466         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
11467         files.
11468
11469 2001-10-31  Simon Josefsson  <jas@extundo.com>
11470
11471         * gnus-cus.el (gnus-group-parameters): Support integer `display'
11472         parameter.
11473
11474         * gnus-sum.el (gnus-select-newsgroup): If group parameter
11475         `display' is a number (and C-u wasn't used to enter group), only
11476         fetch that number of articles.
11477
11478 2001-10-31  Matt Armstrong  <matt@lickey.com>
11479
11480         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
11481         not-subscribed -> subscribed.
11482
11483 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11484         From: Josh Huber <huber@alum.wpi.edu>
11485
11486         * message.el (message-subscribed-address-functions): New variable.
11487         (message-subscribed-addresses): New variable.
11488         (message-subscribed-regexps): New variable.
11489         (message-goto-mail-followup-to): New function.
11490         (message-send-mail): Add Mail-Followup-To.
11491         (message-make-mft): New function.
11492
11493         * gnus.el (gnus-find-subscribed-addresses): New function.
11494
11495 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11496
11497         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
11498         (mail-source-fetch-pop): Ditto.
11499         (mail-source-check-pop): Ditto.
11500
11501         * gnus-start.el (gnus-read-init-file): Ditto.
11502         (gnus-activate-group): Ditto.
11503         (gnus-read-newsrc-el-file): Ditto.
11504
11505 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11506
11507         * message.el (message-get-reply-headers): Make sure there is ", ".
11508
11509         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
11510         mm-coding-system-p. Don't correct it only in XEmacs.
11511         (mm-charset-to-coding-system): Use mm-coding-system-p and
11512         mm-get-coding-system-list.
11513         (mm-emacs-mule, mm-mule4-p): New variables.
11514         (mm-enable-multibyte, mm-disable-multibyte,
11515         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
11516         mm-with-unibyte-current-buffer,
11517         mm-with-unibyte-current-buffer-mule4): Use them.
11518         (mm-find-mime-charset-region): Treat iso-2022-jp.
11519
11520         From  Dave Love  <fx@gnu.org>:
11521
11522         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
11523         construction.
11524         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
11525         entries conditional on not having a coding system defined for
11526         them.
11527         (mm-mule-charset-to-mime-charset): Use
11528         find-coding-systems-for-charsets if defined.
11529         (mm-charset-to-coding-system): Don't use
11530         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
11531         later.  Add last resort search of coding systems.
11532         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
11533         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
11534         Mule 4.
11535         (mm-find-mime-charset-region): Re-write.
11536         (mm-with-unibyte-current-buffer): Restore buffer as well as
11537         multibyteness.
11538
11539 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11540
11541         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
11542         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
11543         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
11544
11545 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11546
11547         * gnus-art.el (article-display-x-face): Nix buffer-read-only
11548         again.
11549
11550         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
11551
11552 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11553
11554         * gnus-spec.el (gnus-parse-simple-format): Use
11555           buffer-substring-no-properties.
11556
11557 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * gnus-art.el (article-verify-cancel-lock): New function.
11560
11561         * nnheader.el (nntp-process-response): New variable.
11562         (nnheader-init-server-buffer): Make `nntp-process-response'
11563         buffer-local in `nntp-server-buffer'.
11564
11565         * nntp.el (nntp-prepare-post-hook): New hook.
11566         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
11567         (nntp-async-trigger): Ditto.
11568         (nntp-request-post): Insert a server's ID if there's no Message-ID
11569         header; run `nntp-prepare-post-hook'.
11570
11571 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11572
11573         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
11574         instead.
11575
11576         * message.el (message-forward-subject-author-subject): Don't use
11577         message-news-p, which widens the buffer.
11578         (message-forward-make-body): New function.
11579         (message-forward): Use it.
11580         (message-insinuate-rmail): New function.
11581         (message-forward-rmail-make-body): New function.
11582
11583 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11584
11585         * mm-extern.el (mm-extern): Provide it.
11586
11587         * mm-partial.el (mm-partial): Provide it.
11588
11589 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11590
11591         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
11592
11593 2001-10-29  Simon Josefsson  <jas@extundo.com>
11594
11595         * mml.el (mml-preview): Bind message-this-is-news if it is
11596         news. From Jesper Harder <harder@myrealbox.com>.
11597
11598 2001-10-28  Simon Josefsson  <jas@extundo.com>
11599
11600         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
11601
11602 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
11603
11604         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
11605         ironic smilies.
11606
11607 2001-10-27  Simon Josefsson  <jas@extundo.com>
11608
11609         * message.el (message-indent-citation): Don't add trailing
11610         whitespace when citing text.
11611
11612         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
11613         <harder@ifa.au.dk>.
11614
11615 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11616
11617         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
11618         not available.
11619         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
11620         (nnweb-type-definition): Add google as alias of dejanews.
11621         (nnweb-google-parse-1): Forward 1 line.
11622
11623 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11624
11625         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
11626         variable `message-forward-ignored-headers'.
11627
11628 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
11629
11630         * gnus.el (gnus-expand-group-parameter): New function.
11631         (gnus-expand-group-parameters): Call it.
11632         (gnus-group-fast-parameter): New function.
11633         (gnus-group-find-parameter): Call it.
11634
11635 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11636
11637         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
11638         vector (it didn't before because of a bug).
11639         * gnus-msg.el (gnus-post-news): Use header vector directly, if
11640         available.  Before it converted it to an article number.
11641
11642         This makes followup to news articles with negative numbers in
11643         nnvirtual groups use news instead of mail.
11644
11645 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11646
11647         * gnus.el (post-method): Use `native' instead of `nil'.
11648
11649         * gnus-msg.el (gnus-post-method): Ditto.
11650
11651 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11652
11653         * gnus.el (gnus-define-group-parameter): Grammar fix.
11654
11655 2001-10-22  Simon Josefsson  <jas@extundo.com>
11656
11657         * gnus-msg.el (gnus-extended-version): Include
11658         system-configuration.
11659         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
11660
11661 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
11662
11663         * gnus.el (post-method): Customization fix: `native' is not a
11664         valid value.
11665         * gnus-msg.el (gnus-post-method): Doc and customization fix:
11666         `native' is not a valid value.
11667
11668 2001-10-21  Simon Josefsson  <jas@extundo.com>
11669
11670         * nnimap.el (nnimap): Defgroup
11671         (nnimap-strict-function, nnimap-strict-function-match): New
11672         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
11673         (nnimap-split-crosspost, nnimap-split-inbox)
11674         (nnimap-split-rule, nnimap-split-predicate)
11675         (nnimap-split-predicate): Defcustom.
11676         (nnimap-split-inbox, nnimap-expunge-search-string)
11677         (nnimap-importantize-dormant): Remove "*" from doc.
11678
11679 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11680
11681         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
11682         not supplied via prefix arg.  From Lisp, make arg mandatory.
11683         Suggested by Frank Schmitt.
11684
11685 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11686
11687         * message.el (message-do-auto-fill): Avoid calling
11688         'rfc822-goto-eoh'.
11689
11690 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11691         From Paul Jarc <prj@po.cwru.edu>.
11692
11693         * message.el (message-get-reply-headers): Restructure the logic
11694         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
11695
11696 2001-10-20  Simon Josefsson  <jas@extundo.com>
11697
11698         * message.el (message-cancel-news): Support cancel-locks.
11699         Suggested by Per Abrahamsson.
11700
11701         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
11702         conses.  From David Z Maze <dmaze@MIT.EDU>.
11703
11704         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
11705
11706 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11707
11708         * mm-decode.el (mm-default-directory): Fix customize type.
11709
11710         * message.el (message-setup-fill-variables): Kludge to use
11711         normal-auto-fill-function even if auto fill is already activated.
11712
11713 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11714
11715         * message.el (message-do-auto-fill): New version that does not
11716         rely on text properties, by Simon Josefsson <jas@extundo.com>.
11717         (message-setup-1): Removed the `message-field' property.
11718
11719         * gnus-draft.el (gnus-draft-edit-message): Removed the
11720         `message-field' property.
11721
11722 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11723
11724         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
11725         `message-field'.  The `field' property has a special significance in
11726         Emacs 21.
11727
11728         * message.el (message-send, message-setup-1): Ditto.
11729
11730 2001-10-18  Simon Josefsson  <jas@extundo.com>
11731
11732         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
11733         when undoing.
11734
11735 2001-10-18  Simon Josefsson  <jas@extundo.com>
11736         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
11737
11738         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
11739         (gnus-summary-make-menu-bar): Ditto.
11740
11741 2001-10-17  Simon Josefsson  <jas@extundo.com>
11742
11743         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
11744         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
11745
11746 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11747
11748         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
11749         * gnus-util.el (gnus-user-date): New function.
11750         From Frank Schmitt <usenet@Frank-Schmitt.net>.
11751
11752 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11753
11754         * message.el (message-check-news-header-syntax): Special case
11755         nnvirtual groups.
11756
11757         * gnus-sum.el (gnus-summary-respool-default-method): Changed
11758         customize type to `symbol'.
11759
11760 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11761
11762         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
11763         %&foo;.
11764         (gnus-parse-simple-format): Support user extended spec too.
11765         %u&foo; invokes gnus-user-format-function-foo.
11766
11767 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11768
11769         * nnml.el (nnml-request-expire-articles): Make sure it is back to
11770         the server.
11771         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11772         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11773         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11774         * nndiary.el (nndiary-request-expire-articles): Ditto.
11775         (nndiary-schedule): Defsubst it before use it.
11776         (nndiary-error): eval-and-compile.
11777
11778 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11779
11780         * gnus-msg.el (gnus-post-method): Changed two instances of
11781         `active' to `current' and one `null' to `not'.
11782
11783 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11784         From Katsumi Yamaoka <yamaoka@jpl.org>.
11785
11786         * message.el (message-setup-fill-variables): Use
11787         `normal-auto-fill-function' instead of `auto-fill-function'.
11788
11789 2001-10-16  Simon Josefsson  <jas@extundo.com>
11790
11791         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
11792         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
11793         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
11794
11795 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11796         Patch by Oliver Scholz <oscholz@my.gnus.org>.
11797
11798         * gnus-draft.el (gnus-draft-edit-message): Add text property
11799         `field' with value `header' to message headers.
11800         * message.el (message-setup-1): Really add text property to all of
11801         the header, not just part of it.
11802
11803 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11804
11805         * gnus-group.el (gnus-group-sort-by-server): Use it.
11806
11807         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
11808
11809         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
11810         and keystroke.
11811
11812 2001-10-14  Simon Josefsson  <jas@extundo.com>
11813
11814         * dig.el: Doc fix.
11815
11816         * smime.el: Doc fix.
11817
11818         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
11819         charset magic from message.el.
11820
11821 2001-10-12  Simon Josefsson  <jas@extundo.com>
11822         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
11823
11824         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
11825         'cite from g-a-wash-types.
11826         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
11827         (gnus-article-hide-citation): Fix.
11828
11829         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
11830         character.
11831         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
11832
11833         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
11834         definition.
11835         (gnus-signature-toggle): Toggle `s' mode line character.
11836
11837         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
11838         doing stuff that clears it.
11839
11840 2001-10-12  Simon Josefsson  <jas@extundo.com>
11841
11842         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
11843         From Eric Marsden <emarsden@laas.fr>.
11844
11845 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11846
11847         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
11848         (autoload): Add some autoloads.
11849
11850 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11851         Suggested by Oliver Scholz <epameinondas@gmx.de>.
11852
11853         * message.el (message-do-auto-fill): New function.  Like
11854         `do-auto-fill' but don't fill when in the message header.
11855         (message-setup-1): Put a text property on the message header.
11856         (message-setup-fill-variables): Use `message-do-auto-fill'.
11857
11858 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11859
11860         * message.el (message-send-mail-partially): Insert an empty line
11861         first, because of the change of message-make-lines.
11862
11863 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
11864
11865         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
11866         iso-8859-15, make it an alias for iso-8859-1.
11867
11868 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * message.el (message-send-news): Don't modify the value of
11871         `message-syntax-checks' if it is not a list (possibly it is
11872         `dont-check-for-anything-just-trust-me').
11873
11874 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * gnus-group.el (gnus-group-name-charset-group-alist): Use
11877         `find-coding-system' for XEmacs to check whether the coding-system
11878         `utf-8' is available.
11879
11880 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11881
11882         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
11883
11884 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
11885
11886         * message.el (message-send-news): Oops, missed case with no
11887         "Followup-To" header...
11888
11889 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
11890
11891         * message.el (message-send-news): Allow
11892         `gnus-group-name-charset-group-alist' to affect encoding of the
11893         "Newsgroups" and "Followup-To" headers.
11894
11895 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11896
11897         * Makefile.in (install-el): Depend on gnus-load.el.
11898
11899 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11900
11901         * Makefile.in (install-el): Use -f.
11902         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
11903
11904 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
11905
11906         * message.el (message-send-news): Don't encode Followups-To when
11907         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
11908
11909         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
11910         header.
11911
11912         * gnus-art.el (article-decode-group-name): Also decode
11913         "Followup-To".
11914
11915         * rfc2047.el (rfc2047-encode-message-header): Encode without
11916         asking for null methods.
11917
11918         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
11919         default charset for newsgroup names in accordance with USEFOR.
11920
11921         * gnus-group.el (gnus-group-name-charset-method-alist,
11922         gnus-group-name-charset-group-alist): Removed "*" from doc
11923         strings, "*" should not be used for complex variables.
11924
11925 2001-10-06  Simon Josefsson  <jas@extundo.com>
11926
11927         Support UTF-8 group names better.
11928
11929         * message.el (message-check-news-header-syntax): Encode group
11930         names before comparison.
11931
11932         * gnus-msg.el (gnus-copy-article-buffer): Run all
11933         `gnus-article-decode-hook's except `article-decode-charset'
11934         instead of hardcoding call to one of them.
11935
11936         * gnus-art.el (gnus-article-decode-hook): Add
11937         `article-decode-group-name'.
11938         (article-decode-group-name): New function, use `g-d-n'.
11939
11940         * gnus-group.el (gnus-group-insert-group-line): Decode
11941         gnus-tmp-group using `g-d-n'.
11942
11943         * gnus-util.el (gnus-decode-newsgroups): New function.
11944
11945 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11946
11947         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
11948         `gnus-group-name-charset-group-alist'.
11949
11950 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11951
11952         * Makefile.in: Install el in install. Add uninstall.
11953
11954 2001-10-05  Simon Josefsson  <jas@extundo.com>
11955
11956         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
11957
11958         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
11959
11960         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
11961         empty folders.
11962
11963         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
11964         limiting if read-all (C-u RET) was used.
11965
11966 2001-10-04  Simon Josefsson  <jas@extundo.com>
11967
11968         * mail-source.el (mail-source-movemail-program): New variable.
11969         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
11970         <thutt@thutt.vmware.com>.
11971
11972 2001-10-03  Simon Josefsson  <jas@extundo.com>
11973
11974         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
11975         (gnus-summary-line-format-alist): Fix param.
11976
11977 2001-10-02  Simon Josefsson  <jas@extundo.com>
11978
11979         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
11980         don't go through `nnimap-request-expire-articles' to delete the
11981         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
11982
11983 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11984
11985         * gnus-agent.el (gnus-agent-write-active): The min in the
11986         agent/active may be larger than that in the server/active.
11987
11988 2001-10-01  Simon Josefsson  <jas@extundo.com>
11989
11990         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
11991         is IMAP4rev1.
11992
11993         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
11994
11995         * nnfolder.el: Ditto.
11996
11997 2001-09-30  Dan Christensen  <jdc@uwo.ca>
11998
11999         * gnus-sum.el (gnus-summary-extract-address-component): New function.
12000         (gnus-summary-from-or-to-or-newsgroups): Optimize.
12001
12002 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12003
12004         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
12005         (message-mode-menu): Menu item for same.
12006
12007         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
12008         delayed articles.
12009
12010         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
12011         nndraft:delayed does not exist.
12012         (gnus-delay-initialize): Don't set up keymap, that's done from
12013         message.el now.
12014         (gnus-delay, gnus-delay-group, gnus-delay-header)
12015         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
12016
12017 2001-09-29  Simon Josefsson  <jas@extundo.com>
12018
12019         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
12020         utf-8, not eight-bit-control.
12021
12022         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
12023         (imap-log, imap-debug): Custom.
12024         (imap-log-buffer, imap-debug-buffer): New constants.
12025         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
12026         (imap-network-open, imap-shell-open, imap-starttls-open)
12027         (imap-send-command-1, imap-send-command, imap-arrival-filter)
12028         (imap-debug): Use imap-*-buffer.
12029
12030         * nndoc.el (nndoc-article-type): Add mailman.
12031         (nndoc-type-alist): Ditto.
12032         (nndoc-mailman-type-p): New function.
12033
12034 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12035
12036         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
12037         gnus-art.el.
12038
12039 2001-09-27  Simon Josefsson  <jas@extundo.com>
12040
12041         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
12042         (gnus-topic-catchup-articles): New function. Suggested by Robin
12043         S. Socha <robin-dated-1001857693.185e29@socha.net>.
12044
12045 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12046         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
12047
12048         * gnus-ems.el (gnus-article-display-xface): Insert xface after
12049         previous ones.
12050
12051 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12052         From Daiki Ueno  <ueno@unixuser.org>
12053
12054         * gnus-sum.el (gnus-summary-show-article): The arglist of
12055         detect-coding-region is incompatible.
12056
12057 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12058         From Katsuhiro Hermit Endo <hermit@koka-in.org>
12059
12060         * gnus-group.el (gnus-group-delete-group): Typo.
12061
12062 2001-09-26  Simon Josefsson  <jas@extundo.com>
12063
12064         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
12065
12066         * nnimap.el (nnimap-expiry-target): Use temp buffer.
12067
12068 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12069
12070         * gnus-cus.el (gnus-group-parameters): Display as sexp.
12071
12072 2001-09-22  Simon Josefsson  <jas@extundo.com>
12073
12074         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
12075
12076         * nnfolder.el (nnfolder-open-marks): Ditto.
12077
12078         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
12079         (gnus-update-marks): Use it.
12080         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
12081         hardcoded list.
12082
12083         * gnus.el (gnus-article-special-mark-lists): Add killed.
12084         (gnus-article-unpropagated-mark-lists): New constant.
12085
12086 2001-09-22  Simon Josefsson  <jas@extundo.com>
12087
12088         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
12089         custom option.
12090
12091 2001-09-23  Simon Josefsson  <jas@extundo.com>
12092
12093         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
12094
12095 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12096
12097         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
12098
12099 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
12100
12101         * gnus-group.el (gnus-group-sort-function): Fix customize type to
12102         accept lists of functions.
12103
12104 2001-09-20  Simon Josefsson  <jas@extundo.com>
12105
12106         * gnus-group.el (gnus-group-catchup): Update expire marks in
12107         backend.  Also, if ALL also set expire marks on tick/dormant.
12108
12109 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12110
12111         * message.el (message-tab-body-function): New variable.
12112         * message.el (message-tab): Use it.
12113
12114 2001-09-19  Sam Steingold  <sds@gnu.org>
12115
12116         * gnus-win.el (gnus-buffer-configuration): Respect
12117         `gnus-bug-create-help-buffer'.
12118
12119 2001-09-18  Simon Josefsson  <jas@extundo.com>
12120
12121         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
12122         (gnus-parse-simple-format): Re-revert.
12123
12124 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
12125         Trivial patch.
12126
12127         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
12128         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
12129
12130 2001-09-18  Simon Josefsson  <jas@extundo.com>
12131
12132         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
12133         signed.
12134         (gnus-parse-simple-format): Don't use it.
12135
12136 2001-09-17  Miles Bader  <miles@gnu.org>
12137
12138         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
12139         error querying a backend abort the whole process.
12140
12141 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12142
12143         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
12144         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
12145
12146 2001-09-17  Didier Verna  <didier@xemacs.org>
12147
12148         * nndiary.el: version 0.2-b14.
12149         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
12150         compatibility problem with XEmacs 21.1.
12151
12152 2001-09-15  Simon Josefsson  <jas@extundo.com>
12153
12154         * gnus-group.el (gnus-group-line-format): Document %c.
12155
12156         * nnml.el (nnml-parse-head): Handle CRLF files.
12157         (nnml-generate-nov-file): Ditto.
12158         (nnml-retrieve-headers): Ditto.
12159
12160 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
12161
12162         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
12163
12164 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
12165
12166         * gnus-spec.el (gnus-correct-substring): Still stopped one
12167         character before we wanted (never included last character).
12168         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
12169         add missing "," (once per function)
12170
12171 2001-09-14  Simon Josefsson  <jas@extundo.com>
12172
12173         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
12174         (otherwise e.g. gnus-agentize in .gnus overrides the customized
12175         default before gnus-group is loaded and the variable set.)
12176
12177         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
12178         killed or unsent marks.
12179
12180         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
12181         isn't an article to set it on (e.g. when you `a' in a group).
12182
12183 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12184
12185         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
12186         can read e-mails from Microsoft Outlook users not using ISO
12187         8859-2 character set.
12188
12189 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12190
12191         * gnus-diary.el: Minor modifications to avoid warnings.
12192         (gnus-summary-misc-menu): defvar.
12193         (gnus-diary-check-message): Use gnus-point-at-eol.
12194         (gnus-diary-kill-entire-line): eval-and-compile.
12195
12196 2001-09-12  Didier Verna  <didier@xemacs.org>
12197
12198         * nndiary.el: new version (0.2-b13).
12199         * nndiary.el (nndiary-mail-sources): doc update.
12200         * nndiary.el (nndiary-split-methods): ditto.
12201         * nndiary.el (nndiary-request-accept-article-hooks): New.
12202         * nndiary.el (nndiary-request-accept-article): use it, check
12203         message validity.
12204         * nndiary.el (nndiary-get-new-mail): changed default to nil.
12205         * nndiary.el (nndiary-schedule): fix bug (misplaced
12206         condition-case): it didn't return nil on error.
12207         * gnus-diary.el: new version.
12208         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
12209         * gnus-diary.el (gnus-diary-header-value-history): New.
12210         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
12211         * gnus-diary.el (gnus-diary-add-header): New.
12212         * gnus-diary.el (gnus-diary-check-message): New.
12213         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
12214         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
12215
12216 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12217
12218         * gnus-sum.el (gnus-select-newsgroup): Make
12219         `gnus-current-select-method' buffer-local.
12220
12221         * gnus-art.el (gnus-request-article-this-buffer): Refer
12222         `gnus-current-select-method' in the current summary buffer.
12223
12224 2001-09-10  Simon Josefsson  <jas@extundo.com>
12225         From Daniel Pittman <daniel@rimspace.net>
12226
12227         * gnus-spec.el (gnus-correct-pad-form): Fix.
12228
12229 2001-09-09  Simon Josefsson  <jas@extundo.com>
12230
12231         * mm-decode.el (mm-inline-media-tests): Add
12232         application/x-emacs-lisp.
12233         (mm-attachment-override-types): Add
12234         application/{x-,}pkcs7-signature.
12235
12236         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
12237         (gnus-server-line-format, gnus-server-mode-line-format)
12238         (gnus-server-browse-in-group-buffer): Customize.
12239
12240 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12241
12242         * nnml.el (nnml-marks-changed-p): Typo.
12243         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
12244         (nnml-marks-changed-p): Use gnus-gethash.
12245         (nnml-marks-modtime): Use gnus-make-hashtable.
12246
12247         * nnfolder.el (nnfolder-marks-changed-p): Typo.
12248         (nnfolder-request-expire-articles, nnfolder-save-marks)
12249         (nnfolder-open-marks): Typo.
12250         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
12251         (nnfolder-marks-changed-p): Use gnus-gethash.
12252         (nnfolder-marks-modtime): Use gnus-make-hashtable.
12253
12254 2001-09-08  Simon Josefsson  <jas@extundo.com>
12255
12256         * nnfolder.el (nnfolder-marks-modtime): New variable.
12257         (nnfolder-marks-changed-p): New function.
12258         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
12259         (nnfolder-request-update-info): Don't update if marks didn't change.
12260
12261         * nnml.el (nnml-marks-modtime): New variable.
12262         (nnml-marks-changed-p): New function.
12263         (nnml-save-marks, nnml-open-marks): Save modtime.
12264         (nnml-request-update-info): Don't update if marks didn't change.
12265
12266         * gnus-agent.el (gnus-agent-any-covered-gcc)
12267         (gnus-agent-add-server, gnus-agent-remove-server): Use
12268         gnus-agent-method-p.
12269
12270         * gnus-art.el (gnus-buttonized-mime-types): New variable.
12271         (gnus-unbuttonized-mime-type-p): Use it.
12272
12273         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
12274         fetch group.
12275
12276 2001-09-08  Simon Josefsson  <jas@extundo.com>
12277         From Daniel Pittman <daniel@rimspace.net>
12278
12279         * gnus-spec.el (gnus-correct-pad-form): New function.
12280         (gnus-parse-simple-format): Use it.
12281
12282 2001-09-07  Simon Josefsson  <jas@extundo.com>
12283
12284         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
12285         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
12286         Putnam <reader@newsguy.com>.
12287         (gnus-group-sort-selected-groups): Touch dribble file.
12288
12289 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
12290
12291         * nnml.el (nnml-filenames-are-evil): New variable.
12292         (nnml-article-to-file-alist): Rename to ...
12293         (nnml-current-group-article-to-file-alist): ... this.
12294         Respect `nnml-filenames-are-evil'.
12295         (nnml-active-number): Update.
12296         (nnml-update-file-alist): Update.
12297         (nnml-request-article): Use nnheader-article-to-file-alist.
12298         (nnml-request-rename-group): Likewise.
12299
12300 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * gnus-sum.el (gnus-summary-insert-line): Fix.
12303
12304 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
12305
12306         * gnus-sum.el: Bind g-s-t-s to "W g".
12307         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
12308         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
12309         display of graphical smilies.
12310
12311 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12312
12313         * gnus-start.el (gnus-setup-news): A typo.
12314         From Bill White <billw@wolfram.com>.
12315
12316 2001-09-06  Simon Josefsson  <jas@extundo.com>
12317
12318         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
12319         and unseen marks.
12320
12321 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12322
12323         * nnmail.el (nnmail-split-fancy): Document `junk'.
12324
12325 2001-09-04  Simon Josefsson  <jas@extundo.com>
12326
12327         * imap.el (imap-search): Don't error if server is broken.
12328
12329 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
12330
12331         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
12332         searching for an article that isn't in the mbox.
12333
12334 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12335
12336         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
12337         right, and get all the comments.
12338
12339 2001-09-02  Simon Josefsson  <jas@extundo.com>
12340         Suggested by Dan Christensen <jdc+news@uwo.ca>
12341
12342         * nnfolder.el (nnfolder-request-update-info): Fix message.
12343
12344         * nnml.el (nnml-request-update-info): Ditto.
12345
12346 2001-09-01  Simon Josefsson  <jas@extundo.com>
12347
12348         * nnml.el (nnml-request-expire-articles): Also bind
12349         `nnml-current-group' and `nnml-article-file-alist' when using
12350         expiry-target. (Otherwise nnml will be in a inconsistent internal
12351         state causing all kind of problems.)
12352         (nnml-request-expire-articles): If `nnml-article-to-file' or
12353         `file-attributes' failes, return article as un-expirable instead
12354         of treating it as expired.
12355
12356 2001-08-31  Sam Steingold  <sds@gnu.org>
12357
12358         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
12359         typo: `exmine' --> `examine'.
12360
12361 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12362
12363         * nndoc.el (nndoc-forward-type-p): It is not a digest.
12364
12365 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12366
12367         * nnml.el (nnml-check-directory-twice): Remove.
12368         (nnml-retrieve-headers): Ditto.
12369         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
12370
12371 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12372
12373         * nnheader.el (nnheader-directory-files-is-safe): No need to read
12374         directory twice on Windows, or on GNU Emacs-21.
12375
12376 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12377
12378         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
12379         (nnml-request-rename-group): Ditto.
12380         (nnml-active-number): Ditto.
12381         (nnml-request-create-group): Use nnml-directory-articles.
12382         (nnml-request-expire-articles): Use nnml-directory-articles, which
12383         gets list from nov database if available.
12384         (nnml-get-nov-buffer): New function.
12385         (nnml-open-nov): Use it.
12386         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
12387         gets alist from nov database if available.
12388         (nnml-directory-articles): New function.
12389         (nnml-article-to-file-alist): New function.
12390
12391 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12392
12393         * mm-decode.el (mm-display-external): Use `name' as filename, if
12394         `filename' attribute is not present.
12395
12396 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12397
12398         * mail-source.el (mail-source-flash): New defcustom.
12399         (mail-source-new-mail-p): Ring visible bell if appropriate.
12400         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
12401         timer is cleared even if mail check signals an error.
12402
12403 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12404
12405         * gnus-sum.el (gnus-summary-move-article): Only update marks of
12406         type 'list.
12407
12408 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12409
12410         * flow-fill.el (fill-flowed): eol might be point-max.
12411
12412 2001-08-27  Simon Josefsson  <jas@extundo.com>
12413
12414         * nnml.el (nnml-request-update-info): Fix message.
12415         (nnml-open-marks): Ditto.
12416
12417         * nnfolder.el (nnfolder-request-update-info):
12418         (nnfolder-open-marks): Fix message.
12419
12420 2001-08-25  Simon Josefsson  <jas@extundo.com>
12421
12422         * nnfolder.el (nnfolder-save-marks): Don't create directory named
12423         after group in ~/.
12424
12425 2001-08-25  Simon Josefsson  <jas@extundo.com>
12426         From Andreas Jaeger  <aj@suse.de>
12427
12428         * nnfolder.el (nnfolder-open-marks): Fix typo.
12429         * nnml.el (nnml-open-marks): Likewise.
12430
12431 2001-08-25  Simon Josefsson  <jas@extundo.com>
12432
12433         Make nnfolder groups self-contained as far as marks are concerned.
12434
12435         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
12436         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
12437         (nnfolder-open-server): Make marks directory.
12438         (nnfolder-request-delete-group): Delete marks file.
12439         (nnfolder-request-delete-group): Check of nov/marks file exist
12440         before deleting.
12441         (nnfolder-request-rename-group): Rename marks file.
12442         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
12443         (nnfolder-request-set-mark, nnfolder-request-update-info)
12444         (nnfolder-group-marks-pathname, nnfolder-save-marks)
12445         (nnfolder-open-marks): New functions.
12446         (top-level): Require gnus.
12447
12448 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12449
12450         * nnweb.el (nnweb-type-definition): Use google raw file.
12451         (nnweb-google-parse-1): Ditto.
12452         (nnweb-google-identity): Ditto.
12453         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
12454         (nnweb-altavista-wash-article): Ditto.
12455         (nnweb-request-article): Remove nnweb-decode-entities.
12456
12457         * nnml.el: Require 'gnus.
12458
12459 2001-08-25  Simon Josefsson  <jas@extundo.com>
12460
12461         * nnml.el (nnml-marks-is-evil): Add doc.
12462
12463 2001-08-25  Simon Josefsson  <jas@extundo.com>
12464
12465         * nnml.el (nnml-save-marks): Wrap saving marks in a
12466         condition-case, to allow user to start Gnus if saving marks failed
12467         for some reason.
12468
12469 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12470
12471         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
12472
12473         * gnus-group.el (gnus-update-group-mark-positions): Bind
12474         gnus-group-update-hook to nil.
12475
12476 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12477
12478         * mml.el (mml-generate-mime-1): Force as multibyte string.
12479
12480 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12481
12482         * gnus-sum.el (gnus-summary-insert-line)
12483         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
12484         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
12485
12486         * gnus-spec.el (gnus-correct-substring): Take optional END.
12487
12488         * nnrss.el (nnrss-request-article): Remove \n.
12489         (nnrss-retrieve-headers): Lines number is -1.
12490
12491 2001-08-24  Simon Josefsson  <jas@extundo.com>
12492
12493         * gnus-group.el (gnus-info-clear-data): Call
12494         nnfoo-request-set-mark to propagate marks.  Fix bug:
12495         `gnus-group-update-line' doesn't update read range unless we call
12496         `gnus-get-unread-articles-in-group' first.
12497
12498         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
12499         to server.
12500
12501 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12502
12503         * gnus-util.el (gnus-create-info-command): Return an interactive
12504         function.
12505
12506 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12507         From Katsumi Yamaoka <yamaoka@jpl.org>
12508
12509         * gnus-spec.el (gnus-parse-complex-format): Use equal.
12510
12511 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12512
12513         * gnus-sum.el (gnus-select-newsgroup): Use it.
12514
12515         * gnus-util.el (gnus-not-ignore): New function.
12516
12517         * lpath.el (featurep): Don't fbind char-int.
12518
12519         * gnus-util.el (gnus-create-info-command): New function.
12520
12521         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
12522         right node.
12523
12524         * gnus-sum.el (gnus-select-newsgroup): Clean up.
12525         (gnus-summary-limit-children): Use 'identity instead of `all'.
12526         (gnus-summary-limit-to-display-predicate): New command and
12527         keystroke.
12528
12529 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12530
12531         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
12532
12533         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
12534
12535 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12536
12537         * gnus-spec.el: Add the Gnus version.
12538         (gnus-update-format-specifications): If the Gnus version changes,
12539         nix out the format spec cache.
12540
12541         * gnus.el (gnus-continuum-version): Made into a command and
12542         optionalize the VERSION.
12543
12544         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
12545         the start of the lines.
12546
12547 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12548
12549         * gnus.el (gnus-visual-p): Define function before use of
12550         function.
12551
12552 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12553
12554         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
12555         (gnus-article-mark-to-type): New function.
12556         (gnus-update-missing-marks): Only update marks of type 'list.
12557
12558         * gnus.el (gnus-article-special-mark-lists): New variable.
12559
12560 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12561
12562         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
12563         (gnus-select-newsgroup): Still use 'all.
12564         (gnus-summary-initial-limit): Comparing with 'all.
12565
12566 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12567
12568         * gnus-start.el (gnus-activate-group): If dont-check, don't update
12569         active.
12570
12571 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12572
12573         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
12574         nnslashdot-*-retrieve-headers.
12575         (nnslashdot-request-article): Fix for slashcode 2.2.
12576         (nnslashdot-make-tuple): New function.
12577         (nnslashdot-read-groups): Use it.
12578
12579 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12580
12581         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
12582         list.
12583
12584         * gnus-sum.el (gnus-summary-move-article): Don't select article.
12585
12586 2001-08-20  Simon Josefsson  <jas@extundo.com>
12587
12588         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
12589         opened, error instead of continuing (and exploding later).
12590
12591 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12592
12593         * gnus.el (gnus-expand-group-parameters): Return the parameter
12594         list.
12595
12596         * gnus-sum.el (gnus-summary-show-article): Doc fix.
12597         (gnus-summary-show-article): Guess at charset if required.
12598
12599         * gnus-spec.el (gnus-correct-substring): Stopped one character
12600         before we wanted.
12601
12602 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12603
12604         * earcon.el (earcon-auto-play): Remove unused option.
12605
12606 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12607
12608         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
12609         message down in levels, since it happens very fast.
12610
12611         * smiley-ems.el (smiley-update-cache): Respect the symbol version
12612         of smiley-regexp-alist.
12613
12614         * mm-view.el (mm-inline-text): Ignore vcard errors.
12615
12616         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
12617
12618         * gnus-score.el (gnus-all-score-files): Use append instead of
12619         nconc.
12620
12621         * gnus.el (gnus-splash-face): Doc fix.
12622
12623         * mm-decode.el (mm-mailcap-command): Use
12624         mm-path-name-rewrite-functions.
12625         (mm-path-name-rewrite-functions): New variable.
12626
12627         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
12628         (gnus-complex-form-to-spec): Insert tab.
12629         (gnus-spec-tab): New function.
12630
12631         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
12632         entering the group.
12633
12634         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
12635         the positional spec.
12636         (gnus-parse-complex-format): React to %C.
12637
12638         * gnus-ems.el (gnus-char-width): Moved here.
12639
12640         * gnus-sum.el (gnus-select-newsgroup): Set
12641         gnus-newsgroup-articles.
12642         (gnus-unseen-mark): New variable.
12643         (gnus-newsgroup-unseen): Ditto.
12644         (gnus-newsgroup-seen): Ditto.
12645         (gnus-adjust-marked-articles): Use them.
12646         (gnus-update-marks): Use them.
12647         (gnus-summary-update-secondary-mark): Display.
12648         (gnus-summary-prepare-threads): Display.
12649
12650         * gnus-msg.el (gnus-inews-group-method): Use and return the
12651         method, not the server.
12652
12653 2001-08-19  Simon Josefsson  <jas@extundo.com>
12654
12655         * gnus-srvr.el (gnus-server-agent-face): New.
12656         (gnus-server-agent-face): New.
12657         (gnus-server-mode): Turn on font-lock-mode.
12658
12659         * gnus.el (gnus-server-visual): Add defgroup.
12660
12661 2001-08-19  Simon Josefsson  <jas@extundo.com>
12662         From Joe Casadonte <jcasadonte@northbound-train.com>
12663
12664         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
12665         gnus-server-denied-face): New.
12666         (gnus-server-opened-face, gnus-server-closed-face,
12667         gnus-server-denied-face): New.
12668         (gnus-server-font-lock-keywords): Add.
12669
12670 2001-08-19  Simon Josefsson  <jas@extundo.com>
12671
12672         * nnml.el (nnml-request-set-mark): Return nil.
12673         (nnml-save-marks): Use nnml-possibly-create-directory.
12674         (nnml-open-marks): Only work in temp buffer when inserting/reading
12675         .marks file.
12676
12677 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12678
12679         * gnus.el (gnus-expand-group-parameters): Fix.
12680
12681         * gnus-spec.el (gnus-char-width): New function.
12682         (gnus-correct-substring, gnus-correct-length): Use it.
12683
12684         * message.el (message-required-mail-headers): Fix doc.
12685
12686 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12687
12688         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
12689
12690         * mm-decode.el (mm-save-part-to-file): Insert the handle.
12691
12692 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12693
12694         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
12695         slashdot 2.2 (not fully fixed yet).
12696         (nnslashdot-request-article): Ditto.
12697
12698 2001-08-18  Simon Josefsson  <jas@extundo.com>
12699
12700         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
12701         nnimap.
12702
12703         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
12704         gnus-util.
12705         (nnimap-request-update-info-internal): Use new functions.
12706
12707         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
12708         new functions.
12709
12710 2001-08-18  Simon Josefsson  <jas@extundo.com>
12711
12712         Make nnml groups self-contained as far as marks are concerned.
12713
12714         * nnml.el (nnml-request-delete-group): Delete marks file.
12715         (nnml-request-rename-group): Move marks file.
12716         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
12717         variables.
12718         (nnml-request-set-mark, nnml-request-update-info): New server
12719         functions.
12720         (nnml-save-marks, nnml-open-marks): New functions.
12721
12722 2001-08-18  Simon Josefsson  <jas@extundo.com>
12723
12724         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
12725         `set' when setting marks.
12726
12727 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12728
12729         * gnus.el (gnus-info-find-node): Take an argument.
12730
12731         * gnus-art.el (gnus-button-handle-info): New function.
12732         (gnus-url-unhex-string): Replace "+" with " ".
12733
12734 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12735
12736         * message.el (message-check-news-header-syntax): Check bad From.
12737
12738 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12739
12740         * gnus-spec.el (gnus-correct-length): New function.
12741         (gnus-correct-substring): New function.
12742         (gnus-tilde-max-form): Use it.
12743
12744 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
12745
12746         * nnmh.el: Docstring changes as below.
12747
12748         * nnml.el: Docstring changes as below.
12749
12750         * nnbabyl.el: Docstring changes as below.
12751
12752         * nnmbox.el: Docstring changes as below.
12753
12754         * nnfolder.el: Added docstrings identifying each virtual server
12755         parameter.
12756
12757 2001-08-18  Simon Josefsson  <jas@extundo.com>
12758
12759         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
12760
12761 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
12762
12763         * message.el: rename "Abort Message" to "Postpone Message".
12764         Remove "Attach file as MIME" from Message menu, it's already in
12765         the MIME menu.
12766
12767 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12768
12769         * smime.el (smime-point-at-eol): eval-and-compile.
12770         (smime-make-temp-file): New function.
12771         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
12772         Use it.
12773
12774 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12775
12776         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
12777         (gnus-agent-summary-fetch-group): New command and keystroke.
12778
12779         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
12780         (gnus-mime-display-security): Make it respect
12781         gnus-unbuttonized-mime-type-p.
12782
12783         * gnus-sum.el (gnus-articles-to-read): Comments.
12784         (gnus-article-marked-p): New function.
12785         (gnus-summary-display-make-predicate): New function.
12786         (gnus-select-newsgroup): Use them.
12787
12788         * mm-decode.el (mm-save-part-to-file): Made it not error.
12789
12790 2001-08-17  Simon Josefsson  <jas@extundo.com>
12791
12792         * imap.el (imap-wait-for-tag): If process-status isn't open or
12793         run, return nil instead of sit-for looping.
12794
12795 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12796
12797         * lpath.el (featurep): fbind xml-parse-region.
12798
12799         * gnus.el (gnus-message-archive-method): Default to "archive".
12800         (gnus-message-archive-method): Doc fix.
12801         (gnus-parameters-get-parameter): Cleaned up.
12802         (gnus-expand-group-parameter): New function.
12803
12804         * gnus-start.el (gnus-setup-news): Push the archive server only
12805         the server list.
12806
12807         * mml.el (mml-menu): Changed name to "Attachments".
12808
12809         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
12810         when there is something to detroy.
12811
12812 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12813
12814         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
12815         nil.
12816
12817 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12818
12819         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
12820         which specifies a time today or tomorrow.
12821
12822 2001-08-15  Simon Josefsson  <jas@extundo.com>
12823         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
12824
12825         * gnus-agent.el (gnus-agent-make-mode-line-string)
12826         (gnus-agent-toggle-plugged): Use new API.
12827
12828 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12829
12830         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
12831         deadline has expired.
12832
12833 2001-08-12  Simon Josefsson  <jas@extundo.com>
12834         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
12835
12836         Support `recent' mark indicating newly arrived messages (to
12837         separate from old but unread messages).
12838
12839         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
12840         `nnmail-split-history' if recent is > 0.
12841         (nnimap-request-update-info-internal): Update `recent' marks.
12842         (nnimap-request-set-mark): Never set `recent' marks.
12843         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
12844         recent.
12845
12846         * gnus-sum.el (gnus-recent-mark): New mark.
12847         (gnus-newsgroup-recent): New variable.
12848         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
12849         (gnus-summary-prepare-threads): Mark recent articles.
12850         (gnus-summary-add-mark): Support recent.
12851         (gnus-summary-update-secondary-mark): Support recent.
12852
12853         * gnus.el (gnus-article-mark-lists): Add recent.
12854
12855 2001-08-12  Simon Josefsson  <jas@extundo.com>
12856
12857         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
12858         whether successful decoding took place.  Add doc.
12859
12860 2001-08-12  Simon Josefsson  <jas@extundo.com>
12861         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
12862
12863         * gnus.el (gnus-summary-line-format, gnus-parameters):
12864         * gnus-gl.el (gnus-summary-grouplens-line-format):
12865         * gnus-salt.el (gnus-summary-pick-line-format):
12866         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
12867
12868 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
12869         Committed by Kai Gro\e,b_\e(Bjohann.
12870
12871         * gnus-score.el (gnus-score-string): Fix `match' regexp
12872         for `extra' header case.
12873
12874 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12875
12876         * nnmbox.el (nnmbox-read-mbox): No warning.
12877
12878 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12879
12880         * nndoc.el (nndoc-article-type): Fix doc.
12881         (nndoc-generate-article-function): New variable.
12882         (nndoc-dissection-function): New variable.
12883         (nndoc-type-alist): Add oe-dbx.
12884         (nndoc-oe-dbx-type-p): New function.
12885         (nndoc-oe-dbx-dissection): New function.
12886         (nndoc-oe-dbx-generate-article): New function.
12887
12888 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12889
12890         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
12891         whether deadline has been reached.  Patch from Dan Nicolaescu
12892         <dann@godzilla.ics.uci.edu>.
12893
12894 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12895
12896         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
12897         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
12898         <rintaman@cs.Helsinki.FI>.
12899
12900         * mail-source.el (mail-source-movemail): The error buffer is
12901         modified, but nothing in it.
12902
12903 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12904
12905         * message.el (message-bogus-system-names): New variable.
12906         (message-make-fqdn): Use it.
12907
12908 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12909
12910         * nndraft.el (nndraft-request-group): Use
12911         nndraft-auto-save-file-name.
12912
12913 2001-08-09  Simon Josefsson  <jas@extundo.com>
12914
12915         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
12916         Don't ask whether to decrypt.  Just leave result in buffer (don't
12917         call mm).
12918
12919         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
12920         parts as well.
12921         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
12922         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
12923
12924 2001-08-09  Simon Josefsson  <jas@extundo.com>
12925
12926         * mm-decode.el (mm-insert-part): Return decoding success status.
12927         (mm-save-part-to-file): Error if decoding failed.
12928
12929 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12930
12931         * message.el (message-tab): Use indent-relative.
12932         (message-mode): Don't bind indent-line-function to indent-relative.
12933
12934 2001-08-09  Simon Josefsson  <jas@extundo.com>
12935
12936         * message.el (message-get-reply-headers): Fix string. Suggested by
12937         Christoph Conrad <cc@cli.de>.
12938
12939 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12940
12941         * message.el (message-tab): Use the current value of
12942         indent-line-function.
12943         (message-mode): Bind indent-line-function to indent-relative.
12944
12945 2001-08-08  Simon Josefsson  <jas@extundo.com>
12946
12947         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
12948         whether `imtest' is installed.
12949
12950 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12951         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12952
12953         * gnus-sum.el (gnus-summary-show-article): Call
12954         gnus-summary-update-secondary-secondary-mark.
12955         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
12956         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
12957
12958 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12959
12960         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
12961
12962         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12963
12964         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
12965         <gerd@gnu.org>.
12966
12967         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
12968
12969         * gnus-util.el (gnus-output-to-rmail): Ditto.
12970         (gnus-output-to-mail): Ditto.
12971
12972         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
12973
12974 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
12975
12976         * message.el (message-indent-citation): Use
12977         `message-yank-cited-prefix' for empty lines.
12978
12979 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
12980
12981         * message.el (message-indent-citation): Quote only lines starting
12982         with ">" using `message-yank-cited-prefix'.
12983
12984 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12985         Trivial patch.
12986
12987         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
12988         gnus-cache-fully-p.
12989
12990 2001-08-04  Simon Josefsson  <jas@extundo.com>
12991
12992         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
12993         file if it doesn't exist (by calling gnus-cache-read-active).
12994
12995 2001-08-04  Simon Josefsson  <jas@extundo.com>
12996
12997         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
12998         (gnus-cache-passively-or-fully-p): Removed.
12999         (gnus-cache-fully-p): Fix it.
13000
13001         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
13002
13003 2001-08-04  Simon Josefsson  <jas@extundo.com>
13004
13005         * gnus-cache.el (gnus-cache-fully-p)
13006         (gnus-cache-passively-or-fully-p): New functions.
13007         (gnus-cache-possibly-enter-article): Cosmetic change, use
13008         `g-c-p-o-f-p'.
13009         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
13010         was bogus (`g-c-p-a-a' does not change active info, just change
13011         the functions parameters).
13012         (gnus-cache-possibly-remove-articles-1): Make sure articles are
13013         not removed in groups that match `gnus-uncacheable-groups'.
13014
13015         Reported and modifications based on discussions with Nuutti
13016         Kotivuori <nuutti.kotivuori@smarttrust.com>.
13017
13018 2001-08-04  Simon Josefsson  <jas@extundo.com>
13019         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13020
13021         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
13022         calls `gnus-cache-update-active' if bounds has been extended.
13023
13024 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13025
13026         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
13027         before remove.
13028         (gnus-mime-security-show-details): Ditto.
13029
13030 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13031
13032         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
13033         syntax.  Protect string-match against nil string and regexp.
13034
13035 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13036
13037         * mm-util.el (mm-find-charset-region): Remove control-1.
13038
13039 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13040
13041         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
13042
13043 2001-08-04  Simon Josefsson  <jas@extundo.com>
13044
13045         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
13046         buffer.  Delete MIME-Version header.
13047
13048 2001-08-03  Simon Josefsson  <jas@extundo.com>
13049
13050         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
13051         that is entered does not necessarily have the highest article
13052         number in the group, so use `gnus-cache-possibly-alter-active'
13053         instead of `gnus-cache-update-active'.
13054
13055 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13056
13057         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
13058
13059 2001-08-03  Simon Josefsson  <jas@extundo.com>
13060
13061         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
13062         menu.
13063
13064 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * gnus.el (post-method): New group parameter.  It also provides
13067         the user option `gnus-post-method-alist' and the internal function
13068         `gnus-parameter-post-method'.
13069
13070         * gnus-msg.el (gnus-post-method): Bind the value of
13071         `gnus-post-method' to the group parameter if it is defined.
13072
13073 2001-08-02  Simon Josefsson  <jas@extundo.com>
13074
13075         * smime.el (smime-extra-arguments): Removed.
13076         (smime-call-openssl-region): Don't use it.
13077
13078 2001-08-02  Simon Josefsson  <jas@extundo.com>
13079
13080         * smime.el (smime-sign-region): Handle stderr.
13081         (smime-encrypt-region): Ditto.
13082
13083         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
13084         match the ASN.1 length bytes.
13085         (mm-pkcs7-enveloped-magic): Ditto.
13086         (mm-view-pkcs7-get-type): Don't regexp quote.
13087
13088 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13089         From Andreas Fuchs <asf@void.at>
13090
13091         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
13092
13093 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13094
13095         * gnus-art.el (gnus-header-button-alist): References regexp.
13096
13097 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
13098
13099         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
13100         already fboundp.  Add INTERACTIVE arg to autoload form.
13101
13102 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13103
13104         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
13105
13106         * nnmail.el (nnmail-cache-open): Ditto.
13107
13108 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13109
13110         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
13111
13112 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
13115
13116 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13117         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13118
13119         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
13120         (gnus-agent-toggle-plugged): Use it.
13121
13122 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13123
13124         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
13125         (gnus-ding-file-coding-system): New variable.
13126         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
13127         (gnus-slave-save-newsrc): Use it.
13128
13129 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13130
13131         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
13132         syntax.
13133
13134 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13135         Originally from Andreas Fuchs <asf@void.at>
13136
13137         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
13138         (mml2015-gpg-pretty-print-fpr): New function.
13139         (mml2015-gpg-extract-signature-details): More details, rename from
13140         `m-g-e-from'.
13141         (mml2015-gpg-verify): Use them.
13142         (mml2015-gpg-clear-verify): Use them.
13143
13144 2001-07-31  Simon Josefsson  <jas@extundo.com>
13145
13146         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
13147         buffer when done.
13148
13149 2001-07-30  Simon Josefsson  <jas@extundo.com>
13150
13151         * smime.el (smime-call-openssl-region): Revert previous change,
13152         just pass on buf to `call-process-region'.
13153         (smime-verify-region): Doc fix.  Don't message stuff.  Use
13154         `smime-new-details-buffer'.  Inserts error messages into buffer.
13155         (smime-noverify-region): Ditto.
13156         (smime-decrypt-region): Ditto.  Handles stderr separately.
13157         (smime-verify-buffer, smime-noverify-buffer)
13158         (smime-decrypt-buffer): Doc fix.
13159         (smime-new-details-buffer): New function.
13160         (smime-pkcs7-region, smime-pkcs7-certificates-region)
13161         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
13162         (smime-sign-region, smime-encrypt-region): Don't use
13163         `insert-buffer'.
13164
13165         * mml-smime.el (mml-smime-verify): Fix security button strings.
13166
13167 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13168
13169         * gnus-art.el (gnus-mime-save-part-and-strip): Save
13170         gnus-article-mime-handles.
13171
13172 2001-07-29  Simon Josefsson  <jas@extundo.com>
13173
13174         * mail-source.el (top-level): Require message for message-directory.
13175         (mail-source-directory): Change default to message-directory.
13176
13177         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
13178         (smime-certificate-directory, smime-openssl-program)
13179         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
13180         (smime-extra-arguments): New variable.
13181         (smime-dns-server): Fix customize group.
13182         (smime-call-openssl-region): Use `smime-extra-arguments'.
13183
13184 2001-07-29  Simon Josefsson  <jas@extundo.com>
13185         From Vladimir Volovich <vvv@vsu.ru>
13186
13187         * smime.el (smime-call-openssl-region): Ignore stderr.
13188
13189 2001-07-29  Simon Josefsson  <jas@extundo.com>
13190         From Christoph Conrad <christoph.conrad@gmx.de>
13191
13192         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
13193         file.
13194
13195 2001-07-29  Simon Josefsson  <jas@extundo.com>
13196
13197         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
13198
13199         Support S/MIME decryption.
13200
13201         * mm-decode.el (mm-inline-media-tests):
13202         (mm-inlined-types):
13203         (mm-automatic-display):
13204         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
13205
13206         * mm-view.el (mm-pkcs7-signed-magic):
13207         (mm-pkcs7-enveloped-magic): New variables.
13208         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
13209         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
13210         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
13211         PKCS#7 blobs.
13212
13213         * smime.el (smime-decrypt-region): Expand keyfile.
13214
13215 2001-07-29  Simon Josefsson  <jas@extundo.com>
13216
13217         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
13218         `ssl.el' variables.
13219
13220         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
13221         but line instead of narrowing to it, because `nnmail-parse-active'
13222         calls widen.  Thanks to Christoph Conrad
13223         <christoph.conrad@gmx.de>.
13224
13225 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13226
13227         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
13228         for %B spec.
13229
13230         * gnus-sum.el (gnus-summary-prepare-threads): If
13231         gnus-sum-thread-tree-root is nil, use subject instead.
13232         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
13233         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13234         (gnus-sum-thread-tree-leaf-with-other)
13235         (gnus-sum-thread-tree-single-leaf): Documentation.
13236         (gnus-sum-thread-tree-single-indent): Allow nil.
13237
13238 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13239
13240         * message.el (message-fill-paragraph): Do nothing if the user
13241         wants filladapt-mode.
13242
13243 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13244
13245         * mm-decode.el (mm-image-type-from-buffer): New function.
13246         (mm-get-image): Use it.
13247
13248 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13249
13250         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
13251
13252         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
13253         mm-display-parts too.
13254
13255 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13256
13257         * nnfolder.el (nnfolder-request-accept-article): Bind
13258         nntp-server-buffer.
13259
13260         * nnmail.el (nnmail-parse-active): Read from buffer instead of
13261         nntp-server-buffer.
13262
13263 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13264
13265         * message.el (message-check-news-header-syntax): Use
13266         message-post-method.
13267         (message-send-news): Bind message-post-method.
13268
13269 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13270
13271         * mml.el (mml-tweak-type-alist): New variable.
13272         (mml-tweak-function-alist): New variable.
13273         (mml-tweak-part): New function.
13274         (mml-generate-mime-1): Use it.
13275
13276 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13277
13278         * nnfolder.el (nnfolder-request-accept-article): Replace
13279         nnfolder-request-list.
13280
13281 2001-07-27  Simon Josefsson  <jas@extundo.com>
13282
13283         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
13284         nnoo-change-server failed to do it.
13285
13286 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13287
13288         * gnus.el (gnus-parameters): Make it customizable.
13289
13290 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13291
13292         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
13293
13294         * message.el (message-set-auto-save-file-name): More
13295         poor-system-types.
13296
13297         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
13298
13299         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
13300         supports +.
13301
13302 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13303
13304         * mm-decode.el (mm-readable-p): New function.
13305         (mm-inline-media-tests): Fix the default testers.
13306
13307 2001-07-26  Simon Josefsson  <jas@extundo.com>
13308
13309         * nnimap.el (nnimap-version): Bump version number.
13310
13311 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13312         From Steven E. Harris <seh@speakeasy.org>
13313
13314         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
13315         in M$Windows too.
13316
13317 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13318
13319         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
13320
13321 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13322
13323         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
13324
13325         * mm-decode.el (mm-get-image): Guess then use the type.
13326
13327         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
13328
13329 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
13330
13331         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
13332         display (%B) for threads if threading is off.
13333
13334 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13335         From Henrik Enberg <henrik@enberg.org>
13336
13337         * gnus-msg.el: Customization patch.
13338
13339 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
13340
13341         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
13342         variable.
13343         (nnmail-split-fancy-with-parent): Ignore certain groups.
13344
13345 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13346
13347         * gnus-util.el (gnus-byte-compile): New function.
13348         (gnus-use-byte-compile): New variable.
13349         (gnus-make-sort-function): Use it.
13350
13351         * nnmail.el (nnmail-get-new-mail): Use it.
13352
13353         * gnus-agent.el (gnus-category-make-function): Simple function or
13354         compiled function.
13355         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
13356
13357         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
13358         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
13359         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
13360
13361         * message.el (message-check-news-header-syntax): Remove quote.
13362
13363 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13364
13365         * message.el (message-use-mail-followup-to): `t' is not a
13366         documented value.
13367
13368 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13369
13370         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
13371
13372 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13373
13374         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
13375         there are long lines.
13376
13377 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * dgnushack.el (copy-list): New compiler macro.
13380
13381 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13382
13383         * message.el (message-bounce): If no Return-Path, the whole
13384         content is considered as the original message.
13385
13386         * nnml.el (nnml-check-directory-twice): New variable.
13387         (nnml-article-to-file): Use it.
13388         (nnml-retrieve-headers): Hack it.
13389
13390 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13391
13392         * gnus-win.el (gnus-buffer-configuration): New configure.
13393
13394         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
13395         not alive.
13396
13397         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
13398         (mm-display-external): Use display-term configure.
13399
13400 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13401
13402         * gnus-delay.el (gnus-delay-default-hour): New variable.
13403         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
13404
13405 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13406         From Karl Kleinpaste <karl@charcoal.com>
13407
13408         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
13409         (gnus-summary-prepare-threads): Ditto.
13410
13411         * gnus.el (gnus-summary-line-format): Add %B.
13412
13413 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13414
13415         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
13416
13417         * mm-util.el (mm-string-as-multibyte): New function.
13418
13419         * nnmh.el (nnmh-request-list-1): Encode, not decode!
13420
13421 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13422
13423         * mm-util.el (mm-universal-coding-system): New variable.
13424
13425         * gnus-start.el (gnus-startup-file-coding-system): Use it.
13426
13427         * score-mode.el (score-mode-coding-system): Use it.
13428
13429 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * gnus-start.el (gnus-setup-news): Call
13432         `gnus-check-bogus-newsgroups' just after the native server is
13433         opened.
13434
13435 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13436
13437         * nnmail.el (nnmail-do-request-post): Util function to be used by
13438         `nnchoke-request-post' for all nnmail-derived backends.
13439
13440         * nnml.el (nnml-request-post): Use it.
13441
13442         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
13443         backend, for it groks nnml-request-post.
13444
13445         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
13446         Treat `mail-post' backends like `mail' backends, not like `news'
13447         backends.
13448
13449 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13450
13451         * gnus-msg.el (gnus-setup-message): make-local-hook.
13452
13453 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13454
13455         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
13456         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
13457         <karl@charcoal.com>, slightly changed by Kai.
13458
13459         * message.el (message-check-news-header-syntax): When checking
13460         whether the groups exist, check the right server based on
13461         `gnus-post-method'.
13462
13463 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13464
13465         * gnus-delay.el: New file.
13466
13467 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13468
13469         * mm-util.el (mm-read-coding-system): Take two arguments.
13470
13471         * gnus-sum.el (gnus-summary-show-article): Use
13472         mm-read-coding-system.
13473
13474         * gnus-art.el (article-de-quoted-unreadable):
13475         (article-de-base64-unreadable, article-wash-html):
13476         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
13477
13478 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13479
13480         * nnml.el (nnml-request-post): New function.  Can be used for
13481         annotations in nnml groups.
13482
13483 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
13486         command.
13487
13488         * gnus-start.el (gnus-find-new-newsgroups): Use
13489         `message-make-date' instead of `current-time-string'.
13490         (gnus-ask-server-for-new-groups): Ditto.
13491         (gnus-check-first-time-used): Ditto.
13492
13493 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13494
13495         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
13496
13497 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
13498
13499         * message.el (message-shorten-references): Change `maxcount' and
13500         `cut' to obey USEFOR draft 5.
13501
13502 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
13503
13504         * gnus-sum.el (gnus-summary-display-arrow): New variable.
13505         (gnus-summary-set-article-display-arrow): New function.
13506         (gnus-summary-goto-subject): Use it.
13507
13508 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13509
13510         * gnus-sum.el (gnus-summary-import-article): Insert date if
13511         doesn't exist.
13512
13513 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13514
13515         * mml.el (mml-content-type-parameters): New variable.
13516         (mml-content-disposition-parameters): New variable.
13517         (mml-insert-mime-headers): Use them.
13518         (mml-parse-1): Accept charset.
13519
13520 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13521
13522         * gnus-group.el (gnus-group-select-group): Doc fix.
13523
13524         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
13525
13526 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
13529         to handle `define-derived-mode'.
13530
13531 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13532         From:  Stefan Monnier  <monnier@cs.yale.edu>
13533
13534         * message.el (message-mode): Use define-derived-mode.
13535         (message-tab): message-completion-alist.
13536
13537         * imap.el (imap-interactive-login): Use make-local-variable.
13538         (imap-open): Ditto.
13539         (imap-authenticate): Ditto.
13540
13541         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
13542
13543         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
13544
13545 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13546
13547         * message.el (message-citation-line-function): Refer to
13548         gnus-cite-attribution-suffix.
13549
13550 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13551
13552         * gnus-art.el,...: Error convention changes.
13553
13554 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13555
13556         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
13557
13558 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13559
13560         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
13561         (nnrss-read-server-data): Ditto.
13562
13563 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13564
13565         * gnus-setup.el (gnus-use-installed-gnus): Typo.
13566         * Cleanup files.
13567         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
13568
13569 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13570
13571         * gnus.el (gnus-summary-line-format): Add %o.
13572
13573         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
13574         unless shell outputs something.
13575
13576 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13577
13578         * gnus-art.el (gnus-boring-article-headers): Better doc.
13579         (article-hide-headers): Better regexp.
13580         Suggested by Matt Swift <swift@alum.mit.edu>.
13581
13582         * nnheader.el (nnheader-max-head-length): Better doc.
13583         (nnheader-header-value): Skip spaces.
13584         (nnheader-parse-head): Remove space.
13585         Suggested by Matt Swift <swift@alum.mit.edu>.
13586
13587         * gnus-sum.el (gnus-summary-show-raw-article): New function.
13588         (gnus-get-newsgroup-headers): Remove space.
13589
13590 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13591
13592         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
13593         (gnus-summary-reply): Use it.
13594         (gnus-summary-reply-broken-reply-to): New function.
13595         (gnus-msg-force-broken-reply-to): New function.
13596
13597         * mm-view.el (mm-inline-text): Showing as text/plain when error.
13598
13599 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13600
13601         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
13602
13603 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13604
13605         * mm-decode.el (mm-external-terminal-program): New variable.
13606         (mm-display-external): Use it. Use term to display when no
13607         window-system.
13608
13609 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
13610
13611         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
13612         Browse->Next entries to Browse->Prev
13613
13614 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13615
13616         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
13617
13618 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13619
13620         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
13621         for the default encoding.
13622
13623         * nnrss.el (nnrss-url-field): New field.
13624         (nnrss-request-article): Add newsgroups.
13625
13626         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
13627
13628 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13629
13630         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
13631
13632         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
13633         (gnus-draft-setup): Remove backlog.
13634
13635 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13636
13637         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
13638         Cleanup.
13639
13640 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13641
13642         * gnus-msg.el (gnus-bug): Erase buffer.
13643
13644         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
13645
13646 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13647
13648         * mm-decode.el (mm-attachment-override-p): Fix typo.
13649
13650 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * gnus-kill.el (gnus-execute): Work with the extra headers.
13653         * gnus-sum.el (gnus-summary-execute-command): Ditto.
13654
13655 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13656
13657         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
13658         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
13659
13660         * message.el (message-send-mail-real-function): New variable.
13661         (message-send-mail-partially, message-send-mail):
13662
13663         * nngateway.el (nngateway-request-post): Use it.
13664
13665         * gnus-agent.el (gnus-agentize): Use it.
13666
13667         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
13668         (nnsoup-revert-variables): Use it.
13669
13670 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
13671
13672         * mm-decode.el (mm-inline-media-tests): Default to displaying as
13673         text/plain if the type doesn't match any other media types.
13674         (mm-inlined-types): Doc fix.
13675         (mm-display-inline): Revert previous change (now handled by a
13676         default type in `mm-inline-media-tests'.
13677         (mm-inlinable-p): Revive.
13678         (mm-display-part): Call `mm-inlinable-p'.
13679         (mm-attachment-override-p): Ditto.
13680         (mm-inlined-p): Doc fix.
13681
13682         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
13683         well as `mm-inlined-p'.
13684
13685 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13686
13687         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
13688         (nntp-send-command-and-decode): Use gnus-point-at-bol.
13689
13690 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13691         From  Paul Jarc <prj@po.cwru.edu>
13692
13693         * message.el (message-use-mail-followup-to): New variable.
13694         (message-get-reply-headers): Use it.
13695
13696 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
13697
13698         * nnheader.el (nnheader-init-server-buffer): Make sure the
13699         *nntpd* buffer is made multibyte instead of a random buffer.
13700
13701 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13702
13703         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
13704         when it returns headers.
13705
13706 2001-07-07  Simon Josefsson  <jas@extundo.com>
13707
13708         * rfc2047.el (rfc2047-encode-message-header): Skip header when
13709         trying to fold. Thanks to Colin Walters
13710         <walters@cis.ohio-state.edu>
13711
13712 2001-07-06  Simon Josefsson  <jas@extundo.com>
13713
13714         * imap.el (imap-parse-address-list, imap-parse-flag-list)
13715         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
13716         Add information in `assert's.
13717
13718         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
13719         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
13720         and `nnimap-group-overview-filename', should handle all
13721         change-of-uidvalidity related issues.  But there may be other
13722         problems.)
13723
13724 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
13725
13726         * rfc2047.el (rfc2047-encode-message-header): Don't include the
13727         header name when folding.
13728
13729 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
13730
13731         * mm-decode.el (mm-inlined-types): Document relationship with
13732         `mm-inline-media-tests'.
13733         (mm-display-inline): Default to displaying as plain text if no
13734         inlining handler is available.
13735         (mm-inlinable-p): Remove.
13736         (mm-inlined-p): Don't call `mm-inlinable-p'.
13737         (mm-automatic-display-p): Ditto.
13738         (mm-attachment-override-p): Ditto.
13739
13740 2001-07-04  Simon Josefsson  <jas@extundo.com>
13741
13742         * nnimap.el (nnimap-importantize-dormant): New variable.
13743         (nnimap-request-update-info-internal): Use it.
13744         (nnimap-request-set-mark): Ditto.
13745
13746 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
13747
13748         * nntp.el (nntp-send-command): don't pass a buffer argument to
13749         `point'. Only XEmacs accepts this.
13750         * nntp.el (nntp-send-command-nodelete): ditto.
13751         * nntp.el (nntp-send-command-and-decode): ditto.
13752
13753 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
13754
13755         * nntp.el (nntp-open-connection-function): doc update.
13756         * nntp.el (nntp-pre-command): New.
13757         * nntp.el (nntp-via-rlogin-command): New.
13758         * nntp.el (nntp-via-telnet-command): New.
13759         * nntp.el (nntp-via-telnet-switches): New.
13760         * nntp.el (nntp-via-user-name): New.
13761         * nntp.el (nntp-via-user-password): New.
13762         * nntp.el (nntp-via-address): New.
13763         * nntp.el (nntp-via-envuser): New.
13764         * nntp.el (nntp-via-shell-prompt): New.
13765         * nntp.el (nntp-open-telnet-stream): New.
13766         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
13767         * nntp.el (nntp-open-via-telnet-and-telnet): New.
13768         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
13769         * nntp.el (nntp-send-command): ditto.
13770         * nntp.el (nntp-send-command-nodelete): ditto.
13771         * nntp.el (nntp-send-command-and-decode): ditto.
13772
13773 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
13774         Trivial patch.
13775
13776         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
13777         `when'.
13778
13779 2001-07-03  Simon Josefsson  <jas@extundo.com>
13780         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
13781
13782         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
13783
13784 2001-07-03  Simon Josefsson  <jas@extundo.com>
13785
13786         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
13787         remove it (workaround XEmacs `fill-region' bug).
13788
13789 2001-07-01  Simon Josefsson  <jas@extundo.com>
13790
13791         * nnimap.el (nnimap-date-days-ago): Defeat locale.
13792
13793 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13794
13795         * mml2015.el (mml2015-format-error): New function.
13796         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
13797         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
13798         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
13799
13800 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13801
13802         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
13803         Suggested by Christoph Conrad <C.Conrad@cli.de>.
13804
13805         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
13806         group variables.
13807
13808 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13809
13810         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
13811
13812         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
13813         (nnrss-save-group-data): Ditto.
13814
13815         * gnus-agent.el (gnus-agent-save-alist): Ditto.
13816
13817 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * message.el (message-do-send-housekeeping): Narrow to headers.
13820
13821 2001-06-24  Simon Josefsson  <jas@extundo.com>
13822
13823         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
13824         insertion when breaking lines looked for " \t" instead of "[ \t]".
13825         (rfc2047-encode-message-header): Fold lines even if
13826         no QP encoding is done.
13827
13828 2001-06-23  Simon Josefsson  <jas@extundo.com>
13829         From Samuel Tardieu <sam@inf.enst.fr>
13830
13831         * smime.el (smime-keys): Support additional certificates.
13832         (smime-make-certfiles): New function.
13833         (smime-sign-region): Use previous variables.
13834         (smime-get-certfiles): New function.
13835         (smime-sign-buffer): Use it.
13836         (smime-verify-region): Support both CAfile and CApath.
13837
13838 2001-06-23  Simon Josefsson  <jas@extundo.com>
13839
13840         * smime.el (smime-decrypt-region): Perhaps work.
13841
13842 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13843
13844         * gnus-msg.el (gnus-copy-article-buffer): Typo.
13845
13846 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13847
13848         * mm-decode.el (mm-save-part): Rewrite file name.
13849         (mm-file-name-rewrite-functions): New variable.
13850         (mm-file-name-delete-whitespace): New function.
13851         (mm-file-name-trim-whitespace): New function.
13852         (mm-file-name-collapse-whitespace): New function.
13853         (mm-file-name-replace-whitespace): New variable and function.
13854
13855 2001-06-22  Simon Josefsson  <jas@extundo.com>
13856
13857         * message.el (message-make-date): Workaround locale for weekdays.
13858
13859 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13860
13861         * message.el (message-goto-body): Return nil if not found. (revert!)
13862
13863 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13864         From Fremlin <chief@bandits.org>
13865
13866         * message.el (message-goto-body): Some messages have no header.
13867
13868         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13869
13870 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13871
13872         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
13873
13874 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13875
13876         * message.el (message-make-date): Add week day.
13877         Suggested by Jason R. Mastaler <jason@mastaler.com>.
13878
13879 2001-06-19  Simon Josefsson  <jas@extundo.com>
13880
13881         * message.el (message-yank-prefix): Doc fix.
13882         (message-yank-cited-prefix): Ditto.
13883         (message-delete-not-region): Keep citation prefix on first line,
13884         if possible and appropriate.
13885
13886 2001-06-19  Simon Josefsson  <jas@extundo.com>
13887
13888         * imap.el (imap-process-connection-type): New variable.
13889         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
13890         recent `imtest's work completely (no line length issues), while
13891         making making old `imtest's unusable.  Thanks to NAGY Andras
13892         <nagya@inf.elte.hu> for his work.
13893
13894 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
13895
13896         * imap.el (imap-ssl-program): Add -quiet to shut up
13897         OpenSSL/SSLeay's internal debug talk.
13898
13899 2001-06-19  Matt Armstrong  <matt@lickey.com>
13900
13901         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
13902         server.
13903
13904 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13905
13906         * nnmail.el (nnmail-article-buffer): New variable.
13907         (nnmail-split-incoming): Use it.
13908
13909 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
13910
13911         * qp.el (quoted-printable-decode-region): If called interactively,
13912         use coding-system-for-read.
13913
13914 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13915
13916         * message.el (message-check-news-header-syntax): Check Reply-To.
13917
13918 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13919
13920         * mml.el (mml-parse-1): Use message options.
13921
13922         * message.el (message-do-fcc): Don't do anything if there is no
13923         FCC.
13924
13925 2001-06-16  Simon Josefsson  <jas@extundo.com>
13926
13927         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
13928         (nnimap-expunge-search-string): New variable.
13929         (nnimap-request-expire-articles): Use it.
13930
13931 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13932
13933         * message.el (message-send-mail-with-qmail): wrong exit status is
13934         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
13935
13936 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13937
13938         * gnus-art.el (article-strip-multiple-blank-lines): Use
13939         delete-region instead of replace-match.
13940
13941 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13942
13943         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
13944         (nnweb-google-wash-article): Ditto.
13945
13946 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
13947
13948         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
13949
13950 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13951
13952         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
13953         specs.
13954
13955 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13956
13957         * gnus.el (gnus-email-address): Move it here.
13958
13959         * gnus-art.el (article-de-quoted-unreadable): Read charset if
13960         requested.
13961         (article-de-base64-unreadable): Ditto.
13962         (article-wash-html): Ditto.
13963
13964 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13965
13966         * message.el (message-options-set-recipient): Don't add ", "
13967         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
13968
13969 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13970
13971         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
13972
13973 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13974
13975         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
13976         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
13977
13978         * nnrss.el (nnrss-node-text): Node might be nil.
13979
13980 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13981
13982         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
13983         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
13984
13985         * nnrss.el (nnrss-group-alist): More items.
13986
13987 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13988
13989         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
13990
13991 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13992         Trivial patch from Dale Hagglund  <rdh@best.com>
13993
13994         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
13995         restrict clauses.
13996
13997 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13998
13999         From Benjamin Rutt <brutt+news@bloomington.in.us>
14000
14001         * message.el (message-wide-reply-confirm-recipients): New variable.
14002
14003 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
14004         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
14005
14006         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
14007         fix so it works with XEmacs.
14008
14009 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14010
14011         * nnrss.el (nnrss-retrieve-headers): Support description as extra
14012         headers.
14013
14014 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14015
14016         * nnrss.el: Fix a few bugs.
14017
14018 2001-06-05  Simon Josefsson  <jas@extundo.com>
14019
14020         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
14021         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
14022
14023 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
14024
14025         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
14026         binary so that we don't transmit ISO 2022 garbage to the process.
14027         This is needed under XEmacs.
14028
14029 2001-06-03  Simon Josefsson  <simon@josefsson.org>
14030
14031         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
14032         autoloaded incorrectly below because ssl-program-* is bound.)
14033         Thanks to Amos Gouaux for report.
14034
14035 2001-06-02  Simon Josefsson  <simon@josefsson.org>
14036
14037         * imap.el (imap-kerberos4-open):
14038         (imap-gssapi-open):
14039         (imap-ssl-open):
14040         (imap-network-open):
14041         (imap-shell-open):
14042         (imap-starttls-open): Set buffer to workaround spurious
14043         `accept-process-output' buffer changes.  Thanks to Mats Lidell
14044         <Mats.Lidell@contactor.se> for report and partial patch and Jake
14045         Colman <colman@ppllc.com> for report.
14046
14047 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14048
14049         * gnus-sum.el (gnus-summary-catchup): New argument.
14050         (gnus-summary-catchup-from-here): New function.
14051
14052 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14053
14054         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
14055         back, then insert glyph.  (Before, the glyph was inserted first,
14056         then the newline.)  This works around a behavior in XEmacs where
14057         it is not possible to insert a character after a glyph which is at
14058         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
14059
14060 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14061
14062         From Jaap-Henk Hoepman (jhh@xs4all.nl).
14063
14064         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
14065         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
14066         mm-destroy-postponed-undisplay-list): New functions.
14067         (mm-display-external): Use them.
14068
14069 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14070
14071         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
14072         `default-low' when evaluating `gnus-summary-highlight'.
14073         From Raja R Harinath <harinath@cs.umn.edu>.
14074
14075 2001-05-27  Simon Josefsson  <simon@josefsson.org>
14076
14077         * message.el (message-yank-cited-prefix): New variable.
14078         (message-indent-citation): Use it.
14079
14080         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
14081         as details.
14082         (mml2015-mailcrypt-clear-verify): Ditto.
14083
14084 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14085         From Nevin Kapur <nevin@jhu.edu>.
14086
14087         * gnus-sum.el (gnus-summary-default-high-score,
14088         gnus-summary-default-low-score): New variables.
14089         (gnus-summary-highlight): Use them.
14090
14091 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
14092
14093         * message.el (message-mail): pass the 'send-actions argument to
14094         `message-setup'.
14095
14096 2001-05-16  Simon Josefsson  <simon@josefsson.org>
14097         From Raymond Scholz <ray-2001@zonix.de>
14098
14099         * gnus-art.el (gnus-mime-view-part-as-charset):
14100         (gnus-mime-internalize-part): Doc fixes.
14101
14102 2001-05-11  Simon Josefsson  <simon@josefsson.org>
14103
14104         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
14105         status lines without any text ("^215$").
14106
14107 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14108
14109         * nnrss.el (nnrss-check-group): Reverse.
14110
14111 2001-05-07  Simon Josefsson  <simon@josefsson.org>
14112
14113         * message.el (message-get-reply-headers):
14114         (message-followup): Fix typo, suggested by David Green
14115         <dgreen@uab.edu>
14116
14117 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14118
14119         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
14120
14121         * nnrss.el (nnrss-open-server): Read server data when it is called.
14122         (nnrss-request-expire-articles): Fix.
14123
14124 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14125
14126         * message.el (message-do-send-housekeeping): mail-abbrevs may
14127         rename buffer behind Gnus.
14128
14129 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14130
14131         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
14132         (nnrss-group-alist): Add more resources.
14133         (nnrss-check-group): Ignore errors.
14134
14135 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14136
14137         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
14138
14139         * nnslashdot.el (nnslashdot-request-list): Add time.
14140         (nnslashdot-request-expire-articles): New function.
14141
14142         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
14143         secondary methods too.
14144
14145 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14146
14147         * message.el (message-use-followup-to): Set default value to t.
14148
14149 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
14150
14151         * message.el (message-dont-reply-to-names): Fix documentation.
14152         (message-get-reply-headers): Use Mail-Followup-To only for wide
14153         replies.
14154
14155 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14156
14157         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
14158         correctly.
14159         (nnrss-check-group): Use time.
14160
14161 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14162
14163         * gnus.el: Oort Gnus v0.03 is released.
14164
14165 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14166
14167         * nnultimate.el (nnultimate-topic-article-to-article): Use the
14168         group.
14169
14170 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14171
14172         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
14173
14174 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14175
14176         * nnultimate.el (nnultimate-retrieve-headers): Return all
14177         available headers.
14178
14179         * gnus-sum.el (gnus-read-all-available-headers): New variable.
14180         (gnus-get-newsgroup-headers-xover): Use it.
14181
14182 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14183
14184         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
14185
14186 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14187
14188         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
14189
14190 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14191
14192         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
14193         disable it.
14194
14195         * gnus.el (gnus-info-nodes): Remove a few The's.
14196
14197 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14198
14199         * mail-source.el (mail-source-movemail): Call-process may return a
14200         signal description string.
14201
14202         * gnus-start.el (gnus-read-newsrc-el-file):
14203         gnus-newsrc-file-version may be nil.
14204
14205         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
14206         Suggested by Michael Sperber [Mr. Preprocessor]
14207         <sperber@informatik.uni-tuebingen.de>.
14208
14209 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
14210
14211         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
14212
14213 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
14214
14215         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
14216         fontify HANDLE.
14217
14218 2001-04-18  Simon Josefsson  <simon@josefsson.org>
14219
14220         * smime.el (smime-ask-passphrase): Rework to return value.
14221         (smime-sign-region): Rework to bind value and use it.
14222         (smime-decrypt-region): Ditto.
14223
14224 2001-04-18  Simon Josefsson  <simon@josefsson.org>
14225         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
14226
14227         * smime.el (smime-ask-passphrase): New function.
14228         (smime-sign-region): Use it.
14229         (smime-encrypt-cipher): New variable.
14230         (smime-decrypt-region): Ditto.
14231
14232 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
14233         Committed by Simon Josefsson  <simon@josefsson.org>
14234
14235         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
14236         the log.
14237
14238 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14239
14240         * gnus.el: Oort Gnus v0.02 is released.
14241
14242 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
14243
14244         * gnus.el: Oort Gnus v0.01 is released.
14245
14246 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14247
14248         * gnus-sum.el (gnus-summary-highlight): Highlight read
14249         undownloaded articles as read articles.
14250
14251         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
14252         (gnus-agent-get-undownloaded-list): Mark all undownloaded
14253         articles, even read ones, as such.
14254
14255         * gnus-sum.el (gnus-summary-find-matching): Clean up.
14256         (gnus-find-matching-articles): New function.
14257         (gnus-summary-limit-include-matching-articles): New command.
14258         (gnus-summary-limit-include-thread): Include articles that have
14259         matching subjects.
14260         (gnus-offer-save-summaries): Clean up.
14261
14262 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14263
14264         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
14265
14266 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14267         From Jason Merrill <jason_merrill@redhat.com>
14268
14269         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
14270
14271 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
14272         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14273
14274         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
14275         newsgroup names when the original article is a news message.
14276
14277 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14278
14279         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
14280         supported. Suggest by Jim Meyering <jim@meyering.net>.
14281
14282 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
14283         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
14284
14285         * nnmail.el (nnmail-split-it): Added check for .* at the end of
14286         regexp in nnmail-split-fancy.
14287
14288 2001-04-10  Simon Josefsson  <simon@josefsson.org>
14289
14290         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
14291
14292 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
14293
14294         * message.el (message-send-mail): Improve the interaction with the
14295         user.
14296
14297 2001-04-10  Simon Josefsson  <simon@josefsson.org>
14298
14299         * imap.el (imap-message-copy): Work around buggy servers that
14300         doesn't send TRYCREATE tags.
14301
14302 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
14305
14306 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14307
14308         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
14309         date.
14310
14311 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14312
14313         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
14314         lives.
14315
14316 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14317
14318         * gnus-art.el (gnus-parse-news-url): New function.
14319         (gnus-button-handle-news): New function.
14320         (gnus-button-alist): Point to new functions.
14321
14322         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
14323
14324         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
14325         gnus-format-specs.
14326
14327         * message.el (message-check-news-header-syntax): Question even
14328         when Gnus doesn't know the group names.
14329         (message-send-news): Clean up.
14330
14331         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
14332         exited on purpose without saving.
14333
14334         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
14335
14336 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14337
14338         * gnus-score.el (gnus-score-orphans): Clean up.
14339
14340         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
14341
14342         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
14343         later.
14344
14345         * gnus-start.el (gnus-close-all-servers): Find the right items to
14346         close.
14347
14348         * qp.el (quoted-printable-decode-region): Just message
14349         malformation; don't quit.
14350
14351 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14352         From Gerd Moellmann <gerd@gnu.org>.
14353
14354         * gnus.el (gnus-interactive): A typo.
14355
14356 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
14357         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14358
14359         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
14360         `assq-delete-all', if that function exists; otherwise use the old
14361         definition. Documentation changed to match the one in
14362         `assq-delete-all'.
14363
14364 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14365
14366         * gnus-start.el (gnus-close-all-servers): New function.
14367
14368         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
14369         (gnus-server-remove-denials): Clean up.
14370
14371         * gnus-sum.el (gnus-summary-sort-by-original): New command and
14372         keystroke.
14373
14374 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14375
14376         * message.el (message-send-news): Message where we are sending.
14377         (message-send-mail): Ditto.
14378
14379         * gnus.el (gnus-server-string): New function.
14380
14381         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
14382
14383         * mm-decode.el (mm-default-directory): Customized.
14384         (mm-tmp-directory): Ditto.
14385
14386         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
14387         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
14388         or Chars.
14389         (gnus-summary-line-format-alist): ?l is now a string.
14390         (gnus-summary-prepare-threads): Output ? for unknown lines.
14391         (gnus-summary-insert-line): Ditto.
14392         (gnus-summary-print-article): Unbalanced parentheses.
14393
14394         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
14395         out whether new stuff has arrived.
14396
14397 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
14398
14399         * gnus-sum.el: Let printing work on ttys on Emacs.
14400
14401 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14402
14403         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
14404         when forcing news.
14405
14406         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
14407         command.
14408
14409 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
14410
14411         * message.el (message-set-auto-save-file-name): Don't use
14412         asterisks under nt.
14413
14414 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14415
14416         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
14417         lists of articles.
14418
14419         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
14420
14421         * gnus-msg.el (gnus-put-message): Clean up.
14422         (gnus-summary-reply): Mark all replied-to articles as replied to.
14423         (gnus-inews-add-send-actions): Also mark as forwarded.
14424         (gnus-summary-mail-forward): Mark as forwarded.
14425
14426         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
14427         of articles.
14428         (gnus-summary-mark-article-as-forwarded): Ditto.
14429
14430         * gnus-msg.el (gnus-summary-resend-message): Mark article as
14431         forwarded.
14432         (gnus-summary-mail-forward): Clean up.
14433
14434         * gnus.el (gnus-article-mark-lists): Added forward.
14435
14436         * gnus-sum.el (gnus-forwarded-mark): New variable.
14437         (gnus-summary-prepare-threads): Use it.
14438         (gnus-summary-update-secondary-mark): Ditto.
14439         (gnus-newsgroup-forwarded): New variable.
14440
14441 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14442
14443         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
14444         (gnus-summary-very-wide-reply): New command and keystroke.
14445         (gnus-summary-very-wide-reply-with-original): Ditto.
14446
14447         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
14448         (gnus-score-adaptive): Use it.
14449
14450         * gnus-start.el (gnus-get-unread-articles): Clean up.
14451
14452 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14453
14454         * nnultimate.el (nnultimate-retrieve-headers): Work for other
14455         boards.
14456
14457 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
14458
14459         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
14460         * gnus-start.el (gnus-subscribe-newsgroup): use it.
14461
14462 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14463
14464         * nnultimate.el (nnultimate-retrieve-headers): Understand
14465         long-form month names.
14466
14467 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14468
14469         * gnus-sum.el (gnus-summary-show-all-headers):
14470         gnus-article-show-all-headers is broken. Use
14471         gnus-summary-toggle-header instead.
14472
14473         * mml2015.el (mml2015-gpg-extract-from): No error.
14474
14475 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14476         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
14477
14478         * mml2015.el (mml2015-gpg-extract-from): New function.
14479         (mml2015-gpg-verify): Use it.
14480         (mml2015-gpg-clear-verify): Use it.
14481
14482 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14483
14484         * message.el (message-setup-fill-variables): Use
14485         fill-paragraph-function.
14486         (message-fill-paragraph): Take an argument.
14487         (message-newline-and-reformat): Take another argument.
14488
14489 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14490
14491         * message.el (rmail-output): It is in rmailout.el not rmail.el.
14492
14493 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14494
14495         * message.el (message-forward): local-variable-p takes an extra
14496         argument in XEmacs.
14497
14498 2001-03-16  Simon Josefsson  <simon@josefsson.org>
14499
14500         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
14501         `nnimap-use-nov-p' (it really tested the negative).
14502         (nnimap-retrieve-headers): Use it.
14503
14504 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14505
14506         * message.el (message-generate-headers-first): Update doc.
14507
14508 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
14509         Trivial patch.
14510
14511         * gnus.el (gnus-summary-line-format): Typo.
14512
14513 2001-03-11  Simon Josefsson  <simon@josefsson.org>
14514
14515         * mailcap.el (mailcap-mime-data): Add application/sieve.
14516         (mailcap-mime-extensions): Add .siv, .xls.
14517
14518 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14519         From Christoph Conrad <christoph.conrad@gmx.de>
14520
14521         * gnus-score.el (gnus-summary-lower-thread): Typo.
14522
14523 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14524
14525         * message.el (message-forward-decoded-p): New variable.
14526         (message-forward-subject-author-subject): Use it.
14527         (message-make-forward-subject): Use it.
14528         (message-forward): Use it.
14529
14530         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
14531
14532         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
14533         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
14534
14535 ;;Has been fixed -- zsh.
14536 ;;2001-03-05  Dave Love  <fx@gnu.org>
14537 ;;
14538 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
14539 ;;      Move it after definition of mm-coding-system-p.
14540 ;;
14541 2001-03-01  Dave Love  <fx@gnu.org>
14542
14543         * mm-util.el (mm-inhibit-file-name-handlers): Add
14544         image-file-handler.
14545
14546 2001-02-11  Dave Love  <fx@gnu.org>
14547
14548         * message.el (message-signature-file): Fix doc, :type.
14549
14550 2001-02-08  Dave Love  <fx@gnu.org>
14551
14552         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
14553         (message-posting-charset): Defvar when compiling again.
14554         (rfc2047-encodable-p): Require message.
14555
14556         * gnus-sum.el (gnus-alter-articles-to-read-function):
14557         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
14558
14559 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14560
14561         * nnrss.el: New file.
14562
14563 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
14564         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14565
14566         * rfc2047.el (rfc2047-unfold-region): Fix arg of
14567         `skip-chars-forward'.
14568
14569 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14570
14571         * nndraft.el (nndraft-request-group): Restore auto save files if
14572         the original files do not exist.
14573
14574 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14575
14576         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
14577         SCORE paths.
14578
14579         * mm-decode.el (mm-dissect-buffer): Call
14580         mail-extract-address-components only if necessary.
14581
14582 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14583
14584         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
14585         directory part.
14586         (gnus-score-search-global-directories): Use file-directory-p.
14587
14588         * gnus-score.el (gnus-score-score-files-1): Use
14589         gnus-kill-files-directory.
14590         From Adrian Aichner <adrian@xemacs.org>.
14591
14592 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14593
14594         * gnus.el (charset): Move here from gnus-sum.el.
14595
14596 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14597
14598         * mml.el (mml-preview): Disable local map.
14599
14600         * gnus-sum.el (gnus-summary-make-menu-bar): Make
14601         gnus-article-post-menu here.
14602
14603         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
14604         if it has not been made.
14605
14606 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14607
14608         * gnus-art.el (gnus-article-describe-key): Map key to event.
14609         (gnus-article-describe-key-briefly): Ditto
14610
14611 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14612
14613         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
14614
14615 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14616         From Katsumi Yamaoka <yamaoka@jpl.org>.
14617
14618         * dgnushack.el (coerce, merge, subseq): defmacro.
14619
14620 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14621
14622         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
14623         A fake defalias in nndraft.el results a not-activated bug in
14624         uncompiled versions.
14625
14626 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
14627         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14628
14629         * gnus-util.el (gnus-split-references): Handle malformed References:.
14630
14631 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14632
14633         * gnus-art.el (gnus-article-mime-part-status): 1 part.
14634
14635 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14636         From NAGY Andras <nagya@inf.elte.hu>.
14637
14638         * gnus.el (gnus-parameters): Typo.
14639
14640 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14641
14642         * gnus.el (gnus-read-method): Remove redundancy.
14643
14644 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14645
14646         * nnslashdot.el (nnslashdot-backslash-url): New variable.
14647         (nnslashdot-request-list): Use it.
14648
14649 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14650
14651         * nnml.el (nnml-generate-active-info): Fix the case when there is
14652         no file.
14653
14654         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
14655         (gnus-summary-create-article): New function.
14656
14657         * gnus-group.el (gnus-group-mark-article-read): New function.
14658
14659         * gnus-msg.el (gnus-inews-do-gcc): Use it.
14660
14661         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
14662
14663 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14664
14665         * gnus-art.el (gnus-article-edit-done): Don't use
14666         gnus-article-edit-exit.
14667         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
14668
14669         * gnus.el (gnus-parameters): New variable.
14670         Suggested by NAGY Andras <nagya@inf.elte.hu>.
14671         (gnus-parameters-get-parameter): New function.
14672         (gnus-group-find-parameter): Use it.
14673
14674 2001-02-23  Simon Josefsson  <simon@josefsson.org>
14675
14676         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
14677         change of default value to `current'.
14678
14679 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14680
14681         * nneething.el (nneething-get-head): Insert unreadable file too.
14682
14683 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14684
14685         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
14686
14687         * webmail.el (webmail-type-definition): Deja is bought by google.
14688
14689 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14690
14691         * gnus-sum.el (gnus-fetch-headers): New function.
14692         (gnus-select-newsgroup): Use it.
14693         (gnus-summary-insert-articles): New function.
14694         (gnus-summary-insert-old-articles): New function.
14695         (gnus-summary-insert-new-articles): New function.
14696
14697         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
14698         (gnus-group-list-active): Ditto.
14699         * gnus-sum.el (gnus-set-mode-line): Ditto.
14700         (gnus-summary-read-group-1): Ditto.
14701
14702 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14703
14704         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
14705         current topic.
14706
14707 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14708
14709         * smiley.el (gnus-smiley-display): Don't do widening.
14710
14711         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
14712         within body.
14713
14714         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
14715
14716         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
14717         New variable.
14718         (gnus-mime-display-multipart-related-as-mixed): New variable.
14719         (gnus-mime-display-part): Use them.
14720
14721 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14722
14723         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
14724         something special.
14725
14726 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14727
14728         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
14729         (nnweb-request-article): Call reference if exists.
14730         (nnweb-type-definition): Dejanews is bought by google.com.
14731         Beta!
14732
14733 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14734
14735         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
14736
14737 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14738
14739         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
14740         gnus-article-sort-functions.
14741         (gnus-article-sort-functions): Doc fix.  Refer to
14742         gnus-thread-sort-functions.
14743
14744 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14745         From Paul Jarc <prj@po.cwru.edu>.
14746
14747         * message.el (message-get-reply-headers): More fixes.
14748
14749 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
14750         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14751
14752         * message.el (message-get-reply-headers): Fix bug with
14753         Mail-Followup-To/to-address interaction.
14754
14755 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14756
14757         * gnus-msg.el (gnus-configure-posting-styles): Match header in
14758         gnus-article-copy.
14759
14760 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14761
14762         * message.el (message-do-send-housekeeping): Rename to a better
14763         name.
14764
14765 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14766
14767         * message.el (message-cancel-news): Check article first, then ask
14768         yes or no.
14769
14770 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14771
14772         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
14773
14774 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14775
14776         * gnus-range.el (gnus-range-normalize): New function.
14777
14778 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
14779
14780         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
14781
14782 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14783
14784         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
14785
14786         * nnagent.el (nnagent-request-regenerate): New function.
14787
14788         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
14789
14790         * nnml.el (nnml-generate-nov-databases): Accept argument
14791         server. Don't open server if it is opened.
14792         (nnml-request-regenerate): Use it. Change to deffoo.
14793
14794 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14795         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14796
14797         * gnus.el (gnus-define-group-parameter): Fix.
14798
14799 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14800
14801         * gnus.el (gnus-define-group-parameter): Improved.
14802
14803         * gnus-sum.el (charset): Define parameter.
14804         (ignored-charsets): Ditto.
14805         (gnus-summary-setup-default-charset): Use them.
14806
14807         * gnus-start.el (gnus-read-descriptions-file): Use them.
14808
14809         * gnus-cus.el (gnus-group-parameters): Remove them.
14810
14811 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14812
14813         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
14814
14815 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14816
14817         * gnus-sum.el (gnus-summary-read-group-1): Remove
14818         gnus-summary-set-local-parameters.
14819         (gnus-summary-setup-buffer): Put it here.
14820
14821 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14822
14823         * gnus.el (to-address): Define parameter.
14824         (to-list): Ditto.
14825         * gnus-art.el (article-hide-boring-headers): Use them.
14826         * gnus-msg.el (gnus-post-news): Ditto.
14827         * gnus-cus.el (gnus-group-parameters): Remove them.
14828
14829 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14830
14831         * gnus-draft.el (gnus-draft-reminder): New function.
14832
14833         * gnus-art.el (gnus-sender-save-name): New function.
14834
14835 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14836
14837         * mm-util.el (mm-mime-charset): Error message.
14838
14839 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14840
14841         * message.el (message-check-news-body-syntax): Don't check mml lines.
14842
14843 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14844
14845         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
14846         subscribe.
14847
14848         * gnus-start.el (gnus-call-subscribe-functions): New function.
14849         (gnus-find-new-newsgroups): Use it.
14850         (gnus-ask-server-for-new-groups): Use it.
14851         (gnus-check-first-time-used): Use it.
14852         (gnus-subscribe-newsgroup-method): Grok a list of functions.
14853         (gnus-subscribe-options-newsgroup-method): Ditto.
14854         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
14855         return .
14856
14857 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14858
14859         * gnus-cus.el (gnus-score-customize): Doc fix.
14860
14861 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
14862
14863         * dgnushack.el (my-getenv): Typo.
14864
14865 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14866
14867         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
14868
14869 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14870
14871         * gnus-group.el (gnus-group-suspend): Offer save summaries.
14872
14873         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
14874         (gnus-treatment-function-alist): Use it.
14875         (article-remove-leading-whitespace): New function.
14876         (gnus-article-make-menu-bar): Use it.
14877
14878         * gnus-sum.el (gnus-summary-wash-empty-map): Add
14879         remove-leading-whitespace.
14880         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
14881         because of conflict.
14882
14883 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14884
14885         * Makefile.in: Hack generating gnus-load.el.
14886         * dgnushack.el: Ditto.
14887         * gnus-load.el: Remove it.
14888
14889 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14890
14891         * dgnushack.el : Add URLDIR.
14892
14893         * Makefile.in (EMACS_COMP): Ditto.
14894
14895 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14896
14897         * gnus-cus.el (gnus-score-customize): Error on no score file.
14898
14899 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14900
14901         * mm-decode.el (mm-merge-handles): New function.
14902
14903         * mm-view.el (mm-inline-message): Use it.
14904         (mm-view-message): Ditto.
14905
14906         * mm-partial.el (mm-inline-partial): Ditto.
14907
14908         * mm-extern.el (mm-inline-external-body): Ditto.
14909
14910         * gnus-art.el (gnus-mime-view-part): Ditto.
14911         (gnus-mime-view-part-as-type): Ditto.
14912         (gnus-mime-save-part-and-strip): Prevent users to strip in some
14913         cases.
14914
14915 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14916
14917         * message.el (message-cancel-news): Allow to shoot foot.
14918         (message-supersede): Ditto.
14919
14920 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
14921         Trivial patch.
14922
14923         * gnus-sum.el (gnus-simplify-subject-re): Use
14924         message-subject-re-regexp.
14925
14926 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14927
14928         * nnmail.el (nnmail-expiry-target-group): Bind
14929         nnmail-cache-accepted-message-ids to nil.
14930
14931         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
14932         coding system.
14933
14934 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14935
14936         * qp.el (quoted-printable-encode-region): Make sure characters are
14937         between 00 and FF.  Don't check charset.
14938
14939         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
14940         in Emacs 20.
14941         * rfc2047.el (rfc2047-q-encode-region): Ditto.
14942
14943 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14944
14945         * message.el (message-make-forward-subject): Argument decoded.
14946         (message-forward): Use it when digest.
14947
14948         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
14949         buffer.
14950
14951 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14952
14953         * message.el (message-generate-headers-first): Doc fix.
14954
14955 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14956
14957         * gnus-art.el (article-make-date-line): Error proof.
14958
14959 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14960
14961         * gnus-group.el (gnus-group-listing-limit): New variable.
14962         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
14963
14964         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
14965
14966 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14967
14968         * message.el (message-newline-and-reformat): Special case for
14969         breaking at BOL.
14970
14971 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
14972
14973         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
14974         message/rfc822.
14975
14976 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14977
14978         * message.el (message-encode-message-body): Don't insert
14979         Content-Type if it is inside a mail.
14980
14981 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14982
14983         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
14984         gnus-article-commands-menu.
14985
14986         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
14987         in Emacs.
14988
14989         * gnus-start.el (gnus-read-descriptions-file): Use
14990         gnus-group-name-charset and gnus-group-charset-alist.
14991
14992 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14993
14994         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
14995         active region.
14996
14997         * gnus-start.el (gnus-group-change-level): Remove from both
14998         gnus-zombie-list and gnus-killed-list.
14999
15000 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15001
15002         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
15003         gnus-subscribe-topics.
15004
15005         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
15006
15007 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15008
15009         * gnus-art.el (gnus-article-make-menu-bar): Make
15010         gnus-article-post-menu.
15011
15012         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
15013
15014         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
15015
15016         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
15017
15018         * message.el (message-mode-menu): Ditto.
15019
15020         * gnus-art.el (defvar): eval-when-compile.
15021
15022 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15023
15024         * gnus-agent.el (gnus-agentize): Fix doc.
15025
15026 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
15027
15028         * mml.el (mml-preview): Bind `q'.
15029
15030 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15031
15032         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
15033
15034 2001-01-31  Dave Love  <fx@gnu.org>
15035
15036         * mm-util.el (mm-mime-mule-charset-alist)
15037         (mm-find-mime-charset-region): Consider mule-utf-8.
15038
15039 2001-01-31  Dave Love  <fx@gnu.org>
15040
15041         * gnus-art.el (gnus-article-x-face-command)
15042         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
15043         :version.
15044
15045 2001-01-26  Dave Love  <fx@gnu.org>
15046
15047         * mm-util.el (mm-multibyte-string-p): New.
15048
15049 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
15050 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
15051 ;;      string-as-multibyte on class.  Clarify line-folding.
15052         (quoted-printable-encode-string): Make temp buffer inherit
15053         string's multibyteness.
15054
15055 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
15056
15057         * nnheader.el (toplevel): Don't require `gnus-util' at
15058         compile-time; this creates a circular dependency, and prevents
15059         a bootstrap.
15060
15061 2001-01-22  Andreas Schwab  <schwab@suse.de>
15062
15063         * nnheader.el (gnus-delete-line): Autoload it as a macro.
15064
15065 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15066
15067         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
15068
15069         * gnus-art.el (article-hide-list-identifiers): Ditto.
15070
15071         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
15072
15073 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15074
15075         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
15076
15077         * gnus-art.el (article-hide-list-identifiers): Similar.
15078
15079 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
15080
15081         * nnmail.el (nnmail-remove-list-identifiers): Improved.
15082
15083 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15084
15085         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
15086
15087 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15088
15089         * gnus-util.el (gnus-string-equal): New function.
15090
15091         * gnus-art.el (article-hide-boring-headers): Use it.
15092
15093 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
15094
15095         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
15096
15097 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15098
15099         * gnus-msg.el (gnus-msg-mail): Support switch-action.
15100
15101 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15102
15103         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
15104         command if there is not last-saver.
15105
15106 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15107
15108         * nntp.el (nntp-open-connection): 201 is possible.
15109
15110 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15111
15112         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
15113         (rfc2047-charset-encoding-alist): Add big5.
15114
15115 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15116
15117         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
15118         (gnus-agent-remove-server): Ditto.
15119         (autoload): gnus-server-update-server.
15120
15121         * gnus-srvr.el (gnus-server-line-format): Add %a.
15122         (gnus-server-line-format-alist): Add gnus-tmp-agent.
15123         (gnus-server-insert-server-line): Use it.
15124
15125 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15126
15127         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
15128         GB2312 and Big5.
15129
15130 2001-01-24  Simon Josefsson  <sj@extundo.com>
15131
15132         * mail-source.el (mail-sources): Add :program specifier to IMAP
15133         mail source.
15134         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
15135
15136 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15137
15138         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
15139
15140 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15141
15142         * nntp.el (nntp-wait-for): Return the success code.
15143         (nntp-open-connection): Use it.
15144
15145 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15146
15147         * gnus-int.el (gnus-check-server): Allow breaking the opening.
15148
15149 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15150
15151         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
15152
15153 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15154
15155         * gnus-sum.el (gnus-summary-print-article): Take one prefix
15156         argument. Allow to print several articles in one file.
15157
15158 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15159
15160         * webmail.el (webmail-type-definition): netaddress changes.
15161
15162 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15163
15164         * gnus.el: Fix copyright. Remove trailing spaces.
15165
15166         * message.el (message-forward): Use mule4.
15167
15168 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15169
15170         * mm-util.el (mm-string-as-unibyte): New function.
15171
15172         * message.el (message-forward): Use it.
15173
15174 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15175
15176         * message.el (message-cite-original-without-signature): Don't peel
15177         off the blank line.
15178         (message-get-reply-headers): Add Cc if it is not in follow-to.
15179
15180 2001-01-20  Simon Josefsson  <sj@extundo.com>
15181
15182         * mm-decode.el (mm-handle-multipart-from): Add.
15183         (mm-dissect-buffer): Save From: header value.
15184         (mm-security-from): Remove.
15185         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
15186
15187         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
15188         instead of `mml-security-from'.  Protect null from value.
15189
15190 2001-01-20  Simon Josefsson  <sj@extundo.com>
15191
15192         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
15193         application/vnd.ms-excel attachments.
15194
15195 2001-01-19  Simon Josefsson  <sj@extundo.com>
15196
15197         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
15198
15199 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15200
15201         * message.el (message-ignored-mail-headers): Ditto.
15202
15203 2001-01-19  Simon Josefsson  <sj@extundo.com>
15204
15205         * message.el (message-ignored-news-headers): Only search beginning
15206         of line.
15207
15208 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
15209         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
15210
15211         * message.el (message-send-mail): Content-Type may not be there.
15212
15213 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15214
15215         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
15216         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
15217
15218         * gnus-art.el (article-display-x-face): Insert X-Face if there is
15219         not.
15220
15221 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15222
15223         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
15224         non-native groups.
15225
15226 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15227
15228         * message.el (message-yank-original): Understand
15229         universal-argument.
15230
15231 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15232
15233         * gnus-art.el (gnus-boring-article-headers): Add to-address.
15234         (article-hide-boring-headers): Ditto.
15235
15236         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
15237
15238 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15239
15240         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
15241         one.
15242
15243 2001-01-16  Simon Josefsson  <simon@josefsson.org>
15244
15245         * message.el (message-make-in-reply-to): Add comment to message-id
15246         (old syntax, see 2000-08-02 change).
15247
15248 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15249
15250         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
15251         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
15252         (gnus-button-reply): Ditto.
15253
15254 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15255
15256         * gnus-art.el (article-display-x-face): Fix.
15257
15258 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15259
15260         * gnus-art.el (article-display-x-face): Use
15261         gnus-original-article-buffer.
15262
15263 2001-01-15  Jack Twilley  <jmt@tbe.net>
15264
15265         * message.el (message-add-header): Move to point-max.
15266
15267 2001-01-15  Simon Josefsson  <simon@josefsson.org>
15268
15269         * smime.el (smime-CA-directory, smime-CA-file): Change default to
15270         nil, improve documentation.
15271         (smime-certificate-directory): Comment out false hints (until it
15272         is implemented).
15273
15274         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
15275         there aren't any keys.
15276         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
15277         verify certificate.  Default is changed to only check integrity.
15278         Improved security status texts.  If a certificate doesn't contain
15279         a email address, don't fail.
15280
15281         * smime.el (smime-noverify-region):
15282         (smime-noverify-buffer): New functions.  Verifies integrity only.
15283
15284 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15285
15286         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
15287
15288 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15289
15290         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
15291         (gnus-remove-some-windows): Ditto.
15292
15293 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15294
15295         * gnus-art.el (article-make-date-line): 11th.
15296
15297 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15298
15299         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
15300         (mml2015-gpg-sign): Ditto.
15301
15302 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15303
15304         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
15305         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
15306
15307 2001-01-08  Dave Love  <fx@gnu.org>
15308
15309         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
15310         single character.
15311
15312         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
15313
15314         * message.el: Doc and message fixes.
15315         (message-send-rename-function)
15316         (message-make-forward-subject-function)
15317         (message-send-mail-function, message-reply-to-function)
15318         (message-wide-reply-to-function, message-followup-to-function)
15319         (message-distribution-function, message-auto-save-directory): Fix
15320         :type.
15321
15322         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
15323         proceeding after warnings.  Amend multipart warning message.
15324
15325 2001-01-04  Dave Love  <fx@gnu.org>
15326
15327         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
15328         compiling.
15329         (gnus-make-directory): Require nnmail.
15330
15331         * mm-decode.el (mm-inline-media-tests): Add
15332         image/x-portable-bitmap.
15333         (mm-get-image): Grok pbm.
15334
15335 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
15336
15337         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
15338
15339 2001-01-09  Didier Verna  <didier@xemacs.org>
15340
15341         * dgnushack.el (dgnushack-compile): give a dummy value to
15342         `gnus-xmas-glyph-directory' for the time of compilation.
15343         * gnus-agent.el: moved some XEmacs specific hook add-ons from
15344         `gnus-xmas-[re]define' to avoid loosing user custom settings.
15345         * gnus-art.el: ditto.
15346         * gnus-group.el: ditto.
15347         * gnus-salt.el: ditto.
15348         * gnus-sum.el: ditto.
15349         * gnus-topic.el: ditto.
15350         * gnus-xmas.el (gnus-xmas-define): see above.
15351         * gnus-xmas.el (gnus-xmas-redefine): see above.
15352         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
15353         non-continuable error when the directory can't be found.
15354
15355 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15356
15357         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
15358         handle.
15359         * gnus-art.el (gnus-mime-view-part): Copy it.
15360         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
15361
15362 2001-01-09  Michael Downes  <mjd@ams.org>
15363
15364         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
15365
15366 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15367
15368         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
15369         orig-file. Use ',source.
15370
15371 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15372
15373         * gnus-xmas.el (gnus-xmas-modeline-glyph):
15374         (gnus-xmas-group-startup-message):
15375         Detect gnus-xmas-glyph-directory when it is nil.
15376
15377 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15378
15379         * pop3.el (pop3-get-message-count): Andrew Innes
15380         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
15381
15382 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15383
15384         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
15385
15386         * time-date.el (time-to-number-of-days): New function.
15387
15388 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
15389         Trivial patch.
15390
15391         * nnslashdot.el (nnslashdot-request-list): Always get the right
15392         sid.
15393
15394 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15395
15396         * message.el (message-minibuffer-local-map): New keymap.
15397         (message-read-from-minibuffer): Use it.
15398         * gnus-msg.el (gnus-summary-resend-message): Use it
15399
15400 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15401
15402         * gnus-start.el (gnus-display-time-event-handler): New function.
15403         (gnus-after-getting-new-news-hook): Use it.
15404
15405 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15406
15407         * message.el (message-ignored-mail-headers): Add draft header.
15408
15409 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15410
15411         * gnus-sum.el (gnus-summary-expire-articles): Don't save
15412         excursion.
15413
15414         * nnslashdot.el (nnslashdot-request-list): Get the right year.
15415
15416 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
15417         A revoked patch.
15418
15419         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
15420
15421 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15422
15423         * qp.el (quoted-printable-decode-region): Don't backward-char.
15424
15425 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15426
15427         * gnus-draft.el: Mark articles as replied.
15428
15429         * gnus-sum.el (gnus-summary-add-mark): New function.
15430
15431         * gnus-group.el (gnus-add-mark): New function.
15432
15433         * gnus-sum.el (gnus-summary-buffer-name): New function.
15434         (gnus-summary-setup-buffer): Use it.
15435
15436         * gnus-draft.el: Set things up with the right post method and
15437         stuff.
15438
15439         * message.el (message-ignored-news-headers): Remove X-Draft-From.
15440
15441         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
15442
15443         * gnus.el (gnus-draft-meta-information-header): New variable.
15444
15445 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15446
15447         * gnus-art.el (gnus-treatment-function-alist): Move the date
15448         functions before the header sorting functions.
15449
15450         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
15451
15452         * dgnushack.el (dgnushack-compile): Message whether there is w3.
15453         Don't (push "/usr/share/emacs/site-lisp" load-path).
15454
15455         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
15456         to empty fill prefixes.
15457
15458 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15459
15460         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
15461         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
15462
15463 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15464
15465         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
15466
15467         * nnml.el (autoload): Move to nnheader.el.
15468
15469         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
15470         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
15471         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
15472         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
15473
15474 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15475
15476         * gnus-art.el (article-make-date-line): Get the hours right.
15477         (gnus-ignored-headers): More hiding.
15478
15479         * nnmail.el (nnmail-expiry-wait): Not an integer.
15480
15481         * message.el (message-goto-body): Only expand abbrev when called
15482         interactively.
15483         (message-make-lines): Use it.
15484
15485 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15486
15487         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
15488
15489 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15490
15491         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
15492         include the expunged articles.
15493
15494         * gnus-group.el (gnus-group-sort-by-server): New function.
15495
15496         * gnus.el (gnus-method-to-server-name): New function.
15497         (gnus-group-prefixed-name): Use it.
15498
15499         * gnus-group.el (gnus-group-sort-function): Doc fix.
15500         (gnus-group-sort-groups-by-server): New command.
15501
15502 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15503
15504         * gnus-art.el (gnus-treat-date-english): New variable.
15505         (article-date-english): New command.
15506         (gnus-english-month-names): New variable.
15507         (article-make-date-line): Do 'english.
15508
15509         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
15510         after the fill prefix.
15511
15512         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
15513         score...".
15514
15515         * gnus-art.el (gnus-ignored-headers): Hide more headers.
15516
15517         * message.el (message-mode-map): Bind comment-region.
15518
15519         * gnus-art.el (gnus-mime-display-part): Let w3 display
15520         multipart/related.
15521
15522         * mm-bodies.el (mm-long-lines-p): New function.
15523         (mm-body-encoding): Use it.
15524         (mm-body-encoding): Encode articles with lines longer than 1000
15525         characters.
15526
15527 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15528
15529         * mm-util.el (mm-enable-multibyte): Use
15530         default-enable-multibyte-characters.
15531         (mm-enable-multibyte-mule4): Ditto.
15532         (mm-disable-multibyte): Test XEmacs.
15533         (mm-disable-multibyte-mule4): Ditto.
15534         (mm-with-unibyte-current-buffer): Simplified.
15535         (mm-with-unibyte-current-buffer-mule4): Ditto.
15536
15537 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15538
15539         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
15540
15541         * nnheader.el (nnheader-string-as-multibyte): New alias.
15542
15543         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
15544
15545         * gnus-uu.el (gnus-message-process-mark): New function.
15546         (gnus-uu-mark-by-regexp): Use it.
15547         (gnus-new-processable): New function.
15548
15549 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
15550          Trivial patch.
15551
15552         * gnus-sum.el (gnus-no-mark): New variable.
15553
15554 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15555
15556         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
15557         backslashes.
15558
15559 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15560
15561         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
15562         definition.
15563
15564 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15565
15566         * dgnushack.el (dgnushack-compile): elc is in the current directory.
15567
15568         * qp.el (quoted-printable-encode-region): Don't check multibyte in
15569         XEmacs.
15570
15571 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
15572         Trivial patch.
15573
15574         * mml.el (mml-read-tag): Save tag location.
15575
15576 2000-12-25  Simon Josefsson  <simon@josefsson.org>
15577
15578         * starttls.el: Sync with Emacs 21.
15579
15580 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15581
15582         * message.el (message-mail): Support yank-action.
15583
15584         * message.el (message-setup): Revoke the last change.
15585
15586 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15587
15588         * message.el (message-setup): Use cons. Suggested by Johan Vromans
15589         <jvromans@squirrel.nl>.
15590
15591 2000-12-24  Simon Josefsson  <sj@extundo.com>
15592
15593         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
15594         mailing list junk at end of part.
15595
15596 2000-12-23  Simon Josefsson  <sj@extundo.com>
15597
15598         * nnimap.el (nnimap-expiry-target): New function.
15599         (nnimap-request-expire-articles): Use it.
15600
15601 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15602
15603         * gnus.el (gnus-group-parameters-more): New variable.
15604         * gnus-cus.el (gnus-group-customize): Use it.
15605
15606         * gnus.el (gnus-define-group-parameter): New macro.
15607         (auto-expire): Use it
15608         (total-expire): Use it.
15609         * gnus-art.el (banner): Use it.
15610
15611         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
15612         <ljz@asfast.com>.
15613
15614 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15615
15616         * gnus-topic.el (gnus-topic-create-topic): Use list.
15617
15618         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
15619         before binding gnus-default-article-saver.
15620
15621         * gnus-sum.el (gnus-summary-save-article):
15622         (gnus-summary-pipe-output):
15623         (gnus-summary-save-article-mail):
15624         (gnus-summary-save-article-rmail):
15625         (gnus-summary-save-article-file):
15626         (gnus-summary-write-article-file):
15627         (gnus-summary-save-article-body-file): Ditto.
15628
15629         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
15630
15631 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15632
15633         * gnus-art.el (gnus-mime-security-button-map):
15634         (gnus-mime-button-map): Add parent.
15635
15636 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15637
15638         * messagexmas.el (message-xmas-redefine): New function.
15639
15640         * message.el: Use it.
15641
15642         * gnus-art.el (gnus-article-check-hidden-text): Return t.
15643
15644         * gnus-util.el (gnus-remove-text-properties-when): Return t.
15645
15646 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15647
15648         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
15649         malformatted messages.
15650
15651 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15652
15653         * mm-util.el (mm-image-load-path): New function.
15654
15655         * gnus-group.el (gnus-group-make-tool-bar): Use it.
15656
15657         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
15658
15659         * message.el (message-tool-bar-map): Use it.
15660
15661         * Makefile.in (install-el): New rule.
15662
15663 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * gnus-art.el (article-treat-dumbquotes): Quote \.
15666
15667 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15668
15669         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
15670         Emacs 20 runs on a terminal.
15671
15672 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15673
15674         * gnus-msg.el (gnus-bug): Revert to save-excursion.
15675
15676         * mml.el (gnus-add-minor-mode): Autoload.
15677
15678         * message.el (message-forward): Save-restriction.
15679
15680 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15681
15682         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
15683         Paul Stevenson <p.stevenson@surrey.ac.uk>
15684
15685 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15686
15687         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
15688
15689         * mml.el (gnus-ems): Don't require.
15690
15691         * gnus.el (gnus-decode-rfc1522): Removed.
15692         (gnus-set-text-properties): Define.
15693
15694 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15695
15696         * gnus-art.el (gnus-mime-*): handle may be nil.
15697
15698         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
15699
15700         * gnus.el (gnus-group-remove-excess-properties): Not defined
15701         in gnus-xmas.
15702
15703 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15704
15705         * message.el (message-mail-user-agent): Add :version.
15706
15707 2000-12-21  Miles Bader  <miles@gnu.org>
15708
15709         * message.el (message-mode): Set `comment-start' to the  yank prefix.
15710
15711 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15712
15713         * message.el (message-mail-user-agent): New variable.
15714         (message-setup): Renamed to message-setup-1. Support
15715         mail-user-agent.
15716         (message-mail-user-agent): New function.
15717         (message-mail): Use it.
15718         (message-reply): Use it.
15719         (message-resend): Use it.
15720         (message-mail-other-window): Use it.
15721         (message-mail-other-frame): Use it.
15722
15723         * gnus-msg.el (gnus-bug): Support mail-user-agent.
15724
15725 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15726
15727         * message.el (message-tool-bar-map): Simplify.
15728         (message-narrow-to-head-1): New function.
15729         (message-narrow-to-head): Use it.
15730         (message-reply): Ditto.
15731         (message-cancel-news): Ditto.
15732         (message-supersede): Ditto.
15733         (message-make-forward-subject): Ditto.
15734         (message-bounce): Ditto.
15735
15736 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15737
15738         * uudecode.el (uudecode-decode-region-external): make-temp-file
15739         may not be defined.
15740
15741         * binhex.el (defalias): eval-and-compile.
15742
15743         * message.el (message-tool-bar-map): New function.
15744         (message-mode): Use it.
15745
15746 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15747
15748         * nntp.el (nntp-find-connection): Remove the entry.
15749         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
15750
15751 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15752
15753         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
15754
15755         * message.el (message-forward): Copy buffer in unibyte mode.
15756
15757 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15758
15759         * message.el (message-make-forward-subject): Don't widen. Decode.
15760         (message-forward): Don't decode subject.
15761
15762 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
15763
15764         * qp.el (quoted-printable-encode-region): Upcase QP.
15765
15766 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15767
15768         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
15769         mail-extract-a-c instead. Don't depend on Gnus.
15770
15771         * mml.el (gnus-ems): Require it.
15772
15773         * gnus-msg.el (gnus-summary-mail-forward):
15774
15775         * message.el (message-forward):  Move mime-to-mml here.
15776
15777 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15778
15779         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
15780         * gnus-art.el (gnus-insert-mime-button): Simplify.
15781         (gnus-mime-display-alternative): Ditto.
15782         (gnus-insert-mime-security-button): Ditto.
15783
15784 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15785
15786         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
15787         text-property-not-all doesn't return nil when start=mark(end).
15788         (gnus-remove-text-properties-when): Ditto.
15789
15790 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15791
15792         * gnus-start.el (gnus-group-change-level): Remove group from
15793         gnus-active-hashtb if real killed.
15794
15795 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15796
15797         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
15798         (gnus-mime-display-alternative): Ditto.
15799         (gnus-insert-mime-security-button): Ditto.
15800
15801 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15802
15803         * gnus-start.el (gnus-group-change-level): Don't add it into
15804         killed-list if it was killed.
15805
15806 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15807
15808         * nnmbox.el (nnmbox-file-coding-system): Use binary.
15809         (nnmbox-active-file-coding-system): Ditto.
15810
15811         * gnus-cus.el (gnus-group-parameters): Add posting-style.
15812
15813 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15814
15815         * gnus.el (gnus-version):
15816         (gnus-version-number): Set to Oort Gnus 0.01.
15817
15818         * gnus-art.el (gnus-mime-security-button-map):
15819         (gnus-insert-mime-security-button): Fix for Emacs21.
15820
15821 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15822
15823         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
15824         easymenu, because XEmacs doesn't understand :help.
15825
15826         * mm-uu.el: Require binhex.
15827
15828 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15829
15830         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
15831
15832 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15833
15834         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
15835
15836 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
15837
15838         * *.xpm, *.pbm: Convert icons icons to size 24x24.
15839
15840 2000-12-18  Dave Love  <fx@gnu.org>
15841
15842         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
15843         (unused).
15844
15845 2000-12-13  Miles Bader  <miles@gnu.org>
15846
15847         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
15848         to t, so that we don't get stuck while trying to smilefy
15849         intangible text.
15850
15851 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
15852
15853         * smiley-ems.el (smiley-regexp-alist): Make regexps match
15854         at the end of the buffer.
15855         (smiley-region): In the loop, move to the end of the submatch
15856         matching the smiley instead of using the end of the match
15857         of the whole regexp.
15858
15859 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
15860
15861         * message.el (message-mode): Doc fix.
15862
15863 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
15864
15865         * smiley-ems.el (smiley-region): Doc fix.
15866
15867 2000-12-11  Miles Bader  <miles@gnu.org>
15868
15869         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
15870         bottom line visible, check to see if it's partially obscured, and
15871         if so, either scroll one more line to make it fully visible, or
15872         revert to showing the second line from the top.
15873
15874 2000-12-07  Dave Love  <fx@gnu.org>
15875
15876         * mailcap.el (mailcap-download-directory)
15877         * gnus-audio.el (gnus-audio-directory)
15878         * smiley-ems.el (smiley-data-directory): Fix :type.
15879
15880 2000-11-30  Dave Love  <fx@gnu.org>
15881
15882         * message.el (message-auto-save-directory): Use
15883         file-name-as-directory.
15884         (message-set-auto-save-file-name): Create
15885         message-auto-save-directory if necessary.
15886         (message-replace-chars-in-string): Removed -- unused.
15887         (message-mail-alias-type): Customize.
15888         (message-headers): Remove duplicate defgroup.
15889
15890 2000-11-29  Dave Love  <fx@gnu.org>
15891
15892         * qp.el (quoted-printable-decode-region): Use error, not message
15893         to report malformed text (like base64).  Amend message.
15894
15895 2000-11-29  Miles Bader  <miles@gnu.org>
15896
15897         * message.el (message-header-lines): Fontify tag.
15898
15899 2000-11-27  Dave Love  <fx@gnu.org>
15900
15901         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
15902         compiler warning.
15903
15904 ;2000-11-26  Dave Love  <fx@gnu.org>
15905 ;
15906 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
15907 ;
15908 2000-11-23  Dave Love  <fx@gnu.org>
15909
15910         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
15911
15912         * mm-uu.el (uudecode): Require.
15913         (uudecode-decode-region, uudecode-decode-region-external): Don't
15914         autoload.
15915         (mm-uu-copy-to-buffer): Doc fix.
15916         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
15917         type fix.
15918
15919         * mailcap.el: Doc fixes.
15920         (mailcap-mime-data): Various adjustments.
15921         (mailcap): New group.
15922         (mailcap-download-directory): Customize.
15923         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
15924         (mailcap-temporary-directory): Deleted (unused).
15925         (mailcap-unescape-mime-test): Simplify slightly.
15926         (mailcap-viewer-passes-test): Use functionp.
15927         (mailcap-command-p): Aliased to executable-find.
15928
15929         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
15930         default-enable-multibyte-characters is nil.
15931
15932 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
15933
15934         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
15935
15936 2000-11-21  Dave Love  <fx@gnu.org>
15937
15938         * gnus-art.el (gnus-mime-button-map): Don't inherit from
15939         gnus-article-mode-map.
15940 ;       (gnus-mime-button-menu): Use mouse-set-point.
15941         (gnus-insert-mime-button, gnus-mime-display-alternative)
15942         (gnus-mime-display-alternative): Don't use local-map property.
15943
15944 2000-11-17  Dave Love  <fx@gnu.org>
15945
15946         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
15947         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
15948         and make-temp-file.
15949         (uudecode-decode-region): Doc fix.
15950
15951 2000-11-14  Dave Love  <fx@gnu.org>
15952
15953         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
15954         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
15955         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
15956         New files, derived from the XPMs.
15957
15958 2000-11-10  Dave Love  <fx@gnu.org>
15959
15960         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
15961         (gnus-agent-lib-file, gnus-agent-load-alist)
15962         (gnus-agent-save-alist, gnus-agent-article-name): Use
15963         expand-file-name.
15964
15965         * gnus-group.el (gnus-group-name-charset-method-alist): Add
15966         :version.
15967         (nnkiboze-score-file): Defvar when compiling.
15968
15969         * gnus-start.el (gnus-read-newsrc-file): Add :version.
15970
15971         * gnus-art.el (gnus-article-banner-alist)
15972         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
15973         (gnus-article-date-lapsed-new-header)
15974         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
15975         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
15976         (gnus-treat-strip-headers-in-body)
15977         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
15978         (gnus-treat-translate): Add :version.
15979         (gnus-article-mime-part-function): Fix defcustom.
15980
15981         * nnmail.el (nnmail-expiry-target)
15982         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
15983         (nnmail-split-header-length-limit): Add :version.
15984
15985         * gnus-sum.el (gnus-auto-expirable-marks)
15986         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
15987         (gnus-extra-headers, gnus-ignored-from-addresses)
15988         (gnus-newsgroup-ignored-charsets)
15989         (gnus-group-highlight-words-alist)
15990         (gnus-summary-show-article-charset-alist): Add :version.
15991
15992         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
15993         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
15994         files, converted from the XPMs.
15995
15996         * gnus-cache.el (gnus-cache-active-file): Don't use
15997         file-name-as-directory on directory.
15998         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
15999         use file-name-as-directory on directory.
16000
16001         * time-date.el (timezone-make-date-arpa-standard): Autoload.
16002         (date-to-time): Use it.
16003
16004 ;       * message.el (message-mode) <adaptive-fill-regexp>:
16005 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
16006 ;       (message-newline-and-reformat): Likewise.
16007         (message-forward-as-mime, message-forward-ignored-headers)
16008         (message-buffer-naming-style, message-default-charset)
16009         (message-dont-reply-to-names, message-send-mail-partially-limit):
16010         Add :version.
16011
16012         * mm-util.el: Doc fixes.
16013         (mm-mime-charset): Don't use the raw result of
16014         mm-preferred-coding-system.
16015         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
16016         (mm-with-unibyte): Simplify.
16017
16018         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
16019         concat.
16020
16021         * pop3.el (pop3-version): Deleted.
16022         (pop3-make-date): New function, avoiding message-make-date.
16023         (pop3-munge-message-separator): Use it.
16024
16025 2000-11-09  Dave Love  <fx@gnu.org>
16026
16027         * gnus-group.el (gnus-group-make-directory-group)
16028         (gnus-group-fetch-faq): Use expand-file-name.
16029         (gnus-group-fetch-faq): Simplify completing-read form.
16030
16031         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
16032         test for Mule.
16033
16034         * message.el (tool-bar-map): Defvar when compiling.
16035
16036         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
16037         (gnus-tm-lisp-directory): Deleted.
16038         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
16039         (featurep 'xemacs).
16040         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
16041         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
16042         version numbers from file names.
16043
16044 2000-11-08  Dave Love  <fx@gnu.org>
16045
16046         * mm-view.el: Use featurep for XEmacs test.
16047         (mm-inline-message): Test for `remove-specifier'; don't use
16048         condition-case.
16049
16050         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
16051
16052         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
16053         (gnus-score-find-bnews): Don't concat "".
16054
16055         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
16056         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
16057         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
16058         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
16059
16060         * gnus-sum.el: Put some defvars in eval-when-compile.
16061         (gnus-summary-mode-hook): Add :options.
16062         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
16063         (gnus-summary-tool-bar-map): New variable.
16064         (gnus-summary-make-tool-bar): New function.
16065         (gnus-summary-mode): Put kill-all-local-variables first.
16066
16067         * gnus-group.el (gnus-group-toolbar-map): New variable.
16068         (gnus-group-make-tool-bar): Rewritten.
16069         (gnus-group-mode): Put kill-all-local-variables first.
16070
16071         * rfc2047.el: Require gnus-util.
16072
16073         * nnml.el (gnus-sorted-intersection): Autoload.
16074
16075         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
16076         Put some defvars in eval-when-compile.
16077         (gnus-intersection, gnus-sorted-complement):  Autoload.
16078
16079         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
16080
16081         * mm-encode.el (mm-body-7-or-8): Autoload.
16082
16083         * mm-decode.el (mm-insert-inline): Autoload.
16084
16085         * mml.el:
16086         * message.el: Put some defvars in eval-when-compile.
16087
16088         * gnus-msg.el: Put some defvars in eval-when-compile.
16089         (gnus-msg-mail): Move after gnus-setup-message.
16090
16091         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
16092
16093 2000-11-07  Dave Love  <fx@gnu.org>
16094
16095         * gnus-util.el (nnheader): Don't require message (recursive
16096         autoload).
16097
16098         * uudecode.el: Avoid compiler warnings.
16099
16100         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
16101         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
16102
16103 2000-11-06  Dave Love  <fx@gnu.org>
16104
16105         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
16106
16107         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
16108         (uudecode-char-int): New alias, replacing char-int.
16109         (uudecode-decode-region): Don't call buffer-disable-undo.
16110
16111 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
16112 ;       (mm-uu-configure-list): Doc fix.
16113 ;
16114 ;       * earcon.el (running-xemacs): Don't define.
16115 ;
16116 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16117 ;
16118 ;       * message.el (message-font-lock-keywords): Match a final newline
16119 ;       to help font-lock's multiline support.
16120 ;
16121 2000-11-03  Dave Love  <fx@gnu.org>
16122
16123         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
16124
16125         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
16126         name.
16127
16128         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
16129         <banner>: Fix custom type, doc.
16130
16131         * mm-decode.el (mm-display-external): Space-prefix temp buffer
16132         name.  Don't disable undo explicitly.
16133
16134 ;2000-11-02  Dave Love  <fx@gnu.org>
16135 ;
16136 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
16137 ;       cite-prefix.
16138
16139 2000-11-01  Dave Love  <fx@gnu.org>
16140
16141         * rfc2047.el (base64): Require unconditionally.
16142         (message-posting-charset): Defvar when compiling.
16143         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
16144         message.
16145
16146         * gnus-sum.el (nnoo): Require.
16147         (mm-uu-dissect): Autoload.
16148
16149         * mml.el (mml-parse-1): Clarify message.
16150         (mml-minibuffer-read-type): Use mailcap-mime-types.
16151
16152 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
16153
16154         * mml.el: Fix a typo in the requiring of CL.
16155
16156 2000-11-01  Dave Love  <fx@gnu.org>
16157
16158         * utf7.el: Require cl when compiling.
16159
16160         * binhex.el: Use (featurep 'xemacs).
16161         (binhex-char-int): New alias, replacing char-int.  Change callers.
16162         (binhex-decode-region): Simplify work buffer code.
16163         (binhex-decode-region-external): Use expand-file-name, not concat.
16164
16165 2000-10-30  Dave Love  <fx@gnu.org>
16166
16167         * gnus-art.el: Fix 2000-10-27 change properly.
16168
16169 2000-10-28  Miles Bader  <miles@gnu.org>
16170
16171         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
16172
16173 2000-10-27  Dave Love  <fx@gnu.org>
16174
16175         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
16176         strings.
16177         (gnus-group-make-tool-bar): New function.
16178         (gnus-group-mode): Use it.
16179
16180         * message.el (message-mode-menu): Add some :help strings.
16181         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
16182         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
16183
16184         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
16185         * describe-group.xpm, get-news.xpm, kill-group.xpm:
16186         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
16187
16188         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
16189         display-graphic-p here.
16190
16191 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
16192
16193         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
16194         of the `gnus-xemacs' variable, as the latter has been removed.
16195         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
16196         * gnus-art.el (gnus-treat-display-xface)
16197         (gnus-treat-display-smileys, gnus-treat-display-picons)
16198         (gnus-article-read-summary-keys): Likewise.
16199
16200 2000-10-26  Dave Love  <fx@gnu.org>
16201
16202         (defvar): Use rmail-spool-directory unconditionally.
16203
16204 2000-10-18  Dave Love  <fx@gnu.org>
16205
16206         * mm-bodies.el (mm-uu-decode-function)
16207         (mm-uu-binhex-decode-function): Defvar when compiling.
16208
16209         * gnus-nocem.el (gnus-nocem-issuers): Update.
16210         (gnus-nocem-check-from): New option.
16211         (gnus-nocem-scan-groups): Use it.
16212         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
16213         (gnus-nocem-check-article-limit): Add :version.
16214
16215 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
16216
16217         * ietf-drums.el (mm-util): Require CL when compiling.
16218
16219 2000-10-15  Dave Love  <fx@gnu.org>
16220
16221         * qp.el: Require mm-util.
16222
16223 2000-10-13  Dave Love  <fx@gnu.org>
16224
16225         * qp.el (quoted-printable-decode-region): Avoid invalid
16226         coding-systems.
16227
16228 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
16229
16230         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
16231         to a recursive load.
16232
16233 2000-10-12  Dave Love  <fx@gnu.org>
16234
16235         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
16236
16237         * gnus.el (gnus-group-startup-message): Check for PBM image.
16238
16239 2000-10-09  Dave Love  <fx@gnu.org>
16240
16241         * mail-source.el (mail-source-fetch-imap): Bind
16242         default-enable-multibyte-characters rather than using
16243         mm-disable-multibyte.
16244
16245 2000-10-05  Dave Love  <fx@gnu.org>
16246
16247         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
16248         Autoload.
16249         (quoted-printable-decode-region):  Rename arg which confused
16250         charset with coding-system.  Don't use nonascii-insert-offset.
16251         Coding-system encode the region initially.  Don't recognize `=='
16252         as valid QP.  Coding-system decode the region finally.
16253         (quoted-printable-decode-string): Rename arg which confused
16254         charset with coding-system.
16255
16256         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
16257         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
16258         mm-encode-coding-region.
16259         (mm-decode-body, mm-decode-string): Rename variables which
16260         confused charset with coding-system.
16261         (binhex-decode-region): Don't autoload.
16262         (mm-body-encoding): Require message.
16263         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
16264         cond branches.
16265
16266         * gnus-art.el (article-de-quoted-unreadable)
16267         (article-de-base64-unreadable): Fold search case
16268         rather than downcasing string.  Apply mm-charset-to-coding-system
16269         to arg of quoted-printable-decode-region.
16270
16271 2000-10-04  Dave Love  <fx@gnu.org>
16272
16273         * gnus-ems.el: Don't turn off compiler warnings in local vars.
16274         Require ring when compiling.
16275         (gnus-article-compface-xbm): New variable.
16276
16277 2000-10-04  Dave Love  <fx@gnu.org>
16278
16279         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
16280         pbm images.
16281
16282         * frown.pbm, smile.pbm, wry.pbm: New files.
16283
16284         * frown.xbm, smile.xbm, wry.xbm: Deleted.
16285
16286 2000-10-03  Dave Love  <fx@gnu.org>
16287
16288         * mail-source.el (mail-sources): Revert to nil.
16289
16290         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
16291
16292         * qp.el: Don't require mm-util.
16293         (quoted-printable-decode-region): Rewritten.
16294         (quoted-printable-decode-string, quoted-printable-encode-region):
16295         Doc fix.
16296         (quoted-printable-encode-region): Barf on multibyte characters.
16297         Maybe make the class multibyte.  Upcase chars, not formatted
16298         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
16299         (quoted-printable-encode-string): Don't use
16300         mm-with-unibyte-buffer.
16301
16302 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
16303
16304         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
16305
16306 2000-09-21  Dave Love  <fx@gnu.org>
16307
16308         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
16309         (for Emacs 20).  Tidy somewhat.
16310
16311 2000-09-21  Dave Love  <fx@gnu.org>
16312
16313         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
16314         image processing.  Rationalize logic somewhat.
16315
16316 2000-09-20  Dave Love  <fx@gnu.org>
16317
16318         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
16319         specifically.
16320
16321         * gnus.el (gnus-version-number): Avoid some redundant
16322         autoloads.
16323
16324 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
16325
16326         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
16327         to XBM; we always have PBM support.
16328
16329 2000-09-14  Dave Love  <fx@gnu.org>
16330
16331         * gnus.el (gnus-charset):
16332         * mm-decode.el (mime-display):
16333         * imap.el (imap) <defgroup>: Add :version.
16334
16335 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
16336
16337         * parse-time.el: Fix author's mail address.
16338
16339         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
16340         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
16341         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
16342         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
16343         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
16344         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
16345         * rfc2231.el, uudecode.el: Fix copyright notice.
16346
16347         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
16348         require `w3' at load-time only if not running in batch mode.
16349
16350 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16351
16352         * gnus.el: Before merge with Emacs21.
16353
16354 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
16355
16356         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
16357
16358 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
16359
16360         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
16361         to avoid conflict with the standard `back-to-indentation'
16362         binding.
16363
16364 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16365
16366         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
16367
16368         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
16369         (mm-disable-multibyte-mule4): Ditto.
16370         (mm-with-unibyte-current-buffer-mule4): Ditto.
16371
16372 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16373
16374         * pop3.el (pop3-movemail): Use binary.
16375         (pop3-movemail-file-coding-system): Removed.
16376
16377 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16378
16379         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
16380
16381 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16382
16383         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
16384         exists.
16385
16386 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16387
16388         * gnus-msg.el (gnus-post-method): Use backend name when the
16389         address is "".
16390
16391 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16392
16393         * gnus-art.el (article-verify-x-pgp-sig): Don't test
16394         mm-verify-option.
16395         (gnus-treat-x-pgp-sig): Default value.
16396         (gnus-ignored-headers): Redundant.
16397
16398 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16399
16400         * gnus-win.el (gnus-configure-frame): Save selected window.
16401
16402 2000-02-15  Andrew Innes  <andrewi@gnu.org>
16403
16404         * nnmbox.el: Require gnus-range.
16405         (nnmbox-group-building-active-articles): New variable.
16406         (nnmbox-group-active-articles): New variable; this is a cache of
16407         all active articles by group and number.
16408         (nnmbox-in-header-p): New function.
16409         (nnmbox-find-article): New function.
16410         (nnmbox-record-active-article): New function.
16411         (nnmbox-record-deleted-article): New function.
16412         (nnmbox-is-article-active-p): New function.
16413         (nnmbox-retrieve-headers): Use nnmbox-find-article.
16414         (nnmbox-request-article): Ditto.  Also supply extra arg to
16415         nnmbox-article-group-number.
16416         (nnmbox-request-expire-articles): Ditto.
16417         (nnmbox-request-move-article): Ditto.
16418         (nnmbox-request-replace-article): Ditto.
16419         (nnmbox-request-rename-group): Rename group entry in active
16420         article cache.
16421         (nnmbox-delete-mail): Update active article cache, unless article
16422         is being replaced.
16423         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
16424         than partially duplicating it.
16425         (nnmbox-article-group-number): Add extra `this-line' arg, to
16426         handle articles belonging to multiple groups.
16427         (nnmbox-save-mail): Update active article cache.
16428         (nnmbox-read-mbox): Build active article cache when loading mbox.
16429         Also do some repair work, if we find articles that are missing the
16430         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
16431         reconstruct these from Xref info.
16432
16433 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16434
16435         * mail-source.el (mail-source-report-new-mail): Use
16436         nnheader-run-at-time.
16437
16438 2000-02-15  Andrew Innes  <andrewi@gnu.org>
16439
16440         * mail-source.el (mail-source-fetch-pop): Clear pop password when
16441         an error is thrown, and then rethrow the error.
16442         (mail-source-check-pop): Ditto.
16443         (mail-source-start-idle-timer): Prevent multiple pop checks
16444         running if the check takes a long time.
16445
16446 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16447
16448         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
16449         succeed.
16450
16451 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16452
16453         * gnus-win.el (gnus-configure-windows): Make sure
16454         nntp-server-buffer is live.
16455         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
16456
16457 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
16458
16459         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
16460
16461 2000-12-04  Andreas Jaeger  <aj@suse.de>
16462
16463         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
16464
16465 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16466
16467         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
16468
16469 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16470         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
16471
16472         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
16473
16474 2000-12-01  Simon Josefsson  <sj@extundo.com>
16475
16476         * mml-smime.el (mml-smime-verify): Fix address parsing.
16477
16478 2000-12-01  Simon Josefsson  <sj@extundo.com>
16479
16480         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
16481         more than one certificate inside PKCS#7 blob.  Better security
16482         information (clamed / actual sender, openssl output, certificates
16483         inside message).
16484
16485         * smime.el (smime-verify-region): Output to /dev/null.
16486         (smime-buffer-as-string-region): Don't parse empty lines.
16487
16488 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16489
16490         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
16491         ?d and ?D.
16492         (gnus-mime-security-show-details-inline): New variable.
16493         (gnus-mime-security-show-details): Use them.
16494         (gnus-insert-mime-security-button): Ditto.
16495
16496         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
16497         Suggest by Michael Duggan (md5i@cs.cmu.edu).
16498         (mml2015-gpg-clear-verify): Ditto.
16499         (mml2015-gpg-decrypt-1): Ditto.
16500         (mml2015-use): Prefer 'gpg.
16501
16502 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16503
16504         * gnus-util.el (gnus-add-text-properties-when): New function.
16505         (gnus-remove-text-properties-when): Ditto.
16506
16507         * gnus-cite.el (gnus-article-hide-citation): Use them.
16508         (gnus-article-toggle-cited-text): Use them.
16509
16510         * gnus-art.el (gnus-signature-toggle): Use them.
16511         (gnus-article-show-hidden-text): Ditto.
16512         (gnus-article-hide-text): Ditto.
16513
16514 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16515
16516         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
16517
16518 2000-11-30  Simon Josefsson  <sj@extundo.com>
16519
16520         * smime.el (smime-point-at-eol): New alias.
16521         (smime-buffer-as-string-region): Use it.
16522
16523 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16524
16525         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
16526
16527 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16528
16529         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
16530
16531         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
16532
16533         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
16534
16535 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
16536
16537         * nnmh.el (nnmh-request-expire-articles): Implemented
16538         expiry-target for nnmh backend.
16539
16540 2000-11-30  Simon Josefsson  <sj@extundo.com>
16541
16542         * mm-decode.el (mm-security-from): New variable.
16543         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
16544
16545         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
16546         than `from'.
16547
16548 2000-11-30  Simon Josefsson  <sj@extundo.com>
16549
16550         * mml-smime.el (mml-smime-verify): Verify that certificate mail
16551         address match sender address.
16552
16553         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
16554
16555         * smime.el (smime-verify-region): Don't copy buffer.
16556         (smime-decrypt-buffer): Use expand-file-name on keyfile.
16557         (smime-pkcs7-region): New function.
16558         (smime-pkcs7-certificates-region): Ditto.
16559         (smime-pkcs7-email-region): Ditto.
16560         (smime-buffer-as-string-region): Ditto.
16561
16562         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
16563         buffer.
16564
16565 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
16566
16567         * smime.el (smime-decrypt-region): Fix keyfile argument.
16568
16569 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16570
16571         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
16572
16573 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16574
16575         * message.el (message-shoot-gnksa-feet): New variable.
16576         (message-gnksa-enable-p): New function.
16577         (message-send): Use it.
16578         (message-check-news-body-syntax): Ditto.
16579
16580 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16581
16582         * message.el (message-make-message-id): Remove the redundancy.
16583
16584 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16585
16586         * message.el (message-setup): Discourage using mc-install-*-mode.
16587
16588         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
16589
16590 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16591
16592         * gnus-cite.el (gnus-cite-parse): Guess citation length.
16593
16594 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16595
16596         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
16597
16598 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16599
16600         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
16601
16602 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16603
16604         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
16605         insert-buffer-substring.
16606
16607         * message.el (message-send-mail): Use buffer-substring-no-properties.
16608         (message-send-news): Ditto.
16609
16610 2000-11-22  David Edmondson  <dme@dme.org>
16611
16612         * imap.el (imap-wait-for-tag): Message read info.
16613
16614 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16615
16616         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
16617         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
16618         (mml2015-gpg-encrypt): Ditto.
16619
16620 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16621
16622         * mm-decode.el (mm-verify-option): Default value.
16623
16624         * mml-sec.el (mml-secure-part): Error message.
16625
16626 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16627
16628         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
16629
16630 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16631
16632         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
16633
16634 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16635
16636         * gnus-art.el (gnus-article-describe-key): Use prompt.
16637         (gnus-article-describe-key-briefly): Ditto.
16638
16639 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16640
16641         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
16642
16643 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16644
16645         * gnus-art.el (gnus-article-describe-key): New function.
16646         (gnus-article-describe-key-briefly): New function.
16647
16648 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16649
16650         * mm-decode.el (mm-decrypt-option): Doc typo.
16651
16652         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
16653         return a number.
16654
16655 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16656
16657         * message.el (message-newline-and-reformat): Typo.
16658
16659 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16660
16661         * gnus-art.el (article-verify-x-pgp-sig): Check whether
16662         original-article-buffer exists.
16663
16664         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
16665         (rfc2047-header-encoding-alist): Addresses are different from text.
16666         (rfc2047-encode-message-header): Ditto.
16667         (rfc2047-dissect-region): Extra parameter.
16668         (rfc2047-encode-region): Ditto.
16669         (rfc2047-encode-string): Ditto.
16670
16671 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16672
16673         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
16674         (mm-uu-pgp-encrypted-extract): Use it.
16675         (mm-uu-pgp-signed-extract-1): New function.
16676         (mm-uu-pgp-signed-extract): Use it.
16677
16678         * gnus-art.el (gnus-mime-display-security): New function.
16679         (gnus-mime-display-part): Use it.
16680         (gnus-mime-security-verify-or-decrypt): New function.
16681         (gnus-mime-security-press-button): New function.
16682         (gnus-insert-mime-security-button): Use it.
16683
16684         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
16685         (mm-find-raw-part-by-type): Ditto.
16686         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
16687         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
16688         (mm-destroy-parts): Kill nested multibyte buffer.
16689
16690         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
16691         (mml2015-gpg-verify): Ditto.
16692
16693 2000-11-18  Simon Josefsson  <sj@extundo.com>
16694
16695         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
16696         (mml2015-function-alist): Use it.
16697
16698         * mml-sec.el (mml-sign-alist): Update names.
16699         (mml-encrypt-alist): Ditto.
16700         (mml-secure-part-smime-sign): Moved to mml-smime.el
16701         as `mml-smime-sign-query'.
16702         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
16703         `mml-smime-get-file-cert'.
16704         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
16705         `mml-smime-get-dns-cert'.
16706         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
16707         `mml-smime-encrypt-query'.
16708         (mml-smime-sign-buffer): Use mml-smime-sign.
16709         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
16710
16711         * mml-smime.el (mml-smime-sign): New function.
16712         (mml-smime-encrypt):
16713         (mml-smime-sign-query):
16714         (mml-smime-get-file-cert):
16715         (mml-smime-get-dns-cert):
16716         (mml-smime-encrypt-query): Moved from mml-sec.el.
16717
16718 2000-11-16  Simon Josefsson  <sj@extundo.com>
16719
16720         * mml2015.el (mml2015-gpg-clear-verify): New function.
16721         (mml2015-function-alist): Add it.
16722
16723 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
16724
16725         * message.el (message-setup-fill-variables): Use
16726         message-cite-prefix-regexp.
16727         (message-newline-and-reformat): Check the end of citation, leading
16728         WSP, break in the cite prefix.
16729         (message-fill-paragraph): New function.
16730
16731 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16732
16733         * lpath.el: Shut up.
16734
16735 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
16736
16737         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
16738         raw 8-bit in headers in dk.* newsgroups.
16739
16740 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16741
16742         * message.el (message-newline-and-reformat): Match extra WSPs.
16743
16744 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
16745
16746         * mml.el (mml-generate-mime-1): Ignore ascii.
16747
16748 2000-11-16 Justin Sheehy  <justin@iago.org>
16749
16750         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
16751
16752 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16753
16754         * message.el (message-cite-prefix-regexp): Prefix should not end
16755         at space.
16756
16757 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
16758
16759         * message.el (message-mode-syntax-table): Add - as a word
16760         constituent as in articles.
16761         (message-setup-fill-variables): Add -_. as supercite-style prefix.
16762         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
16763         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
16764
16765 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
16766
16767         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
16768
16769 2000-11-12  David Edmondson  <dme@dme.org>
16770
16771         * message.el (message-font-lock-keywords): use
16772         message-cite-prefix-regexp.
16773
16774 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16775
16776         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
16777         Stein Arild Str\e,Ax\e(Bmme.
16778         (gnus-group-jump-to-group): Use it.
16779         (gnus-group-jump-to-group-prompt): Customize.
16780
16781 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
16782
16783         * mailcap.el (mailcap-possible-viewers): Match the entire string.
16784
16785 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16786
16787         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
16788         incompatible.
16789         (mml2015-mailcrypt-sign): Ditto.
16790
16791 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16792
16793         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
16794         group is open.
16795
16796 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
16797
16798         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
16799         nnvirtual articles.
16800         (gnus-backlog-request-article): Don't request nnvirtual articles.
16801
16802 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
16803
16804         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
16805         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
16806
16807 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
16808
16809         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
16810         * mml.el (mml-generate-mime-1): Use charset attribute.
16811         * mm-bodies.el (mm-encode-body): Add parameter charset.
16812         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
16813
16814 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
16815
16816         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
16817         (mml2015-mailcrypt-clear-decrypt): Ditto.
16818         (mml2015-mailcrypt-verify): Ditto.
16819         (mml2015-mailcrypt-clear-verify): Ditto.
16820         (mml2015-gpg-verify): Ditto.
16821
16822 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16823
16824         * smime.el (smime-openssl-program): Test the existence of openssl.
16825         * mml-smime.el: Require mm-decode.
16826         (mml-smime-verify-test): New function.
16827         * mm-decode.el (mm-verify-function-alist): Use it.
16828
16829 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16830
16831         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
16832         anyway.
16833
16834 2000-11-13  Simon Josefsson  <sj@extundo.com>
16835
16836         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
16837         verification doesn't work.
16838
16839 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16840
16841         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
16842         (gnus-inews-do-gcc): Use it.
16843
16844 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
16845
16846         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
16847         leading space.
16848         * mm-extern.el (mm-inline-external-body): Report error when no
16849         access-type.
16850
16851 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
16852
16853         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
16854
16855 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
16856
16857         * gnus-art.el (gnus-mime-button-menu): Use select-window.
16858
16859 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
16860
16861         * gnus-art.el (gnus-mime-display-part): Display multipart/related
16862         as multipart/mixed.
16863
16864 2000-11-12  David Edmondson  <dme@dme.org>
16865
16866         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
16867         and replace `.' with `\w' to allow for different syntax tables
16868         (from Vladimir Volovich).
16869         * message.el (message-newline-and-reformat): use
16870         `message-cite-prefix-regexp'.
16871         * gnus-cite.el (gnus-supercite-regexp): use
16872         `message-cite-prefix-regexp'.
16873         * gnus-cite.el (gnus-cite-parse): use
16874         `message-cite-prefix-regexp'.
16875
16876 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16877
16878         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
16879         PGP SIGNATURE.  Escape leading "-"'s.
16880         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
16881
16882 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
16883
16884         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
16885
16886 2000-11-11  Simon Josefsson  <sj@extundo.com>
16887
16888         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
16889
16890         * smime.el (smime-details-buffer): New variable.
16891         (smime-sign-region):
16892         (smime-encrypt-region):
16893         (smime-verify-region):
16894         (smime-decrypt-region): Copy OpenSSL output to the buffer.
16895
16896         * mml-smime.el (mml-smime-verify): Support security info.
16897
16898 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
16899
16900         * mm-decode.el (mm-verify-option): Set default to nil.
16901         (mm-decrypt-option): Ditto.
16902         * gnus-art.el (article-verify-x-pgp-sig): New function.
16903
16904 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
16905
16906         * gnus-art.el (gnus-mime-display-alternative): Show button if no
16907         preferred part.
16908
16909 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16910
16911         * gnus-sum.el (gnus-move-split-methods): Say that
16912         `gnus-split-methods' uses file names, whereas this uses group
16913         names.  (Report from Nevin Kapur)
16914
16915 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
16916
16917         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
16918
16919 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16920
16921         * nnheader.el (nnheader-directory-files-is-safe): New variable.
16922         (nnheader-directory-articles): Use it.
16923         (nnheader-article-to-file-alist): Ditto.
16924
16925 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
16926
16927         * rfc2047.el (rfc2047-pad-base64): New function.
16928         (rfc2047-decode): Use it.
16929
16930 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
16931
16932         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
16933         select method.
16934
16935 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16936
16937         * mml2015.el (mml2015-gpg-decrypt-1):
16938         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
16939
16940 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16941
16942         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
16943
16944 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
16945
16946         * pop3.el (pop3-munge-message-separator): A message may have an
16947         empty body.
16948
16949 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
16950
16951         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
16952         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
16953         (mm-uu-pgp-signed-extract): Use coding-system.
16954
16955 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16956
16957         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
16958         (gnus-insert-mime-security-button): New function.
16959         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
16960         * mml2015.el:  Add security info when verify or decrypt.
16961         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
16962         (mm-uu-pgp-encrypted-extract): Ditto.
16963
16964 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
16965
16966         * mm-decode.el (mm-display-parts): New function.
16967         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
16968
16969 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16970
16971         * gnus-mlspl.el: Documentation tweaks.
16972
16973 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16974
16975         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
16976         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
16977         argument.
16978
16979 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
16980
16981         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
16982
16983 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
16984
16985         * gnus-art.el (gnus-article-encrypt): New function.
16986         (gnus-article-encrypt-protocol-alist): New variable.
16987         (gnus-article-encrypt-protocol): New variable.
16988         * mml2015.el (mml2015-self-encrypt): New function.
16989         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
16990
16991 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
16992
16993         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
16994         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
16995         let mailcap do it.
16996         * mml2015.el: Remove snarf code.
16997         * mm-decode.el: Remove snarf code.
16998
16999 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
17000
17001         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
17002         (mml-insert-mime): Understand gnus-decoded.
17003         (mime-to-mml): New parameter handles.
17004         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17005         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
17006
17007 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17008
17009         * mm-decode.el (mime-security): New group.
17010         (mm-verify-function-alist): Add test function.
17011         (mm-decrypt-function-alist): Ditto.
17012         (mm-snarf-option): Set default value as nil.
17013         (mm-find-part-by-type): Recursive parameter.
17014         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
17015         * mml2015.el: Support draft-ietf-openpgp-multsig.
17016
17017 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
17018
17019         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
17020         (gnus-article-view-part-as-charset): New function.
17021
17022 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
17023
17024         * mm-decode.el (mm-verify-option): Default value.
17025         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
17026
17027 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17028
17029         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
17030
17031 2000-11-05  Simon Josefsson  <sj@extundo.com>
17032
17033         * mml-smime.el (mml-smime-verify): Work in original multipart
17034         buffert.
17035
17036         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
17037         (mm-handle-multipart-ctl-parameter): Ditto.
17038         (mm-alist-to-plist): New function.
17039         (mm-dissect-buffer): Store CTL parameters and copy original buffer
17040         for multiparts.
17041         (mm-destroy-parts): Destroy multipart buffert.
17042         (mm-remove-part): Ditto.
17043
17044         * mml-smime.el (mml-smime-sign): Not used.
17045         (mml-smime-encrypt): Ditto.
17046
17047         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
17048
17049         Verify S/MIME signature support.
17050
17051         * mm-decode.el (mm-inline-media-tests): Add
17052         application/{x-,}pkcs7-signature.
17053         (mm-inlined-types): Ditto.
17054         (mm-automatic-display): Ditto.
17055         (mm-verify-function-alist): Ditto.  Add name of method.
17056         (mm-decrypt-function-alist): Add name of method.
17057         (mm-find-part-by-type): Add documentation.
17058         (mm-possibly-verify-or-decrypt): Use new format of
17059         mm-{verify,decrypt}-function-alist.  Use method names.
17060
17061         * mml-smime.el (mml-smime-verify): New function.
17062
17063 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17064
17065         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
17066
17067 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17068
17069         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
17070         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
17071         * mm-decode.el (mm-snarf-option): New variable.
17072
17073 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17074
17075         * mm-util.el (mm-subst-char-in-string): New function.
17076         (mm-replace-chars-in-string): Use it.
17077         * message.el (message-replace-chars-in-string): Use it.
17078         * nnheader.el (nnheader-replace-chars-in-string): Use it.
17079         * gnus-mh.el (mh-lib-progs): Shut up.
17080
17081 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
17082
17083         * base64.el, md5.el: Moved to contrib directory.
17084
17085 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17086
17087         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
17088         the last article when search.
17089
17090 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17091
17092         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
17093         * nnmail.el (nnmail-pathname-coding-system): Ditto.
17094
17095 2000-09-29  David Edmondson  <dme@thus.net>
17096
17097         * message.el (message-newline-and-reformat): Typo.
17098
17099 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17100
17101         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
17102
17103 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
17104
17105         * nntp.el (nntp-decode-text): Delete bogus status lines.
17106
17107 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
17108
17109         * message.el (message-font-lock-keywords): Match a final newline
17110         to help font-lock's multiline support.
17111
17112 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17113
17114         * nnoo.el (nnoo-set): New function.
17115
17116 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
17117
17118         * gpg.el, gpg-ring.el: Moved to contrib directory.
17119
17120 2000-11-04  Simon Josefsson  <sj@extundo.com>
17121
17122         * nnimap.el (nnimap-split-inbox): Typo.
17123
17124 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17125
17126         * gnus-msg.el (gnus-msg-mail): Move it backwards.
17127
17128 2000-11-03  Simon Josefsson  <sj@extundo.com>
17129
17130         * rfc2231.el (rfc2231-parse-qp-string): New function.
17131         (require): rfc2047.
17132
17133         * mail-parse.el (mail-header-parse-content-type):
17134         (mail-header-parse-content-disposition): Support invalid QP
17135         encoded strings, by using `rfc2231-parse-qp-string'.
17136
17137 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17138
17139         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
17140         (rfc2231-decode-encoded-string): Typo "> X 1".
17141         (rfc2231-encode-string): Insert the name of charset.
17142         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
17143
17144 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17145
17146         * mm-decode.el (mm-save-part): Return the filename.
17147         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
17148         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
17149         (gnus-mime-action-alist): Use it.
17150         (gnus-mime-button-commands): Use it.
17151         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
17152         (mm-inline-external-body): unwind-protect.
17153
17154 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
17155
17156         * gnus-art.el (gnus-insert-mime-button): Show url.
17157
17158 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
17159
17160         * mml.el (mml-generate-mime-1): Support external url.
17161         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
17162
17163 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
17164
17165         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
17166         * mm-decode.el (mm-display-external): Ditto.
17167         * mm-extern.el: New file.
17168         * mm-decode.el (mm-inline-media-tests): Hook it up.
17169         (mm-inlined-types): Inline message/external-body.
17170
17171 2000-11-02  Simon Josefsson  <sj@extundo.com>
17172
17173         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
17174
17175         * message.el (message-get-reply-headers): Better handling when
17176         Mail-Followup-To is very large.
17177
17178 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17179
17180         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
17181         * gnus-art.el (gnus-article-edit-done):
17182         * gnus-sum.el (gnus-summary-edit-article-done): Move line
17183         counting code here.
17184         * gnus-msg.el (gnus-setup-message): Remove a hack.
17185
17186 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17187
17188         * gnus-sum.el (gnus-newsgroup-variables): New variable.
17189         (gnus-summary-mode): Make them local variables.
17190         (gnus-set-global-variables): Globalize them.
17191         (gnus-summary-exit): Kill them.
17192
17193 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
17194
17195         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
17196         word.
17197
17198 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
17199
17200         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
17201         gnus-article-wash-types.
17202         * gnus-art.el (gnus-article-wash-status): Use them.
17203
17204 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
17205
17206         * mml.el (mml-read-tag): Remove spaces and LF.
17207
17208 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17209
17210         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
17211         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
17212
17213 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
17214
17215         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
17216
17217 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
17218
17219         * gnus-sum.el (gnus-article-charset): New variable.
17220         (gnus-summary-display-article): Set it.
17221         * gnus-msg.el (gnus-copy-article-buffer): Use it.
17222         * gnus-art.el (gnus-article-mode): Make it local variable.
17223
17224 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17225
17226         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
17227
17228 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17229
17230         * nnwfm.el: New file.
17231
17232         * nnweb.el (nnweb-replace-in-string): New function.
17233
17234 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17235
17236         * mml2015.el: Wrap gpg.el.
17237         * gpg.el (gpg-verify): The last argument of apply is a list.
17238         (gpg-encrypt): Add passphrase as a parameter.
17239
17240 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17241
17242         * gpg.el: New file.
17243         * gpg-ring.el: New file.
17244
17245 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17246
17247         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
17248
17249 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17250
17251         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
17252         double-quote characters.
17253         (gnus-summary-prepare-threads): Ditto.
17254
17255 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17256
17257         * gnus-art.el (gnus-mime-display-single): Forward line -1.
17258         * mml.el (mml-read-tag): Don't skip the leading space.
17259         * lpath.el (font-lock-set-defaults): Shut up.
17260
17261 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
17262
17263         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
17264
17265 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
17266
17267         * qp.el (quoted-printable-encode-region): Replace leading - when
17268         ultra safe.
17269         * mml.el (mml-generate-mime-postprocess-function): Removed.
17270         (mml-postprocess-alist): Removed.
17271         (mml-generate-mime-1): Use ultra-safe when sign.
17272         * mml2015.el (mml2015-fix-micalg): Uppercase.
17273         (mml2015-verify): Insert LF.
17274         (mml2015-mailcrypt-sign): Downcase; search backward.
17275
17276 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17277
17278         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
17279         restrictive.
17280         (nnultimate-table-regexp): New variable.
17281         (nnultimate-forum-table-p): Use it.
17282
17283 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
17284         Trivial patch.
17285
17286         * gnus-sum.el (gnus-summary-expire-articles): Save point.
17287
17288 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17289
17290         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
17291         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
17292
17293 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
17294
17295         * mml2015.el: Shut up.
17296
17297 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17298
17299         * gnus.el (gnus-server-browse-hashtb): Removed.
17300         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
17301         (gnus-group-insert-group-line-info): Use simplified method.
17302         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
17303
17304 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
17305
17306         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
17307         moved here.
17308         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
17309         * gnus-group.el (gnus-group-prepare-flat): Use it.
17310         * gnus-topic.el (gnus-group-prepare-topics): Use it.
17311
17312 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
17313
17314         * mml.el (mml-mode): Show menu in XEmacs.
17315
17316 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
17317
17318         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
17319         (gnus-server-read-server-in-server-buffer): New function.
17320         (gnus-browse-foreign-server): Browse in group buffer.
17321         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
17322         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
17323         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
17324         * gnus.el (gnus-server-browse-hashtb): New variable.
17325
17326 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
17327
17328         * nnfolder.el (nnfolder-open-nov): Use group.
17329
17330 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
17331
17332         * nnfolder.el: Add NOV. Set version to 2.0.
17333         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
17334
17335 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17336
17337         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
17338
17339 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17340
17341         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
17342         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
17343
17344 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17345
17346         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
17347
17348 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17349
17350         * mm-decode.el (mm-verify-function-alist): New variable.
17351         (mm-verify-option): New variable.
17352         (mm-decrypt-function-alist): Ditto.
17353         (mm-decrypt-option): Ditto.
17354         (mm-find-raw-part-by-type): New function.
17355         (mm-possibly-verify-or-decrypt): New function.
17356         (mm-dissect-multipart): Use it.
17357         * mml2015.el (mml2015-fix-micalg): New function.
17358         (mml2015-decrypt): Use new interface.
17359         (mml2015-verify):  Use new interface.
17360         (mml2015-setup): Make it bogus.
17361
17362 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17363
17364         * mml.el (mml-generate-mime-postprocess-function): Set to
17365         mml-postprocess.
17366         (autoload): Autoload mml2015 and mml-smime.
17367         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
17368         * mml2015.el (mml2015-encrypt): New function.
17369         (mml2015-sign): New function.
17370         (mml2015-encrypt-function): New variable.
17371         (mml2015-sign-function): New variable.
17372         (mml2015-mailcrypt-encrypt): Use message-recipients.
17373         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
17374         * mml-smime.el (mml-smime-setup): Ditto.
17375
17376 2000-10-28  Simon Josefsson  <sj@extundo.com>
17377
17378         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
17379         Communigate Pro 3.3.1 server.
17380
17381         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
17382         in buffers.
17383         (mml-secure-dns-server): Removed.
17384         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
17385         write certificates to files.
17386
17387         * smime.el (smime-dns-server): New variable.
17388         (smime-mail-to-domain):
17389         (smime-cert-by-dns): New functions.
17390
17391         * dig.el: New file.
17392
17393 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
17394
17395         * message.el (message-options): New variable.
17396         (message-options-set-recipient): New function.
17397         (message-send): Use them.
17398         * gnus-int.el (gnus-request-replace-article): Use them.
17399         (gnus-request-accept-article): Ditto.
17400         * mml.el (mml-preview): Use them.
17401         * gnus-sum.el (gnus-summary-edit-article): Use them.
17402
17403         * message.el (message-options-get): New function.
17404         (message-options-get): New function.
17405         * rfc2047.el (rfc2047-encode-message-header): Use them.
17406         * mm-bodies.el (mm-encode-body): Use them.
17407
17408 2000-10-28  Simon Josefsson  <sj@extundo.com>
17409
17410         * nnimap.el (nnimap-retrieve-which-headers):
17411         (nnimap-request-article-part): Quote message-id.
17412
17413         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
17414         (smime-CA-file): New variable.
17415         (smime-call-openssl-region): Don't error.
17416         (smime-sign-region): Return result value.
17417         (smime-encrypt-region): Ditto.
17418         (smime-verify-region): New function.
17419         (smime-decrypt-region): Ditto.
17420         (smime-verify-buffer): Ditto.
17421         (smime-decrypt-buffer): Ditto.
17422
17423         * mml.el: Require mml-sec.
17424         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
17425         (mml-mode-map): Add "sign" and "encrypt" maps.
17426         (mml-menu): Add security menu.
17427         (mml-preview): Use generate-new-buffer.
17428
17429         * mml-sec.el: New file.
17430
17431 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17432
17433         * mm-decode.el (mm-find-part-by-type): Move it here.
17434         * mml.el (mml-postprocess): Move it here.
17435         (mml-postprocess-alist): Move it here. Merge them.
17436
17437 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
17438
17439         * rfc2047.el (rfc2047-encode-message-header): Make sure no
17440         unencoded stuff in the header.
17441
17442 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17443
17444         * gnus-group.el (gnus-group-listed-groups): New variable.
17445         (gnus-group-list-option): New variable.
17446         (gnus-group-list-limit-map): New keymap.
17447         (gnus-group-list-flush-map): New keymap.
17448         (gnus-group-list-plus-map): New keymap.
17449         (gnus-group-prepare-logic): New function.
17450         (gnus-group-prepare-flat): Merge with
17451         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
17452         (gnus-group-prepare-flat-list-dead): Ditto.
17453         (gnus-group-list-matching): Use gnus-group-prepare-function.
17454         (gnus-group-list-dormant): Ditto.
17455         (gnus-group-list-cached): Ditto.
17456         (gnus-group-listed-groups): New function.
17457         (gnus-group-list-limit): New function.
17458         (gnus-group-list-flush): New function.
17459         (gnus-group-list-plus): New function.
17460         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
17461         (gnus-topic-prepare-topic): Ditto.
17462
17463 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
17464
17465         * message.el (message-insert-to, message-get-reply-headers):
17466         (message-reply, message-followup): Mail-{Followup,Reply}-To.
17467
17468 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17469
17470         * mml2015.el: New file.
17471         * smime.el: New file.
17472         * mml-smime.el: New file.
17473
17474 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
17475
17476         * ChangeLog: Moved to ChangeLog.1.
17477
17478     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
17479   Copying and distribution of this file, with or without modification,
17480   are permitted provided the copyright notice and this notice are preserved.
17481
17482 ;; Local Variables:
17483 ;; coding: iso-2022-7bit
17484 ;; End: