Synch to Gnus 200308101651.
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-08-10  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-draft.el (gnus-draft-send-all-messages): ask if all drafts
4         should be sent unless gnus-expert-user is on
5
6 2003-08-09  Jesper Harder  <harder@ifa.au.dk>
7
8         * pgg-gpg.el (pgg-gpg-extra-args): Fix customization type.
9
10 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
11
12         * pgg-gpg.el (pgg-gpg-process-region): Bind
13         default-enable-multibyte-characters to nil.
14
15 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * canlock.el (canlock-password): Fix customization type.
18         (canlock-password-for-verify): Ditto.
19         * deuglify.el (gnus-outlook-deuglify-unwrap-min): Ditto.
20         (gnus-outlook-deuglify-unwrap-max): Ditto.
21         (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22         * gnus-sum.el (gnus-sum-thread-tree-root): Ditto.
23         (gnus-sum-thread-tree-false-root): Ditto.
24         (gnus-sum-thread-tree-single-indent): Ditto.
25         * message.el (message-archive-note): Ditto.
26         (message-subscribed-address-file): Ditto.
27         (message-user-fqdn): Ditto.
28         * spam-report.el (spam-report-gmane-regex): Ditto.
29         * spam.el (spam-blackhole-good-server-regex): Ditto.
30
31         * gnus-start.el (gnus-save-killed-list): Fix last change.
32         * message.el (message-courtesy-message): Ditto.
33
34 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
35
36         * gnus-art.el (gnus-header-face-alist): Revert previous change.
37         (gnus-header-newsgroups-face): Explain that it's only used for
38         crossposts.
39
40 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * gnus-registry.el (gnus-registry-max-entries): Fix customization
43         type.
44         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
45         * gnus.el (gnus-refer-article-method): Ditto.
46         * message.el (message-courtesy-message): Ditto.
47
48 2003-08-06  Jesper Harder  <harder@ifa.au.dk>
49
50         * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry.
51         From Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch)
52
53 2003-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * gnus-start.el (gnus-save-killed-list): Fix customization type.
56         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
57         * gnus.el (gnus-use-long-file-name): Ditto.
58
59 2003-08-04  Jesper Harder  <harder@ifa.au.dk>
60
61         * gnus-group.el (gnus-group-rename-group): Don't allow renaming to
62         an existing name.
63
64         * gnus-sum.el (gnus-summary-highlight): Add uncached to docstring.
65
66         * nnmail.el (nnmail-large-newsgroup): Docstring fix.
67
68         * nntp.el (nntp-large-newsgroup): do.
69
70         * nnspool.el (nnspool-large-newsgroup): do.
71
72         * gnus-cus.el (gnus-group-parameters): Typo.
73
74 2003-07-31  Simon Josefsson  <jas@extundo.com>
75
76         * mml-sec.el (mml-signencrypt-style-alist): Use separate S/MIME
77         method by default (revert partial 2003-07-10 patch).
78
79 2003-07-28  Dave Love  <fx@gnu.org>
80
81         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el: Require cl when compiling.
82
83 2003-07-26  Teodor Zlatanov  <tzz@lifelogs.com>
84
85         * gnus-registry.el (gnus-registry-install): add an initial
86         registry read to the loading when gnus-registry-install is set
87
88 2003-07-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
89
90         * flow-fill.el (fill-flowed): Empty lines separate paragraphs
91         even if the preceding line ends with a soft break.  Tiny patch
92         from Mark Thomas <swoon@bellatlantic.net>.
93
94 2003-07-25  Teodor Zlatanov  <tzz@lifelogs.com>
95
96         * spam.el (spam-use-regex-body, spam-regex-body-spam) 
97         (spam-regex-body-ham): new variables, default to nil/empty/empty
98         (spam-install-hooks): added spam-use-regex-body to list or
99         pre-install conditions
100         (spam-list-of-checks): added spam-use-regex-body and
101         spam-check-regex-body to list of checks
102         (spam-list-of-statistical-checks): added spam-use-regex-body to
103         list of statistical checks
104         (spam-check-regex-body): invokes spam-check-regex-headers with
105         appropriate variable masking
106         (spam-check-regex-headers): changes to print "body" or "header"
107         where appropriate
108
109 2003-07-25  Jesper Harder  <harder@ifa.au.dk>
110
111         * smime.el (smime-ask-passphrase): Use read-passwd rather than
112         comint-read-noecho.  The former is more secure.
113
114 2003-07-24  Teodor Zlatanov  <tzz@lifelogs.com>
115
116         * gnus-registry.el (gnus-registry-cache-whitespace): make "adding
117         whitespace" message level 5 instead of 4
118         (gnus-registry-clean-empty-function): new function to remove empty
119         registry entries
120         (gnus-registry-clean-empty): new variable to enable cleaning the
121         registry when saving it by calling gnus-registry-clean-empty-function
122
123         * spam.el (spam-summary-prepare-exit): use spam-process-ham-in-spam-groups
124         (spam-process-ham-in-spam-groups): new variable
125
126 2003-07-24  Jesper Harder  <harder@ifa.au.dk>
127
128         * pgg-gpg.el (pgg-gpg-process-region): Add "--yes" to options.
129
130         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes
131         from 2003-04-03 to fix security problem.  See
132         http://www.debian.org/security/2003/dsa-339
133
134 2003-07-23  Teodor Zlatanov  <tzz@lifelogs.com>
135
136         * gnus.el (gnus-install-group-spam-parameters): add the
137         gnus-ticked-mark to the possible choices of ham marks
138
139         * spam.el (spam-process-ham-in-nonham-groups): new variable
140         (spam-summary-prepare-exit): use spam-process-ham-in-nonham-groups
141
142 2003-07-23  Jesper Harder  <harder@ifa.au.dk>
143
144         * rfc2047.el (rfc2047-header-encoding-alist): Add Mail-Followup-To
145         and Mail-Copies-To to address-mime.
146         (rfc2047-narrow-to-field): Use rfc2047-point-at-bol.
147
148 2003-07-19  Jesper Harder  <harder@ifa.au.dk>
149
150         * mm-util.el (mm-coding-system-priorities): Docstring improvement.
151
152 2003-07-17  Jesper Harder  <harder@ifa.au.dk>
153
154         * gnus-sum.el (gnus-thread-latest-date): Move condition-case to
155         the right place.
156
157 2003-07-14  Simon Josefsson  <jas@extundo.com>
158
159         * mail-source.el (mail-source-fetch-imap): Don't assume
160         imap-error-text returns something.
161
162 2003-07-12  Nevin Kapur  <kapur@mts.jhu.edu>
163
164         * nnimap.el (nnimap-request-newgroups): Use the pattern in
165         nnimap-list-pattern instead of "*".
166
167 2003-07-10  Simon Josefsson  <jas@extundo.com>
168
169         * mml-sec.el (mml-signencrypt-style-alist): Use "combined" by
170         default.  Improve docstring.
171
172 2003-07-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
173
174         * imap.el (imap-arrival-filter): Fix test for missing process
175         buffer.
176
177 2003-07-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
178         From Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch).
179
180         * imap.el (imap-wait-for-tag): Clarify comment.  Use timeout zero
181         for second, after-process-has-died, accept-process-output.
182         (imap-arrival-filter): If PROC has no buffer, do nothing.
183
184 2003-07-09  Jesper Harder  <harder@ifa.au.dk>
185
186         * flow-fill.el: Docstring and message fixes.
187
188         * deuglify.el: do.
189
190         * gnus-int.el: do.
191
192         * gnus-msg.el: do.
193
194         * gnus-util.el: do.
195
196         * gnus-draft.el: do.
197
198         * gnus-start.el: do.
199
200         * gnus.el: do.
201
202         * gnus-group.el: do.
203
204         * gnus-art.el: do.
205
206         * gnus-sum.el: do.
207
208         * mail-source.el (mail-source-movemail): Handle non-numerical
209         return values.
210
211 2003-07-08  Jesper Harder  <harder@ifa.au.dk>
212
213         * mailcap.el (mailcap-parse-args-syntax-table)
214         (mailcap-viewer-passes-test): Docstring fix.
215
216         * mm-bodies.el (mm-long-lines-p): Docstring fix.
217
218         * mm-decode.el (mm-w3m-safe-url-regexp, mm-verify-option)
219         (mm-decrypt-option, mm-handle-set-external-undisplayer)
220         (mm-file-name-replace-whitespace): Docstring fix.
221
222         * mm-uu.el (mm-uu-emacs-sources-regexp): Docstring fix.
223         (mm-uu-pgp-signed-test): Fix message.
224
225         * mml.el (mml-tweak-sexp-alist): Docstring fix.
226         (mml-parse-1, mml-insert-mime-headers): Fix message.
227
228         * message.el (message-archive-header)
229         (message-subscribed-address-functions)
230         (message-subscribed-addresses, message-subscribed-regexps)
231         (message-canlock-generate)
232         (message-generate-new-buffer-clone-locals): Docstring fixes.
233
234 2003-07-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
235
236         * imap.el (imap-wait-for-tag): After the process has died, look
237         for more output still pending.  From Gaute B Strokkenes
238         <gs234@cam.ac.uk> (tiny patch).
239
240 2003-07-07  Teodor Zlatanov  <tzz@lifelogs.com>
241
242         * spam.el (spam-bogofilter-score): redisplay article normally
243         after spam-bogofilter-score is called
244
245 2003-07-06  Jesper Harder  <harder@ifa.au.dk>
246
247         * message.el (message-send-mail-with-sendmail): Handle
248         non-numeric return values.
249
250         * gnus-sum.el (gnus-print-buffer): Apply emphasis.
251         From Michael Piotrowski <mxp@dynalabs.de> (tiny change).
252
253         * gnus-start.el (gnus-clear-system): Revert change from
254         2003-06-19.
255
256 2003-07-04  Dave Love  <fx@gnu.org>
257
258         * rfc2047.el (rfc2047-q-encode-region): Exclude especials from
259         characters not encoded, and make the list more legible.
260
261 2003-07-04  Jesper Harder  <harder@ifa.au.dk>
262
263         * message.el (message-make-from): Revert change from 2002-01-08.
264
265 2003-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
266
267         * nnheader.el (nnheader-init-server-buffer): Don't add
268         nntp-server-buffer to list of Gnus buffers.
269
270 2003-06-25  Teodor Zlatanov  <tzz@lifelogs.com>
271
272         * spam.el (spam-parse-list): prevent empty ("") strings
273
274 2003-06-24  Teodor Zlatanov  <tzz@lifelogs.com>
275
276         * spam.el (spam-parse-list): use gnus-extract-address-components
277         instead of ietf-drums-parse-addresses
278         (spam-from-listed-p): let* was unnecessary
279
280 2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
281
282         * gnus-ems.el (gnus-put-image): Mark the right text segment with
283         gnus-image-category. 
284
285         * gnus-srvr.el (gnus-browse-unsubscribe-group): Strip prefix from
286         native groups.
287
288         * gnus-topic.el (gnus-group-prepare-topics): Update topic line
289         format specs.
290
291         * gnus-picon.el: Written by moi, moi, moi.
292
293         * gnus-group.el (gnus-group-kill-group): Clean up.
294
295 2003-06-23  Teodor Zlatanov  <tzz@lifelogs.com>
296
297         * spam.el (spam-from-listed-p, spam-parse-list): use
298         ietf-drums-parse-addresses to extract the address portion of the
299         whitelist/blacklist file if it looks like an address can be found
300
301 2003-06-23  Didier Verna  <didier@xemacs.org>
302
303         * gnus-ems.el (gnus-put-image): New argument CATEGORY. Add it as a
304         text property.
305         (gnus-remove-image): New argument CATEGORY. Only remove if
306         category matches.
307         * gnus-xmas.el (gnus-xmas-put-image):
308         (gnus-xmas-remove-image): Ditto, with extents.
309         * gnus-art.el (gnus-delete-images): Pass CATEGORY argument to
310         gnus-[xmas-]remove-image.
311         (article-display-face): Don't always act as a toggle. Call
312         `gnus-put-image' with CATEGORY argument.
313         (article-display-x-face): Call `gnus-put-image' with CATEGORY
314         argument.
315         * smiley.el (smiley-region): Ditto.
316         * gnus-fun.el (gnus-display-x-face-in-from): Ditto.
317         * gnus-picon.el (gnus-picon-insert-glyph): Ditto.
318         (gnus-treat-mail-picon): Don't always act as a toggle.
319         * gnus-picon.el (gnus-treat-newsgroups-picon): Ditto.
320
321 2003-06-23  Didier Verna  <didier@xemacs.org>
322
323         * gnus-art.el (article-display-face): Check for existence of the
324         original article buffer before switching to it.
325
326 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
327
328         * mm-util.el (mm-append-to-file): Say "Appended to".  Suggested by
329         Dan Jacobson <jidanni@jidanni.org>.
330
331         * mm-view.el (mm-inline-message): Bind
332         gnus-original-article-buffer to the buffer in the mml handle
333         holding the message.
334
335 2003-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
336
337         * message.el (sender, from): No need to bind them.
338
339 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
340
341         * spam.el (spam-enter-list): search-forward specified wrong
342
343 2003-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * gnus-art.el: Comment fix.
346
347 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
348
349         * gnus-msg.el (gnus-configure-posting-styles): Remove unused
350         variable.  From Jan Rychter <jan@rychter.com>.
351
352         * spam.el (spam-spamoracle-learn): insert-string is obsolete.
353
354 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
355
356         * spam.el (spam-enter-list): do not enter duplicate addresses into
357         the whitelist/blacklist
358
359 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
360
361         * nnheader.el (nnheader-init-server-buffer): Add
362         nntp-server-buffer to gnus-buffers.
363
364         * gnus-start.el (gnus-clear-system): Now we don't need to kill
365         nntp-server-buffer separately.
366
367 2003-06-18  Didier Verna  <didier@xemacs.org>
368
369         * gnus-art.el (article-display-face): Correctly toggle between
370         display and hiding. Handle multiple Face headers.
371
372 2003-06-17  Dave Love  <fx@gnu.org>
373
374         * nnimap.el: Require cl when compiling.
375
376         * message.el (message-fix-before-sending): Reinstate nullifying
377         the invisible text property.
378         (sender, from): Defvar when compiling.
379         (message-is-yours-p): Remove autoload cookie.
380
381 2003-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
382
383         * gnus-util.el (gnus-extract-address-components): Added
384         doc-string.
385
386 2003-06-16  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
387
388         * nnml.el (nnml-current-group-article-to-file-alist): Don't read
389         overview when using compressed files.  From Michael Albinus
390         <Michael.Albinus@alcatel.de>.
391
392 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * gnus-sum.el (gnus-summary-refer-parent-article): Extract
395         Message-ID from In-Reply-To header.
396
397 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
398
399         * message.el (message-is-yours-p): Narrow to head; extract from
400         and sender by itself.
401         (message-cancel-news, message-supersede): Remove useless things.
402
403 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
404
405         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
406         `gnus-article-emulate-mime'.
407
408 2003-06-15  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
409         From Tommi Vainikainen <thv+gnus@iki.fi>.
410
411         * message.el (message-is-yours-p): New function.  Separated common
412         code from message-cancel-news and message-supersede.  Added
413         matching code which uses message-alternative-emails regexp as last
414         resort.
415         (message-cancel-news, message-supersede): Use message-is-yours-p.
416
417 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
418
419         * nnimap.el (nnimap-split-articles): Narrow the right buffer to
420         the headers.  From Niklas Morberg <niklas.morberg@axis.com>.
421
422 2003-06-12  Dave Love  <fx@gnu.org>
423
424         * nnheader.el (nnheader-functionp): Deleted.
425
426         * nnmail.el (nnmail-split-fancy-syntax-table): Define all in
427         defvar.
428         (nnmail-version): Deleted.
429         (nnmail-check-duplication, nnmail-expiry-target-group): Don't use
430         nnheader-functionp.
431
432 2003-06-10  Teodor Zlatanov  <tzz@lifelogs.com>
433
434         * spam.el (spam-check-bogofilter-headers): fix for when the score
435         is requested but the message is not spam
436
437 2003-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
438         From Eric
439         <knauel@informatik.uni-tuebingen.de>
440
441         * spam.el (spam-use-spamoracle): new variable
442         (spam-install-hooks): add spamoracle to the list of conditions
443         for activation of spam-install-hooks
444         (spam-spamoracle): new variable customization group
445         (spam-spamoracle, spam-spamoracle): new variables
446         (spam-group-spam-processor-spamoracle-p)
447         (spam-group-ham-processor-spamoracle-p): new functions
448         (spam-summary-prepare-exit): added spamoracle ham/spam exit processing
449         (spam-list-of-checks, spam-list-of-statistical-checks): add
450         spam-use-spamoracle
451         (spam-check-spamoracle, spam-spamoracle-learn)
452         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): new functions
453
454         * gnus.el (gnus-group-spam-exit-processor-spamoracle)
455         (gnus-group-ham-exit-processor-spamoracle): new variables for SpamOracle
456         (spam-process, ham-process): added spamoracle spam/ham processors
457
458 2003-06-08  Jesper Harder  <harder@ifa.au.dk>
459
460         * message.el (message-beginning-of-line): Docstring improvement.
461         Suggested by Michael R. Wolf <MichaelRunningWolf@att.net>
462
463 2003-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
464
465         * gnus-sum.el (gnus-summary-make-menu-bar): Removed ["Add buttons"
466         gnus-summary-display-buttonized t]
467
468 2003-06-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
469
470         * nnmail.el (nnmail-split-fancy-match-partial-words): Doc string
471         fix.  Reported by Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>.
472
473 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
474
475         * message.el (message-beginning-of-line): Docstring improvement.
476
477 2003-06-06  Jesper Harder  <harder@ifa.au.dk>
478
479         * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP
480         groups correctly.
481
482 2003-06-06  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
483         From Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
484
485         * message.el (message-fetch-field): Augment documentation to state
486         the narrowed-to-headers restriction.
487         (message-change-subject, message-reduce-to-to-cc)
488         (message-generate-unsubscribed-mail-followup-to)
489         (message-insert-importance-high, message-insert-importance-low)
490         (message-insert-or-toggle-importance)
491         (message-insert-disposition-notification-to): Narrow to headers
492         before calling message-fetch-field or message-remove-header.
493
494 2003-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
495
496         * gnus-registry.el (gnus-registry-trim): fix for when
497         gnus-registry-max-entries is nil
498
499 2003-06-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * qp.el (quoted-printable-decode-region): Don't error out on
502         malformed text.
503
504 2003-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * rfc2047.el (rfc2047-encode-region): Don't error out on invalid
507         strings.
508
509 2003-06-04  Jesper Harder  <harder@ifa.au.dk>
510
511         * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte.
512         From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny
513         change)
514
515 2003-06-03  Dave Love  <fx@gnu.org>
516
517         * gnus-soup.el (gnus-soup-send-packet): Don't use
518         message-functionp.
519
520         * gnus.el (gnus-agent-cache): Doc fix.
521         (gnus-other-frame): Quote lambda used as hook.
522
523         * message.el: Doc fixes.
524         (message-functionp): Deleted.  Callers changed.
525         (message-fix-before-sending): Highlight with overlays.  Clarify
526         `illegible text' messages.
527         (rmail-enable-mime-composing, gnus-message-group-art): Defvar when
528         compiling.
529         (gnus-find-method-for-group, nnvirtual-find-group-art): Autoload.
530
531 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
532
533         * nnmail.el (nnmail-split-fancy-match-partial-words): New user
534         option.
535         (nnmail-split-it): Obey it.  Don't let-bind regexp twice.
536
537         * message.el (message-fetch-field): Mention narrow-to-headers
538         requirement.
539
540 2003-06-03  Jesper Harder  <harder@ifa.au.dk>
541
542         * gnus-xmas.el (gnus-xmas-create-image): Use
543         insert-file-contents-literally.  From: Eric Eide
544         <eeide@cs.utah.edu>
545
546 2003-06-02  Teodor Zlatanov  <tzz@lifelogs.com>
547
548         * gnus-registry.el (gnus-registry-fetch-group): always return the
549         short name of the group
550
551 2003-06-02  Jesper Harder  <harder@ifa.au.dk>
552
553         * gnus-cus.el (defvar): Silence byte-compiler warnings.
554
555         * gnus-sum.el (gnus-get-newsgroup-headers): Unfold headers.
556
557 2003-05-31  Jesper Harder  <harder@ifa.au.dk>
558
559         * gnus-art.el (article-unsplit-urls): Use gnus-treat-article
560         rather than gnus-display-mime-function.
561
562 2003-05-30  Teodor Zlatanov  <tzz@lifelogs.com>
563
564         * gnus-registry.el (gnus-registry-use-long-group-names): new variable
565         (gnus-registry-add-group): use it
566         (gnus-registry-trim-articles-without-groups): new variable
567         (gnus-registry-delete-group): use it
568         (gnus-registry-unload-hook): uninstall all the hooks
569
570         * spam.el (spam-install-hooks-function, spam-unload-hook): new
571         functions so users that load spam.el for customization don't get
572         all the hooks installed
573         (spam-install-hooks): new variable, set to t by default if user
574         has one of the spam-use-* variables set
575
576         * spam-stat.el (spam-stat-install-hooks, spam-stat-unload-hook): new
577         functions so users that load spam-stat.el for customization don't get
578         all the hooks installed
579
580 2003-05-30  Dave Love  <fx@gnu.org>
581
582         * rfc2047.el (rfc2047-decode): Don't use
583         mm-with-unibyte-current-buffer.
584
585         * qp.el (quoted-printable-decode-string): Use
586         mm-with-unibyte-buffer.
587
588 2003-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
589
590         * gnus-registry.el (gnus-registry-save): allow forced saving even
591         when registry is not dirty.  Use gnus-registry-trim to shorten the
592         gnus-registry-alist.
593         (gnus-registry-max-entries): new variable
594         (gnus-registry-trim): new function, trim gnus-registry-alist to
595         size gnus-registry-max-entries, sorting by entry mtime so the
596         newest entries stick around
597
598         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): instead of
599         just one specific variable, allow a list of specific variables
600
601 2003-05-28  Dave Love  <fx@gnu.org>
602
603         * rfc2047.el (rfc2047-encode-region): Skip ASCII at beginning and
604         end of region.
605
606 2003-05-28  Jesper Harder  <harder@ifa.au.dk>
607
608         * lpath.el: Add put-char-table and get-char-table.
609
610 2003-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
611
612         * gnus-registry.el (gnus-registry-dirty): flag for modified registry
613         (gnus-registry-save, gnus-registry-read)
614         (gnus-registry-store-extra, gnus-registry-clear): use it (note
615         that gnus-registry-store-extra is invoked for all modifications to
616         set the mtime, so gnus-registry-dirty only needs to be set there)
617
618 2003-05-23  Simon Josefsson  <jas@extundo.com>
619
620         * mml1991.el (mml1991-pgg-sign): Use mml-sender instead of
621         message-sender.
622
623         * gnus-art.el (gnus-use-idna): Check if idna-program is installed.
624
625         * message.el (message-use-idna): Ditto.
626
627 2003-05-20  Dave Love  <fx@gnu.org>
628
629         * rfc2047.el (rfc2047-q-encoding-alist): Deleted.
630         (rfc2047-q-encode-region): Don't use it.
631         (rfc2047-encode-message-header) <(eq method 'mime)>: Bind
632         rfc2047-encoding-type to `mime'.
633         (rfc2047-encode-string, rfc2047-encode): Doc fix.
634
635 2003-05-20  Jesper Harder  <harder@ifa.au.dk>
636
637         * message.el (message-send-mail): Don't insert a courtesy copy
638         notice in base64 encoded messages.
639
640 2003-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
641
642         * gnus-sum.el (gnus-summary-move-article): Don't copy expirable
643         marks if the destination group is not auto-expirable.
644
645 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
646
647         * dgnushack.el (assq-delete-all): Removed the compiler macro.
648
649 2003-05-14  Kevin Greiner <kgreiner@xpediantsolutions.com>
650
651         * gnus-agent.el (gnus-agentize): Updated documentation to match
652         usage.
653         (gnus-agent-expire-group-1): Do not skip over a group when the
654         force argument is set.
655         * gnus.el (gnus-agent): Updated documentation to reflect that
656         gnus-agent now defaults to t.
657
658 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * gnus.el (gnus-version-number): Bump.
661
662 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
663
664         * gnus.el: Gnus v5.10.2 is released.
665
666 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
667
668         * mail-source.el (mail-source-delete-incoming): Changed to t.
669
670         * rfc2047.el (rfc2047-syntax-table): Funcall.
671
672         * lpath.el ((featurep 'xemacs)): Added set-char-table-range.
673         ((featurep 'xemacs)): No, don't.
674
675         * rfc2047.el (rfc2047-encodable-p): Use the header charset.
676
677         * gnus-sum.el (gnus-summary-reselect-current-group): Supply
678         leave-hidden.
679
680 2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
681
682         * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
683         patch.)
684
685 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686
687         * gnus-registry.el (gnus-registry-store-extra-entry): Use
688         gnus-assq-delete-all.
689
690         * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
691
692         * message.el (message-ignored-bounced-headers): Add Delivered-To.
693
694         * gnus-sum.el (gnus-summary-find-next): Indent.
695         (gnus-summary-find-prev): Ditto.
696         (gnus-summary-catchup): Doc fix.
697         (gnus-summary-mark-current-read-and-unread-as-read): New function.
698         (gnus-summary-catchup): Really mark after point.
699
700         * gnus-util.el (gnus-user-date): Use %d instead of %m.
701         (gnus-user-date): Use floating point time so that we don't get
702         overflows.
703
704         * gnus-sum.el (gnus-summary-local-variables): Clean up.
705
706         * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
707         since none of the other image things do.
708
709 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
712
713 2003-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * lpath.el: Fbind find-coding-system.
716
717         * dgnushack.el (dgnushack-make-load): Remove redundant format call
718         in message.  Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>.
719         * pop3.el (pop3-movemail): Ditto.
720
721 2003-05-12  Colin Marquardt <c.marquardt@alcatel.de>  (tiny change)
722
723         * gnus.el (gnus-agent): Docstring fix.
724
725 2003-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
726
727         * gnus-registry.el (gnus-registry-install): new variable
728         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry)
729         (gnus-registry-store-extra-entry, gnus-registry-delete-group)
730         (gnus-registry-add-group): add a modification timestamp to each entry
731         (gnus-registry-install-hooks): new function
732
733 2003-05-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
734
735         * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
736         (gnus-agent-cat-disable-undownloaded-faces): New function.
737         Accessor for new agent property
738         'agent-disable-undownloaded-faces'.
739         gnus-cus.el (gnus-agent-parameters): Added
740         agent-disable-undownloaded-faces and corrected documentation.
741         (gnus-agent-cat-prepare-category-field,
742         gnus-agent-customize-category): Changed to avoid creating free
743         references to each field's symbol.
744         gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
745         (gnus-select-newgroup): Initialize it.
746         (gnus-summary-highlight-line): Use it.
747
748 2003-05-12  Dave Love  <fx@gnu.org>
749
750         * mm-util.el (mm-read-charset): Deleted.
751         (mm-coding-system-mime-charset): New.
752         (mm-read-coding-system, mm-mule-charset-to-mime-charset)
753         (mm-charset-to-coding-system, mm-mime-charset)
754         (mm-find-mime-charset-region): Use it.
755         (mm-default-multibyte-p): Fix non-mule case.
756
757         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
758         and compile.
759         (rfc2047-syntax-table): Fix building table to work in Emacs 22.
760         (rfc2047-unfold-region): Delete unused var `leading'.
761
762 2003-05-12  Simon Josefsson  <jas@extundo.com>
763
764         * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible
765         output window if one is available.  Tiny patch from Ville Skytt\e,Ad\e(B
766         <scop@xemacs.org>.
767
768 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
769
770         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
771         space.
772
773 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
774
775         * gnus-sum.el (gnus-summary-enter-digest-group): Don't do article
776         washing etc.
777         (gnus-handle-ephemeral-exit): Don't reload article after exiting.
778
779         * nndoc.el (nndoc-type-alist): `mime-digest' should be before
780         `mime-parts'.
781
782 2003-05-10  Jesper Harder  <harder@ifa.au.dk>
783
784         * gnus-cite.el (gnus-article-hide-citation-maybe): Make toggling
785         work.  Update mode-line.
786
787 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * gnus.el (gnus-logo-color-alist): Added no colours.
790
791 2003-05-09  Dave Love  <fx@gnu.org>
792
793         * utf7.el (mm-util): Require.
794         (utf7-direct-encoding-chars, utf7-imap-direct-encoding-chars):
795         Defconst, not defvar.
796         (utf7-utf-16-coding-system): New.
797         (utf7-encode-internal): Hoist concat out of loop.
798         (utf7-fragment-encode): Use mm-with-unibyte-current-buffer.
799         (utf7-get-u16char-converter) [utf7-utf-16-coding-system]: New
800         case.
801         (utf7-latin1-u16-char-converter): Encode the region.
802         (utf7-u16-latin1-char-converter): Decode the region.
803         (utf7-encode, utf7-decode): Fix multibyteness.
804
805         * mm-bodies.el (mm-body-7-or-8): Don't special-case mule.
806         (mm-encode-body): Use mm-read-coding-system, not mm-read-charset.
807         (mm-uu-yenc-decode-function): Defvar when compiling.
808         (mm-encode-body, mm-decode-body): Doc fix.
809
810 2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
811
812         * gnus-registry.el (gnus-registry-unregistered-group-regex):
813         removed in favor of the group/topic/global variables
814         (gnus-registry-register-message-ids): fixed test to omit
815         gnus-registry-unregistered-group-regex
816
817         * gnus.el (gnus-variable-list): removed gnus-registry-alist and
818         gnus-registry-headers-alist from the list
819         (gnus-registry-headers-alist): removed
820         (registry-ignore): new parameter, with accompanying
821         gnus-registry-ignored-groups global variable
822
823         * gnus-start.el (gnus-clear-system): no need to clear the
824         registry, we can do it ourselves
825         (gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
826         used by gnus-registry.el
827
828         * gnus-registry.el (gnus-registry-cache-file): new file variable
829         (gnus-registry-cache-read, gnus-registry-cache-save): new
830         functions
831         (gnus-registry-cache-whitespace): new function.  From Dan
832         Christensen <jdc@chow.mat.jhu.edu>
833         (gnus-registry-save, gnus-registry-read): use the new
834         gnus-registry-cache-{read|save} functions, and change the name
835         from gnus-registry-translate-{from|to}-alist
836         (gnus-registry-clear): fixed so it doesn't refer to old function name
837
838 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
839
840         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
841         address.
842
843 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
844
845         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
846         the list of cleared variables
847
848         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
849         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
850         in addition to a list of regexes.
851
852         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
853         Morberg <niklas.morberg@axis.com>
854
855 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
856
857         * gnus-sum.el (gnus-summary-next-page): Mention
858         `gnus-article-skip-boring' in docstring.
859
860 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
861
862         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
863         syntax here.
864
865         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
866         whitespace syntax class when parsing email addresses.
867
868         * message.el (message-forward-subject-name-subject): Don't use
869         mail-decode-encoded-word-string before parsing from.
870
871 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
872
873         * message.el (message-setup-1): Setup alternative email before
874         generate-headers.
875
876         (message-forward-subject-name-subject): Fix the case when the
877         field "from" doesn't exist.
878
879 2003-05-07  Dave Love  <fx@gnu.org>
880
881         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
882
883         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
884         possible values.
885
886 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
887
888         * message.el (message-kill-to-signature): Fix.
889
890 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
891
892         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
893
894         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
895         (gnus-mime-display-multipart-related-as-mixed)
896         (gnus-button-mid-or-mail-heuristic-alist): do.
897
898 2003-05-05  Dave Love  <fx@gnu.org>
899
900         * mm-util.el (mm-default-multibyte-p): New.
901         (mm-coding-system-p): Maybe use find-coding-systems.
902
903 2003-05-04  Dave Love  <fx@gnu.org>
904
905         * rfc2047.el (with-syntax-table): Define if necessary.
906         (rfc2047-syntax-table): Fix last change for XEmacs.
907         (rfc2047-parse-and-decode): Revert last change.
908
909 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
910
911         * gnus.el: Don't test for `mm-guess-mime-charset'.
912
913         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
914
915         * gnus.el (gnus-default-charset): Set default value to
916         `undecided'.
917
918         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
919         mm-decode-body.
920
921         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
922         (mm-decode-body): Don't use mm-decode-coding-region-safely.
923
924 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
925
926         * gnus-util.el (gnus-multiple-choice): Add ", ?".
927
928 2003-05-03  Dave Love  <fx@gnu.org>
929
930         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
931         with 2 args.
932         (rfc2047-decode-string): Don't set the buffer multibyte before
933         calling buffer-string.
934
935         * mm-encode.el (mm-long-lines-p): Autoload.
936         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
937         unibyte.  Signal error on unknown encoding.
938         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
939
940         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
941         Callers of gnus- versions changed to use them.
942         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
943         fixes.
944         (rfc2047-encoding-type): New.
945         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
946         Don't include header name field in encoding.  Add `address-mime'
947         case and bind rfc2047-encoding-type for `mime' case.
948         (rfc2047-encodable-p): Deleted.
949         (rfc2047-syntax-table): New.
950         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
951         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
952         in place rather than by passing strings.
953         (rfc2047-encode-string): Doc fix.
954         (rfc2047-q-encode-region): Don't use
955         mm-with-unibyte-current-buffer.
956         (rfc2047-encoded-word-regexp): eval-and-compile.
957         (rfc2047-decode-region): Avoid concatenation in loop.
958         (rfc2047-parse-and-decode): Remove useless disjunction.
959
960 2003-05-02  Dave Love  <fx@gnu.org>
961
962         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
963         mm-with-unibyte-current-buffer.
964         (ietf-drums, gnus-util): don't require.
965
966         * sieve.el (sieve-manage-mode-menu): Define before use.
967
968         * mml-smime.el (message-narrow-to-headers): Autoload.
969
970         * mm-util.el (mm-coding-system-p): Don't override nil from
971         coding-system-p.
972         (mm-mule4-p, mm-disable-multibyte-mule4)
973         (mm-with-unibyte-current-buffer-mule4): Deleted.
974         (mm-multibyte-p): Use defun, not defalias.
975         (mm-make-temp-file): Moved to group at top of file.
976         (mm-point-at-eol, mm-point-at-bol): New.
977
978         * gnus-cite.el (gnus-art): Require.
979
980         * gnus-ems.el (gnus-get-buffer-create)
981         (nnheader-find-etc-directory, message-text-with-property):
982         Autoload.
983         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
984         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
985         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
986         (gnus-check-before-posting): Only defvar when compiling.
987
988         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
989
990         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
991         Defvar when compiling.
992         (gnus-output-to-rmail): Require mm-util.
993
994         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
995         (mail-source-make-complex-temp-name): Deleted.
996
997         * message.el (message-use-idna): Use mm-coding-system-p.
998         (message-tokenize-header, message-make-organization)
999         (message-make-from):  Use with-temp-buffer.
1000         (message-set-work-buffer): Deleted.
1001         (message-fill-paragraph): Use `if' not `and' for compiler warning.
1002         (message-check-news-header-syntax): Remove useless lambda.
1003         (message-forward-make-body): Use mm-disable-multibyte,
1004         mm-with-unibyte-current-buffer, mm-enable-multibyte.
1005         (message-replace-chars-in-string): Deleted.
1006
1007         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
1008         (mm-extern-url): Use mm-with-unibyte-current-buffer,
1009         mm-disable-multibyte.
1010         (mm-extern-anon-ftp): Use mm-disable-multibyte.
1011
1012         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
1013         mm-with-unibyte-current-buffer.
1014
1015         * mml2015.el (mml): Require.
1016         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
1017         mm-with-unibyte-current-buffer.
1018
1019         * nnheader.el (gnus-util): Require.
1020
1021         * nntp.el (format-spec, format-spec-make, open-tls-stream):
1022         Autoload.
1023
1024         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
1025         (mail-header-remove-whitespace): Autoload.
1026
1027         * sieve-manage.el (starttls-negotiate): Autoload.
1028
1029 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
1032
1033 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
1034
1035         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
1036
1037 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038
1039         * gnus.el (gnus-version-number): Bump.
1040
1041 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1042
1043         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
1044         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
1045
1046         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
1047         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
1048
1049         * gnus-registry.el (gnus-registry-fetch-extra)
1050         (gnus-registry-store-extra, gnus-registry-group-count): new functions
1051         (gnus-registry-fetch-group, gnus-registry-delete-group)
1052         (gnus-registry-add-group): changed to work with extra data element
1053         if present
1054
1055 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1056
1057         * gnus.el: Gnus v5.10.1 is released.
1058
1059 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1060
1061         * gnus.el: Oort Gnus v0.24 is released.
1062
1063 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1064
1065         * dgnushack.el (when): Check whether defadvice is fbound.
1066
1067 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1068
1069         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
1070         (gnus-registry-register-message-ids): use it
1071
1072 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073
1074         * gnus.el (gnus-version-number): Bump.
1075
1076         * gnus.el: Update copyright for several files.
1077
1078 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1079
1080         * gnus.el: Oort Gnus v0.23 is released.
1081
1082 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * spam-stat.el (spam-stat-test-directory): Compare against zero.
1085
1086 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
1087
1088         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
1089
1090 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1091
1092         * message.el (message-forward-subject-name-subject): Decode
1093         string when forwarding.
1094
1095 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
1096
1097         * dgnushack.el (when): Add defadvice.
1098
1099 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1100
1101         * gnus.el (gnus-version-number): Bump.
1102
1103 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1104
1105         * gnus.el: Oort Gnus v0.22 is released.
1106
1107 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1108
1109         * gnus.el: Oort Gnus v0.21 is released.
1110
1111 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1112
1113         * gnus.el (gnus-version-number): Bump.
1114
1115 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1116
1117         * gnus.el: Oort Gnus v0.20 is released.
1118
1119 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
1120
1121         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
1122
1123 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
1124
1125         * mm-url.el (mm-url-insert-file-contents): set url-current-object
1126         in the case where mm-url-use-external is set.
1127
1128         * nnrss.el (nnrss-request-article): Change the messages created to
1129         multipart/alternative.  Hopefully fixes a problem interaction with
1130         w3m.
1131         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
1132         around.
1133
1134 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * message.el (message-check-news-header-syntax): Alter "posting"
1137         message.
1138
1139         * nnrss.el (nnrss-node-text): Don't use char classes.
1140
1141 2003-05-01  David Z. Maze  <dmaze@mit.edu>
1142
1143         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
1144         in condition-case.
1145
1146 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1147
1148         * message.el (message-required-headers): Remove In-Reply-To.
1149
1150         * gnus-int.el (gnus-open-server): Revert changes.
1151
1152 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1153
1154         * gnus-int.el (gnus-open-server): Try to open unagentized servers
1155         even when unplugged.
1156
1157 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
1158
1159         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
1160         doc-string.
1161
1162 2003-05-01  Steve Youngs  <youngs@xemacs.org>
1163
1164         * lpath.el: Add a section for non-Mule XEmacsen.
1165         fbind `find-charset-string' and `coding-system-base' in that
1166         section.
1167
1168         * gnus-util.el (gnus-completing-read-maybe-default): New.
1169         (gnus-completing-read): Use it.
1170
1171         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
1172
1173         * gnus-art.el (gnus-read-string): New.
1174         (gnus-summary-pipe-to-muttprint): Use it.
1175
1176         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
1177
1178         * dns.el (dns-make-network-process): Use it.
1179
1180         Take care of some differences between XEmacs 21.1 and newer
1181         versions of XEmacs.
1182
1183 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
1184
1185         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
1186         diagnostic message
1187         (gnus-registry-grep-in-list): don't run when word is nil
1188         (gnus-registry-fetch-message-id-fast): new function
1189         (gnus-registry-delete-group, gnus-registry-add-group): make sure
1190         the id and group are not nil
1191         (gnus-registry-register-message-ids): new function
1192         (gnus-register-action): optimized logical flow
1193         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
1194
1195 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1196
1197         * gnus-delay.el (gnus-delay-article): Call
1198         `gnus-agent-queue-setup' to create the delay group.
1199
1200         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
1201         for the (queue) group name.
1202
1203 2003-04-30  Simon Josefsson  <jas@extundo.com>
1204
1205         * mm-util.el (mm-charset-to-coding-system): Use user specified
1206         charset unless coding-system-get is fboundp.
1207
1208 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
1209
1210         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
1211         Wrapped in eval-when-compile.
1212         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
1213         shouldn't be asked twice to go online with each server.
1214         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
1215         gnus-agent-crosspost, gnus-agent-flush-cache,
1216         gnus-agent-fetch-session, gnus-agent-unread-articles,
1217         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
1218         gnus-agent-group-covered-p): Expanded pop macros used for
1219         effect. Avoids compilation warning in emacs 21.3.
1220
1221         * gnus-int.el (gnus-open-server): Restructured to only open
1222         nnagent when gnus-plugged is nil.
1223
1224 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * lpath.el: Fbind string-to-multibyte.
1227
1228 2003-04-30  Steve Youngs  <youngs@xemacs.org>
1229
1230         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
1231
1232 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
1233
1234         * gnus-registry.el (gnus-registry-fetch-group): faster
1235         (gnus-registry-delete-group): new function
1236         (gnus-registry-add-group): new function
1237         (gnus-register-spool-action): use it
1238         (gnus-register-action): use it
1239         (gnus-registry-translate-from-alist)
1240         (gnus-registry-translate-to-alist): remove the headers registry
1241         for now
1242
1243 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
1244
1245         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
1246
1247 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
1248
1249         * spam-report.el (spam-report-gmane): gnus-summary-article-number
1250         is not necessary, just use the function parameter
1251
1252 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
1253
1254         * spam-stat.el (spam-stat-save): No longer font-locks the file
1255         when saving
1256
1257 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * canlock.el: Bind mail-header-separator when compiling (XEmacs
1260         provides it in mail-lib/auto-autoloads.el).
1261
1262 2003-04-29  Simon Josefsson  <jas@extundo.com>
1263
1264         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
1265         message-sender.
1266
1267         * mml.el (mml-generate-mime-1): Set mml-sender too.
1268
1269 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
1270
1271         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
1272
1273         * mm-url.el (mm-url-use-external): do.
1274
1275 2003-04-29  Simon Josefsson  <jas@extundo.com>
1276
1277         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
1278         warnings).
1279
1280         * sieve-mode.el (c-mode): Ditto.
1281
1282         * pgg.el (run-at-time): Ditto.
1283
1284         * mm-url.el (require): Require timer when compiling for
1285         with-timeout macro (fix xemacs compile warnings).
1286
1287 2003-04-28  Dave Love  <fx@gnu.org>
1288
1289         * gnus-util.el (nnheader): Don't require.
1290         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
1291         Autoload.
1292
1293         * spam.el: Require cl when compiling.
1294
1295         * dns.el: Require cl when compiling.
1296
1297 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
1298
1299         * gnus-art.el (gnus-article-goto-next-page)
1300         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
1301         gnus-pick-mode work.
1302
1303 2003-04-28  Steve Youngs  <youngs@xemacs.org>
1304
1305         * Makefile.in (FLAGS): Use @FLAGS@.
1306
1307 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
1308
1309         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
1310         (gnus-mime-display-multipart-alternative-as-mixed)
1311         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
1312         allow customization.
1313
1314 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
1315
1316         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
1317         currently called (See source for explanation).
1318
1319 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages.
1322         (gnus-summary-mark-read-and-unread-as-read): Take an optional
1323         mark.
1324
1325         * gnus.el (gnus-version-number): Bump.
1326
1327 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1328
1329         * gnus.el: Oort Gnus v0.19 is released.
1330
1331 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
1332
1333         * gnus-registry.el (gnus-register-spool-action): Replaced literal
1334         carriage-return character with its escape sequence.
1335
1336 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
1339
1340         * nnrss.el (nnrss-node-text): Use only one
1341         gnus-replace-in-string.
1342
1343         * gnus.el: Remove gnus-functionp throughout.
1344
1345         * gnus-util.el (gnus-functionp): Removed.
1346
1347         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix.
1348
1349         * message.el (message-required-headers): Add In-Reply-To.
1350
1351 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
1352
1353         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
1354         to binary.
1355
1356 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
1357
1358         * mml.el (mml-preview): do.
1359
1360         * message.el (message-mode): do.
1361
1362         * gnus-undo.el (gnus-undo-mode): do.
1363
1364         * gnus-topic.el (gnus-topic-mode): do.
1365
1366         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
1367
1368         * gnus-msg.el (gnus-setup-message)
1369         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
1370
1371         * gnus-gl.el (gnus-grouplens-mode): do.
1372
1373         * gnus-art.el (gnus-mime-save-part-and-strip)
1374         (gnus-mime-delete-part): Use it.
1375
1376         * gnus-util.el (gnus-make-local-hook): New function.
1377
1378 2003-04-25  Simon Josefsson  <jas@extundo.com>
1379
1380         * nnrss.el (nnrss-node-text): Don't use a star.
1381         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
1382
1383 2003-04-24  Dave Love  <fx@gnu.org>
1384
1385         * mm-encode.el (mm-long-lines-p): Autoload.
1386         (mm-encode-content-transfer-encoding): Don't try to make buffer
1387         unibyte before decoding.  Don't ignore errors for base64 encoding.
1388
1389         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
1390         Signal error on malformed text, as for base64.
1391         (quoted-printable-encode-region): DTRT in Emacs 22.
1392
1393         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
1394         (mm-auto-save-coding-system): Consider utf-8-emacs.
1395         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
1396         (mm-charset-to-coding-system, mm-mime-charset)
1397         (mm-find-mime-charset-region): Check for :mime-charset coding
1398         systems property.
1399
1400         * mml-sec.el (mml2015, mml1991): Don't require.
1401         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt)
1402         (message-goto-body, mml-insert-tag): Autoload.
1403
1404         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
1405
1406         * gnus-start.el (message-make-date): Autoload rather than
1407         requiring message.
1408
1409         * gnus-group.el (gnus-group-name-charset-group-alist): Use
1410         mm-coding-system-p.
1411         (gnus-cache-active-altered): Defvar when compiling.
1412         (gnus-group-delete-group): Re-write to help avoid warnings.
1413
1414         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
1415
1416         * pgg.el: Split eval-when-compile forms.
1417
1418 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
1419
1420         * gnus-group.el (gnus-large-ephemeral-newsgroup)
1421         (gnus-fetch-old-ephemeral-headers): News variables.
1422         (gnus-group-read-ephemeral-group): Use them.
1423
1424 2003-04-24  Simon Josefsson  <jas@extundo.com>
1425
1426         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
1427
1428         * nnrss.el (nnrss-node-text): Ditto.
1429
1430 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
1433         gnus-inews-mark-gcc-as-read exists.
1434
1435 2003-04-23  Simon Josefsson  <jas@extundo.com>
1436
1437         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
1438         doesn't exceed the regexp stack space.
1439
1440 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
1441
1442         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
1443
1444         * gnus-art.el (gnus-article-hide-pgp-hook): do.
1445
1446 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
1447
1448         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
1449
1450 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
1451
1452         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
1453
1454 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * dgnushack.el (merge, copy-list): Remove compiler macros.
1457         (butlast): Add a compiler macro.
1458
1459 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
1460
1461         * gnus-util.el (gnus-merge): Added "type" argument to match CL
1462         merge and gnus-sum.el's expectations.
1463
1464 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
1465
1466         * gnus-art.el (gnus-button-url-regexp): Added nntp.
1467
1468         * message.el (message-generate-headers-first): Default to
1469         '(references).
1470
1471         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
1472
1473 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
1474
1475         * smime.el (smime-decrypt-region): Insert From header.
1476
1477 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1478
1479         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
1480         Max length of header is 726, not 740.  From Gaute B Strokkenes
1481         <gs234@cam.ac.uk>.
1482
1483 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
1484
1485         * nndb.el, mml1991.el: Fix license template.
1486
1487 2003-04-20  Simon Josefsson  <jas@extundo.com>
1488
1489         * nnimap.el (nnimap-split-articles): Don't download body unless
1490         required.
1491
1492         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
1493         starting process, like imap-kerberos4-open does.
1494
1495         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
1496         license template.
1497
1498         * mml-sec.el: Fix license template.
1499
1500         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
1501         license template.
1502
1503         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
1504         pgg-pgp.el: Fix license template.
1505
1506 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
1507
1508         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
1509
1510 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
1511
1512         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
1513
1514 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1515
1516         * spam.el (spam-split): allow a particular check as a parameter,
1517         e.g. (: spam-split 'spam-use-bogofilter)
1518         (spam-mark-only-unseen-as-spam): new parameter, see doc
1519         (spam-mark-junk-as-spam-routine): use
1520         spam-mark-only-unseen-as-spam, simplify routine to take advantage
1521         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
1522
1523 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1524
1525         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
1526         (gnus-group-guess-full-name): don't prefix the group twice
1527
1528         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
1529
1530         * gnus-registry.el (gnus-registry-clear)
1531         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
1532         (gnus-registry-split-fancy-with-parent): new functions
1533         (gnus-register-spool-action, gnus-register-action): simplified the format
1534         (gnus-registry): new customization group
1535         (gnus-registry-unfollowed-groups): new variable
1536
1537 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538
1539         * gnus-art.el (gnus-button-alist): Add nntp: urls.
1540         (gnus-header-button-alist): Ditto.
1541
1542 2003-04-17  Dave Love  <fx@gnu.org>
1543
1544         * gnus-util.el (gnus-string-equal): Revert last change.
1545
1546 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
1549
1550 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
1551
1552         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
1553
1554 2003-04-15  Michael Shields  <shields@msrl.com>
1555
1556         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
1557         the broken-reply-to group parameter is set.  Idea from Vasily
1558         Korytov <deskpot@myrealbox.com>.
1559
1560 2003-04-17  Steve Youngs  <youngs@xemacs.org>
1561
1562         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
1563         process.el in XEmacsen >= 21.5.
1564
1565 2003-04-17  Steve Youngs  <youngs@xemacs.org>
1566
1567         * dgnushack.el: Add a whole swag of autoloads and defaliases to
1568         satisfy the byte-compiler when building with XEmacs.
1569
1570         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
1571         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
1572         W3 doesn't have these.
1573
1574         * mailcap.el: Maybe require 'lpr in XEmacs.
1575
1576 2003-04-16  Simon Josefsson  <jas@extundo.com>
1577
1578         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
1579         sender tag, if available.
1580
1581 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1582
1583         * gnus-registry.el (gnus-register-action)
1584         (gnus-register-spool-action, hashtable-to-alist)
1585         (gnus-registry-translate-from-alist, alist-to-hashtable)
1586         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
1587         new variables and function fixes
1588
1589         * gnus.el (gnus-registry-headers-alist): new variable to hold
1590         article header data
1591         (gnus-variable-list): save gnus-registry-headers-alist
1592
1593         * spam-report.el (Module): new module for spam reporting
1594
1595         * gnus.el (spam-process): added
1596         gnus-group-spam-exit-processor-report-gmane to the list of choices
1597         (gnus-install-group-spam-parameters): defined new spam exit processor
1598
1599         * spam.el (autoload): autoload spam-report-gmane when needed
1600         (spam-report-gmane-register-routine): glue for spam-report.el
1601         (spam-group-spam-processor-report-gmane-p): glue for the
1602         gnus-group-spam-exit-processor-report-gmane spam processor
1603         (spam-summary-prepare-exit): check the report-gmane spam processor
1604         and run spam-report-gmane-register-routine if it's active
1605
1606         From John Wiegley <johnw@gnu.org>
1607
1608         * spam.el (spam-bogofilter-score): check bogofilter headers before
1609         checking bogofilter itself
1610
1611 2003-04-16  Dave Love  <fx@gnu.org>
1612
1613         * gnus-agent.el: Wrap defsetf in eval-when-compile.
1614         (gnus-agent-cat-defaccessor): Don't use gensym.
1615
1616         * mml1991.el: Require cl, mm-util when compiling.
1617         (quoted-printable-decode-region, quoted-printable-encode-region):
1618         Autoload.
1619
1620         * pgg.el: Require cl when compiling.
1621
1622         * nnmail.el (gnus): Require.
1623
1624         * gnus-util.el: Move provide to end.
1625         (gnus-string-equal): Maybe use compare-strings.
1626         (gnus-merge): New.
1627
1628         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
1629         (gnus-summary-insert-articles): Use gnus-merge.
1630
1631         * gnus-fun.el: Require cl and mm-util when compiling.
1632
1633         * gnus-diary.el (gnus-diary-delay-format-french)
1634         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
1635
1636         * nndiary.el (nndiary-compute-reminders): Don't use setf with
1637         nthcdr.
1638
1639 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
1640
1641         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
1642         specify a predicate other than false.
1643         (gnus-category-read): Use the new feature to create a 'default'
1644         category with a 'short' predicate.
1645
1646 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * message.el (message-unique-id): Comment change.
1649
1650         * gnus-art.el (gnus-article-next-page-1): New function.
1651         (gnus-article-next-page): Use it.
1652
1653 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1654
1655         * spam.el (spam-split): added save-restriction to save-excursion
1656
1657 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
1658         From Julien Avarre <julien@avarre.com>
1659
1660         * gnus-fun.el: Fixed autoload cookie.
1661
1662 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
1663         From Remi Letot  <remi.letot@easynet.be>
1664
1665         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
1666         instead of remove-if.
1667
1668 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
1671         copy-sequence instead of remove which is a cl run-time function in
1672         Emacs 20.
1673
1674 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
1675
1676         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
1677         local copy of gnus-discouraged-post-methods with the current
1678         method removed.
1679
1680 2003-04-14  Simon Josefsson  <jas@extundo.com>
1681
1682         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
1683
1684 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1685
1686         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
1687         of `mm-coding-system-priorities' to base coding system.
1688
1689         * gnus-sum.el: Added coding cookie ("middle dot" in
1690         gnus-summary-morse-message).
1691
1692 2003-04-13  Simon Josefsson  <jas@extundo.com>
1693
1694         * gnus-art.el (article-fill-long-lines)
1695         (article-verify-x-pgp-sig, article-decode-group-name)
1696         (gnus-mime-button-menu): Split >80 character lines.
1697
1698 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
1699
1700         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
1701         we're let-binding it.
1702
1703         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
1704
1705 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * message.el (message-hide-headers): Don't do intangible.
1708
1709         * gnus.el (gnus-group-prefixed-name): Comment out the test for
1710         colon.
1711
1712         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
1713         to the ephemeral entry, but the prefixed name.
1714
1715         * gnus.el (gnus-group-prefixed-name): Clean up.
1716
1717 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1718
1719         * gnus-agent.el (gnus-agent-group-pathname): Bind
1720         gnus-command-method so that gnus-agent-directory will always
1721         return a valid directory.
1722         * gnus-cache.el (gnus-cache-enter-article): Remove article from
1723         gnus-newsgroup-undownloaded so that the summary will display the
1724         article as downloaded.
1725         (gnus-cache-remove-article): If the article isn't in the agent,
1726         remove it from gnus-newsgroup-undownloaded so that the summary
1727         will display the article as undownloaded.
1728
1729 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730
1731         * gnus.el (gnus-version-number): Bump.
1732
1733 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1734
1735         * gnus.el: Oort Gnus v0.18 is released.
1736
1737 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1738
1739         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers.
1740
1741 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * gnus-art.el (gnus-article-next-page): Use
1744         gnus-article-over-scroll.
1745         (gnus-article-over-scroll): New variable.
1746
1747         * message.el (message-newline-and-reformat): Place a boundary
1748         before filling.
1749         (message-make-forward-subject-function): Changed default to
1750         message-forward-subject-name-subject.
1751         (message-forward-subject-name-subject): New function.
1752
1753         * nnimap.el (nnimap-split-fancy): Ditto.
1754
1755         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
1756
1757         * gnus-cus.el (gnus-group-parameters): Removed "which see".
1758
1759         * mml.el (mml-minibuffer-read-file): Bind
1760         completion-ignored-extensions to nil.
1761
1762         * message.el (message-fix-before-sending): Comment fix.
1763         (message-fix-before-sending): Make hidden headers visible.
1764         (message-hide-headers): Bind after-change-functions to nil.
1765         (message-forbidden-properties): Put invisible and intangible
1766         back.
1767         (message-strip-forbidden-properties): Ignore message-hidden text.
1768
1769         * gnus-msg.el: Hide headers.
1770
1771         * message.el (message-hidden-headers): New variable.
1772         (message-hide-headers): New function.
1773         (message-hide-header-p): New function.
1774         (message-hide-header-p): Change logic.
1775         (message-forbidden-properties): Remove intangible nil invisible
1776         nil.
1777         (message-hide-headers): Narrow to headers.
1778
1779         * lpath.el (featurep): Bind Info-directory, Info-menu.
1780
1781 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
1782
1783         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
1784         encoded.
1785         (mm-encode-body): Don't corrupt UTF-16.
1786         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
1787
1788 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
1789
1790         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
1791         the CACHE are now detected and handled the same as an article
1792         downloaded into the agent.
1793         (gnus-agent-group-path): Modified to match nnmail-group-pathname
1794         so that the agent front-end and back-end (nnagent) always use the
1795         same directory.
1796         (gnus-agent-group-pathname): New function. Wrapper for
1797         nnmail-group-pathname.
1798         (gnus-agent-expire-unagentized-dirs): New variable.  May be
1799         customized to disable gnus-agent-expire-unagentized-dirs.
1800         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
1801         as the directories in gnus-agent-expire-current-dirs were
1802         expanded.
1803
1804 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
1805
1806         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
1807         body" entry in read only groups.
1808
1809 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
1810
1811         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
1812         and "Create article" items in non-editable groups.
1813
1814 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
1815
1816         * gnus-agent.el (gnus-agent-write-active): Added option of
1817         replacing, rather than updating, the agent's active file.  Do NOT
1818         use the fully qualified group name as gnus-active-to-gnus-format
1819         blindly prefixes group names with server names.
1820         (gnus-agent-save-group-info): Merge BOTH min/max of current active
1821         range, was just merging min, with specified active range.
1822         (gnus-agent-expire): Save agent's active ranges after
1823         expiring all groups.
1824         (gnus-agent-expire-group-1): Update min of agent's active range to
1825         min article currently fetched.
1826         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
1827         same ancestor multiple times.
1828
1829         * gnus-async.el (gnus-asynchronous): Moved defcustom of
1830         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
1831         seems to fix an intermittant error in which loading gnus-async
1832         fails to define gnus-asynchronous (the variable).
1833
1834         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
1835         non-essential.  Removed on all platforms.
1836         (gnus-select-newsgroup): When the agent is active, expand the
1837         group's active range to include fetched articles that are no
1838         longer in the server's active range.
1839
1840         * gnus-util.el (gnus-with-output-to-file): Removed all of the
1841         print-* bindings as they should be handled by the function doing
1842         the printing.
1843
1844 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
1845
1846         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
1847         might be unbound in non-MULE XEmacsen.
1848
1849 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
1850
1851         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
1852         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
1853         recognize diffs.
1854
1855         * mm-bodies.el (mm-decode-body): Use the supplied charset
1856         unconditionally if `code-pages' hasn't been loaded.
1857
1858 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
1859
1860         * gnus-art.el (article-verify-x-pgp-sig): Don't use
1861         `insert-buffer', the docstring says "This function is meant for
1862         the user to run interactively.  Don't call it from programs!"
1863
1864         * mm-extern.el (mm-extern-mail-server): do.
1865
1866         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
1867         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1868         (mml1991-pgg-encrypt): do.
1869
1870         * pgg.el (pgg-decrypt-region): do.
1871
1872         * mm-view.el (mm-view-pkcs7-decrypt): do.
1873
1874         * mml-smime.el (mml-smime-verify): do.
1875
1876         * mml.el (mml-insert-mime, mml-preview): do.
1877
1878         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
1879         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
1880         (mml2015-pgg-encrypt): do.
1881
1882 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
1885
1886 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
1887
1888         * mm-uu.el (mm-uu-copy-to-buffer): Copy
1889         `buffer-file-coding-system' to the new buffer.
1890         (mm-uu-pgp-signed-extract-1): Don't copy
1891         `buffer-file-coding-system' here.
1892
1893         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
1894         exist in XEmacs.
1895         (mm-decode-body): Add missing quote.
1896
1897         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
1898         buffer-file-coding-system.
1899
1900         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
1901         last-coding-system-used.
1902
1903         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
1904         according to buffer-file-coding-system.
1905
1906         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
1907
1908         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
1909         (pgg-pgp-snarf-keys-region): do.
1910
1911         * pgg-pgp5.el (pgg-pgp5-verify-region)
1912         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
1913
1914         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
1915
1916 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1917
1918         * spam.el (spam-split): (save-excursion) around (widen)
1919         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
1920         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
1921
1922 2003-04-05  Steve Youngs  <youngs@xemacs.org>
1923
1924         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
1925         don't use it when loading gnus-sum.el if we're in XEmacs.
1926
1927 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
1928
1929         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1930         print-escape-nonascii to fix more characters in compiled format
1931         specs.
1932
1933 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
1934
1935         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
1936         Fix customization type.
1937
1938 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
1939
1940         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1941         print-quoted, print-readably, print-escape-multibyte, and
1942         print-level to match original behavior of gnus-prin1.  This should
1943         repair the format of .newsrc.eld when using compiled format specs.
1944
1945 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
1946
1947         * gnus-group.el (tool-bar-map): defvar it.
1948
1949         * gnus-art.el (tool-bar-map): do.
1950
1951         * gnus-sum.el (tool-bar-map): do.
1952
1953 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
1954
1955         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
1956
1957 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1958
1959         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
1960         and value.
1961         (gnus-button-alist): Use it.
1962
1963 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
1964
1965         * pgg-gpg.el (pgg-gpg-process-region): do.
1966
1967         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
1968         (pgg-pgp-snarf-keys-region): do.
1969
1970         * pgg-pgp5.el (pgg-pgp5-verify-region)
1971         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
1972
1973         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
1974         unsafe.
1975         (pgg-temporary-file-directory): Remove.
1976
1977 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1978
1979         * lpath.el: Fbind Info-directory and Info-menu.
1980
1981 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
1982
1983         * gnus-util.el (gnus-message): Added doc-string.
1984
1985         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
1986         (gnus-score-edit-file-at-point): Goto first match when using `e'.
1987
1988 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
1989
1990         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
1991         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
1992
1993 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1994
1995         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1996         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
1997
1998 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
1999
2000         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2001         print-escape-newlines to print escape sequences rather than
2002         literal newline characters.
2003
2004 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2005
2006         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
2007         `message-valid-fqdn-regexp' for initialization.
2008         (gnus-button-handle-info-url): Renamed and extended version of
2009         `gnus-button-handle-info'.
2010         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
2011         (gnus-button-handle-symbol, gnus-button-handle-library)
2012         (gnus-button-handle-info-keystrokes): New functions.
2013         (gnus-button-browse-level): New variable.
2014         (gnus-button-alist): Use them.  Added levels.
2015         (gnus-header-button-alist): Added levels.
2016
2017 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018
2019         * gnus.el (gnus-version-number): Bump.
2020
2021 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2022
2023         * gnus.el: Oort Gnus v0.17 is released.
2024
2025 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026
2027         * gnus-start.el (gnus-unload): Removed.
2028
2029         * pop3.el (pop3-read-response): Use
2030         nnheader-accept-process-output.
2031         (pop3-retr): Ditto.
2032
2033         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx.
2034         (mm-text-html-washer-alist): Ditto.
2035
2036 2003-03-31  Simon Josefsson  <jas@extundo.com>
2037
2038         * imap.el (imap-gssapi-program): Also try GNU SASL.
2039         (imap-gssapi-open): Accept GNU SASL greeting.
2040         (imap-read-timeout): New.
2041         (imap-wait-for-tag): Use it.
2042
2043 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044
2045         * nntp.el (nntp-accept-process-output): Use new function.
2046
2047         * nnheader.el (nnheader-read-timeout): New variable.
2048         (nnheader-accept-process-output): New function.
2049
2050         * nntp.el (nntp-read-timeout): Removed.
2051
2052         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
2053
2054 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
2057
2058 2003-03-30  Simon Josefsson  <jas@extundo.com>
2059
2060         * message.el (message-idna-inside-rhs-p): Narrow to header before
2061         searching.
2062
2063         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
2064
2065 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2066
2067         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
2068
2069 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
2070
2071         * message.el (message-make-in-reply-to): Use
2072         mail-extract-address-components to determine sender's
2073         name/address.
2074
2075 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead.
2078
2079         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
2080         valid lambda.
2081         (gnus-registry-translate-from-alist): Ditto.
2082
2083         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2084         print-length to nil.
2085
2086         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
2087
2088         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
2089         (gnus-grab-cam-face): Use it.
2090
2091 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
2092
2093         * nnmaildir.el (nnmaildir-request-set-mark)
2094         (nnmaildir-close-group): Allow each mark directory in a group to
2095         have its own inode for mark files, to accommodate AFS.
2096
2097 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
2098
2099         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
2100         gnus-read-newsrc-el-file
2101         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
2102
2103         * gnus-registry.el (gnus-registry-translate-to-alist)
2104         (gnus-registry-translate-from-alist, alist-to-hashtable)
2105         (hashtable-to-alist): new functions
2106         (gnus-register-spool-action): add a spool item to the registry
2107
2108         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
2109         list of saved variables
2110         (gnus-registry-alist): new variable
2111
2112 2003-03-27  Simon Josefsson  <jas@extundo.com>
2113
2114         * gnus-art.el (article-decode-group-name): Be correct instead of
2115         smart.
2116
2117 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
2118
2119         * lpath.el: Bind url-current-object for Emacs; bind
2120         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
2121         for both Emacsen.
2122
2123 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
2124
2125         * gnus-sum.el (gnus-article-loose-mime)
2126         (gnus-article-emulate-mime): Move to gnus-article-mime customize
2127         group.
2128
2129         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
2130         doc string.
2131
2132 2003-03-26  Kevin Ryde <user42@zip.com.au>
2133
2134         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
2135         gnus-summary-find-uncancelled, skip temporary articles inserted by
2136         "refer" functions.
2137
2138 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
2139
2140         * smiley.el (smiley-buffer): New function.
2141
2142 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
2143
2144         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
2145         gnus-summary-update-line (which updated the article's face) with
2146         gnus-summary-update-download-mark (which updates the article's
2147         face by calling gnus-summary-update-line AND updates the download
2148         mark to show that the article was fetched).
2149
2150 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
2151
2152         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
2153         option of deleting agent directories for groups/servers that are
2154         not currently agentized.
2155         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
2156
2157         * gnus-int.el (gnus-open-server): Report backend errors in
2158         condition handler.
2159
2160 2003-03-23  Simon Josefsson  <jas@extundo.com>
2161
2162         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
2163         header.
2164
2165         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
2166         same as Newsgroups.
2167
2168         * nntp.el (nntp-open-connection-function): Mention
2169         nntp-open-tls-stream.
2170         (nntp-open-tls-stream): New function.
2171
2172         * tls.el: New file.
2173
2174         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
2175         instead of SSL.
2176         (nnimap-stream): Add other streams, link to imap variables.
2177         (nnimap-authenticator): Add other authenticator, link to imap
2178         variables.
2179
2180         * imap.el: Autoload open-tls-stream.
2181         (imap-streams): Add tls in front of ssl.
2182         (imap-stream-alist): Add tls.
2183         (imap-default-tls-port): New variable.
2184         (imap-tls-p, imap-tls-open): New functions.
2185
2186 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2187
2188         * mm-url.el (mm-url-insert-file-contents): parse url only if
2189         results is a list.
2190
2191 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * mail-source.el (mail-source-fetch-imap): Revert.
2194
2195 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
2196
2197         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
2198         less strict regexp.
2199
2200 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201
2202         * mail-source.el (mail-source-fetch-imap): Use buffer name for
2203         more imap function.
2204
2205 2003-03-21  Simon Josefsson  <jas@extundo.com>
2206
2207         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
2208         Followup-To data inline.
2209
2210 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
2211
2212         * gnus-art.el (gnus-treat-display-xface): Don't enable if
2213         icontopbm isn't available.
2214
2215 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
2216
2217         * gnus-int.el (gnus-open-server): Catch errors in backend's
2218         open-server method.  Returns nil rather than crashing startup.
2219
2220         * gnus-sum.el (eval-when-compile): Modified to resolve
2221         compile-time warnings.
2222
2223         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
2224         Reports length of series so that the user can compare N with a
2225         subject that should, if the entire series is present, contain
2226         '(.../N)'.
2227         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
2228         of temp file (Win-XP may leave the temp file locked when the
2229         uudecode process fails).
2230
2231 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2232
2233         * message.el (message-split-line): Ignore error.
2234
2235         * lpath.el (split-line): Avoid split-line warning message.
2236
2237 2003-03-20  Kim F. Storm  <storm@cua.dk>
2238
2239         * message.el (message-split-line): New function.
2240         (message-mode-map): Remap split-line to message-split-line.
2241
2242 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
2243
2244         * message.el (message-make-overlay): Defalias it to make-overlay.
2245         (message-delete-overlay): Defalias it to delete-overlay.
2246         (message-overlay-put): Defalias it to overlay-put.
2247         (message-idna-to-ascii-rhs-1): Use them.
2248
2249         * messagexmas.el (message-xmas-redefine): Defalias some overlay
2250         functions to extent functions.
2251
2252 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2253
2254         * message.el (message-check-news-header-syntax): Fixed regexp.
2255
2256 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2257
2258         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
2259
2260         * mm-url.el (mm-url-insert): Move url-current-object stuff into
2261         mm-url-insert-file-contents.
2262
2263         * nnrss.el (nnrss-fetch): Fetch the local stuff.
2264         (nnrss-check-group): Use it.
2265
2266 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
2267
2268         * nnrss.el: Primitive XML Name-space support.  This means that RSS
2269         feeds like Kevin Burton's[1] can now be read in Gnus.
2270
2271         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
2272         means that if you want to read the RSS feed for example.com, all
2273         you have to do is hit "G R http://www.example.com/ RET" and
2274         nnrss.el will find and the feed listed on the site or (if you have
2275         loaded xml-rpc.el) look it up on syndic8.com.
2276
2277         Marked the message as HTML (by adding a Content-Type header) so
2278         that Gnus will render it as html if the user wants that.
2279
2280         Implemented the ability to save nnrss-group-alist so that any new
2281         feeds the you subscribe to will be found the next time you start
2282         up.
2283
2284         Implemented support for RSS 2.0 elements (author, pubDate).
2285
2286         Prefer for <content:encoded> over <description> where both
2287         elements exist.
2288
2289         * mm-url.el (mm-url-insert): Set url-current-object.
2290
2291         * gnus-group.el (gnus-group-make-rss-group): New function.
2292
2293 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
2294
2295         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
2296         for highlight overlays.
2297
2298 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
2301         a NOV.
2302
2303 2003-03-20  Simon Josefsson  <jas@extundo.com>
2304
2305         * message.el (message-use-idna): Disable if UTF-8 unavailable.
2306         (message-idna-to-ascii-rhs): Use it.
2307
2308         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
2309
2310 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
2311
2312         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
2313         (spam-group-ham-marks, spam-group-spam-marks): new functions
2314         (spam-spam-marks, spam-ham-marks): removed in favor of the
2315         spam-marks and ham-marks parameters
2316         (spam-generic-register-routine, spam-ham-move-routine): use the
2317         new spam-group-{spam,ham}-mark-p functions
2318
2319         * gnus.el (spam-marks, ham-marks): new group parameters with
2320         default values same as the old spam-spam-marks and spam-ham-marks
2321
2322 2003-03-19  Simon Josefsson  <jas@extundo.com>
2323
2324         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
2325         (gnus-use-idna): New variable.
2326         (article-decode-idna-rhs): New function.
2327
2328         * message.el (message-use-idna): New variable.
2329         (message-mode-field-menu): Add entry for IDNA.
2330         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
2331         (message-idna-to-ascii-rhs): New function.
2332         (message-generate-headers): Invoke IDNA code.
2333
2334 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
2335
2336         * nnmaildir.el (nnmaildir--system-name): New function.
2337         (nnmaildir-request-accept-article): Use it.
2338
2339 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * gnus-util.el (gnus-byte-compile): Make it work silently as the
2342         gnus-compile function does.
2343
2344         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
2345         bogus change.
2346
2347 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
2348
2349         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
2350         sort-coding-systems is defined.
2351
2352 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
2353
2354         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
2355         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
2356         Replace create-directory with target-prefix.
2357
2358 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
2359
2360         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
2361         find-charset-string which is slooow in XEmacs.
2362
2363 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
2366         compiler under XEmacs.
2367
2368 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
2369
2370         * gnus-art.el (gnus-treat-highlight-signature): Make the default
2371         work for multipart/signed where the message text isn't `last'.
2372
2373 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
2376         the value of mm-inline-text-html-with-images.
2377         (mm-inline-text-html-render-with-w3m): Don't bind
2378         w3m-display-inline-images.
2379
2380         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
2381         w3m-display-inline-images.
2382
2383         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
2384         regardless of an Emacs flavor.
2385
2386 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * gnus.el (gnus-version-number): Bump.
2389
2390 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2391
2392         * gnus.el: Oort Gnus v0.16 is released.
2393
2394 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2395
2396         * lpath.el (featurep): Bind mm-w3m-mode-map.
2397
2398 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
2399
2400         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
2401         'respool-able backends define a global nnchoke-get-new-mail
2402         variable.
2403
2404 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
2405
2406         * gnus-art.el (gnus-mime-delete-part): New function.
2407         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
2408
2409 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410
2411         * message.el (message-check-news-header-syntax): Don't push
2412         groups twice onto list of unknown groups.
2413
2414         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
2415         back.
2416
2417         * nnheader.el (nnheader-find-etc-directory): Doc fix.
2418
2419         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
2420         config unless the summary buffer exists.
2421
2422         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
2423         that target group is computed correctly when articles are marked
2424         as read by Xref handling.
2425
2426         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
2427         imap-open.
2428
2429         * message.el (message-send-mail): Add courtesy string to Bcc's,
2430         too.
2431
2432         * gnus-cite.el (gnus-cited-line-p): New function.
2433
2434 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
2435
2436         * mm-bodies.el (mm-decode-body): Add new optional parameter,
2437         force, to use the supplied charset unconditionally.
2438
2439         * gnus-art.el (article-decode-charset): Use it.
2440
2441 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
2442
2443         * mm-bodies.el (mm-decode-coding-region-safely): New function.
2444         (mm-decode-body): Use it.
2445
2446         * rfc2047.el (rfc2047-decode-region): do.
2447         (rfc2047-decode-string): Guess coding system if the default is
2448         invalid.
2449
2450 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
2451
2452         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
2453         articles are marked 'read, so we get correct article counts.
2454
2455 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
2458         the button.
2459         (gnus-insert-prev-page-button): Ditto.
2460         (gnus-insert-next-page-button): Ditto.
2461         (gnus-insert-mime-security-button): Ditto.
2462
2463         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
2464         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
2465         (mm-inline-image-xemacs): Ditto.
2466
2467 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
2468
2469         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
2470         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
2471         the recent filename uniqueness discussion.
2472
2473 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
2476         newline next time.
2477         (mm-inline-image-xemacs): Ditto.
2478
2479 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
2480
2481         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
2482         kill-line.
2483
2484 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
2485
2486         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
2487         kill-line.
2488
2489 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2490
2491         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
2492         fixing the code to match the documentation.
2493         (gnus-agent-fetch-selected-article): Replaced
2494         gnus-summary-update-article-line with gnus-summary-update-line as
2495         the former did not correctly recalculate the thread indentation.
2496         (gnus-agent-find-parameter): The agent-predicate, if not found
2497         anywhere else, defaults to the value of gnus-agent-predicate.
2498         (gnus-agent-fetch-session): Fixed typo; now executes
2499         gnus-agent-fetched-hook rather than the undocumented
2500         gnus-agent-fetch-hook.
2501         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
2502         default agent predicate is now provided by
2503         gnus-agent-find-parameter.
2504         (gnus-agent-message): New macro.  This macro avoids potentially
2505         costly parameter evaluation when the message's level is too high
2506         to display.
2507         (gnus-agent-expire-group-1): Disabled undo tracking in temp
2508         overview buffer. Uses new gnus-agent-message macro to reduce
2509         overhead of optional messages. Reversed message levels to
2510         emphasize percent completion messages.  Detailed messages of
2511         little use except when debugging code.
2512
2513 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2514
2515         * spam.el (spam-ham-move-routine): use
2516         spam-mark-ham-unread-before-move-from-spam-group
2517         (spam-mark-ham-unread-before-move-from-spam-group): new variable
2518
2519 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
2520
2521         * spam.el: load nnimap.el when compiling
2522         (spam-setup-widening): use
2523         nnimap-split-download-body-default instead of
2524         nnimap-split-download-body which is a user-customizable variable
2525
2526 2003-03-07  Simon Josefsson  <jas@extundo.com>
2527
2528         * nnimap.el (nnimap-split-download-body-default): New, holds
2529         default for n-s-d-b.
2530         (nnimap-split-download-body): Add new setting (symbol default),
2531         which uses contents of n-s-d-b-d, and made it the default.
2532
2533 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
2534
2535         * spam.el (spam-use-hashcash): new variable
2536         (spam-list-of-checks): added spam-use-hashcash with associated
2537         spam-check-hashcash
2538         (spam-check-hashcash): new function, installed iff hashcash.el is
2539         loaded
2540         (spam-setup-widening): don't use (return)
2541
2542 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2543
2544         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
2545         predicate of `false' to avoid an error when a group defines no
2546         predicate. Fixed typo that disabled agent scoring (i.e. the
2547         low/high predicates should now work).
2548
2549 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2550
2551         * spam.el: add spam-maybe-spam-stat-load to
2552         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
2553         (spam-bogofilter-register-with-bogofilter): use
2554         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
2555         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
2556         custom variables to replace "-s" and "-n"
2557
2558         * gnus-group.el (gnus-group-get-new-news): call the new
2559         gnus-get-top-new-news-hook hook
2560
2561         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
2562         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
2563
2564 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
2567
2568 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2569
2570         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
2571         a cl run-time function.
2572
2573 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2574
2575         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
2576         on gnus-agent-short-article.
2577         (gnus-category-read): Replaced CL function mapcar* with new macro:
2578         gnus-mapcar.
2579         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
2580         support functions that accept multiple parameters.  A separate
2581         sequence must be provided for each parameter in the function.
2582         Iteration stops when the end of the shortest list is reached.
2583
2584 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
2585
2586         * nnimap.el (nnimap-request-accept-article): Use delete-region.
2587
2588         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
2589         (html2text-delete-single-tag, html2text-clean-anchor)
2590         (html2text-remove-tags): Use delete-region.
2591         (html2text-fix-paragraphs): Simplify.
2592
2593         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
2594         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
2595         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
2596         kill-region.
2597
2598 2003-03-04  John Paul Wallington  <jpw@gnu.org>
2599
2600         * gnus-agent.el (gnus-agent-enable-expiration)
2601         (gnus-agent-article-alist, gnus-agent-article-alist)
2602         (gnus-agent-cat-defaccessor): Doc fixes.
2603
2604 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2605
2606         * gnus-agent.el (gnus-function-implies-unread-1): Grok
2607         byte-compiled functions.
2608
2609 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2610
2611         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
2612         customization between new maneuvering (which permits selecting
2613         undownloaded articles) and old maneuvering (which skipped over
2614         undownloaded articles) behaviors.
2615         (gnus-summary-find-next): Pass through the unread and subject
2616         parameters when calling gnus-summary-find-prev.
2617         (gnus-summary-find-next,gnus-summary-find-prev): Apply
2618         gnus-auto-goto-ignores to filter out unacceptable articles.
2619
2620 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
2621
2622         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
2623         exists in all supported Emacs versions, so we don't need this
2624         compatibility function.
2625         (mail-source-fetch-pop, mail-source-check-pop)
2626         (mail-source-fetch-webmail): Use read-passwd.
2627
2628         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
2629         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
2630         read-passwd.
2631
2632         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
2633
2634         * imap.el (imap-read-passwd): Remove.
2635         (imap-interactive-login): Use read-passwd.
2636
2637         * canlock.el (canlock-read-passwd): Remove.
2638         (canlock-insert-header, canlock-verify): Use read-passwd.
2639
2640         * sieve-manage.el (sieve-manage-read-passwd): Remove.
2641         (sieve-manage-interactive-login): Use read-passwd.
2642
2643         * pop3.el (pop3-read-passwd): Remove.
2644         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
2645         read-passwd.
2646
2647         * pgg.el (pgg-read-passphrase): Simplify.
2648
2649 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2650
2651         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
2652         'plugged' when actually 'unplugged' bug.
2653         (gnus-category-read): Ignore nil values when converting an
2654         old-format category so that the new-format category will default
2655         those attributes to the global variables.
2656
2657 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2658
2659         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
2660         doc-string.
2661
2662 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
2663
2664         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
2665         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
2666         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
2667         * mm-url.el (mm-url-decode-entities-string): do.
2668         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
2669         * mm-decode.el (mm-find-raw-part-by-type): do.
2670         * message.el (message-send-mail-partially)
2671         (message-send-mail-with-sendmail): do.
2672         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
2673         * gnus-kill.el (gnus-pp-gnus-kill): do.
2674         * gnus-art.el (gnus-article-treat-unfold-headers)
2675         (gnus-article-encrypt-body): do.
2676
2677 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2678
2679         * mail-source.el (mail-source-delete-incoming): Allow integer value.
2680         (mail-source-delete-old-incoming-confirm): New variable.
2681         (mail-source-delete-old-incoming): Use it.  New function.
2682         (mail-source-callback): Call `mail-source-delete-old-incoming' if
2683         `mail-source-delete-incoming' is a nonnegative integer.
2684
2685 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2686
2687         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
2688         (gnus-user-agent): Fixed typo.
2689
2690 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2691
2692         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
2693         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
2694
2695 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2696
2697         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
2698         (gnus-agent-fetch-session): Allow debugging to take place.
2699
2700 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
2701
2702         * gnus-sum.el (gnus-highlight-selected-summary)
2703         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
2704         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
2705         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
2706         and makes it clear that we don't need the side effect.
2707         * gnus-util.el (gnus-delete-line): do.
2708         * gnus-xmas.el (gnus-group-add-icon): do.
2709         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
2710         * nntp.el (nntp-send-authinfo-from-file): do.
2711         * nnml.el (nnml-header-value): do.
2712         * nnheader.el (nnheader-insert-references): do.
2713         * gnus-cite.el (gnus-article-highlight-citation)
2714         (gnus-cite-parse): do.
2715         * gnus-score.el (gnus-score-followup): do.
2716         * gnus-draft.el (gnus-draft-send): do.
2717         * gnus-group.el (gnus-group-highlight-line): do.
2718         * gnus-cache.el (gnus-cache-braid-nov): do.
2719         * nnfolder.el (nnfolder-retrieve-headers)
2720         (nnfolder-request-article): do.
2721         * gnus-art.el (article-hide-boring-headers)
2722         (gnus-article-hide-header): do.
2723
2724         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
2725         * nnml.el (nnml-request-replace-article): do.
2726         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
2727         * nnfolder.el (nnfolder-request-move-article): do.
2728         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
2729         * gnus-art.el (gnus-mm-display-part): do.
2730
2731         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
2732
2733 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2734
2735         * nntp.el (nntp-possibly-change-group): Avoid calling
2736         process-buffer on nil (Which happened when you lost your
2737         connection while fetching); instead signal a "Server Closed
2738         Connection" error.
2739
2740 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2741
2742         * gnus-agent.el (gnus-agent-enable-expiration): New
2743         variable. Either ENABLE or DISABLE.  Sets default behavior for
2744         selecting which groups are expired.
2745         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
2746         gnus-agent-set-cat-groups): Provides abstract interface for
2747         accessing agent category.  Category now implemented by an alist.
2748         (gnus-agent-add-group, gnus-agent-remove-group,
2749         gnus-category-insert-line, gnus-category-edit-predicate,
2750         gnus-category-edit-score, gnus-category-edit-groups,
2751         gnus-category-copy, gnus-category-add, gnus-group-category): Use
2752         new agent category abstraction.
2753         (gnus-agent-find-parameter): New function. Search for agent
2754         configuration parameter first in the group's parameters, then its
2755         topics (if any), and then the group's category.  If not found
2756         anywhere, use the original defined constants.
2757         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
2758         gnus-agent-find-parameter.
2759         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
2760         gnus-agent-cache now blocks retrieving headers and articles from
2761         the local cache.  Fetched content is still added to the cache
2762         before being returned.
2763         (gnus-agent-fetch-session): Use error-message-string to generate
2764         displayed error message.
2765         (gnus-agent-customize-category): New Command. 'e' in category
2766         buffer opens category customization buffer.
2767         (gnus-category-read): Reads either positional or alist format;
2768         returns alist format.
2769         (gnus-category-write): Writes category file compatible with
2770         current, and previous, versions of gnus-agent.
2771         (gnus-category-make-function, gnus-category-make-function-1):
2772         Corrected documentation; parameter is predicate NOT category.
2773         (gnus-predicate-implies-unread): Now works in more cases per the
2774         todo comment.
2775         (gnus-function-implies-unread-1): New function. Supports
2776         gnus-predicate-implies-unread.
2777         (gnus-agent-expire-group): Command now provides default of group
2778         under point.
2779         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
2780         agent-days-until-old parameters. No longer supports
2781         gnus-agent-expire-days being set to an alist.
2782         (gnus-agent-request-article): Now performs its own checks of
2783         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
2784         assuming that the caller will do them correctly.
2785         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
2786         gnus-agent-expire-days is set to an alist.  Converts said alist
2787         into group parameter so that gnus-agent-expire-days will not be
2788         needed.
2789         * gnus-art.el (gnus-request-article-this-buffer): Conditional
2790         checks surrounding gnus-agent-request-article removed; now
2791         performed by gnus-agent-request-article.
2792         * gnus-cus.el (gnus-agent-parameters): New variable. List of
2793         customizable group/topic parameters that regulate the agent.
2794         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
2795         kill-buffer with gnus-kill-buffer to remove the killed buffer from
2796         the list of gnus buffers.
2797         (gnus-trim-whitespace): Removes leading and trailing whitespace
2798         from multiline strings.
2799         (gnus-agent-cat-prepare-category-field,
2800         gnus-agent-customize-category): Constructs a category
2801         customization buffer.
2802         * gnus-int.el (gnus-retrieve-headers,
2803         gnus-request-expire-articles): No longer checks gnus-agent-cache
2804         as it is handled internally by the agent.
2805         (gnus-request-head, gnus-request-body): Conditional checks
2806         surrounding gnus-agent-request-article removed; now performed by
2807         gnus-agent-request-article.
2808
2809         * gnus-start.el (): Added defvar statements to resolve compilation
2810         warnings.
2811         (gnus-long-file-names): New function. Isolates platform dependent
2812         msdos-long-file-names.
2813         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
2814         option of writing directly to file.  Avoids memory exhausted
2815         errors when .newsrc.eld is huge.
2816         (gnus-save-newsrc-file): Uses new
2817         gnus-save-startup-file-via-temp-buffer.
2818         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
2819         standard-output.
2820         (gnus-display-time-event-handler): Changed to alias from a defun
2821         to avoid a compile-time warning when display-time-event-handler is
2822         not defined.
2823         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
2824         standard-output such that prin1 and princ will write directly to a
2825         file.
2826
2827         * gnus.el (gnus-agent-cache): Expanded documentation.
2828         (gnus-summary-high-undownloaded-face): Removed second bold keyword
2829         so that this face is actually bold.
2830
2831         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
2832         gnus-use-cache has been set.
2833
2834 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
2835
2836         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
2837
2838 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
2839
2840         * gnus-art.el (gnus-article-refer-article): Be more permissive.
2841
2842 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2843
2844         * spam.el: Fix typo.
2845
2846 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
2847         (Trivial patch.)
2848
2849         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
2850         errors-buffer. This produces a nicer error message in case of
2851         problems.
2852
2853 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
2854
2855         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
2856         load stats iff spam-use-stat is on
2857
2858         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
2859         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
2860         instead of spam-stat-load and spam-stat-save in the
2861         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
2862
2863 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2864
2865         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
2866
2867 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2868
2869         * message.el (message-make-fqdn): Protect against nil user-mail.
2870
2871 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
2872
2873         * gnus-art.el (gnus-boring-article-headers): New values:
2874         'to-list and 'cc-list.
2875
2876 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2877
2878         * spam.el (spam-setup-widening): new function to set
2879         nnimap-split-download-body, we add it to gnus-get-new-news-hook
2880         (spam-list-of-statistical-checks): list of statistical splitter
2881         checks
2882         (spam-split): added a widen call when a statistical check is
2883         enabled
2884
2885 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2886
2887         * gnus-msg.el (gnus-user-agent): Changed default to
2888         'emacs-gnus-type, renamed 'full.
2889
2890 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
2891
2892         * nnfolder.el (nnfolder-request-accept-article): Don't use
2893         mail-header-unfold-field.
2894
2895 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2896
2897         * imap.el (imap-ssl-open): Don't depend on ssl.el.
2898         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
2899
2900 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2901
2902         * spam.el: add spam-stat-load to gnus-get-new-news-hook
2903         (spam-split): remove spam-stat-load call
2904
2905 2003-02-26  Simon Josefsson  <jas@extundo.com>
2906
2907         * gnus-sum.el (gnus-summary-toggle-header): Run
2908         gnus-article-decode-hook instead of calling a-decode-encoded-words
2909         directly (the latter is run as part of the former).
2910
2911 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2912
2913         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
2914
2915 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
2916
2917         * message.el (message-sendmail-envelope-from): New option.
2918         (message-sendmail-envelope-from): New function.
2919         (message-send-mail-with-sendmail): Use it.
2920
2921 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
2922
2923         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
2924         compensation for TDMA addresses.
2925
2926 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2927
2928         * gnus-msg.el (gnus-user-agent): New variable.
2929         (gnus-version-expose-system): Removed.  Obsoleted by
2930         `gnus-user-agent'.
2931         (gnus-extended-version): Use `gnus-user-agent'.
2932
2933 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2934
2935         * spam.el (spam-stat-register-spam-routine,
2936         spam-stat-register-ham-routine): remove spam-stat-save
2937         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
2938
2939 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2940
2941         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
2942         reference.
2943
2944 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2945
2946         * nnheader.el (nnheader-find-nov-line): Changed midpoint
2947         calculation to avoid integer overflow.
2948
2949 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2950
2951         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
2952
2953 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
2954         * spam.el: disabled spam-get-article-as-filename
2955
2956         From Michael Shields  <shields@msrl.com>
2957
2958         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
2959         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
2960         * gnus-sum.el (gnus-summary-expire-articles): Use it.
2961         * spam.el (spam-summary-prepare-exit): Use it.
2962         * gnus.el (gnus-install-group-spam-parameters): New.
2963         * spam.el (spam-group-ham-processor-copy-p): New.
2964         * spam.el (spam-summary-prepare-exit): Support for ham copying.
2965         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
2966         that would cause the current message to be moved if the group had
2967         no spam.
2968         * spam.el (spam-ham-move-routine): New `copy' argument.
2969
2970 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2971         From Martin Thornquist <martint@ifi.uio.no>
2972
2973         * gnus-topic.el (gnus-topic-select-group): Select last group if
2974         after last group.
2975         * gnus-group.el (gnus-group-select-group): Ditto.
2976
2977 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
2980         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
2981         point-at-(b|e)ol which aren't available in Emacs 20.
2982
2983         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
2984
2985 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2986
2987         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
2988         clause of the condition-case statement.  Errors connecting to a
2989         server no longer terminate gnus.
2990
2991         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
2992         make its use obvious.  Added no-nothing case to avoid
2993         opening(closing) servers when already open(closed).
2994         (gnus-agent-while-plugged): Added macro to facilitate internal use
2995         of gnus-agent-toggle-plugged.
2996         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
2997         temporarily open servers.
2998         (gnus-agent-get-undownloaded-list): Sort list of article numbers
2999         as sorting gnus-newsgroup-headers is wrong.
3000         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
3001         to temporarily open servers. Corrected logic to handle setting
3002         gnus-agent-mark-unread-after-downloaded.
3003         (gnus-agent-fetch-articles): Now handles headers with missing
3004         article sizes and/or missing article lengths.  Now clears the
3005         message buffer when finished.
3006         (gnus-agent-fetch-group-1): Position point before calling
3007         gnus-summary-set-agent-mark.
3008         (gnus-get-predicate): Corrected description, parameter is
3009         predicate not category.
3010         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
3011         provide a separate single group expiration function.
3012         (gnus-agent-regenerate-group): Now clears the message buffer when
3013         finished.
3014
3015 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3016
3017         * gnus.el (gnus-agent-target-move-group-header): New variable.
3018         * gnus-draft.el (gnus-draft-send): If special header
3019         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
3020         that group, instead of performing the regular sending functions.
3021
3022 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
3025
3026 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3027
3028         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
3029         variables.
3030         (message-make-fqdn): Use it.  Improved validity check.
3031
3032 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * message.el (message-user-mail-address): Check whether
3035         user-mail-address looks valid.
3036
3037         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
3038
3039         * gnus-util.el (gnus-fetch-original-field): New function.
3040
3041 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3042
3043         * message.el (message-mode): \\(...\\) around additional
3044         paragraph-separate alternative.
3045
3046 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
3047
3048         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
3049         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
3050         display key bindings.
3051         (gnus-mime-button-menu): Rewrite.
3052
3053 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3054
3055         * gnus-art.el (gnus-button-url-regexp): Removed `.
3056
3057 2003-02-23  Max Froumentin  <mf@w3.org>
3058
3059         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
3060
3061 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3062
3063         * gnus-art.el (gnus-mime-action-on-part): Require a match
3064         interactively.
3065
3066         * gnus-start.el (gnus-save-newsrc-file): Use
3067         gnus-backup-startup-file.
3068         (gnus-backup-startup-file): New variable.
3069
3070 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071
3072         * gnus.el (gnus-summary-buffer-name): Moved function here.
3073
3074         * gnus-draft.el (defun): Remove debug.
3075
3076 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
3077
3078         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
3079         can't open server.
3080
3081 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082
3083         * gnus-draft.el (defun): Configure posting styles.
3084
3085         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
3086         the entry for the group exists before we alter it.
3087
3088 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3089
3090         * message.el (message-mode): MML tags separate paragraphs.  Small
3091         change from David S Goldberg <david.goldberg6@verizon.net>.
3092
3093         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
3094         `gnus-newsgroup-headers'.
3095
3096         * gnus-art.el (gnus-article-refer-article): Grok more message id
3097         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3098
3099 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
3100
3101         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
3102         use "path name".
3103
3104 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
3105
3106         * gnus-sum.el (gnus-summary-move-article)
3107         (gnus-summary-expire-articles): send data header for article, not
3108         just article ID
3109
3110         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
3111         (gnus-register-spool-action): added hashtable of message ID keys
3112         with message motion data
3113
3114 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
3115         From Reiner Steib  <Reiner.Steib@gmx.de>.
3116
3117         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
3118         variable, used in `gnus-button-mid-or-mail-heuristic'.
3119         (gnus-button-mid-or-mail-heuristic): New function derived from
3120         Florian Weimer's Perl script.
3121         (gnus-button-handle-mid-or-mail): Allow a function instead of
3122         'guess.
3123         (gnus-button-guessed-mid-regexp): Removed.
3124
3125 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * message.el (message-resend): Bind message-setup-hook to nil;
3128         remove X-Draft-From header.
3129
3130 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
3131
3132         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
3133         (gnus-newsgroup-undownloaded)
3134         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
3135         Doc fixes.
3136
3137 2003-02-17  John Paul Wallington  <jpw@gnu.org>
3138
3139         * gnus.el (gnus-shell-command-separator, gnus-email-address)
3140         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
3141
3142 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
3143
3144         * gnus-spec.el (gnus-xmas-format): Use insert instead of
3145         insert-string which is obsolete in Emacs 21.4.
3146
3147         * message.el (message-cross-post-followup-to-header): do.
3148
3149         * spam.el (spam-ifile-register-with-ifile)
3150         (spam-stat-register-spam-routine)
3151         (spam-stat-register-ham-routine)
3152         (spam-bogofilter-register-with-bogofilter): do.
3153
3154         * mailcap.el (mailcap-mime-data): Fix typo.
3155
3156         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
3157
3158 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
3159
3160         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
3161         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
3162         `gnus-cite-unsightly-citation-regexp'.
3163
3164 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
3167         even if there's just a header.
3168
3169 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
3170
3171         * message.el (message-fix-before-sending): Fix highlighting of
3172         illegible and invisible text.
3173
3174         * gnus-util.el (gnus-multiple-choice): Separate choices with
3175         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
3176
3177 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
3178
3179         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
3180
3181 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
3182
3183         * spam.el (spam-ham-move-routine)
3184         (spam-mark-spam-as-expired-and-move-routine): use
3185         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
3186         around process-mark manipulation on the group
3187
3188 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3189
3190         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
3191         submenu.
3192
3193 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * mail-source.el (mail-source-fetch): Reverse the return value of
3196         the continuation question.
3197
3198 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199
3200         * nndraft.el (nndraft-request-move-article): Bind
3201         nnmh-allow-delete-final to t.
3202
3203 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3204
3205         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
3206
3207 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
3208
3209         * nntp.el (nntp-accept-process-output): Don't use point-max to get
3210         the buffer's size.
3211
3212 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
3213
3214         * nnheader.el: Added cygwin to system-type comparisons.
3215
3216 2003-01-27  Juanma Barranquero  <lektu@terra.es>
3217
3218         * imap.el (imap-mailbox-status): Fix typo.
3219
3220 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3221
3222         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
3223         online.
3224
3225 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3226
3227         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
3228         commands.
3229         * gnus-sum.el: Small change from Frank Weinberg
3230         <frank@usenet-rundfahrt.de>:
3231         (gnus-auto-center-group): New variable.
3232         (gnus-summary-read-group-1): Use it.
3233         (gnus-summary-next-group): Fix docstring.
3234
3235 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * gnus-util.el (gnus-faces-at): Simplify.
3238
3239 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3240
3241         * spam.el (spam-ham-move-routine)
3242         (spam-mark-spam-as-expired-and-move-routine): made the article
3243         move conditional, so it's not called even if there's nothing to move
3244
3245 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3246
3247         * message.el (message-unix-mail-delimiter): Accept any whitespace
3248         after the email address and before the date; do not require the
3249         space character.  From Kurt B. Kaiser <kbk@shore.net>.
3250
3251 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
3254         gnus-article-boring-faces variable is bound; use gnus-faces-at.
3255
3256         * gnus-util.el (gnus-faces-at): New macro.
3257
3258 2003-02-13  Michael Shields  <shields@msrl.com>
3259
3260         * gnus-cite.el
3261         (gnus-cite-attribution-suffix, gnus-cite-parse):
3262         Better handling for Microsoft citation styles.
3263         (gnus-unsightly-citation-regexp): New.
3264
3265 2003-02-12  Michael Shields  <shields@msrl.com>
3266
3267         * gnus-art.el (article-strip-banner): Strip both per-group and
3268         per-user-address banners.
3269         (article-really-strip-banner): New.
3270
3271 2003-02-12  Michael Shields  <shields@msrl.com>
3272
3273         * gnus-sum.el (gnus-article-goto-next-page,
3274         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
3275         relying on the summary bindings of `n' and `p'.
3276
3277 2003-02-12  Michael Shields  <shields@msrl.com>
3278
3279         * gnus-art.el (gnus-article-only-boring-p): New.
3280         (gnus-article-skip-boring): New.
3281         * gnus-cite.el (gnus-article-boring-faces): New.
3282         * gnus-sum.el (gnus-summary-next-page): Use
3283         gnus-article-only-boring-p.
3284
3285 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
3286
3287         * spam.el (spam-mark-spam-as-expired-and-move-routine)
3288         (spam-ham-move-routine): unmark all articles before marking those
3289         of interest and calling gnus-summary-move-article
3290
3291 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
3292
3293         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
3294         logically the complement of gnus-get-buffer-create and
3295         gnus-add-buffer.
3296
3297         * gnus-util.el (gnus-kill-buffer): do.
3298
3299         * nnmail.el: Autoload gnus-kill-buffer.
3300
3301 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3302
3303         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
3304         gnus-summary-goto-subject as gnus-summary-update-mark operates on
3305         the current LINE.
3306         (gnus-agent-summary-fetch-group): Minimized the number of times
3307         that the article is updated in the buffer.
3308
3309 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
3310
3311         * spam.el (spam-ham-move-routine): use the process-mark instead of
3312         gnus-current-article when moving articles
3313         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
3314
3315 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
3318         (gnus-topic-catchup-articles): Ditto.
3319         (gnus-topic-mark-topic): Reverse recursive logic.
3320
3321 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
3322
3323         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
3324         gnus-refer-thread-limit is t.
3325
3326 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
3327
3328         * mm-util.el (mm-mule-charset-to-mime-charset): Use
3329         sort-coding-systems to prefer utf-8 over utf-16.
3330
3331 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3332
3333         * gnus-agent.el (gnus-agent-expire-days):
3334         gnus-request-move-article depends on gnus-agent-expire to clean up
3335         the cache after moving the article.  Therefore, g-a-e-d can NOT
3336         default to nil or can gnus-agent-expire be disabled by doing so.
3337         If you don't want to run gnus-agent-expire, don't call it.
3338         (gnus-agent-expire): The broken test to disable gnus-agent-expire
3339         when g-a-e-d was NOT nil was removed.
3340         (gnus-agent-article-name): Removed unnecessary input test as
3341         article IDs are always strings.
3342         (gnus-agent-regenerate-group): Added check to protect against
3343         servers that generate absurdly long article IDs.  Valid IDs are
3344         less than 10 digits to avoid overflow errors.  Fixed logic error
3345         when ensuring that the final article ID is present in the new
3346         alist.
3347
3348 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3349
3350         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
3351         next line after finding the parent.
3352
3353 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3354
3355         * gnus.el (gnus-version-number): Bumped.
3356
3357 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3358
3359         * gnus.el: Oort Gnus v0.15 is released.
3360
3361 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3362
3363         * nnmail.el (nnmail-split-it): If a message ends up matching the
3364           same mailbox more than once, it will cause duplicates to appear
3365           in the mailbox.
3366
3367 2003-02-08  Simon Josefsson  <jas@extundo.com>
3368
3369         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
3370         code that only worked under Emacs.
3371
3372         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
3373         Das <satyaki@chicory.stanford.edu>.
3374
3375 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
3376
3377         * gnus-art.el (gnus-article-refer-article): Use
3378         gnus-replace-in-string.
3379
3380         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
3381         (gnus-remove-duplicates): do.
3382
3383 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3384
3385         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
3386         (gnus-request-scan): set
3387         gnus-internal-registry-spool-current-method to gnus-command-method
3388         before a request-scan operation
3389
3390         * gnus-registry.el (regtest-nnmail): use
3391         gnus-internal-registry-spool-current-method
3392
3393 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3394
3395         * mail-source.el (mail-source-fetch): Typo fix.
3396
3397 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3398
3399         * nnmail.el (nnmail-spool-hook): new hook
3400         (nnmail-cache-insert): call nnmail-spool-hook
3401
3402         * gnus-registry.el: new file with examples of using the hooks
3403
3404         * gnus.el (gnus-registry): added registry customization group
3405         (gnus-group-prefixed-name): improve function to return full group
3406         name optionally
3407         (gnus-group-guess-prefixed-name): shortcut to
3408         gnus-group-prefixed-name, using just the group name
3409         (gnus-group-full-name): always get a group's full name
3410         (gnus-group-guess-full-name): shortcut, using just the group name
3411
3412         * gnus-sum.el (gnus-summary-article-move-hook)
3413         (gnus-summary-article-delete-hook)
3414         (gnus-summary-article-expire-hook): new hooks
3415         (gnus-summary-move-article, gnus-summary-expire-articles)
3416         (gnus-summary-delete-article): invoke the new hooks
3417
3418 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
3419
3420         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
3421         from message-ID
3422
3423 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
3424
3425         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
3426
3427 2003-02-07  John Paul Wallington  <jpw@gnu.org>
3428
3429         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
3430         (mm-write-region, mm-detect-coding-region): Doc fixes.
3431
3432 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * mail-source.el (mail-source-fetch): Ignore errors.
3435         (mail-source-ignore-errors): New variable.
3436
3437         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
3438         articles.
3439
3440         * gnus-msg.el (gnus-version-expose-system): Change default.
3441
3442 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
3443
3444         * gnus-msg.el (gnus-version-expose-system): New variable.
3445
3446 2003-02-07  Simon Josefsson  <jas@extundo.com>
3447
3448         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
3449         patch from deskpot@myrealbox.com (Vasily Korytov).
3450
3451 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3452
3453         * gnus-art.el (article-display-face): Get the Face header from
3454         the current buffer.
3455
3456 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3457
3458         * gnus-art.el (gnus-mime-view-part-internally): Bind
3459         buffer-read-only to nil.
3460
3461 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3462
3463         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
3464         from g-a-e-1 to g-a-e-2.
3465
3466 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
3467
3468         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
3469         of bbdb-search-simple, use spam-use-BBDB-exclusive
3470         (spam-check-whitelist): use spam-use-whitelist-exclusive
3471         (spam-use-whitelist-exclusive): new variable affecting
3472         spam-use-whitelist
3473         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
3474
3475 2003-02-05  Simon Josefsson  <jas@extundo.com>
3476
3477         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
3478         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
3479         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
3480         (gnus-agent-expire-1): New.
3481         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
3482         (gnus-agent-expire-2): New.
3483
3484 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
3485
3486         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
3487         "delete-if" is misleading because it isn't actually destructive.
3488
3489         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
3490
3491         * nnmail.el (nnmail-purge-split-history): do.
3492
3493         * gnus-win.el (gnus-get-buffer-window): do.
3494
3495         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
3496         let-binding.
3497         (gnus-simplify-all-whitespace): do.
3498
3499 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * gnus-delay.el (gnus-delay-article): Fix binding of the
3502         nndraft:delayed group.
3503
3504 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3505
3506         * gnus.el (spam group parameters): change 'other to 'const in
3507         the group parameter definitions to soothe XEmacs
3508
3509 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3510
3511         * gnus-delay.el (gnus-delay-article): Really create
3512         nndraft:delayed group if it doesn't exist.
3513
3514 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
3515
3516         * gnus-sum.el (gnus-summary-search-article): Speed up by
3517         disabling various visual features while searching.
3518         (gnus-summary-recenter): Test gnus-auto-center-summary first.
3519
3520 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
3521
3522         * spam.el (spam-list-of-checks): Don't quote nil and t in
3523         docstrings.  From the elisp manual:
3524
3525            When a documentation string refers to a Lisp symbol, write
3526            it [..] with single-quotes around it.  [..] There are two
3527            exceptions: write t and nil without single-quotes.
3528
3529         * messcompat.el (message-from-style): do.
3530
3531         * message.el (message-send-mail): do.
3532
3533         * gnus-util.el (gnus-use-byte-compile): do.
3534
3535         * gnus-score.el (gnus-score-lower-thread): do.
3536
3537         * gnus-int.el (gnus-server-unopen-status): do.
3538
3539         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
3540         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
3541
3542         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
3543         (gnus-group-parameters): do.
3544
3545         * gnus-art.el (gnus-article-mime-match-handle-function): do.
3546
3547         * mm-decode.el (mm-text-html-renderer): do.
3548
3549 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3550
3551         * nnheader.el (nnheader-directory-separator-character): Change the
3552         way to compute the dafault value.
3553
3554 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
3555
3556         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
3557         (gnus-button-alist): Fix regexp for describe-key.
3558         (gnus-button-handle-describe-function)
3559         (gnus-button-handle-describe-variable)
3560         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
3561         (gnus-button-handle-apropos-variable)
3562         (gnus-button-handle-apropos-documentation): Docstring fix.
3563
3564         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
3565
3566 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3567
3568         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
3569         to nil.
3570
3571         * nnmail.el: Removed gnus-util autoload.
3572
3573         * gnus.el: Use gnus-prin1-to-string throughout.
3574
3575         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
3576         print-level.
3577
3578         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
3579         (gnus-treat-display-grey-xface): Removed.
3580
3581         * gnus-fun.el (gnus-grab-cam-face): New.
3582         (gnus-convert-image-to-gray-x-face): Removed.
3583         (gnus-convert-gray-x-face-to-xpm): removed.
3584         (gnus-convert-gray-x-face-region): Removed.
3585         (gnus-grab-gray-x-face): Removed.
3586
3587         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
3588
3589 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
3590
3591         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
3592         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
3593         bound.
3594
3595         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
3596
3597 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
3598
3599         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
3600         Remove -- these are bogus options which are never used.
3601
3602 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
3603
3604         * gnus-art.el (gnus-article-mode): Use summary tool bar.
3605
3606 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
3607
3608         * spam.el (spam-check-blackholes)
3609         (spam-blackhole-good-server-regex): new variable to skip some IPs
3610         when checking blackholes; use it
3611         (spam-check-bogofilter-headers)
3612         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
3613         case more X-Bogosity is used than just "Yes/No"
3614         (spam-ham-move-routine): semi-fixed, only first article is
3615         properly moved now
3616
3617 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
3618
3619         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
3620         as well.
3621
3622         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
3623
3624         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
3625
3626         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
3627
3628         * gnus-bcklg.el (gnus-backlog-shutdown): do.
3629
3630         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
3631
3632 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3633
3634         * gnus-fun.el (gnus-face-encode): New function.
3635         (gnus-convert-png-to-face): Use it.
3636
3637         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
3638
3639 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
3640
3641         * mm-decode.el (mm-dissection-list): Remove.
3642         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
3643         only used in mm-remove-all-parts.
3644         (mm-remove-all-parts): Remove it, it's never called.
3645
3646 2003-01-25  Simon Josefsson  <jas@extundo.com>
3647
3648         * gnus-group.el (gnus-group-make-group): Report errors.
3649
3650         * nnimap.el (nnimap-request-create-group): Ditto.
3651
3652         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
3653
3654         * sieve.el (sieve-upload): Fix error printing.
3655
3656         * mm-encode.el (mm-qp-or-base64): Always QP iff
3657         mm-use-ultra-safe-encoding and cleartext PGP.
3658
3659         * gnus-sum.el (gnus-summary-select-article): Inhibit
3660         redisplay (mainly for secured messages).
3661
3662         * nnmail.el (nnmail-article-group): Copy body too (but don't
3663         process it).
3664
3665 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
3666
3667         * gnus-art.el (gnus-article-setup-buffer): Reset
3668         gnus-button-marker-list.
3669
3670 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3671
3672         * nntp.el (nntp-read-timeout): Default to using a second delay
3673         under Microsoft Windows.
3674
3675 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * nnheader.el (nnheader-directory-separator-character): New
3678         variable.
3679
3680 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3681
3682         * gnus-agent.el (gnus-agent-max-fetch-size)
3683         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
3684         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
3685         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
3686         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
3687         (gnus-agent-braid-nov, gnus-agent-load-alist)
3688         (gnus-agent-article-alist-save-format)
3689         (gnus-agent-read-agentview, gnus-agent-save-alist)
3690         (gnus-agent-fetch-group-1, gnus-agent-expire)
3691         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
3692         (gnus-agent-regenerate-group): Reformat to keep under eighty
3693         columns.  Reword docstrings so that first line is under eighty
3694         chars and a complete sentence.  Still need to work on the rear
3695         end of the file, in particular gnus-agent-expire.
3696
3697 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * gnus-agent.el (gnus-agentize): Indent.
3700
3701         * gnus.el (gnus-version-number): Bumped.
3702
3703 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3704
3705         * gnus.el: Oort Gnus v0.14 is released.
3706
3707 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3708
3709         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
3710         before beginning.  Tiny patch from Mark Thomas
3711         <swoon@bellatlantic.net>.
3712
3713 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3714
3715         * spam.el (spam-check-blackholes, spam-split)
3716         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
3717         gnus-message calls to show to users what spam.el is doing
3718
3719 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
3720
3721         * gnus-msg.el (gnus-message-replysign)
3722         (gnus-message-replyencrypt): Fix typo.
3723
3724 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725
3726         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
3727         details.
3728
3729 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730
3731         * gnus-art.el (gnus-article-press-button): let* -> let.
3732         (gnus-mime-security-show-details): Cleaned up.
3733         (gnus-mime-security-press-button): Save excursion.
3734         (gnus-insert-mime-security-button): Clean up.
3735
3736         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
3737
3738         * gnus-async.el (gnus-async-wait-for-article): Don't use a
3739         timeout.
3740
3741         * nntp.el (nntp-accept-process-output): Removed timeout.
3742         (nntp-read-timeout): New variable.
3743         (nntp-accept-process-output): Use it.
3744
3745         * gnus-sum.el (gnus-data-find-list): Remove *.
3746
3747 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3748
3749         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
3750         introduced on 2002-01-22.
3751         (gnus-summary-first-unseen-or-unread-subject): Ditto.
3752
3753 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
3754
3755         * spam.el (spam-check-regex-headers, spam-list-of-checks)
3756         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
3757         checks of incoming mail based on simple header regexp matching
3758
3759 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
3760
3761         * gnus-sum.el (gnus-spam-mark): set to `$'
3762
3763 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3764
3765         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
3766         gnus-newsgroup-unfetched, the list of articles whose headers have
3767         not been fetched from the server.
3768
3769         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
3770         parameter as it never worked due to a bug.  Added check to prevent
3771         selection of any article in the gnus-newsgroup-unfetched list.
3772         (gnus-summary-find-prev): Added check to prevent selection of any
3773         article in the gnus-newsgroup-unfetched list.
3774         (gnus-summary-first-subject): Documented API. Modified
3775         implementation so that constraints are handled independently.
3776         Added check to prevent selection of any article in the
3777         gnus-newsgroup-unfetched list.
3778         (gnus-summary-first-unseen-subject): Updated parameters in
3779         gnus-summary-first-subject call to match new API.
3780         (gnus-summary-first-unseen-or-unread-subject): Ditto.
3781         (gnus-summary-catchup): Do not mark unfetched articles as read.
3782
3783 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
3784
3785         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
3786         make-obsolete-variable allows only two arguments in XEmacs and
3787         Emacs 20.
3788
3789         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
3790         gnus-article-hide-pgp.
3791         (gnus-summary-make-menu-bar): do.
3792
3793         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
3794         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
3795         gnus-article-hide-pgp.
3796         (article-hide-pgp): Remove.
3797         (gnus-article-hide): Remove gnus-article-hide-pgp.
3798
3799         * gnus.el: Remove gnus-article-hide-pgp
3800
3801 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3802
3803         * message.el (message-required-headers): Doc fix.
3804
3805 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
3806
3807         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
3808         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
3809         option to make ifile a purely binary classifier
3810
3811 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
3814         (mml-secure-encrypt-pgpmime): Removed double.
3815
3816         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
3817         debugging statements.
3818
3819 2003-01-21  Andreas Fuchs  <asf@void.at>
3820
3821         * mml-sec.el (mml-sign-alist): Added pgpauto.
3822
3823 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * gnus.el (gnus-version-number): Bumped version number.
3826
3827 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3828
3829         * gnus.el: Oort Gnus v0.13 is released.
3830
3831 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3832
3833         * gnus-art.el (gnus-button-url-regexp): Removed |.
3834
3835         * message.el (message-send-hook): Doc fix.
3836
3837         * gnus-win.el (gnus-buffer-configuration): Display article
3838         instead of article-copy when `reply'.
3839
3840 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
3841
3842         * gnus.el (gnus-format): Change customize group to gnus.
3843         (gnus-cache): Add link.
3844         (gnus-group-charter-alist): Fix docstring.
3845
3846 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
3847
3848         * mailcap.el (mailcap-print-command): lpr-command might be
3849         unbound in XEmacs.
3850
3851 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3852
3853         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
3854
3855         * gnus-sum.el (gnus-summary-update-article-line): Fixed
3856         calculation of net characters added for use in the gnus-data
3857         structure.
3858
3859 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3860
3861         * nnmail.el (nnmail-process-unix-mail-format): Improve error
3862         message.  Suggested by Jari Aalto.
3863
3864 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * gnus-art.el (gnus-article-followup-with-original): Clean up.
3867         (gnus-article-reply-with-original): Ditto.
3868
3869         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
3870         read articles don't become unread.
3871
3872 2003-01-17  Simon Josefsson  <jas@extundo.com>
3873
3874         * gnus-fun.el (gnus-x-face-from-file):
3875         (gnus-face-from-file): Suggest image format in minibuffer prompt.
3876
3877         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3878         (gnus-convert-image-to-face-command): Doc fix.
3879
3880 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3881
3882         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
3883
3884 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
3885
3886         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
3887         avoid encoding problems.
3888
3889         * mailcap.el (mailcap-ps-command): New variable.
3890         (mailcap-mime-data): Add print entry where applicable.  Use
3891         pdftotext on a tty.
3892
3893 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3894
3895         * gnus-sum.el (gnus-alter-header-function): Add type and group.
3896
3897 2003-01-16  Simon Josefsson  <jas@extundo.com>
3898
3899         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3900         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
3901         (gnus-face-from-file): Doc fix; don't mention image format.
3902
3903 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3904
3905         * spam.el (spam-get-article-as-filename): new function (unused for now)
3906         (spam-get-article-as-buffer): new function
3907         (spam-get-article-as-string): use spam-get-article-as-buffer
3908         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
3909
3910 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3911
3912         * gnus-agent.el: Don't use `path'.
3913         From the GNU coding standards:
3914
3915             Please do not use the term ``pathname'' that is used in Unix
3916             documentation; use ``file name'' (two words) instead.  We use
3917             the term ``path'' only for search paths, which are lists of
3918             directory names.
3919
3920         * nnsoup.el (nnsoup-file-name): Ditto.
3921
3922         * nnmail.el (nnmail-pathname-coding-system): Ditto.
3923         (nnmail-group-pathname): Ditto.
3924
3925         * nnimap.el (nnimap-group-overview-filename): Ditto.
3926
3927         * nnheader.el (nnheader-pathname-coding-system): Ditto.
3928         (nnheader-group-pathname): Ditto.
3929
3930         * nnfolder.el (nnfolder-group-pathname): Ditto.
3931
3932         * gnus.el (gnus-home-directory): Ditto.
3933
3934         * gnus-group.el (gnus-group-icon-list): Ditto.
3935
3936 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
3937
3938         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
3939
3940         * message.el (message-mode-menu): Use it.
3941         (message-mode-menu): Deactivate "Yank Original" if there's no
3942         reply buffer.
3943
3944         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
3945
3946         * message.el (message-mark-active-p): New function.
3947
3948 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
3949
3950         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
3951         (spam-bogofilter-database-directory): new variables
3952         (spam-check-bogofilter-headers, spam-check-bogofilter)
3953         (spam-bogofilter-register-with-bogofilter)
3954         (spam-bogofilter-register-spam-routine)
3955         (spam-bogofilter-register-ham-routine)
3956         (spam-group-ham-processor-bogofilter-p): new functions for the new
3957         Bogofilter interface
3958         (spam-summary-prepare-exit): use the new Bogofilter functions
3959         (spam-list-of-checks): added spam-use-bogofilter-headers
3960         (spam-bogofilter-score): rewrote function
3961         (spam-check-bogofilter): optional score parameter, uses
3962         spam-check-bogofilter-headers better
3963         (spam-check-bogofilter-headers): optional score parameter
3964
3965         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
3966         default, in the gnus-start customization group.  Used to disable
3967         the spam-*/ham-* parameters.
3968         (gnus-group-ham-exit-processor-bogofilter): new ham processor
3969
3970 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
3971
3972         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
3973         XEmacs.
3974
3975         * gnus-ems.el (gnus-mark-active-p): do.
3976
3977 2003-01-15  Kevin Ryde  <user42@zip.com.au>
3978
3979         * gnus.texi (Using MIME): Mention auto-compression-mode with
3980         gnus-mime-copy-part.
3981
3982 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * message.el (message-send): Don't warn about duplicates when
3985         superseding.
3986
3987 2003-01-15  Simon Josefsson  <jas@extundo.com>
3988
3989         * nnimap.el (nnimap-split-download-body): New variable.
3990         (nnimap-split-articles): Use it.
3991
3992 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3993
3994         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
3995         integrity checker was incorrectly flagging, and removing, articles
3996         whose article number was negative.
3997         (gnus-agent-fetch-group-1): When executed in the group's summary
3998         buffer, refresh each downloaded line to update the status flag and
3999         font.  Preserve the value of gnus-newsgroup-headers so that
4000         gnus-agent-fetch-articles can split the requests by size.
4001         (gnus-agent-expire): Corrected day calculation for when
4002         gnus-agent-expire-days contains a list.
4003
4004 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4005
4006         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
4007
4008 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
4009
4010         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
4011           /usr/bin/play as default player.
4012           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
4013
4014 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
4017         articles to be marked as well.
4018
4019 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4020         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
4021         fictious headers generated by nnagent (ie. Undownloaded Article
4022         ####) in the list of articles that have not been downloaded.
4023
4024         * gnus-int.el (): Added require declarations to resolve
4025         compile-time warnings.
4026         (gnus-open-server): If the server status is set to offline,
4027         recursively execute gnus-open-server to open the offline backend
4028         (e.g. nnagent).
4029
4030 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
4031
4032         * gnus-art.el (gnus-article-reply-with-original): Use
4033         gnus-mark-active-p.
4034         (gnus-article-followup-with-original): do.
4035
4036 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4037
4038         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
4039
4040 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4041
4042         * gnus-score.el (gnus-score-edit-file-at-point): New function.
4043         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
4044
4045 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
4046
4047         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
4048         (gnus-face-from-file): Ditto.
4049
4050 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4051
4052         * gnus-sum.el (gnus-articles-to-read): Don't just apply
4053         gnus-alter-articles-to-read-function to the unread articles.
4054
4055 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4056
4057         * deuglify.el (gnus-article-outlook-unwrap-lines)
4058         (gnus-article-outlook-repair-attribution)
4059         (gnus-article-outlook-rearrange-citation): New function names,
4060         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
4061         doc-string.
4062
4063         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
4064         removed `W k' key binding (use `W Y f' instead).
4065         (gnus-summary-make-menu-bar): Use new function names.
4066
4067 2003-01-13  Simon Josefsson  <jas@extundo.com>
4068
4069         * gnus-fun.el (gnus-random-x-face): Doc fix.
4070         (gnus-insert-random-x-face-header): New function.
4071
4072 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
4073
4074         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
4075         mark is not active.
4076
4077         * gnus-msg.el (gnus-inews-do-gcc): Comment.
4078
4079         * gnus-ems.el (gnus-mark-active-p): New function.
4080
4081         * gnus-group.el (gnus-topic-mode-p): New function.
4082         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
4083         Deactivate items if mark is not active.
4084
4085 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4086
4087         * gnus.el (gnus-version-number): Bumped version.
4088         (gnus-summary-line-format): Doc fix.
4089
4090 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4091
4092         * gnus.el: Oort Gnus v0.12 is released.
4093
4094 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4095
4096         * mail-source.el (mail-sources): Removed autoload to make it
4097         compile under XEmacs.
4098
4099 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
4100
4101         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
4102         regexp or a function too.
4103         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
4104         confirmation even if the original article is mail.
4105
4106 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
4109         articles to be marked when not yanking.
4110
4111 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
4112
4113         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
4114
4115 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4116
4117         * gnus-fun.el (gnus-face-from-file): Autoload.
4118
4119         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
4120         errors.
4121
4122 2003-01-12  Simon Josefsson  <jas@extundo.com>
4123
4124         * sieve.el (sieve-upload-and-bury): New.  Suggested by
4125         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
4126
4127         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
4128         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
4129
4130 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4131
4132         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
4133         in every string.
4134
4135         * gnus.el (gnus-version-number): Bumped version number.
4136
4137 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4138
4139         * gnus.el: Oort Gnus v0.11 is released.
4140
4141 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
4142
4143         * message.el (message-fetch-reply-field): Narrow to headers.
4144
4145         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
4146         if Gnus isn't alive.
4147
4148 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4149
4150         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
4151         marks from articles that are already stored in the agent.
4152         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
4153         backup copy of an invalid .overview file for later analysis.
4154
4155 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
4156
4157         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
4158         exit work with two frames.
4159
4160 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
4161
4162         * message.el (message-forward-make-body): Use mule4.
4163
4164 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165
4166         * message.el (message-mode-map): Move wide-reply command.
4167
4168 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
4169
4170         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
4171         castellano.
4172         (gnus-outlook-display-hook): New variable.
4173         (gnus-outlook-display-article-buffer): New function.
4174         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
4175         (gnus-outlook-deuglify-article): Made them interactive and added
4176         optional arg.  Use `g-o-d-a-b'.
4177         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
4178
4179         * gnus-sum.el: Added autoloads.
4180         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
4181         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
4182
4183 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184
4185         * gnus-art.el (gnus-display-mime): Use the mime emulation
4186         variable.
4187
4188         * gnus-sum.el (gnus-article-emulate-mime): New variable.
4189
4190         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
4191         newsrc-alist is initialized properly.
4192
4193         * mail-source.el (mail-sources): Autoload.
4194
4195         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
4196         nil.
4197
4198         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
4199         insert two newlines.
4200
4201         * message.el (message-check-news-header-syntax): Compute the
4202         header length correctly.
4203
4204 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4205
4206         * gnus-agent.el (gnus-agent-expire): Do not remove article from
4207         alist when keeping fetched article file.
4208         (gnus-agent-retrieve-headers): When parsing response for article
4209         numbers, use the same algorithm as gnus-agent-braid-nov to protect
4210         against garbage in the server's response.
4211
4212         * gnus-int.el (gnus-request-expire-articles,
4213         gnus-request-move-article): Only expire when the group's server
4214         has been agentized.
4215
4216 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4217
4218         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
4219         errors when deleting overlays.
4220
4221         * gnus-score.el (gnus-score-followup): Allow tracing.
4222
4223         * gnus-art.el (gnus-treat-display-face): New variable.
4224         (article-display-face): New command.
4225
4226         * gnus-fun.el (gnus-face-from-file): New function.
4227         (gnus-convert-face-to-png): Ditto.
4228
4229         * gnus-art.el (gnus-ignored-headers): Added Face.
4230
4231 2003-01-10  Simon Josefsson  <jas@extundo.com>
4232
4233         * nndraft.el (nndraft-request-group): Avoid crash in
4234         directory-files when draft directory doesn't exists.
4235
4236         * gnus-sum.el (gnus-select-article-hook): Add :option.
4237
4238 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4239
4240         * spam.el (spam-use-stat): new variable
4241         (spam-group-spam-processor-stat-p)
4242         (spam-group-ham-processor-stat-p): new convenience functions
4243         (spam-summary-prepare-exit): add spam/ham processors to sequence
4244         (spam-list-of-checks): add spam-use-stat to list of checks
4245         (spam-split): conditionally load the spam-stat tables
4246         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
4247         spam-check-ifile): new functions
4248
4249         * spam-stat.el (spam-stat): typo fix
4250         (spam-stat-install-hooks): new variable
4251         (spam-stat-split-fancy-spam-group): added documentation clarification
4252         (spam-stat-split-fancy-spam-threshhold): new variable
4253         (spam-stat-install-hooks): make hooks conditional
4254         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
4255
4256         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
4257         spam-stat ham/spam processor symbols
4258
4259 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4260
4261         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
4262         file exists.
4263
4264 2003-01-10  Simon Josefsson  <jas@extundo.com>
4265
4266         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
4267         undownloaded/downloadable only when unplugged.
4268
4269 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
4270
4271         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
4272
4273 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4274
4275         * spam.el (spam-check-ifile): fixed call-process-region to use the
4276         db parameter only if it's set
4277         (spam-ifile-register-with-ifile): ditto
4278
4279 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
4280
4281         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
4282         spam-stat-nbad before creating the hash table.
4283         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
4284         Changed copyright statement to FSF.
4285
4286 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4287
4288         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
4289         processable articles as read.
4290         (gnus-agent-summary-fetch-series): Remove processable and
4291         downloadable marks on all downloaded articles in the series.
4292
4293         * nntp.el (nntp-report): Throw error after reporting the problem.
4294         (nntp-accept-process-output): Corrected error check to report an
4295         error when the process is nil.
4296
4297 2003-01-09  Simon Josefsson  <jas@extundo.com>
4298
4299         * message.el (message-tool-bar-map): Add preview.
4300
4301 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
4302
4303         * mml.el (mml-preview): Get rid of MIME handles and buffers after
4304         previewing.
4305
4306 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
4307
4308         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
4309         bug when the (n+1)th article to be added to a group has a smaller
4310         number than the n articles already added.
4311
4312 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
4313
4314         * message.el (message-mode-field-menu): Use backquote.
4315
4316 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
4317
4318         * spam.el: fixed the BBDB autoloads again, using
4319         bbdb-search-simple now (which is not a macro, thank god)
4320
4321         * lpath.el (bbdb-search): removed function from maybe-fbind list
4322
4323         * gnus.el (ham-process-destination): added new parameter for
4324         destination of ham articles found in spam groups at summary exit
4325
4326         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
4327         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
4328         (spam-ifile-database-path): added new parameter for ifile's database
4329         (spam-move-spam-nonspam-groups-only): new parameter to determine
4330         if spam should be moved from all groups or only some
4331         (spam-summary-prepare-exit): fixed logic to use
4332         spam-move-spam-nonspam-groups-only when deciding to invoke
4333         spam-mark-spam-as-expired-and-move-routine; always invoke that
4334         routine after the spam has been expired-or-moved in case there's
4335         some spam left over; use spam-ham-move-routine in spam groups
4336         (spam-ham-move-routine): new function to move ham articles to the
4337         ham-process-destinations group parameter
4338
4339 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340
4341         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
4342
4343         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
4344         gnus-summary-update-article-line.
4345
4346 2003-01-08  Simon Josefsson  <jas@extundo.com>
4347
4348         * nnmail.el (nnmail-expiry-target-group): Request group, create it
4349         not successful.
4350
4351 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
4354
4355 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4356
4357         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
4358         logic, finally
4359
4360 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * gnus-spec.el (gnus-parse-format): %C is a complex format.
4363         (gnus-parse-format): Change to %~.
4364
4365         * message.el (message-generate-headers): Don't generate optional
4366         empty headers.
4367
4368 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4369
4370         * message.el (message-cross-post-default)
4371         (message-cross-post-note-function, message-shoot-gnksa-feet)
4372         (message-strip-subject-trailing-was, message-change-subject)
4373         (message-mark-insert-file, message-cross-post-followup-to)
4374         (message-cross-post-followup-to, message-mode-map)
4375         (message-generate-unsubscribed-mail-followup-to)
4376         (message-make-mail-followup-to): Minor changes to doc-strings and
4377         error messages.  Updated copyright line.
4378
4379         * message.el (message-make-mail-followup-to,
4380         message-generate-unsubscribed-mail-followup-to): New function
4381         names.  Renamed functions: "-mft" -> "-mail-followup-to".
4382         (message-make-mft, message-gen-unsubscribed-mft): Removed function
4383         names.
4384
4385         * mml.el (mml-preview-insert-mail-followup-to): New function name.
4386         (mml-preview-insert-mft): Removed function name.
4387         (mml-preview): Use new function names.
4388
4389         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
4390
4391         * message.el (message-mode-field-menu): Moved header related
4392         commands from "Message" to "Field" menu.
4393
4394 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4395
4396         * message.el (message-generate-headers-first): Added customization
4397         if variable is a list.
4398
4399 2003-01-07  Michael Shields  <shields@msrl.com>
4400
4401         * gnus-art.el (gnus-article-next-page): Correctly handle the case
4402         where the last line of the article is the last line of the window.
4403
4404 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4405
4406         * gnus-msg.el (gnus-debug): Use ignore-errors.
4407
4408         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
4409         `gnus-summary-update-line'.
4410
4411 2003-01-08  Simon Josefsson  <jas@extundo.com>
4412
4413         * gnus-art.el (gnus-unbuttonized-mime-types)
4414         (gnus-buttonized-mime-types): Doc fix.
4415
4416 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
4417
4418         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
4419
4420 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4421
4422         * nnrss.el (nnrss-group-alist): Add and clear up.
4423
4424 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4425
4426         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
4427
4428         * lpath.el (bbdb-search): added BBDB functions for a better way to
4429         fix missing functions
4430
4431         * spam.el (spam-check-ifile): if should be an unless
4432
4433         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
4434         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
4435         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
4436
4437 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438
4439         * gnus-sum.el (gnus-summary-make-menu-bar): Added
4440         gnus-summary-refer-thread to thread menu.
4441
4442 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4443
4444         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
4445         summary buffer, articles that cannot be fetched are marked as
4446         canceled.
4447
4448         * nntp.el (nntp-with-open-group): The quit signal handler must
4449         propagate the quit signal to the next outer handler so that the
4450         caller knows that the request aborted abnormally.
4451
4452 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4453
4454         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
4455         (spam-ifile-register-spam-routine)
4456         (spam-ifile-register-ham-routine): added ifile functionality that
4457         does not use ifile-gnus.el to classify and register articles
4458         (spam-get-article-as-string): convenience function
4459         (spam-summary-prepare-exit): added ifile spam and ham registration
4460         (spam-ifile-all-categories, spam-ifile-spam-category)
4461         (spam-ifile-path, spam-ifile): added customization options
4462
4463         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
4464         exit processor
4465         (spam-process): added gnus-group-ham-exit-processor-ifile to the
4466         list of choices
4467
4468 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4469
4470         * gnus-score.el (gnus-score-followup): Also score immediate
4471         followups.
4472
4473 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4474
4475         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
4476
4477 2003-01-07  Simon Josefsson  <jas@extundo.com>
4478
4479         * message.el (message-mode-menu): Fix receipt balloon help.
4480
4481 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
4482
4483         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
4484         always be interpreted as news.
4485
4486 2003-01-07  Simon Josefsson  <jas@extundo.com>
4487
4488         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
4489         gnus-sieve-script, instead of the global variable
4490         gnus-sieve-crosspost.  One-line patch from Steinar Bang
4491         <sb@dod.no>.
4492
4493 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4494
4495         * gnus.el: Renamed gnus-summary-*-uncached-face as
4496         gnus-summary-*-undownloaded-face to avoid confusing the agent with
4497         the cache.
4498
4499         * gnus-sum.el: Ditto.
4500
4501 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4502
4503         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
4504         in either the group or summary buffer.
4505         New command "JS", in summary buffer, will fetch articles per the
4506         group's category, predicate, and processable flags.
4507         (gnus-agent-summary-fetch-series): Rewritten to call
4508         gnus-agent-session-fetch-group once with all articles in the
4509         series.
4510         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
4511         return list of fetched articles.
4512         (gnus-agent-fetch-articles): Split fetch list into sublists such
4513         that the article buffer is only slightly larger than
4514         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
4515         the group's article alist is saved.
4516         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
4517         longer result in the agent trying to fetch an article.
4518         (gnus-agent-fetch-group-1): Can now be called in either the group
4519         or summary buffer.  Removed the max-fetch-size code that I added
4520         on 2002-12-13 as that capability is now part of
4521         gnus-agent-fetch-articles.  Added code to update summary buffer.
4522         When called in the group buffer, articles that can not be fetched
4523         are AUTOMATICALLY MARKED AS READ.
4524
4525         * gnus-sum.el (): Modified eval-when-compile to minimize
4526         misleading compilation warnings.
4527         (gnus-update-summary-mark-positions): Changed code to use
4528         gnus-undownloaded-mark rather than gnus-downloaded-mark.
4529
4530         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
4531         empty file as the parser assumes that the file isn't empty.
4532
4533         * nntp.el (nntp-send-string): The process-send-string call can,
4534         because it performs I/O on the process, change the process' state
4535         from open to closed.  If this happens, call nntp-report
4536         immediately to report the broken connection.
4537         (nntp-report): Rewritten to avoid needing a global variable to
4538         determine the appropriate course of action.  Instead, two function
4539         implementations are provided and the nntp-report function value is
4540         bound to the appropriate implementation.
4541         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
4542         (nntp-with-open-group): Now binds nntp-report's function cell
4543         rather than binding gnus-with-open-group-first-pass.  Added a
4544         condition-case to detect a quit during a nntp command.  When the
4545         quit occurs, the current connection is closed as a fetch articles
4546         request could have several megabytes queued up for reading.
4547         (nntp-retrieve-headers): Bind articles to itself.  If
4548         nntp-with-open-group repeats this command, I must have access to
4549         the original list of articles.
4550         (nntp-retrieve-groups): Ditto for groups.
4551         (nntp-retrieve-articles): Ditto for articles.
4552         (*): Replaced nntp-possibly-change-group calls to
4553         nntp-with-open-group forms in all, but one, occurrance.
4554         (nntp-accept-process-output): Bug fix. Detect when called with
4555         null process.
4556
4557 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
4558
4559         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
4560         if we don't need to.
4561         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
4562
4563 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * gnus-group.el (gnus-group-make-web-group): Pass the select
4566         method on to group-create.
4567         (gnus-group-line-format-alist): %U is an integer.
4568
4569         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
4570         ephemeral groups.
4571         (gnus-summary-read-group-1): Ditto.
4572         (gnus-group-make-articles-read): Ditto.
4573
4574         * mm-url.el (mm-url-program): Doc fix.
4575
4576         * message.el (message-mode-map): Rebound
4577         message-insert-wide-reply.
4578
4579 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
4582         color as `gnus-group-startup-message' does.
4583
4584 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
4585
4586         * spam.el: fixed line lengths to 80 chars or less
4587
4588         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
4589         "not-read" mark
4590         (gnus-summary-mark-forward): added the spam-mark to the list of
4591         marks not to be marked as "read" when viewed
4592
4593 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594
4595         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
4596
4597         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
4598         Protect against unactive groups.
4599
4600         * message.el (message-check-news-header-syntax): Check long
4601         header lines.
4602         (message-check-news-header-syntax): Update `start'.
4603
4604         * gnus-group.el (gnus-group-expire-articles): Doc fix.
4605         (gnus-group-line-format): %U.
4606         (gnus-group-line-format-alist): ?U.
4607         (gnus-number-of-unseen-articles-in-group): New function.
4608
4609         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
4610
4611         * gnus.el (gnus-version-number): Bump version number.
4612
4613 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4614
4615         * gnus.el: Oort Gnus v0.10 is released.
4616
4617 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4618
4619         * gnus.el (gnus-version-number): Fix version number.
4620
4621 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4622
4623         * gnus.el: Oort Gnus v0.08 is released.
4624
4625 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
4626
4627         * mm-util.el: Add mm-string-make-unibyte.
4628
4629         * gnus-group.el (gnus-group-jump-to-group): Make it work for
4630         UTF-8 groups.
4631
4632 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
4635
4636         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
4637
4638 2003-01-04  Kevin Ryde  <user42@zip.com.au>
4639
4640         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
4641         function.
4642
4643 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4644
4645         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
4646         (gnus-summary-read-group-1): Update group line.
4647         (gnus-summary-exit-no-update): Update group on exit.
4648
4649         * gnus-group.el (gnus-group-line-format): Add %*.
4650         (gnus-group-line-format-alist): Ditto.
4651         (gnus-group-insert-group-line): Set it.
4652         (gnus-group-is-exiting-p): New variable.
4653         (gnus-group-insert-group-line): Use it.
4654
4655 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
4656
4657         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
4658         enable BBDB ham processing
4659         (spam-blacklist-register-routine): enable blacklist spam processing
4660         (spam-whitelist-register-routine): enable whitelist ham processing
4661         (spam-fetch-field-from-fast): fast fetching of the "from" field
4662         from (gnus-data-list)
4663         (spam-summary-prepare-exit): works completely now
4664         (spam-use-blacklist): oops, should be nil by default
4665         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
4666         split processing now; before it was for summary exit as
4667         well but that's done with the spam-contents and spam-process
4668         parameters now
4669
4670 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
4671
4672         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
4673         characters.
4674
4675 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
4676
4677         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
4678         (spam-group-processor-p, spam-group-processor-bogofilter-p)
4679         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
4680         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
4681         (spam-mark-spam-as-expired-and-move-routine)
4682         (spam-generic-register-routine, spam-BBDB-register-routine)
4683         (spam-ifile-register-routine, spam-blacklist-register-routine)
4684         (spam-whitelist-register-routine): new functions
4685         (spam-summary-prepare-exit): added summary exit processing (expire
4686         or move) of spam-marked articles for spam groups; added slots for
4687         all the spam-*-register-routine functions
4688
4689 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4690
4691         * pop3.el (pop3-retr): Wait 500 msecs.
4692         (pop3-read-response): Ditto.
4693
4694         * gnus-msg.el (gnus-setup-message): Get the evaliation order
4695         right.
4696         (gnus-inews-make-draft): New function.
4697         (gnus-setup-message): Use it.
4698
4699         * message.el (message-required-headers): Add From.
4700
4701 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4702         Trivial patch from Norbert Koch <nk@viteno.net>.
4703
4704         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
4705
4706 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4707
4708         * message.el (message-generate-headers): Let header formatters do
4709         their work.
4710
4711 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
4712
4713         * deuglify.el (gnus-article-outlook-deuglify-article):
4714         Rehighlight, reapply treatments and call
4715         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
4716         (gnus-outlook-repair-attribution-block): Recognize cited
4717         attributions.  Suggested by Niklas Morberg.
4718
4719 2003-01-02  Pete Kazmier  <pete@kazmier.com>
4720
4721         * gnus-art.el (gnus-treat-predicate): Check condition first.
4722
4723 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
4724
4725         * lpath.el: Add url-http-file-exists-p.
4726
4727         * gnus-group.el (gnus-group-fetch-charter): Use
4728         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
4729
4730 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4731
4732         * message.el (message-draft-headers): Also generate From to get a
4733         nicer draft buffer summary.
4734
4735         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
4736         parameter.
4737
4738         * gnus-art.el (article-wash-html): Clean up.
4739         (article-wash-html): Typo fix.
4740
4741         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
4742         (gnus-summary-mail-forward): To many lists of lists.
4743
4744         * gnus-art.el (article-wash-html): Clean up.
4745
4746 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
4747
4748         * gnus-art.el (gnus-treat-wash-html): New variable.
4749
4750 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * message.el (message-check-news-header-syntax): Allow posting.
4753         (message-check-news-header-syntax): Fix logic for sure, this
4754         time.
4755
4756 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
4757
4758         * message.el (message-check-news-header-syntax): Check syntax of
4759         continuation headers.
4760
4761 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
4762
4763         * gnus-art.el (gnus-button-url-regexp,
4764         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
4765         (gnus-header-button-alist): Regexps are case insensitive here.
4766
4767 2003-01-02  Simon Josefsson  <jas@extundo.com>
4768
4769         * dig.el (query-dig): Doc fix.
4770
4771 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4772
4773         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
4774         summary buffer line, not just the download mark.
4775
4776 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4777
4778         * gnus-sum.el (gnus-summary-goto-subjects): New function.
4779         (gnus-summary-insert-dormant-articles): New command and
4780         keystroke.
4781
4782         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
4783         function for mass insertion of subjects.
4784
4785         * nndraft.el (nndraft-generate-headers): Don't move point.
4786
4787         * gnus.el (nnheader): Require nnheader.
4788
4789         * nndraft.el (nndraft-request-associate-buffer): Use
4790         make-local-variable.
4791
4792 2003-01-02  Michael Shields  <shields@msrl.com>
4793
4794         * nndraft.el (nndraft-request-associate-buffer): Make
4795         write-contents-hooks buffer-local before setting it.
4796
4797 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4798
4799         * gnus.el (gnus-group-parameter-value): Take an extra param.
4800         (gnus-group-fast-parameter): Let group param results be nil.
4801
4802         * gnus-art.el (gnus-article-forward-header): New function.
4803         (article-date-ut): Use it to remove continuation date headers.
4804
4805         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
4806         read-event.
4807         (gnus-summary-remove-bookmark): Clean up.
4808         (gnus-summary-set-bookmark): Clean up.
4809
4810         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
4811
4812         * gnus.el (gnus-group-startup-message): Bind data-directory to
4813         the Gnus etc directory.
4814
4815 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
4816
4817         * spam.el (spam-summary-prepare-exit): added slots for spam- and
4818         ham-processing of articles; use the new
4819         spam-group-(spam|ham)-contents-p functions
4820         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
4821         convenience functions
4822         (spam-mark-junk-as-spam-routine): use the new
4823         spam-group-spam-contents-p function
4824
4825         * gnus.el (spam-process, spam-contents, spam-process-destination):
4826         added new parameters with corresponding global variables
4827         (gnus-group-spam-exit-processor-ifile,
4828         gnus-group-spam-exit-processor-bogofilter,
4829         gnus-group-spam-exit-processor-blacklist,
4830         gnus-group-spam-exit-processor-whitelist,
4831         gnus-group-spam-exit-processor-BBDB,
4832         gnus-group-spam-classification-spam,
4833         gnus-group-spam-classification-ham): added new symbols for the
4834         spam-process and spam-contents parameters
4835
4836         * spam.el (spam-ham-marks, spam-spam-marks): changed list
4837         customization and list itself to store mark symbol rather than
4838         mark character.
4839         (spam-bogofilter-register-routine): added logic to generate mark
4840         values list from spam-ham-marks and spam-spam-marks, so (member)
4841         would work.
4842
4843 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * message.el (message-cross-post-followup-to): Fix comment.
4846
4847 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
4848
4849         * spam.el (spam-ham-marks, spam-spam-marks): changed list
4850         customization and list itself to store mark symbol rather than
4851         mark character.
4852         (spam-bogofilter-register-routine): added logic to generate mark
4853         values list from spam-ham-marks and spam-spam-marks, so (member)
4854         would work.
4855
4856 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
4857
4858         * message.el (message-signature-insert-empty-line): New variable.
4859
4860 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4861
4862         * message.el: Renamed functions and variables: "xpost" ->
4863         "cross-post", "-fup2" -> "-followup-to".
4864         (message-cross-post-old-target, message-cross-post-default,
4865         message-cross-post-note, message-followup-to-note,
4866         message-cross-post-note-function): New variables names.
4867         (message-xpost-old-target, message-xpost-default,
4868         message-xpost-note, message-fup2-note,
4869         message-xpost-note-function): Removed variable names.
4870         (message-cross-post-followup-to-header,
4871         message-cross-post-insert-note, message-cross-post-followup-to):
4872         New function names.
4873         (message-xpost-fup2-header, message-xpost-insert-note,
4874         message-xpost-fup2): Removed function names.
4875
4876 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4877
4878         * message.el (message-send-mail): Added message-cleanup-headers to
4879         prevent newlines in headers.
4880
4881 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * dns.el (dns-make-network-process): Comment.
4884
4885         * gnus-sum.el (gnus-summary-display-while-building): Default to
4886         nil.
4887
4888 2003-01-01  Wes Hardaker  <wes@hardakers.net>
4889
4890         * gnus-sum.el (gnus-summary-display-while-building): New
4891         variable.
4892
4893 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
4894
4895         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
4896         before rearranging the article.
4897
4898 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * nndraft.el (nndraft-generate-headers): New function.
4901         (nndraft-request-associate-buffer): Use it to write headers on
4902         buffer save.
4903
4904         * message.el (message-generate-headers): Let the function be a
4905         lambda form.
4906         (message-draft-headers): New variable.
4907
4908         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
4909         function.
4910         (gnus-setup-message): Use it.
4911
4912         * message.el (message-generate-headers-first): Doc fix.
4913         (message-setup-1): Use new function for getting which headers to
4914         generate.
4915         (message-headers-to-generate): New function.
4916
4917 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4918
4919         * gnus-agent.el (gnus-agent-save-alist): Make directory.
4920
4921 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
4922
4923         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
4924         mention negatives.
4925
4926 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
4927
4928         * deuglify.el (gnus-outlook-rearrange-article): Use
4929         `transpose-regions' instead of tempering the kill-ring.
4930         (gnus-article-outlook-deuglify-article): Rehighlight article
4931         instead of a complete redisplay.
4932
4933 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
4934
4935         * spam.el: most defvars are defcustoms now
4936
4937         patches from Michael Shields  <shields@msrl.com>
4938
4939         * spam.el (spam-bogofilter-articles): Select the article
4940         body using gnus-summary-show-article t instead of
4941         gnus-summary-select-article; this presents the raw text
4942         without running any hooks.
4943
4944         * spam.el (spam-bogofilter-articles): Use message-remove-header
4945         to remove headers; the old way incorrectly removed just the first
4946         line of folded headers.
4947
4948 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
4951
4952 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4953
4954         * gnus-start.el (gnus-load): New function.
4955         (gnus-read-newsrc-el-file): Use it.
4956
4957 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4958
4959         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
4960         (gnus-button-handle-apropos-documentation): New function.
4961         (gnus-button-handle-ctan): New function.
4962         (gnus-button-alist): Use them.  Improve some regexps.
4963         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
4964
4965 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4966
4967         * message.el (message-subscribed-p): New function.
4968         (message-send-mail): Use it.
4969         * mml.el (mml-preview-insert-mft): New function.
4970         (mml-preview): Use it.
4971
4972 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4973
4974         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
4975         when sorting by date.
4976
4977         * gnus-art.el (gnus-article-edit-mode): New variable.
4978         (gnus-article-setup-buffer): Warn user about discarding edits.
4979
4980         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
4981         (gnus-summary-pipe-output): Take a symbolic prefix to save all
4982         headers.
4983
4984         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
4985
4986 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4987
4988         * message.el (message-completion-alist): Added "Mail-Followup-To"
4989         and "Mail-Copies-To".
4990
4991 2002-07-21  Jesper harder  <harder@ifa.au.dk>
4992
4993         * gnus-group.el: Add key bindings for
4994         gnus-group-sort-groups-by-real-name and
4995         gnus-group-sort-selected-groups-by-real-name.
4996
4997 2002-07-21  Jesper harder  <harder@ifa.au.dk>
4998
4999         * gnus.texi (Sorting Groups): Add key bindings for
5000         gnus-group-sort-groups-by-real-name and
5001         gnus-group-sort-selected-groups-by-real-name.
5002
5003 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
5004
5005         * spam.el (spam-use-dig): new variable for blackhole checking
5006         through dig.el
5007         (spam-check-blackholes): added dig.el checking functionality and
5008         more verbose reporting; query-dig is autoloaded from dig.el
5009         (spam-use-blackholes): disabled by default
5010         (spam-blackhole-servers): removed rbl.maps.vix.com from the
5011         blackhole servers list
5012
5013 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * message.el (message-required-headers): New variable.
5016
5017 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
5018
5019         * dig.el (query-dig): new function
5020
5021 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5022
5023         * flow-fill.el (fill-flowed): Don't infloop on too long fill
5024         prefixes.
5025
5026         * dns.el (query-dns): Protect against errors.
5027
5028         * gnus-msg.el (gnus-article-yanked-articles): New variable.
5029         (gnus-inews-add-send-actions): Mark all answered messages as
5030         answered.
5031
5032 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
5033
5034         * nnmail.el (nnmail-split-it): Added tracing to
5035         `:' split rule
5036
5037 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
5038
5039         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
5040         and "%s" so we don't overquote them.
5041
5042 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
5043
5044         * (mm-display-external): Display the actual command that has been
5045         executed in the echo area.
5046
5047 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048
5049         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
5050
5051         * message.el (message-with-reply-buffer): New macro.
5052         (message-fetch-reply-field): Use it.
5053         (message-insert-wide-reply): New command and keystroke.
5054         (message-carefully-insert-headers): New function.
5055         (message-insert-to): Use new function.
5056
5057         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
5058         (gnus-topic-goto-missing-group): Use it.
5059
5060         * message.el (message-required-news-headers): Removed Lines.
5061         (message-reply): Don't insert References first.
5062         (message-followup): Ditto.
5063         (message-make-references): New function.
5064         (message-followup): Set message-reply-headers before generating
5065         the buffer stuff.
5066
5067 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
5068
5069         * mml.el (mml-generate-mime-1): Reverse the order of
5070         encoding/flowing.
5071
5072 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
5075         after moving them.
5076
5077         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
5078         fit with newer standard format.
5079         (gnus-summary-make-false-root-always): New variable.
5080         (gnus-gather-threads-by-subject): Use it.
5081
5082         * message.el (message-get-reply-headers): Take an address list
5083         optional argument.
5084
5085 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5086
5087         * gnus.el (gnus-keep-backlog): Change default to 20.
5088
5089         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
5090         start.
5091         (gnus-agent-check-overview-buffer): Remove negative article
5092         numbers.
5093
5094         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
5095         (nnmail-cache-ignore-groups): Doc fix.
5096
5097         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
5098         (nnimap-debug-buffer): New variable.
5099         (nnimap-debug): Use it.
5100
5101 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
5102
5103         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
5104
5105 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106
5107         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
5108         they aren't already sorted.
5109
5110 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
5111
5112         * message.el (message-mode-menu): Add ellipses to menu items
5113         expecting user interaction.
5114         (message-mode-field-menu): do.
5115
5116 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
5117
5118         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
5119         it isn't used any more.
5120
5121 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
5122
5123         * binhex.el (binhex-decoder-program): Fix docstring.
5124
5125 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5126
5127         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
5128         special chars if the mailcap file uses single quotes around %s.
5129         From Laurent Martelli <laurent@bearteam.org>.
5130
5131 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
5132
5133         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
5134         return the info object.
5135
5136 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
5137
5138         * gnus-int.el (gnus-request-update-info): Artificially add
5139         (1 . (1- min)) to the read range, in case the backend doesn't
5140         store marks for nonexistent articles.
5141
5142 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * binhex.el (binhex-insert-char): Eval-and-compile.
5145
5146 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
5147
5148         * lpath.el: Add tool-bar-local-item-from-menu.
5149
5150         * message.el (message-tool-bar-local-item-from-menu): New function.
5151         (message-tool-bar-map): Use it.
5152
5153 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
5154
5155         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
5156
5157         * gnus-art.el (gnus-article-header-rank): Last header in
5158         gnus-sorted-header-list should have higher rank than non-members.
5159
5160 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5161
5162         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
5163         covered methods.
5164
5165 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5166
5167         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
5168         eval-when-compile.  Suggested by Kevin Greiner.
5169
5170 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
5171
5172         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
5173         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
5174         even though no headers may have been fetched
5175         (gnus-agent-fetch-group-1, and perhaps others, require this
5176         behavior).
5177         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
5178         server buffer is constrained by gnus-agent-max-fetch-size.
5179         Multiple chunks in the same group may perform arbitrarily large
5180         updates.
5181
5182 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
5183
5184         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
5185         gnus-summary-update-download-mark to update the article in the
5186         summary.
5187
5188 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
5189
5190         * gnus.el (gnus-summary-high-uncached-face,
5191         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
5192         New faces.
5193
5194         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
5195         added this on 2002-11-23 but it just wasn't working out as
5196         intended.  The idea isn't entirely dead, three new faces
5197         gnus-summary-*-uncached-face are being added to gnus.el to provide
5198         the basis for an improved implementation.
5199         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
5200         proper file to open is lib/servers.
5201         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
5202         (i.e. removing the article from gnus-newsgroup-downloadable) will
5203         now restore the article's default mark rather than simply setting
5204         no mark.
5205         (gnus-agent-get-undownloaded-list): Corrected documentation.
5206         Added code to set new summary local variable,
5207         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
5208         a temporary list.  No longer sets gnus-newsgroup-downloadable.
5209         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
5210         up to date.  Call new gnus-summary-update-download-mark to keep
5211         summary buffer up-to-date.
5212         (gnus-agent-fetch-selected-article): Keep
5213         gnus-newsgroup-undownloaded up to date.
5214         (gnus-agent-fetch-articles): Return list of articles that were
5215         successfully fetched.
5216         (gnus-agent-check-overview-buffer): No more thingatpt.
5217         (gnus-agent-expire): No longer deletes NOV entries of unread
5218         articles.
5219         (gnus-agent-unread-articles): New function.
5220         (gnus-agent-regenerate-group): The article number must be
5221         terminated by a tab character.  Added more messages to report
5222         repairs.  Inhibit quits while writing changes so it is now safe
5223         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
5224         downloaded to 1) resolve the unbound references and 2) avoid
5225         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
5226
5227         * gnus-art.el (gnus-article-prepare): The agent
5228         downloaded/undownloaded mark is no longer stored as the article's
5229         mark.
5230
5231         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
5232         gnus-summary-highlight may use it.  Added downloaded as
5233         gnus-summary-highlight was using it.
5234
5235         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
5236         the download mark now follows Kai's +/- convention.
5237         (gnus-downloaded-mark): Added ?+ mark.
5238         (gnus-summary-highlight): Added rules to select
5239         gnus-summary-high-uncached-face,
5240         gnus-summary-normal-uncached-face, and
5241         gnus-summary-low-uncached-face.  Removed the
5242         gnus-agent-downloaded-article-face.
5243         (gnus-summary-line-format-alist): Implemented the download flag
5244         format (?O) as named in the manual.  This implementation displays
5245         either gnus-undownloaded-mark, gnus-downloaded-mark, or
5246         gnus-no-mark.
5247         (gnus-newsgroup-agentized): New local variable that identifies
5248         which groups are agentized.  While the agent is now on by default,
5249         you don't have to agentize every server that you use.
5250         (gnus-update-summary-mark-positions): Completed support for the
5251         download type of mark.
5252         (gnus-summary-insert-line): Added undownloaded to the parameters.
5253         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
5254         reference by the gnus-summary-line-format-spec.
5255
5256         * nntp.el (nntp-with-open-group): This macro handles dropped or
5257         broken connections by opening a new connection and repeating the
5258         failed command.
5259         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
5260         XOVER commands preceeding the active articles with the nov entry
5261         of the first available article.  When gnus connected to such a
5262         server, the unexpected nov entry would result in duplicate lines
5263         in the agent's overview file.  This patch fixes the duplicate
5264         lines problem and improves performance by skipping over all
5265         articles IDs that preceed the first nov entry in the server's
5266         reply.
5267
5268 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
5271         (gnus-summary-highlight): Use it instead of `downloaded'.
5272         (gnus-summary-highlight-line): Ditto.
5273
5274         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
5275
5276 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5277
5278         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
5279
5280         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
5281         calls.
5282
5283         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
5284         downloaded variable if we're in an uncovered group.
5285
5286         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
5287         font to soemthing less noticeable.
5288         (gnus-agent-group-covered-p): New function.
5289
5290 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5291
5292         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
5293         Because of an unknown bug, the group buffer is saved in .overview
5294         file.
5295
5296 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5297
5298         * nntp.el (nntp-send-command): Braino in last commit.  Replace
5299         `and' with `or'.
5300
5301 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5302
5303         * nntp.el (nntp-send-command): Assume that echo does not happen
5304         when nntp-open-connection-function is nntp-open-network-stream.
5305         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
5306
5307 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5308
5309         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
5310
5311 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
5312
5313         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
5314         nntp-server-buffer if we aren't going to write to it.
5315
5316 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5317         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
5318
5319         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
5320
5321 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * rfc2047.el (rfc2047-decode-region): Remove newlines between
5324         decoded words.
5325
5326 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5327
5328         * gnus.el (fboundp): After loading mm-util, make sure it was the
5329         right one.
5330
5331 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5332
5333         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
5334         gnus-sum.  Made into a user option.
5335
5336         * gnus-sum.el (gnus-simplify-ignored-prefixes)
5337         (gnus-summary-mark-article-as-unread)
5338
5339 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5340
5341         * time-date.el (date-to-time): Typo.
5342
5343         * parse-time.el: Typo.
5344
5345         * nnsoup.el (nnsoup-retrieve-headers): Typo.
5346
5347         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
5348
5349         * nnimap.el:
5350         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
5351
5352         * mm-encode.el (mm-safer-encoding): Typo.
5353
5354         * messcompat.el: Typo.
5355
5356         * message.el (message-face-alist): Typo.
5357
5358         * imap.el (imap-interactive-login, imap-open): Typos.
5359
5360         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
5361
5362         * gnus.el: Typo.
5363
5364         * gnus-win.el (gnus-configure-frame): Typo.
5365
5366         * gnus-util.el (gnus-atomic-progn-assign): Typo.
5367
5368         * gnus-topic.el (gnus-topic-sort-topics): Typo.
5369
5370         * gnus-sum.el (gnus-summary-article-number)
5371         (gnus-summary-read-group-1, gnus-summary-mark-article)
5372         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
5373
5374         * gnus-mule.el (gnus-mule-add-group): Typo.
5375
5376         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
5377
5378         * gnus-group.el (gnus-group-fetch-faq): Typo.
5379
5380         * gnus-art.el (gnus-decode-header-methods): Typo.
5381
5382         * flow-fill.el: Typo.
5383
5384 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
5385
5386         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
5387
5388 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5389
5390         * gnus-sum.el (gnus-simplify-ignored-prefixes)
5391         (gnus-summary-mark-article-as-unread)
5392         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
5393         Reformatting to avoid long lines.
5394         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
5395
5396 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
5397
5398         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
5399         be accessed through `mail-header-number'.
5400
5401 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5402
5403         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
5404         compressed range to gnus-summary-insert-articles.
5405
5406 2002-11-26  Kevin Ryde <user42@zip.com.au>
5407
5408         * gnus-art.el (gnus-mime-copy-part): Look for filename
5409         parameter under content-disposition, not content-type.
5410
5411         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
5412         (gnus-summary-reselect-current-group): Use it.
5413
5414 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5415
5416         * gnus-agent.el (gnus-agent-uncached-articles): if
5417         gnus-agent-load-alist fails, return ARTICLES.
5418
5419         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
5420
5421 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5422
5423         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
5424         superfluous function call.
5425         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
5426         Add warning to docstring.
5427
5428 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * gnus-agent.el: Autoload number-at-point instead.
5431         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
5432
5433 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5434
5435         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
5436         require thingatpt (for number-at-point) and protect against
5437         deactivate-mark being unbound (on XEmacs).
5438
5439 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5440
5441         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
5442         print message on entry.
5443
5444         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
5445
5446         * gnus-range.el (gnus-range-difference): New function.
5447         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
5448
5449 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5450
5451         * gnus-sum.el (gnus-summary-insert-old-articles): Use
5452         gnus-remove-from-range instead of gnus-range-difference which
5453         doesn't exist.
5454
5455 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5456         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
5457
5458         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
5459         used for showing which articles have been downloaded.
5460         (gnus-agent-article-alist): Format change.  Add documentation.
5461         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
5462         process-marked articles.
5463         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
5464         in the series are individually fetched to minimize lose of
5465         content due to an error/quit.
5466         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
5467         gnus-message instead of message.
5468         (gnus-agent-read-servers): Use file lib/methods instead of
5469         lib/servers.  TODO: Why?
5470         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
5471         (gnus-agent-get-undownloaded-list): Remove articles that appear to
5472         come from the agent.  This means that they are not downloaded.
5473         (gnus-agent-fetch-selected-article): Don't use history.
5474         (gnus-agent-save-history, gnus-agent-enter-history)
5475         (gnus-agent-article-in-history-p, gnus-agent-history-path):
5476         Removed function; history is not used anymore.
5477         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
5478         (gnus-agent-crosspost): Started rewrite then realized that a typo
5479         in gnus-agent-fetch-articles ensures that this function is never
5480         called.  This will need to be fixed later.
5481         (gnus-agent-check-overview-buffer): Some sanity checks on the
5482         agent overview buffer.  This is a safety net used during
5483         development.
5484         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
5485         changed, write a number to the file indicating this.
5486         (gnus-agent-fetch-headers): Rewrite to respect
5487         gnus-agent-consider-all-articles without relying on the
5488         `.fetched' files.  Make it fast.
5489         (gnus-agent-braid-nov): Change resulting from
5490         gnus-agent-fetch-headers change.
5491         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
5492         `.fetched' files.
5493         (gnus-agent-read-agentview): New function, used by
5494         gnus-agent-load-alist.
5495         (gnus-agent-load-fetched-headers): Remove.
5496         (gnus-agent-save-alist): Rewrite to accomodate new format.
5497         (gnus-agent-fetch-group-1): Make sure list of articles is in the
5498         same order as in gnus-newsgroup-headers.
5499         (gnus-agent-expire): Document and implement extra args ARTICLES,
5500         GROUP, FORCE.  Do not restrict usage.
5501         (gnus-agent-uncached-articles): New function.
5502         (gnus-agent-retrieve-headers): Use it.
5503         (gnus-agent-regenerate-group): No longer needs to be called from
5504         gnus-agent-regenerate.  Individual groups may be regenerated. The
5505         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
5506         The article fetch dates are validated in the article alist.  The
5507         article alist is pruned of entries that do not reference existing
5508         NOV entries.  All changes are computed then applied with
5509         inhibit-quit bound to t.  As a result, it is now safe to quit out of
5510         regeneration.  The optional clean parameter has been replaced with
5511         an optional reread parameter.  Clean is no longer necessary as
5512         regeneration gets the appropriate setting from
5513         gnus-agent-consider-all-articles.  The new reread parameter will
5514         result in fetched, or all, articles being marked as unread.
5515         (gnus-agent-regenerate): Removed code to regenerate the history
5516         file as it is no longer used.
5517
5518         * gnus-start.el (gnus-make-ascending-articles-unread): New
5519         function, for efficient mass-marking.
5520
5521         * gnus-sum.el (gnus-summary-highlight): Use new face for
5522         downloaded articles.
5523         (gnus-article-mark): Prefer to indicate read/unread status over
5524         downloaded status.
5525         (gnus-summary-highlight-line-0): New function, maybe rehighlights
5526         line.
5527         (gnus-summary-highlight-line): Use new face for downloaded
5528         articles.
5529         (gnus-summary-insert-old-articles): Improved performance by
5530         replacing the initial LIST of older articles with a compressed
5531         RANGE of older articles.  Some servers appear to lie about
5532         their active range so the original list could contain millions
5533         of article numbers.  The range is not expanded into a list
5534         until the optional ALL parameter has been applied.
5535
5536 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5537
5538         * gnus-agent.el (gnus-category-mode): Typo in doc string.
5539
5540 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
5541
5542         * spam.el:
5543         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
5544
5545         * spam.el: added `M s t' and `M s x' key mappings
5546
5547 2002-11-20  Simon Josefsson  <jas@extundo.com>
5548
5549         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
5550
5551 2002-11-19  Simon Josefsson  <jas@extundo.com>
5552
5553         * gnus-sum.el (gnus-summary-morse-message): Load
5554         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
5555         (unmorse-region): Autoload it instead.
5556
5557 2002-11-18  Simon Josefsson  <jas@extundo.com>
5558
5559         * gnus-sum.el (gnus-summary-morse-message): New function.
5560         (gnus-summary-wash-map): Bind to `W m'.
5561         (gnus-summary-make-menu-bar): Add.
5562
5563         * nnimap.el (nnimap-request-expire-articles): Compress sequence
5564         before storing \Deleted mark on expired articles.
5565
5566 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
5567         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
5568
5569         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
5570         parens in column 0.
5571
5572 2002-11-17  Juanma Barranquero  <lektu@terra.es>
5573
5574         * nnweb.el (nnweb-google-create-mapping): Fix typo.
5575
5576         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
5577
5578         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
5579
5580 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5581
5582         * message.el (message-set-auto-save-file-name): Use
5583         make-directory, to avoid the dependence on gnus-util.
5584
5585 2002-11-16  Simon Josefsson  <jas@extundo.com>
5586
5587         * nnimap.el (nnimap-callback-callback-function):
5588         (nnimap-callback-buffer): Removed, these cannot be global but must
5589         be embedded into the callback.
5590         (nnimap-make-callback): New.  Embedd article number, callback and
5591         buffer in function.
5592         (nnimap-callback, nnimap-request-article-part): Update.
5593
5594 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
5597
5598 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5599
5600         * gnus.el (gnus-summary-line-format): Document %C.
5601
5602 2002-11-11  Simon Josefsson  <jas@extundo.com>
5603
5604         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
5605         output when called interactively.
5606
5607 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
5610
5611         * message.el (message-draft-coding-system): Improve comment; use
5612         mm-auto-save-coding-system for the default value.
5613
5614         * nndraft.el (nndraft-request-article): Revert to the state before
5615         2002-10-29; regexp-quote mail-header-separator.
5616
5617 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
5618
5619         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
5620         allow editing of drafts from an nnvirtual group.
5621
5622 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * nndraft.el (nndraft-request-article): Replace emacs-mule with
5625         mm-auto-save-coding-system.
5626
5627         * message.el (message-draft-coding-system): Default to
5628         iso-2022-7bit.
5629
5630         * mm-util.el (mm-auto-save-coding-system): Undo last change to
5631         restore the default value to emacs-mule or escape-quoted.
5632
5633 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
5636         a delayed or a queued article as well as a draft.
5637
5638         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
5639         delayed or a queued article in the raw format; treat a delayed
5640         article as a raw article as well as a draft.
5641         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
5642         for the delayed group.
5643
5644         * nndraft.el (nndraft-request-article): Ignore auto save files for
5645         a delayed or a queued article; don't bother to decode a queued
5646         article; don't bind nnmail-file-coding-system for a queued article.
5647
5648         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
5649         and the queue group.
5650
5651 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
5652
5653         * gnus-group.el (gnus-group-delete-group):
5654         gnus-cache-active-hashtb might be void.
5655
5656 2002-11-02  Simon Josefsson  <jas@extundo.com>
5657
5658         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
5659         setting of the default user ID.  From Raymond Scholz
5660         <ray-2002@zonix.de>.
5661
5662 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
5663
5664         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
5665         charset.
5666
5667 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
5668         From Alex Schroeder <alex@emacswiki.org>
5669         * spam-stat.el (spam-stat-process-directory): add dir to message
5670         (spam-stat-reduce-size): No longer remove words
5671         with values close to 0.5, because the default value is 0.2.
5672
5673 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5674
5675         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
5676         documentation.
5677
5678 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5679
5680         * gnus-agent.el (gnus-agent-fetched-headers)
5681         (gnus-agent-load-fetched-headers)
5682         (gnus-agent-save-fetched-headers): Remove variable and two
5683         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
5684         works better.
5685         (gnus-agent-fetch-headers): New implementation from Kevin
5686         Greiner.  Uses gnus-agent-article-alist to store information
5687         about fetched messages which aren't on the server anymore.  The
5688         trick is to return a list of considered messages to the caller,
5689         but to only fetch those which haven't been fetched yet.
5690
5691 2002-10-30  Simon Josefsson  <jas@extundo.com>
5692
5693         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
5694
5695         * pgg.el (pgg-passphrase-cache-expiry): Removed.
5696
5697 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5698
5699         * mm-view.el (mm-w3m-local-map-property): Make it work with older
5700         versions of emacs-w3m than 1.3.3.
5701
5702         * lpath.el: Bind w3m-minor-mode-map.
5703
5704         * mm-view.el (mm-w3m-mode-command-alist)
5705         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
5706         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
5707         (mm-setup-w3m): Simplified.
5708         (mm-w3m-local-map-property): New function.
5709         (mm-inline-text-html-render-with-w3m): Use it.
5710
5711         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
5712         mm-w3m-local-map-property.
5713
5714 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * mm-util.el (mm-auto-save-coding-system): Default to
5717         iso-2022-7bit.
5718
5719         * nndraft.el (nndraft-request-article): Decode an article using
5720         the coding-system emacs-mule if it seems to have been saved using
5721         emacs-mule.
5722         (nndraft-request-replace-article): Use message-draft-coding-system
5723         instead of mm-auto-save-coding-system for the draft or delayed
5724         group.
5725
5726 2002-10-28  Josh  <huber@alum.wpi.edu>
5727
5728         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
5729         functions.
5730
5731 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5732         From mah@everybody.org (Mark A. Hershberger).
5733
5734         * mm-url.el (mm-url-insert-file-contents): Make it return the same
5735         type values ("url" size) regardless of the values of
5736         mm-url-use-external.
5737
5738 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5739
5740         * nnimap.el (nnimap-request-article-part): Try harder to show
5741         group name in debugging message.
5742
5743 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5744
5745         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
5746         directory if it doesn't exist.
5747         (gnus-agent-fetch-headers): Remove old cruft that tried to
5748         abstain from downloading articles more than once if
5749         gnus-agent-consider-all-articles was true.  This is now done
5750         properly via the .fetched files.
5751
5752 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * nndraft.el (nndraft-request-article): Treat delayed articles
5755         like drafts.
5756
5757 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
5760
5761 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5762
5763         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
5764         Remove unused optional arg DIR and corresponding code.
5765
5766         * nnimap.el (nnimap-request-article-part): Include group name in
5767         debugging output.
5768
5769 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
5770
5771         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
5772
5773 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5774
5775         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
5776         contains range of headers that have been fetched by the agent
5777         already.  Compare gnus-agent-article-alist.
5778         (gnus-agent-file-header-cache): Like
5779         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
5780         (gnus-agent-fetch-headers): Improve comment.  Revert to old
5781         seen/recent logic.
5782         Remember which headers have been fetched before and don't fetch
5783         them again the next time round.
5784         (gnus-agent-load-fetched-headers)
5785         (gnus-agent-save-fetched-headers): New functions, for remembering
5786         which headers have been fetched before.
5787
5788 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * lpath.el: Remove useless bindings.
5791
5792 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
5793
5794         * gnus-sum.el (gnus-summary-execute-command): Disable visual
5795         features while searching.
5796
5797 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5798
5799         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
5800
5801 2002-10-22  Simon Josefsson  <jas@extundo.com>
5802
5803         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
5804         (pgg-snarf-keys): Add.
5805
5806 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * lpath.el: Fbind bbdb-records.
5809
5810         * spam.el: Don't autoload bbdb-records.
5811
5812 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
5815         prevent inf-loop.
5816
5817 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5818
5819         * nnslashdot.el: Removed some test lines.
5820         More test.
5821
5822 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5823
5824         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
5825         are known to be downloaded already.
5826
5827 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5828
5829         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
5830         (mm-text-html-washer-alist): Ditto.
5831
5832 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5833
5834         * nnheader.el (nnheader-remove-body): Fix an error of detecting
5835         boundary between headers and body.
5836         * nnml.el (nnml-parse-head): Ditto.
5837
5838 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5839
5840         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
5841         entries.
5842
5843         * gnus-group.el (gnus-fetch-group): Allow an optional
5844         specification of the articles to select.
5845
5846         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
5847
5848 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5849
5850         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
5851         headers from the group, update variable `articles' to contain
5852         only those numbers where headers exist.  (When fetching all
5853         articles in a group, Gnus creates lots of numbers where there is
5854         no articles.)
5855
5856 2002-10-20  Steve Youngs  <youngs@xemacs.org>
5857
5858         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
5859         doesn't have the 'alist custom type, use cons cells instead.
5860         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
5861         (pgg-parse-hash-algorithm-alist): Ditto.
5862         (pgg-parse-compression-algorithm-alist): Ditto.
5863         (pgg-parse-signature-type-alist): Ditto.
5864
5865         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
5866
5867         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
5868
5869         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
5870
5871 2002-10-19  Simon Josefsson  <jas@extundo.com>
5872
5873         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
5874         buffer.
5875
5876 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5877
5878         * gnus-spec.el (gnus-make-format-preserve-properties)
5879         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
5880         properties also on XEmacs.  `gnus-xmas-format' is like format but
5881         preserves text properties on XEmacs (though it only understands
5882         simple format specs).  The variable
5883         `gnus-make-format-preserve-properties' controls whether the
5884         function is used, and is checked in `gnus-parse-simple-format'.
5885         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
5886
5887         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
5888         output.
5889         (gnus-agent-consider-all-articles): New variable.
5890         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
5891         (gnus-agent-fetch-headers): Depending on
5892         gnus-agent-consider-all-articles, maybe get all articles.
5893         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
5894         `read'.
5895         (gnus-predicate-imples-unread): New function.
5896         (gnus-agent-fetch-headers): Optimize to call
5897         gnus-list-of-unread-articles if that is sufficient.
5898         Check unseen and recent instead of seen and recent.
5899         (gnus-agent-fetch-headers): Abstain from calling
5900         gnus-list-range-intersection if range (a . b) would have (> a b).
5901
5902 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * message.el (message-send-mail): Make it possible to perform
5905         edebug-defun.
5906
5907 2002-10-18  Simon Josefsson  <jas@extundo.com>
5908
5909         * gnus-art.el (gnus-button-man-handler): Change default to
5910         `manual-entry' (defined in both emacsen).
5911         (gnus-button-man-handler): Remove emacsen difference and use
5912         `manual-entry'.
5913
5914 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * spam.el: Wrap autoload settings for bbdb-records,
5917         executable-find and ifile-spam-filter with eval-and-compile.
5918         (spam-display-buffer-contents): Remove.
5919         (spam-bogofilter-score): Merge spam-display-buffer-contents.
5920
5921 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
5922
5923         * spam.el (spam-display-buffer-contents): New function.
5924         (spam-bogofilter-score): use spam-display-buffer-contents, patch
5925         from Katsumi Yamaoka <yamaoka@jpl.org>.
5926
5927 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5928
5929         * nnheader.el (nnheader-parse-naked-head): New function.
5930         (nnheader-parse-head): Use the above function, in order to handle
5931         continuation lines properly.
5932         (nnheader-remove-body): New function.
5933         (nnheader-remove-cr-followed-by-lf): New function.
5934         (nnheader-ms-strip-cr): Use the above function.
5935
5936         * gnus-agent.el (gnus-agent-regenerate-group): Call
5937         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
5938         `nnheader-parse-head'.
5939         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
5940
5941         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
5942         continuation lines by itself; call `nnheader-parse-naked-head'
5943         instead of `nnheader-parse-head'.
5944         * nndiary.el (nndiary-parse-head): Ditto.
5945         * nnfolder.el (nnfolder-parse-head): Ditto.
5946         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
5947         * nnmaildir.el (nnmaildir--update-nov): Ditto.
5948         * nnml.el (nnml-parse-head): Ditto.
5949
5950 2002-10-17  Steve Youngs  <youngs@xemacs.org>
5951
5952         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
5953         XEmacs, default to it if featurep 'xemacs.
5954
5955 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * spam-stat.el: Check for the existence of hash functions instead
5958         of the Emacs version to decide whether to load cl.  Suggested by
5959         Kai Gro\e,A_\e(Bjohann.
5960
5961 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5962
5963         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
5964         if it isn't open yet.
5965
5966 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * gnus-group.el: Require mm-url only when compiling.
5969         (gnus-group-fetch-charter): Require mm-url.
5970
5971         * spam-stat.el: Require cl for the functions gethash,
5972         hash-table-count, make-hash-table and mapc for Emacs 20.
5973         (puthash): Alias to cl-puthash for Emacs 20.
5974         (with-syntax-table): New macro for Emacs 20.
5975
5976 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
5977
5978         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
5979
5980 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
5981
5982         * spam.el (spam-check-ifile): added ifile as a spam checking
5983         backend, and spam-use-ifle as the variable to toggle that check.
5984
5985 2002-10-12  Simon Josefsson  <jas@extundo.com>
5986
5987         * message.el (message-beginning-of-line): New variable.
5988         (message-beginning-of-line): Use it.
5989
5990 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
5991
5992         * spam.el: more compilation fixes for BBDB
5993
5994         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
5995         (spam-stat-reduce-size): Interactive.
5996         (spam-stat-reset): New function.
5997         (spam-stat-save): Interactive.
5998
5999 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * gnus.el: Autoload gnus-delay-initialize.
6002
6003         * message.el: Autoload gnus-delay-article.
6004
6005 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
6006
6007         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
6008         text property in Emacs.
6009
6010 2002-10-11  Simon Josefsson  <jas@extundo.com>
6011
6012         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
6013         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
6014
6015         * mml1991.el (mml1991-pgg-sign): Remove CR.
6016
6017 2002-10-10  Simon Josefsson  <jas@extundo.com>
6018
6019         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
6020         decrypt failed.
6021         (mml2015-trust-boundaries-alist): Removed.
6022         (mml2015-gpg-extract-signature-details): Don't use it.
6023         (mml2015-unabbrev-trust-alist): New.
6024         (mml2015-gpg-extract-signature-details): Use it.
6025
6026 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
6027
6028         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
6029         BBDB installed
6030
6031         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
6032         statistical analysis of spam in Lisp only
6033
6034 2002-10-10  Simon Josefsson  <jas@extundo.com>
6035
6036         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
6037         auth, selected or examine state.
6038
6039         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
6040         buffer and error buffer depending on type of information.
6041
6042         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
6043         --status-fd stuff even if gpg.el is not used (revert earlier
6044         change).
6045         (mml2015-pgg-{clear-,}verify): Store both output and errors as
6046         gnus details.
6047         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
6048         buffer.
6049
6050         * pgg.el (pgg-verify-region): Use it.
6051
6052         * pgg-def.el (pgg-query-keyserver): New variable.
6053
6054         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
6055         key-identifier in packet.  Is this a good idea?
6056
6057         * mml.el (mml-mode-map): Add security commands that operates on
6058         MIME parts.
6059         (mml-menu): And menu items for them.
6060
6061         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
6062
6063         * mml.el (mml-parse-1): Support sender in #secure tags.
6064
6065         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
6066         defined.
6067
6068         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
6069         (mml-pgp-encrypt-buffer): Support combined signing.
6070
6071         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
6072         (mml1991-gpg-encrypt): Ditto.
6073         (mml1991-pgg-encrypt): Ditto.
6074         (mml1991-encrypt): Pass sign parameter.
6075
6076         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
6077         (mml-signencrypt-style): Mention the variable.
6078
6079 2002-10-09  Simon Josefsson  <jas@extundo.com>
6080
6081         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
6082         pgg-gpg-user-id.
6083
6084         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
6085         (pgg-fetch-key-function): Nil if w3 is not installed.
6086
6087 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6088
6089         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
6090         gnus-agent-current-history.
6091
6092 2002-10-06  Simon Josefsson  <jas@extundo.com>
6093
6094         * imap.el (imap-parse-status): Don't use read to read token.
6095
6096 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6097
6098         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
6099         for methods not covered by the agent, and when unplugged.
6100
6101 2002-10-05  Simon Josefsson  <jas@extundo.com>
6102
6103         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
6104         signing.
6105
6106         * gnus-agent.el (gnus-agent-read-servers): If getting method from
6107         a named server fails, ignore the server.
6108
6109         * mml1991.el (mml1991-pgg-sign): Do QP.
6110
6111         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
6112         work.
6113
6114 2002-10-04  Simon Josefsson  <jas@extundo.com>
6115
6116         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
6117
6118         * pgg-pgp.el (pgg-pgp-verify-region): Inline
6119         binary-write-decoded-region from MEL.
6120
6121         * pgg.el (pgg-encrypt-region): Support sign.
6122
6123         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
6124
6125         * mml2015.el (mml2015-pgg-encrypt): Ditto.
6126
6127         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
6128         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
6129         branch where PGG was taken from in the ChangeLog entries below.
6130
6131 2002-10-01  Simon Josefsson  <jas@extundo.com>
6132
6133         * pgg-pgp.el: Don't require mel.  Don't use luna.
6134         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
6135         (pgg-pgp-process-region): Use expand-file-name instead of concat.
6136         (pgg-pgp-process-region): Don't use binary-funcall.
6137
6138         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
6139
6140         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
6141         instead of concat.
6142
6143         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6144
6145 2002-09-29  Simon Josefsson  <jas@extundo.com>
6146
6147         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
6148         compile warnings.
6149
6150         * pgg.el (pgg-decrypt-region): Don't parse packet.
6151
6152         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
6153
6154 2002-09-29  Daiki Ueno <ueno@unixuser.org>
6155
6156         * pgg.el: Remove dependency on calist.el.
6157
6158 2002-09-28  Simon Josefsson  <jas@extundo.com>
6159
6160         * pgg.el (pgg-temporary-file-directory): New variable.
6161         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
6162
6163         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
6164         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
6165
6166         * pgg-parse.el (pgg-char-int): Defalias.
6167         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
6168         (pgg-read-bytes, pgg-read-body): Use it.
6169         (pgg-decode-packets): Don't use MEL, use base64-*.
6170         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
6171         (pgg-string-as-unibyte): Defalias.
6172         (pgg-parse-armor-region): Use it.
6173
6174         * pgg-gpg.el (pgg-gpg-process-region): Use
6175         pgg-temporary-file-directory.
6176
6177         * luna.el: Don't def-edebug.
6178
6179         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
6180         binary-write-decoded-region from MEL.
6181
6182         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
6183
6184         * alist.el, calist.el: Don't require product/APEL.
6185
6186         * pgg-parse.el (top-level): Remove dependency on static.el,
6187         pccl.el, mel.el.
6188         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
6189         `define-ccl-program' is boundp, instead of using broken.
6190
6191 2002-10-01  Simon Josefsson  <jas@extundo.com>
6192
6193         * message.el (message-required-mail-headers): Remove Lines:.
6194
6195 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6196         From Jesper Harder.
6197
6198         * gnus-group.el (gnus-group-fetch-charter,
6199         gnus-group-fetch-control): Prompt for group if given a prefix
6200         argument.
6201         * gnus-sum.el (t): Add gnus-group-fetch-charter and
6202         gnus-group-fetch-control to summary key map and menu.
6203
6204 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
6205
6206         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
6207         number when there are no articles.
6208
6209 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6210
6211         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
6212         arg ALL means to fetch all articles, not only downloadable ones.
6213         (gnus-agent-fetch-selected-article): New function for
6214         gnus-select-article-hook or gnus-mark-article-hook.
6215
6216 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6217         From Peter von der Ahe <nospam2159@daimi.au.dk>.
6218
6219         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
6220         raw-text.
6221
6222 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
6223
6224         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
6225         Pinard).
6226         Major revamp of the code, documentation is in comments in the file
6227         for now.
6228
6229 2002-09-30  Simon Josefsson  <jas@extundo.com>
6230
6231         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
6232         buffer seem to be needed?
6233
6234 2002-09-29  Simon Josefsson  <jas@extundo.com>
6235
6236         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
6237         compile warnings.
6238
6239         * mml1991.el (mml1991-function-alist): Add pgg.
6240         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
6241         (mml1991-pgg-encrypt): Fix recipients querying.
6242
6243 2002-09-28  Simon Josefsson  <jas@extundo.com>
6244
6245         * mml2015.el (autoload): Autoload correct files.  Trivial patch
6246         from dme@dme.org.
6247         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
6248         handle is returned.
6249
6250 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6253         Protect against non-existent of `nnimap-mailbox-info'.
6254
6255 2002-09-27  Simon Josefsson  <jas@extundo.com>
6256
6257         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
6258         (gnus-setup-news-hook): Use it.
6259         (gnus-after-getting-new-news-hook): Ditto.
6260
6261         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
6262
6263 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6264         From Mats Lidell <matsl@contactor.se>.
6265
6266         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
6267
6268 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6269
6270         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
6271         the part to decode encoded words, use raw words instead of decoded
6272         words.
6273
6274 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6275
6276         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
6277
6278         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
6279         (mm-setup-w3m): Use it.
6280
6281 2002-09-27  Simon Josefsson  <jas@extundo.com>
6282
6283         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
6284         article buffers.
6285
6286         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
6287         it just in case.
6288         (nnimap-update-unseen): New function; update unseen count in
6289         `n-m-info'.
6290         (nnimap-close-group): Call it.
6291
6292         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
6293         (gnus-after-getting-new-news-hook): Ditto.
6294
6295         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
6296         message into verboselevel 9.  Change slow mail check message.
6297         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
6298         (nnimap-fixup-unread-after-getting-new-news): New function, to be
6299         used as a hook after getting new mail.
6300
6301 2002-09-26  Simon Josefsson  <jas@extundo.com>
6302
6303         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
6304         SELECT/EXAMINE is first unseen article, not number of unseen
6305         articles.  Make them distinct by renaming the former to
6306         `first-unseen' instead of `unseen'.
6307
6308         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
6309         too.
6310         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
6311         changed.
6312         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
6313
6314         * gnus-int.el (gnus-server-unopen-status): Defcustom.
6315
6316         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
6317         better.
6318
6319         * mml2015.el (mml2015-pgg-decrypt): Only add security information
6320         if dissecting resulting buffer actually had any information.
6321
6322 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
6325         because the function `string<' allows symbols.
6326
6327         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
6328
6329 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6330
6331         * message.el (message-forward-make-body): Revert an early change
6332         because 8-bit utf-8 emails.
6333
6334 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6335
6336         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
6337         links to Info)
6338         * gnus-art.el (gnus-treat-highlight-signature):
6339         * gnus-art.el (gnus-treat-buttonize):
6340         * gnus-art.el (gnus-treat-buttonize-head):
6341         * gnus-art.el (gnus-treat-emphasize):
6342         * gnus-art.el (gnus-treat-strip-cr):
6343         * gnus-art.el (gnus-treat-unsplit-urls):
6344         * gnus-art.el (gnus-treat-leading-whitespace):
6345         * gnus-art.el (gnus-treat-hide-headers):
6346         * gnus-art.el (gnus-treat-hide-boring-headers):
6347         * gnus-art.el (gnus-treat-hide-signature):
6348         * gnus-art.el (gnus-treat-fill-article):
6349         * gnus-art.el (gnus-treat-hide-citation):
6350         * gnus-art.el (gnus-treat-hide-citation-maybe):
6351         * gnus-art.el (gnus-treat-strip-list-identifiers):
6352         * gnus-art.el (gnus-treat-strip-pgp):
6353         * gnus-art.el (gnus-treat-strip-pem):
6354         * gnus-art.el (gnus-treat-strip-banner):
6355         * gnus-art.el (gnus-treat-highlight-headers):
6356         * gnus-art.el (gnus-treat-highlight-citation):
6357         * gnus-art.el (gnus-treat-date-ut):
6358         * gnus-art.el (gnus-treat-date-local):
6359         * gnus-art.el (gnus-treat-date-english):
6360         * gnus-art.el (gnus-treat-date-lapsed):
6361         * gnus-art.el (gnus-treat-date-original):
6362         * gnus-art.el (gnus-treat-date-iso8601):
6363         * gnus-art.el (gnus-treat-date-user-defined):
6364         * gnus-art.el (gnus-treat-strip-headers-in-body):
6365         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
6366         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
6367         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
6368         * gnus-art.el (gnus-treat-unfold-headers):
6369         * gnus-art.el (gnus-treat-fold-headers):
6370         * gnus-art.el (gnus-treat-fold-newsgroups):
6371         * gnus-art.el (gnus-treat-overstrike):
6372         * gnus-art.el (gnus-treat-display-xface):
6373         * gnus-art.el (gnus-treat-display-smileys):
6374         * gnus-art.el (gnus-treat-from-picon):
6375         * gnus-art.el (gnus-treat-mail-picon):
6376         * gnus-art.el (gnus-treat-newsgroups-picon):
6377         * gnus-art.el (gnus-treat-body-boundary):
6378         * gnus-art.el (gnus-treat-capitalize-sentences):
6379         * gnus-art.el (gnus-treat-fill-long-lines):
6380         * gnus-art.el (gnus-treat-play-sounds):
6381         * gnus-art.el (gnus-treat-translate):
6382         * gnus-art.el (gnus-treat-x-pgp-sig):
6383         * gnus-art.el (gnus-mime-button-line-format):
6384         * gnus-art.el (gnus-button-man-level):
6385         * gnus-art.el (gnus-button-emacs-level):
6386         * gnus-cus.el (gnus-group-parameters):
6387         * gnus-gl.el (bbb-build-mid-scores-alist):
6388         * gnus-group.el (gnus-group-line-format):
6389         * gnus-mlspl.el (gnus-group-split-setup):
6390         * gnus-mlspl.el (gnus-group-split):
6391         * gnus-msg.el (gnus-mailing-list-groups):
6392         * gnus-msg.el (gnus-posting-styles):
6393         * gnus-nocem.el (gnus-nocem-issuers):
6394         * gnus-score.el (gnus-score-regexp-bad-p):
6395         * gnus-srvr.el (gnus-server-line-format):
6396         * gnus-topic.el (gnus-topic-line-format):
6397         * gnus.el (gnus-summary-line-format):
6398         * mail-source.el (mail-sources):
6399         * message.el (message-subscribed-address-file):
6400         * nnmail.el (nnmail-split-fancy):
6401
6402 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
6403
6404         * mail-source.el(mail-source-run-script): use `functionp' to test
6405         whether the argument `script' is in fact a function.
6406         (mail-sources): adjust the defcustom to allow users to specify a
6407         function or a string as the value of the `:prescript' and
6408         `:postscript' arguments of the `file' and `pop3' mail sources.
6409
6410 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
6411
6412         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
6413         number when article 1 does not exist.
6414
6415 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6416
6417         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
6418         apropos if apropos-variable does not exist.
6419         (gnus-button-guessed-mid-regexp)
6420         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
6421         regexes.  From Reiner Steib.
6422         (gnus-button-handle-describe-function)
6423         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
6424         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
6425         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
6426
6427 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
6428         Trivial patch.
6429
6430         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
6431         the file.
6432
6433 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6434
6435         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
6436
6437 2002-09-24  Simon Josefsson  <jas@extundo.com>
6438
6439         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
6440         (mml2015-use): Prefer PGG if installed.
6441         (mml2015-function-alist): Add PGG wrappers.
6442         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
6443         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
6444         prefix, make regexp optionally skip it.
6445         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
6446         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
6447         (mml2015-pgg-encrypt): New functions.
6448         (defvar, autoload): Prevent byte-compile warnings.
6449
6450 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6451         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6452
6453         * gnus-art.el (article-strip-banner): Check for the existence of
6454         from header.
6455
6456 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6457
6458         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
6459         (gnus-button-alist): Improved regexp for
6460         gnus-button-handle-mid-or-mail (false positives), fixed
6461         gnus-button-handle-man entries.
6462         From Reiner Steib.
6463
6464 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
6465         From Josh Huber.
6466
6467         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
6468         nnmail-extra-headers is non-nil.
6469
6470 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
6471
6472         * nnmaildir.el: Store article numbers persistently.  General
6473         revision.
6474         (nnmaildir-request-expire-articles): handle 'immediate and 'never
6475         for nnmail-expiry-wait; delete instead of moving if 'force is
6476         given.
6477
6478 2002-09-23  Simon Josefsson  <jas@extundo.com>
6479         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
6480
6481         * smime.el (smime-sign-buffer): Get key and extra certs.
6482         (smime-get-key-with-certs-by-email): Utility function.
6483
6484 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6485         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
6486
6487         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
6488         article exists.
6489
6490 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6491
6492         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
6493
6494 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6495         From Reiner Steib.
6496
6497         * gnus-art.el (gnus-button-handle-custom,
6498         gnus-button-handle-mid-or-mail,
6499         gnus-button-handle-describe-{function,variable,key},
6500         gnus-button-handle-apropos{,command,variable}): New functions.
6501         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
6502         gnus-button-{man,emacs,mail}-level): New variables.
6503         (gnus-button-alist): Use the above to buttonize emacs and mail
6504         related links.
6505
6506 2002-09-18  Juanma Barranquero  <lektu@terra.es>
6507
6508         * gnus-int.el (gnus-status-message): Fix spacing.
6509
6510         * imap.el (imap-continuation): Fix typos.
6511
6512 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6513
6514         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
6515
6516         * gnus-art.el (gnus-article-reply-with-original): Correct
6517         with-current-buffer scope.
6518
6519         * message.el (message-completion-alist): Add Reply-To, From, etc.
6520
6521 2002-09-18  Simon Josefsson  <jas@extundo.com>
6522
6523         * nnimap.el (nnimap-request-expire-articles): Make flag setting
6524         conditional.  From Nevin Kapur <nevin@jhu.edu>.
6525
6526 2002-09-17  Simon Josefsson  <jas@extundo.com>
6527
6528         * nnimap.el (nnimap-expiry-target): Don't search for which
6529         articles exists here.
6530         (nnimap-request-expire-articles): Do it here instead.  Only expire
6531         when articles are found.  Suggested by Nevin Kapur
6532         <nevin@jhu.edu>.
6533
6534 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6535         From Reiner Steib <reiner.steib@gmx.de>.
6536
6537         * message.el (message-strip-subject-trailing-was)
6538         (message-change-subject, message-add-archive-header)
6539         (message-xpost-fup2-header, message-xpost-insert-note)
6540         (message-xpost-fup2, message-reduce-to-to-cc): New functions
6541         adopted from message-utils.el.  Add functions to the keymap, mode
6542         describtion and menu.
6543         (message-change-subject,message-xpost-fup2): Signal error if
6544         current header is empty.
6545         (message-xpost-insert-note): Changed insert position.
6546         (message-archive-note): Ensure to insert note in message body (not
6547         in head).
6548         (message-archive-header, message-archive-note)
6549         (message-xpost-default, message-xpost-note, message-fup2-note)
6550         (message-xpost-note-function): New variables adopted from
6551         message-utils.el.  Changed some doc-strings.
6552         (message-mark-insert-{begin,end}): Rename from
6553         message-{begin,end}-inserted-text-mark (message-utils.el), changed
6554         values.
6555         (message-subject-trailing-was-query)
6556         (message-subject-trailing-was-ask-regexp)
6557         (message-subject-trailing-was-regexp): New variables.
6558         (message-to-list-only): Added doc-string and menu entry.
6559
6560         * message-utils.el: Removed.  Functions are now in message.el.
6561
6562 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6563
6564         * gnus-art.el (gnus-article-reply-with-original,
6565         gnus-article-followup-with-original): Switch to
6566         gnus-summary-buffer before reply/followup.
6567
6568 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
6569
6570         * gnus-sum.el (gnus-summary-toggle-header): The article window may
6571         not exist. Toggle it anyway.
6572
6573 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6574
6575         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
6576
6577         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
6578         Trivial patch from Urban Engberg <ue@ccieurope.com>.
6579
6580         * rfc2047.el (message-posting-charset): Defvar it.
6581         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
6582         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
6583
6584         * mail-source.el (mail-source-fetch): Hide password.
6585
6586         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
6587
6588 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6589         From John Paul Wallington <jpw@shootybangbang.com>.
6590
6591         * gnus.el (gnus-visual, gnus-meta): Fix typo.
6592
6593 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
6596
6597 2002-09-11  Simon Josefsson  <jas@extundo.com>
6598
6599         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
6600         (nnimap-split-rule): Doc fix.
6601         (nnimap-request-expire-articles): Cleanup code.
6602
6603 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6604         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6605
6606         * gnus-art.el (gnus-article-address-banner-alist): New option.
6607         (article-strip-banner): Refer the above option to split banners of
6608         free mail servers, when no group parameter is specified.
6609
6610 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * nntp.el (nntp-wait-for-string): Check for a process in the
6613         current buffer instead of `nntp-server-buffer'.
6614
6615 2002-09-09  Simon Josefsson  <jas@extundo.com>
6616
6617         * gnus-art.el (gnus-button-man-handler): New variable.
6618         (gnus-button-alist): Use g-b-handle-man.
6619         (gnus-button-handle-man): New, call g-b-man-handler.
6620
6621 2002-09-08  Simon Josefsson  <jas@extundo.com>
6622
6623         * gnus-art.el (gnus-button-alist): Buttonize man page links.
6624
6625 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6626
6627         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
6628
6629 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6630
6631         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
6632
6633         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
6634         keystroke.
6635
6636         * gnus-srvr.el (gnus-browse-describe-group): New command and
6637         keystroke.
6638
6639 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
6642         value for gnus-decoration property.
6643
6644 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6645
6646         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
6647         string) as group name in case we have a CRLF in the file.
6648
6649 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
6650
6651         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
6652         group.
6653         (rfc1843-decode-hzp): do.
6654         (rfc1843-newsgroups-regexp): do.
6655
6656 2002-09-04  Simon Josefsson  <jas@extundo.com>
6657
6658         * message.el (message-canlock-generate): Make sure sha1 doesn't
6659         call external programs.
6660
6661 2002-09-03  Simon Josefsson  <jas@extundo.com>
6662
6663         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
6664
6665         * gnus-agent.el (gnus-agent-batch): Add doc.
6666
6667 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
6668
6669         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
6670         check for signed and encrypted parts.
6671         * mml.el (mml-parse-1): Correct small typo which preventing
6672         setting recipients in a secure tag.
6673
6674 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * mm-util.el (mm-coding-system-priorities): Default to a list of
6677         iso-2022-jp and others for the Japanese environment.
6678
6679 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
6682         invalid display names.
6683
6684 2002-08-30  Simon Josefsson  <jas@extundo.com>
6685
6686         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
6687         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
6688
6689 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
6690
6691         * gnus.el (gnus-group-charter-alist): New option.
6692         (gnus-group-fetch-control-use-browse-url): New option.
6693
6694         * gnus-group.el (gnus-group-fetch-charter): New function.
6695         (gnus-group-fetch-control): New function.
6696         Add them to the keymap and menu. Require mm-url.
6697
6698 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6699
6700         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
6701         From Alex Schroeder <alex@emacswiki.org>.
6702
6703 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
6704
6705         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
6706         items expecting user interaction.
6707
6708         * gnus-topic.el (gnus-topic-make-menu-bar): do.
6709
6710         * gnus-sum.el (gnus-summary-make-menu-bar): do.
6711
6712         * gnus-srvr.el (gnus-server-make-menu-bar): do.
6713
6714         * mml.el (mml-menu): do.
6715
6716 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * mail-source.el (mail-source-touch-pop): New function.
6719
6720         * message.el (message-smtpmail-send-it): New function.
6721         (message-send-mail-function): Add it for a candidate.
6722
6723 2002-08-27  Simon Josefsson  <jas@extundo.com>
6724
6725         * gnus-msg.el (posting-charset-alist): Use
6726         gnus-define-group-parameter instead of defcustom.
6727         (gnus-put-message): Handle SPC in GCC.
6728         (gnus-inews-insert-gcc): Ditto.
6729         (gnus-inews-insert-archive-gcc): Ditto.
6730
6731 2002-08-26  Simon Josefsson  <jas@extundo.com>
6732
6733         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
6734         (gnus-agentize): Auto agentize all nntp and nnimap groups.
6735         (gnus-agent-possibly-save-gcc): Autoload.
6736         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
6737
6738 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * gnus.el (gnus-other-frame-function): New user option.
6741         (gnus-other-frame): Use it; add a doc-string; make it work with
6742         the gnuclient program.
6743
6744         * gnus-util.el (gnus-frame-or-window-display-name): New function.
6745
6746         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
6747         `device-connection' and `dfw-device'.
6748
6749 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6750
6751         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
6752         positives, make it stricter.  From Jochen Hein (trivial change).
6753
6754 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * gnus.el (gnus-other-frame): Trivial fix.
6757
6758 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * gnus.el (gnus-other-frame-parameters): New user option.
6761         (gnus-other-frame-object): New variable.
6762         (gnus-other-frame): Make it search for existing Gnus frame; don't
6763         read new news; delete frame on exit.
6764
6765         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
6766
6767         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
6768
6769 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6770         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
6771
6772         * message.el (message-set-auto-save-file-name): Add support for
6773         the Cygwin Emacs; the system-type is `cygwin'.
6774         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
6775
6776 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6777
6778         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
6779
6780         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
6781         avoid arithmetic errors.
6782
6783 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
6786
6787 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
6790         (message-ignored-resent-headers): Add envelope From.
6791
6792 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6793
6794         * gnus.el (gnus-summary-line-format): Document %k specifier.
6795
6796 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6797
6798         * gnus-sum.el (gnus-summary-line-message-size): New function.
6799         (gnus-summary-line-format-alist): Use it.
6800
6801 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * gnus-art.el (article-make-date-line): Refer to the value for
6804         `gnus-article-time-format' in the summary buffer.
6805
6806         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
6807
6808 2002-08-14  Simon Josefsson  <jas@extundo.com>
6809
6810         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
6811         quoting.
6812         (gnus-button-alist): Fix doc.
6813         (gnus-header-button-alist): Use ' not ` for default value quoting.
6814         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
6815         rationale similar to 2002-05-01 change.
6816         (gnus-article-add-buttons-to-head): Evaluate expression.
6817
6818         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
6819
6820 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6821
6822         * message.el (message-font-lock-keywords): Refer to the value for
6823         `message-cite-prefix-regexp' dynamically.
6824
6825 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * gnus-art.el (gnus-decode-header-methods): Doc fix.
6828
6829 2002-08-12  Simon Josefsson  <jas@extundo.com>
6830
6831         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
6832         (imap-shell-open): Skip initial junk before IMAP greeting.
6833
6834 2002-08-11  Simon Josefsson  <jas@extundo.com>
6835
6836         * message-utils.el (message-xpost-default,
6837         message-xpost-fup2-header, message-xpost-fup2): Fixed
6838         Typos.  Trivial changes from Reiner Steib
6839         <4uce.02.r.steib@gmx.net>.
6840
6841 2002-08-09  Simon Josefsson  <jas@extundo.com>
6842
6843         * message.el (message-canlock-password): Set
6844         canlock-password-for-verify to newly generated canlock-password.
6845         When Emacs is restarted, Custom makes sure this is set, but during
6846         the same session we must set it manually.
6847
6848 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
6849
6850         * yenc.el: New file.
6851
6852         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
6853         (mm-uu-type-alist): Add yenc.
6854         (mm-uu-yenc-filename): New function.
6855         (mm-uu-yenc-extract): New function.
6856
6857         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
6858
6859 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6860
6861         * dgnushack.el (merge): Don't use coerce.
6862
6863 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
6864
6865         * mailcap.el (mailcap-mime-data): Test window-system rather than
6866         mm-device-type.
6867         (mailcap-mime-data): Call xdvi and gv with "-safer".
6868
6869         * mm-util.el: Don't define mm-device-type.
6870
6871 2002-08-05  Simon Josefsson  <jas@extundo.com>
6872
6873         * mm-util.el (mm-coding-system-priorities): coding-system type not
6874         supported everywhere.
6875
6876 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6877
6878         * gnus.el (gnus-version-number): Bumped version number.
6879
6880 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6881
6882         * gnus.el: Oort Gnus v0.07 is released.
6883
6884 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6885
6886         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
6887         (gnus-article-sort-functions): Doc fix.
6888         (t): New keystroke.
6889         (gnus-article-sort-by-random): New function.
6890         (gnus-thread-sort-by-random): New function.
6891
6892 2002-08-02  Simon Josefsson  <jas@extundo.com>
6893
6894         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
6895         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
6896
6897 2002-07-31  Danny Siu  <dsiu@adobe.com>
6898
6899         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
6900         when splitting malformed messages without message-id
6901
6902 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6903         From Niklas Morberg <niklas.morberg@axis.com>.
6904
6905         * nnweb.el (nnweb-type, nnweb-type-definition)
6906         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
6907         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
6908         functionality.
6909         * nnweb.el: Removed old non-functioning search engines.
6910
6911 2002-07-27  Simon Josefsson  <jas@extundo.com>
6912
6913         * message.el (message-forward-make-body): Don't use
6914         `message-forward-ignored-headers' when doing a "raw" followup (it
6915         is important to preserve e.g. CTE).
6916
6917         * flow-fill.el (fill-flowed): Disable filladapt-mode.
6918
6919         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
6920         regexp-quote, Cyrus Sieve is fixed.
6921
6922         * sieve-manage.el (sieve-manage-deletescript): New function.
6923
6924         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
6925         (sieve-manage-mode): Fix menubar.
6926         (sieve-activate): Change some messages.
6927         (sieve-deactivate-all): New function.
6928         (sieve-deactivate): New alias.
6929         (sieve-remove): New function.
6930         (sieve-help): Fix help.
6931         All suggested by Ned Ludd.
6932
6933 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
6936         (mm-w3m-safe-url-regexp): New user option.
6937
6938         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
6939         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
6940
6941 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
6942
6943         * gnus-sum.el (gnus-summary-delete-article): Force
6944         nnmail-expiry-target to 'delete, so that absolute deletion
6945         happens when absolute deletion is requested.
6946
6947 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6948         From Nevin Kapur <nevin@jhu.edu>.
6949
6950         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
6951         headers as empty headers.
6952
6953 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6954         From Jochen Hein <jochen@jochen.org>.
6955
6956         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
6957         correct typo.
6958         (gnus-emphasis-strikethru): New face.
6959
6960 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6961         From Jason Merrill <jason@redhat.com>.
6962
6963         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
6964         entire file for each of a sequence of missing articles.
6965
6966         * gnus-salt.el (gnus-binary-display-article): Respect an existing
6967         value for gnus-view-pseudos.
6968
6969         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
6970         avoid nreverse.
6971
6972 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6973         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6974
6975         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
6976         (gnus-summary-mode-line-format-alist): Add %h for number of
6977         spams.
6978         (gnus-newsgroup-spam-marked): New variable.
6979         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
6980         (gnus-article-read-p, gnus-article-mark)
6981         (gnus-set-global-variables, gnus-set-global-variables)
6982         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
6983         (gnus-summary-mark-article-as-unread)
6984         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
6985         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
6986         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
6987
6988 2002-07-10  Simon Josefsson  <jas@extundo.com>
6989
6990         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
6991         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
6992
6993 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
6994
6995         * gnus-sum.el (gnus-summary-delete-article): Respect group
6996         parameters while expiring.
6997
6998 2002-07-08  Simon Josefsson  <jas@extundo.com>
6999
7000         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
7001         Enberg.
7002
7003 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7004
7005         * gnus-art.el (article-unsplit-urls): Only display MIME when this
7006         function is called interactively.  From Niklas Morberg.
7007
7008 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7009
7010         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
7011         cdaar to cdar and car.
7012
7013         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
7014         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
7015
7016 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
7019         don't break a narrowed article.
7020
7021         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
7022         (nntp-open-via-rlogin-and-telnet): Ditto.
7023
7024 2002-07-02  Didier Verna  <didier@xemacs.org>
7025
7026         * nnmail.el (nnmail-split-methods): fix custom type.
7027
7028 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7029
7030         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
7031         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
7032
7033 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7034
7035         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
7036         (gnus-summary-resend-message): Use it.
7037
7038 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * nntp.el (nntp-via-rlogin-command-switches): New variable.
7041         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
7042
7043 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7044
7045         * message.el (message-font-lock-keywords): Don't fontify
7046         headers in the message body, only in the header.
7047         (message-font-lock-make-header-matcher): New function, used by
7048         message-font-lock-keywords.
7049         From Katsumi Yamaoka <yamaoka@jpl.org>.
7050
7051 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
7054
7055 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
7058
7059 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7060
7061         * message.el (message-font-lock-keywords): Revert 2002-06-22
7062         change.
7063
7064 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7065
7066         * message.el (message-font-lock-keywords): Put colon in header
7067         name match.
7068
7069 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7070
7071         * message.el (message-font-lock-keywords): Don't use header faces
7072         in the body.  Thanks to Stefan Monnier for the hint on the
7073         implementation.
7074
7075 2002-05-09  Miles Bader  <miles@gnu.org>
7076
7077         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
7078         (gnus-article-hide-citation): Respect it.
7079
7080 2002-04-12  Juanma Barranquero  <lektu@terra.es>
7081
7082         * pop3.el (pop3-open-server): Fix typo.
7083
7084 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
7085
7086         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
7087         instead of push to ignore duplicate to-(list|address) values.
7088         * nnmail.el (nnmail-cache-ignore-groups): New.
7089         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
7090
7091 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7092
7093         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
7094         before sending.  Suggested by Jan Rychter.
7095
7096 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * dgnushack.el (remove): New compiler macro.
7099         (last, coerce, subseq): Remove compiler macros for those built-in
7100         or unused functions.
7101
7102 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7103
7104         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
7105         sure to write byte-compiled versions of gnus-*-format-alist to
7106         .newsrc.eld.  From Simon Josefsson.
7107
7108 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7109
7110         * gnus-agent.el (gnus-agent-read-servers)
7111         (gnus-agent-write-servers): Put server name (string like
7112         "nnchoke:frumple") in the file instead of a server specification
7113         (Lisp expression like (nnchoke "frumple" ...parameters...)).
7114         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
7115
7116 2002-06-16  Simon Josefsson  <jas@extundo.com>
7117
7118         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
7119         Reiner Steib <4uce.02.r.steib@gmx.net>.
7120
7121 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7122
7123         * nnheader.el (nnheader-file-name-translation-alist): Set the
7124         default value for MS Windows systems.
7125
7126         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
7127
7128 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * message.el (message-beginning-of-line): Keep the region active
7131         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
7132
7133 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
7134
7135         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
7136         * gnus-msg.el (gnus-summary-reply): Ditto.
7137         * gnus-msg.el (gnus-summary-handle-replysign): New.
7138
7139 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * message.el (message-send-mail-with-sendmail): Kill errbuf even
7142         if sending failed.
7143
7144 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
7145
7146         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
7147         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
7148         to sign while encrypting.
7149
7150 2002-06-11  Simon Josefsson  <jas@extundo.com>
7151
7152         * gnus-int.el (gnus-request-move-article): Agent expire article if
7153         successfuly moved.
7154
7155         * nnweb.el (nnweb-google-create-mapping): Honors the value of
7156         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
7157
7158 2002-06-10  Simon Josefsson  <jas@extundo.com>
7159
7160         * gnus-int.el (gnus-request-expire-articles): Fix last change?
7161
7162 2002-06-09  Simon Josefsson  <jas@extundo.com>
7163
7164         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
7165
7166         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
7167
7168 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7169
7170         * flow-fill.el (fill-flowed): Ignore errors.
7171
7172 2002-06-06  Simon Josefsson  <jas@extundo.com>
7173
7174         * message.el (message-send-mail-with-sendmail): Improve error message.
7175
7176 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7177
7178         * message.el (message-interactive): Change default from nil to t.
7179         Better to be safe than to be fast.
7180
7181 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7182
7183         * message.el (message-send-mail-with-sendmail): Check return value
7184         from call-process-region.
7185
7186 2002-06-04  Simon Josefsson  <jas@extundo.com>
7187
7188         * gnus-msg.el (gnus-group-mail, gnus-group-news)
7189         (gnus-group-post-news, gnus-summary-mail-other-window)
7190         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
7191         gnus-article-copy to nil, thereby inhibiting the `header' posting
7192         style match to use data from last viewed article.
7193         Suggested by Hrvoje Niksic.
7194
7195 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * spam.el (spam-point-at-eol): New alias.
7198         (spam-parse-whitelist): Use it.
7199
7200 2002-06-03  Simon Josefsson  <jas@extundo.com>
7201
7202         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
7203         (nnmail-article-group): Use it.
7204
7205 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7206
7207         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
7208         so that code reading them won't be surprised.  From Jesper Harder
7209         <harder@ifa.au.dk>.
7210
7211 2002-05-29  Simon Josefsson  <jas@extundo.com>
7212
7213         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
7214         articles.
7215
7216         * gnus.el (gnus-agent-cache): Doc fix.
7217         (gnus-agent): Change default to t.
7218
7219         * gnus-agent.el (gnus-agent-expire): Make it accept optional
7220         ARTICLES, GROUP and FORCE parameters.
7221
7222 2002-05-28  Simon Josefsson  <jas@extundo.com>
7223
7224         * gnus-group.el (gnus-group-line-format): Doc fix.
7225
7226 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7227
7228         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
7229         original article before yanking.  From Jesper Harder
7230         <harder@ifa.au.dk>.
7231
7232 2002-05-26  Simon Josefsson  <jas@extundo.com>
7233
7234         * gnus-sum.el (gnus-summary-menu-split): New function.
7235         (gnus-summary-make-menu-bar): Split charset submenu.
7236         (gnus-summary-menu-maxlen): New variable.
7237         (gnus-summary-menu-split): Use it.
7238
7239 2002-05-25  Simon Josefsson  <jas@extundo.com>
7240
7241         * mml.el (mml-preview): Generate some headers.
7242
7243         * gnus.el (gnus-large-newsgroup): Fix :type.
7244
7245         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
7246         Agent cache NOV's by default now).
7247         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
7248
7249 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
7250
7251         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
7252         call to gnus-parent-id when we check for References loops.
7253         (gnus-summary-prepare-threads): Avoid simplifying every Subject
7254         twice by saving the simplified subject string in simp-subject.
7255
7256 2002-05-23  Simon Josefsson  <jas@extundo.com>
7257
7258         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
7259         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
7260
7261         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
7262         Niklas Morberg <niklas.morberg@axis.com>.
7263
7264 2002-05-22  Simon Josefsson  <jas@extundo.com>
7265
7266         * sieve.el (sieve-change-region): Define it before it is used.
7267
7268         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
7269         (gnus-summary-reply): Ask for confirmation when replying to news.
7270         Defaults to not ask.  From Benjamin Rutt
7271         <rutt+news@cis.ohio-state.edu>.
7272
7273         * nnimap.el (nnimap-nov-is-evil): Improve doc.
7274
7275 2002-05-21  Simon Josefsson  <jas@extundo.com>
7276
7277         * sieve-mode.el (sieve-manage): Fix autoloads.
7278
7279         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
7280         name (makes it work with recent Cyrus timsieved).
7281
7282 2002-05-20  Jason  <jbaker@cs.utah.edu>
7283         Trivial patch.
7284
7285         * gnus-art.el (gnus-request-article-this-buffer): Try
7286         reconnecting if you don't get the message.
7287
7288 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7289
7290         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
7291         Reply-To headers from the headers.
7292
7293 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7294
7295         * mm-url.el (mm-url-insert): Remove junk message.
7296
7297 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * nnslashdot.el (nnslashdot-request-list): Parse new html.
7300         (nnslashdot-use-front-page): New variable.
7301         (nnslashdot-request-list): Use it.
7302
7303         * mm-url.el (mm-url-timeout): New variable.
7304         (mm-url-retries): Ditto.
7305         (mm-url-insert): Use it.
7306
7307 2002-05-16  Simon Josefsson  <jas@extundo.com>
7308
7309         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
7310         (gnus-simplify-subject-functions): Mention g-s-a-w.
7311
7312 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
7313
7314         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
7315         nnmail-cache-insert.
7316         * nndiary.el (nndiary-request-accept-article): Ditto.
7317         * nnfolder.el (nnfolder-request-accept-article): Ditto.
7318         * nnimap.el (nnimap-request-accept-article): Ditto.
7319         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
7320         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
7321         * nnmbox.el (nnmbox-request-accept-article): Ditto.
7322         * nnmh.el (nnmh-request-accept-article): Ditto.
7323         * nnmail.el (nnmail-cache-insert): Change group to required,
7324         removed code which tried to figure out the group.
7325
7326 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
7327
7328         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
7329         messages. From Hans de Graaff <hans@degraaff.org>.
7330         * nnml.el (nnml-request-accept-article): Pass in the group name to
7331         nnmail-cache-insert, since it's available.
7332
7333 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7334
7335         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
7336
7337 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7338         From Florian Weimer <fw@deneb.enyo.de>.
7339
7340         * gnus.el (subscribed): New group parameter.
7341         (gnus-find-subscribed-addresses): Use it.
7342
7343 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
7344
7345         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
7346         the default for pgpmime to support pgp v2.
7347         * mml-sec.el (mml-signencrypt-style): New accessor function to
7348         allow users to get/set the signencrypt style more easily without
7349         frobbing the alist directly.
7350         * mml.el (mml-generate-mime-1): Use accessor function.
7351
7352 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7353
7354         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
7355         parenthesis for "<" and ">".  Suggested by Andreas Schwab
7356         <schwab@suse.de>.
7357
7358 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7359
7360         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
7361         when intuiting the group the message is written to.  From Josh
7362         Huber <huber@alum.wpi.edu>.
7363
7364 2002-05-06  Simon Josefsson  <jas@extundo.com>
7365
7366         * gnus-topic.el (gnus-group-topic-parameters): Work when group
7367         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
7368
7369 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
7370
7371         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
7372         argument, and fixed compiler warning. (added autoload for
7373         gpg-encrypt).
7374
7375 2002-05-04  Simon Josefsson  <jas@extundo.com>
7376
7377         * mml1991.el (mml1991-function-alist): Doc fix.
7378
7379         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
7380         doesn't exist (for previewing messages without having Gnus
7381         started).
7382
7383         * mm-util.el (mm-coding-system-priorities): Defcustom.
7384
7385         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
7386
7387 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
7388
7389         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
7390         default.
7391         * mml-sec.el:
7392         * mml-sec.el (mml-signencrypt-style): New.
7393         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
7394         argument `sign'.
7395         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
7396         signencrypt.
7397         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
7398         * mml.el (mml-generate-mime-1): Changed logic so a part which is
7399         both signed & encryped is processed in one operation. (rather than
7400         two separate ops: sign, then encrypt)
7401         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
7402         indication if a message is signed by an expired key.
7403         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
7404         enables combined sign & encrypt operation. (this was always on
7405         before).
7406         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
7407
7408 2002-05-01  Simon Josefsson  <jas@extundo.com>
7409
7410         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
7411         server.
7412         (nnimap-mailbox-info): defvar instead of defvoo.
7413
7414 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7415
7416         * gnus.el: Oort Gnus v0.06 is released.
7417
7418 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * lpath.el: Bind url-package-version.
7421
7422 2002-05-01  Simon Josefsson  <jas@extundo.com>
7423
7424         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
7425         filename before deleting the group itself, because the presence of
7426         a group filename decides if long filenames are used or not.
7427
7428         * gnus-art.el (gnus-button-alist): Don't inline
7429         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
7430         without also modifying g-button-alist.
7431         (gnus-button-alist): Fix type to allow variable as well as regexp.
7432         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
7433         themselves, variables to its contents.
7434         (gnus-button-entry): Ditto.
7435
7436 2002-05-01  Simon Josefsson  <jas@extundo.com>
7437
7438         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
7439         UIDNEXT as a string.
7440
7441         * nnimap.el (nnimap-string-lessp-numerical): New function.
7442         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
7443         integers.
7444
7445 2002-04-29  Simon Josefsson  <jas@extundo.com>
7446
7447         * nnmail.el (nnmail-cache-insert): Accept optional group
7448         parameter.
7449
7450         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
7451         n-r-g-a is disabled.
7452
7453 2002-04-29  Simon Josefsson  <jas@extundo.com>
7454
7455         * nnimap.el (nnimap-split-fancy): Fix doc.
7456         (nnimap-split-fancy): Fix doc.
7457
7458         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
7459         (nnimap-mailbox-info): New internal variable.
7460         (nnimap-retrieve-groups): Implement faster new mail check.
7461
7462         * nnimap.el (nnimap-split-articles): Support
7463         nnmail-cache-accepted-message-ids.
7464         (nnimap-request-accept-article): Ditto.
7465
7466         * imap.el (imap-mailbox-status-asynch): New command.
7467
7468 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
7469
7470         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
7471         are no subscribed mail groups.
7472         - Strip quoted names when comparing addresses
7473
7474 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
7475
7476         * mm-decode.el (mm-text-html-renderer): Change customize type to
7477         const.
7478
7479         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
7480         (gnus-debug-exclude-variables): do.
7481
7482 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7483
7484         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
7485         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
7486
7487 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * dns.el (dns-make-network-process): New macro.
7490         (query-dns): Use it.
7491
7492 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7493
7494         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
7495         article-buffer.
7496
7497         * mm-url.el (mm-url-package-name): New variable.
7498         (mm-url-package-version): New variable.
7499         (mm-url-insert-file-contents): Bind url-package-name and
7500         url-package-version here.
7501         * nnrss.el (nnrss-insert-w3): Move the bindings.
7502
7503         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
7504         url-package-version. Trivial change from Andrew J Cosgriff
7505         <ajc@polydistortion.net>
7506
7507         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
7508         attachments. Trivial change from Peter 'Luna' Runestig
7509         <peter@runestig.com>.
7510
7511 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
7512
7513         * nnkiboze.el (nnkiboze-request-scan): Call
7514         nnkiboze-possibly-change-group.
7515         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
7516         problems.
7517         (nnkiboze-generate-group): Set newsrc to the *highest* article
7518         number kibozed, not the lowest.
7519
7520 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
7521
7522         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
7523
7524 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7525         From Dan Christensen <jdc+news@uwo.ca>.
7526
7527         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7528         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7529         Recognize math postings.  Extract Date (now ignores "(15kb)").
7530         Extract email address using gnus-extract-address-components
7531         instead of just taking the first word.  Create Date and From
7532         headers for message which are missing these headers.  Get rid
7533         of spurious \\ lines (purely cosmetic).  Extend body-end and
7534         file-end regexps, to exclude more garbage from the message.
7535         Make URL rephrasing regexp more flexible, to match current
7536         format.
7537
7538 2002-04-23  Simon Josefsson  <jas@extundo.com>
7539
7540         * netrc.el: New file, functions copied from gnus-util.el by Ted
7541         Zlatanov <tzz@lifelogs.com>.
7542
7543         * gnus-util.el: Require netrc.
7544         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
7545         new code in netrc.el.
7546
7547 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7548
7549         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
7550         message-ignored-resent-headers, too.  From Matthieu Moy
7551         <Matthieu.Moy@imag.fr>.
7552
7553 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7554
7555         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
7556         boolean not a string
7557         * gnus-group.el (gnus-group-line-format): add description of %C
7558         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
7559           as %C
7560         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
7561
7562 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
7563
7564         * nnmaildir.el (nnmaildir-request-scan): typo: set
7565         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
7566         nnmail-get-new-mail for 'find-new-groups.
7567
7568 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
7569
7570         * nnmaildir.el (nnmaildir-request-update-info,
7571         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
7572         unnecessary calls to nnmaildir-request-scan.
7573
7574 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
7575
7576         * gnus-msg.el:
7577         * gnus-msg.el (gnus-message-replysign): New.
7578         * gnus-msg.el (gnus-message-replyencrypt): New.
7579         * gnus-msg.el (gnus-message-replysignencrypted): New.
7580         * gnus-msg.el (gnus-summary-reply): Use the three new variables
7581         (above) to automatically encrypt/sign to encrypted/signed
7582         messages.
7583         * message.el:
7584         * message.el (message-mode-map): Add keybinding for
7585         `message-to-list-only'
7586         * message.el (message-mode): Add description for
7587         `message-to-list-only'
7588         * message.el (message-to-list-only): New.
7589         * message.el (message-make-mft): Changed to use the cl loop macro,
7590         and added optional flag to return only the matched list. (for use
7591         in new message-to-list-only function)
7592
7593 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
7594
7595         * gnus-msg.el:
7596         * gnus-msg.el (gnus-message-replysign):
7597         * gnus-msg.el (gnus-replysign): New.
7598         * gnus-msg.el (gnus-replyencrypt): New.
7599         * gnus-msg.el (gnus-replysignencrypted): New.
7600         * gnus-msg.el (gnus-summary-reply):
7601         * message.el:
7602         * message.el (message-mode-map):
7603         * message.el (message-mode):
7604         * message.el (message-to-list-only): New.
7605         * message.el (message-make-mft):
7606
7607 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7608
7609         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
7610
7611 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
7612
7613         * message.el (message-gen-unsubscribed-mft): accept a prefix
7614         argument so CC can be included with C-u C-c C-f C-a
7615
7616 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7617         From Ted Zlatanov <teodor.zlatanov@divine.com>.
7618
7619         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
7620         Improve docstring.
7621         (spam-enter-blacklist): New command.
7622
7623         * gnus-sum.el (gnus-spam-mark): New mark.
7624         (gnus-auto-expirable-marks): Add gnus-spam-mark.
7625         (gnus-summary-make-tool-bar): Correct conditional.
7626         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
7627         (gnus-summary-mark-as-spam): New command.
7628
7629 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
7630
7631         * mml-sec.el (mml-secure-message): changed to support arbritrary
7632         modes.
7633         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
7634         changed to support "signencrypt" mode.
7635         * mml.el (mml-parse-1): changed to support different secure modes
7636         more easily. (for signencrypt)
7637
7638 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
7639
7640         * gnus-sum.el (gnus-update-summary-mark-positions)
7641         (gnus-summary-toggle-header):
7642         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
7643         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
7644         (gnus-uu-post-encoded):
7645         * nnfolder.el (nnfolder-possibly-change-group):
7646         * nnimap.el (nnimap-retrieve-headers):
7647         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
7648
7649 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
7650
7651         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
7652         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
7653
7654 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * gnus-srvr.el (gnus-server-set-info): Clear
7657         `gnus-server-method-cache' when `gnus-server-alist' is changed.
7658         From Daiki Ueno <ueno@unixuser.org>.
7659
7660 2002-04-11  Simon Josefsson  <jas@extundo.com>
7661
7662         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
7663         viewing of security buttons.  Thanks to Nicolas Kowalski
7664         <Nicolas.Kowalski@imag.fr>.
7665
7666         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
7667         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
7668         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
7669         <Nicolas.Kowalski@imag.fr>.
7670         (smime-decrypt-buffer): Ditto.
7671
7672 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7673
7674         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
7675         header line.
7676
7677 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
7678
7679         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
7680
7681 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7682
7683         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
7684
7685 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7686
7687         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
7688         errors when debug.
7689
7690 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
7691
7692         * message.el (message-make-mft): Changed MFT code from using
7693         message-recipients (which included Bcc) to use only the To and CC
7694         headers.
7695
7696 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7697
7698         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
7699         add link.
7700         (gnus-treat-mail-picon): Ditto.
7701         (gnus-treat-newsgroups-picon): Ditto.
7702         (gnus-picon-databases): Fix custom type.
7703         (gnus-picon-databases): Add link.
7704         (gnus-article-x-face-command): Add to gnus-picon group.
7705
7706 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
7707
7708         * message.el (message-buffer-naming-style): Remove.
7709
7710 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7711
7712         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
7713
7714         * message.el (message-tool-bar-map): Ditto.
7715
7716         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7717
7718 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7719
7720         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
7721
7722 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
7723
7724         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
7725
7726 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
7727         Trivial patch.
7728
7729         * dns.el: open-network-stream under XEmacs does udp.
7730
7731 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
7732
7733         * spam.el (spam-enter-whitelist): New function.
7734         (spam-parse-whitelist): Ditto.
7735         (spam-refresh-list-cache): Ditto.
7736         (spam-address-whitelisted-p): New function.
7737
7738         * dns.el (query-dns): Use TCP when make-network-process isn't
7739         available.
7740         (dns-servers): New variable.
7741         (dns-parse-resolv-conf): New function.
7742         (query-dns): Use it.
7743
7744         * spam.el: New file.
7745
7746         * dns.el (query-dns): Test.
7747
7748 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7749
7750         * lpath.el (featurep): Bind make-network-process.
7751
7752 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
7753
7754         * nnmaildir.el: Use defstruct.  Use a single copy of
7755         nnmail-extra-headers to save memory.  Store server's group name
7756         prefix instead of each group's prefixed name.
7757         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
7758         nntp-server-buffer.
7759
7760 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7761
7762         * dns.el: New file.
7763
7764 2002-03-28  Simon Josefsson  <jas@extundo.com>
7765
7766         * gnus-sum.el (gnus-summary-dummy-line-format):
7767         * gnus.el (gnus-summary-line-format): Fixing links to Info.
7768         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
7769
7770 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7771
7772         * gnus-sum.el (gnus-summary-move-article)
7773         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
7774         the doc string.
7775
7776 2002-03-28  Simon Josefsson  <jas@extundo.com>
7777
7778         * mml-sec.el (mml-secure-message): Search after
7779         mail-header-separator from top of message.
7780
7781 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
7782
7783         * nnmaildir.el: Cosmetic changes.
7784         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
7785         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
7786         nnmaildir--group-ls): New macros/functions.  Use them.
7787         (nnmaildir--unlink): Evalutate argument only once.
7788
7789 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
7790
7791         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
7792         symbols.
7793         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
7794         `gnus-point-at-eol'.
7795
7796 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
7797
7798         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
7799         nnmaildir--marks-dir): New macros.  Use them.
7800         Use inhibit-quit for atomicity instead of in-memory journaling.
7801         (nnmaildir--edit-prep): New function.
7802         (Local Variables): Use it.
7803
7804 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
7805
7806         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7807
7808 2002-03-25  Simon Josefsson  <jas@extundo.com>
7809
7810         * message.el (message-mode): Fix doc.
7811
7812 2002-03-25  Simon Josefsson  <jas@extundo.com>
7813
7814         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
7815         Matthieu Moy <Matthieu.Moy@imag.fr>.
7816
7817 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
7818
7819         * mml-sec.el (mml-unsecure-message): Add docstring.
7820
7821 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
7822
7823         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
7824         value.
7825         Trivial change from andre@slamdunknetworks.com
7826
7827 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
7828
7829         * mml.el (mml-mode-map): Added a keybinding for
7830         `mml-unsecure-message'.  Also, added a menu entry for said
7831         function in the Attachments menu.
7832
7833 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * canlock.el (canlock-version): Remove.
7836         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
7837         here; simplify \x insertions.
7838         (canlock-sha1): New function, always return a unibyte string.
7839         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
7840         of a password.
7841         (canlock-insert-header): Use `canlock-sha1'.
7842         (canlock-verify): Ditto.
7843
7844 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7845
7846         * message.el (message-fix-before-sending): Add an option that
7847         ignores illegible text.
7848         Trivial change from Mark Milhollan <mlm@attglobal.net>
7849
7850         * message.el (message-font-lock-keywords): Support multi-line MML
7851         tags.
7852
7853         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
7854         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
7855
7856 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
7859         symbols for "View as different encoding" submenu.
7860
7861 2002-03-19  Simon Josefsson  <jas@extundo.com>
7862
7863         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
7864         encoding" submenu.
7865
7866 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7867
7868         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
7869
7870 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7871
7872         * gnus-sum.el (gnus-sum-thread-tree-root)
7873         (gnus-sum-thread-tree-single-indent)
7874         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7875         (gnus-sum-thread-tree-leaf-with-other)
7876         (gnus-sum-thread-tree-single-leaf): Make customizable.
7877
7878 2002-03-16  Simon Josefsson  <jas@extundo.com>
7879
7880         * gnus-util.el (gnus-extract-address-components): Don't break on
7881         names such as James "Kibo" Parry.  From Francis Litterio
7882         <franl@world.std.com>.
7883
7884 2002-03-13  Simon Josefsson  <jas@extundo.com>
7885
7886         * pop3.el (pop3-open-server): Revert multibyte change.  From
7887         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7888
7889         * message.el (message-send-mail-with-qmail): Make it work.  From
7890         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7891
7892 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
7893
7894         * message.el (message-make-mft): Set case-fold-search while
7895         generating the MFT.  Also, a little cleanup in the MFT code.
7896
7897 2002-03-12  Simon Josefsson  <jas@extundo.com>
7898
7899         * message.el (message-qmail-inject-args): May be function.
7900         (message-send-mail-with-qmail): Call function if m-q-i-a is
7901         function.  From fn@hungry.org (Faried Nawaz).
7902
7903 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7904
7905         * message.el (message-abbrevs-loaded): Remove.
7906         (mailabbrev): Require it.
7907
7908         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
7909
7910 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * pop3.el (pop3-open-server): Set process buffer unibyte.
7913
7914 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7915
7916         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
7917
7918 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7919
7920         * nnslashdot.el (nnslashdot-request-article): Remove javascript
7921         too.
7922
7923 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7924
7925         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
7926         duplication.
7927         (gnus-summary-save-parts-type-history): Ditto.
7928         (gnus-summary-save-parts-last-directory): Ditto.
7929         Trivial change from andre@slamdunknetworks.com
7930
7931 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
7932
7933         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
7934
7935 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7936
7937         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
7938         -->" as the end of the first article.
7939
7940         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
7941         From Matthieu Moy <Matthieu.Moy@imag.fr>
7942
7943         * message.el (message-add-action): Use add-to-list.
7944         (message-delete-action): New function.
7945
7946         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
7947         pieces.
7948
7949 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
7950
7951         * nnnil.el: New file.
7952         * gnus.el (gnus-valid-select-methods): Include nnnil.
7953
7954 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7955
7956         * message.el (message-syntax-checks): Because canlock is
7957         supported, we disable sender syntax check.
7958         (message-shoot-gnksa-feet): Add cancel-messages option doc.
7959
7960         * gnus-draft.el (gnus-draft-send): If interactive, use its default
7961         value of message-syntax-checks.
7962
7963         * qp.el (quoted-printable-decode-region): Doc addition.
7964         From: Eli Zaretskii <eliz@is.elta.co.il>
7965
7966         * mail-source.el (make-source-make-complex-temp-name): Use
7967         make-temp-file.
7968
7969         * mm-util.el (mm-make-temp-file): New function.
7970         * nneething.el (nneething-file-name): Use it.
7971         * mml-smime.el (mml-smime-encrypt): Ditto.
7972         * mm-view.el (mm-inline-wash-with-file): Ditto.
7973         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
7974         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
7975         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
7976         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
7977         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
7978         * gnus-art.el (gnus-mime-print-part): Ditto.
7979
7980 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
7981
7982         * message.el (nnmaildir-article-number-to-base-name): New
7983         function.
7984         (nnmaildir-base-name-to-article-number): New function.
7985
7986 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * smime.el (smime-make-temp-file): Don't quote
7989         `temporary-file-directory'.
7990
7991 2002-03-04  Simon Josefsson  <jas@extundo.com>
7992
7993         * smime.el (smime-sign-region): Rename argument keyfiles to
7994         keyfile. You only sign something with one key.
7995         (smime-sign-buffer): Better completing-read prompt.
7996         (smime-decrypt-buffer): Ditto.
7997
7998         * smime.el (smime-make-temp-file): Make it work under XEmacs.
7999
8000         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
8001         completing-read.
8002         (mm-view-pkcs7-decrypt): CRLF->LF.
8003
8004 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
8005
8006         * message.el (message-hierarchical-addresses): New variable.
8007         (message-get-reply-headers): Use it.
8008         From Ted Zlatanov <teodor.zlatanov@divine.com>
8009
8010 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8011
8012         * message.el (message-mode): If buffer-file-name, don't set auto
8013         save file name.
8014         Trivial change from Geoff Greene <ggreene@wpi.edu>
8015
8016 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8017
8018         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
8019         takes one argument in read-char.
8020
8021         * message.el (message-fix-before-sending): Forward a char.
8022         Check mmu-multibyte-p, add control-1.
8023
8024 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8025
8026         * gnus-start.el (gnus-read-init-file): Ditto.
8027
8028         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
8029
8030         * dgnushack.el (dgnushack-make-load): Ditto.
8031
8032         * mail-source.el (mail-source-fetch): Extract the right error
8033         code.
8034
8035         * message.el (message-fix-before-sending): Check illegible text.
8036
8037         * gnus-util.el (gnus-multiple-choice): New function.
8038
8039         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
8040         also defined in gnus-score.el.
8041
8042 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
8043
8044         * message.el (message-get-reply-headers): downcase email addresses
8045         for comaparisons for duplicate removal.
8046
8047 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8048
8049         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
8050         implementation of PKCS#7, which just allows users read the
8051         message.
8052         (mm-view-pkcs7): Use it.
8053
8054 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8055
8056         * gnus.el (large-newsgroup-initial): New parameter.
8057
8058         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
8059         (gnus-summary-insert-old-articles): Ditto.
8060
8061 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8062
8063         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
8064         used as the default answer of the question, "How many articles?".
8065         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8066
8067         * nnagent.el (nnagent-retrieve-headers): Remove articles with
8068         small numbers.
8069
8070 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8071
8072         * deuglify.el: Fix comments.
8073
8074 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
8075
8076         * html2text.el (html2text-clean-anchor): If there is no HREF,
8077         insert nothing.
8078
8079         * mml.el (mml-generate-mime-1): Add cdr.
8080         From: andre@slamdunknetworks.com
8081
8082         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
8083         (mm-text-html-washer-alist): Ditto.
8084
8085         * mm-decode.el (mm-text-html-renderer): Add html2text.
8086
8087         * html2text.el: Face lift.
8088
8089         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
8090
8091 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
8092
8093         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
8094
8095         * deuglify.el: Change copy right. Add autoload. Add coding-system.
8096
8097         * deuglify.el: New file. The original file name is
8098         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
8099
8100         * mm-decode.el (mm-display-external): Use
8101         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
8102
8103 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
8104
8105         * nnmaildir.el (nnmaildir-request-list): Report the highest
8106         article number, not the total number of articles.
8107
8108 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8109
8110         * gnus-sum.el: Move uu key map here.
8111         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
8112
8113 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
8114
8115         * nnmaildir.el (nnmaildir-request-expire-articles): Use
8116         nnmail-expiry-wait* if expire-age parameter is not set.
8117
8118 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8119
8120         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
8121         function.
8122         (gnus-group-sort-selected-groups-by-real-name): New function.
8123         (gnus-group-make-menu-bar): Add sort by real name.
8124
8125         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
8126         rebuild.
8127         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
8128         nil as dependencies as well.
8129
8130 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8131
8132         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
8133         for mime-parts.
8134
8135         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
8136
8137         * gnus-group.el (gnus-group-name-decode): Don't test
8138         multibyte-string, because it breaks XEmacs.
8139         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
8140
8141         * message.el (message-send-mail): Be talkative.
8142
8143         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
8144         (mm-automatic-display): Ditto.
8145
8146         * mailcap.el (mailcap-mime-data): Ditto.
8147         From: Reiner Steib <4uce.02.r.steib@gmx.net>
8148
8149 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * many files: Remove trailing whitespaces, replace spc+tab with
8152         tab, replace leading whitespaces with tabs.
8153
8154 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
8155
8156         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
8157         articles with no body and no blank line after the header.
8158
8159 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8160
8161         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
8162         parts.
8163
8164         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
8165         non-ascii chars.
8166
8167         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8168
8169         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
8170         w3-delay-image-loads.
8171         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
8172         (mm-w3-prepare-buffer): Ditto.
8173
8174         * mail-source.el (mail-source-fetch-directory): Run scripts.
8175
8176 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8177
8178         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
8179         for Majordomo confirmations.
8180
8181 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8182
8183         * gnus-fun.el (gnus-respond-to-confirmation): New command.
8184
8185 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8186
8187         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8188
8189 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
8190
8191         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
8192         References header field.  From Mark Thomas <mthomas@cmu.edu>.
8193
8194 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8195
8196         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
8197         (mm-inline-render-with-stdin): Ditto.
8198         (mm-inline-render-with-function): Ditto.
8199         (mm-inline-wash-with-file): Bind coding-system-for-write.
8200         (mm-inline-wash-with-stdin): Ditto.
8201
8202 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8203
8204         Suggested by Felix Natter <fnatter@gmx.net>
8205
8206         * gnus-art.el (gnus-mime-view-part-externally): Rename from
8207         gnus-mime-externalize-view.
8208         (gnus-mime-view-part-internally): Rename from
8209         gnus-mime-internalize-view.
8210         (gnus-article-view-part-externally): Rename from
8211         gnus-article-externalize-part.
8212         (gnus-mime-action-alist): Change correspondingly.
8213         (gnus-mime-button-commands): Ditto.
8214         (gnus-mime-action-alist): Remove duplication.
8215
8216         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
8217
8218 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8219
8220         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
8221
8222         * gnus-art.el (gnus-display-mime): Use it.
8223
8224         * mm-partial.el (mm-partial-find-parts): Use it.
8225
8226         * gnus-sum.el (gnus-article-loose-mime): Rename from
8227         gnus-article-no-strict-mime.
8228         (gnus-summary-save-parts): Use it.
8229
8230 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
8233         local variable.
8234
8235         * gnus-art.el (article-display-x-face): Don't sort multiple
8236         X-Faces.
8237
8238 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
8241         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
8242
8243         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
8244
8245 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8246
8247         Some ideas is inspired by code from Hrvoje Niksic
8248         <hniksic@arsdigita.com>
8249
8250         * gnus-art.el (gnus-article-wash-function): Set the default to
8251         nil, so that we use mm-text-html-renderer instead.
8252         (article-wash-html): Use mm-text-html-renderer.
8253
8254         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
8255         (mm-text-html-renderer): New variable.
8256         (mm-inline-text-html-renderer): Set the default to nil, so that we
8257         use mm-text-html-renderer instead.
8258
8259         * mm-view.el (mm-inline-text-html): New function.
8260         (mm-text-html-renderer-alist): New variable.
8261         (mm-inline-text-vcard): New function.
8262         (mm-inline-text): Split.
8263         (mm-links-remove-leading-blank): New function.
8264         (mm-inline-render-with-file): New function.
8265         (mm-inline-render-with-stdin): New function.
8266         (mm-inline-render-with-function): New function.
8267         (mm-text-html-washer-alist): New variable.
8268         (mm-inline-wash-with-file): New function.
8269         (mm-inline-wash-with-stdin): New function.
8270
8271 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8272
8273         * message-utils.el: Fix installation doc.
8274         From: Reiner Steib <4uce.02.r.steib@gmx.net>
8275
8276 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
8277
8278         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
8279         (gnus-post-method): Use it.
8280         (gnus-summary-cancel-article): Find the correct post-method.
8281
8282         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
8283         * message.el (message-send-news): Ditto.
8284         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
8285         <ipmonger@delamancha.org>
8286
8287         * gnus.el (gnus-select-method): Fix doc.
8288         (gnus-server-string): Use 'using nntp'.
8289
8290         * gnus-agent.el (gnus-slave-unplugged): New command.
8291         From: Felix Natter <fnatter@gmx.net>
8292
8293 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8294
8295         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
8296         Call edit-done-function first, then change the window
8297         configuration.
8298         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
8299         (gnus-article-edit-mode): mml-mode.
8300
8301         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
8302         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
8303
8304         * message-utils.el: Adopt the file.
8305
8306         * message-utils.el: New file.
8307         From Holger Schauer <Holger.Schauer@gmx.de>
8308
8309 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8310
8311         * gnus-sum.el (gnus-summary-move-article): Select-article only
8312         when gnus-move-split-methods is non-nil. And we don't render or
8313         mark the article.
8314
8315         * gnus-fun.el (gnus-shell-command-to-string): New function.
8316         (gnus-shell-command-on-region): New function.
8317         (gnus-random-x-face): Use them.
8318         (gnus-x-face-from-file): Ditto.
8319         (gnus-convert-image-to-gray-x-face): Ditto.
8320         (gnus-convert-gray-x-face-to-xpm): Ditto.
8321         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
8322
8323 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * gnus-art.el (gnus-treat-display-xface): Don't use
8326         `shell-command-to-string' when compiling.
8327         (gnus-treat-display-grey-xface): Ditto.
8328
8329 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
8330
8331         * nnmaildir.el (nnmaildir--article-count): If the group is
8332         completely empty, report minimum article number as 1 instead of 0.
8333
8334 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
8335
8336         * gnus-agent.el (gnus-get-predicate): Use nconc.
8337
8338         * gnus-sum.el (gnus-summary-display-make-predicate): Use
8339         gnus-summary-display-cache as cache.
8340
8341         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
8342         (nndoc-mail-in-mail-type-p): New function.
8343         (nndoc-mail-in-mail-article-begin): New function.
8344
8345 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8346
8347         * mailcap.el (mailcap-mime-data): Use enriched-decode.
8348
8349         * gnus-cite.el (gnus-article-fill-cited-article): Bind
8350         use-hard-newlines to nil.
8351
8352         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
8353         image is not available if window-system is not available.
8354
8355         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
8356
8357 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8358
8359         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
8360         bookmark, because update-mark doesn't handle it correctly.
8361
8362 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8363
8364         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
8365         directly instead of calling message-send-mail.
8366
8367         * gnus-start.el (gnus-read-descriptions-file): Use
8368         gnus-default-charset.
8369
8370         * mm-util.el (mm-guess-mime-charset): New function.
8371
8372         * gnus.el (gnus-default-charset): Use it.
8373         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
8374         the default.
8375
8376 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8377
8378         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
8379         (article-display-x-face): Use it.  Disable grey xface, if
8380         uncompface is not found.
8381
8382         * message.el (message-mode): Don't enable multibyte on an indirect
8383         buffer.
8384
8385         * nnrss.el (nnrss-content-function): New variable.
8386         (nnrss-request-article): Use it.
8387
8388 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8389
8390         * gnus.el: Add article-unsplit-urls.
8391         * gnus-sum.el: Ditto.
8392         * gnus-art.el (gnus-treat-strip-cr): New variable.
8393         (gnus-treatment-function-alist): Use it.
8394         (article-unsplit-urls): New function.
8395         (gnus-article-make-menu-bar): Use it.
8396         From: Michael Cook <michael.cook@cisco.com>
8397
8398 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8399
8400         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
8401         copy.
8402
8403 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
8404
8405         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
8406         with internal whitespace.
8407         (gnus-parent-id): Ditto.
8408
8409 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8410
8411         * gnus-art.el (gnus-article-treat-body-boundary): Add
8412         gnus-decoration property.
8413         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
8414
8415         * message.el (message-mode): Set local-abbrev-table.
8416         From Matt Armstrong <matt@lickey.com>.
8417
8418         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
8419         too many spaces.
8420
8421         * rfc2047.el (rfc2047-unfold-region): Ditto.
8422         (rfc2047-decode-region): Don't unfold. Let
8423         gnus-article-treat-unfold-headers do it.
8424
8425         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
8426         From: Jesper Harder <harder@ifa.au.dk>
8427
8428 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8429
8430         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
8431         (gnus-configure-posting-styles): Use it.
8432         (gnus-configure-posting-styles): Remove trailing newspaces.
8433
8434 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8435
8436         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
8437         is non-nil.
8438
8439         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
8440
8441         * gnus.el (gnus-server-to-method): Switch position with
8442         gnus-server-get-method.
8443         (gnus-agent): Add doc.
8444
8445         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
8446         (gnus-summary-save-parts): Use it.
8447
8448         * gnus-art.el (gnus-display-mime): Use it.
8449         * mm-partial.el (mm-partial-find-parts): Use it.
8450
8451         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
8452
8453         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
8454         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
8455
8456         * nnagent.el (nnagent-request-expire-articles): Don't delete
8457         files.
8458
8459 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8460
8461         * message.el (message-gen-unsubscribed-mft): New function.
8462         From Sriram Karra <karra@cs.utah.edu>.
8463
8464         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
8465         open parenthesis.
8466
8467         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
8468         (mm-inline-text-html-render-with-w3): Ditto.
8469         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
8470         Suggested by Dave Love  <d.love@dl.ac.uk>.
8471
8472         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
8473
8474         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
8475         * nntp.el (nntp-send-command): Ditto.
8476         * nntp.el (nntp-send-command-nodelete): Ditto.
8477
8478 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8479
8480         * mm-url.el (mm-url-load-url): New function.
8481         (mm-url-insert-file-contents): Use it.
8482
8483         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
8484
8485         * message.el (message-forward-make-body): Correctly copy
8486         forward-buffer.
8487
8488         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
8489
8490 2002-02-04  Simon Josefsson  <jas@extundo.com>
8491
8492         * gnus-art.el (gnus-article-followup-with-original): Mark with
8493         force, prevent errors when following up from article buffer.
8494         (gnus-article-reply-with-original): Ditto.
8495
8496         * binhex.el (binhex-decoder-switches): Fix doc.  From
8497         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8498
8499 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8500
8501         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
8502         highlight-citation after emphasize.
8503
8504 2002-02-04  Simon Josefsson  <jas@extundo.com>
8505
8506         * nnfolder.el (nnfolder-open-marks):
8507
8508         * nnml.el (nnml-open-marks): Message when done.  From David
8509         Edmondson <dme@sun.com>.
8510
8511 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8512
8513         * imap.el (imap-anonymous-auth): Fix typo.
8514         From: Steinar Bang <sb@dod.no>
8515
8516         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
8517         save-excursion.
8518         (gnus-cache-braid-heads): Ditto.
8519
8520         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
8521         line, because there are extra articles in the overview buffer.
8522
8523         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
8524
8525         * message.el (message-forward-rmail-make-body): Directly use
8526         rmail-msg-restore-non-pruned-header to avoid calling
8527         vertical-motion.
8528
8529 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8530
8531         * gnus-cache.el (gnus-summary-insert-cached-articles):
8532         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
8533
8534         * gnus-group.el (gnus-group-mark-article-read): Nreverse
8535         gnus-newsgroups-unselected.
8536
8537         * gnus-agent.el (gnus-summary-set-agent-mark): Use
8538         gnus-add-to-sorted-list.
8539
8540         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
8541         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
8542         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
8543         (gnus-update-read-articles): UNREAD is sorted.
8544         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
8545         (gnus-newsgroup-marked, gnus-newsgroup-cached)
8546         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
8547         (gnus-newsgroup-dormant): Require sorted.
8548
8549         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
8550         directories.
8551         (gnus-dired-print): New function.
8552
8553         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
8554         ps-despool.
8555
8556 2002-02-02  Simon Josefsson  <jas@extundo.com>
8557
8558         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
8559
8560 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8561
8562         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
8563         t. This makes gnus-agent customizable without putting
8564         gnus-agentize into .gnus.
8565
8566         * gnus.el (gnus-agent): Make it customizable.
8567
8568         * gnus-dired.el: New file.
8569         From Benjamin Rutt <brutt@bloomington.in.us>
8570
8571         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
8572         if no article.
8573         (gnus-cache-possibly-remove-article): Ditto.
8574         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
8575
8576 2002-02-01  Simon Josefsson  <jas@extundo.com>
8577
8578         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
8579
8580 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
8583         (mm-setup-w3m): Don't bind keys listed in the above.
8584
8585 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8586
8587         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
8588         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
8589         is non-nil; bind `w3m-force-redisplay' with nil.
8590
8591         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8592
8593         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
8594
8595 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8596
8597         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
8598         use mail-header-unfold-field.
8599
8600         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
8601         gnus-summary-limit.
8602
8603         * gnus-range.el (gnus-add-to-sorted-list): New function.
8604         * gnus-sum.el (gnus-mark-article-as-read): Use it.
8605         (gnus-mark-article-as-unread): Ditto.
8606         (gnus-summary-mark-article-as-unread): Ditto.
8607         (gnus-build-get-header): Ditto.
8608         (gnus-summary-prepare-threads): Ditto.
8609         (gnus-summary-insert-pseudos): Ditto.
8610         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
8611         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
8612         (gnus-summary-insert-old-articles): Ditto.
8613
8614         * gnus-msg.el (gnus-posting-styles): Add new format of header.
8615         (gnus-configure-posting-styles): Support the new format.
8616
8617         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
8618         edebug-form-spec to (sexp body).
8619         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
8620
8621         * message.el (message-reply-headers): Add doc.
8622
8623 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8624
8625         * gnus-group.el (gnus-group-delete-group): Nix the entry in
8626         gnus-cache-active-hashtb.
8627
8628         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
8629         (gnus-agent-summary-fetch-group): Use it.
8630
8631         * gnus-msg.el (gnus-debug-files): New variable.
8632         (gnus-debug-exclude-variables): New variable.
8633         (gnus-debug): Use them.
8634
8635         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
8636
8637 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8638
8639         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
8640         (message-mode-syntax-table): Move back the previous position.
8641
8642         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
8643
8644         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8645         gnus-sorted-difference.
8646
8647         * nnsoup.el (nnsoup-request-expire-articles): Use
8648         gnus-sorted-difference.
8649
8650         * nnheader.el: Autoload gnus-sorted-difference.
8651
8652         * nnfolder.el (nnfolder-request-expire-articles): Use
8653         gnus-sorted-difference.
8654
8655         * gnus-cache.el (gnus-cache-retrieve-headers): Use
8656         gnus-sorted-difference.
8657
8658         * gnus-range.el: Autoload cookies.
8659         (gnus-sorted-difference): New function.
8660         (gnus-sorted-ndifference): New function.
8661         (gnus-sorted-nintersection): Rename from
8662         gnus-set-sorted-intersection.
8663         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
8664         (gnus-list-range-difference): Rename from
8665         gnus-inverse-list-range-intersection.
8666         (gnus-inverse-list-range-intersection): Use defalias.
8667
8668         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
8669         gnus-sorted-ndifference, and gnus-sorted-nintersection.
8670         (gnus-articles-to-read): Use gnus-sorted-difference.
8671         (gnus-summary-limit-mark-excluded-as-read): Use
8672         gnus-sorted-intersection and gnus-sorted-ndifference.
8673         (gnus-list-of-read-articles): Use gnus-list-range-difference.
8674         (gnus-summary-insert-articles): Use gnus-sorted-difference.
8675
8676         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
8677
8678 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
8681         property to the buffer for using emacs-w3m command keys.
8682
8683         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
8684         option.
8685
8686         * mm-view.el (mm-w3m-mode-map): New variable.
8687         (mm-w3m-mode-command-alist): New variable.
8688         (mm-w3m-minor-mode): Removed.
8689         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
8690         (mm-inline-text-html-render-with-w3m): Add keymap property to the
8691         buffer for using emacs-w3m command keys.
8692
8693 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8694
8695         * message.el (message-mode-syntax-table): Move forward.
8696         (message-cite-prefix-regexp): Auto detect non word constituents.
8697         (message-cite-prefix-regexp): Don't use with-syntax-table.
8698
8699         * gnus-sum.el (gnus-summary-update-info): Use
8700         gnus-list-range-intersection.
8701
8702         * gnus-agent.el (gnus-agent-fetch-headers): Use
8703         gnus-list-range-intersection.
8704
8705         * gnus-range.el (gnus-range-normalize): Use correct predicate.
8706         (gnus-list-range-intersection): Use it.
8707         (gnus-inverse-list-range-intersection): Ditto.
8708         (gnus-sorted-intersection): Add doc.
8709         (gnus-set-sorted-intersection): Add doc.
8710         (gnus-sorted-union): New function.
8711         (gnus-set-sorted-union): New function.
8712
8713         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
8714         (gnus-inverse-list-range-intersection): Ditto.
8715
8716 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
8717
8718         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
8719
8720         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
8721         and permit `:' and `\' in order to handle full Windows pathnames.
8722         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
8723         technically not correct per standard, but seems to have common use.
8724
8725 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8726
8727         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
8728         replacing numbers.
8729
8730 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
8731
8732         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
8733
8734         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
8735         Don't split when the window is small, e.g. when a small *BBDB*
8736         window is the lowest one.
8737
8738         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8739         nnheader-find-nov-line to speed up. Use nreverse, because it is
8740         sorted. Use nnheader-insert-nov-file.
8741
8742 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * mm-decode.el (mm-inline-text-html-with-images): New user option.
8745
8746         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
8747         of `w3m-display-inline-images' with the value of
8748         `mm-inline-text-html-with-images'.
8749         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
8750
8751         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8752
8753 2002-01-27  Richard M. Stallman  <rms@gnu.org>
8754
8755         * time-date.el: Add autoload cookies.  Many doc fixes.
8756         (time-add): New function.
8757         (time-subtract): Renamed from subtract-time.
8758         (subtract-time): New alias for time-subtract.
8759
8760 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
8763         emacs-w3m in doc-string.
8764
8765         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
8766         `w3m-current-buffer'.
8767
8768 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8769
8770         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
8771
8772         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
8773         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
8774         (mm-w3m-cid-retrieve): New function.
8775         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
8776
8777 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8778
8779         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
8780
8781 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8782
8783         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
8784
8785 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8786
8787         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
8788         32K.
8789
8790         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
8791
8792         * nnmail.el (nnmail-article-group): Decode headers before running
8793         split rules over them.
8794         (nnmail-mail-splitting-charset): New variable.
8795
8796         * smiley.el: Replaced with smiley-ems.el.
8797
8798 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8799
8800         * mm-url.el (mm-url-predefined-programs): Add w3m.
8801         (mm-url-program): Ditto.
8802
8803 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8804
8805         * nnml.el (nnml-use-compressed-files): New variable.
8806         (nnml-filenames-are-evil): Removed.
8807         (nnml-current-group-article-to-file-alist): Don't use.
8808         (nnml-update-file-alist): Inhibit.
8809         (nnml-article-to-file): Use new var.
8810
8811 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8812
8813         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
8814
8815         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
8816
8817 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8818
8819         * gnus-agent.el (gnus-agent-load-alist): Use new caching
8820         function.
8821
8822         * gnus-util.el (gnus-cache-file-contents): New function.
8823
8824         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
8825         (gnus-agent-load-alist): Use it.
8826
8827         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
8828
8829         * nnheader.el (nnheader-insert-nov-file): New function.
8830
8831         * gnus-util.el (gnus-parse-without-error): Correct the loop.
8832
8833         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
8834         there are no references.
8835         (gnus-extract-message-id-from-in-reply-to): New function.
8836         (gnus-nov-parse-line): Use in-reply-to if there are no
8837         references.
8838
8839 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8840
8841         * nnagent.el (nnagent-retrieve-headers): Use new macro.
8842
8843         * gnus-util.el (gnus-parse-without-error): New macro.
8844
8845 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
8846
8847         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
8848         (gnus-article-wash-function): use locate-library to decide which
8849         to use.
8850
8851 2002-01-25  Simon Josefsson  <jas@extundo.com>
8852
8853         * pop3.el (pop3-munge-message-separator): Work if no date.
8854         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
8855
8856 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8857
8858         * gnus-agent.el (gnus-agent-save-alist): Fix.
8859
8860         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
8861         mistake.  Reinstated lost code.
8862
8863 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
8864
8865         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
8866         one exists in the case of an encrypted message with an internal
8867         signature.
8868
8869 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8870
8871         * gnus-agent.el (gnus-agent-save-alist): Optimized.
8872
8873 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * dgnushack.el: Commented out the experimental code.
8876
8877 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8878
8879         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
8880         error.
8881
8882         * gnus.el (gnus-server-to-method): Made into subst.
8883         (gnus-server-method-cache): New variable.
8884         (gnus-server-to-method): Use it.
8885         (gnus-group-method-cache): New variable.
8886         (gnus-find-method-for-group-1): Renamed.
8887         (gnus-find-method-for-group): New function.
8888         (gnus-group-method-cache): Removed.
8889
8890         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
8891         function.
8892
8893         * gnus-range.el (gnus-members-of-range): New function.
8894         (gnus-list-range-intersection): Renamed.
8895         (gnus-inverse-list-range-intersection): New function.
8896
8897         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
8898
8899         * nnagent.el (nnagent-retrieve-headers): New implementation.
8900
8901         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
8902         implementation.
8903
8904 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
8907         `w3m-meta-content-type-charset-regexp'.
8908
8909         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
8910         charset-encoded html contents.
8911
8912 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8913
8914         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
8915         an empty file.
8916
8917         * nnweb.el (url): Ignore errors when request url.
8918
8919         * nnrss.el: Clean up the comments.
8920
8921 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
8924
8925         * mm-decode.el (mm-inline-text-html-renderer): New user option.
8926         (mm-inline-media-tests): Test whether the value of
8927         `mm-inline-text-html-renderer' is a function for text/html.
8928
8929         * mm-view.el (mm-inline-text-html-render-with-w3): New function
8930         separated from `mm-inline-text'.
8931         (mm-w3m-minor-mode): New variable.
8932         (mm-w3m-setup): New variable.
8933         (mm-setup-w3m): New function.
8934         (mm-inline-text-html-render-with-w3m): New function.
8935         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
8936         text/html.
8937
8938 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
8939
8940         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
8941
8942 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
8945         and `gnus-xmas-completing-read'.
8946
8947 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8948
8949         * nneething.el (nneething-message-id-number): Abolished.
8950         (nneething-encode-file-name): Not encode numerical characters.
8951         (nneething-make-head): `nneething-message-id-number' is not
8952         used to generate message IDs.
8953
8954 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8955
8956         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
8957         characters.
8958
8959 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8960
8961         * gnus-xmas.el (gnus-xmas-completing-read): New function.
8962         (gnus-xmas-redefine): Redefine conditionally.
8963
8964 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
8965
8966         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
8967         tag.
8968
8969 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
8970
8971         * message.el (message-font-lock-keywords): Added the secure tag.
8972         * mml-sec.el: Added functions to generate/modify/remove the secure
8973         tag while in message mode.
8974         * mml-sec.el (mml-secure-message): New.
8975         * mml-sec.el (mml-unsecure-message): New.
8976         * mml-sec.el (mml-secure-message-sign-smime): New.
8977         * mml-sec.el (mml-secure-message-sign-pgp): New.
8978         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
8979         * mml-sec.el (mml-secure-message-encrypt-smime): New.
8980         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
8981         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
8982         * mml.el (mml-parse-1): Added code to recognise the secure tag and
8983         convert it to either a part or multipart depending on if there are
8984         other parts in the message.
8985         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
8986         to use the secure tag, rather than the part tag.
8987         * mml.el (mml-preview): Added a save-excursion to keep cursor
8988         position after doing an MML preview.
8989
8990 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8991
8992         * nnheader.el (nnheader-parse-overview-file): New function.
8993         (nnheader-write-overview-file): New function.
8994
8995 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8996
8997         * gnus.el (gnus-group-fast-parameter): Check better if expansion
8998         in wanted.
8999
9000         * nnweb.el (nnweb-type-definition): Clean up.
9001
9002 2002-01-21  Alastair Burt  <burt@dfki.de>
9003         Trivial patch.
9004
9005         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
9006         buffer exists before jumping to it.
9007
9008 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9009
9010         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
9011         function.
9012         (article-wash-html): Use it.
9013         (gnus-article-wash-function): New variable.
9014         (gnus-article-wash-html-with-w3m): New function.
9015
9016 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9017
9018         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
9019         XEmacs.
9020
9021 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
9022
9023         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
9024         command line.
9025
9026 2002-01-21  Simon Josefsson  <jas@extundo.com>
9027
9028         * canlock.el (base64-encode-string): Autoload it from base64.
9029         (canlock-make-cancel-key): Base64 encode unibyte string.
9030
9031 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9032
9033         * nnfolder.el (nnfolder-request-accept-article): Unfold
9034         x-from-line.
9035         (nnfolder-request-replace-article): Ditto.
9036
9037 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
9038
9039         * gnus-group.el (gnus-group-best-unread-group): Use the right
9040         positioning function.
9041
9042 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9043
9044         * smiley-ems.el (smiley-region): Use new function.
9045         (smiley-update-cache): Use general image functions.
9046         (smiley-region): Use general functions.
9047
9048         * gnus-util.el (gnus-graphic-display-p): New function.
9049
9050         * nnmail.el (nnmail-article-group): Allow outputting traces of
9051         non-strings.
9052
9053         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
9054         (nndoc-exim-bounce-type-p): New function.
9055
9056         * message.el (message-dont-send): Doc fix.
9057
9058         * gnus-util.el (gnus-completing-read): Remove
9059         inherit-input-method.
9060
9061         * gnus-art.el (gnus-treat-smiley): Doc fix.
9062
9063         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
9064         articles.
9065
9066 2002-01-19  Simon Josefsson  <jas@extundo.com>
9067
9068         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
9069         (imap-kerberos4-open): Ditto.
9070         (imap-open): Set port correctly, don't set auth.
9071
9072 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073
9074         * gnus.el (gnus-version-number): Bump version number.
9075
9076 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9077
9078         * gnus.el: Oort Gnus v0.05 is released.
9079
9080 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9081
9082         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
9083         exists.
9084
9085         * gnus-spec.el (gnus-string-width-function): New function.
9086         (gnus-tilde-cut-form): Use it.
9087         (gnus-tilde-max-form): Ditto.
9088         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
9089         (gnus-substring-function): Use it.
9090         (gnus-tilde-cut-form): Ditto.
9091         (gnus-substring-function): New function.
9092
9093         * message.el (message-check-news-header-syntax): New message.
9094
9095         * gnus.el (gnus-slave-no-server): Doc fix.
9096
9097         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
9098
9099 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9100
9101         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
9102         `seen' if it looks like (seen NUM1 . NUM2).  It should be
9103         (seen (NUM1 . NUM2)).
9104
9105 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * gnus-topic.el (gnus-topic-catchup-articles): Update article
9108         number in closed topics.
9109
9110 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
9111
9112         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
9113         functions.
9114
9115 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9116
9117         * gnus.el (gnus-group-find-parameter): Clean up.
9118
9119         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
9120         articles.
9121
9122         * gnus-util.el (gnus-completing-read-with-default): Renamed.
9123
9124         * nnmail.el (nnmail-article-group): Clean up.
9125
9126 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
9127
9128         * gnus-agent.el (gnus-category-name): Intern the category name.
9129
9130 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9131
9132         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
9133
9134         * gnus-util.el (gnus-completing-read): New function.
9135
9136 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9137
9138         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
9139
9140         * smiley-ems.el (smiley-region): Register smiley.
9141         (smiley-toggle-buffer): Rewrite the function.
9142         (smiley-active): Removed.
9143
9144 2002-01-19  Simon Josefsson  <jas@extundo.com>
9145
9146         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
9147         Jesper Harder <harder@ifa.au.dk>.
9148
9149 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9150
9151         * gnus-art.el (gnus-request-article-this-buffer): Call
9152         `nneething-get-file-name' to extract the file name from the
9153         message id.
9154
9155         * nneething.el (nneething-encode-file-name): New function.
9156         (nneething-decode-file-name): Ditto.
9157         (nneething-get-file-name): Ditto.
9158         (nneething-make-head): Encode the file name and encapsulate it
9159         into the field of the message id.
9160
9161 2002-01-18  Simon Josefsson  <jas@extundo.com>
9162
9163         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
9164         stored in .marks.
9165
9166         * nnfolder.el (nnfolder-request-update-info): Ditto.
9167
9168 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9169
9170         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
9171
9172 2002-01-18  Simon Josefsson  <jas@extundo.com>
9173
9174         * imap.el (imap-starttls-p): Don't check for binary.
9175         (imap-gssapi-auth-p): Ditto.
9176         (imap-kerberos4-auth-p): Ditto.
9177         (imap-open): Change logic.  Iterate through all possible streams,
9178         instead of bailing out after first failure.  Move authenticator
9179         decision to `imap-authenticate'.
9180         (imap-authenticate): Change logic, now finds the authenticator to
9181         use, was previously in `imap-open'.
9182         (imap-open): Return nil on failure.
9183         (imap-open): Setup temp buffer correctly.
9184         (imap-open): Return buffer only on success.
9185         (imap-interactive-login, imap-interactive-login): Tell the user
9186         which stream/authenticator is used for the queried
9187         username/password.
9188         (imap-open, imap-authenticate): Set variables.
9189         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
9190         (imap-open): Don't assume how `with-temp-buffer' is implemented.
9191
9192 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9193
9194         * gnus-fun.el (gnus-grab-cam-x-face): New function.
9195
9196 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9197
9198         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
9199
9200 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9201
9202         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
9203         (gnus-agent-group-mode-map): Bind it to "Jo".
9204         (gnus-agent-group-make-menu-bar): Add it into menu bar.
9205
9206 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
9207
9208         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
9209         (gnus-summary-mail-toolbar): Add mail article deletion button.
9210
9211         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
9212         false positives for lines of "^^^^".
9213
9214         * gnus-picon.el (gnus-picon-find-face): faces database is all
9215         lowercase.
9216
9217 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9218
9219         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
9220         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
9221         duplications.
9222         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
9223
9224 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9225
9226         * gnus-sum.el (gnus-summary-initial-limit): Inline
9227         gnus-summary-limit-children.
9228         (gnus-summary-initial-limit): Don't limit if
9229         gnus-newsgroup-display is nil.
9230         (gnus-summary-initial-limit): No, don't.
9231
9232         * gnus-util.el
9233         (gnus-put-text-property-excluding-characters-with-faces): Inline
9234         gnus-put-text-property.
9235
9236         * gnus-spec.el (gnus-default-format-specs): New variable.
9237
9238         * gnus-start.el (gnus-read-newsrc-file): Don't clear
9239         gnus-format-specs.
9240         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
9241
9242         * gnus-spec.el (gnus-update-format-specifications): Really check
9243         the Gnus version of the .newsrc.eld file.
9244         (gnus-format-specs): Save the new default summary format.
9245
9246         * gnus-util.el (gnus-parent-id): Check whether references is empty
9247         before splitting.
9248
9249         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
9250         functions.
9251         (gnus-gather-threads-by-references): Inline
9252         `gnus-split-references'.
9253
9254         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
9255         default value of gnus-summary-line-format-spec.
9256
9257 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9258
9259         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
9260         message.
9261         (nnslashdot-request-list): Ditto.
9262         (nnslashdot-sid-strip): Removed.
9263
9264 2002-01-15  Simon Josefsson  <jas@extundo.com>
9265
9266         * nnimap.el (nnimap-close-asynchronous): Enable.
9267         (nnimap-close-group): Expunge.
9268
9269 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9270
9271         * gnus-util.el (gnus-user-date-format-alist): Typo.
9272         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
9273
9274 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9275
9276         * nneething.el (nneething-request-article): Set
9277         `nnmail-file-coding-system' to `binary' locally, in order to read
9278         files without any conversion.
9279
9280 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9281
9282         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9283         nnheader-file-coding-system and nnmail-active-file-coding-system.
9284         (gnus-agent-regenerate-group): Ditto.
9285         (gnus-agent-regenerate): Ditto.
9286         (gnus-agent-write-active): Ditto.
9287         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
9288
9289 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9290
9291         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
9292         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
9293
9294 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9295
9296         * gnus.el: We don't need gnus-article-show-all-headers.
9297
9298         * gnus-art.el (article-show-all, gnus-article-show-all-header):
9299         Ditto.
9300
9301         * gnus-sum.el (gnus-summary-select-article): Don't call
9302         show-all-headers, because hidden headers are not hidden text any
9303         more.
9304
9305 2002-01-13  Simon Josefsson  <jas@extundo.com>
9306
9307         * message.el (message-newline-and-reformat): Use `newline' instead
9308         of inserting \n, so that the newline is marked as hard.
9309
9310         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
9311         From Jesper Harder <harder@ifa.au.dk>.
9312
9313 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9314
9315         * imap.el (imap-close): Keep going if quit.
9316
9317         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
9318         nntp-server-buffer.
9319
9320 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9321
9322         * mm-view.el (mm-display-inline-fontify): Require font-lock to
9323         avoid unbinding shadowed variables.
9324
9325         * gnus-art.el (gnus-picon-databases): Moved here.
9326         (gnus-picons-installed-p): Moved here.
9327         (gnus-article-reply-with-original): Use `mark'.
9328
9329         * gnus.el (gnus-picon): Moved here and renamed.
9330
9331         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
9332         installed.
9333         (gnus-treat-mail-picon): Ditto.
9334         (gnus-treat-newsgroups-picon): Ditto.
9335
9336         * gnus-picon.el (gnus-picons-installed-p): New function.
9337
9338 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9339
9340         * gnus-agent.el (gnus-agent-go-online): Fix doc.
9341
9342 2002-01-12  Simon Josefsson  <jas@extundo.com>
9343
9344         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
9345         (nnimap-before-find-minmax-bugworkaround): Use it.
9346         (nnimap-find-minmax-uid): Don't reselect current mailbox.
9347         (nnimap-dont-close): New variable.
9348         (nnimap-close-group): Use it.
9349
9350 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351
9352         * gnus-art.el (gnus-article-reply-with-original): Use
9353         `mark-active'.
9354
9355         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
9356
9357         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
9358         (gnus-score-advanced): Clean up.
9359         (gnus-score-advanced): Accept a multiple of the score.
9360
9361 2002-01-12  Simon Josefsson  <jas@extundo.com>
9362
9363         * flow-fill.el (fill-flowed-display-column)
9364         (fill-flowed-encode-columnq): New variables.  Suggested by
9365         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
9366         (fill-flowed-encode, fill-flowed): Use them.
9367
9368         * message.el (message-send-news, message-send-mail): Use
9369         m-b-s-n-p-e-h-n.
9370
9371         * mml.el (autoload): Autoload fill-flowed-encode.
9372         (mml-buffer-substring-no-properties-except-hard-newlines): New
9373         function.
9374         (mml-read-part): Use it.
9375         (mml-generate-mime-1): Encode format=flowed if appropriate.
9376         (mml-insert-mime-headers): Insert format=flowed.
9377
9378         * flow-fill.el (fill-flowed-encode): New function.
9379         (fill-flowed): Bind fill-column to window width.
9380
9381 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9382
9383         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
9384         it exists.
9385         (gnus-summary-setup-buffer): Wake up dead summary buffers.
9386         (gnus-summary-buffer-name): Don't return the dead name after all.
9387         (gnus-summary-setup-buffer): Kill the dead buffer.
9388
9389         * gnus-art.el (gnus-article-followup-with-original): Store the
9390         value of the mark before deactivating it.
9391
9392 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9393
9394         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
9395         From: Karl Kleinpaste <karl@charcoal.com>
9396
9397         * gnus-art.el (article-display-x-face): Ditto.
9398         (gnus-article-reply-with-original): Use gnus-region-active-p.
9399         (gnus-article-followup-with-original): Ditto.
9400
9401         * gnus-sum.el (gnus-summary-read-group-1): Don't select
9402         downloadable article either.
9403
9404 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9405
9406         * gnus-art.el (article-display-x-face): Insert From:.
9407
9408         * gnus-sum.el (gnus-summary-move-article): Don't draw the
9409         article. Bind gnus-display-mime-function and
9410         gnus-article-prepare-hook.
9411
9412         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
9413         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
9414         gnus-agent-possibly-synchronize-flags to the last.
9415         (gnus-agent-go-online): New function. New variable.
9416
9417 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9418
9419         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
9420         (gnus-agent-regenerate): Ditto.
9421
9422 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9423
9424         * message.el (message-ignored-news-headers)
9425         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
9426         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
9427
9428         * gnus.el (gnus-gethash-safe): New macro.
9429
9430         * gnus-agent.el (gnus-agent-regenerate-history): New function.
9431         (gnus-agent-regenerate): Show messages.
9432
9433 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9434
9435         * gnus-agent.el (gnus-agent-regenerate-group): New function.
9436         (gnus-agent-regenerate): New function.
9437         (gnus-agent-save-alist): Sort.
9438         (gnus-agent-copy-nov-line): Test eobp.
9439         (gnus-agent-retrieve-headers): Erase buffer.
9440
9441 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9442
9443         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
9444         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
9445
9446         * gnus.el (gnus-agent-covered-methods): Move here.
9447         (gnus-online): New function.
9448         (gnus-agent-method-p): Move here.
9449
9450         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
9451         nil. Remove articles-alist.
9452
9453         * gnus-start.el (gnus-get-unread-articles): Check online.
9454         (gnus-groups-to-gnus-format): Ditto.
9455         (gnus-active-to-gnus-format): Ditto.
9456
9457         * gnus-agent.el (gnus-agent-get-function): Use it.
9458         (gnus-agent-get-undownloaded-list): Ditto.
9459         (gnus-agent-fetch-session): Only fetch online methods.
9460
9461         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
9462         (gnus-server-mode-map): Ditto.
9463         (gnus-server-offline-face): New face.
9464         (gnus-server-offline-face): New variable.
9465         (gnus-server-font-lock-keywords): Add offline.
9466         (gnus-server-insert-server-line): Ditto.
9467         (gnus-server-offline-server): New function.
9468
9469         * gnus-int.el (gnus-open-server): Turn to offline.
9470         (gnus-server-unopen-status): New variable.
9471
9472 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9473
9474         * nnkiboze.el (nnkiboze-request-article): Use
9475         gnus-agent-request-article.
9476
9477         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
9478         function. Insert undownloaded NOV.
9479
9480         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
9481         (gnus-agent-request-article): New function.
9482
9483         * gnus.el (gnus-agent-cache): New variable.
9484
9485         * gnus-int.el (gnus-retrieve-headers): Use
9486         gnus-agent-retrieve-headers.
9487         (gnus-request-head): Use gnus-agent-request-article.
9488         (gnus-request-body): Ditto.
9489
9490         * gnus-art.el (gnus-request-article-this-buffer): Use
9491         gnus-agent-request-article.
9492
9493         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
9494         article if it is undownloaded.
9495
9496 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
9499
9500 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * canlock.el (canlock-string-as-unibyte): New macro.
9503         (canlock-sha1-with-openssl): Return a unibyte string.
9504         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
9505
9506 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9507
9508         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
9509
9510 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9511
9512         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
9513         application/x-emacs-lisp.
9514
9515         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
9516
9517         * nntp.el (nntp-request-article): Add group parameter.
9518         (nntp-request-head): Ditto.
9519         (nntp-find-group-and-number): Add parameter group. Figure out
9520         number if the status line doesn't give (e.g. quimby.gnus.org).
9521
9522 2002-01-08  Simon Josefsson  <jas@extundo.com>
9523
9524         * mml.el (mml-generate-mime-1): Set recipient correctly.
9525
9526 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9527
9528         * message.el (message-read-from-minibuffer): Add parameter
9529         initial-contents.
9530         * gnus-msg.el (gnus-summary-resend-message): Use it.
9531
9532         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
9533         behavior of quit-config.
9534
9535         * message.el (message-make-from): Don't quote fullname.
9536         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
9537
9538         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
9539         From: <andre@slamdunknetworks.com>
9540
9541 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9542
9543         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
9544
9545         * gnus-art.el (gnus-header-button-alist): Handle mailto.
9546
9547         * mml.el (mml-preview): Bind gnus-original-article-buffer because
9548         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
9549         because bbdb may use it.
9550
9551 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9552
9553         * nneething.el (nneething-request-article): When a non-text file
9554         is converted to an article, its data is encoded in base64.  Call
9555         `nneething-make-head' with options to specify MIME types.
9556         (nneething-make-head): Add optional arguments to specify MIME
9557         types.
9558
9559 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9560
9561         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
9562         header if there is not.
9563
9564         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
9565
9566         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
9567         (gnus-inews-mark-gcc-as-read): Obsolete variable.
9568         (gnus-inews-do-gcc): Use them.
9569
9570         * gnus-group.el (gnus-group-mark-article-read): Put holes into
9571         gnus-newsgroup-unselected.
9572
9573 2002-01-06  Simon Josefsson  <jas@extundo.com>
9574
9575         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
9576         condition-case, not ignore-errors.
9577
9578 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9579
9580         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
9581         gnus-fetch-old-headers.
9582
9583         * gnus-art.el (article-display-x-face): Use the current buffer
9584         unless `W f'. Otherwise, X-Face may be shown in the header of a
9585         forwarded part.
9586         (gnus-treatment-function-alist): Treat xface before hiding
9587         headers.
9588
9589 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590
9591         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
9592         parameters.
9593
9594 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9595
9596         * mm-util.el (mm-multibyte-p): Define conditionally when load.
9597         (mm-guess-charset): New function.
9598         (mm-charset-after): Use it.
9599         (mm-detect-coding-region): New function.
9600         (mm-detect-mime-charset-region): New function.
9601
9602         * gnus-sum.el (gnus-summary-show-article): Use
9603         mm-detect-coding-region.
9604
9605 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9606
9607         * message.el (message-make-fqdn): Be less violent.
9608
9609         * gnus.el (gnus-logo-color-style): Compute custom form
9610         automatically.
9611
9612         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
9613         score file of the parent to the document group.
9614
9615         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
9616         parameters parameter.
9617
9618         * gnus-score.el (gnus-score-load-file): Clean up.
9619
9620 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9621
9622         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
9623         From: Damien Wyart <damien.wyart@free.fr>
9624
9625         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
9626
9627 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9628
9629         * gnus-sum.el (gnus-select-group-hook): Typo.
9630
9631         * rfc2047.el (rfc2047-decode-string): Return immediately if there
9632         is no quoted-printable-encoded STRING.
9633         From: Jesper Harder <harder@ifa.au.dk>
9634
9635         (rfc2047-decode-string): Decode it.
9636
9637 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9638
9639         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
9640
9641 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
9642         Trivial patch.
9643
9644         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
9645         buffer to get rid of junk line.
9646
9647 2002-01-05  Simon Josefsson  <jas@extundo.com>
9648
9649         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
9650         C-o.
9651         (message-mode-map): Bind message-insert-or-toggle-importance to
9652         C-c C-u.
9653         (message-mode-map): Bind message-disposition-notification-to to
9654         C-c M-n.
9655         (message-mode-menu): Add m-d-n-t.
9656         (message-mode-field-menu): Add m-goto-from.
9657         (message-mode): Doc fix.
9658         (message-goto-from): New function.
9659         (message-insert-disposition-notification-to): New function.
9660         (message-tool-bar-map): Add receipt button.
9661
9662 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9663
9664         * gnus-sum.el (gnus-thread-latest-date): New function.
9665         (gnus-thread-sort-by-most-recent-number): Renamed.
9666         (gnus-thread-sort-functions): Doc fix.
9667         (gnus-select-group-hook): Don't use setq on a hook.
9668         (gnus-thread-latest-date): Use date, not number
9669
9670         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
9671         (gnus-agent-expire): Allow regexp of expire-days.
9672
9673         * gnus-art.el (gnus-article-reply-with-original): Deactivate
9674         region.
9675         (gnus-article-followup-with-original): Ditto.
9676
9677         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
9678
9679         * gnus-art.el (gnus-mime-display-alternative): Use
9680         gnus-local-map-property.
9681         (gnus-mime-display-alternative): Ditto.
9682         (gnus-insert-mime-security-button): Ditto.
9683         (gnus-insert-next-page-button): Ditto.
9684         (gnus-button-prev-page): Take optional args.
9685         (gnus-insert-prev-page-button): widget-convert.
9686
9687         * gnus-util.el (gnus-local-map-property): New function.
9688
9689         * gnus-art.el (gnus-prev-page-map): Use parent map.
9690         (gnus-next-page-map): Ditto.
9691
9692         * gnus-spec.el (gnus-parse-format): Clean up.
9693         (gnus-parse-format): Do complex formatting for %=.
9694
9695         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
9696         "X-Face: " to the data in the built-in scenario.
9697
9698         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
9699         (gnus-correct-pad-form): Renamed.
9700         (gnus-tilde-max-form): Clean up.
9701         (gnus-pad-form): Use gnus-use-correct-string-widths.
9702
9703         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
9704         support if that is available.
9705
9706         * gnus-sum.el (gnus-thread-highest-number): New function.
9707         (gnus-thread-sort-by-most-recent-thread): New function.
9708         (gnus-thread-sort-functions): Doc fix.
9709
9710 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9711
9712         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
9713         all cases.
9714         (gnus-summary-mode): Enable it in all cases.
9715         (gnus-summary-display-article): Ditto.
9716         (gnus-summary-edit-article): Ditto.
9717
9718         * gnus-ems.el (gnus-put-image): Really return glyph.
9719
9720         * gnus-art.el (gnus-article-x-face-command): Fix :type.
9721         (gnus-treat-smiley): Don't take "P" in the interactive form.
9722
9723 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9724
9725         * compface.el (uncompface): XEmacs and Emacs have differing
9726         capabilities.
9727
9728         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
9729
9730         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
9731         (gnus-article-xface-ring-size): Removed.
9732         (gnus-article-display-xface): Removed.
9733         (gnus-remove-image): Cleaned up.
9734
9735         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
9736         (gnus-xmas-create-image): Take pbm files.
9737         (gnus-x-face): Removed.
9738         (gnus-xmas-article-display-xface): Removed.
9739
9740         * gnus-fun.el (gnus-display-x-face-in-from): Bind
9741         default-enable-multibyte-characters.
9742
9743         * compface.el (uncompface): Doc fix.
9744
9745         * gnus-art.el (gnus-article-x-face-command): Use
9746         gnus-display-x-face-in-from.
9747
9748         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
9749
9750         * gnus-ems.el (gnus-put-image): Return the image.
9751
9752         * gnus-fun.el (gnus-display-x-face-in-from): New function.
9753         (gnus-x-face): Moved here.
9754
9755 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9756
9757         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
9758         invisible if string is nil.
9759         (gnus-xmas-article-display-xface): Use it.
9760
9761         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
9762         property when string is nil.
9763         (gnus-article-display-xface): Use it.
9764
9765 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9766
9767         * gnus-art.el (article-display-x-face): Check whether valid grey
9768         face was returned.
9769         (article-display-x-face): Place image in the right spot.
9770
9771         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
9772         stderr.
9773         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
9774
9775 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9776
9777         * gnus-xmas.el (gnus-xmas-create-image): Take optional
9778         parameters.
9779         (gnus-xmas-put-image): Allow non-strings to be passed.
9780
9781         * gnus-art.el (article-display-x-face): Use optional parameters.
9782
9783         * gnus-ems.el (gnus-create-image): Take optional parameters.
9784
9785         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
9786
9787         * compface.el (compface-xbm-p): Removed.
9788
9789         * gnus-ems.el (gnus-article-compface-xbm): Removed.
9790         (gnus-article-display-xface): Use compface.
9791
9792         * compface.el: New file.
9793
9794         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
9795         (gnus-convert-image-to-x-face-command): Ditto.
9796         (gnus-random-x-face): Quote argument.
9797         (gnus-x-face-from-file): Ditto.
9798
9799 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
9800
9801         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
9802         the expire-group parameter once per article rather than once
9803         per group; bind `nnmaildir-article-file-name' and `article'
9804         for convenience.  Leave article alone when expire-group
9805         specifies the current group.
9806         (nnmaildir--update-nov): be more concurrency-friendly with
9807         temp file names.
9808
9809 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9810
9811         * gnus-start.el (gnus-read-init-file): Cleaned up.
9812
9813 2002-01-03  Dave Love  <d.love@dl.ac.uk>
9814
9815         * gnus-start.el (gnus-startup-file-coding-system): Removed.
9816         (gnus-read-init-file): Don't use it.
9817
9818 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819
9820         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
9821
9822 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9823
9824         * gnus-start.el (gnus-read-init-file): Don't force coding system
9825         for ~/.gnus.  From Dave Love <fx@gnu.org>.
9826
9827 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9828
9829         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
9830         * nnspool.el (nnspool-request-post): Ditto.
9831
9832         * mm-util.el (mm-use-find-coding-systems-region): New variable.
9833         (mm-find-mime-charset-region): Use it.
9834
9835 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9836
9837         * gnus.el (gnus-summary-line-format): Added :link.
9838         * gnus-topic.el (gnus-topic-line-format): Ditto.
9839         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
9840         * gnus-srvr.el (gnus-server-line-format): Ditto.
9841         * gnus-group.el (gnus-group-line-format): Ditto.
9842
9843         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
9844         :keys, it works on both Emacsen.
9845
9846 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9847
9848         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
9849
9850 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9851
9852         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
9853
9854 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
9855
9856         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
9857         very wide reply.
9858
9859 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9860
9861         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
9862         (gnus-picon-cache): New variable.
9863         (gnus-picon-transform-newsgroups): Cache stuff.
9864
9865         * gnus-art.el (gnus-article-reply-with-original): New command.
9866         (gnus-article-followup-with-original): New command.
9867
9868         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
9869         END parameters.
9870         (gnus-summary-followup): Take a list of list of articles.
9871         (gnus-inews-yank-articles): Allow lists of article/regions.
9872
9873         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
9874         longer the usual commands.
9875
9876         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
9877         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
9878         shell-command-on-region.
9879
9880 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9881
9882         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
9883           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
9884
9885 2002-01-03  Steve Youngs  <youngs@xemacs.org>
9886
9887         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
9888         understand ':keys', wrap it in an featurep 'xemacs.
9889
9890 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9891
9892         * gnus-ems.el (gnus-article-display-xface): Show xface in the
9893         order of headers (Actually, it is called in a reversed order). Add
9894         'gnus-image-text-deletable property.
9895         (gnus-remove-image): Remove text with such a property.
9896
9897         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
9898         gnus-put-image.
9899
9900         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
9901         with ", "
9902
9903 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9904
9905         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
9906
9907         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
9908         (article-display-x-face): Display grey X-Faces.
9909
9910         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
9911         (gnus-convert-gray-x-face-to-ppm): Ditto.
9912         (gnus-convert-image-to-gray-x-face): Ditto.
9913
9914         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
9915         gnus-summary-show-raw-article.
9916
9917 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9918
9919         Display picons in XEmacs without showing text.
9920
9921         * gnus-xmas.el (gnus-xmas-create-image): Don't use
9922         mm-create-image-xemacs to create xbm glyph, because it deletes
9923         temporary files.
9924         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
9925         (gnus-xmas-remove-image): Make text visible, remove glyph.
9926
9927         * gnus-picon.el (gnus-picon-transform-newsgroups)
9928         (gnus-picon-transform-address): Insert spec backward, due to the
9929         incompatibility of gnus-xmas-put-image.
9930
9931 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9932
9933         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
9934
9935 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9936
9937         * gnus.el: Doc fix.
9938
9939         * gnus-art.el: Doc fix.
9940
9941         * gnus-agent.el: Doc fix.
9942
9943 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9944
9945         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
9946
9947 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
9948
9949         * nnmaildir.el (nnmaildir--update-nov): automatically parse
9950         NOV data out of the message again if nnmail-extra-headers has
9951         changed.
9952
9953 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9954
9955         * gnus-fun.el: New file.
9956         (gnus-convert-image-to-x-face-command): New variable.
9957         (gnus-insert-x-face): New function.
9958         (gnus-random-x-face): Renamed.
9959         (gnus-x-face-from-file): Renamed.
9960
9961         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
9962         "_".
9963         (gnus-body-boundary-delimiter): Typo fix.
9964
9965 2002-01-02  Simon Josefsson  <jas@extundo.com>
9966
9967         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
9968         (gnus-body-boundary-delimiter): Fix type.
9969
9970 2002-01-01  Simon Josefsson  <jas@extundo.com>
9971
9972         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
9973         (gnus-treat-emphasize, gnus-treat-strip-cr)
9974         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
9975         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
9976         (gnus-treat-fill-article, gnus-treat-hide-citation)
9977         (gnus-treat-hide-citation-maybe)
9978         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
9979         (gnus-treat-strip-pem, gnus-treat-strip-banner)
9980         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
9981         (gnus-treat-date-ut, gnus-treat-date-local)
9982         (gnus-treat-date-english, gnus-treat-date-lapsed)
9983         (gnus-treat-date-original, gnus-treat-date-iso8601)
9984         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
9985         (gnus-treat-strip-trailing-blank-lines)
9986         (gnus-treat-strip-leading-blank-lines)
9987         (gnus-treat-strip-multiple-blank-lines)
9988         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
9989         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
9990         (gnus-treat-display-xface, gnus-treat-display-smileys)
9991         (gnus-treat-from-picon, gnus-treat-mail-picon)
9992         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
9993         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
9994         (gnus-treat-play-sounds, gnus-treat-translate)
9995         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
9996
9997         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
9998         (gnus-article-treat-body-boundary): Use it.
9999
10000         * message.el (message-mode): Fix doc.
10001         (message-mode-menu): Fix names.
10002
10003 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10004
10005         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
10006         articles.
10007
10008         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
10009         (gnus-picon-transform-address): Search for unknown faces as well.
10010         (gnus-picon-find-face): Don't search "news" for MISC.
10011         (gnus-picon-user-directories): Changed default back to exclude
10012         "unknown".
10013
10014         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
10015
10016         * gnus-picon.el (gnus-picon-find-face): Search through all
10017         databases.
10018         (gnus-picon-find-face): New implementation.
10019
10020         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
10021         keystroke.
10022         (gnus-topic-goto-next-topic): Ditto.
10023
10024         * gnus.el (gnus-summary-line-format): Changed default.
10025
10026         * nnmail.el (nnmail-extra-headers): Change default.
10027
10028         * gnus-sum.el (gnus-extra-headers): Change default.
10029
10030         * message.el (message-news-other-window): Changed "news" to
10031         "posting".
10032         (message-news-other-frame): Ditto.
10033         (message-do-send-housekeeping): Ditto.
10034
10035         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
10036         function.
10037         (gnus-article-unread-p): New function.
10038         (gnus-article-unseen-p): New function.
10039         (gnus-dead-summary-mode-map): Typo.
10040
10041         * gnus-util.el (gnus-make-predicate): New function.
10042         (gnus-make-predicate-1): New function.
10043
10044         * gnus-sum.el: New function.
10045         (gnus-map-articles): New function.
10046
10047         * gnus-art.el (gnus-treat-fold-headers): New variable.
10048         (gnus-article-treat-fold-headers): New command and keystroke.
10049
10050         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
10051         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
10052
10053 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10054
10055         * message.el (message-fcc-externalize-attachments): New variable.
10056         (message-do-fcc): Use it.
10057
10058         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
10059         (gnus-inews-do-gcc): Use it.
10060
10061         * mml.el (mml-tweak-sexp-alist): New variable.
10062         (mml-externalize-attachments): New variable.
10063         (mml-tweak-part): Use mml-tweak-sexp-alist.
10064         (mml-tweak-externalize-attachments): New function.
10065
10066 2002-01-01  Steve Youngs  <youngs@xemacs.org>
10067
10068         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
10069         'set-glyph-face' so x-face back/foreground can be set.
10070
10071 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10072
10073         * message.el (message-fix-before-sending): Fix a typo.
10074
10075 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10076
10077         * gnus-art.el (gnus-treat-smiley): Renamed command.
10078         (gnus-article-remove-images): New command and keystroke.
10079
10080         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
10081
10082         * smiley-ems.el (gnus-smiley-display): Removed.
10083
10084         * gnus.el (gnus-version-number): Update version.
10085
10086         * message.el (message-text-with-property): Renamed and moved
10087         here.
10088         (message-fix-before-sending): Highlight invisible text and place
10089         point there.
10090
10091 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10092
10093         * gnus.el: Oort Gnus v0.04 is released.
10094
10095 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10096
10097         * gnus-delay.el (gnus-delay-send-queue): Renamed.
10098
10099         * gnus-art.el (gnus-ignored-headers): More headers,
10100
10101         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
10102         of `scan-error', since XEmacs doesn't seem to support that.
10103
10104 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10105
10106         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
10107         arg.
10108         (gnus-summary-best-unread-subject): Ditto.
10109         (gnus-summary-best-unread-subject): No, don't.
10110         (gnus-summary-better-unread-subject): New command.
10111
10112         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
10113
10114         * lpath.el ((featurep 'xemacs)): fbind url function.
10115
10116         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
10117         buffer.
10118         (gnus-xmas-remove-image): Implementation that does something.
10119         (gnus-xmas-article-display-xface): Mark images properly.
10120
10121         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
10122
10123 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
10124
10125         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
10126
10127 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10128
10129         * gnus-group.el (gnus-group-line-format): Added %O to the default
10130         value.
10131
10132         * gnus-util.el (gnus-text-with-property): The smallest point is
10133         point-min.
10134
10135         * smiley-ems.el (smiley-region): Return images.
10136         (gnus-smiley-display): Allow toggling.
10137         (smiley-region): Use text properties, not overlays.
10138
10139         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
10140         implemented yet.
10141
10142         * smiley-ems.el (smiley-update-cache): Check for valid types.
10143
10144         * gnus-art.el (gnus-with-article-buffer): New macro.
10145
10146         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
10147         strings as well as the glyphs.
10148         (gnus-picon-transform-address): Ditto.
10149         (gnus-picon-insert-glyph): Ditto.
10150         (gnus-picon-transform-newsgroups): Toggle.
10151         (gnus-picon-transform-address): Toggle.
10152
10153         * gnus-ems.el (gnus-remove-image): New function.
10154         (gnus-put-image): Take an optional string.
10155
10156         * gnus-util.el (gnus-text-with-property): New function.
10157
10158         * gnus-art.el (gnus-delete-images): New function.
10159
10160         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
10161
10162         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
10163         (gnus-article-wash-status): Use it.
10164         (gnus-signature-toggle): Clean up.
10165         (gnus-add-wash-status): New function.
10166         (gnus-delete-wash-status): New function.
10167         (gnus-article-hide-text-type): Use them throughout.
10168         (gnus-add-image): New function.
10169
10170         * gnus-ems.el (gnus-article-display-xface): Use new interface.
10171
10172         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
10173         interface.
10174
10175         * gnus-art.el (article-display-x-face): Cleaned up.
10176
10177         * rfc2047.el (rfc2047-field-value): New function.
10178
10179         * mail-parse.el (mail-header-field-value): New alias.
10180
10181         * gnus-art.el (gnus-mime-print-part): Fix typos.
10182
10183         * smiley-ems.el (gnus-smiley-file-types): New variable.
10184         (smiley-update-cache): Use it.
10185         (smiley-regexp-alist): Suffix-less smiley names.
10186         (smiley-regexp-alist): Added more smileys.
10187
10188         * gnus-sum.el (gnus-print-buffer): Made into own function.
10189         (gnus-summary-print-article): Use it.
10190
10191         * mailcap.el (mailcap-mime-info): Actually return the bit that we
10192         looked for when REQUEST is a string.
10193
10194         * gnus-art.el (gnus-mime-button-commands): Add printing
10195         keystroke.
10196         (gnus-mime-copy-part): Doc fix.
10197         (gnus-mime-print-part): New command.
10198
10199 2001-12-31  Simon Josefsson  <jas@extundo.com>
10200
10201         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
10202         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
10203
10204 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10205
10206         * gnus-picon.el (gnus-treat-from-picon): Autoload.
10207         (picon): Fix doc.
10208
10209         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
10210         longer exists. Remove those codes.
10211         * gnus.el (gnus-use-picons): Ditto.
10212
10213 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10214
10215         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
10216         infloop.
10217
10218         * gnus-sum.el (t): New `W D' map.
10219
10220         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
10221         (gnus-article-treat-body-boundary): Clean up.
10222         (gnus-body-boundary-face): Removed.
10223         (gnus-article-goto-header): Moved here.
10224         (gnus-article-goto-header): Allow better regexps.
10225         (gnus-article-treat-fold-newsgroups): New command.
10226
10227         * gnus-sum.el (gnus-summary-move-article): We have to select an
10228         article to give `gnus-read-move-group-name' an opportunity to
10229         suggest an appropriate default.
10230
10231         * rfc2047.el (rfc2047-fold-line): New function.
10232         (rfc2047-unfold-line): Ditto.
10233         (rfc2047-fold-region): Don't fold just after the header name.
10234
10235         * mail-parse.el (mail-header-fold-line): New alias.
10236         (mail-header-unfold-line): Ditto.
10237
10238         * gnus-art.el (gnus-body-boundary-face): Renamed.
10239         (gnus-article-treat-body-boundary): Use it.
10240         (gnus-article-treat-body-boundary): Use an invisible header and a
10241         line of underline characters.
10242
10243 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10244
10245         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
10246
10247         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
10248         (gnus-picon-split-address): New function.
10249         (gnus-picon-find-face): Use it.
10250         (gnus-picon-transform-address): Use it. Set first to t for each
10251         address.
10252
10253         * gnus-art.el (gnus-with-article-headers): Move to here. Define
10254         the macro then use it.
10255         (gnus-treatment-function-alist): Treat picons earlier.
10256
10257 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10258
10259         * gnus-art.el (gnus-body-separator-face): New variable.
10260         (gnus-article-treat-body-boundary): Use a blank, colored line.
10261
10262         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
10263         well.
10264
10265         * gnus-art.el (gnus-treat-body-boundary): New variable.
10266         (gnus-article-treat-unfold-headers): Use helper macro.
10267         (gnus-article-treat-body-boundary): New command.
10268
10269         * gnus.el (gnus-logo-color-style): Change the default color.
10270         (gnus-splash-face): Gray, gray.
10271
10272         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
10273         colors.
10274
10275         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
10276         (gnus-logo-color-style): Ditto.
10277         (gnus-logo-colors): Ditto.
10278
10279         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
10280
10281         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
10282
10283         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
10284         (gnus-picon-transform-newsgroups): New function.
10285
10286         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
10287         string.
10288
10289         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
10290
10291         * gnus-art.el (gnus-treat-cc-picon): New variable.
10292         (gnus-treat-mail-picon): Renamed.
10293
10294         * gnus-picon.el: New implementation.
10295         (gnus-picon-find-face): Renamed.
10296         (gnus-treat-from-picon): Use it.
10297         (gnus-picon-transform-address): Renamed.
10298         (gnus-treat-from-picon): Use it.
10299         (gnus-picon-create-glyph): Renamed.
10300         (gnus-picon-transform-address): Use it.
10301         (gnus-treat-cc-picon): New command.
10302
10303         * mm-decode.el (mm-create-image-xemacs): Separated out into
10304         function.
10305         (mm-get-image): Use it.
10306
10307         * gnus-art.el (gnus-treat-display-picons): Simplify.
10308         (gnus-treat-from-picon): Renamed.
10309
10310         * gnus-ems.el (gnus-create-image): New function.
10311         (gnus-put-image): New function.
10312
10313         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
10314         (gnus-with-article-headers): New macro.
10315         (gnus-article-goto-header): New function.
10316
10317         * gnus-xmas.el (gnus-image-type-available-p): New function.
10318
10319         * gnus-ems.el (gnus-image-type-available-p): New function.
10320
10321 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10322
10323         * nnrss.el (nnrss-check-group): Find the correct tag, because
10324         xml.el is changed.
10325
10326 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10327
10328         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
10329         lines are shorter than the window width.
10330         (gnus-ignored-headers): More headers.
10331
10332 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10333
10334         * gnus-art.el (gnus-treat-unfold-lines): New variable.
10335         (gnus-treat-unfold-headers): Renamed.
10336         (gnus-article-treat-unfold-headers): New command and keystroke.
10337
10338         * rfc2047.el (rfc2047-encode-message-header): Clean up.
10339
10340         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
10341
10342 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10343
10344         * sha1-el.el (sha1-use-external): New variable.
10345         (sha1-region): Use it.
10346         (sha1-string): Ditto.
10347
10348         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
10349         * gnus-picon.el: Less warnings when compile.
10350
10351 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10352
10353         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
10354         alias.
10355         (gnus-picons-database): Default to list.
10356         (gnus-picons-lookup-internal): Use it.
10357
10358         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
10359         to "bogus".
10360
10361         * gnus-win.el (gnus-configure-windows-hook): New hook.
10362
10363 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
10364
10365         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
10366
10367 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10368
10369         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
10370         lists.
10371         (gnus-select-newsgroup): Don't append; push.
10372         (gnus-adjust-marked-articles): Remove obsolete ranges from
10373         `seen'.
10374         (gnus-update-marks): Clean up.
10375         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
10376
10377 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
10378
10379         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
10380
10381 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10382
10383         * gnus-sum.el (gnus-auto-select-subject): New variable.
10384         (gnus-summary-best-unread-subject): New function.
10385         (gnus-summary-best-unread-article): Use it.
10386         (gnus-summary-first-unseen-subject): New function and command.
10387
10388         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
10389         other treatments.
10390
10391         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
10392         function.
10393
10394         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
10395         from the list of hidden types.
10396
10397         * mm-view.el (mm-inline-text): Ditto.
10398         (mm-inline-text): Ditto.
10399         (mm-w3-prepare-buffer): Ditto.
10400
10401         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
10402
10403 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10404
10405         * gnus-art.el (gnus-ignored-headers): Added more headers.
10406
10407 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
10408
10409         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
10410         once.
10411
10412 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10413
10414         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
10415
10416 2001-12-28  Simon Josefsson  <jas@extundo.com>
10417
10418         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
10419         Jesper Harder <harder@ifa.au.dk>.
10420
10421 2001-12-27  Simon Josefsson  <jas@extundo.com>
10422
10423         * gnus-sum.el (gnus-select-newsgroup): Make
10424         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
10425         contain all articles (instead of none) when no seen marks have
10426         been set for the group.
10427         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
10428         instead, it seems to result in shorter ranges.
10429
10430 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10431
10432         * mm-util.el (mm-iso-8859-x-to-15-region): Use
10433         insert-before-markers.
10434         From Jesper Harder <harder@ifa.au.dk>
10435
10436 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
10437
10438         * nnmaildir.el (nnmaildir-save-mail): create the destination
10439         groups if they do not exist.
10440
10441 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
10444
10445 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10446
10447         * gnus-group.el (gnus-group-read-ephemeral-group): Call
10448         gnus-group-real-name.
10449
10450         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
10451         (gnus-newsgroup-variables): Ditto.
10452
10453         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
10454         return it.
10455
10456 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
10457
10458         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
10459         * nnmaildir.el (top-level): Add commentary.
10460         (nnmaildir-version): Indicate that nnmaildir is now a standard
10461         part of Gnus, not separately released.
10462
10463 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10464
10465         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
10466         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
10467         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
10468         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10469
10470 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10471
10472         * nnmaildir.el: Copyright changes. Require cl only at compile time.
10473
10474 2001-12-20  Simon Josefsson  <jas@extundo.com>
10475
10476         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
10477         ZHU <zsh@cs.rochester.edu>.
10478         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
10479         Brian P Templeton <bpt@tunes.org>.
10480
10481 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10482
10483         * nnmaildir.el: New file.
10484         From Paul Jarc <prj@po.cwru.edu>.
10485
10486 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10487
10488         * nndoc.el (nndoc-type-alist): Move forward to the end.
10489
10490 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
10493         `dolist'.
10494
10495 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10496
10497         * gnus-win.el (gnus-frames-on-display-list): New function.
10498         (gnus-get-buffer-window): Use it.
10499
10500 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10501
10502         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
10503
10504 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10505
10506         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
10507
10508 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10509            From Harald Meland <Harald.Meland@usit.uio.no>
10510
10511         * gnus-win.el (gnus-get-buffer-window): New function.
10512         (gnus-all-windows-visible-p): Use it.
10513
10514         * gnus-util.el (gnus-horizontal-recenter)
10515         (gnus-horizontal-recenter, gnus-horizontal-recenter)
10516         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
10517
10518         * gnus-score.el (gnus-score-insert-help): Use it.
10519
10520         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
10521         (gnus-generate-tree, gnus-highlight-selected-tree)
10522         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
10523         it.
10524
10525         * gnus-art.el (gnus-article-set-window-start)
10526         (gnus-mm-display-part, gnus-request-article-this-buffer)
10527         (gnus-button-next-page, gnus-button-prev-page)
10528         (gnus-article-button-next-page, gnus-article-button-prev-page):
10529         Use it.
10530
10531 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
10532
10533         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
10534         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
10535         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
10536
10537 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10538
10539         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
10540         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
10541         * mml1991.el, nnultimate.el: Add `coding'.
10542
10543 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
10544
10545         * ChangeLog: changed coding to buffer-file-coding-system
10546         * ChangeLog.1: same
10547         * nnwfm.el: same
10548         * gnus-smiley.el: same
10549         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
10550         * gnus-delay.el: same
10551         * gnus-spec.el: same
10552         * message.el: same
10553         * mml1991.el: same
10554         * nnultimate.el: same
10555
10556 2001-12-16  Simon Josefsson  <jas@extundo.com>
10557         Inspired by code by Dirk Meyer <dischi@tzi.de>.
10558
10559         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
10560         (gnus-summary-save-map): Add muttprint.
10561         (gnus-summary-make-menu-bar): Ditto.
10562         (gnus-summary-muttprint): New function.
10563
10564         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
10565
10566 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10567
10568         * uudecode.el (uudecode-decode-region-internal): Speedup by using
10569         temporary list instead of buffer.
10570
10571         * mm-url.el (executable-find): autoload.
10572
10573 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10574
10575         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
10576         to variable, follow doc-string conventions).
10577
10578 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
10579
10580         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
10581         subscribe-level
10582         * gnus-topic.el (gnus-subscribe-topics): use it.
10583
10584 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10585
10586         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
10587         messages. (A small patch with indentation)
10588         From Sean Neakums <sneakums@zork.net>.
10589
10590         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
10591         nil after shooting down the gnus-original-article-buffer.
10592
10593 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10594
10595         * uudecode.el (uudecode-use-external): New variable.
10596         (uudecode-decode-region): Automatically detect external program.
10597
10598         * binhex.el (binhex-use-external): New variable.
10599         (binhex-decode-region-internal): New function.
10600         (binhex-decode-region): Automatically detect external program.
10601
10602         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
10603         Use them.
10604
10605 2001-12-12  Simon Josefsson  <jas@extundo.com>
10606
10607         * nnvirtual.el (nnvirtual-always-rescan)
10608         (nnvirtual-component-regexp): Fix doc.
10609
10610         * nnoo.el (defvoo): Add doc to defvoo variables.
10611
10612         * nnml.el (nnml-directory, nnml-active-file)
10613         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
10614         (nnml-marks-is-evil, nnml-filenames-are-evil)
10615         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
10616
10617         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
10618         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
10619         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
10620         `error'.
10621
10622         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
10623         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
10624
10625         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
10626         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
10627         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
10628         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
10629
10630         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
10631         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
10632
10633         * imap.el, nnimap.el: Fix indentation.
10634
10635         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
10636
10637 2001-12-12  Didier Verna  <didier@xemacs.org>
10638
10639         * gnus-msg.el (gnus-group-news): New function.
10640         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
10641         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
10642         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
10643         for it.
10644         * gnus-msg.el (gnus-summary-news-other-window): New function.
10645         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
10646         bind it to `i'.
10647         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
10648         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
10649         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
10650         for it (called with a prefix).
10651         * gnus-msg.el (gnus-configure-posting-styles): add an optional
10652         group-name argument.
10653         * gnus-msg.el (gnus-setup-message): use it.
10654
10655 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10656
10657         * gnus-sum.el (gnus-summary-show-article): Fix doc.
10658
10659 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10660
10661         * mml.el (mime-to-mml): Remove Content-Disposition too.
10662
10663 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10664
10665         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
10666         * gnus-group.el (gnus-group-name-decode): Decode unibyte
10667         strings only.
10668         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10669
10670 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
10671
10672         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
10673         (nnmail-fancy-expiry-target): Use it.
10674         Suggestions from Simon Josefsson <jas@extundo.com>.
10675
10676 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10677
10678         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
10679
10680 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10681
10682         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
10683
10684         * gnus-util.el (gnus-url-unhex-string): Move here.
10685
10686 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10687
10688         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
10689         mm-url-decode-entities-nbsp.
10690
10691         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
10692         * webmail.el, nnwfm.el: Use mm-url.
10693
10694         * mm-url.el (mm-url-fetch-form): Move from nnweb.
10695         (mm-url-remove-markup): Move from nnweb.
10696         (mm-url-fetch-simple): Move from webmail.
10697
10698         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
10699
10700 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10701
10702         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
10703         (gnus-summary-print-article): Use it.
10704
10705         * gnus-util.el (gnus-replace-in-string): Typo.
10706
10707 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10708
10709         * nnweb.el (nnweb-replace-in-string): Removed.
10710
10711         * gnus-util.el (gnus-replace-in-string): New function.
10712         (gnus-mode-string-quote): Use it.
10713
10714         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
10715         * nnwfm.el (nnwfm-create-mapping): Ditto.
10716
10717 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10718
10719         * dgnushack.el (dgnushack-compile): nnrss.el and
10720         nnslashdot.el don't depend on nnweb, url, w3.
10721
10722         * nnrss.el: Use mm-url.
10723
10724 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10725
10726         * mm-url.el (mm-url-insert-file-contents): Support file:.
10727
10728 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10729
10730         * mm-view.el: Lower case for the description line. Sync from the
10731         Emacs CVS.
10732
10733 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10734
10735         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
10736         From:  Stefan Monnier  <monnier@cs.yale.edu>
10737
10738 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
10741
10742 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10743
10744         * mm-url.el: Require executable.
10745         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
10746
10747 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10748
10749         * pop3.el (pop3-munge-message-separator): Only use valid date.
10750         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
10751
10752         * Makefile.in: gnus-load.elc may not be generated.
10753
10754 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10755
10756         * mm-url.el: New file.
10757         * nnslashdot.el: Use it.
10758         * mm-extern.el (mm-extern-url): Use it.
10759
10760 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10761
10762         * gnus-sum.el (gnus-summary-save-article): Nix
10763         gnus-display-mime-function and gnus-article-prepare-hook.
10764
10765         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
10766         the beginning of lines.
10767         (gnus-complex-form-to-spec): Ditto.
10768
10769 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10770
10771         * message.el (message-make-mft): Fix the m-s-a-file regexp.
10772         From Paul Jarc <prj@po.cwru.edu>.
10773
10774 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10775
10776         * message.el: New variable message-subscribed-address-file;
10777         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
10778
10779 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10780
10781         * message.el (message-tab-body-function): Set to nil.
10782         (message-tab): Use text-mode-map or global-map.
10783         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10784
10785 2001-11-30  Simon Josefsson  <jas@extundo.com>
10786
10787         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
10788         instead of gnus-union, for speed.  Suggested by Christoph Conrad
10789         <christoph.conrad@gmx.de>.
10790         (gnus-agent-fetch-group-1): Add verbose message.
10791
10792 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10793
10794         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
10795         of integers.
10796
10797 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10798
10799         * message.el (message-newgroups-header-regexp)
10800         (message-completion-alist, message-tab-body-function): Use
10801         defcustom rather than defvar.
10802         (message-tab): Mention `message-tab-body-function' in doc.
10803         Suggested by Karl Eichwalder.
10804
10805 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10806
10807         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
10808
10809 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10810
10811         * nnheader.el (nnheader-find-nov-line): Don't use macro
10812         gnus-delete-line.
10813
10814         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
10815         (gnus-group-name-charset): Ditto.
10816
10817         * gnus-util.el (gnus-buffer-live-p): Ditto.
10818
10819 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10820
10821         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
10822         open parenthesis in doc.
10823         (sieve-manage-authenticator-alist): Typo in doc.
10824         * imap.el (imap-authenticator-alist): Typo in doc.
10825         (imap-stream-alist): Backslash.
10826
10827         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
10828           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
10829
10830 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10831
10832         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
10833
10834         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
10835
10836         * gnus-msg.el (gnus-configure-posting-styles): use
10837         make-local-hook. Add LOCAL for add-hook.
10838
10839 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
10840
10841         * message.el (message-mode): Use `make-local-hook' unless
10842         obsolete.
10843         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
10844
10845 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * canlock.el: Remove sha1.el and base64.el stuff.
10848
10849 2001-11-26  Didier Verna  <didier@xemacs.org>
10850
10851         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
10852         if needed.
10853
10854 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * message.el (message-tamago-not-in-use-p): New function.
10857         (message-strip-forbidden-properties): Use it.
10858
10859 2001-11-26  Didier Verna  <didier@xemacs.org>
10860
10861         * gnus-start.el (gnus-check-first-time-used): only check for
10862         existence of .el[d] files.
10863
10864 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10865
10866         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
10867
10868         * message.el (message-setup-1): Clean up mc-*.
10869
10870 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10871
10872         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
10873         * gnus-score.el (gnus-score-find-bnews): Use it.
10874
10875         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
10876         (gnus-summary-limit-to-author): Ditto.
10877         (gnus-summary-limit-to-extra): Ditto.
10878         (gnus-summary-find-matching): Support not-matching argument.
10879
10880 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10881
10882         * message.el (message-wash-subject): Use `insert' rather than
10883         `insert-string', which is deprecated.
10884
10885 2001-11-24  Simon Josefsson  <jas@extundo.com>
10886
10887         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
10888         message. (Gnus does not "default" to using 8bit for the message,
10889         it default to use 8bit encoding and the user-supplied CTE
10890         value. Calling this behaviour "treating it as 8bit" is perhaps
10891         better.)
10892
10893         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
10894         (compare mm-charset-to-coding-system).
10895
10896 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10897
10898         * canlock.el (canlock-sha1-with-openssl): Use unibyte
10899         buffer. Correctly decode hex.
10900
10901 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10902
10903         * gnus-agent.el (gnus-category-insert-line): Convert category
10904         names to strings.
10905
10906 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10907
10908         * message.el (sha1): eval-and-compile.
10909
10910 2001-11-20  Simon Josefsson  <jas@extundo.com>
10911
10912         * message.el (message-allow-no-recipients): New variable.
10913         (message-send): Use it, customize the prompting when posting to
10914         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
10915
10916 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10917
10918         * mm-util.el (mm-coding-system-priorities): New variable.
10919         (mm-sort-coding-systems-predicate): New function.
10920         (mm-find-mime-charset-region): Resort coding systems if needed.
10921         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
10922
10923 2001-11-20  Didier Verna  <didier@xemacs.org>
10924
10925         * gnus-group.el (gnus-group-make-help-group): new optional
10926         argument to control the error behavior.
10927         * gnus-start.el (gnus-check-first-time-used): use it to avoid
10928         erroring.
10929
10930 2001-11-19  Simon Josefsson  <jas@extundo.com>
10931
10932         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
10933         instead of C-c C-u.  Suggested by Per Abrahamsen
10934         <abraham@dina.kvl.dk>.
10935
10936 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10937
10938         * nnfolder.el (nnfolder-read-folder): Use group instead of
10939         nnfolder-current-group.
10940         Suggested by Lorentey Karoly <lorentey@elte.hu>.
10941
10942 2001-11-17  Simon Josefsson  <jas@extundo.com>
10943
10944         * message.el (message-send): Ask user if Fcc/Gcc should be
10945         performed when no other sender was specified.
10946         Suggested by prj@po.cwru.edu (Paul Jarc).
10947
10948 2001-11-17  Simon Josefsson  <jas@extundo.com>
10949
10950         * message.el (message-mode, message-mode-map): Use C-c C-u for
10951         Importance: instead of C-c C-p (used by SC).
10952
10953 2001-11-16  Simon Josefsson  <jas@extundo.com>
10954
10955         * message.el (message-insert-importance-high)
10956         (message-insert-importance-low): Save point.
10957
10958         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
10959         value.
10960
10961 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
10962
10963         * message.el (message-strip-special-text-properties): New option.
10964         (message-strip-forbidden-properties): Obey it.
10965
10966 2001-11-14  Sam Steingold  <sds@gnu.org>
10967
10968         * gnus-score.el: Fixed some doc strings to properly quote symbols.
10969
10970 2001-11-15  Simon Josefsson  <jas@extundo.com>
10971
10972         Support "Importance:" header in Message.
10973
10974         * message.el (message-mode-map): Bind C-c C-p to
10975         `message-insert-or-toggle-importance'
10976         (message-mode-menu): Add message-insert-importance-{high,low}.
10977         (message-insert-importance-high, message-insert-importance-low)
10978         (message-insert-or-toggle-importance): New functions.
10979         (message-tool-bar-map): Add {un,}important.
10980         (message-mode): Doc fix.
10981
10982 2001-11-15  Simon Josefsson  <jas@extundo.com>
10983
10984         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
10985
10986         * mml.el (mml-menu): Fix toolbar tooltip.
10987
10988 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10989
10990         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
10991         * nnml.el (nnml-save-marks): Ditto.
10992
10993         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
10994
10995 2001-11-15  Simon Josefsson  <jas@extundo.com>
10996
10997         * nnml.el (nnml-save-marks):
10998         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
10999         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
11000
11001 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11002
11003         * gnus-art.el (gnus-article-wash-status-strings): Use
11004         `copy-sequence', not `copy-seq'.
11005
11006 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11007
11008         * gnus-art.el (gnus-article-wash-status-strings): New constant.
11009         (gnus-gnus-article-wash-status-entry): New function.
11010         (gnus-article-wash-status): Use it.
11011
11012 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11013
11014         * mml1991.el: Add coding header.
11015
11016 2001-11-12  Simon Josefsson  <jas@extundo.com>
11017
11018         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
11019         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
11020         `mml1991-sign' and `mml1991-encrypt'.
11021         (mml1991-encrypt, mml1991-sign): New glue functions.
11022         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
11023
11024         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
11025         (mml-menu): Add PGP to menu.
11026
11027         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
11028         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
11029         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
11030         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
11031
11032         * mml2015.el: Mention RFC 3156.
11033
11034         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
11035
11036 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11037
11038         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
11039
11040         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
11041           From <Michael.Cook@cisco.com>
11042
11043 2001-11-11  Simon Josefsson  <jas@extundo.com>
11044
11045         * message.el (top-level): Autoload sha1.
11046         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
11047         canlock, no need to require two different hash algs).  Suggested
11048         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
11049
11050 2001-11-09  Simon Josefsson  <jas@extundo.com>
11051
11052         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
11053         <Pavel@Janik.cz>.
11054
11055 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11056
11057         * message.el (message-point-in-header-p): New function.
11058         (message-do-auto-fill): Use it.
11059         (message-beginning-of-line): New function.  Goes to beginning of
11060         header value (i.e., end of header name), or to beginning of line
11061         if already at beginning of value.  Behaves like
11062         `beginning-of-line' when in message body.
11063         (message-mode-map): Bind it.
11064
11065 2001-11-08  Simon Josefsson  <jas@extundo.com>
11066
11067         * gnus-msg.el (gnus-posting-styles): Add doc.
11068
11069 2001-11-07  Simon Josefsson  <jas@extundo.com>
11070
11071         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
11072
11073         * sieve-mode.el (sieve-control-commands-face)
11074         (sieve-control-commands-face, sieve-action-commands-face)
11075         (sieve-test-commands-face, sieve-tagged-arguments-face): New
11076         faces.
11077         (sieve-font-lock-keywords): Use them.
11078         (sieve-mode): Only set font-lock-defaults in emacs.
11079
11080         * gnus-art.el (gnus-default-article-saver): Add
11081         gnus-summary-save-body-in-file.
11082         (gnus-summary-write-to-file): Fix doc.
11083
11084 2001-11-07  Simon Josefsson  <jas@extundo.com>
11085
11086         * gnus-art.el (gnus-treat-highlight-signature): Add cross
11087         reference to the correct chapter in the manual.
11088
11089         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
11090         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
11091
11092 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11093
11094         * mml.el (mml-preview): Bind mail-header-separator.
11095
11096 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * message.el: Always require canlock.
11099         (message-ignored-supersedes-headers): Include Cancel-Lock and
11100         Cancel-Key.
11101         (message-insert-canlock): Don't require canlock.
11102         (message-cancel-news): Don't check whether canlock is available.
11103         (message-supersede): Support cancel-locks.
11104
11105         * gnus-art.el: Don't autoload canlock.
11106
11107 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11108
11109         * mail-source.el (mail-source-fetch-imap): ASYNC param.
11110         From: <andre@slamdunknetworks.com>
11111
11112 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11113
11114         * many files: Fix copyright lines.
11115
11116 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11117
11118         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
11119         Suggested by Dave Love  <fx@gnu.org>.
11120
11121 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11122
11123         * message.el (message-kill-buffer): Remove auto-save file after
11124         confirm.
11125
11126         * message.el (message-send-mail): Call message-generate-headers
11127         once.  Suggested by Matt Armstrong <matt@lickey.com>.
11128
11129         * gnus-topic.el (gnus-topic-rename): Initial-input.
11130         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
11131
11132 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11133
11134         * message.el (message-forbidden-properties): New constant.
11135         (message-strip-forbidden-properties): New function.
11136         (message-mode): Activate it.
11137
11138 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11139
11140         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
11141         (mm-hack-charsets): Fix doc.
11142
11143 2001-11-02  Simon Josefsson  <jas@extundo.com>
11144
11145         * gnus-int.el (gnus-check-server): Message "...done" when done.
11146
11147         * imap.el (imap-close): Don't message (imap-send-command-wait
11148         returns if the connection is dropped).
11149         (imap-wait-for-tag): Nix out message only when necessary.
11150
11151         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
11152         for non-crossposting.
11153         (gnus-sieve-crosspost): Default to t to be consistent with other
11154         parts of Gnus.
11155
11156 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11157
11158         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
11159         (mm-iso-8859-x-to-15-table): Ditto.
11160         (mm-iso-8859-x-to-15-region): Ditto.
11161         (mm-find-mime-charset-region): Ditto.
11162
11163 2001-11-01  Simon Josefsson  <jas@extundo.com>
11164
11165         * nnimap.el (nnimap-close-asynchronous): New variable.
11166         (nnimap-close-group): Use it.
11167         (nnimap-expunge): Don't use it.
11168
11169         * imap.el (imap-callbacks): New variable.
11170         (imap-remassoc): Copied from `gnus-remassoc'.
11171         (imap-add-callback): New function.
11172         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
11173         behaviour.
11174         (imap-parse-response): Call the callback.
11175
11176         * message.el (message-insert-canlock): New variable.
11177         (message-canlock-generate, message-canlock-password)
11178         (message-insert-canlock): New functions.
11179         (message-send-news): Call `message-insert-canlock'.
11180         (top-level): Require canlock when compiling.
11181         (message-insert-canlock): Require canlock before we need it.
11182
11183 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11184
11185         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
11186
11187 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11188
11189         * dgnushack.el (dgnushack-make-load): A workaround for
11190         custom-add-loads bug in some versions of XEmacs.
11191
11192 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11193
11194         * mm-util.el (mm-charset-synonym-alist): Revert (some).
11195
11196 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11197
11198         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
11199         (mm-hack-charsets): New variable.
11200         (mm-iso-8859-15-compatible): New variable.
11201         (mm-iso-8859-x-to-15-table): New variable.
11202         (mm-find-mime-charset-region): Add parameter hack-charsets.
11203
11204         * mm-bodies.el (mm-encode-body): Use it.
11205         * mml.el (mml-parse-1): Ditto.
11206
11207 2001-11-01  Simon Josefsson  <jas@extundo.com>
11208
11209         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
11210
11211 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11212
11213         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
11214         is nil.
11215
11216 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11217
11218         * smiley-ems.el (smiley-update-cache): Auto detect file type.
11219
11220         * message.el (message-forward-rmail-make-body): Use
11221         save-window-excursion.
11222         (message-encode-message-body): Search with noerror.
11223         (message-setup-1): Convert compose-mail send-actions to
11224         message-send-actions.
11225
11226 2001-11-01  Simon Josefsson  <jas@extundo.com>
11227
11228         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
11229         <yamaoka@jpl.org>.
11230
11231 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11232
11233         * sieve-manage.el (sieve-string-bytes): No complain.
11234
11235 2001-11-01  Simon Josefsson  <jas@extundo.com>
11236
11237         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
11238         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
11239         has autoload cookies, so no `require' should be necessary.)
11240
11241         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
11242         files.
11243
11244 2001-10-31  Simon Josefsson  <jas@extundo.com>
11245
11246         * gnus-cus.el (gnus-group-parameters): Support integer `display'
11247         parameter.
11248
11249         * gnus-sum.el (gnus-select-newsgroup): If group parameter
11250         `display' is a number (and C-u wasn't used to enter group), only
11251         fetch that number of articles.
11252
11253 2001-10-31  Matt Armstrong  <matt@lickey.com>
11254
11255         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
11256         not-subscribed -> subscribed.
11257
11258 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11259         From: Josh Huber <huber@alum.wpi.edu>
11260
11261         * message.el (message-subscribed-address-functions): New variable.
11262         (message-subscribed-addresses): New variable.
11263         (message-subscribed-regexps): New variable.
11264         (message-goto-mail-followup-to): New function.
11265         (message-send-mail): Add Mail-Followup-To.
11266         (message-make-mft): New function.
11267
11268         * gnus.el (gnus-find-subscribed-addresses): New function.
11269
11270 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11271
11272         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
11273         (mail-source-fetch-pop): Ditto.
11274         (mail-source-check-pop): Ditto.
11275
11276         * gnus-start.el (gnus-read-init-file): Ditto.
11277         (gnus-activate-group): Ditto.
11278         (gnus-read-newsrc-el-file): Ditto.
11279
11280 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11281
11282         * message.el (message-get-reply-headers): Make sure there is ", ".
11283
11284         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
11285         mm-coding-system-p. Don't correct it only in XEmacs.
11286         (mm-charset-to-coding-system): Use mm-coding-system-p and
11287         mm-get-coding-system-list.
11288         (mm-emacs-mule, mm-mule4-p): New variables.
11289         (mm-enable-multibyte, mm-disable-multibyte,
11290         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
11291         mm-with-unibyte-current-buffer,
11292         mm-with-unibyte-current-buffer-mule4): Use them.
11293         (mm-find-mime-charset-region): Treat iso-2022-jp.
11294
11295         From  Dave Love  <fx@gnu.org>:
11296
11297         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
11298         construction.
11299         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
11300         entries conditional on not having a coding system defined for
11301         them.
11302         (mm-mule-charset-to-mime-charset): Use
11303         find-coding-systems-for-charsets if defined.
11304         (mm-charset-to-coding-system): Don't use
11305         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
11306         later.  Add last resort search of coding systems.
11307         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
11308         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
11309         Mule 4.
11310         (mm-find-mime-charset-region): Re-write.
11311         (mm-with-unibyte-current-buffer): Restore buffer as well as
11312         multibyteness.
11313
11314 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11315
11316         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
11317         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
11318         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
11319
11320 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11321
11322         * gnus-art.el (article-display-x-face): Nix buffer-read-only
11323         again.
11324
11325         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
11326
11327 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11328
11329         * gnus-spec.el (gnus-parse-simple-format): Use
11330           buffer-substring-no-properties.
11331
11332 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * gnus-art.el (article-verify-cancel-lock): New function.
11335
11336         * nnheader.el (nntp-process-response): New variable.
11337         (nnheader-init-server-buffer): Make `nntp-process-response'
11338         buffer-local in `nntp-server-buffer'.
11339
11340         * nntp.el (nntp-prepare-post-hook): New hook.
11341         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
11342         (nntp-async-trigger): Ditto.
11343         (nntp-request-post): Insert a server's ID if there's no Message-ID
11344         header; run `nntp-prepare-post-hook'.
11345
11346 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11347
11348         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
11349         instead.
11350
11351         * message.el (message-forward-subject-author-subject): Don't use
11352         message-news-p, which widens the buffer.
11353         (message-forward-make-body): New function.
11354         (message-forward): Use it.
11355         (message-insinuate-rmail): New function.
11356         (message-forward-rmail-make-body): New function.
11357
11358 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11359
11360         * mm-extern.el (mm-extern): Provide it.
11361
11362         * mm-partial.el (mm-partial): Provide it.
11363
11364 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11365
11366         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
11367
11368 2001-10-29  Simon Josefsson  <jas@extundo.com>
11369
11370         * mml.el (mml-preview): Bind message-this-is-news if it is
11371         news. From Jesper Harder <harder@myrealbox.com>.
11372
11373 2001-10-28  Simon Josefsson  <jas@extundo.com>
11374
11375         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
11376
11377 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
11378
11379         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
11380         ironic smilies.
11381
11382 2001-10-27  Simon Josefsson  <jas@extundo.com>
11383
11384         * message.el (message-indent-citation): Don't add trailing
11385         whitespace when citing text.
11386
11387         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
11388         <harder@ifa.au.dk>.
11389
11390 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11391
11392         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
11393         not available.
11394         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
11395         (nnweb-type-definition): Add google as alias of dejanews.
11396         (nnweb-google-parse-1): Forward 1 line.
11397
11398 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11399
11400         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
11401         variable `message-forward-ignored-headers'.
11402
11403 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
11404
11405         * gnus.el (gnus-expand-group-parameter): New function.
11406         (gnus-expand-group-parameters): Call it.
11407         (gnus-group-fast-parameter): New function.
11408         (gnus-group-find-parameter): Call it.
11409
11410 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11411
11412         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
11413         vector (it didn't before because of a bug).
11414         * gnus-msg.el (gnus-post-news): Use header vector directly, if
11415         available.  Before it converted it to an article number.
11416
11417         This makes followup to news articles with negative numbers in
11418         nnvirtual groups use news instead of mail.
11419
11420 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11421
11422         * gnus.el (post-method): Use `native' instead of `nil'.
11423
11424         * gnus-msg.el (gnus-post-method): Ditto.
11425
11426 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11427
11428         * gnus.el (gnus-define-group-parameter): Grammar fix.
11429
11430 2001-10-22  Simon Josefsson  <jas@extundo.com>
11431
11432         * gnus-msg.el (gnus-extended-version): Include
11433         system-configuration.
11434         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
11435
11436 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
11437
11438         * gnus.el (post-method): Customization fix: `native' is not a
11439         valid value.
11440         * gnus-msg.el (gnus-post-method): Doc and customization fix:
11441         `native' is not a valid value.
11442
11443 2001-10-21  Simon Josefsson  <jas@extundo.com>
11444
11445         * nnimap.el (nnimap): Defgroup
11446         (nnimap-strict-function, nnimap-strict-function-match): New
11447         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
11448         (nnimap-split-crosspost, nnimap-split-inbox)
11449         (nnimap-split-rule, nnimap-split-predicate)
11450         (nnimap-split-predicate): Defcustom.
11451         (nnimap-split-inbox, nnimap-expunge-search-string)
11452         (nnimap-importantize-dormant): Remove "*" from doc.
11453
11454 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11455
11456         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
11457         not supplied via prefix arg.  From Lisp, make arg mandatory.
11458         Suggested by Frank Schmitt.
11459
11460 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11461
11462         * message.el (message-do-auto-fill): Avoid calling
11463         'rfc822-goto-eoh'.
11464
11465 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11466         From Paul Jarc <prj@po.cwru.edu>.
11467
11468         * message.el (message-get-reply-headers): Restructure the logic
11469         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
11470
11471 2001-10-20  Simon Josefsson  <jas@extundo.com>
11472
11473         * message.el (message-cancel-news): Support cancel-locks.
11474         Suggested by Per Abrahamsson.
11475
11476         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
11477         conses.  From David Z Maze <dmaze@MIT.EDU>.
11478
11479         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
11480
11481 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11482
11483         * mm-decode.el (mm-default-directory): Fix customize type.
11484
11485         * message.el (message-setup-fill-variables): Kludge to use
11486         normal-auto-fill-function even if auto fill is already activated.
11487
11488 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11489
11490         * message.el (message-do-auto-fill): New version that does not
11491         rely on text properties, by Simon Josefsson <jas@extundo.com>.
11492         (message-setup-1): Removed the `message-field' property.
11493
11494         * gnus-draft.el (gnus-draft-edit-message): Removed the
11495         `message-field' property.
11496
11497 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11498
11499         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
11500         `message-field'.  The `field' property has a special significance in
11501         Emacs 21.
11502
11503         * message.el (message-send, message-setup-1): Ditto.
11504
11505 2001-10-18  Simon Josefsson  <jas@extundo.com>
11506
11507         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
11508         when undoing.
11509
11510 2001-10-18  Simon Josefsson  <jas@extundo.com>
11511         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
11512
11513         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
11514         (gnus-summary-make-menu-bar): Ditto.
11515
11516 2001-10-17  Simon Josefsson  <jas@extundo.com>
11517
11518         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
11519         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
11520
11521 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11522
11523         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
11524         * gnus-util.el (gnus-user-date): New function.
11525         From Frank Schmitt <usenet@Frank-Schmitt.net>.
11526
11527 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11528
11529         * message.el (message-check-news-header-syntax): Special case
11530         nnvirtual groups.
11531
11532         * gnus-sum.el (gnus-summary-respool-default-method): Changed
11533         customize type to `symbol'.
11534
11535 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11536
11537         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
11538         %&foo;.
11539         (gnus-parse-simple-format): Support user extended spec too.
11540         %u&foo; invokes gnus-user-format-function-foo.
11541
11542 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11543
11544         * nnml.el (nnml-request-expire-articles): Make sure it is back to
11545         the server.
11546         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11547         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11548         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11549         * nndiary.el (nndiary-request-expire-articles): Ditto.
11550         (nndiary-schedule): Defsubst it before use it.
11551         (nndiary-error): eval-and-compile.
11552
11553 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11554
11555         * gnus-msg.el (gnus-post-method): Changed two instances of
11556         `active' to `current' and one `null' to `not'.
11557
11558 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11559         From Katsumi Yamaoka <yamaoka@jpl.org>.
11560
11561         * message.el (message-setup-fill-variables): Use
11562         `normal-auto-fill-function' instead of `auto-fill-function'.
11563
11564 2001-10-16  Simon Josefsson  <jas@extundo.com>
11565
11566         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
11567         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
11568         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
11569
11570 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11571         Patch by Oliver Scholz <oscholz@my.gnus.org>.
11572
11573         * gnus-draft.el (gnus-draft-edit-message): Add text property
11574         `field' with value `header' to message headers.
11575         * message.el (message-setup-1): Really add text property to all of
11576         the header, not just part of it.
11577
11578 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11579
11580         * gnus-group.el (gnus-group-sort-by-server): Use it.
11581
11582         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
11583
11584         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
11585         and keystroke.
11586
11587 2001-10-14  Simon Josefsson  <jas@extundo.com>
11588
11589         * dig.el: Doc fix.
11590
11591         * smime.el: Doc fix.
11592
11593         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
11594         charset magic from message.el.
11595
11596 2001-10-12  Simon Josefsson  <jas@extundo.com>
11597         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
11598
11599         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
11600         'cite from g-a-wash-types.
11601         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
11602         (gnus-article-hide-citation): Fix.
11603
11604         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
11605         character.
11606         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
11607
11608         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
11609         definition.
11610         (gnus-signature-toggle): Toggle `s' mode line character.
11611
11612         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
11613         doing stuff that clears it.
11614
11615 2001-10-12  Simon Josefsson  <jas@extundo.com>
11616
11617         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
11618         From Eric Marsden <emarsden@laas.fr>.
11619
11620 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11621
11622         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
11623         (autoload): Add some autoloads.
11624
11625 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11626         Suggested by Oliver Scholz <epameinondas@gmx.de>.
11627
11628         * message.el (message-do-auto-fill): New function.  Like
11629         `do-auto-fill' but don't fill when in the message header.
11630         (message-setup-1): Put a text property on the message header.
11631         (message-setup-fill-variables): Use `message-do-auto-fill'.
11632
11633 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11634
11635         * message.el (message-send-mail-partially): Insert an empty line
11636         first, because of the change of message-make-lines.
11637
11638 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
11639
11640         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
11641         iso-8859-15, make it an alias for iso-8859-1.
11642
11643 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * message.el (message-send-news): Don't modify the value of
11646         `message-syntax-checks' if it is not a list (possibly it is
11647         `dont-check-for-anything-just-trust-me').
11648
11649 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * gnus-group.el (gnus-group-name-charset-group-alist): Use
11652         `find-coding-system' for XEmacs to check whether the coding-system
11653         `utf-8' is available.
11654
11655 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11656
11657         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
11658
11659 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
11660
11661         * message.el (message-send-news): Oops, missed case with no
11662         "Followup-To" header...
11663
11664 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
11665
11666         * message.el (message-send-news): Allow
11667         `gnus-group-name-charset-group-alist' to affect encoding of the
11668         "Newsgroups" and "Followup-To" headers.
11669
11670 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11671
11672         * Makefile.in (install-el): Depend on gnus-load.el.
11673
11674 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11675
11676         * Makefile.in (install-el): Use -f.
11677         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
11678
11679 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
11680
11681         * message.el (message-send-news): Don't encode Followups-To when
11682         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
11683
11684         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
11685         header.
11686
11687         * gnus-art.el (article-decode-group-name): Also decode
11688         "Followup-To".
11689
11690         * rfc2047.el (rfc2047-encode-message-header): Encode without
11691         asking for null methods.
11692
11693         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
11694         default charset for newsgroup names in accordance with USEFOR.
11695
11696         * gnus-group.el (gnus-group-name-charset-method-alist,
11697         gnus-group-name-charset-group-alist): Removed "*" from doc
11698         strings, "*" should not be used for complex variables.
11699
11700 2001-10-06  Simon Josefsson  <jas@extundo.com>
11701
11702         Support UTF-8 group names better.
11703
11704         * message.el (message-check-news-header-syntax): Encode group
11705         names before comparison.
11706
11707         * gnus-msg.el (gnus-copy-article-buffer): Run all
11708         `gnus-article-decode-hook's except `article-decode-charset'
11709         instead of hardcoding call to one of them.
11710
11711         * gnus-art.el (gnus-article-decode-hook): Add
11712         `article-decode-group-name'.
11713         (article-decode-group-name): New function, use `g-d-n'.
11714
11715         * gnus-group.el (gnus-group-insert-group-line): Decode
11716         gnus-tmp-group using `g-d-n'.
11717
11718         * gnus-util.el (gnus-decode-newsgroups): New function.
11719
11720 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11721
11722         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
11723         `gnus-group-name-charset-group-alist'.
11724
11725 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11726
11727         * Makefile.in: Install el in install. Add uninstall.
11728
11729 2001-10-05  Simon Josefsson  <jas@extundo.com>
11730
11731         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
11732
11733         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
11734
11735         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
11736         empty folders.
11737
11738         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
11739         limiting if read-all (C-u RET) was used.
11740
11741 2001-10-04  Simon Josefsson  <jas@extundo.com>
11742
11743         * mail-source.el (mail-source-movemail-program): New variable.
11744         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
11745         <thutt@thutt.vmware.com>.
11746
11747 2001-10-03  Simon Josefsson  <jas@extundo.com>
11748
11749         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
11750         (gnus-summary-line-format-alist): Fix param.
11751
11752 2001-10-02  Simon Josefsson  <jas@extundo.com>
11753
11754         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
11755         don't go through `nnimap-request-expire-articles' to delete the
11756         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
11757
11758 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11759
11760         * gnus-agent.el (gnus-agent-write-active): The min in the
11761         agent/active may be larger than that in the server/active.
11762
11763 2001-10-01  Simon Josefsson  <jas@extundo.com>
11764
11765         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
11766         is IMAP4rev1.
11767
11768         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
11769
11770         * nnfolder.el: Ditto.
11771
11772 2001-09-30  Dan Christensen  <jdc@uwo.ca>
11773
11774         * gnus-sum.el (gnus-summary-extract-address-component): New function.
11775         (gnus-summary-from-or-to-or-newsgroups): Optimize.
11776
11777 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11778
11779         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
11780         (message-mode-menu): Menu item for same.
11781
11782         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
11783         delayed articles.
11784
11785         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
11786         nndraft:delayed does not exist.
11787         (gnus-delay-initialize): Don't set up keymap, that's done from
11788         message.el now.
11789         (gnus-delay, gnus-delay-group, gnus-delay-header)
11790         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
11791
11792 2001-09-29  Simon Josefsson  <jas@extundo.com>
11793
11794         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
11795         utf-8, not eight-bit-control.
11796
11797         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
11798         (imap-log, imap-debug): Custom.
11799         (imap-log-buffer, imap-debug-buffer): New constants.
11800         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
11801         (imap-network-open, imap-shell-open, imap-starttls-open)
11802         (imap-send-command-1, imap-send-command, imap-arrival-filter)
11803         (imap-debug): Use imap-*-buffer.
11804
11805         * nndoc.el (nndoc-article-type): Add mailman.
11806         (nndoc-type-alist): Ditto.
11807         (nndoc-mailman-type-p): New function.
11808
11809 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11810
11811         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
11812         gnus-art.el.
11813
11814 2001-09-27  Simon Josefsson  <jas@extundo.com>
11815
11816         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
11817         (gnus-topic-catchup-articles): New function. Suggested by Robin
11818         S. Socha <robin-dated-1001857693.185e29@socha.net>.
11819
11820 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11821         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
11822
11823         * gnus-ems.el (gnus-article-display-xface): Insert xface after
11824         previous ones.
11825
11826 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11827         From Daiki Ueno  <ueno@unixuser.org>
11828
11829         * gnus-sum.el (gnus-summary-show-article): The arglist of
11830         detect-coding-region is incompatible.
11831
11832 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11833         From Katsuhiro Hermit Endo <hermit@koka-in.org>
11834
11835         * gnus-group.el (gnus-group-delete-group): Typo.
11836
11837 2001-09-26  Simon Josefsson  <jas@extundo.com>
11838
11839         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
11840
11841         * nnimap.el (nnimap-expiry-target): Use temp buffer.
11842
11843 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11844
11845         * gnus-cus.el (gnus-group-parameters): Display as sexp.
11846
11847 2001-09-22  Simon Josefsson  <jas@extundo.com>
11848
11849         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
11850
11851         * nnfolder.el (nnfolder-open-marks): Ditto.
11852
11853         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
11854         (gnus-update-marks): Use it.
11855         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
11856         hardcoded list.
11857
11858         * gnus.el (gnus-article-special-mark-lists): Add killed.
11859         (gnus-article-unpropagated-mark-lists): New constant.
11860
11861 2001-09-22  Simon Josefsson  <jas@extundo.com>
11862
11863         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
11864         custom option.
11865
11866 2001-09-23  Simon Josefsson  <jas@extundo.com>
11867
11868         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
11869
11870 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11871
11872         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
11873
11874 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
11875
11876         * gnus-group.el (gnus-group-sort-function): Fix customize type to
11877         accept lists of functions.
11878
11879 2001-09-20  Simon Josefsson  <jas@extundo.com>
11880
11881         * gnus-group.el (gnus-group-catchup): Update expire marks in
11882         backend.  Also, if ALL also set expire marks on tick/dormant.
11883
11884 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11885
11886         * message.el (message-tab-body-function): New variable.
11887         * message.el (message-tab): Use it.
11888
11889 2001-09-19  Sam Steingold  <sds@gnu.org>
11890
11891         * gnus-win.el (gnus-buffer-configuration): Respect
11892         `gnus-bug-create-help-buffer'.
11893
11894 2001-09-18  Simon Josefsson  <jas@extundo.com>
11895
11896         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
11897         (gnus-parse-simple-format): Re-revert.
11898
11899 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
11900         Trivial patch.
11901
11902         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
11903         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
11904
11905 2001-09-18  Simon Josefsson  <jas@extundo.com>
11906
11907         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
11908         signed.
11909         (gnus-parse-simple-format): Don't use it.
11910
11911 2001-09-17  Miles Bader  <miles@gnu.org>
11912
11913         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
11914         error querying a backend abort the whole process.
11915
11916 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11917
11918         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
11919         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
11920
11921 2001-09-17  Didier Verna  <didier@xemacs.org>
11922
11923         * nndiary.el: version 0.2-b14.
11924         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
11925         compatibility problem with XEmacs 21.1.
11926
11927 2001-09-15  Simon Josefsson  <jas@extundo.com>
11928
11929         * gnus-group.el (gnus-group-line-format): Document %c.
11930
11931         * nnml.el (nnml-parse-head): Handle CRLF files.
11932         (nnml-generate-nov-file): Ditto.
11933         (nnml-retrieve-headers): Ditto.
11934
11935 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
11936
11937         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
11938
11939 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
11940
11941         * gnus-spec.el (gnus-correct-substring): Still stopped one
11942         character before we wanted (never included last character).
11943         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
11944         add missing "," (once per function)
11945
11946 2001-09-14  Simon Josefsson  <jas@extundo.com>
11947
11948         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
11949         (otherwise e.g. gnus-agentize in .gnus overrides the customized
11950         default before gnus-group is loaded and the variable set.)
11951
11952         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
11953         killed or unsent marks.
11954
11955         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
11956         isn't an article to set it on (e.g. when you `a' in a group).
11957
11958 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11959
11960         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
11961         can read e-mails from Microsoft Outlook users not using ISO
11962         8859-2 character set.
11963
11964 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11965
11966         * gnus-diary.el: Minor modifications to avoid warnings.
11967         (gnus-summary-misc-menu): defvar.
11968         (gnus-diary-check-message): Use gnus-point-at-eol.
11969         (gnus-diary-kill-entire-line): eval-and-compile.
11970
11971 2001-09-12  Didier Verna  <didier@xemacs.org>
11972
11973         * nndiary.el: new version (0.2-b13).
11974         * nndiary.el (nndiary-mail-sources): doc update.
11975         * nndiary.el (nndiary-split-methods): ditto.
11976         * nndiary.el (nndiary-request-accept-article-hooks): New.
11977         * nndiary.el (nndiary-request-accept-article): use it, check
11978         message validity.
11979         * nndiary.el (nndiary-get-new-mail): changed default to nil.
11980         * nndiary.el (nndiary-schedule): fix bug (misplaced
11981         condition-case): it didn't return nil on error.
11982         * gnus-diary.el: new version.
11983         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
11984         * gnus-diary.el (gnus-diary-header-value-history): New.
11985         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
11986         * gnus-diary.el (gnus-diary-add-header): New.
11987         * gnus-diary.el (gnus-diary-check-message): New.
11988         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
11989         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
11990
11991 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11992
11993         * gnus-sum.el (gnus-select-newsgroup): Make
11994         `gnus-current-select-method' buffer-local.
11995
11996         * gnus-art.el (gnus-request-article-this-buffer): Refer
11997         `gnus-current-select-method' in the current summary buffer.
11998
11999 2001-09-10  Simon Josefsson  <jas@extundo.com>
12000         From Daniel Pittman <daniel@rimspace.net>
12001
12002         * gnus-spec.el (gnus-correct-pad-form): Fix.
12003
12004 2001-09-09  Simon Josefsson  <jas@extundo.com>
12005
12006         * mm-decode.el (mm-inline-media-tests): Add
12007         application/x-emacs-lisp.
12008         (mm-attachment-override-types): Add
12009         application/{x-,}pkcs7-signature.
12010
12011         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
12012         (gnus-server-line-format, gnus-server-mode-line-format)
12013         (gnus-server-browse-in-group-buffer): Customize.
12014
12015 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12016
12017         * nnml.el (nnml-marks-changed-p): Typo.
12018         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
12019         (nnml-marks-changed-p): Use gnus-gethash.
12020         (nnml-marks-modtime): Use gnus-make-hashtable.
12021
12022         * nnfolder.el (nnfolder-marks-changed-p): Typo.
12023         (nnfolder-request-expire-articles, nnfolder-save-marks)
12024         (nnfolder-open-marks): Typo.
12025         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
12026         (nnfolder-marks-changed-p): Use gnus-gethash.
12027         (nnfolder-marks-modtime): Use gnus-make-hashtable.
12028
12029 2001-09-08  Simon Josefsson  <jas@extundo.com>
12030
12031         * nnfolder.el (nnfolder-marks-modtime): New variable.
12032         (nnfolder-marks-changed-p): New function.
12033         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
12034         (nnfolder-request-update-info): Don't update if marks didn't change.
12035
12036         * nnml.el (nnml-marks-modtime): New variable.
12037         (nnml-marks-changed-p): New function.
12038         (nnml-save-marks, nnml-open-marks): Save modtime.
12039         (nnml-request-update-info): Don't update if marks didn't change.
12040
12041         * gnus-agent.el (gnus-agent-any-covered-gcc)
12042         (gnus-agent-add-server, gnus-agent-remove-server): Use
12043         gnus-agent-method-p.
12044
12045         * gnus-art.el (gnus-buttonized-mime-types): New variable.
12046         (gnus-unbuttonized-mime-type-p): Use it.
12047
12048         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
12049         fetch group.
12050
12051 2001-09-08  Simon Josefsson  <jas@extundo.com>
12052         From Daniel Pittman <daniel@rimspace.net>
12053
12054         * gnus-spec.el (gnus-correct-pad-form): New function.
12055         (gnus-parse-simple-format): Use it.
12056
12057 2001-09-07  Simon Josefsson  <jas@extundo.com>
12058
12059         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
12060         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
12061         Putnam <reader@newsguy.com>.
12062         (gnus-group-sort-selected-groups): Touch dribble file.
12063
12064 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
12065
12066         * nnml.el (nnml-filenames-are-evil): New variable.
12067         (nnml-article-to-file-alist): Rename to ...
12068         (nnml-current-group-article-to-file-alist): ... this.
12069         Respect `nnml-filenames-are-evil'.
12070         (nnml-active-number): Update.
12071         (nnml-update-file-alist): Update.
12072         (nnml-request-article): Use nnheader-article-to-file-alist.
12073         (nnml-request-rename-group): Likewise.
12074
12075 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * gnus-sum.el (gnus-summary-insert-line): Fix.
12078
12079 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
12080
12081         * gnus-sum.el: Bind g-s-t-s to "W g".
12082         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
12083         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
12084         display of graphical smilies.
12085
12086 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12087
12088         * gnus-start.el (gnus-setup-news): A typo.
12089         From Bill White <billw@wolfram.com>.
12090
12091 2001-09-06  Simon Josefsson  <jas@extundo.com>
12092
12093         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
12094         and unseen marks.
12095
12096 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12097
12098         * nnmail.el (nnmail-split-fancy): Document `junk'.
12099
12100 2001-09-04  Simon Josefsson  <jas@extundo.com>
12101
12102         * imap.el (imap-search): Don't error if server is broken.
12103
12104 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
12105
12106         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
12107         searching for an article that isn't in the mbox.
12108
12109 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12110
12111         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
12112         right, and get all the comments.
12113
12114 2001-09-02  Simon Josefsson  <jas@extundo.com>
12115         Suggested by Dan Christensen <jdc+news@uwo.ca>
12116
12117         * nnfolder.el (nnfolder-request-update-info): Fix message.
12118
12119         * nnml.el (nnml-request-update-info): Ditto.
12120
12121 2001-09-01  Simon Josefsson  <jas@extundo.com>
12122
12123         * nnml.el (nnml-request-expire-articles): Also bind
12124         `nnml-current-group' and `nnml-article-file-alist' when using
12125         expiry-target. (Otherwise nnml will be in a inconsistent internal
12126         state causing all kind of problems.)
12127         (nnml-request-expire-articles): If `nnml-article-to-file' or
12128         `file-attributes' failes, return article as un-expirable instead
12129         of treating it as expired.
12130
12131 2001-08-31  Sam Steingold  <sds@gnu.org>
12132
12133         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
12134         typo: `exmine' --> `examine'.
12135
12136 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12137
12138         * nndoc.el (nndoc-forward-type-p): It is not a digest.
12139
12140 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12141
12142         * nnml.el (nnml-check-directory-twice): Remove.
12143         (nnml-retrieve-headers): Ditto.
12144         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
12145
12146 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12147
12148         * nnheader.el (nnheader-directory-files-is-safe): No need to read
12149         directory twice on Windows, or on GNU Emacs-21.
12150
12151 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12152
12153         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
12154         (nnml-request-rename-group): Ditto.
12155         (nnml-active-number): Ditto.
12156         (nnml-request-create-group): Use nnml-directory-articles.
12157         (nnml-request-expire-articles): Use nnml-directory-articles, which
12158         gets list from nov database if available.
12159         (nnml-get-nov-buffer): New function.
12160         (nnml-open-nov): Use it.
12161         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
12162         gets alist from nov database if available.
12163         (nnml-directory-articles): New function.
12164         (nnml-article-to-file-alist): New function.
12165
12166 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12167
12168         * mm-decode.el (mm-display-external): Use `name' as filename, if
12169         `filename' attribute is not present.
12170
12171 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12172
12173         * mail-source.el (mail-source-flash): New defcustom.
12174         (mail-source-new-mail-p): Ring visible bell if appropriate.
12175         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
12176         timer is cleared even if mail check signals an error.
12177
12178 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12179
12180         * gnus-sum.el (gnus-summary-move-article): Only update marks of
12181         type 'list.
12182
12183 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12184
12185         * flow-fill.el (fill-flowed): eol might be point-max.
12186
12187 2001-08-27  Simon Josefsson  <jas@extundo.com>
12188
12189         * nnml.el (nnml-request-update-info): Fix message.
12190         (nnml-open-marks): Ditto.
12191
12192         * nnfolder.el (nnfolder-request-update-info):
12193         (nnfolder-open-marks): Fix message.
12194
12195 2001-08-25  Simon Josefsson  <jas@extundo.com>
12196
12197         * nnfolder.el (nnfolder-save-marks): Don't create directory named
12198         after group in ~/.
12199
12200 2001-08-25  Simon Josefsson  <jas@extundo.com>
12201         From Andreas Jaeger  <aj@suse.de>
12202
12203         * nnfolder.el (nnfolder-open-marks): Fix typo.
12204         * nnml.el (nnml-open-marks): Likewise.
12205
12206 2001-08-25  Simon Josefsson  <jas@extundo.com>
12207
12208         Make nnfolder groups self-contained as far as marks are concerned.
12209
12210         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
12211         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
12212         (nnfolder-open-server): Make marks directory.
12213         (nnfolder-request-delete-group): Delete marks file.
12214         (nnfolder-request-delete-group): Check of nov/marks file exist
12215         before deleting.
12216         (nnfolder-request-rename-group): Rename marks file.
12217         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
12218         (nnfolder-request-set-mark, nnfolder-request-update-info)
12219         (nnfolder-group-marks-pathname, nnfolder-save-marks)
12220         (nnfolder-open-marks): New functions.
12221         (top-level): Require gnus.
12222
12223 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12224
12225         * nnweb.el (nnweb-type-definition): Use google raw file.
12226         (nnweb-google-parse-1): Ditto.
12227         (nnweb-google-identity): Ditto.
12228         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
12229         (nnweb-altavista-wash-article): Ditto.
12230         (nnweb-request-article): Remove nnweb-decode-entities.
12231
12232         * nnml.el: Require 'gnus.
12233
12234 2001-08-25  Simon Josefsson  <jas@extundo.com>
12235
12236         * nnml.el (nnml-marks-is-evil): Add doc.
12237
12238 2001-08-25  Simon Josefsson  <jas@extundo.com>
12239
12240         * nnml.el (nnml-save-marks): Wrap saving marks in a
12241         condition-case, to allow user to start Gnus if saving marks failed
12242         for some reason.
12243
12244 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12245
12246         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
12247
12248         * gnus-group.el (gnus-update-group-mark-positions): Bind
12249         gnus-group-update-hook to nil.
12250
12251 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12252
12253         * mml.el (mml-generate-mime-1): Force as multibyte string.
12254
12255 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12256
12257         * gnus-sum.el (gnus-summary-insert-line)
12258         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
12259         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
12260
12261         * gnus-spec.el (gnus-correct-substring): Take optional END.
12262
12263         * nnrss.el (nnrss-request-article): Remove \n.
12264         (nnrss-retrieve-headers): Lines number is -1.
12265
12266 2001-08-24  Simon Josefsson  <jas@extundo.com>
12267
12268         * gnus-group.el (gnus-info-clear-data): Call
12269         nnfoo-request-set-mark to propagate marks.  Fix bug:
12270         `gnus-group-update-line' doesn't update read range unless we call
12271         `gnus-get-unread-articles-in-group' first.
12272
12273         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
12274         to server.
12275
12276 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12277
12278         * gnus-util.el (gnus-create-info-command): Return an interactive
12279         function.
12280
12281 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12282         From Katsumi Yamaoka <yamaoka@jpl.org>
12283
12284         * gnus-spec.el (gnus-parse-complex-format): Use equal.
12285
12286 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12287
12288         * gnus-sum.el (gnus-select-newsgroup): Use it.
12289
12290         * gnus-util.el (gnus-not-ignore): New function.
12291
12292         * lpath.el (featurep): Don't fbind char-int.
12293
12294         * gnus-util.el (gnus-create-info-command): New function.
12295
12296         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
12297         right node.
12298
12299         * gnus-sum.el (gnus-select-newsgroup): Clean up.
12300         (gnus-summary-limit-children): Use 'identity instead of `all'.
12301         (gnus-summary-limit-to-display-predicate): New command and
12302         keystroke.
12303
12304 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12305
12306         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
12307
12308         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
12309
12310 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12311
12312         * gnus-spec.el: Add the Gnus version.
12313         (gnus-update-format-specifications): If the Gnus version changes,
12314         nix out the format spec cache.
12315
12316         * gnus.el (gnus-continuum-version): Made into a command and
12317         optionalize the VERSION.
12318
12319         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
12320         the start of the lines.
12321
12322 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12323
12324         * gnus.el (gnus-visual-p): Define function before use of
12325         function.
12326
12327 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12328
12329         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
12330         (gnus-article-mark-to-type): New function.
12331         (gnus-update-missing-marks): Only update marks of type 'list.
12332
12333         * gnus.el (gnus-article-special-mark-lists): New variable.
12334
12335 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12336
12337         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
12338         (gnus-select-newsgroup): Still use 'all.
12339         (gnus-summary-initial-limit): Comparing with 'all.
12340
12341 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12342
12343         * gnus-start.el (gnus-activate-group): If dont-check, don't update
12344         active.
12345
12346 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12347
12348         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
12349         nnslashdot-*-retrieve-headers.
12350         (nnslashdot-request-article): Fix for slashcode 2.2.
12351         (nnslashdot-make-tuple): New function.
12352         (nnslashdot-read-groups): Use it.
12353
12354 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12355
12356         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
12357         list.
12358
12359         * gnus-sum.el (gnus-summary-move-article): Don't select article.
12360
12361 2001-08-20  Simon Josefsson  <jas@extundo.com>
12362
12363         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
12364         opened, error instead of continuing (and exploding later).
12365
12366 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12367
12368         * gnus.el (gnus-expand-group-parameters): Return the parameter
12369         list.
12370
12371         * gnus-sum.el (gnus-summary-show-article): Doc fix.
12372         (gnus-summary-show-article): Guess at charset if required.
12373
12374         * gnus-spec.el (gnus-correct-substring): Stopped one character
12375         before we wanted.
12376
12377 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12378
12379         * earcon.el (earcon-auto-play): Remove unused option.
12380
12381 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12382
12383         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
12384         message down in levels, since it happens very fast.
12385
12386         * smiley-ems.el (smiley-update-cache): Respect the symbol version
12387         of smiley-regexp-alist.
12388
12389         * mm-view.el (mm-inline-text): Ignore vcard errors.
12390
12391         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
12392
12393         * gnus-score.el (gnus-all-score-files): Use append instead of
12394         nconc.
12395
12396         * gnus.el (gnus-splash-face): Doc fix.
12397
12398         * mm-decode.el (mm-mailcap-command): Use
12399         mm-path-name-rewrite-functions.
12400         (mm-path-name-rewrite-functions): New variable.
12401
12402         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
12403         (gnus-complex-form-to-spec): Insert tab.
12404         (gnus-spec-tab): New function.
12405
12406         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
12407         entering the group.
12408
12409         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
12410         the positional spec.
12411         (gnus-parse-complex-format): React to %C.
12412
12413         * gnus-ems.el (gnus-char-width): Moved here.
12414
12415         * gnus-sum.el (gnus-select-newsgroup): Set
12416         gnus-newsgroup-articles.
12417         (gnus-unseen-mark): New variable.
12418         (gnus-newsgroup-unseen): Ditto.
12419         (gnus-newsgroup-seen): Ditto.
12420         (gnus-adjust-marked-articles): Use them.
12421         (gnus-update-marks): Use them.
12422         (gnus-summary-update-secondary-mark): Display.
12423         (gnus-summary-prepare-threads): Display.
12424
12425         * gnus-msg.el (gnus-inews-group-method): Use and return the
12426         method, not the server.
12427
12428 2001-08-19  Simon Josefsson  <jas@extundo.com>
12429
12430         * gnus-srvr.el (gnus-server-agent-face): New.
12431         (gnus-server-agent-face): New.
12432         (gnus-server-mode): Turn on font-lock-mode.
12433
12434         * gnus.el (gnus-server-visual): Add defgroup.
12435
12436 2001-08-19  Simon Josefsson  <jas@extundo.com>
12437         From Joe Casadonte <jcasadonte@northbound-train.com>
12438
12439         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
12440         gnus-server-denied-face): New.
12441         (gnus-server-opened-face, gnus-server-closed-face,
12442         gnus-server-denied-face): New.
12443         (gnus-server-font-lock-keywords): Add.
12444
12445 2001-08-19  Simon Josefsson  <jas@extundo.com>
12446
12447         * nnml.el (nnml-request-set-mark): Return nil.
12448         (nnml-save-marks): Use nnml-possibly-create-directory.
12449         (nnml-open-marks): Only work in temp buffer when inserting/reading
12450         .marks file.
12451
12452 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12453
12454         * gnus.el (gnus-expand-group-parameters): Fix.
12455
12456         * gnus-spec.el (gnus-char-width): New function.
12457         (gnus-correct-substring, gnus-correct-length): Use it.
12458
12459         * message.el (message-required-mail-headers): Fix doc.
12460
12461 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12462
12463         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
12464
12465         * mm-decode.el (mm-save-part-to-file): Insert the handle.
12466
12467 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12468
12469         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
12470         slashdot 2.2 (not fully fixed yet).
12471         (nnslashdot-request-article): Ditto.
12472
12473 2001-08-18  Simon Josefsson  <jas@extundo.com>
12474
12475         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
12476         nnimap.
12477
12478         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
12479         gnus-util.
12480         (nnimap-request-update-info-internal): Use new functions.
12481
12482         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
12483         new functions.
12484
12485 2001-08-18  Simon Josefsson  <jas@extundo.com>
12486
12487         Make nnml groups self-contained as far as marks are concerned.
12488
12489         * nnml.el (nnml-request-delete-group): Delete marks file.
12490         (nnml-request-rename-group): Move marks file.
12491         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
12492         variables.
12493         (nnml-request-set-mark, nnml-request-update-info): New server
12494         functions.
12495         (nnml-save-marks, nnml-open-marks): New functions.
12496
12497 2001-08-18  Simon Josefsson  <jas@extundo.com>
12498
12499         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
12500         `set' when setting marks.
12501
12502 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12503
12504         * gnus.el (gnus-info-find-node): Take an argument.
12505
12506         * gnus-art.el (gnus-button-handle-info): New function.
12507         (gnus-url-unhex-string): Replace "+" with " ".
12508
12509 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12510
12511         * message.el (message-check-news-header-syntax): Check bad From.
12512
12513 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12514
12515         * gnus-spec.el (gnus-correct-length): New function.
12516         (gnus-correct-substring): New function.
12517         (gnus-tilde-max-form): Use it.
12518
12519 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
12520
12521         * nnmh.el: Docstring changes as below.
12522
12523         * nnml.el: Docstring changes as below.
12524
12525         * nnbabyl.el: Docstring changes as below.
12526
12527         * nnmbox.el: Docstring changes as below.
12528
12529         * nnfolder.el: Added docstrings identifying each virtual server
12530         parameter.
12531
12532 2001-08-18  Simon Josefsson  <jas@extundo.com>
12533
12534         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
12535
12536 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
12537
12538         * message.el: rename "Abort Message" to "Postpone Message".
12539         Remove "Attach file as MIME" from Message menu, it's already in
12540         the MIME menu.
12541
12542 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12543
12544         * smime.el (smime-point-at-eol): eval-and-compile.
12545         (smime-make-temp-file): New function.
12546         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
12547         Use it.
12548
12549 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12550
12551         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
12552         (gnus-agent-summary-fetch-group): New command and keystroke.
12553
12554         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
12555         (gnus-mime-display-security): Make it respect
12556         gnus-unbuttonized-mime-type-p.
12557
12558         * gnus-sum.el (gnus-articles-to-read): Comments.
12559         (gnus-article-marked-p): New function.
12560         (gnus-summary-display-make-predicate): New function.
12561         (gnus-select-newsgroup): Use them.
12562
12563         * mm-decode.el (mm-save-part-to-file): Made it not error.
12564
12565 2001-08-17  Simon Josefsson  <jas@extundo.com>
12566
12567         * imap.el (imap-wait-for-tag): If process-status isn't open or
12568         run, return nil instead of sit-for looping.
12569
12570 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12571
12572         * lpath.el (featurep): fbind xml-parse-region.
12573
12574         * gnus.el (gnus-message-archive-method): Default to "archive".
12575         (gnus-message-archive-method): Doc fix.
12576         (gnus-parameters-get-parameter): Cleaned up.
12577         (gnus-expand-group-parameter): New function.
12578
12579         * gnus-start.el (gnus-setup-news): Push the archive server only
12580         the server list.
12581
12582         * mml.el (mml-menu): Changed name to "Attachments".
12583
12584         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
12585         when there is something to detroy.
12586
12587 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12588
12589         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
12590         nil.
12591
12592 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12593
12594         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
12595         which specifies a time today or tomorrow.
12596
12597 2001-08-15  Simon Josefsson  <jas@extundo.com>
12598         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
12599
12600         * gnus-agent.el (gnus-agent-make-mode-line-string)
12601         (gnus-agent-toggle-plugged): Use new API.
12602
12603 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12604
12605         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
12606         deadline has expired.
12607
12608 2001-08-12  Simon Josefsson  <jas@extundo.com>
12609         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
12610
12611         Support `recent' mark indicating newly arrived messages (to
12612         separate from old but unread messages).
12613
12614         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
12615         `nnmail-split-history' if recent is > 0.
12616         (nnimap-request-update-info-internal): Update `recent' marks.
12617         (nnimap-request-set-mark): Never set `recent' marks.
12618         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
12619         recent.
12620
12621         * gnus-sum.el (gnus-recent-mark): New mark.
12622         (gnus-newsgroup-recent): New variable.
12623         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
12624         (gnus-summary-prepare-threads): Mark recent articles.
12625         (gnus-summary-add-mark): Support recent.
12626         (gnus-summary-update-secondary-mark): Support recent.
12627
12628         * gnus.el (gnus-article-mark-lists): Add recent.
12629
12630 2001-08-12  Simon Josefsson  <jas@extundo.com>
12631
12632         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
12633         whether successful decoding took place.  Add doc.
12634
12635 2001-08-12  Simon Josefsson  <jas@extundo.com>
12636         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
12637
12638         * gnus.el (gnus-summary-line-format, gnus-parameters):
12639         * gnus-gl.el (gnus-summary-grouplens-line-format):
12640         * gnus-salt.el (gnus-summary-pick-line-format):
12641         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
12642
12643 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
12644         Committed by Kai Gro\e,b_\e(Bjohann.
12645
12646         * gnus-score.el (gnus-score-string): Fix `match' regexp
12647         for `extra' header case.
12648
12649 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12650
12651         * nnmbox.el (nnmbox-read-mbox): No warning.
12652
12653 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12654
12655         * nndoc.el (nndoc-article-type): Fix doc.
12656         (nndoc-generate-article-function): New variable.
12657         (nndoc-dissection-function): New variable.
12658         (nndoc-type-alist): Add oe-dbx.
12659         (nndoc-oe-dbx-type-p): New function.
12660         (nndoc-oe-dbx-dissection): New function.
12661         (nndoc-oe-dbx-generate-article): New function.
12662
12663 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12664
12665         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
12666         whether deadline has been reached.  Patch from Dan Nicolaescu
12667         <dann@godzilla.ics.uci.edu>.
12668
12669 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12670
12671         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
12672         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
12673         <rintaman@cs.Helsinki.FI>.
12674
12675         * mail-source.el (mail-source-movemail): The error buffer is
12676         modified, but nothing in it.
12677
12678 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12679
12680         * message.el (message-bogus-system-names): New variable.
12681         (message-make-fqdn): Use it.
12682
12683 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12684
12685         * nndraft.el (nndraft-request-group): Use
12686         nndraft-auto-save-file-name.
12687
12688 2001-08-09  Simon Josefsson  <jas@extundo.com>
12689
12690         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
12691         Don't ask whether to decrypt.  Just leave result in buffer (don't
12692         call mm).
12693
12694         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
12695         parts as well.
12696         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
12697         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
12698
12699 2001-08-09  Simon Josefsson  <jas@extundo.com>
12700
12701         * mm-decode.el (mm-insert-part): Return decoding success status.
12702         (mm-save-part-to-file): Error if decoding failed.
12703
12704 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12705
12706         * message.el (message-tab): Use indent-relative.
12707         (message-mode): Don't bind indent-line-function to indent-relative.
12708
12709 2001-08-09  Simon Josefsson  <jas@extundo.com>
12710
12711         * message.el (message-get-reply-headers): Fix string. Suggested by
12712         Christoph Conrad <cc@cli.de>.
12713
12714 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12715
12716         * message.el (message-tab): Use the current value of
12717         indent-line-function.
12718         (message-mode): Bind indent-line-function to indent-relative.
12719
12720 2001-08-08  Simon Josefsson  <jas@extundo.com>
12721
12722         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
12723         whether `imtest' is installed.
12724
12725 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12726         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12727
12728         * gnus-sum.el (gnus-summary-show-article): Call
12729         gnus-summary-update-secondary-secondary-mark.
12730         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
12731         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
12732
12733 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12734
12735         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
12736
12737         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12738
12739         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
12740         <gerd@gnu.org>.
12741
12742         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
12743
12744         * gnus-util.el (gnus-output-to-rmail): Ditto.
12745         (gnus-output-to-mail): Ditto.
12746
12747         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
12748
12749 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
12750
12751         * message.el (message-indent-citation): Use
12752         `message-yank-cited-prefix' for empty lines.
12753
12754 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
12755
12756         * message.el (message-indent-citation): Quote only lines starting
12757         with ">" using `message-yank-cited-prefix'.
12758
12759 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12760         Trivial patch.
12761
12762         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
12763         gnus-cache-fully-p.
12764
12765 2001-08-04  Simon Josefsson  <jas@extundo.com>
12766
12767         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
12768         file if it doesn't exist (by calling gnus-cache-read-active).
12769
12770 2001-08-04  Simon Josefsson  <jas@extundo.com>
12771
12772         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
12773         (gnus-cache-passively-or-fully-p): Removed.
12774         (gnus-cache-fully-p): Fix it.
12775
12776         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
12777
12778 2001-08-04  Simon Josefsson  <jas@extundo.com>
12779
12780         * gnus-cache.el (gnus-cache-fully-p)
12781         (gnus-cache-passively-or-fully-p): New functions.
12782         (gnus-cache-possibly-enter-article): Cosmetic change, use
12783         `g-c-p-o-f-p'.
12784         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
12785         was bogus (`g-c-p-a-a' does not change active info, just change
12786         the functions parameters).
12787         (gnus-cache-possibly-remove-articles-1): Make sure articles are
12788         not removed in groups that match `gnus-uncacheable-groups'.
12789
12790         Reported and modifications based on discussions with Nuutti
12791         Kotivuori <nuutti.kotivuori@smarttrust.com>.
12792
12793 2001-08-04  Simon Josefsson  <jas@extundo.com>
12794         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12795
12796         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
12797         calls `gnus-cache-update-active' if bounds has been extended.
12798
12799 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12800
12801         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
12802         before remove.
12803         (gnus-mime-security-show-details): Ditto.
12804
12805 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12806
12807         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
12808         syntax.  Protect string-match against nil string and regexp.
12809
12810 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12811
12812         * mm-util.el (mm-find-charset-region): Remove control-1.
12813
12814 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12815
12816         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
12817
12818 2001-08-04  Simon Josefsson  <jas@extundo.com>
12819
12820         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
12821         buffer.  Delete MIME-Version header.
12822
12823 2001-08-03  Simon Josefsson  <jas@extundo.com>
12824
12825         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
12826         that is entered does not necessarily have the highest article
12827         number in the group, so use `gnus-cache-possibly-alter-active'
12828         instead of `gnus-cache-update-active'.
12829
12830 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12831
12832         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
12833
12834 2001-08-03  Simon Josefsson  <jas@extundo.com>
12835
12836         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
12837         menu.
12838
12839 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * gnus.el (post-method): New group parameter.  It also provides
12842         the user option `gnus-post-method-alist' and the internal function
12843         `gnus-parameter-post-method'.
12844
12845         * gnus-msg.el (gnus-post-method): Bind the value of
12846         `gnus-post-method' to the group parameter if it is defined.
12847
12848 2001-08-02  Simon Josefsson  <jas@extundo.com>
12849
12850         * smime.el (smime-extra-arguments): Removed.
12851         (smime-call-openssl-region): Don't use it.
12852
12853 2001-08-02  Simon Josefsson  <jas@extundo.com>
12854
12855         * smime.el (smime-sign-region): Handle stderr.
12856         (smime-encrypt-region): Ditto.
12857
12858         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
12859         match the ASN.1 length bytes.
12860         (mm-pkcs7-enveloped-magic): Ditto.
12861         (mm-view-pkcs7-get-type): Don't regexp quote.
12862
12863 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12864         From Andreas Fuchs <asf@void.at>
12865
12866         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
12867
12868 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12869
12870         * gnus-art.el (gnus-header-button-alist): References regexp.
12871
12872 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
12873
12874         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
12875         already fboundp.  Add INTERACTIVE arg to autoload form.
12876
12877 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12878
12879         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
12880
12881         * nnmail.el (nnmail-cache-open): Ditto.
12882
12883 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12884
12885         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
12886
12887 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
12890
12891 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12892         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12893
12894         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
12895         (gnus-agent-toggle-plugged): Use it.
12896
12897 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12898
12899         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
12900         (gnus-ding-file-coding-system): New variable.
12901         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
12902         (gnus-slave-save-newsrc): Use it.
12903
12904 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12905
12906         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
12907         syntax.
12908
12909 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12910         Originally from Andreas Fuchs <asf@void.at>
12911
12912         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
12913         (mml2015-gpg-pretty-print-fpr): New function.
12914         (mml2015-gpg-extract-signature-details): More details, rename from
12915         `m-g-e-from'.
12916         (mml2015-gpg-verify): Use them.
12917         (mml2015-gpg-clear-verify): Use them.
12918
12919 2001-07-31  Simon Josefsson  <jas@extundo.com>
12920
12921         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
12922         buffer when done.
12923
12924 2001-07-30  Simon Josefsson  <jas@extundo.com>
12925
12926         * smime.el (smime-call-openssl-region): Revert previous change,
12927         just pass on buf to `call-process-region'.
12928         (smime-verify-region): Doc fix.  Don't message stuff.  Use
12929         `smime-new-details-buffer'.  Inserts error messages into buffer.
12930         (smime-noverify-region): Ditto.
12931         (smime-decrypt-region): Ditto.  Handles stderr separately.
12932         (smime-verify-buffer, smime-noverify-buffer)
12933         (smime-decrypt-buffer): Doc fix.
12934         (smime-new-details-buffer): New function.
12935         (smime-pkcs7-region, smime-pkcs7-certificates-region)
12936         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
12937         (smime-sign-region, smime-encrypt-region): Don't use
12938         `insert-buffer'.
12939
12940         * mml-smime.el (mml-smime-verify): Fix security button strings.
12941
12942 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12943
12944         * gnus-art.el (gnus-mime-save-part-and-strip): Save
12945         gnus-article-mime-handles.
12946
12947 2001-07-29  Simon Josefsson  <jas@extundo.com>
12948
12949         * mail-source.el (top-level): Require message for message-directory.
12950         (mail-source-directory): Change default to message-directory.
12951
12952         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
12953         (smime-certificate-directory, smime-openssl-program)
12954         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
12955         (smime-extra-arguments): New variable.
12956         (smime-dns-server): Fix customize group.
12957         (smime-call-openssl-region): Use `smime-extra-arguments'.
12958
12959 2001-07-29  Simon Josefsson  <jas@extundo.com>
12960         From Vladimir Volovich <vvv@vsu.ru>
12961
12962         * smime.el (smime-call-openssl-region): Ignore stderr.
12963
12964 2001-07-29  Simon Josefsson  <jas@extundo.com>
12965         From Christoph Conrad <christoph.conrad@gmx.de>
12966
12967         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
12968         file.
12969
12970 2001-07-29  Simon Josefsson  <jas@extundo.com>
12971
12972         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
12973
12974         Support S/MIME decryption.
12975
12976         * mm-decode.el (mm-inline-media-tests):
12977         (mm-inlined-types):
12978         (mm-automatic-display):
12979         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
12980
12981         * mm-view.el (mm-pkcs7-signed-magic):
12982         (mm-pkcs7-enveloped-magic): New variables.
12983         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
12984         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
12985         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
12986         PKCS#7 blobs.
12987
12988         * smime.el (smime-decrypt-region): Expand keyfile.
12989
12990 2001-07-29  Simon Josefsson  <jas@extundo.com>
12991
12992         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
12993         `ssl.el' variables.
12994
12995         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
12996         but line instead of narrowing to it, because `nnmail-parse-active'
12997         calls widen.  Thanks to Christoph Conrad
12998         <christoph.conrad@gmx.de>.
12999
13000 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13001
13002         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
13003         for %B spec.
13004
13005         * gnus-sum.el (gnus-summary-prepare-threads): If
13006         gnus-sum-thread-tree-root is nil, use subject instead.
13007         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
13008         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13009         (gnus-sum-thread-tree-leaf-with-other)
13010         (gnus-sum-thread-tree-single-leaf): Documentation.
13011         (gnus-sum-thread-tree-single-indent): Allow nil.
13012
13013 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13014
13015         * message.el (message-fill-paragraph): Do nothing if the user
13016         wants filladapt-mode.
13017
13018 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13019
13020         * mm-decode.el (mm-image-type-from-buffer): New function.
13021         (mm-get-image): Use it.
13022
13023 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13024
13025         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
13026
13027         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
13028         mm-display-parts too.
13029
13030 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13031
13032         * nnfolder.el (nnfolder-request-accept-article): Bind
13033         nntp-server-buffer.
13034
13035         * nnmail.el (nnmail-parse-active): Read from buffer instead of
13036         nntp-server-buffer.
13037
13038 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13039
13040         * message.el (message-check-news-header-syntax): Use
13041         message-post-method.
13042         (message-send-news): Bind message-post-method.
13043
13044 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13045
13046         * mml.el (mml-tweak-type-alist): New variable.
13047         (mml-tweak-function-alist): New variable.
13048         (mml-tweak-part): New function.
13049         (mml-generate-mime-1): Use it.
13050
13051 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13052
13053         * nnfolder.el (nnfolder-request-accept-article): Replace
13054         nnfolder-request-list.
13055
13056 2001-07-27  Simon Josefsson  <jas@extundo.com>
13057
13058         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
13059         nnoo-change-server failed to do it.
13060
13061 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13062
13063         * gnus.el (gnus-parameters): Make it customizable.
13064
13065 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13066
13067         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
13068
13069         * message.el (message-set-auto-save-file-name): More
13070         poor-system-types.
13071
13072         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
13073
13074         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
13075         supports +.
13076
13077 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13078
13079         * mm-decode.el (mm-readable-p): New function.
13080         (mm-inline-media-tests): Fix the default testers.
13081
13082 2001-07-26  Simon Josefsson  <jas@extundo.com>
13083
13084         * nnimap.el (nnimap-version): Bump version number.
13085
13086 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13087         From Steven E. Harris <seh@speakeasy.org>
13088
13089         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
13090         in M$Windows too.
13091
13092 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13093
13094         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
13095
13096 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13097
13098         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
13099
13100         * mm-decode.el (mm-get-image): Guess then use the type.
13101
13102         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
13103
13104 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
13105
13106         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
13107         display (%B) for threads if threading is off.
13108
13109 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13110         From Henrik Enberg <henrik@enberg.org>
13111
13112         * gnus-msg.el: Customization patch.
13113
13114 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
13115
13116         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
13117         variable.
13118         (nnmail-split-fancy-with-parent): Ignore certain groups.
13119
13120 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13121
13122         * gnus-util.el (gnus-byte-compile): New function.
13123         (gnus-use-byte-compile): New variable.
13124         (gnus-make-sort-function): Use it.
13125
13126         * nnmail.el (nnmail-get-new-mail): Use it.
13127
13128         * gnus-agent.el (gnus-category-make-function): Simple function or
13129         compiled function.
13130         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
13131
13132         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
13133         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
13134         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
13135
13136         * message.el (message-check-news-header-syntax): Remove quote.
13137
13138 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13139
13140         * message.el (message-use-mail-followup-to): `t' is not a
13141         documented value.
13142
13143 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13144
13145         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
13146
13147 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13148
13149         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
13150         there are long lines.
13151
13152 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * dgnushack.el (copy-list): New compiler macro.
13155
13156 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13157
13158         * message.el (message-bounce): If no Return-Path, the whole
13159         content is considered as the original message.
13160
13161         * nnml.el (nnml-check-directory-twice): New variable.
13162         (nnml-article-to-file): Use it.
13163         (nnml-retrieve-headers): Hack it.
13164
13165 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13166
13167         * gnus-win.el (gnus-buffer-configuration): New configure.
13168
13169         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
13170         not alive.
13171
13172         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
13173         (mm-display-external): Use display-term configure.
13174
13175 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13176
13177         * gnus-delay.el (gnus-delay-default-hour): New variable.
13178         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
13179
13180 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13181         From Karl Kleinpaste <karl@charcoal.com>
13182
13183         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
13184         (gnus-summary-prepare-threads): Ditto.
13185
13186         * gnus.el (gnus-summary-line-format): Add %B.
13187
13188 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13189
13190         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
13191
13192         * mm-util.el (mm-string-as-multibyte): New function.
13193
13194         * nnmh.el (nnmh-request-list-1): Encode, not decode!
13195
13196 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13197
13198         * mm-util.el (mm-universal-coding-system): New variable.
13199
13200         * gnus-start.el (gnus-startup-file-coding-system): Use it.
13201
13202         * score-mode.el (score-mode-coding-system): Use it.
13203
13204 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * gnus-start.el (gnus-setup-news): Call
13207         `gnus-check-bogus-newsgroups' just after the native server is
13208         opened.
13209
13210 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13211
13212         * nnmail.el (nnmail-do-request-post): Util function to be used by
13213         `nnchoke-request-post' for all nnmail-derived backends.
13214
13215         * nnml.el (nnml-request-post): Use it.
13216
13217         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
13218         backend, for it groks nnml-request-post.
13219
13220         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
13221         Treat `mail-post' backends like `mail' backends, not like `news'
13222         backends.
13223
13224 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13225
13226         * gnus-msg.el (gnus-setup-message): make-local-hook.
13227
13228 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13229
13230         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
13231         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
13232         <karl@charcoal.com>, slightly changed by Kai.
13233
13234         * message.el (message-check-news-header-syntax): When checking
13235         whether the groups exist, check the right server based on
13236         `gnus-post-method'.
13237
13238 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13239
13240         * gnus-delay.el: New file.
13241
13242 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13243
13244         * mm-util.el (mm-read-coding-system): Take two arguments.
13245
13246         * gnus-sum.el (gnus-summary-show-article): Use
13247         mm-read-coding-system.
13248
13249         * gnus-art.el (article-de-quoted-unreadable):
13250         (article-de-base64-unreadable, article-wash-html):
13251         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
13252
13253 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13254
13255         * nnml.el (nnml-request-post): New function.  Can be used for
13256         annotations in nnml groups.
13257
13258 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
13261         command.
13262
13263         * gnus-start.el (gnus-find-new-newsgroups): Use
13264         `message-make-date' instead of `current-time-string'.
13265         (gnus-ask-server-for-new-groups): Ditto.
13266         (gnus-check-first-time-used): Ditto.
13267
13268 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13269
13270         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
13271
13272 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
13273
13274         * message.el (message-shorten-references): Change `maxcount' and
13275         `cut' to obey USEFOR draft 5.
13276
13277 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
13278
13279         * gnus-sum.el (gnus-summary-display-arrow): New variable.
13280         (gnus-summary-set-article-display-arrow): New function.
13281         (gnus-summary-goto-subject): Use it.
13282
13283 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13284
13285         * gnus-sum.el (gnus-summary-import-article): Insert date if
13286         doesn't exist.
13287
13288 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13289
13290         * mml.el (mml-content-type-parameters): New variable.
13291         (mml-content-disposition-parameters): New variable.
13292         (mml-insert-mime-headers): Use them.
13293         (mml-parse-1): Accept charset.
13294
13295 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13296
13297         * gnus-group.el (gnus-group-select-group): Doc fix.
13298
13299         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
13300
13301 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
13304         to handle `define-derived-mode'.
13305
13306 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13307         From:  Stefan Monnier  <monnier@cs.yale.edu>
13308
13309         * message.el (message-mode): Use define-derived-mode.
13310         (message-tab): message-completion-alist.
13311
13312         * imap.el (imap-interactive-login): Use make-local-variable.
13313         (imap-open): Ditto.
13314         (imap-authenticate): Ditto.
13315
13316         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
13317
13318         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
13319
13320 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13321
13322         * message.el (message-citation-line-function): Refer to
13323         gnus-cite-attribution-suffix.
13324
13325 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13326
13327         * gnus-art.el,...: Error convention changes.
13328
13329 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13330
13331         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
13332
13333 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13334
13335         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
13336         (nnrss-read-server-data): Ditto.
13337
13338 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13339
13340         * gnus-setup.el (gnus-use-installed-gnus): Typo.
13341         * Cleanup files.
13342         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
13343
13344 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13345
13346         * gnus.el (gnus-summary-line-format): Add %o.
13347
13348         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
13349         unless shell outputs something.
13350
13351 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13352
13353         * gnus-art.el (gnus-boring-article-headers): Better doc.
13354         (article-hide-headers): Better regexp.
13355         Suggested by Matt Swift <swift@alum.mit.edu>.
13356
13357         * nnheader.el (nnheader-max-head-length): Better doc.
13358         (nnheader-header-value): Skip spaces.
13359         (nnheader-parse-head): Remove space.
13360         Suggested by Matt Swift <swift@alum.mit.edu>.
13361
13362         * gnus-sum.el (gnus-summary-show-raw-article): New function.
13363         (gnus-get-newsgroup-headers): Remove space.
13364
13365 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13366
13367         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
13368         (gnus-summary-reply): Use it.
13369         (gnus-summary-reply-broken-reply-to): New function.
13370         (gnus-msg-force-broken-reply-to): New function.
13371
13372         * mm-view.el (mm-inline-text): Showing as text/plain when error.
13373
13374 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13375
13376         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
13377
13378 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13379
13380         * mm-decode.el (mm-external-terminal-program): New variable.
13381         (mm-display-external): Use it. Use term to display when no
13382         window-system.
13383
13384 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
13385
13386         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
13387         Browse->Next entries to Browse->Prev
13388
13389 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13390
13391         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
13392
13393 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13394
13395         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
13396         for the default encoding.
13397
13398         * nnrss.el (nnrss-url-field): New field.
13399         (nnrss-request-article): Add newsgroups.
13400
13401         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
13402
13403 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13404
13405         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
13406
13407         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
13408         (gnus-draft-setup): Remove backlog.
13409
13410 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13411
13412         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
13413         Cleanup.
13414
13415 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13416
13417         * gnus-msg.el (gnus-bug): Erase buffer.
13418
13419         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
13420
13421 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13422
13423         * mm-decode.el (mm-attachment-override-p): Fix typo.
13424
13425 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * gnus-kill.el (gnus-execute): Work with the extra headers.
13428         * gnus-sum.el (gnus-summary-execute-command): Ditto.
13429
13430 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13431
13432         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
13433         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
13434
13435         * message.el (message-send-mail-real-function): New variable.
13436         (message-send-mail-partially, message-send-mail):
13437
13438         * nngateway.el (nngateway-request-post): Use it.
13439
13440         * gnus-agent.el (gnus-agentize): Use it.
13441
13442         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
13443         (nnsoup-revert-variables): Use it.
13444
13445 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
13446
13447         * mm-decode.el (mm-inline-media-tests): Default to displaying as
13448         text/plain if the type doesn't match any other media types.
13449         (mm-inlined-types): Doc fix.
13450         (mm-display-inline): Revert previous change (now handled by a
13451         default type in `mm-inline-media-tests'.
13452         (mm-inlinable-p): Revive.
13453         (mm-display-part): Call `mm-inlinable-p'.
13454         (mm-attachment-override-p): Ditto.
13455         (mm-inlined-p): Doc fix.
13456
13457         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
13458         well as `mm-inlined-p'.
13459
13460 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13461
13462         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
13463         (nntp-send-command-and-decode): Use gnus-point-at-bol.
13464
13465 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13466         From  Paul Jarc <prj@po.cwru.edu>
13467
13468         * message.el (message-use-mail-followup-to): New variable.
13469         (message-get-reply-headers): Use it.
13470
13471 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
13472
13473         * nnheader.el (nnheader-init-server-buffer): Make sure the
13474         *nntpd* buffer is made multibyte instead of a random buffer.
13475
13476 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13477
13478         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
13479         when it returns headers.
13480
13481 2001-07-07  Simon Josefsson  <jas@extundo.com>
13482
13483         * rfc2047.el (rfc2047-encode-message-header): Skip header when
13484         trying to fold. Thanks to Colin Walters
13485         <walters@cis.ohio-state.edu>
13486
13487 2001-07-06  Simon Josefsson  <jas@extundo.com>
13488
13489         * imap.el (imap-parse-address-list, imap-parse-flag-list)
13490         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
13491         Add information in `assert's.
13492
13493         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
13494         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
13495         and `nnimap-group-overview-filename', should handle all
13496         change-of-uidvalidity related issues.  But there may be other
13497         problems.)
13498
13499 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
13500
13501         * rfc2047.el (rfc2047-encode-message-header): Don't include the
13502         header name when folding.
13503
13504 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
13505
13506         * mm-decode.el (mm-inlined-types): Document relationship with
13507         `mm-inline-media-tests'.
13508         (mm-display-inline): Default to displaying as plain text if no
13509         inlining handler is available.
13510         (mm-inlinable-p): Remove.
13511         (mm-inlined-p): Don't call `mm-inlinable-p'.
13512         (mm-automatic-display-p): Ditto.
13513         (mm-attachment-override-p): Ditto.
13514
13515 2001-07-04  Simon Josefsson  <jas@extundo.com>
13516
13517         * nnimap.el (nnimap-importantize-dormant): New variable.
13518         (nnimap-request-update-info-internal): Use it.
13519         (nnimap-request-set-mark): Ditto.
13520
13521 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
13522
13523         * nntp.el (nntp-send-command): don't pass a buffer argument to
13524         `point'. Only XEmacs accepts this.
13525         * nntp.el (nntp-send-command-nodelete): ditto.
13526         * nntp.el (nntp-send-command-and-decode): ditto.
13527
13528 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
13529
13530         * nntp.el (nntp-open-connection-function): doc update.
13531         * nntp.el (nntp-pre-command): New.
13532         * nntp.el (nntp-via-rlogin-command): New.
13533         * nntp.el (nntp-via-telnet-command): New.
13534         * nntp.el (nntp-via-telnet-switches): New.
13535         * nntp.el (nntp-via-user-name): New.
13536         * nntp.el (nntp-via-user-password): New.
13537         * nntp.el (nntp-via-address): New.
13538         * nntp.el (nntp-via-envuser): New.
13539         * nntp.el (nntp-via-shell-prompt): New.
13540         * nntp.el (nntp-open-telnet-stream): New.
13541         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
13542         * nntp.el (nntp-open-via-telnet-and-telnet): New.
13543         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
13544         * nntp.el (nntp-send-command): ditto.
13545         * nntp.el (nntp-send-command-nodelete): ditto.
13546         * nntp.el (nntp-send-command-and-decode): ditto.
13547
13548 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
13549         Trivial patch.
13550
13551         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
13552         `when'.
13553
13554 2001-07-03  Simon Josefsson  <jas@extundo.com>
13555         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
13556
13557         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
13558
13559 2001-07-03  Simon Josefsson  <jas@extundo.com>
13560
13561         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
13562         remove it (workaround XEmacs `fill-region' bug).
13563
13564 2001-07-01  Simon Josefsson  <jas@extundo.com>
13565
13566         * nnimap.el (nnimap-date-days-ago): Defeat locale.
13567
13568 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13569
13570         * mml2015.el (mml2015-format-error): New function.
13571         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
13572         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
13573         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
13574
13575 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13576
13577         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
13578         Suggested by Christoph Conrad <C.Conrad@cli.de>.
13579
13580         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
13581         group variables.
13582
13583 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13584
13585         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
13586
13587         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
13588         (nnrss-save-group-data): Ditto.
13589
13590         * gnus-agent.el (gnus-agent-save-alist): Ditto.
13591
13592 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * message.el (message-do-send-housekeeping): Narrow to headers.
13595
13596 2001-06-24  Simon Josefsson  <jas@extundo.com>
13597
13598         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
13599         insertion when breaking lines looked for " \t" instead of "[ \t]".
13600         (rfc2047-encode-message-header): Fold lines even if
13601         no QP encoding is done.
13602
13603 2001-06-23  Simon Josefsson  <jas@extundo.com>
13604         From Samuel Tardieu <sam@inf.enst.fr>
13605
13606         * smime.el (smime-keys): Support additional certificates.
13607         (smime-make-certfiles): New function.
13608         (smime-sign-region): Use previous variables.
13609         (smime-get-certfiles): New function.
13610         (smime-sign-buffer): Use it.
13611         (smime-verify-region): Support both CAfile and CApath.
13612
13613 2001-06-23  Simon Josefsson  <jas@extundo.com>
13614
13615         * smime.el (smime-decrypt-region): Perhaps work.
13616
13617 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13618
13619         * gnus-msg.el (gnus-copy-article-buffer): Typo.
13620
13621 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13622
13623         * mm-decode.el (mm-save-part): Rewrite file name.
13624         (mm-file-name-rewrite-functions): New variable.
13625         (mm-file-name-delete-whitespace): New function.
13626         (mm-file-name-trim-whitespace): New function.
13627         (mm-file-name-collapse-whitespace): New function.
13628         (mm-file-name-replace-whitespace): New variable and function.
13629
13630 2001-06-22  Simon Josefsson  <jas@extundo.com>
13631
13632         * message.el (message-make-date): Workaround locale for weekdays.
13633
13634 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13635
13636         * message.el (message-goto-body): Return nil if not found. (revert!)
13637
13638 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13639         From Fremlin <chief@bandits.org>
13640
13641         * message.el (message-goto-body): Some messages have no header.
13642
13643         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13644
13645 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13646
13647         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
13648
13649 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13650
13651         * message.el (message-make-date): Add week day.
13652         Suggested by Jason R. Mastaler <jason@mastaler.com>.
13653
13654 2001-06-19  Simon Josefsson  <jas@extundo.com>
13655
13656         * message.el (message-yank-prefix): Doc fix.
13657         (message-yank-cited-prefix): Ditto.
13658         (message-delete-not-region): Keep citation prefix on first line,
13659         if possible and appropriate.
13660
13661 2001-06-19  Simon Josefsson  <jas@extundo.com>
13662
13663         * imap.el (imap-process-connection-type): New variable.
13664         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
13665         recent `imtest's work completely (no line length issues), while
13666         making making old `imtest's unusable.  Thanks to NAGY Andras
13667         <nagya@inf.elte.hu> for his work.
13668
13669 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
13670
13671         * imap.el (imap-ssl-program): Add -quiet to shut up
13672         OpenSSL/SSLeay's internal debug talk.
13673
13674 2001-06-19  Matt Armstrong  <matt@lickey.com>
13675
13676         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
13677         server.
13678
13679 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13680
13681         * nnmail.el (nnmail-article-buffer): New variable.
13682         (nnmail-split-incoming): Use it.
13683
13684 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
13685
13686         * qp.el (quoted-printable-decode-region): If called interactively,
13687         use coding-system-for-read.
13688
13689 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13690
13691         * message.el (message-check-news-header-syntax): Check Reply-To.
13692
13693 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13694
13695         * mml.el (mml-parse-1): Use message options.
13696
13697         * message.el (message-do-fcc): Don't do anything if there is no
13698         FCC.
13699
13700 2001-06-16  Simon Josefsson  <jas@extundo.com>
13701
13702         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
13703         (nnimap-expunge-search-string): New variable.
13704         (nnimap-request-expire-articles): Use it.
13705
13706 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13707
13708         * message.el (message-send-mail-with-qmail): wrong exit status is
13709         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
13710
13711 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13712
13713         * gnus-art.el (article-strip-multiple-blank-lines): Use
13714         delete-region instead of replace-match.
13715
13716 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13717
13718         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
13719         (nnweb-google-wash-article): Ditto.
13720
13721 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
13722
13723         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
13724
13725 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
13728         specs.
13729
13730 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13731
13732         * gnus.el (gnus-email-address): Move it here.
13733
13734         * gnus-art.el (article-de-quoted-unreadable): Read charset if
13735         requested.
13736         (article-de-base64-unreadable): Ditto.
13737         (article-wash-html): Ditto.
13738
13739 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13740
13741         * message.el (message-options-set-recipient): Don't add ", "
13742         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
13743
13744 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13745
13746         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
13747
13748 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13749
13750         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
13751         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
13752
13753         * nnrss.el (nnrss-node-text): Node might be nil.
13754
13755 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13756
13757         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
13758         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
13759
13760         * nnrss.el (nnrss-group-alist): More items.
13761
13762 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13763
13764         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
13765
13766 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13767         Trivial patch from Dale Hagglund  <rdh@best.com>
13768
13769         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
13770         restrict clauses.
13771
13772 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13773
13774         From Benjamin Rutt <brutt+news@bloomington.in.us>
13775
13776         * message.el (message-wide-reply-confirm-recipients): New variable.
13777
13778 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
13779         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
13780
13781         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
13782         fix so it works with XEmacs.
13783
13784 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13785
13786         * nnrss.el (nnrss-retrieve-headers): Support description as extra
13787         headers.
13788
13789 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13790
13791         * nnrss.el: Fix a few bugs.
13792
13793 2001-06-05  Simon Josefsson  <jas@extundo.com>
13794
13795         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
13796         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
13797
13798 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
13799
13800         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
13801         binary so that we don't transmit ISO 2022 garbage to the process.
13802         This is needed under XEmacs.
13803
13804 2001-06-03  Simon Josefsson  <simon@josefsson.org>
13805
13806         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
13807         autoloaded incorrectly below because ssl-program-* is bound.)
13808         Thanks to Amos Gouaux for report.
13809
13810 2001-06-02  Simon Josefsson  <simon@josefsson.org>
13811
13812         * imap.el (imap-kerberos4-open):
13813         (imap-gssapi-open):
13814         (imap-ssl-open):
13815         (imap-network-open):
13816         (imap-shell-open):
13817         (imap-starttls-open): Set buffer to workaround spurious
13818         `accept-process-output' buffer changes.  Thanks to Mats Lidell
13819         <Mats.Lidell@contactor.se> for report and partial patch and Jake
13820         Colman <colman@ppllc.com> for report.
13821
13822 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13823
13824         * gnus-sum.el (gnus-summary-catchup): New argument.
13825         (gnus-summary-catchup-from-here): New function.
13826
13827 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13828
13829         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
13830         back, then insert glyph.  (Before, the glyph was inserted first,
13831         then the newline.)  This works around a behavior in XEmacs where
13832         it is not possible to insert a character after a glyph which is at
13833         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
13834
13835 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13836
13837         From Jaap-Henk Hoepman (jhh@xs4all.nl).
13838
13839         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
13840         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
13841         mm-destroy-postponed-undisplay-list): New functions.
13842         (mm-display-external): Use them.
13843
13844 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13845
13846         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
13847         `default-low' when evaluating `gnus-summary-highlight'.
13848         From Raja R Harinath <harinath@cs.umn.edu>.
13849
13850 2001-05-27  Simon Josefsson  <simon@josefsson.org>
13851
13852         * message.el (message-yank-cited-prefix): New variable.
13853         (message-indent-citation): Use it.
13854
13855         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
13856         as details.
13857         (mml2015-mailcrypt-clear-verify): Ditto.
13858
13859 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13860         From Nevin Kapur <nevin@jhu.edu>.
13861
13862         * gnus-sum.el (gnus-summary-default-high-score,
13863         gnus-summary-default-low-score): New variables.
13864         (gnus-summary-highlight): Use them.
13865
13866 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
13867
13868         * message.el (message-mail): pass the 'send-actions argument to
13869         `message-setup'.
13870
13871 2001-05-16  Simon Josefsson  <simon@josefsson.org>
13872         From Raymond Scholz <ray-2001@zonix.de>
13873
13874         * gnus-art.el (gnus-mime-view-part-as-charset):
13875         (gnus-mime-internalize-part): Doc fixes.
13876
13877 2001-05-11  Simon Josefsson  <simon@josefsson.org>
13878
13879         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
13880         status lines without any text ("^215$").
13881
13882 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13883
13884         * nnrss.el (nnrss-check-group): Reverse.
13885
13886 2001-05-07  Simon Josefsson  <simon@josefsson.org>
13887
13888         * message.el (message-get-reply-headers):
13889         (message-followup): Fix typo, suggested by David Green
13890         <dgreen@uab.edu>
13891
13892 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13893
13894         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
13895
13896         * nnrss.el (nnrss-open-server): Read server data when it is called.
13897         (nnrss-request-expire-articles): Fix.
13898
13899 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13900
13901         * message.el (message-do-send-housekeeping): mail-abbrevs may
13902         rename buffer behind Gnus.
13903
13904 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13905
13906         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
13907         (nnrss-group-alist): Add more resources.
13908         (nnrss-check-group): Ignore errors.
13909
13910 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13911
13912         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
13913
13914         * nnslashdot.el (nnslashdot-request-list): Add time.
13915         (nnslashdot-request-expire-articles): New function.
13916
13917         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
13918         secondary methods too.
13919
13920 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13921
13922         * message.el (message-use-followup-to): Set default value to t.
13923
13924 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
13925
13926         * message.el (message-dont-reply-to-names): Fix documentation.
13927         (message-get-reply-headers): Use Mail-Followup-To only for wide
13928         replies.
13929
13930 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13931
13932         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
13933         correctly.
13934         (nnrss-check-group): Use time.
13935
13936 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13937
13938         * gnus.el: Oort Gnus v0.03 is released.
13939
13940 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13941
13942         * nnultimate.el (nnultimate-topic-article-to-article): Use the
13943         group.
13944
13945 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13946
13947         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
13948
13949 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13950
13951         * nnultimate.el (nnultimate-retrieve-headers): Return all
13952         available headers.
13953
13954         * gnus-sum.el (gnus-read-all-available-headers): New variable.
13955         (gnus-get-newsgroup-headers-xover): Use it.
13956
13957 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13958
13959         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
13960
13961 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13962
13963         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
13964
13965 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13966
13967         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
13968         disable it.
13969
13970         * gnus.el (gnus-info-nodes): Remove a few The's.
13971
13972 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13973
13974         * mail-source.el (mail-source-movemail): Call-process may return a
13975         signal description string.
13976
13977         * gnus-start.el (gnus-read-newsrc-el-file):
13978         gnus-newsrc-file-version may be nil.
13979
13980         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
13981         Suggested by Michael Sperber [Mr. Preprocessor]
13982         <sperber@informatik.uni-tuebingen.de>.
13983
13984 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
13985
13986         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
13987
13988 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
13989
13990         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
13991         fontify HANDLE.
13992
13993 2001-04-18  Simon Josefsson  <simon@josefsson.org>
13994
13995         * smime.el (smime-ask-passphrase): Rework to return value.
13996         (smime-sign-region): Rework to bind value and use it.
13997         (smime-decrypt-region): Ditto.
13998
13999 2001-04-18  Simon Josefsson  <simon@josefsson.org>
14000         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
14001
14002         * smime.el (smime-ask-passphrase): New function.
14003         (smime-sign-region): Use it.
14004         (smime-encrypt-cipher): New variable.
14005         (smime-decrypt-region): Ditto.
14006
14007 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
14008         Committed by Simon Josefsson  <simon@josefsson.org>
14009
14010         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
14011         the log.
14012
14013 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14014
14015         * gnus.el: Oort Gnus v0.02 is released.
14016
14017 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
14018
14019         * gnus.el: Oort Gnus v0.01 is released.
14020
14021 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14022
14023         * gnus-sum.el (gnus-summary-highlight): Highlight read
14024         undownloaded articles as read articles.
14025
14026         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
14027         (gnus-agent-get-undownloaded-list): Mark all undownloaded
14028         articles, even read ones, as such.
14029
14030         * gnus-sum.el (gnus-summary-find-matching): Clean up.
14031         (gnus-find-matching-articles): New function.
14032         (gnus-summary-limit-include-matching-articles): New command.
14033         (gnus-summary-limit-include-thread): Include articles that have
14034         matching subjects.
14035         (gnus-offer-save-summaries): Clean up.
14036
14037 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14038
14039         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
14040
14041 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14042         From Jason Merrill <jason_merrill@redhat.com>
14043
14044         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
14045
14046 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
14047         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14048
14049         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
14050         newsgroup names when the original article is a news message.
14051
14052 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14053
14054         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
14055         supported. Suggest by Jim Meyering <jim@meyering.net>.
14056
14057 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
14058         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
14059
14060         * nnmail.el (nnmail-split-it): Added check for .* at the end of
14061         regexp in nnmail-split-fancy.
14062
14063 2001-04-10  Simon Josefsson  <simon@josefsson.org>
14064
14065         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
14066
14067 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
14068
14069         * message.el (message-send-mail): Improve the interaction with the
14070         user.
14071
14072 2001-04-10  Simon Josefsson  <simon@josefsson.org>
14073
14074         * imap.el (imap-message-copy): Work around buggy servers that
14075         doesn't send TRYCREATE tags.
14076
14077 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
14078
14079         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
14080
14081 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14082
14083         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
14084         date.
14085
14086 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14087
14088         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
14089         lives.
14090
14091 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14092
14093         * gnus-art.el (gnus-parse-news-url): New function.
14094         (gnus-button-handle-news): New function.
14095         (gnus-button-alist): Point to new functions.
14096
14097         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
14098
14099         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
14100         gnus-format-specs.
14101
14102         * message.el (message-check-news-header-syntax): Question even
14103         when Gnus doesn't know the group names.
14104         (message-send-news): Clean up.
14105
14106         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
14107         exited on purpose without saving.
14108
14109         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
14110
14111 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14112
14113         * gnus-score.el (gnus-score-orphans): Clean up.
14114
14115         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
14116
14117         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
14118         later.
14119
14120         * gnus-start.el (gnus-close-all-servers): Find the right items to
14121         close.
14122
14123         * qp.el (quoted-printable-decode-region): Just message
14124         malformation; don't quit.
14125
14126 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14127         From Gerd Moellmann <gerd@gnu.org>.
14128
14129         * gnus.el (gnus-interactive): A typo.
14130
14131 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
14132         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14133
14134         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
14135         `assq-delete-all', if that function exists; otherwise use the old
14136         definition. Documentation changed to match the one in
14137         `assq-delete-all'.
14138
14139 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14140
14141         * gnus-start.el (gnus-close-all-servers): New function.
14142
14143         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
14144         (gnus-server-remove-denials): Clean up.
14145
14146         * gnus-sum.el (gnus-summary-sort-by-original): New command and
14147         keystroke.
14148
14149 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14150
14151         * message.el (message-send-news): Message where we are sending.
14152         (message-send-mail): Ditto.
14153
14154         * gnus.el (gnus-server-string): New function.
14155
14156         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
14157
14158         * mm-decode.el (mm-default-directory): Customized.
14159         (mm-tmp-directory): Ditto.
14160
14161         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
14162         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
14163         or Chars.
14164         (gnus-summary-line-format-alist): ?l is now a string.
14165         (gnus-summary-prepare-threads): Output ? for unknown lines.
14166         (gnus-summary-insert-line): Ditto.
14167         (gnus-summary-print-article): Unbalanced parentheses.
14168
14169         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
14170         out whether new stuff has arrived.
14171
14172 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
14173
14174         * gnus-sum.el: Let printing work on ttys on Emacs.
14175
14176 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14177
14178         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
14179         when forcing news.
14180
14181         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
14182         command.
14183
14184 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
14185
14186         * message.el (message-set-auto-save-file-name): Don't use
14187         asterisks under nt.
14188
14189 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14190
14191         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
14192         lists of articles.
14193
14194         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
14195
14196         * gnus-msg.el (gnus-put-message): Clean up.
14197         (gnus-summary-reply): Mark all replied-to articles as replied to.
14198         (gnus-inews-add-send-actions): Also mark as forwarded.
14199         (gnus-summary-mail-forward): Mark as forwarded.
14200
14201         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
14202         of articles.
14203         (gnus-summary-mark-article-as-forwarded): Ditto.
14204
14205         * gnus-msg.el (gnus-summary-resend-message): Mark article as
14206         forwarded.
14207         (gnus-summary-mail-forward): Clean up.
14208
14209         * gnus.el (gnus-article-mark-lists): Added forward.
14210
14211         * gnus-sum.el (gnus-forwarded-mark): New variable.
14212         (gnus-summary-prepare-threads): Use it.
14213         (gnus-summary-update-secondary-mark): Ditto.
14214         (gnus-newsgroup-forwarded): New variable.
14215
14216 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14217
14218         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
14219         (gnus-summary-very-wide-reply): New command and keystroke.
14220         (gnus-summary-very-wide-reply-with-original): Ditto.
14221
14222         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
14223         (gnus-score-adaptive): Use it.
14224
14225         * gnus-start.el (gnus-get-unread-articles): Clean up.
14226
14227 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14228
14229         * nnultimate.el (nnultimate-retrieve-headers): Work for other
14230         boards.
14231
14232 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
14233
14234         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
14235         * gnus-start.el (gnus-subscribe-newsgroup): use it.
14236
14237 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14238
14239         * nnultimate.el (nnultimate-retrieve-headers): Understand
14240         long-form month names.
14241
14242 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14243
14244         * gnus-sum.el (gnus-summary-show-all-headers):
14245         gnus-article-show-all-headers is broken. Use
14246         gnus-summary-toggle-header instead.
14247
14248         * mml2015.el (mml2015-gpg-extract-from): No error.
14249
14250 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14251         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
14252
14253         * mml2015.el (mml2015-gpg-extract-from): New function.
14254         (mml2015-gpg-verify): Use it.
14255         (mml2015-gpg-clear-verify): Use it.
14256
14257 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14258
14259         * message.el (message-setup-fill-variables): Use
14260         fill-paragraph-function.
14261         (message-fill-paragraph): Take an argument.
14262         (message-newline-and-reformat): Take another argument.
14263
14264 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14265
14266         * message.el (rmail-output): It is in rmailout.el not rmail.el.
14267
14268 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14269
14270         * message.el (message-forward): local-variable-p takes an extra
14271         argument in XEmacs.
14272
14273 2001-03-16  Simon Josefsson  <simon@josefsson.org>
14274
14275         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
14276         `nnimap-use-nov-p' (it really tested the negative).
14277         (nnimap-retrieve-headers): Use it.
14278
14279 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14280
14281         * message.el (message-generate-headers-first): Update doc.
14282
14283 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
14284         Trivial patch.
14285
14286         * gnus.el (gnus-summary-line-format): Typo.
14287
14288 2001-03-11  Simon Josefsson  <simon@josefsson.org>
14289
14290         * mailcap.el (mailcap-mime-data): Add application/sieve.
14291         (mailcap-mime-extensions): Add .siv, .xls.
14292
14293 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14294         From Christoph Conrad <christoph.conrad@gmx.de>
14295
14296         * gnus-score.el (gnus-summary-lower-thread): Typo.
14297
14298 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14299
14300         * message.el (message-forward-decoded-p): New variable.
14301         (message-forward-subject-author-subject): Use it.
14302         (message-make-forward-subject): Use it.
14303         (message-forward): Use it.
14304
14305         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
14306
14307         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
14308         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
14309
14310 ;;Has been fixed -- zsh.
14311 ;;2001-03-05  Dave Love  <fx@gnu.org>
14312 ;;
14313 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
14314 ;;      Move it after definition of mm-coding-system-p.
14315 ;;
14316 2001-03-01  Dave Love  <fx@gnu.org>
14317
14318         * mm-util.el (mm-inhibit-file-name-handlers): Add
14319         image-file-handler.
14320
14321 2001-02-11  Dave Love  <fx@gnu.org>
14322
14323         * message.el (message-signature-file): Fix doc, :type.
14324
14325 2001-02-08  Dave Love  <fx@gnu.org>
14326
14327         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
14328         (message-posting-charset): Defvar when compiling again.
14329         (rfc2047-encodable-p): Require message.
14330
14331         * gnus-sum.el (gnus-alter-articles-to-read-function):
14332         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
14333
14334 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14335
14336         * nnrss.el: New file.
14337
14338 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
14339         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14340
14341         * rfc2047.el (rfc2047-unfold-region): Fix arg of
14342         `skip-chars-forward'.
14343
14344 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14345
14346         * nndraft.el (nndraft-request-group): Restore auto save files if
14347         the original files do not exist.
14348
14349 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14350
14351         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
14352         SCORE paths.
14353
14354         * mm-decode.el (mm-dissect-buffer): Call
14355         mail-extract-address-components only if necessary.
14356
14357 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14358
14359         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
14360         directory part.
14361         (gnus-score-search-global-directories): Use file-directory-p.
14362
14363         * gnus-score.el (gnus-score-score-files-1): Use
14364         gnus-kill-files-directory.
14365         From Adrian Aichner <adrian@xemacs.org>.
14366
14367 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14368
14369         * gnus.el (charset): Move here from gnus-sum.el.
14370
14371 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14372
14373         * mml.el (mml-preview): Disable local map.
14374
14375         * gnus-sum.el (gnus-summary-make-menu-bar): Make
14376         gnus-article-post-menu here.
14377
14378         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
14379         if it has not been made.
14380
14381 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14382
14383         * gnus-art.el (gnus-article-describe-key): Map key to event.
14384         (gnus-article-describe-key-briefly): Ditto
14385
14386 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14387
14388         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
14389
14390 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14391         From Katsumi Yamaoka <yamaoka@jpl.org>.
14392
14393         * dgnushack.el (coerce, merge, subseq): defmacro.
14394
14395 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14396
14397         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
14398         A fake defalias in nndraft.el results a not-activated bug in
14399         uncompiled versions.
14400
14401 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
14402         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14403
14404         * gnus-util.el (gnus-split-references): Handle malformed References:.
14405
14406 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14407
14408         * gnus-art.el (gnus-article-mime-part-status): 1 part.
14409
14410 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14411         From NAGY Andras <nagya@inf.elte.hu>.
14412
14413         * gnus.el (gnus-parameters): Typo.
14414
14415 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14416
14417         * gnus.el (gnus-read-method): Remove redundancy.
14418
14419 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14420
14421         * nnslashdot.el (nnslashdot-backslash-url): New variable.
14422         (nnslashdot-request-list): Use it.
14423
14424 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14425
14426         * nnml.el (nnml-generate-active-info): Fix the case when there is
14427         no file.
14428
14429         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
14430         (gnus-summary-create-article): New function.
14431
14432         * gnus-group.el (gnus-group-mark-article-read): New function.
14433
14434         * gnus-msg.el (gnus-inews-do-gcc): Use it.
14435
14436         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
14437
14438 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14439
14440         * gnus-art.el (gnus-article-edit-done): Don't use
14441         gnus-article-edit-exit.
14442         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
14443
14444         * gnus.el (gnus-parameters): New variable.
14445         Suggested by NAGY Andras <nagya@inf.elte.hu>.
14446         (gnus-parameters-get-parameter): New function.
14447         (gnus-group-find-parameter): Use it.
14448
14449 2001-02-23  Simon Josefsson  <simon@josefsson.org>
14450
14451         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
14452         change of default value to `current'.
14453
14454 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14455
14456         * nneething.el (nneething-get-head): Insert unreadable file too.
14457
14458 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14459
14460         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
14461
14462         * webmail.el (webmail-type-definition): Deja is bought by google.
14463
14464 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14465
14466         * gnus-sum.el (gnus-fetch-headers): New function.
14467         (gnus-select-newsgroup): Use it.
14468         (gnus-summary-insert-articles): New function.
14469         (gnus-summary-insert-old-articles): New function.
14470         (gnus-summary-insert-new-articles): New function.
14471
14472         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
14473         (gnus-group-list-active): Ditto.
14474         * gnus-sum.el (gnus-set-mode-line): Ditto.
14475         (gnus-summary-read-group-1): Ditto.
14476
14477 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14478
14479         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
14480         current topic.
14481
14482 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14483
14484         * smiley.el (gnus-smiley-display): Don't do widening.
14485
14486         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
14487         within body.
14488
14489         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
14490
14491         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
14492         New variable.
14493         (gnus-mime-display-multipart-related-as-mixed): New variable.
14494         (gnus-mime-display-part): Use them.
14495
14496 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14497
14498         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
14499         something special.
14500
14501 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14502
14503         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
14504         (nnweb-request-article): Call reference if exists.
14505         (nnweb-type-definition): Dejanews is bought by google.com.
14506         Beta!
14507
14508 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14509
14510         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
14511
14512 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14513
14514         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
14515         gnus-article-sort-functions.
14516         (gnus-article-sort-functions): Doc fix.  Refer to
14517         gnus-thread-sort-functions.
14518
14519 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14520         From Paul Jarc <prj@po.cwru.edu>.
14521
14522         * message.el (message-get-reply-headers): More fixes.
14523
14524 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
14525         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14526
14527         * message.el (message-get-reply-headers): Fix bug with
14528         Mail-Followup-To/to-address interaction.
14529
14530 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14531
14532         * gnus-msg.el (gnus-configure-posting-styles): Match header in
14533         gnus-article-copy.
14534
14535 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14536
14537         * message.el (message-do-send-housekeeping): Rename to a better
14538         name.
14539
14540 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14541
14542         * message.el (message-cancel-news): Check article first, then ask
14543         yes or no.
14544
14545 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14546
14547         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
14548
14549 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14550
14551         * gnus-range.el (gnus-range-normalize): New function.
14552
14553 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
14554
14555         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
14556
14557 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14558
14559         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
14560
14561         * nnagent.el (nnagent-request-regenerate): New function.
14562
14563         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
14564
14565         * nnml.el (nnml-generate-nov-databases): Accept argument
14566         server. Don't open server if it is opened.
14567         (nnml-request-regenerate): Use it. Change to deffoo.
14568
14569 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14570         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14571
14572         * gnus.el (gnus-define-group-parameter): Fix.
14573
14574 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14575
14576         * gnus.el (gnus-define-group-parameter): Improved.
14577
14578         * gnus-sum.el (charset): Define parameter.
14579         (ignored-charsets): Ditto.
14580         (gnus-summary-setup-default-charset): Use them.
14581
14582         * gnus-start.el (gnus-read-descriptions-file): Use them.
14583
14584         * gnus-cus.el (gnus-group-parameters): Remove them.
14585
14586 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14587
14588         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
14589
14590 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14591
14592         * gnus-sum.el (gnus-summary-read-group-1): Remove
14593         gnus-summary-set-local-parameters.
14594         (gnus-summary-setup-buffer): Put it here.
14595
14596 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14597
14598         * gnus.el (to-address): Define parameter.
14599         (to-list): Ditto.
14600         * gnus-art.el (article-hide-boring-headers): Use them.
14601         * gnus-msg.el (gnus-post-news): Ditto.
14602         * gnus-cus.el (gnus-group-parameters): Remove them.
14603
14604 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14605
14606         * gnus-draft.el (gnus-draft-reminder): New function.
14607
14608         * gnus-art.el (gnus-sender-save-name): New function.
14609
14610 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14611
14612         * mm-util.el (mm-mime-charset): Error message.
14613
14614 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14615
14616         * message.el (message-check-news-body-syntax): Don't check mml lines.
14617
14618 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14619
14620         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
14621         subscribe.
14622
14623         * gnus-start.el (gnus-call-subscribe-functions): New function.
14624         (gnus-find-new-newsgroups): Use it.
14625         (gnus-ask-server-for-new-groups): Use it.
14626         (gnus-check-first-time-used): Use it.
14627         (gnus-subscribe-newsgroup-method): Grok a list of functions.
14628         (gnus-subscribe-options-newsgroup-method): Ditto.
14629         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
14630         return .
14631
14632 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14633
14634         * gnus-cus.el (gnus-score-customize): Doc fix.
14635
14636 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
14637
14638         * dgnushack.el (my-getenv): Typo.
14639
14640 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14641
14642         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
14643
14644 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14645
14646         * gnus-group.el (gnus-group-suspend): Offer save summaries.
14647
14648         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
14649         (gnus-treatment-function-alist): Use it.
14650         (article-remove-leading-whitespace): New function.
14651         (gnus-article-make-menu-bar): Use it.
14652
14653         * gnus-sum.el (gnus-summary-wash-empty-map): Add
14654         remove-leading-whitespace.
14655         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
14656         because of conflict.
14657
14658 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14659
14660         * Makefile.in: Hack generating gnus-load.el.
14661         * dgnushack.el: Ditto.
14662         * gnus-load.el: Remove it.
14663
14664 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14665
14666         * dgnushack.el : Add URLDIR.
14667
14668         * Makefile.in (EMACS_COMP): Ditto.
14669
14670 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14671
14672         * gnus-cus.el (gnus-score-customize): Error on no score file.
14673
14674 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14675
14676         * mm-decode.el (mm-merge-handles): New function.
14677
14678         * mm-view.el (mm-inline-message): Use it.
14679         (mm-view-message): Ditto.
14680
14681         * mm-partial.el (mm-inline-partial): Ditto.
14682
14683         * mm-extern.el (mm-inline-external-body): Ditto.
14684
14685         * gnus-art.el (gnus-mime-view-part): Ditto.
14686         (gnus-mime-view-part-as-type): Ditto.
14687         (gnus-mime-save-part-and-strip): Prevent users to strip in some
14688         cases.
14689
14690 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14691
14692         * message.el (message-cancel-news): Allow to shoot foot.
14693         (message-supersede): Ditto.
14694
14695 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
14696         Trivial patch.
14697
14698         * gnus-sum.el (gnus-simplify-subject-re): Use
14699         message-subject-re-regexp.
14700
14701 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14702
14703         * nnmail.el (nnmail-expiry-target-group): Bind
14704         nnmail-cache-accepted-message-ids to nil.
14705
14706         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
14707         coding system.
14708
14709 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14710
14711         * qp.el (quoted-printable-encode-region): Make sure characters are
14712         between 00 and FF.  Don't check charset.
14713
14714         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
14715         in Emacs 20.
14716         * rfc2047.el (rfc2047-q-encode-region): Ditto.
14717
14718 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14719
14720         * message.el (message-make-forward-subject): Argument decoded.
14721         (message-forward): Use it when digest.
14722
14723         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
14724         buffer.
14725
14726 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14727
14728         * message.el (message-generate-headers-first): Doc fix.
14729
14730 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14731
14732         * gnus-art.el (article-make-date-line): Error proof.
14733
14734 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14735
14736         * gnus-group.el (gnus-group-listing-limit): New variable.
14737         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
14738
14739         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
14740
14741 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14742
14743         * message.el (message-newline-and-reformat): Special case for
14744         breaking at BOL.
14745
14746 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
14747
14748         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
14749         message/rfc822.
14750
14751 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14752
14753         * message.el (message-encode-message-body): Don't insert
14754         Content-Type if it is inside a mail.
14755
14756 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14757
14758         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
14759         gnus-article-commands-menu.
14760
14761         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
14762         in Emacs.
14763
14764         * gnus-start.el (gnus-read-descriptions-file): Use
14765         gnus-group-name-charset and gnus-group-charset-alist.
14766
14767 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14768
14769         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
14770         active region.
14771
14772         * gnus-start.el (gnus-group-change-level): Remove from both
14773         gnus-zombie-list and gnus-killed-list.
14774
14775 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14776
14777         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
14778         gnus-subscribe-topics.
14779
14780         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
14781
14782 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14783
14784         * gnus-art.el (gnus-article-make-menu-bar): Make
14785         gnus-article-post-menu.
14786
14787         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
14788
14789         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
14790
14791         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
14792
14793         * message.el (message-mode-menu): Ditto.
14794
14795         * gnus-art.el (defvar): eval-when-compile.
14796
14797 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14798
14799         * gnus-agent.el (gnus-agentize): Fix doc.
14800
14801 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
14802
14803         * mml.el (mml-preview): Bind `q'.
14804
14805 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14806
14807         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
14808
14809 2001-01-31  Dave Love  <fx@gnu.org>
14810
14811         * mm-util.el (mm-mime-mule-charset-alist)
14812         (mm-find-mime-charset-region): Consider mule-utf-8.
14813
14814 2001-01-31  Dave Love  <fx@gnu.org>
14815
14816         * gnus-art.el (gnus-article-x-face-command)
14817         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
14818         :version.
14819
14820 2001-01-26  Dave Love  <fx@gnu.org>
14821
14822         * mm-util.el (mm-multibyte-string-p): New.
14823
14824 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
14825 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
14826 ;;      string-as-multibyte on class.  Clarify line-folding.
14827         (quoted-printable-encode-string): Make temp buffer inherit
14828         string's multibyteness.
14829
14830 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
14831
14832         * nnheader.el (toplevel): Don't require `gnus-util' at
14833         compile-time; this creates a circular dependency, and prevents
14834         a bootstrap.
14835
14836 2001-01-22  Andreas Schwab  <schwab@suse.de>
14837
14838         * nnheader.el (gnus-delete-line): Autoload it as a macro.
14839
14840 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14841
14842         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
14843
14844         * gnus-art.el (article-hide-list-identifiers): Ditto.
14845
14846         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
14847
14848 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14849
14850         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
14851
14852         * gnus-art.el (article-hide-list-identifiers): Similar.
14853
14854 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
14855
14856         * nnmail.el (nnmail-remove-list-identifiers): Improved.
14857
14858 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14859
14860         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
14861
14862 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14863
14864         * gnus-util.el (gnus-string-equal): New function.
14865
14866         * gnus-art.el (article-hide-boring-headers): Use it.
14867
14868 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
14869
14870         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
14871
14872 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14873
14874         * gnus-msg.el (gnus-msg-mail): Support switch-action.
14875
14876 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14877
14878         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
14879         command if there is not last-saver.
14880
14881 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14882
14883         * nntp.el (nntp-open-connection): 201 is possible.
14884
14885 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14886
14887         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
14888         (rfc2047-charset-encoding-alist): Add big5.
14889
14890 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14891
14892         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
14893         (gnus-agent-remove-server): Ditto.
14894         (autoload): gnus-server-update-server.
14895
14896         * gnus-srvr.el (gnus-server-line-format): Add %a.
14897         (gnus-server-line-format-alist): Add gnus-tmp-agent.
14898         (gnus-server-insert-server-line): Use it.
14899
14900 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14901
14902         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
14903         GB2312 and Big5.
14904
14905 2001-01-24  Simon Josefsson  <sj@extundo.com>
14906
14907         * mail-source.el (mail-sources): Add :program specifier to IMAP
14908         mail source.
14909         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
14910
14911 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14912
14913         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
14914
14915 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14916
14917         * nntp.el (nntp-wait-for): Return the success code.
14918         (nntp-open-connection): Use it.
14919
14920 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14921
14922         * gnus-int.el (gnus-check-server): Allow breaking the opening.
14923
14924 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14925
14926         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
14927
14928 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14929
14930         * gnus-sum.el (gnus-summary-print-article): Take one prefix
14931         argument. Allow to print several articles in one file.
14932
14933 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14934
14935         * webmail.el (webmail-type-definition): netaddress changes.
14936
14937 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14938
14939         * gnus.el: Fix copyright. Remove trailing spaces.
14940
14941         * message.el (message-forward): Use mule4.
14942
14943 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14944
14945         * mm-util.el (mm-string-as-unibyte): New function.
14946
14947         * message.el (message-forward): Use it.
14948
14949 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14950
14951         * message.el (message-cite-original-without-signature): Don't peel
14952         off the blank line.
14953         (message-get-reply-headers): Add Cc if it is not in follow-to.
14954
14955 2001-01-20  Simon Josefsson  <sj@extundo.com>
14956
14957         * mm-decode.el (mm-handle-multipart-from): Add.
14958         (mm-dissect-buffer): Save From: header value.
14959         (mm-security-from): Remove.
14960         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
14961
14962         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
14963         instead of `mml-security-from'.  Protect null from value.
14964
14965 2001-01-20  Simon Josefsson  <sj@extundo.com>
14966
14967         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
14968         application/vnd.ms-excel attachments.
14969
14970 2001-01-19  Simon Josefsson  <sj@extundo.com>
14971
14972         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
14973
14974 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14975
14976         * message.el (message-ignored-mail-headers): Ditto.
14977
14978 2001-01-19  Simon Josefsson  <sj@extundo.com>
14979
14980         * message.el (message-ignored-news-headers): Only search beginning
14981         of line.
14982
14983 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
14984         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
14985
14986         * message.el (message-send-mail): Content-Type may not be there.
14987
14988 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14989
14990         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
14991         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
14992
14993         * gnus-art.el (article-display-x-face): Insert X-Face if there is
14994         not.
14995
14996 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14997
14998         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
14999         non-native groups.
15000
15001 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15002
15003         * message.el (message-yank-original): Understand
15004         universal-argument.
15005
15006 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15007
15008         * gnus-art.el (gnus-boring-article-headers): Add to-address.
15009         (article-hide-boring-headers): Ditto.
15010
15011         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
15012
15013 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15014
15015         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
15016         one.
15017
15018 2001-01-16  Simon Josefsson  <simon@josefsson.org>
15019
15020         * message.el (message-make-in-reply-to): Add comment to message-id
15021         (old syntax, see 2000-08-02 change).
15022
15023 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15024
15025         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
15026         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
15027         (gnus-button-reply): Ditto.
15028
15029 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * gnus-art.el (article-display-x-face): Fix.
15032
15033 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15034
15035         * gnus-art.el (article-display-x-face): Use
15036         gnus-original-article-buffer.
15037
15038 2001-01-15  Jack Twilley  <jmt@tbe.net>
15039
15040         * message.el (message-add-header): Move to point-max.
15041
15042 2001-01-15  Simon Josefsson  <simon@josefsson.org>
15043
15044         * smime.el (smime-CA-directory, smime-CA-file): Change default to
15045         nil, improve documentation.
15046         (smime-certificate-directory): Comment out false hints (until it
15047         is implemented).
15048
15049         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
15050         there aren't any keys.
15051         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
15052         verify certificate.  Default is changed to only check integrity.
15053         Improved security status texts.  If a certificate doesn't contain
15054         a email address, don't fail.
15055
15056         * smime.el (smime-noverify-region):
15057         (smime-noverify-buffer): New functions.  Verifies integrity only.
15058
15059 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15060
15061         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
15062
15063 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15064
15065         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
15066         (gnus-remove-some-windows): Ditto.
15067
15068 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15069
15070         * gnus-art.el (article-make-date-line): 11th.
15071
15072 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15073
15074         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
15075         (mml2015-gpg-sign): Ditto.
15076
15077 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15078
15079         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
15080         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
15081
15082 2001-01-08  Dave Love  <fx@gnu.org>
15083
15084         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
15085         single character.
15086
15087         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
15088
15089         * message.el: Doc and message fixes.
15090         (message-send-rename-function)
15091         (message-make-forward-subject-function)
15092         (message-send-mail-function, message-reply-to-function)
15093         (message-wide-reply-to-function, message-followup-to-function)
15094         (message-distribution-function, message-auto-save-directory): Fix
15095         :type.
15096
15097         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
15098         proceeding after warnings.  Amend multipart warning message.
15099
15100 2001-01-04  Dave Love  <fx@gnu.org>
15101
15102         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
15103         compiling.
15104         (gnus-make-directory): Require nnmail.
15105
15106         * mm-decode.el (mm-inline-media-tests): Add
15107         image/x-portable-bitmap.
15108         (mm-get-image): Grok pbm.
15109
15110 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
15111
15112         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
15113
15114 2001-01-09  Didier Verna  <didier@xemacs.org>
15115
15116         * dgnushack.el (dgnushack-compile): give a dummy value to
15117         `gnus-xmas-glyph-directory' for the time of compilation.
15118         * gnus-agent.el: moved some XEmacs specific hook add-ons from
15119         `gnus-xmas-[re]define' to avoid loosing user custom settings.
15120         * gnus-art.el: ditto.
15121         * gnus-group.el: ditto.
15122         * gnus-salt.el: ditto.
15123         * gnus-sum.el: ditto.
15124         * gnus-topic.el: ditto.
15125         * gnus-xmas.el (gnus-xmas-define): see above.
15126         * gnus-xmas.el (gnus-xmas-redefine): see above.
15127         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
15128         non-continuable error when the directory can't be found.
15129
15130 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15131
15132         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
15133         handle.
15134         * gnus-art.el (gnus-mime-view-part): Copy it.
15135         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
15136
15137 2001-01-09  Michael Downes  <mjd@ams.org>
15138
15139         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
15140
15141 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15142
15143         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
15144         orig-file. Use ',source.
15145
15146 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15147
15148         * gnus-xmas.el (gnus-xmas-modeline-glyph):
15149         (gnus-xmas-group-startup-message):
15150         Detect gnus-xmas-glyph-directory when it is nil.
15151
15152 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15153
15154         * pop3.el (pop3-get-message-count): Andrew Innes
15155         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
15156
15157 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15158
15159         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
15160
15161         * time-date.el (time-to-number-of-days): New function.
15162
15163 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
15164         Trivial patch.
15165
15166         * nnslashdot.el (nnslashdot-request-list): Always get the right
15167         sid.
15168
15169 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15170
15171         * message.el (message-minibuffer-local-map): New keymap.
15172         (message-read-from-minibuffer): Use it.
15173         * gnus-msg.el (gnus-summary-resend-message): Use it
15174
15175 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15176
15177         * gnus-start.el (gnus-display-time-event-handler): New function.
15178         (gnus-after-getting-new-news-hook): Use it.
15179
15180 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15181
15182         * message.el (message-ignored-mail-headers): Add draft header.
15183
15184 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15185
15186         * gnus-sum.el (gnus-summary-expire-articles): Don't save
15187         excursion.
15188
15189         * nnslashdot.el (nnslashdot-request-list): Get the right year.
15190
15191 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
15192         A revoked patch.
15193
15194         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
15195
15196 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15197
15198         * qp.el (quoted-printable-decode-region): Don't backward-char.
15199
15200 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15201
15202         * gnus-draft.el: Mark articles as replied.
15203
15204         * gnus-sum.el (gnus-summary-add-mark): New function.
15205
15206         * gnus-group.el (gnus-add-mark): New function.
15207
15208         * gnus-sum.el (gnus-summary-buffer-name): New function.
15209         (gnus-summary-setup-buffer): Use it.
15210
15211         * gnus-draft.el: Set things up with the right post method and
15212         stuff.
15213
15214         * message.el (message-ignored-news-headers): Remove X-Draft-From.
15215
15216         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
15217
15218         * gnus.el (gnus-draft-meta-information-header): New variable.
15219
15220 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15221
15222         * gnus-art.el (gnus-treatment-function-alist): Move the date
15223         functions before the header sorting functions.
15224
15225         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
15226
15227         * dgnushack.el (dgnushack-compile): Message whether there is w3.
15228         Don't (push "/usr/share/emacs/site-lisp" load-path).
15229
15230         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
15231         to empty fill prefixes.
15232
15233 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15234
15235         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
15236         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
15237
15238 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15239
15240         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
15241
15242         * nnml.el (autoload): Move to nnheader.el.
15243
15244         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
15245         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
15246         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
15247         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
15248
15249 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15250
15251         * gnus-art.el (article-make-date-line): Get the hours right.
15252         (gnus-ignored-headers): More hiding.
15253
15254         * nnmail.el (nnmail-expiry-wait): Not an integer.
15255
15256         * message.el (message-goto-body): Only expand abbrev when called
15257         interactively.
15258         (message-make-lines): Use it.
15259
15260 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15261
15262         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
15263
15264 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15265
15266         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
15267         include the expunged articles.
15268
15269         * gnus-group.el (gnus-group-sort-by-server): New function.
15270
15271         * gnus.el (gnus-method-to-server-name): New function.
15272         (gnus-group-prefixed-name): Use it.
15273
15274         * gnus-group.el (gnus-group-sort-function): Doc fix.
15275         (gnus-group-sort-groups-by-server): New command.
15276
15277 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15278
15279         * gnus-art.el (gnus-treat-date-english): New variable.
15280         (article-date-english): New command.
15281         (gnus-english-month-names): New variable.
15282         (article-make-date-line): Do 'english.
15283
15284         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
15285         after the fill prefix.
15286
15287         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
15288         score...".
15289
15290         * gnus-art.el (gnus-ignored-headers): Hide more headers.
15291
15292         * message.el (message-mode-map): Bind comment-region.
15293
15294         * gnus-art.el (gnus-mime-display-part): Let w3 display
15295         multipart/related.
15296
15297         * mm-bodies.el (mm-long-lines-p): New function.
15298         (mm-body-encoding): Use it.
15299         (mm-body-encoding): Encode articles with lines longer than 1000
15300         characters.
15301
15302 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15303
15304         * mm-util.el (mm-enable-multibyte): Use
15305         default-enable-multibyte-characters.
15306         (mm-enable-multibyte-mule4): Ditto.
15307         (mm-disable-multibyte): Test XEmacs.
15308         (mm-disable-multibyte-mule4): Ditto.
15309         (mm-with-unibyte-current-buffer): Simplified.
15310         (mm-with-unibyte-current-buffer-mule4): Ditto.
15311
15312 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15313
15314         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
15315
15316         * nnheader.el (nnheader-string-as-multibyte): New alias.
15317
15318         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
15319
15320         * gnus-uu.el (gnus-message-process-mark): New function.
15321         (gnus-uu-mark-by-regexp): Use it.
15322         (gnus-new-processable): New function.
15323
15324 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
15325          Trivial patch.
15326
15327         * gnus-sum.el (gnus-no-mark): New variable.
15328
15329 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15330
15331         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
15332         backslashes.
15333
15334 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15335
15336         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
15337         definition.
15338
15339 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15340
15341         * dgnushack.el (dgnushack-compile): elc is in the current directory.
15342
15343         * qp.el (quoted-printable-encode-region): Don't check multibyte in
15344         XEmacs.
15345
15346 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
15347         Trivial patch.
15348
15349         * mml.el (mml-read-tag): Save tag location.
15350
15351 2000-12-25  Simon Josefsson  <simon@josefsson.org>
15352
15353         * starttls.el: Sync with Emacs 21.
15354
15355 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15356
15357         * message.el (message-mail): Support yank-action.
15358
15359         * message.el (message-setup): Revoke the last change.
15360
15361 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15362
15363         * message.el (message-setup): Use cons. Suggested by Johan Vromans
15364         <jvromans@squirrel.nl>.
15365
15366 2000-12-24  Simon Josefsson  <sj@extundo.com>
15367
15368         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
15369         mailing list junk at end of part.
15370
15371 2000-12-23  Simon Josefsson  <sj@extundo.com>
15372
15373         * nnimap.el (nnimap-expiry-target): New function.
15374         (nnimap-request-expire-articles): Use it.
15375
15376 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15377
15378         * gnus.el (gnus-group-parameters-more): New variable.
15379         * gnus-cus.el (gnus-group-customize): Use it.
15380
15381         * gnus.el (gnus-define-group-parameter): New macro.
15382         (auto-expire): Use it
15383         (total-expire): Use it.
15384         * gnus-art.el (banner): Use it.
15385
15386         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
15387         <ljz@asfast.com>.
15388
15389 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15390
15391         * gnus-topic.el (gnus-topic-create-topic): Use list.
15392
15393         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
15394         before binding gnus-default-article-saver.
15395
15396         * gnus-sum.el (gnus-summary-save-article):
15397         (gnus-summary-pipe-output):
15398         (gnus-summary-save-article-mail):
15399         (gnus-summary-save-article-rmail):
15400         (gnus-summary-save-article-file):
15401         (gnus-summary-write-article-file):
15402         (gnus-summary-save-article-body-file): Ditto.
15403
15404         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
15405
15406 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15407
15408         * gnus-art.el (gnus-mime-security-button-map):
15409         (gnus-mime-button-map): Add parent.
15410
15411 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15412
15413         * messagexmas.el (message-xmas-redefine): New function.
15414
15415         * message.el: Use it.
15416
15417         * gnus-art.el (gnus-article-check-hidden-text): Return t.
15418
15419         * gnus-util.el (gnus-remove-text-properties-when): Return t.
15420
15421 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15422
15423         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
15424         malformatted messages.
15425
15426 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15427
15428         * mm-util.el (mm-image-load-path): New function.
15429
15430         * gnus-group.el (gnus-group-make-tool-bar): Use it.
15431
15432         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
15433
15434         * message.el (message-tool-bar-map): Use it.
15435
15436         * Makefile.in (install-el): New rule.
15437
15438 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * gnus-art.el (article-treat-dumbquotes): Quote \.
15441
15442 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15443
15444         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
15445         Emacs 20 runs on a terminal.
15446
15447 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15448
15449         * gnus-msg.el (gnus-bug): Revert to save-excursion.
15450
15451         * mml.el (gnus-add-minor-mode): Autoload.
15452
15453         * message.el (message-forward): Save-restriction.
15454
15455 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15456
15457         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
15458         Paul Stevenson <p.stevenson@surrey.ac.uk>
15459
15460 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15461
15462         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
15463
15464         * mml.el (gnus-ems): Don't require.
15465
15466         * gnus.el (gnus-decode-rfc1522): Removed.
15467         (gnus-set-text-properties): Define.
15468
15469 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15470
15471         * gnus-art.el (gnus-mime-*): handle may be nil.
15472
15473         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
15474
15475         * gnus.el (gnus-group-remove-excess-properties): Not defined
15476         in gnus-xmas.
15477
15478 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15479
15480         * message.el (message-mail-user-agent): Add :version.
15481
15482 2000-12-21  Miles Bader  <miles@gnu.org>
15483
15484         * message.el (message-mode): Set `comment-start' to the  yank prefix.
15485
15486 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15487
15488         * message.el (message-mail-user-agent): New variable.
15489         (message-setup): Renamed to message-setup-1. Support
15490         mail-user-agent.
15491         (message-mail-user-agent): New function.
15492         (message-mail): Use it.
15493         (message-reply): Use it.
15494         (message-resend): Use it.
15495         (message-mail-other-window): Use it.
15496         (message-mail-other-frame): Use it.
15497
15498         * gnus-msg.el (gnus-bug): Support mail-user-agent.
15499
15500 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15501
15502         * message.el (message-tool-bar-map): Simplify.
15503         (message-narrow-to-head-1): New function.
15504         (message-narrow-to-head): Use it.
15505         (message-reply): Ditto.
15506         (message-cancel-news): Ditto.
15507         (message-supersede): Ditto.
15508         (message-make-forward-subject): Ditto.
15509         (message-bounce): Ditto.
15510
15511 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15512
15513         * uudecode.el (uudecode-decode-region-external): make-temp-file
15514         may not be defined.
15515
15516         * binhex.el (defalias): eval-and-compile.
15517
15518         * message.el (message-tool-bar-map): New function.
15519         (message-mode): Use it.
15520
15521 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15522
15523         * nntp.el (nntp-find-connection): Remove the entry.
15524         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
15525
15526 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15527
15528         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
15529
15530         * message.el (message-forward): Copy buffer in unibyte mode.
15531
15532 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15533
15534         * message.el (message-make-forward-subject): Don't widen. Decode.
15535         (message-forward): Don't decode subject.
15536
15537 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
15538
15539         * qp.el (quoted-printable-encode-region): Upcase QP.
15540
15541 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15542
15543         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
15544         mail-extract-a-c instead. Don't depend on Gnus.
15545
15546         * mml.el (gnus-ems): Require it.
15547
15548         * gnus-msg.el (gnus-summary-mail-forward):
15549
15550         * message.el (message-forward):  Move mime-to-mml here.
15551
15552 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15553
15554         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
15555         * gnus-art.el (gnus-insert-mime-button): Simplify.
15556         (gnus-mime-display-alternative): Ditto.
15557         (gnus-insert-mime-security-button): Ditto.
15558
15559 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15560
15561         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
15562         text-property-not-all doesn't return nil when start=mark(end).
15563         (gnus-remove-text-properties-when): Ditto.
15564
15565 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15566
15567         * gnus-start.el (gnus-group-change-level): Remove group from
15568         gnus-active-hashtb if real killed.
15569
15570 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15571
15572         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
15573         (gnus-mime-display-alternative): Ditto.
15574         (gnus-insert-mime-security-button): Ditto.
15575
15576 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15577
15578         * gnus-start.el (gnus-group-change-level): Don't add it into
15579         killed-list if it was killed.
15580
15581 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15582
15583         * nnmbox.el (nnmbox-file-coding-system): Use binary.
15584         (nnmbox-active-file-coding-system): Ditto.
15585
15586         * gnus-cus.el (gnus-group-parameters): Add posting-style.
15587
15588 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15589
15590         * gnus.el (gnus-version):
15591         (gnus-version-number): Set to Oort Gnus 0.01.
15592
15593         * gnus-art.el (gnus-mime-security-button-map):
15594         (gnus-insert-mime-security-button): Fix for Emacs21.
15595
15596 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15597
15598         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
15599         easymenu, because XEmacs doesn't understand :help.
15600
15601         * mm-uu.el: Require binhex.
15602
15603 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15604
15605         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
15606
15607 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15608
15609         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
15610
15611 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
15612
15613         * *.xpm, *.pbm: Convert icons icons to size 24x24.
15614
15615 2000-12-18  Dave Love  <fx@gnu.org>
15616
15617         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
15618         (unused).
15619
15620 2000-12-13  Miles Bader  <miles@gnu.org>
15621
15622         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
15623         to t, so that we don't get stuck while trying to smilefy
15624         intangible text.
15625
15626 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
15627
15628         * smiley-ems.el (smiley-regexp-alist): Make regexps match
15629         at the end of the buffer.
15630         (smiley-region): In the loop, move to the end of the submatch
15631         matching the smiley instead of using the end of the match
15632         of the whole regexp.
15633
15634 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
15635
15636         * message.el (message-mode): Doc fix.
15637
15638 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
15639
15640         * smiley-ems.el (smiley-region): Doc fix.
15641
15642 2000-12-11  Miles Bader  <miles@gnu.org>
15643
15644         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
15645         bottom line visible, check to see if it's partially obscured, and
15646         if so, either scroll one more line to make it fully visible, or
15647         revert to showing the second line from the top.
15648
15649 2000-12-07  Dave Love  <fx@gnu.org>
15650
15651         * mailcap.el (mailcap-download-directory)
15652         * gnus-audio.el (gnus-audio-directory)
15653         * smiley-ems.el (smiley-data-directory): Fix :type.
15654
15655 2000-11-30  Dave Love  <fx@gnu.org>
15656
15657         * message.el (message-auto-save-directory): Use
15658         file-name-as-directory.
15659         (message-set-auto-save-file-name): Create
15660         message-auto-save-directory if necessary.
15661         (message-replace-chars-in-string): Removed -- unused.
15662         (message-mail-alias-type): Customize.
15663         (message-headers): Remove duplicate defgroup.
15664
15665 2000-11-29  Dave Love  <fx@gnu.org>
15666
15667         * qp.el (quoted-printable-decode-region): Use error, not message
15668         to report malformed text (like base64).  Amend message.
15669
15670 2000-11-29  Miles Bader  <miles@gnu.org>
15671
15672         * message.el (message-header-lines): Fontify tag.
15673
15674 2000-11-27  Dave Love  <fx@gnu.org>
15675
15676         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
15677         compiler warning.
15678
15679 ;2000-11-26  Dave Love  <fx@gnu.org>
15680 ;
15681 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
15682 ;
15683 2000-11-23  Dave Love  <fx@gnu.org>
15684
15685         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
15686
15687         * mm-uu.el (uudecode): Require.
15688         (uudecode-decode-region, uudecode-decode-region-external): Don't
15689         autoload.
15690         (mm-uu-copy-to-buffer): Doc fix.
15691         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
15692         type fix.
15693
15694         * mailcap.el: Doc fixes.
15695         (mailcap-mime-data): Various adjustments.
15696         (mailcap): New group.
15697         (mailcap-download-directory): Customize.
15698         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
15699         (mailcap-temporary-directory): Deleted (unused).
15700         (mailcap-unescape-mime-test): Simplify slightly.
15701         (mailcap-viewer-passes-test): Use functionp.
15702         (mailcap-command-p): Aliased to executable-find.
15703
15704         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
15705         default-enable-multibyte-characters is nil.
15706
15707 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
15708
15709         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
15710
15711 2000-11-21  Dave Love  <fx@gnu.org>
15712
15713         * gnus-art.el (gnus-mime-button-map): Don't inherit from
15714         gnus-article-mode-map.
15715 ;       (gnus-mime-button-menu): Use mouse-set-point.
15716         (gnus-insert-mime-button, gnus-mime-display-alternative)
15717         (gnus-mime-display-alternative): Don't use local-map property.
15718
15719 2000-11-17  Dave Love  <fx@gnu.org>
15720
15721         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
15722         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
15723         and make-temp-file.
15724         (uudecode-decode-region): Doc fix.
15725
15726 2000-11-14  Dave Love  <fx@gnu.org>
15727
15728         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
15729         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
15730         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
15731         New files, derived from the XPMs.
15732
15733 2000-11-10  Dave Love  <fx@gnu.org>
15734
15735         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
15736         (gnus-agent-lib-file, gnus-agent-load-alist)
15737         (gnus-agent-save-alist, gnus-agent-article-name): Use
15738         expand-file-name.
15739
15740         * gnus-group.el (gnus-group-name-charset-method-alist): Add
15741         :version.
15742         (nnkiboze-score-file): Defvar when compiling.
15743
15744         * gnus-start.el (gnus-read-newsrc-file): Add :version.
15745
15746         * gnus-art.el (gnus-article-banner-alist)
15747         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
15748         (gnus-article-date-lapsed-new-header)
15749         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
15750         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
15751         (gnus-treat-strip-headers-in-body)
15752         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
15753         (gnus-treat-translate): Add :version.
15754         (gnus-article-mime-part-function): Fix defcustom.
15755
15756         * nnmail.el (nnmail-expiry-target)
15757         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
15758         (nnmail-split-header-length-limit): Add :version.
15759
15760         * gnus-sum.el (gnus-auto-expirable-marks)
15761         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
15762         (gnus-extra-headers, gnus-ignored-from-addresses)
15763         (gnus-newsgroup-ignored-charsets)
15764         (gnus-group-highlight-words-alist)
15765         (gnus-summary-show-article-charset-alist): Add :version.
15766
15767         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
15768         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
15769         files, converted from the XPMs.
15770
15771         * gnus-cache.el (gnus-cache-active-file): Don't use
15772         file-name-as-directory on directory.
15773         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
15774         use file-name-as-directory on directory.
15775
15776         * time-date.el (timezone-make-date-arpa-standard): Autoload.
15777         (date-to-time): Use it.
15778
15779 ;       * message.el (message-mode) <adaptive-fill-regexp>:
15780 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
15781 ;       (message-newline-and-reformat): Likewise.
15782         (message-forward-as-mime, message-forward-ignored-headers)
15783         (message-buffer-naming-style, message-default-charset)
15784         (message-dont-reply-to-names, message-send-mail-partially-limit):
15785         Add :version.
15786
15787         * mm-util.el: Doc fixes.
15788         (mm-mime-charset): Don't use the raw result of
15789         mm-preferred-coding-system.
15790         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
15791         (mm-with-unibyte): Simplify.
15792
15793         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
15794         concat.
15795
15796         * pop3.el (pop3-version): Deleted.
15797         (pop3-make-date): New function, avoiding message-make-date.
15798         (pop3-munge-message-separator): Use it.
15799
15800 2000-11-09  Dave Love  <fx@gnu.org>
15801
15802         * gnus-group.el (gnus-group-make-directory-group)
15803         (gnus-group-fetch-faq): Use expand-file-name.
15804         (gnus-group-fetch-faq): Simplify completing-read form.
15805
15806         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
15807         test for Mule.
15808
15809         * message.el (tool-bar-map): Defvar when compiling.
15810
15811         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
15812         (gnus-tm-lisp-directory): Deleted.
15813         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
15814         (featurep 'xemacs).
15815         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
15816         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
15817         version numbers from file names.
15818
15819 2000-11-08  Dave Love  <fx@gnu.org>
15820
15821         * mm-view.el: Use featurep for XEmacs test.
15822         (mm-inline-message): Test for `remove-specifier'; don't use
15823         condition-case.
15824
15825         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
15826
15827         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
15828         (gnus-score-find-bnews): Don't concat "".
15829
15830         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
15831         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
15832         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
15833         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
15834
15835         * gnus-sum.el: Put some defvars in eval-when-compile.
15836         (gnus-summary-mode-hook): Add :options.
15837         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
15838         (gnus-summary-tool-bar-map): New variable.
15839         (gnus-summary-make-tool-bar): New function.
15840         (gnus-summary-mode): Put kill-all-local-variables first.
15841
15842         * gnus-group.el (gnus-group-toolbar-map): New variable.
15843         (gnus-group-make-tool-bar): Rewritten.
15844         (gnus-group-mode): Put kill-all-local-variables first.
15845
15846         * rfc2047.el: Require gnus-util.
15847
15848         * nnml.el (gnus-sorted-intersection): Autoload.
15849
15850         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
15851         Put some defvars in eval-when-compile.
15852         (gnus-intersection, gnus-sorted-complement):  Autoload.
15853
15854         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
15855
15856         * mm-encode.el (mm-body-7-or-8): Autoload.
15857
15858         * mm-decode.el (mm-insert-inline): Autoload.
15859
15860         * mml.el:
15861         * message.el: Put some defvars in eval-when-compile.
15862
15863         * gnus-msg.el: Put some defvars in eval-when-compile.
15864         (gnus-msg-mail): Move after gnus-setup-message.
15865
15866         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
15867
15868 2000-11-07  Dave Love  <fx@gnu.org>
15869
15870         * gnus-util.el (nnheader): Don't require message (recursive
15871         autoload).
15872
15873         * uudecode.el: Avoid compiler warnings.
15874
15875         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
15876         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
15877
15878 2000-11-06  Dave Love  <fx@gnu.org>
15879
15880         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
15881
15882         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
15883         (uudecode-char-int): New alias, replacing char-int.
15884         (uudecode-decode-region): Don't call buffer-disable-undo.
15885
15886 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
15887 ;       (mm-uu-configure-list): Doc fix.
15888 ;
15889 ;       * earcon.el (running-xemacs): Don't define.
15890 ;
15891 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15892 ;
15893 ;       * message.el (message-font-lock-keywords): Match a final newline
15894 ;       to help font-lock's multiline support.
15895 ;
15896 2000-11-03  Dave Love  <fx@gnu.org>
15897
15898         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
15899
15900         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
15901         name.
15902
15903         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
15904         <banner>: Fix custom type, doc.
15905
15906         * mm-decode.el (mm-display-external): Space-prefix temp buffer
15907         name.  Don't disable undo explicitly.
15908
15909 ;2000-11-02  Dave Love  <fx@gnu.org>
15910 ;
15911 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
15912 ;       cite-prefix.
15913
15914 2000-11-01  Dave Love  <fx@gnu.org>
15915
15916         * rfc2047.el (base64): Require unconditionally.
15917         (message-posting-charset): Defvar when compiling.
15918         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
15919         message.
15920
15921         * gnus-sum.el (nnoo): Require.
15922         (mm-uu-dissect): Autoload.
15923
15924         * mml.el (mml-parse-1): Clarify message.
15925         (mml-minibuffer-read-type): Use mailcap-mime-types.
15926
15927 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
15928
15929         * mml.el: Fix a typo in the requiring of CL.
15930
15931 2000-11-01  Dave Love  <fx@gnu.org>
15932
15933         * utf7.el: Require cl when compiling.
15934
15935         * binhex.el: Use (featurep 'xemacs).
15936         (binhex-char-int): New alias, replacing char-int.  Change callers.
15937         (binhex-decode-region): Simplify work buffer code.
15938         (binhex-decode-region-external): Use expand-file-name, not concat.
15939
15940 2000-10-30  Dave Love  <fx@gnu.org>
15941
15942         * gnus-art.el: Fix 2000-10-27 change properly.
15943
15944 2000-10-28  Miles Bader  <miles@gnu.org>
15945
15946         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
15947
15948 2000-10-27  Dave Love  <fx@gnu.org>
15949
15950         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
15951         strings.
15952         (gnus-group-make-tool-bar): New function.
15953         (gnus-group-mode): Use it.
15954
15955         * message.el (message-mode-menu): Add some :help strings.
15956         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
15957         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
15958
15959         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
15960         * describe-group.xpm, get-news.xpm, kill-group.xpm:
15961         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
15962
15963         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
15964         display-graphic-p here.
15965
15966 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
15967
15968         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
15969         of the `gnus-xemacs' variable, as the latter has been removed.
15970         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
15971         * gnus-art.el (gnus-treat-display-xface)
15972         (gnus-treat-display-smileys, gnus-treat-display-picons)
15973         (gnus-article-read-summary-keys): Likewise.
15974
15975 2000-10-26  Dave Love  <fx@gnu.org>
15976
15977         (defvar): Use rmail-spool-directory unconditionally.
15978
15979 2000-10-18  Dave Love  <fx@gnu.org>
15980
15981         * mm-bodies.el (mm-uu-decode-function)
15982         (mm-uu-binhex-decode-function): Defvar when compiling.
15983
15984         * gnus-nocem.el (gnus-nocem-issuers): Update.
15985         (gnus-nocem-check-from): New option.
15986         (gnus-nocem-scan-groups): Use it.
15987         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
15988         (gnus-nocem-check-article-limit): Add :version.
15989
15990 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
15991
15992         * ietf-drums.el (mm-util): Require CL when compiling.
15993
15994 2000-10-15  Dave Love  <fx@gnu.org>
15995
15996         * qp.el: Require mm-util.
15997
15998 2000-10-13  Dave Love  <fx@gnu.org>
15999
16000         * qp.el (quoted-printable-decode-region): Avoid invalid
16001         coding-systems.
16002
16003 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
16004
16005         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
16006         to a recursive load.
16007
16008 2000-10-12  Dave Love  <fx@gnu.org>
16009
16010         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
16011
16012         * gnus.el (gnus-group-startup-message): Check for PBM image.
16013
16014 2000-10-09  Dave Love  <fx@gnu.org>
16015
16016         * mail-source.el (mail-source-fetch-imap): Bind
16017         default-enable-multibyte-characters rather than using
16018         mm-disable-multibyte.
16019
16020 2000-10-05  Dave Love  <fx@gnu.org>
16021
16022         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
16023         Autoload.
16024         (quoted-printable-decode-region):  Rename arg which confused
16025         charset with coding-system.  Don't use nonascii-insert-offset.
16026         Coding-system encode the region initially.  Don't recognize `=='
16027         as valid QP.  Coding-system decode the region finally.
16028         (quoted-printable-decode-string): Rename arg which confused
16029         charset with coding-system.
16030
16031         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
16032         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
16033         mm-encode-coding-region.
16034         (mm-decode-body, mm-decode-string): Rename variables which
16035         confused charset with coding-system.
16036         (binhex-decode-region): Don't autoload.
16037         (mm-body-encoding): Require message.
16038         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
16039         cond branches.
16040
16041         * gnus-art.el (article-de-quoted-unreadable)
16042         (article-de-base64-unreadable): Fold search case
16043         rather than downcasing string.  Apply mm-charset-to-coding-system
16044         to arg of quoted-printable-decode-region.
16045
16046 2000-10-04  Dave Love  <fx@gnu.org>
16047
16048         * gnus-ems.el: Don't turn off compiler warnings in local vars.
16049         Require ring when compiling.
16050         (gnus-article-compface-xbm): New variable.
16051
16052 2000-10-04  Dave Love  <fx@gnu.org>
16053
16054         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
16055         pbm images.
16056
16057         * frown.pbm, smile.pbm, wry.pbm: New files.
16058
16059         * frown.xbm, smile.xbm, wry.xbm: Deleted.
16060
16061 2000-10-03  Dave Love  <fx@gnu.org>
16062
16063         * mail-source.el (mail-sources): Revert to nil.
16064
16065         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
16066
16067         * qp.el: Don't require mm-util.
16068         (quoted-printable-decode-region): Rewritten.
16069         (quoted-printable-decode-string, quoted-printable-encode-region):
16070         Doc fix.
16071         (quoted-printable-encode-region): Barf on multibyte characters.
16072         Maybe make the class multibyte.  Upcase chars, not formatted
16073         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
16074         (quoted-printable-encode-string): Don't use
16075         mm-with-unibyte-buffer.
16076
16077 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
16078
16079         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
16080
16081 2000-09-21  Dave Love  <fx@gnu.org>
16082
16083         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
16084         (for Emacs 20).  Tidy somewhat.
16085
16086 2000-09-21  Dave Love  <fx@gnu.org>
16087
16088         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
16089         image processing.  Rationalize logic somewhat.
16090
16091 2000-09-20  Dave Love  <fx@gnu.org>
16092
16093         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
16094         specifically.
16095
16096         * gnus.el (gnus-version-number): Avoid some redundant
16097         autoloads.
16098
16099 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
16100
16101         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
16102         to XBM; we always have PBM support.
16103
16104 2000-09-14  Dave Love  <fx@gnu.org>
16105
16106         * gnus.el (gnus-charset):
16107         * mm-decode.el (mime-display):
16108         * imap.el (imap) <defgroup>: Add :version.
16109
16110 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
16111
16112         * parse-time.el: Fix author's mail address.
16113
16114         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
16115         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
16116         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
16117         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
16118         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
16119         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
16120         * rfc2231.el, uudecode.el: Fix copyright notice.
16121
16122         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
16123         require `w3' at load-time only if not running in batch mode.
16124
16125 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16126
16127         * gnus.el: Before merge with Emacs21.
16128
16129 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
16130
16131         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
16132
16133 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
16134
16135         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
16136         to avoid conflict with the standard `back-to-indentation'
16137         binding.
16138
16139 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16140
16141         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
16142
16143         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
16144         (mm-disable-multibyte-mule4): Ditto.
16145         (mm-with-unibyte-current-buffer-mule4): Ditto.
16146
16147 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16148
16149         * pop3.el (pop3-movemail): Use binary.
16150         (pop3-movemail-file-coding-system): Removed.
16151
16152 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16153
16154         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
16155
16156 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16157
16158         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
16159         exists.
16160
16161 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16162
16163         * gnus-msg.el (gnus-post-method): Use backend name when the
16164         address is "".
16165
16166 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16167
16168         * gnus-art.el (article-verify-x-pgp-sig): Don't test
16169         mm-verify-option.
16170         (gnus-treat-x-pgp-sig): Default value.
16171         (gnus-ignored-headers): Redundant.
16172
16173 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16174
16175         * gnus-win.el (gnus-configure-frame): Save selected window.
16176
16177 2000-02-15  Andrew Innes  <andrewi@gnu.org>
16178
16179         * nnmbox.el: Require gnus-range.
16180         (nnmbox-group-building-active-articles): New variable.
16181         (nnmbox-group-active-articles): New variable; this is a cache of
16182         all active articles by group and number.
16183         (nnmbox-in-header-p): New function.
16184         (nnmbox-find-article): New function.
16185         (nnmbox-record-active-article): New function.
16186         (nnmbox-record-deleted-article): New function.
16187         (nnmbox-is-article-active-p): New function.
16188         (nnmbox-retrieve-headers): Use nnmbox-find-article.
16189         (nnmbox-request-article): Ditto.  Also supply extra arg to
16190         nnmbox-article-group-number.
16191         (nnmbox-request-expire-articles): Ditto.
16192         (nnmbox-request-move-article): Ditto.
16193         (nnmbox-request-replace-article): Ditto.
16194         (nnmbox-request-rename-group): Rename group entry in active
16195         article cache.
16196         (nnmbox-delete-mail): Update active article cache, unless article
16197         is being replaced.
16198         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
16199         than partially duplicating it.
16200         (nnmbox-article-group-number): Add extra `this-line' arg, to
16201         handle articles belonging to multiple groups.
16202         (nnmbox-save-mail): Update active article cache.
16203         (nnmbox-read-mbox): Build active article cache when loading mbox.
16204         Also do some repair work, if we find articles that are missing the
16205         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
16206         reconstruct these from Xref info.
16207
16208 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16209
16210         * mail-source.el (mail-source-report-new-mail): Use
16211         nnheader-run-at-time.
16212
16213 2000-02-15  Andrew Innes  <andrewi@gnu.org>
16214
16215         * mail-source.el (mail-source-fetch-pop): Clear pop password when
16216         an error is thrown, and then rethrow the error.
16217         (mail-source-check-pop): Ditto.
16218         (mail-source-start-idle-timer): Prevent multiple pop checks
16219         running if the check takes a long time.
16220
16221 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16222
16223         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
16224         succeed.
16225
16226 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16227
16228         * gnus-win.el (gnus-configure-windows): Make sure
16229         nntp-server-buffer is live.
16230         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
16231
16232 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
16233
16234         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
16235
16236 2000-12-04  Andreas Jaeger  <aj@suse.de>
16237
16238         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
16239
16240 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16241
16242         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
16243
16244 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16245         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
16246
16247         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
16248
16249 2000-12-01  Simon Josefsson  <sj@extundo.com>
16250
16251         * mml-smime.el (mml-smime-verify): Fix address parsing.
16252
16253 2000-12-01  Simon Josefsson  <sj@extundo.com>
16254
16255         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
16256         more than one certificate inside PKCS#7 blob.  Better security
16257         information (clamed / actual sender, openssl output, certificates
16258         inside message).
16259
16260         * smime.el (smime-verify-region): Output to /dev/null.
16261         (smime-buffer-as-string-region): Don't parse empty lines.
16262
16263 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16264
16265         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
16266         ?d and ?D.
16267         (gnus-mime-security-show-details-inline): New variable.
16268         (gnus-mime-security-show-details): Use them.
16269         (gnus-insert-mime-security-button): Ditto.
16270
16271         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
16272         Suggest by Michael Duggan (md5i@cs.cmu.edu).
16273         (mml2015-gpg-clear-verify): Ditto.
16274         (mml2015-gpg-decrypt-1): Ditto.
16275         (mml2015-use): Prefer 'gpg.
16276
16277 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16278
16279         * gnus-util.el (gnus-add-text-properties-when): New function.
16280         (gnus-remove-text-properties-when): Ditto.
16281
16282         * gnus-cite.el (gnus-article-hide-citation): Use them.
16283         (gnus-article-toggle-cited-text): Use them.
16284
16285         * gnus-art.el (gnus-signature-toggle): Use them.
16286         (gnus-article-show-hidden-text): Ditto.
16287         (gnus-article-hide-text): Ditto.
16288
16289 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16290
16291         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
16292
16293 2000-11-30  Simon Josefsson  <sj@extundo.com>
16294
16295         * smime.el (smime-point-at-eol): New alias.
16296         (smime-buffer-as-string-region): Use it.
16297
16298 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16299
16300         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
16301
16302 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16303
16304         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
16305
16306         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
16307
16308         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
16309
16310 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
16311
16312         * nnmh.el (nnmh-request-expire-articles): Implemented
16313         expiry-target for nnmh backend.
16314
16315 2000-11-30  Simon Josefsson  <sj@extundo.com>
16316
16317         * mm-decode.el (mm-security-from): New variable.
16318         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
16319
16320         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
16321         than `from'.
16322
16323 2000-11-30  Simon Josefsson  <sj@extundo.com>
16324
16325         * mml-smime.el (mml-smime-verify): Verify that certificate mail
16326         address match sender address.
16327
16328         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
16329
16330         * smime.el (smime-verify-region): Don't copy buffer.
16331         (smime-decrypt-buffer): Use expand-file-name on keyfile.
16332         (smime-pkcs7-region): New function.
16333         (smime-pkcs7-certificates-region): Ditto.
16334         (smime-pkcs7-email-region): Ditto.
16335         (smime-buffer-as-string-region): Ditto.
16336
16337         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
16338         buffer.
16339
16340 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
16341
16342         * smime.el (smime-decrypt-region): Fix keyfile argument.
16343
16344 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16345
16346         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
16347
16348 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16349
16350         * message.el (message-shoot-gnksa-feet): New variable.
16351         (message-gnksa-enable-p): New function.
16352         (message-send): Use it.
16353         (message-check-news-body-syntax): Ditto.
16354
16355 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * message.el (message-make-message-id): Remove the redundancy.
16358
16359 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16360
16361         * message.el (message-setup): Discourage using mc-install-*-mode.
16362
16363         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
16364
16365 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16366
16367         * gnus-cite.el (gnus-cite-parse): Guess citation length.
16368
16369 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16370
16371         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
16372
16373 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16374
16375         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
16376
16377 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16378
16379         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
16380         insert-buffer-substring.
16381
16382         * message.el (message-send-mail): Use buffer-substring-no-properties.
16383         (message-send-news): Ditto.
16384
16385 2000-11-22  David Edmondson  <dme@dme.org>
16386
16387         * imap.el (imap-wait-for-tag): Message read info.
16388
16389 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16390
16391         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
16392         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
16393         (mml2015-gpg-encrypt): Ditto.
16394
16395 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16396
16397         * mm-decode.el (mm-verify-option): Default value.
16398
16399         * mml-sec.el (mml-secure-part): Error message.
16400
16401 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16402
16403         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
16404
16405 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16406
16407         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
16408
16409 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16410
16411         * gnus-art.el (gnus-article-describe-key): Use prompt.
16412         (gnus-article-describe-key-briefly): Ditto.
16413
16414 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16415
16416         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
16417
16418 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16419
16420         * gnus-art.el (gnus-article-describe-key): New function.
16421         (gnus-article-describe-key-briefly): New function.
16422
16423 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16424
16425         * mm-decode.el (mm-decrypt-option): Doc typo.
16426
16427         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
16428         return a number.
16429
16430 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16431
16432         * message.el (message-newline-and-reformat): Typo.
16433
16434 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16435
16436         * gnus-art.el (article-verify-x-pgp-sig): Check whether
16437         original-article-buffer exists.
16438
16439         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
16440         (rfc2047-header-encoding-alist): Addresses are different from text.
16441         (rfc2047-encode-message-header): Ditto.
16442         (rfc2047-dissect-region): Extra parameter.
16443         (rfc2047-encode-region): Ditto.
16444         (rfc2047-encode-string): Ditto.
16445
16446 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16447
16448         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
16449         (mm-uu-pgp-encrypted-extract): Use it.
16450         (mm-uu-pgp-signed-extract-1): New function.
16451         (mm-uu-pgp-signed-extract): Use it.
16452
16453         * gnus-art.el (gnus-mime-display-security): New function.
16454         (gnus-mime-display-part): Use it.
16455         (gnus-mime-security-verify-or-decrypt): New function.
16456         (gnus-mime-security-press-button): New function.
16457         (gnus-insert-mime-security-button): Use it.
16458
16459         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
16460         (mm-find-raw-part-by-type): Ditto.
16461         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
16462         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
16463         (mm-destroy-parts): Kill nested multibyte buffer.
16464
16465         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
16466         (mml2015-gpg-verify): Ditto.
16467
16468 2000-11-18  Simon Josefsson  <sj@extundo.com>
16469
16470         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
16471         (mml2015-function-alist): Use it.
16472
16473         * mml-sec.el (mml-sign-alist): Update names.
16474         (mml-encrypt-alist): Ditto.
16475         (mml-secure-part-smime-sign): Moved to mml-smime.el
16476         as `mml-smime-sign-query'.
16477         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
16478         `mml-smime-get-file-cert'.
16479         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
16480         `mml-smime-get-dns-cert'.
16481         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
16482         `mml-smime-encrypt-query'.
16483         (mml-smime-sign-buffer): Use mml-smime-sign.
16484         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
16485
16486         * mml-smime.el (mml-smime-sign): New function.
16487         (mml-smime-encrypt):
16488         (mml-smime-sign-query):
16489         (mml-smime-get-file-cert):
16490         (mml-smime-get-dns-cert):
16491         (mml-smime-encrypt-query): Moved from mml-sec.el.
16492
16493 2000-11-16  Simon Josefsson  <sj@extundo.com>
16494
16495         * mml2015.el (mml2015-gpg-clear-verify): New function.
16496         (mml2015-function-alist): Add it.
16497
16498 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
16499
16500         * message.el (message-setup-fill-variables): Use
16501         message-cite-prefix-regexp.
16502         (message-newline-and-reformat): Check the end of citation, leading
16503         WSP, break in the cite prefix.
16504         (message-fill-paragraph): New function.
16505
16506 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16507
16508         * lpath.el: Shut up.
16509
16510 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
16511
16512         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
16513         raw 8-bit in headers in dk.* newsgroups.
16514
16515 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16516
16517         * message.el (message-newline-and-reformat): Match extra WSPs.
16518
16519 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
16520
16521         * mml.el (mml-generate-mime-1): Ignore ascii.
16522
16523 2000-11-16 Justin Sheehy  <justin@iago.org>
16524
16525         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
16526
16527 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16528
16529         * message.el (message-cite-prefix-regexp): Prefix should not end
16530         at space.
16531
16532 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
16533
16534         * message.el (message-mode-syntax-table): Add - as a word
16535         constituent as in articles.
16536         (message-setup-fill-variables): Add -_. as supercite-style prefix.
16537         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
16538         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
16539
16540 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
16541
16542         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
16543
16544 2000-11-12  David Edmondson  <dme@dme.org>
16545
16546         * message.el (message-font-lock-keywords): use
16547         message-cite-prefix-regexp.
16548
16549 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16550
16551         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
16552         Stein Arild Str\e,Ax\e(Bmme.
16553         (gnus-group-jump-to-group): Use it.
16554         (gnus-group-jump-to-group-prompt): Customize.
16555
16556 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
16557
16558         * mailcap.el (mailcap-possible-viewers): Match the entire string.
16559
16560 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16561
16562         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
16563         incompatible.
16564         (mml2015-mailcrypt-sign): Ditto.
16565
16566 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16567
16568         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
16569         group is open.
16570
16571 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
16572
16573         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
16574         nnvirtual articles.
16575         (gnus-backlog-request-article): Don't request nnvirtual articles.
16576
16577 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
16578
16579         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
16580         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
16581
16582 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
16583
16584         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
16585         * mml.el (mml-generate-mime-1): Use charset attribute.
16586         * mm-bodies.el (mm-encode-body): Add parameter charset.
16587         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
16588
16589 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
16590
16591         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
16592         (mml2015-mailcrypt-clear-decrypt): Ditto.
16593         (mml2015-mailcrypt-verify): Ditto.
16594         (mml2015-mailcrypt-clear-verify): Ditto.
16595         (mml2015-gpg-verify): Ditto.
16596
16597 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16598
16599         * smime.el (smime-openssl-program): Test the existence of openssl.
16600         * mml-smime.el: Require mm-decode.
16601         (mml-smime-verify-test): New function.
16602         * mm-decode.el (mm-verify-function-alist): Use it.
16603
16604 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16605
16606         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
16607         anyway.
16608
16609 2000-11-13  Simon Josefsson  <sj@extundo.com>
16610
16611         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
16612         verification doesn't work.
16613
16614 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16615
16616         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
16617         (gnus-inews-do-gcc): Use it.
16618
16619 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
16620
16621         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
16622         leading space.
16623         * mm-extern.el (mm-inline-external-body): Report error when no
16624         access-type.
16625
16626 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
16627
16628         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
16629
16630 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
16631
16632         * gnus-art.el (gnus-mime-button-menu): Use select-window.
16633
16634 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
16635
16636         * gnus-art.el (gnus-mime-display-part): Display multipart/related
16637         as multipart/mixed.
16638
16639 2000-11-12  David Edmondson  <dme@dme.org>
16640
16641         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
16642         and replace `.' with `\w' to allow for different syntax tables
16643         (from Vladimir Volovich).
16644         * message.el (message-newline-and-reformat): use
16645         `message-cite-prefix-regexp'.
16646         * gnus-cite.el (gnus-supercite-regexp): use
16647         `message-cite-prefix-regexp'.
16648         * gnus-cite.el (gnus-cite-parse): use
16649         `message-cite-prefix-regexp'.
16650
16651 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16652
16653         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
16654         PGP SIGNATURE.  Escape leading "-"'s.
16655         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
16656
16657 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
16658
16659         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
16660
16661 2000-11-11  Simon Josefsson  <sj@extundo.com>
16662
16663         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
16664
16665         * smime.el (smime-details-buffer): New variable.
16666         (smime-sign-region):
16667         (smime-encrypt-region):
16668         (smime-verify-region):
16669         (smime-decrypt-region): Copy OpenSSL output to the buffer.
16670
16671         * mml-smime.el (mml-smime-verify): Support security info.
16672
16673 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
16674
16675         * mm-decode.el (mm-verify-option): Set default to nil.
16676         (mm-decrypt-option): Ditto.
16677         * gnus-art.el (article-verify-x-pgp-sig): New function.
16678
16679 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
16680
16681         * gnus-art.el (gnus-mime-display-alternative): Show button if no
16682         preferred part.
16683
16684 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16685
16686         * gnus-sum.el (gnus-move-split-methods): Say that
16687         `gnus-split-methods' uses file names, whereas this uses group
16688         names.  (Report from Nevin Kapur)
16689
16690 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
16691
16692         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
16693
16694 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16695
16696         * nnheader.el (nnheader-directory-files-is-safe): New variable.
16697         (nnheader-directory-articles): Use it.
16698         (nnheader-article-to-file-alist): Ditto.
16699
16700 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
16701
16702         * rfc2047.el (rfc2047-pad-base64): New function.
16703         (rfc2047-decode): Use it.
16704
16705 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
16706
16707         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
16708         select method.
16709
16710 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16711
16712         * mml2015.el (mml2015-gpg-decrypt-1):
16713         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
16714
16715 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16716
16717         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
16718
16719 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
16720
16721         * pop3.el (pop3-munge-message-separator): A message may have an
16722         empty body.
16723
16724 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
16725
16726         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
16727         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
16728         (mm-uu-pgp-signed-extract): Use coding-system.
16729
16730 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16731
16732         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
16733         (gnus-insert-mime-security-button): New function.
16734         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
16735         * mml2015.el:  Add security info when verify or decrypt.
16736         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
16737         (mm-uu-pgp-encrypted-extract): Ditto.
16738
16739 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
16740
16741         * mm-decode.el (mm-display-parts): New function.
16742         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
16743
16744 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16745
16746         * gnus-mlspl.el: Documentation tweaks.
16747
16748 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16749
16750         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
16751         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
16752         argument.
16753
16754 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
16755
16756         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
16757
16758 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
16759
16760         * gnus-art.el (gnus-article-encrypt): New function.
16761         (gnus-article-encrypt-protocol-alist): New variable.
16762         (gnus-article-encrypt-protocol): New variable.
16763         * mml2015.el (mml2015-self-encrypt): New function.
16764         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
16765
16766 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
16767
16768         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
16769         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
16770         let mailcap do it.
16771         * mml2015.el: Remove snarf code.
16772         * mm-decode.el: Remove snarf code.
16773
16774 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
16775
16776         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
16777         (mml-insert-mime): Understand gnus-decoded.
16778         (mime-to-mml): New parameter handles.
16779         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16780         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
16781
16782 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
16783
16784         * mm-decode.el (mime-security): New group.
16785         (mm-verify-function-alist): Add test function.
16786         (mm-decrypt-function-alist): Ditto.
16787         (mm-snarf-option): Set default value as nil.
16788         (mm-find-part-by-type): Recursive parameter.
16789         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
16790         * mml2015.el: Support draft-ietf-openpgp-multsig.
16791
16792 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
16793
16794         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
16795         (gnus-article-view-part-as-charset): New function.
16796
16797 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
16798
16799         * mm-decode.el (mm-verify-option): Default value.
16800         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
16801
16802 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16803
16804         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
16805
16806 2000-11-05  Simon Josefsson  <sj@extundo.com>
16807
16808         * mml-smime.el (mml-smime-verify): Work in original multipart
16809         buffert.
16810
16811         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
16812         (mm-handle-multipart-ctl-parameter): Ditto.
16813         (mm-alist-to-plist): New function.
16814         (mm-dissect-buffer): Store CTL parameters and copy original buffer
16815         for multiparts.
16816         (mm-destroy-parts): Destroy multipart buffert.
16817         (mm-remove-part): Ditto.
16818
16819         * mml-smime.el (mml-smime-sign): Not used.
16820         (mml-smime-encrypt): Ditto.
16821
16822         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
16823
16824         Verify S/MIME signature support.
16825
16826         * mm-decode.el (mm-inline-media-tests): Add
16827         application/{x-,}pkcs7-signature.
16828         (mm-inlined-types): Ditto.
16829         (mm-automatic-display): Ditto.
16830         (mm-verify-function-alist): Ditto.  Add name of method.
16831         (mm-decrypt-function-alist): Add name of method.
16832         (mm-find-part-by-type): Add documentation.
16833         (mm-possibly-verify-or-decrypt): Use new format of
16834         mm-{verify,decrypt}-function-alist.  Use method names.
16835
16836         * mml-smime.el (mml-smime-verify): New function.
16837
16838 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16839
16840         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
16841
16842 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16843
16844         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
16845         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
16846         * mm-decode.el (mm-snarf-option): New variable.
16847
16848 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16849
16850         * mm-util.el (mm-subst-char-in-string): New function.
16851         (mm-replace-chars-in-string): Use it.
16852         * message.el (message-replace-chars-in-string): Use it.
16853         * nnheader.el (nnheader-replace-chars-in-string): Use it.
16854         * gnus-mh.el (mh-lib-progs): Shut up.
16855
16856 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
16857
16858         * base64.el, md5.el: Moved to contrib directory.
16859
16860 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16861
16862         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
16863         the last article when search.
16864
16865 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16866
16867         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
16868         * nnmail.el (nnmail-pathname-coding-system): Ditto.
16869
16870 2000-09-29  David Edmondson  <dme@thus.net>
16871
16872         * message.el (message-newline-and-reformat): Typo.
16873
16874 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16875
16876         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
16877
16878 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
16879
16880         * nntp.el (nntp-decode-text): Delete bogus status lines.
16881
16882 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16883
16884         * message.el (message-font-lock-keywords): Match a final newline
16885         to help font-lock's multiline support.
16886
16887 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16888
16889         * nnoo.el (nnoo-set): New function.
16890
16891 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
16892
16893         * gpg.el, gpg-ring.el: Moved to contrib directory.
16894
16895 2000-11-04  Simon Josefsson  <sj@extundo.com>
16896
16897         * nnimap.el (nnimap-split-inbox): Typo.
16898
16899 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16900
16901         * gnus-msg.el (gnus-msg-mail): Move it backwards.
16902
16903 2000-11-03  Simon Josefsson  <sj@extundo.com>
16904
16905         * rfc2231.el (rfc2231-parse-qp-string): New function.
16906         (require): rfc2047.
16907
16908         * mail-parse.el (mail-header-parse-content-type):
16909         (mail-header-parse-content-disposition): Support invalid QP
16910         encoded strings, by using `rfc2231-parse-qp-string'.
16911
16912 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16913
16914         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
16915         (rfc2231-decode-encoded-string): Typo "> X 1".
16916         (rfc2231-encode-string): Insert the name of charset.
16917         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
16918
16919 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16920
16921         * mm-decode.el (mm-save-part): Return the filename.
16922         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
16923         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
16924         (gnus-mime-action-alist): Use it.
16925         (gnus-mime-button-commands): Use it.
16926         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
16927         (mm-inline-external-body): unwind-protect.
16928
16929 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
16930
16931         * gnus-art.el (gnus-insert-mime-button): Show url.
16932
16933 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16934
16935         * mml.el (mml-generate-mime-1): Support external url.
16936         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
16937
16938 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
16939
16940         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
16941         * mm-decode.el (mm-display-external): Ditto.
16942         * mm-extern.el: New file.
16943         * mm-decode.el (mm-inline-media-tests): Hook it up.
16944         (mm-inlined-types): Inline message/external-body.
16945
16946 2000-11-02  Simon Josefsson  <sj@extundo.com>
16947
16948         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
16949
16950         * message.el (message-get-reply-headers): Better handling when
16951         Mail-Followup-To is very large.
16952
16953 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16954
16955         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
16956         * gnus-art.el (gnus-article-edit-done):
16957         * gnus-sum.el (gnus-summary-edit-article-done): Move line
16958         counting code here.
16959         * gnus-msg.el (gnus-setup-message): Remove a hack.
16960
16961 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16962
16963         * gnus-sum.el (gnus-newsgroup-variables): New variable.
16964         (gnus-summary-mode): Make them local variables.
16965         (gnus-set-global-variables): Globalize them.
16966         (gnus-summary-exit): Kill them.
16967
16968 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
16969
16970         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
16971         word.
16972
16973 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
16974
16975         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
16976         gnus-article-wash-types.
16977         * gnus-art.el (gnus-article-wash-status): Use them.
16978
16979 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
16980
16981         * mml.el (mml-read-tag): Remove spaces and LF.
16982
16983 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16984
16985         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
16986         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
16987
16988 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
16989
16990         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
16991
16992 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
16993
16994         * gnus-sum.el (gnus-article-charset): New variable.
16995         (gnus-summary-display-article): Set it.
16996         * gnus-msg.el (gnus-copy-article-buffer): Use it.
16997         * gnus-art.el (gnus-article-mode): Make it local variable.
16998
16999 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17000
17001         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
17002
17003 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17004
17005         * nnwfm.el: New file.
17006
17007         * nnweb.el (nnweb-replace-in-string): New function.
17008
17009 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17010
17011         * mml2015.el: Wrap gpg.el.
17012         * gpg.el (gpg-verify): The last argument of apply is a list.
17013         (gpg-encrypt): Add passphrase as a parameter.
17014
17015 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17016
17017         * gpg.el: New file.
17018         * gpg-ring.el: New file.
17019
17020 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17021
17022         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
17023
17024 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17025
17026         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
17027         double-quote characters.
17028         (gnus-summary-prepare-threads): Ditto.
17029
17030 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17031
17032         * gnus-art.el (gnus-mime-display-single): Forward line -1.
17033         * mml.el (mml-read-tag): Don't skip the leading space.
17034         * lpath.el (font-lock-set-defaults): Shut up.
17035
17036 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
17037
17038         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
17039
17040 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
17041
17042         * qp.el (quoted-printable-encode-region): Replace leading - when
17043         ultra safe.
17044         * mml.el (mml-generate-mime-postprocess-function): Removed.
17045         (mml-postprocess-alist): Removed.
17046         (mml-generate-mime-1): Use ultra-safe when sign.
17047         * mml2015.el (mml2015-fix-micalg): Uppercase.
17048         (mml2015-verify): Insert LF.
17049         (mml2015-mailcrypt-sign): Downcase; search backward.
17050
17051 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17052
17053         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
17054         restrictive.
17055         (nnultimate-table-regexp): New variable.
17056         (nnultimate-forum-table-p): Use it.
17057
17058 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
17059         Trivial patch.
17060
17061         * gnus-sum.el (gnus-summary-expire-articles): Save point.
17062
17063 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17064
17065         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
17066         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
17067
17068 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
17069
17070         * mml2015.el: Shut up.
17071
17072 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17073
17074         * gnus.el (gnus-server-browse-hashtb): Removed.
17075         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
17076         (gnus-group-insert-group-line-info): Use simplified method.
17077         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
17078
17079 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
17080
17081         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
17082         moved here.
17083         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
17084         * gnus-group.el (gnus-group-prepare-flat): Use it.
17085         * gnus-topic.el (gnus-group-prepare-topics): Use it.
17086
17087 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
17088
17089         * mml.el (mml-mode): Show menu in XEmacs.
17090
17091 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
17092
17093         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
17094         (gnus-server-read-server-in-server-buffer): New function.
17095         (gnus-browse-foreign-server): Browse in group buffer.
17096         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
17097         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
17098         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
17099         * gnus.el (gnus-server-browse-hashtb): New variable.
17100
17101 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
17102
17103         * nnfolder.el (nnfolder-open-nov): Use group.
17104
17105 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
17106
17107         * nnfolder.el: Add NOV. Set version to 2.0.
17108         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
17109
17110 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17111
17112         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
17113
17114 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17115
17116         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
17117         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
17118
17119 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17120
17121         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
17122
17123 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17124
17125         * mm-decode.el (mm-verify-function-alist): New variable.
17126         (mm-verify-option): New variable.
17127         (mm-decrypt-function-alist): Ditto.
17128         (mm-decrypt-option): Ditto.
17129         (mm-find-raw-part-by-type): New function.
17130         (mm-possibly-verify-or-decrypt): New function.
17131         (mm-dissect-multipart): Use it.
17132         * mml2015.el (mml2015-fix-micalg): New function.
17133         (mml2015-decrypt): Use new interface.
17134         (mml2015-verify):  Use new interface.
17135         (mml2015-setup): Make it bogus.
17136
17137 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17138
17139         * mml.el (mml-generate-mime-postprocess-function): Set to
17140         mml-postprocess.
17141         (autoload): Autoload mml2015 and mml-smime.
17142         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
17143         * mml2015.el (mml2015-encrypt): New function.
17144         (mml2015-sign): New function.
17145         (mml2015-encrypt-function): New variable.
17146         (mml2015-sign-function): New variable.
17147         (mml2015-mailcrypt-encrypt): Use message-recipients.
17148         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
17149         * mml-smime.el (mml-smime-setup): Ditto.
17150
17151 2000-10-28  Simon Josefsson  <sj@extundo.com>
17152
17153         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
17154         Communigate Pro 3.3.1 server.
17155
17156         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
17157         in buffers.
17158         (mml-secure-dns-server): Removed.
17159         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
17160         write certificates to files.
17161
17162         * smime.el (smime-dns-server): New variable.
17163         (smime-mail-to-domain):
17164         (smime-cert-by-dns): New functions.
17165
17166         * dig.el: New file.
17167
17168 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
17169
17170         * message.el (message-options): New variable.
17171         (message-options-set-recipient): New function.
17172         (message-send): Use them.
17173         * gnus-int.el (gnus-request-replace-article): Use them.
17174         (gnus-request-accept-article): Ditto.
17175         * mml.el (mml-preview): Use them.
17176         * gnus-sum.el (gnus-summary-edit-article): Use them.
17177
17178         * message.el (message-options-get): New function.
17179         (message-options-get): New function.
17180         * rfc2047.el (rfc2047-encode-message-header): Use them.
17181         * mm-bodies.el (mm-encode-body): Use them.
17182
17183 2000-10-28  Simon Josefsson  <sj@extundo.com>
17184
17185         * nnimap.el (nnimap-retrieve-which-headers):
17186         (nnimap-request-article-part): Quote message-id.
17187
17188         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
17189         (smime-CA-file): New variable.
17190         (smime-call-openssl-region): Don't error.
17191         (smime-sign-region): Return result value.
17192         (smime-encrypt-region): Ditto.
17193         (smime-verify-region): New function.
17194         (smime-decrypt-region): Ditto.
17195         (smime-verify-buffer): Ditto.
17196         (smime-decrypt-buffer): Ditto.
17197
17198         * mml.el: Require mml-sec.
17199         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
17200         (mml-mode-map): Add "sign" and "encrypt" maps.
17201         (mml-menu): Add security menu.
17202         (mml-preview): Use generate-new-buffer.
17203
17204         * mml-sec.el: New file.
17205
17206 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17207
17208         * mm-decode.el (mm-find-part-by-type): Move it here.
17209         * mml.el (mml-postprocess): Move it here.
17210         (mml-postprocess-alist): Move it here. Merge them.
17211
17212 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
17213
17214         * rfc2047.el (rfc2047-encode-message-header): Make sure no
17215         unencoded stuff in the header.
17216
17217 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17218
17219         * gnus-group.el (gnus-group-listed-groups): New variable.
17220         (gnus-group-list-option): New variable.
17221         (gnus-group-list-limit-map): New keymap.
17222         (gnus-group-list-flush-map): New keymap.
17223         (gnus-group-list-plus-map): New keymap.
17224         (gnus-group-prepare-logic): New function.
17225         (gnus-group-prepare-flat): Merge with
17226         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
17227         (gnus-group-prepare-flat-list-dead): Ditto.
17228         (gnus-group-list-matching): Use gnus-group-prepare-function.
17229         (gnus-group-list-dormant): Ditto.
17230         (gnus-group-list-cached): Ditto.
17231         (gnus-group-listed-groups): New function.
17232         (gnus-group-list-limit): New function.
17233         (gnus-group-list-flush): New function.
17234         (gnus-group-list-plus): New function.
17235         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
17236         (gnus-topic-prepare-topic): Ditto.
17237
17238 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
17239
17240         * message.el (message-insert-to, message-get-reply-headers):
17241         (message-reply, message-followup): Mail-{Followup,Reply}-To.
17242
17243 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17244
17245         * mml2015.el: New file.
17246         * smime.el: New file.
17247         * mml-smime.el: New file.
17248
17249 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
17250
17251         * ChangeLog: Moved to ChangeLog.1.
17252
17253     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
17254   Copying and distribution of this file, with or without modification,
17255   are permitted provided the copyright notice and this notice are preserved.
17256
17257 ;; Local Variables:
17258 ;; coding: iso-2022-7bit
17259 ;; End: