Synch to Gnus 200308131634.
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-08-13  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gnus-score.el (gnus-summary-score-effect): Fix interactive use.
4
5 2003-08-10  Teodor Zlatanov  <tzz@lifelogs.com>
6
7         * gnus-draft.el (gnus-draft-send-all-messages): ask if all drafts
8         should be sent unless gnus-expert-user is on
9
10 2003-08-09  Jesper Harder  <harder@ifa.au.dk>
11
12         * pgg-gpg.el (pgg-gpg-extra-args): Fix customization type.
13
14 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
15
16         * pgg-gpg.el (pgg-gpg-process-region): Bind
17         default-enable-multibyte-characters to nil.
18
19 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * canlock.el (canlock-password): Fix customization type.
22         (canlock-password-for-verify): Ditto.
23         * deuglify.el (gnus-outlook-deuglify-unwrap-min): Ditto.
24         (gnus-outlook-deuglify-unwrap-max): Ditto.
25         (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
26         * gnus-sum.el (gnus-sum-thread-tree-root): Ditto.
27         (gnus-sum-thread-tree-false-root): Ditto.
28         (gnus-sum-thread-tree-single-indent): Ditto.
29         * message.el (message-archive-note): Ditto.
30         (message-subscribed-address-file): Ditto.
31         (message-user-fqdn): Ditto.
32         * spam-report.el (spam-report-gmane-regex): Ditto.
33         * spam.el (spam-blackhole-good-server-regex): Ditto.
34
35         * gnus-start.el (gnus-save-killed-list): Fix last change.
36         * message.el (message-courtesy-message): Ditto.
37
38 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
39
40         * gnus-art.el (gnus-header-face-alist): Revert previous change.
41         (gnus-header-newsgroups-face): Explain that it's only used for
42         crossposts.
43
44 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
45
46         * gnus-registry.el (gnus-registry-max-entries): Fix customization
47         type.
48         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
49         * gnus.el (gnus-refer-article-method): Ditto.
50         * message.el (message-courtesy-message): Ditto.
51
52 2003-08-06  Jesper Harder  <harder@ifa.au.dk>
53
54         * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry.
55         From Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch)
56
57 2003-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * gnus-start.el (gnus-save-killed-list): Fix customization type.
60         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
61         * gnus.el (gnus-use-long-file-name): Ditto.
62
63 2003-08-04  Jesper Harder  <harder@ifa.au.dk>
64
65         * gnus-group.el (gnus-group-rename-group): Don't allow renaming to
66         an existing name.
67
68         * gnus-sum.el (gnus-summary-highlight): Add uncached to docstring.
69
70         * nnmail.el (nnmail-large-newsgroup): Docstring fix.
71
72         * nntp.el (nntp-large-newsgroup): do.
73
74         * nnspool.el (nnspool-large-newsgroup): do.
75
76         * gnus-cus.el (gnus-group-parameters): Typo.
77
78 2003-07-31  Simon Josefsson  <jas@extundo.com>
79
80         * mml-sec.el (mml-signencrypt-style-alist): Use separate S/MIME
81         method by default (revert partial 2003-07-10 patch).
82
83 2003-07-28  Dave Love  <fx@gnu.org>
84
85         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el: Require cl when compiling.
86
87 2003-07-26  Teodor Zlatanov  <tzz@lifelogs.com>
88
89         * gnus-registry.el (gnus-registry-install): add an initial
90         registry read to the loading when gnus-registry-install is set
91
92 2003-07-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
93
94         * flow-fill.el (fill-flowed): Empty lines separate paragraphs
95         even if the preceding line ends with a soft break.  Tiny patch
96         from Mark Thomas <swoon@bellatlantic.net>.
97
98 2003-07-25  Teodor Zlatanov  <tzz@lifelogs.com>
99
100         * spam.el (spam-use-regex-body, spam-regex-body-spam) 
101         (spam-regex-body-ham): new variables, default to nil/empty/empty
102         (spam-install-hooks): added spam-use-regex-body to list or
103         pre-install conditions
104         (spam-list-of-checks): added spam-use-regex-body and
105         spam-check-regex-body to list of checks
106         (spam-list-of-statistical-checks): added spam-use-regex-body to
107         list of statistical checks
108         (spam-check-regex-body): invokes spam-check-regex-headers with
109         appropriate variable masking
110         (spam-check-regex-headers): changes to print "body" or "header"
111         where appropriate
112
113 2003-07-25  Jesper Harder  <harder@ifa.au.dk>
114
115         * smime.el (smime-ask-passphrase): Use read-passwd rather than
116         comint-read-noecho.  The former is more secure.
117
118 2003-07-24  Teodor Zlatanov  <tzz@lifelogs.com>
119
120         * gnus-registry.el (gnus-registry-cache-whitespace): make "adding
121         whitespace" message level 5 instead of 4
122         (gnus-registry-clean-empty-function): new function to remove empty
123         registry entries
124         (gnus-registry-clean-empty): new variable to enable cleaning the
125         registry when saving it by calling gnus-registry-clean-empty-function
126
127         * spam.el (spam-summary-prepare-exit): use spam-process-ham-in-spam-groups
128         (spam-process-ham-in-spam-groups): new variable
129
130 2003-07-24  Jesper Harder  <harder@ifa.au.dk>
131
132         * pgg-gpg.el (pgg-gpg-process-region): Add "--yes" to options.
133
134         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes
135         from 2003-04-03 to fix security problem.  See
136         http://www.debian.org/security/2003/dsa-339
137
138 2003-07-23  Teodor Zlatanov  <tzz@lifelogs.com>
139
140         * gnus.el (gnus-install-group-spam-parameters): add the
141         gnus-ticked-mark to the possible choices of ham marks
142
143         * spam.el (spam-process-ham-in-nonham-groups): new variable
144         (spam-summary-prepare-exit): use spam-process-ham-in-nonham-groups
145
146 2003-07-23  Jesper Harder  <harder@ifa.au.dk>
147
148         * rfc2047.el (rfc2047-header-encoding-alist): Add Mail-Followup-To
149         and Mail-Copies-To to address-mime.
150         (rfc2047-narrow-to-field): Use rfc2047-point-at-bol.
151
152 2003-07-19  Jesper Harder  <harder@ifa.au.dk>
153
154         * mm-util.el (mm-coding-system-priorities): Docstring improvement.
155
156 2003-07-17  Jesper Harder  <harder@ifa.au.dk>
157
158         * gnus-sum.el (gnus-thread-latest-date): Move condition-case to
159         the right place.
160
161 2003-07-14  Simon Josefsson  <jas@extundo.com>
162
163         * mail-source.el (mail-source-fetch-imap): Don't assume
164         imap-error-text returns something.
165
166 2003-07-12  Nevin Kapur  <kapur@mts.jhu.edu>
167
168         * nnimap.el (nnimap-request-newgroups): Use the pattern in
169         nnimap-list-pattern instead of "*".
170
171 2003-07-10  Simon Josefsson  <jas@extundo.com>
172
173         * mml-sec.el (mml-signencrypt-style-alist): Use "combined" by
174         default.  Improve docstring.
175
176 2003-07-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
177
178         * imap.el (imap-arrival-filter): Fix test for missing process
179         buffer.
180
181 2003-07-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
182         From Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch).
183
184         * imap.el (imap-wait-for-tag): Clarify comment.  Use timeout zero
185         for second, after-process-has-died, accept-process-output.
186         (imap-arrival-filter): If PROC has no buffer, do nothing.
187
188 2003-07-09  Jesper Harder  <harder@ifa.au.dk>
189
190         * flow-fill.el: Docstring and message fixes.
191
192         * deuglify.el: do.
193
194         * gnus-int.el: do.
195
196         * gnus-msg.el: do.
197
198         * gnus-util.el: do.
199
200         * gnus-draft.el: do.
201
202         * gnus-start.el: do.
203
204         * gnus.el: do.
205
206         * gnus-group.el: do.
207
208         * gnus-art.el: do.
209
210         * gnus-sum.el: do.
211
212         * mail-source.el (mail-source-movemail): Handle non-numerical
213         return values.
214
215 2003-07-08  Jesper Harder  <harder@ifa.au.dk>
216
217         * mailcap.el (mailcap-parse-args-syntax-table)
218         (mailcap-viewer-passes-test): Docstring fix.
219
220         * mm-bodies.el (mm-long-lines-p): Docstring fix.
221
222         * mm-decode.el (mm-w3m-safe-url-regexp, mm-verify-option)
223         (mm-decrypt-option, mm-handle-set-external-undisplayer)
224         (mm-file-name-replace-whitespace): Docstring fix.
225
226         * mm-uu.el (mm-uu-emacs-sources-regexp): Docstring fix.
227         (mm-uu-pgp-signed-test): Fix message.
228
229         * mml.el (mml-tweak-sexp-alist): Docstring fix.
230         (mml-parse-1, mml-insert-mime-headers): Fix message.
231
232         * message.el (message-archive-header)
233         (message-subscribed-address-functions)
234         (message-subscribed-addresses, message-subscribed-regexps)
235         (message-canlock-generate)
236         (message-generate-new-buffer-clone-locals): Docstring fixes.
237
238 2003-07-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
239
240         * imap.el (imap-wait-for-tag): After the process has died, look
241         for more output still pending.  From Gaute B Strokkenes
242         <gs234@cam.ac.uk> (tiny patch).
243
244 2003-07-07  Teodor Zlatanov  <tzz@lifelogs.com>
245
246         * spam.el (spam-bogofilter-score): redisplay article normally
247         after spam-bogofilter-score is called
248
249 2003-07-06  Jesper Harder  <harder@ifa.au.dk>
250
251         * message.el (message-send-mail-with-sendmail): Handle
252         non-numeric return values.
253
254         * gnus-sum.el (gnus-print-buffer): Apply emphasis.
255         From Michael Piotrowski <mxp@dynalabs.de> (tiny change).
256
257         * gnus-start.el (gnus-clear-system): Revert change from
258         2003-06-19.
259
260 2003-07-04  Dave Love  <fx@gnu.org>
261
262         * rfc2047.el (rfc2047-q-encode-region): Exclude especials from
263         characters not encoded, and make the list more legible.
264
265 2003-07-04  Jesper Harder  <harder@ifa.au.dk>
266
267         * message.el (message-make-from): Revert change from 2002-01-08.
268
269 2003-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * nnheader.el (nnheader-init-server-buffer): Don't add
272         nntp-server-buffer to list of Gnus buffers.
273
274 2003-06-25  Teodor Zlatanov  <tzz@lifelogs.com>
275
276         * spam.el (spam-parse-list): prevent empty ("") strings
277
278 2003-06-24  Teodor Zlatanov  <tzz@lifelogs.com>
279
280         * spam.el (spam-parse-list): use gnus-extract-address-components
281         instead of ietf-drums-parse-addresses
282         (spam-from-listed-p): let* was unnecessary
283
284 2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * gnus-ems.el (gnus-put-image): Mark the right text segment with
287         gnus-image-category. 
288
289         * gnus-srvr.el (gnus-browse-unsubscribe-group): Strip prefix from
290         native groups.
291
292         * gnus-topic.el (gnus-group-prepare-topics): Update topic line
293         format specs.
294
295         * gnus-picon.el: Written by moi, moi, moi.
296
297         * gnus-group.el (gnus-group-kill-group): Clean up.
298
299 2003-06-23  Teodor Zlatanov  <tzz@lifelogs.com>
300
301         * spam.el (spam-from-listed-p, spam-parse-list): use
302         ietf-drums-parse-addresses to extract the address portion of the
303         whitelist/blacklist file if it looks like an address can be found
304
305 2003-06-23  Didier Verna  <didier@xemacs.org>
306
307         * gnus-ems.el (gnus-put-image): New argument CATEGORY. Add it as a
308         text property.
309         (gnus-remove-image): New argument CATEGORY. Only remove if
310         category matches.
311         * gnus-xmas.el (gnus-xmas-put-image):
312         (gnus-xmas-remove-image): Ditto, with extents.
313         * gnus-art.el (gnus-delete-images): Pass CATEGORY argument to
314         gnus-[xmas-]remove-image.
315         (article-display-face): Don't always act as a toggle. Call
316         `gnus-put-image' with CATEGORY argument.
317         (article-display-x-face): Call `gnus-put-image' with CATEGORY
318         argument.
319         * smiley.el (smiley-region): Ditto.
320         * gnus-fun.el (gnus-display-x-face-in-from): Ditto.
321         * gnus-picon.el (gnus-picon-insert-glyph): Ditto.
322         (gnus-treat-mail-picon): Don't always act as a toggle.
323         * gnus-picon.el (gnus-treat-newsgroups-picon): Ditto.
324
325 2003-06-23  Didier Verna  <didier@xemacs.org>
326
327         * gnus-art.el (article-display-face): Check for existence of the
328         original article buffer before switching to it.
329
330 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
331
332         * mm-util.el (mm-append-to-file): Say "Appended to".  Suggested by
333         Dan Jacobson <jidanni@jidanni.org>.
334
335         * mm-view.el (mm-inline-message): Bind
336         gnus-original-article-buffer to the buffer in the mml handle
337         holding the message.
338
339 2003-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * message.el (sender, from): No need to bind them.
342
343 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
344
345         * spam.el (spam-enter-list): search-forward specified wrong
346
347 2003-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
348
349         * gnus-art.el: Comment fix.
350
351 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
352
353         * gnus-msg.el (gnus-configure-posting-styles): Remove unused
354         variable.  From Jan Rychter <jan@rychter.com>.
355
356         * spam.el (spam-spamoracle-learn): insert-string is obsolete.
357
358 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
359
360         * spam.el (spam-enter-list): do not enter duplicate addresses into
361         the whitelist/blacklist
362
363 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
364
365         * nnheader.el (nnheader-init-server-buffer): Add
366         nntp-server-buffer to gnus-buffers.
367
368         * gnus-start.el (gnus-clear-system): Now we don't need to kill
369         nntp-server-buffer separately.
370
371 2003-06-18  Didier Verna  <didier@xemacs.org>
372
373         * gnus-art.el (article-display-face): Correctly toggle between
374         display and hiding. Handle multiple Face headers.
375
376 2003-06-17  Dave Love  <fx@gnu.org>
377
378         * nnimap.el: Require cl when compiling.
379
380         * message.el (message-fix-before-sending): Reinstate nullifying
381         the invisible text property.
382         (sender, from): Defvar when compiling.
383         (message-is-yours-p): Remove autoload cookie.
384
385 2003-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
386
387         * gnus-util.el (gnus-extract-address-components): Added
388         doc-string.
389
390 2003-06-16  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
391
392         * nnml.el (nnml-current-group-article-to-file-alist): Don't read
393         overview when using compressed files.  From Michael Albinus
394         <Michael.Albinus@alcatel.de>.
395
396 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * gnus-sum.el (gnus-summary-refer-parent-article): Extract
399         Message-ID from In-Reply-To header.
400
401 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
402
403         * message.el (message-is-yours-p): Narrow to head; extract from
404         and sender by itself.
405         (message-cancel-news, message-supersede): Remove useless things.
406
407 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
408
409         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
410         `gnus-article-emulate-mime'.
411
412 2003-06-15  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
413         From Tommi Vainikainen <thv+gnus@iki.fi>.
414
415         * message.el (message-is-yours-p): New function.  Separated common
416         code from message-cancel-news and message-supersede.  Added
417         matching code which uses message-alternative-emails regexp as last
418         resort.
419         (message-cancel-news, message-supersede): Use message-is-yours-p.
420
421 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
422
423         * nnimap.el (nnimap-split-articles): Narrow the right buffer to
424         the headers.  From Niklas Morberg <niklas.morberg@axis.com>.
425
426 2003-06-12  Dave Love  <fx@gnu.org>
427
428         * nnheader.el (nnheader-functionp): Deleted.
429
430         * nnmail.el (nnmail-split-fancy-syntax-table): Define all in
431         defvar.
432         (nnmail-version): Deleted.
433         (nnmail-check-duplication, nnmail-expiry-target-group): Don't use
434         nnheader-functionp.
435
436 2003-06-10  Teodor Zlatanov  <tzz@lifelogs.com>
437
438         * spam.el (spam-check-bogofilter-headers): fix for when the score
439         is requested but the message is not spam
440
441 2003-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
442         From Eric
443         <knauel@informatik.uni-tuebingen.de>
444
445         * spam.el (spam-use-spamoracle): new variable
446         (spam-install-hooks): add spamoracle to the list of conditions
447         for activation of spam-install-hooks
448         (spam-spamoracle): new variable customization group
449         (spam-spamoracle, spam-spamoracle): new variables
450         (spam-group-spam-processor-spamoracle-p)
451         (spam-group-ham-processor-spamoracle-p): new functions
452         (spam-summary-prepare-exit): added spamoracle ham/spam exit processing
453         (spam-list-of-checks, spam-list-of-statistical-checks): add
454         spam-use-spamoracle
455         (spam-check-spamoracle, spam-spamoracle-learn)
456         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): new functions
457
458         * gnus.el (gnus-group-spam-exit-processor-spamoracle)
459         (gnus-group-ham-exit-processor-spamoracle): new variables for SpamOracle
460         (spam-process, ham-process): added spamoracle spam/ham processors
461
462 2003-06-08  Jesper Harder  <harder@ifa.au.dk>
463
464         * message.el (message-beginning-of-line): Docstring improvement.
465         Suggested by Michael R. Wolf <MichaelRunningWolf@att.net>
466
467 2003-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * gnus-sum.el (gnus-summary-make-menu-bar): Removed ["Add buttons"
470         gnus-summary-display-buttonized t]
471
472 2003-06-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
473
474         * nnmail.el (nnmail-split-fancy-match-partial-words): Doc string
475         fix.  Reported by Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>.
476
477 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
478
479         * message.el (message-beginning-of-line): Docstring improvement.
480
481 2003-06-06  Jesper Harder  <harder@ifa.au.dk>
482
483         * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP
484         groups correctly.
485
486 2003-06-06  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
487         From Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
488
489         * message.el (message-fetch-field): Augment documentation to state
490         the narrowed-to-headers restriction.
491         (message-change-subject, message-reduce-to-to-cc)
492         (message-generate-unsubscribed-mail-followup-to)
493         (message-insert-importance-high, message-insert-importance-low)
494         (message-insert-or-toggle-importance)
495         (message-insert-disposition-notification-to): Narrow to headers
496         before calling message-fetch-field or message-remove-header.
497
498 2003-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
499
500         * gnus-registry.el (gnus-registry-trim): fix for when
501         gnus-registry-max-entries is nil
502
503 2003-06-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
504
505         * qp.el (quoted-printable-decode-region): Don't error out on
506         malformed text.
507
508 2003-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * rfc2047.el (rfc2047-encode-region): Don't error out on invalid
511         strings.
512
513 2003-06-04  Jesper Harder  <harder@ifa.au.dk>
514
515         * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte.
516         From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny
517         change)
518
519 2003-06-03  Dave Love  <fx@gnu.org>
520
521         * gnus-soup.el (gnus-soup-send-packet): Don't use
522         message-functionp.
523
524         * gnus.el (gnus-agent-cache): Doc fix.
525         (gnus-other-frame): Quote lambda used as hook.
526
527         * message.el: Doc fixes.
528         (message-functionp): Deleted.  Callers changed.
529         (message-fix-before-sending): Highlight with overlays.  Clarify
530         `illegible text' messages.
531         (rmail-enable-mime-composing, gnus-message-group-art): Defvar when
532         compiling.
533         (gnus-find-method-for-group, nnvirtual-find-group-art): Autoload.
534
535 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
536
537         * nnmail.el (nnmail-split-fancy-match-partial-words): New user
538         option.
539         (nnmail-split-it): Obey it.  Don't let-bind regexp twice.
540
541         * message.el (message-fetch-field): Mention narrow-to-headers
542         requirement.
543
544 2003-06-03  Jesper Harder  <harder@ifa.au.dk>
545
546         * gnus-xmas.el (gnus-xmas-create-image): Use
547         insert-file-contents-literally.  From: Eric Eide
548         <eeide@cs.utah.edu>
549
550 2003-06-02  Teodor Zlatanov  <tzz@lifelogs.com>
551
552         * gnus-registry.el (gnus-registry-fetch-group): always return the
553         short name of the group
554
555 2003-06-02  Jesper Harder  <harder@ifa.au.dk>
556
557         * gnus-cus.el (defvar): Silence byte-compiler warnings.
558
559         * gnus-sum.el (gnus-get-newsgroup-headers): Unfold headers.
560
561 2003-05-31  Jesper Harder  <harder@ifa.au.dk>
562
563         * gnus-art.el (article-unsplit-urls): Use gnus-treat-article
564         rather than gnus-display-mime-function.
565
566 2003-05-30  Teodor Zlatanov  <tzz@lifelogs.com>
567
568         * gnus-registry.el (gnus-registry-use-long-group-names): new variable
569         (gnus-registry-add-group): use it
570         (gnus-registry-trim-articles-without-groups): new variable
571         (gnus-registry-delete-group): use it
572         (gnus-registry-unload-hook): uninstall all the hooks
573
574         * spam.el (spam-install-hooks-function, spam-unload-hook): new
575         functions so users that load spam.el for customization don't get
576         all the hooks installed
577         (spam-install-hooks): new variable, set to t by default if user
578         has one of the spam-use-* variables set
579
580         * spam-stat.el (spam-stat-install-hooks, spam-stat-unload-hook): new
581         functions so users that load spam-stat.el for customization don't get
582         all the hooks installed
583
584 2003-05-30  Dave Love  <fx@gnu.org>
585
586         * rfc2047.el (rfc2047-decode): Don't use
587         mm-with-unibyte-current-buffer.
588
589         * qp.el (quoted-printable-decode-string): Use
590         mm-with-unibyte-buffer.
591
592 2003-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
593
594         * gnus-registry.el (gnus-registry-save): allow forced saving even
595         when registry is not dirty.  Use gnus-registry-trim to shorten the
596         gnus-registry-alist.
597         (gnus-registry-max-entries): new variable
598         (gnus-registry-trim): new function, trim gnus-registry-alist to
599         size gnus-registry-max-entries, sorting by entry mtime so the
600         newest entries stick around
601
602         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): instead of
603         just one specific variable, allow a list of specific variables
604
605 2003-05-28  Dave Love  <fx@gnu.org>
606
607         * rfc2047.el (rfc2047-encode-region): Skip ASCII at beginning and
608         end of region.
609
610 2003-05-28  Jesper Harder  <harder@ifa.au.dk>
611
612         * lpath.el: Add put-char-table and get-char-table.
613
614 2003-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
615
616         * gnus-registry.el (gnus-registry-dirty): flag for modified registry
617         (gnus-registry-save, gnus-registry-read)
618         (gnus-registry-store-extra, gnus-registry-clear): use it (note
619         that gnus-registry-store-extra is invoked for all modifications to
620         set the mtime, so gnus-registry-dirty only needs to be set there)
621
622 2003-05-23  Simon Josefsson  <jas@extundo.com>
623
624         * mml1991.el (mml1991-pgg-sign): Use mml-sender instead of
625         message-sender.
626
627         * gnus-art.el (gnus-use-idna): Check if idna-program is installed.
628
629         * message.el (message-use-idna): Ditto.
630
631 2003-05-20  Dave Love  <fx@gnu.org>
632
633         * rfc2047.el (rfc2047-q-encoding-alist): Deleted.
634         (rfc2047-q-encode-region): Don't use it.
635         (rfc2047-encode-message-header) <(eq method 'mime)>: Bind
636         rfc2047-encoding-type to `mime'.
637         (rfc2047-encode-string, rfc2047-encode): Doc fix.
638
639 2003-05-20  Jesper Harder  <harder@ifa.au.dk>
640
641         * message.el (message-send-mail): Don't insert a courtesy copy
642         notice in base64 encoded messages.
643
644 2003-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
645
646         * gnus-sum.el (gnus-summary-move-article): Don't copy expirable
647         marks if the destination group is not auto-expirable.
648
649 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * dgnushack.el (assq-delete-all): Removed the compiler macro.
652
653 2003-05-14  Kevin Greiner <kgreiner@xpediantsolutions.com>
654
655         * gnus-agent.el (gnus-agentize): Updated documentation to match
656         usage.
657         (gnus-agent-expire-group-1): Do not skip over a group when the
658         force argument is set.
659         * gnus.el (gnus-agent): Updated documentation to reflect that
660         gnus-agent now defaults to t.
661
662 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
663
664         * gnus.el (gnus-version-number): Bump.
665
666 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
667
668         * gnus.el: Gnus v5.10.2 is released.
669
670 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * mail-source.el (mail-source-delete-incoming): Changed to t.
673
674         * rfc2047.el (rfc2047-syntax-table): Funcall.
675
676         * lpath.el ((featurep 'xemacs)): Added set-char-table-range.
677         ((featurep 'xemacs)): No, don't.
678
679         * rfc2047.el (rfc2047-encodable-p): Use the header charset.
680
681         * gnus-sum.el (gnus-summary-reselect-current-group): Supply
682         leave-hidden.
683
684 2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
685
686         * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
687         patch.)
688
689 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
690
691         * gnus-registry.el (gnus-registry-store-extra-entry): Use
692         gnus-assq-delete-all.
693
694         * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
695
696         * message.el (message-ignored-bounced-headers): Add Delivered-To.
697
698         * gnus-sum.el (gnus-summary-find-next): Indent.
699         (gnus-summary-find-prev): Ditto.
700         (gnus-summary-catchup): Doc fix.
701         (gnus-summary-mark-current-read-and-unread-as-read): New function.
702         (gnus-summary-catchup): Really mark after point.
703
704         * gnus-util.el (gnus-user-date): Use %d instead of %m.
705         (gnus-user-date): Use floating point time so that we don't get
706         overflows.
707
708         * gnus-sum.el (gnus-summary-local-variables): Clean up.
709
710         * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
711         since none of the other image things do.
712
713 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
716
717 2003-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * lpath.el: Fbind find-coding-system.
720
721         * dgnushack.el (dgnushack-make-load): Remove redundant format call
722         in message.  Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>.
723         * pop3.el (pop3-movemail): Ditto.
724
725 2003-05-12  Colin Marquardt <c.marquardt@alcatel.de>  (tiny change)
726
727         * gnus.el (gnus-agent): Docstring fix.
728
729 2003-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
730
731         * gnus-registry.el (gnus-registry-install): new variable
732         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry)
733         (gnus-registry-store-extra-entry, gnus-registry-delete-group)
734         (gnus-registry-add-group): add a modification timestamp to each entry
735         (gnus-registry-install-hooks): new function
736
737 2003-05-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
738
739         * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
740         (gnus-agent-cat-disable-undownloaded-faces): New function.
741         Accessor for new agent property
742         'agent-disable-undownloaded-faces'.
743         gnus-cus.el (gnus-agent-parameters): Added
744         agent-disable-undownloaded-faces and corrected documentation.
745         (gnus-agent-cat-prepare-category-field,
746         gnus-agent-customize-category): Changed to avoid creating free
747         references to each field's symbol.
748         gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
749         (gnus-select-newgroup): Initialize it.
750         (gnus-summary-highlight-line): Use it.
751
752 2003-05-12  Dave Love  <fx@gnu.org>
753
754         * mm-util.el (mm-read-charset): Deleted.
755         (mm-coding-system-mime-charset): New.
756         (mm-read-coding-system, mm-mule-charset-to-mime-charset)
757         (mm-charset-to-coding-system, mm-mime-charset)
758         (mm-find-mime-charset-region): Use it.
759         (mm-default-multibyte-p): Fix non-mule case.
760
761         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
762         and compile.
763         (rfc2047-syntax-table): Fix building table to work in Emacs 22.
764         (rfc2047-unfold-region): Delete unused var `leading'.
765
766 2003-05-12  Simon Josefsson  <jas@extundo.com>
767
768         * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible
769         output window if one is available.  Tiny patch from Ville Skytt\e,Ad\e(B
770         <scop@xemacs.org>.
771
772 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
775         space.
776
777 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
778
779         * gnus-sum.el (gnus-summary-enter-digest-group): Don't do article
780         washing etc.
781         (gnus-handle-ephemeral-exit): Don't reload article after exiting.
782
783         * nndoc.el (nndoc-type-alist): `mime-digest' should be before
784         `mime-parts'.
785
786 2003-05-10  Jesper Harder  <harder@ifa.au.dk>
787
788         * gnus-cite.el (gnus-article-hide-citation-maybe): Make toggling
789         work.  Update mode-line.
790
791 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792
793         * gnus.el (gnus-logo-color-alist): Added no colours.
794
795 2003-05-09  Dave Love  <fx@gnu.org>
796
797         * utf7.el (mm-util): Require.
798         (utf7-direct-encoding-chars, utf7-imap-direct-encoding-chars):
799         Defconst, not defvar.
800         (utf7-utf-16-coding-system): New.
801         (utf7-encode-internal): Hoist concat out of loop.
802         (utf7-fragment-encode): Use mm-with-unibyte-current-buffer.
803         (utf7-get-u16char-converter) [utf7-utf-16-coding-system]: New
804         case.
805         (utf7-latin1-u16-char-converter): Encode the region.
806         (utf7-u16-latin1-char-converter): Decode the region.
807         (utf7-encode, utf7-decode): Fix multibyteness.
808
809         * mm-bodies.el (mm-body-7-or-8): Don't special-case mule.
810         (mm-encode-body): Use mm-read-coding-system, not mm-read-charset.
811         (mm-uu-yenc-decode-function): Defvar when compiling.
812         (mm-encode-body, mm-decode-body): Doc fix.
813
814 2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
815
816         * gnus-registry.el (gnus-registry-unregistered-group-regex):
817         removed in favor of the group/topic/global variables
818         (gnus-registry-register-message-ids): fixed test to omit
819         gnus-registry-unregistered-group-regex
820
821         * gnus.el (gnus-variable-list): removed gnus-registry-alist and
822         gnus-registry-headers-alist from the list
823         (gnus-registry-headers-alist): removed
824         (registry-ignore): new parameter, with accompanying
825         gnus-registry-ignored-groups global variable
826
827         * gnus-start.el (gnus-clear-system): no need to clear the
828         registry, we can do it ourselves
829         (gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
830         used by gnus-registry.el
831
832         * gnus-registry.el (gnus-registry-cache-file): new file variable
833         (gnus-registry-cache-read, gnus-registry-cache-save): new
834         functions
835         (gnus-registry-cache-whitespace): new function.  From Dan
836         Christensen <jdc@chow.mat.jhu.edu>
837         (gnus-registry-save, gnus-registry-read): use the new
838         gnus-registry-cache-{read|save} functions, and change the name
839         from gnus-registry-translate-{from|to}-alist
840         (gnus-registry-clear): fixed so it doesn't refer to old function name
841
842 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
843
844         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
845         address.
846
847 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
848
849         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
850         the list of cleared variables
851
852         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
853         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
854         in addition to a list of regexes.
855
856         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
857         Morberg <niklas.morberg@axis.com>
858
859 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
860
861         * gnus-sum.el (gnus-summary-next-page): Mention
862         `gnus-article-skip-boring' in docstring.
863
864 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
865
866         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
867         syntax here.
868
869         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
870         whitespace syntax class when parsing email addresses.
871
872         * message.el (message-forward-subject-name-subject): Don't use
873         mail-decode-encoded-word-string before parsing from.
874
875 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
876
877         * message.el (message-setup-1): Setup alternative email before
878         generate-headers.
879
880         (message-forward-subject-name-subject): Fix the case when the
881         field "from" doesn't exist.
882
883 2003-05-07  Dave Love  <fx@gnu.org>
884
885         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
886
887         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
888         possible values.
889
890 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
891
892         * message.el (message-kill-to-signature): Fix.
893
894 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
895
896         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
897
898         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
899         (gnus-mime-display-multipart-related-as-mixed)
900         (gnus-button-mid-or-mail-heuristic-alist): do.
901
902 2003-05-05  Dave Love  <fx@gnu.org>
903
904         * mm-util.el (mm-default-multibyte-p): New.
905         (mm-coding-system-p): Maybe use find-coding-systems.
906
907 2003-05-04  Dave Love  <fx@gnu.org>
908
909         * rfc2047.el (with-syntax-table): Define if necessary.
910         (rfc2047-syntax-table): Fix last change for XEmacs.
911         (rfc2047-parse-and-decode): Revert last change.
912
913 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
914
915         * gnus.el: Don't test for `mm-guess-mime-charset'.
916
917         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
918
919         * gnus.el (gnus-default-charset): Set default value to
920         `undecided'.
921
922         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
923         mm-decode-body.
924
925         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
926         (mm-decode-body): Don't use mm-decode-coding-region-safely.
927
928 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
929
930         * gnus-util.el (gnus-multiple-choice): Add ", ?".
931
932 2003-05-03  Dave Love  <fx@gnu.org>
933
934         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
935         with 2 args.
936         (rfc2047-decode-string): Don't set the buffer multibyte before
937         calling buffer-string.
938
939         * mm-encode.el (mm-long-lines-p): Autoload.
940         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
941         unibyte.  Signal error on unknown encoding.
942         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
943
944         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
945         Callers of gnus- versions changed to use them.
946         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
947         fixes.
948         (rfc2047-encoding-type): New.
949         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
950         Don't include header name field in encoding.  Add `address-mime'
951         case and bind rfc2047-encoding-type for `mime' case.
952         (rfc2047-encodable-p): Deleted.
953         (rfc2047-syntax-table): New.
954         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
955         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
956         in place rather than by passing strings.
957         (rfc2047-encode-string): Doc fix.
958         (rfc2047-q-encode-region): Don't use
959         mm-with-unibyte-current-buffer.
960         (rfc2047-encoded-word-regexp): eval-and-compile.
961         (rfc2047-decode-region): Avoid concatenation in loop.
962         (rfc2047-parse-and-decode): Remove useless disjunction.
963
964 2003-05-02  Dave Love  <fx@gnu.org>
965
966         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
967         mm-with-unibyte-current-buffer.
968         (ietf-drums, gnus-util): don't require.
969
970         * sieve.el (sieve-manage-mode-menu): Define before use.
971
972         * mml-smime.el (message-narrow-to-headers): Autoload.
973
974         * mm-util.el (mm-coding-system-p): Don't override nil from
975         coding-system-p.
976         (mm-mule4-p, mm-disable-multibyte-mule4)
977         (mm-with-unibyte-current-buffer-mule4): Deleted.
978         (mm-multibyte-p): Use defun, not defalias.
979         (mm-make-temp-file): Moved to group at top of file.
980         (mm-point-at-eol, mm-point-at-bol): New.
981
982         * gnus-cite.el (gnus-art): Require.
983
984         * gnus-ems.el (gnus-get-buffer-create)
985         (nnheader-find-etc-directory, message-text-with-property):
986         Autoload.
987         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
988         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
989         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
990         (gnus-check-before-posting): Only defvar when compiling.
991
992         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
993
994         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
995         Defvar when compiling.
996         (gnus-output-to-rmail): Require mm-util.
997
998         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
999         (mail-source-make-complex-temp-name): Deleted.
1000
1001         * message.el (message-use-idna): Use mm-coding-system-p.
1002         (message-tokenize-header, message-make-organization)
1003         (message-make-from):  Use with-temp-buffer.
1004         (message-set-work-buffer): Deleted.
1005         (message-fill-paragraph): Use `if' not `and' for compiler warning.
1006         (message-check-news-header-syntax): Remove useless lambda.
1007         (message-forward-make-body): Use mm-disable-multibyte,
1008         mm-with-unibyte-current-buffer, mm-enable-multibyte.
1009         (message-replace-chars-in-string): Deleted.
1010
1011         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
1012         (mm-extern-url): Use mm-with-unibyte-current-buffer,
1013         mm-disable-multibyte.
1014         (mm-extern-anon-ftp): Use mm-disable-multibyte.
1015
1016         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
1017         mm-with-unibyte-current-buffer.
1018
1019         * mml2015.el (mml): Require.
1020         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
1021         mm-with-unibyte-current-buffer.
1022
1023         * nnheader.el (gnus-util): Require.
1024
1025         * nntp.el (format-spec, format-spec-make, open-tls-stream):
1026         Autoload.
1027
1028         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
1029         (mail-header-remove-whitespace): Autoload.
1030
1031         * sieve-manage.el (starttls-negotiate): Autoload.
1032
1033 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
1036
1037 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
1038
1039         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
1040
1041 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * gnus.el (gnus-version-number): Bump.
1044
1045 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1046
1047         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
1048         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
1049
1050         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
1051         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
1052
1053         * gnus-registry.el (gnus-registry-fetch-extra)
1054         (gnus-registry-store-extra, gnus-registry-group-count): new functions
1055         (gnus-registry-fetch-group, gnus-registry-delete-group)
1056         (gnus-registry-add-group): changed to work with extra data element
1057         if present
1058
1059 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1060
1061         * gnus.el: Gnus v5.10.1 is released.
1062
1063 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1064
1065         * gnus.el: Oort Gnus v0.24 is released.
1066
1067 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * dgnushack.el (when): Check whether defadvice is fbound.
1070
1071 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1072
1073         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
1074         (gnus-registry-register-message-ids): use it
1075
1076 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * gnus.el (gnus-version-number): Bump.
1079
1080         * gnus.el: Update copyright for several files.
1081
1082 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1083
1084         * gnus.el: Oort Gnus v0.23 is released.
1085
1086 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * spam-stat.el (spam-stat-test-directory): Compare against zero.
1089
1090 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
1091
1092         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
1093
1094 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * message.el (message-forward-subject-name-subject): Decode
1097         string when forwarding.
1098
1099 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
1100
1101         * dgnushack.el (when): Add defadvice.
1102
1103 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * gnus.el (gnus-version-number): Bump.
1106
1107 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1108
1109         * gnus.el: Oort Gnus v0.22 is released.
1110
1111 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1112
1113         * gnus.el: Oort Gnus v0.21 is released.
1114
1115 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1116
1117         * gnus.el (gnus-version-number): Bump.
1118
1119 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1120
1121         * gnus.el: Oort Gnus v0.20 is released.
1122
1123 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
1124
1125         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
1126
1127 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
1128
1129         * mm-url.el (mm-url-insert-file-contents): set url-current-object
1130         in the case where mm-url-use-external is set.
1131
1132         * nnrss.el (nnrss-request-article): Change the messages created to
1133         multipart/alternative.  Hopefully fixes a problem interaction with
1134         w3m.
1135         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
1136         around.
1137
1138 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * message.el (message-check-news-header-syntax): Alter "posting"
1141         message.
1142
1143         * nnrss.el (nnrss-node-text): Don't use char classes.
1144
1145 2003-05-01  David Z. Maze  <dmaze@mit.edu>
1146
1147         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
1148         in condition-case.
1149
1150 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * message.el (message-required-headers): Remove In-Reply-To.
1153
1154         * gnus-int.el (gnus-open-server): Revert changes.
1155
1156 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1157
1158         * gnus-int.el (gnus-open-server): Try to open unagentized servers
1159         even when unplugged.
1160
1161 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
1162
1163         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
1164         doc-string.
1165
1166 2003-05-01  Steve Youngs  <youngs@xemacs.org>
1167
1168         * lpath.el: Add a section for non-Mule XEmacsen.
1169         fbind `find-charset-string' and `coding-system-base' in that
1170         section.
1171
1172         * gnus-util.el (gnus-completing-read-maybe-default): New.
1173         (gnus-completing-read): Use it.
1174
1175         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
1176
1177         * gnus-art.el (gnus-read-string): New.
1178         (gnus-summary-pipe-to-muttprint): Use it.
1179
1180         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
1181
1182         * dns.el (dns-make-network-process): Use it.
1183
1184         Take care of some differences between XEmacs 21.1 and newer
1185         versions of XEmacs.
1186
1187 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
1188
1189         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
1190         diagnostic message
1191         (gnus-registry-grep-in-list): don't run when word is nil
1192         (gnus-registry-fetch-message-id-fast): new function
1193         (gnus-registry-delete-group, gnus-registry-add-group): make sure
1194         the id and group are not nil
1195         (gnus-registry-register-message-ids): new function
1196         (gnus-register-action): optimized logical flow
1197         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
1198
1199 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1200
1201         * gnus-delay.el (gnus-delay-article): Call
1202         `gnus-agent-queue-setup' to create the delay group.
1203
1204         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
1205         for the (queue) group name.
1206
1207 2003-04-30  Simon Josefsson  <jas@extundo.com>
1208
1209         * mm-util.el (mm-charset-to-coding-system): Use user specified
1210         charset unless coding-system-get is fboundp.
1211
1212 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
1213
1214         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
1215         Wrapped in eval-when-compile.
1216         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
1217         shouldn't be asked twice to go online with each server.
1218         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
1219         gnus-agent-crosspost, gnus-agent-flush-cache,
1220         gnus-agent-fetch-session, gnus-agent-unread-articles,
1221         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
1222         gnus-agent-group-covered-p): Expanded pop macros used for
1223         effect. Avoids compilation warning in emacs 21.3.
1224
1225         * gnus-int.el (gnus-open-server): Restructured to only open
1226         nnagent when gnus-plugged is nil.
1227
1228 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * lpath.el: Fbind string-to-multibyte.
1231
1232 2003-04-30  Steve Youngs  <youngs@xemacs.org>
1233
1234         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
1235
1236 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
1237
1238         * gnus-registry.el (gnus-registry-fetch-group): faster
1239         (gnus-registry-delete-group): new function
1240         (gnus-registry-add-group): new function
1241         (gnus-register-spool-action): use it
1242         (gnus-register-action): use it
1243         (gnus-registry-translate-from-alist)
1244         (gnus-registry-translate-to-alist): remove the headers registry
1245         for now
1246
1247 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
1248
1249         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
1250
1251 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
1252
1253         * spam-report.el (spam-report-gmane): gnus-summary-article-number
1254         is not necessary, just use the function parameter
1255
1256 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
1257
1258         * spam-stat.el (spam-stat-save): No longer font-locks the file
1259         when saving
1260
1261 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1262
1263         * canlock.el: Bind mail-header-separator when compiling (XEmacs
1264         provides it in mail-lib/auto-autoloads.el).
1265
1266 2003-04-29  Simon Josefsson  <jas@extundo.com>
1267
1268         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
1269         message-sender.
1270
1271         * mml.el (mml-generate-mime-1): Set mml-sender too.
1272
1273 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
1274
1275         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
1276
1277         * mm-url.el (mm-url-use-external): do.
1278
1279 2003-04-29  Simon Josefsson  <jas@extundo.com>
1280
1281         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
1282         warnings).
1283
1284         * sieve-mode.el (c-mode): Ditto.
1285
1286         * pgg.el (run-at-time): Ditto.
1287
1288         * mm-url.el (require): Require timer when compiling for
1289         with-timeout macro (fix xemacs compile warnings).
1290
1291 2003-04-28  Dave Love  <fx@gnu.org>
1292
1293         * gnus-util.el (nnheader): Don't require.
1294         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
1295         Autoload.
1296
1297         * spam.el: Require cl when compiling.
1298
1299         * dns.el: Require cl when compiling.
1300
1301 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
1302
1303         * gnus-art.el (gnus-article-goto-next-page)
1304         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
1305         gnus-pick-mode work.
1306
1307 2003-04-28  Steve Youngs  <youngs@xemacs.org>
1308
1309         * Makefile.in (FLAGS): Use @FLAGS@.
1310
1311 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
1312
1313         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
1314         (gnus-mime-display-multipart-alternative-as-mixed)
1315         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
1316         allow customization.
1317
1318 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
1319
1320         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
1321         currently called (See source for explanation).
1322
1323 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324
1325         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages.
1326         (gnus-summary-mark-read-and-unread-as-read): Take an optional
1327         mark.
1328
1329         * gnus.el (gnus-version-number): Bump.
1330
1331 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1332
1333         * gnus.el: Oort Gnus v0.19 is released.
1334
1335 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
1336
1337         * gnus-registry.el (gnus-register-spool-action): Replaced literal
1338         carriage-return character with its escape sequence.
1339
1340 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1341
1342         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
1343
1344         * nnrss.el (nnrss-node-text): Use only one
1345         gnus-replace-in-string.
1346
1347         * gnus.el: Remove gnus-functionp throughout.
1348
1349         * gnus-util.el (gnus-functionp): Removed.
1350
1351         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix.
1352
1353         * message.el (message-required-headers): Add In-Reply-To.
1354
1355 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
1356
1357         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
1358         to binary.
1359
1360 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
1361
1362         * mml.el (mml-preview): do.
1363
1364         * message.el (message-mode): do.
1365
1366         * gnus-undo.el (gnus-undo-mode): do.
1367
1368         * gnus-topic.el (gnus-topic-mode): do.
1369
1370         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
1371
1372         * gnus-msg.el (gnus-setup-message)
1373         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
1374
1375         * gnus-gl.el (gnus-grouplens-mode): do.
1376
1377         * gnus-art.el (gnus-mime-save-part-and-strip)
1378         (gnus-mime-delete-part): Use it.
1379
1380         * gnus-util.el (gnus-make-local-hook): New function.
1381
1382 2003-04-25  Simon Josefsson  <jas@extundo.com>
1383
1384         * nnrss.el (nnrss-node-text): Don't use a star.
1385         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
1386
1387 2003-04-24  Dave Love  <fx@gnu.org>
1388
1389         * mm-encode.el (mm-long-lines-p): Autoload.
1390         (mm-encode-content-transfer-encoding): Don't try to make buffer
1391         unibyte before decoding.  Don't ignore errors for base64 encoding.
1392
1393         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
1394         Signal error on malformed text, as for base64.
1395         (quoted-printable-encode-region): DTRT in Emacs 22.
1396
1397         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
1398         (mm-auto-save-coding-system): Consider utf-8-emacs.
1399         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
1400         (mm-charset-to-coding-system, mm-mime-charset)
1401         (mm-find-mime-charset-region): Check for :mime-charset coding
1402         systems property.
1403
1404         * mml-sec.el (mml2015, mml1991): Don't require.
1405         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt)
1406         (message-goto-body, mml-insert-tag): Autoload.
1407
1408         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
1409
1410         * gnus-start.el (message-make-date): Autoload rather than
1411         requiring message.
1412
1413         * gnus-group.el (gnus-group-name-charset-group-alist): Use
1414         mm-coding-system-p.
1415         (gnus-cache-active-altered): Defvar when compiling.
1416         (gnus-group-delete-group): Re-write to help avoid warnings.
1417
1418         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
1419
1420         * pgg.el: Split eval-when-compile forms.
1421
1422 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
1423
1424         * gnus-group.el (gnus-large-ephemeral-newsgroup)
1425         (gnus-fetch-old-ephemeral-headers): News variables.
1426         (gnus-group-read-ephemeral-group): Use them.
1427
1428 2003-04-24  Simon Josefsson  <jas@extundo.com>
1429
1430         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
1431
1432         * nnrss.el (nnrss-node-text): Ditto.
1433
1434 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
1437         gnus-inews-mark-gcc-as-read exists.
1438
1439 2003-04-23  Simon Josefsson  <jas@extundo.com>
1440
1441         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
1442         doesn't exceed the regexp stack space.
1443
1444 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
1445
1446         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
1447
1448         * gnus-art.el (gnus-article-hide-pgp-hook): do.
1449
1450 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
1451
1452         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
1453
1454 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
1455
1456         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
1457
1458 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * dgnushack.el (merge, copy-list): Remove compiler macros.
1461         (butlast): Add a compiler macro.
1462
1463 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
1464
1465         * gnus-util.el (gnus-merge): Added "type" argument to match CL
1466         merge and gnus-sum.el's expectations.
1467
1468 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
1469
1470         * gnus-art.el (gnus-button-url-regexp): Added nntp.
1471
1472         * message.el (message-generate-headers-first): Default to
1473         '(references).
1474
1475         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
1476
1477 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
1478
1479         * smime.el (smime-decrypt-region): Insert From header.
1480
1481 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1482
1483         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
1484         Max length of header is 726, not 740.  From Gaute B Strokkenes
1485         <gs234@cam.ac.uk>.
1486
1487 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
1488
1489         * nndb.el, mml1991.el: Fix license template.
1490
1491 2003-04-20  Simon Josefsson  <jas@extundo.com>
1492
1493         * nnimap.el (nnimap-split-articles): Don't download body unless
1494         required.
1495
1496         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
1497         starting process, like imap-kerberos4-open does.
1498
1499         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
1500         license template.
1501
1502         * mml-sec.el: Fix license template.
1503
1504         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
1505         license template.
1506
1507         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
1508         pgg-pgp.el: Fix license template.
1509
1510 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
1511
1512         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
1513
1514 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
1515
1516         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
1517
1518 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1519
1520         * spam.el (spam-split): allow a particular check as a parameter,
1521         e.g. (: spam-split 'spam-use-bogofilter)
1522         (spam-mark-only-unseen-as-spam): new parameter, see doc
1523         (spam-mark-junk-as-spam-routine): use
1524         spam-mark-only-unseen-as-spam, simplify routine to take advantage
1525         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
1526
1527 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1528
1529         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
1530         (gnus-group-guess-full-name): don't prefix the group twice
1531
1532         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
1533
1534         * gnus-registry.el (gnus-registry-clear)
1535         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
1536         (gnus-registry-split-fancy-with-parent): new functions
1537         (gnus-register-spool-action, gnus-register-action): simplified the format
1538         (gnus-registry): new customization group
1539         (gnus-registry-unfollowed-groups): new variable
1540
1541 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * gnus-art.el (gnus-button-alist): Add nntp: urls.
1544         (gnus-header-button-alist): Ditto.
1545
1546 2003-04-17  Dave Love  <fx@gnu.org>
1547
1548         * gnus-util.el (gnus-string-equal): Revert last change.
1549
1550 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551
1552         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
1553
1554 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
1555
1556         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
1557
1558 2003-04-15  Michael Shields  <shields@msrl.com>
1559
1560         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
1561         the broken-reply-to group parameter is set.  Idea from Vasily
1562         Korytov <deskpot@myrealbox.com>.
1563
1564 2003-04-17  Steve Youngs  <youngs@xemacs.org>
1565
1566         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
1567         process.el in XEmacsen >= 21.5.
1568
1569 2003-04-17  Steve Youngs  <youngs@xemacs.org>
1570
1571         * dgnushack.el: Add a whole swag of autoloads and defaliases to
1572         satisfy the byte-compiler when building with XEmacs.
1573
1574         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
1575         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
1576         W3 doesn't have these.
1577
1578         * mailcap.el: Maybe require 'lpr in XEmacs.
1579
1580 2003-04-16  Simon Josefsson  <jas@extundo.com>
1581
1582         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
1583         sender tag, if available.
1584
1585 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1586
1587         * gnus-registry.el (gnus-register-action)
1588         (gnus-register-spool-action, hashtable-to-alist)
1589         (gnus-registry-translate-from-alist, alist-to-hashtable)
1590         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
1591         new variables and function fixes
1592
1593         * gnus.el (gnus-registry-headers-alist): new variable to hold
1594         article header data
1595         (gnus-variable-list): save gnus-registry-headers-alist
1596
1597         * spam-report.el (Module): new module for spam reporting
1598
1599         * gnus.el (spam-process): added
1600         gnus-group-spam-exit-processor-report-gmane to the list of choices
1601         (gnus-install-group-spam-parameters): defined new spam exit processor
1602
1603         * spam.el (autoload): autoload spam-report-gmane when needed
1604         (spam-report-gmane-register-routine): glue for spam-report.el
1605         (spam-group-spam-processor-report-gmane-p): glue for the
1606         gnus-group-spam-exit-processor-report-gmane spam processor
1607         (spam-summary-prepare-exit): check the report-gmane spam processor
1608         and run spam-report-gmane-register-routine if it's active
1609
1610         From John Wiegley <johnw@gnu.org>
1611
1612         * spam.el (spam-bogofilter-score): check bogofilter headers before
1613         checking bogofilter itself
1614
1615 2003-04-16  Dave Love  <fx@gnu.org>
1616
1617         * gnus-agent.el: Wrap defsetf in eval-when-compile.
1618         (gnus-agent-cat-defaccessor): Don't use gensym.
1619
1620         * mml1991.el: Require cl, mm-util when compiling.
1621         (quoted-printable-decode-region, quoted-printable-encode-region):
1622         Autoload.
1623
1624         * pgg.el: Require cl when compiling.
1625
1626         * nnmail.el (gnus): Require.
1627
1628         * gnus-util.el: Move provide to end.
1629         (gnus-string-equal): Maybe use compare-strings.
1630         (gnus-merge): New.
1631
1632         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
1633         (gnus-summary-insert-articles): Use gnus-merge.
1634
1635         * gnus-fun.el: Require cl and mm-util when compiling.
1636
1637         * gnus-diary.el (gnus-diary-delay-format-french)
1638         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
1639
1640         * nndiary.el (nndiary-compute-reminders): Don't use setf with
1641         nthcdr.
1642
1643 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
1644
1645         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
1646         specify a predicate other than false.
1647         (gnus-category-read): Use the new feature to create a 'default'
1648         category with a 'short' predicate.
1649
1650 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * message.el (message-unique-id): Comment change.
1653
1654         * gnus-art.el (gnus-article-next-page-1): New function.
1655         (gnus-article-next-page): Use it.
1656
1657 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1658
1659         * spam.el (spam-split): added save-restriction to save-excursion
1660
1661 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
1662         From Julien Avarre <julien@avarre.com>
1663
1664         * gnus-fun.el: Fixed autoload cookie.
1665
1666 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
1667         From Remi Letot  <remi.letot@easynet.be>
1668
1669         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
1670         instead of remove-if.
1671
1672 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1673
1674         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
1675         copy-sequence instead of remove which is a cl run-time function in
1676         Emacs 20.
1677
1678 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
1679
1680         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
1681         local copy of gnus-discouraged-post-methods with the current
1682         method removed.
1683
1684 2003-04-14  Simon Josefsson  <jas@extundo.com>
1685
1686         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
1687
1688 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1689
1690         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
1691         of `mm-coding-system-priorities' to base coding system.
1692
1693         * gnus-sum.el: Added coding cookie ("middle dot" in
1694         gnus-summary-morse-message).
1695
1696 2003-04-13  Simon Josefsson  <jas@extundo.com>
1697
1698         * gnus-art.el (article-fill-long-lines)
1699         (article-verify-x-pgp-sig, article-decode-group-name)
1700         (gnus-mime-button-menu): Split >80 character lines.
1701
1702 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
1703
1704         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
1705         we're let-binding it.
1706
1707         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
1708
1709 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1710
1711         * message.el (message-hide-headers): Don't do intangible.
1712
1713         * gnus.el (gnus-group-prefixed-name): Comment out the test for
1714         colon.
1715
1716         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
1717         to the ephemeral entry, but the prefixed name.
1718
1719         * gnus.el (gnus-group-prefixed-name): Clean up.
1720
1721 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1722
1723         * gnus-agent.el (gnus-agent-group-pathname): Bind
1724         gnus-command-method so that gnus-agent-directory will always
1725         return a valid directory.
1726         * gnus-cache.el (gnus-cache-enter-article): Remove article from
1727         gnus-newsgroup-undownloaded so that the summary will display the
1728         article as downloaded.
1729         (gnus-cache-remove-article): If the article isn't in the agent,
1730         remove it from gnus-newsgroup-undownloaded so that the summary
1731         will display the article as undownloaded.
1732
1733 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * gnus.el (gnus-version-number): Bump.
1736
1737 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1738
1739         * gnus.el: Oort Gnus v0.18 is released.
1740
1741 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers.
1744
1745 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * gnus-art.el (gnus-article-next-page): Use
1748         gnus-article-over-scroll.
1749         (gnus-article-over-scroll): New variable.
1750
1751         * message.el (message-newline-and-reformat): Place a boundary
1752         before filling.
1753         (message-make-forward-subject-function): Changed default to
1754         message-forward-subject-name-subject.
1755         (message-forward-subject-name-subject): New function.
1756
1757         * nnimap.el (nnimap-split-fancy): Ditto.
1758
1759         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
1760
1761         * gnus-cus.el (gnus-group-parameters): Removed "which see".
1762
1763         * mml.el (mml-minibuffer-read-file): Bind
1764         completion-ignored-extensions to nil.
1765
1766         * message.el (message-fix-before-sending): Comment fix.
1767         (message-fix-before-sending): Make hidden headers visible.
1768         (message-hide-headers): Bind after-change-functions to nil.
1769         (message-forbidden-properties): Put invisible and intangible
1770         back.
1771         (message-strip-forbidden-properties): Ignore message-hidden text.
1772
1773         * gnus-msg.el: Hide headers.
1774
1775         * message.el (message-hidden-headers): New variable.
1776         (message-hide-headers): New function.
1777         (message-hide-header-p): New function.
1778         (message-hide-header-p): Change logic.
1779         (message-forbidden-properties): Remove intangible nil invisible
1780         nil.
1781         (message-hide-headers): Narrow to headers.
1782
1783         * lpath.el (featurep): Bind Info-directory, Info-menu.
1784
1785 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
1786
1787         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
1788         encoded.
1789         (mm-encode-body): Don't corrupt UTF-16.
1790         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
1791
1792 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
1793
1794         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
1795         the CACHE are now detected and handled the same as an article
1796         downloaded into the agent.
1797         (gnus-agent-group-path): Modified to match nnmail-group-pathname
1798         so that the agent front-end and back-end (nnagent) always use the
1799         same directory.
1800         (gnus-agent-group-pathname): New function. Wrapper for
1801         nnmail-group-pathname.
1802         (gnus-agent-expire-unagentized-dirs): New variable.  May be
1803         customized to disable gnus-agent-expire-unagentized-dirs.
1804         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
1805         as the directories in gnus-agent-expire-current-dirs were
1806         expanded.
1807
1808 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
1809
1810         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
1811         body" entry in read only groups.
1812
1813 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
1814
1815         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
1816         and "Create article" items in non-editable groups.
1817
1818 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
1819
1820         * gnus-agent.el (gnus-agent-write-active): Added option of
1821         replacing, rather than updating, the agent's active file.  Do NOT
1822         use the fully qualified group name as gnus-active-to-gnus-format
1823         blindly prefixes group names with server names.
1824         (gnus-agent-save-group-info): Merge BOTH min/max of current active
1825         range, was just merging min, with specified active range.
1826         (gnus-agent-expire): Save agent's active ranges after
1827         expiring all groups.
1828         (gnus-agent-expire-group-1): Update min of agent's active range to
1829         min article currently fetched.
1830         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
1831         same ancestor multiple times.
1832
1833         * gnus-async.el (gnus-asynchronous): Moved defcustom of
1834         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
1835         seems to fix an intermittant error in which loading gnus-async
1836         fails to define gnus-asynchronous (the variable).
1837
1838         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
1839         non-essential.  Removed on all platforms.
1840         (gnus-select-newsgroup): When the agent is active, expand the
1841         group's active range to include fetched articles that are no
1842         longer in the server's active range.
1843
1844         * gnus-util.el (gnus-with-output-to-file): Removed all of the
1845         print-* bindings as they should be handled by the function doing
1846         the printing.
1847
1848 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
1849
1850         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
1851         might be unbound in non-MULE XEmacsen.
1852
1853 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
1854
1855         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
1856         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
1857         recognize diffs.
1858
1859         * mm-bodies.el (mm-decode-body): Use the supplied charset
1860         unconditionally if `code-pages' hasn't been loaded.
1861
1862 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
1863
1864         * gnus-art.el (article-verify-x-pgp-sig): Don't use
1865         `insert-buffer', the docstring says "This function is meant for
1866         the user to run interactively.  Don't call it from programs!"
1867
1868         * mm-extern.el (mm-extern-mail-server): do.
1869
1870         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
1871         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1872         (mml1991-pgg-encrypt): do.
1873
1874         * pgg.el (pgg-decrypt-region): do.
1875
1876         * mm-view.el (mm-view-pkcs7-decrypt): do.
1877
1878         * mml-smime.el (mml-smime-verify): do.
1879
1880         * mml.el (mml-insert-mime, mml-preview): do.
1881
1882         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
1883         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
1884         (mml2015-pgg-encrypt): do.
1885
1886 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1887
1888         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
1889
1890 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
1891
1892         * mm-uu.el (mm-uu-copy-to-buffer): Copy
1893         `buffer-file-coding-system' to the new buffer.
1894         (mm-uu-pgp-signed-extract-1): Don't copy
1895         `buffer-file-coding-system' here.
1896
1897         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
1898         exist in XEmacs.
1899         (mm-decode-body): Add missing quote.
1900
1901         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
1902         buffer-file-coding-system.
1903
1904         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
1905         last-coding-system-used.
1906
1907         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
1908         according to buffer-file-coding-system.
1909
1910         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
1911
1912         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
1913         (pgg-pgp-snarf-keys-region): do.
1914
1915         * pgg-pgp5.el (pgg-pgp5-verify-region)
1916         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
1917
1918         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
1919
1920 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1921
1922         * spam.el (spam-split): (save-excursion) around (widen)
1923         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
1924         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
1925
1926 2003-04-05  Steve Youngs  <youngs@xemacs.org>
1927
1928         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
1929         don't use it when loading gnus-sum.el if we're in XEmacs.
1930
1931 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
1932
1933         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1934         print-escape-nonascii to fix more characters in compiled format
1935         specs.
1936
1937 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
1938
1939         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
1940         Fix customization type.
1941
1942 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
1943
1944         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1945         print-quoted, print-readably, print-escape-multibyte, and
1946         print-level to match original behavior of gnus-prin1.  This should
1947         repair the format of .newsrc.eld when using compiled format specs.
1948
1949 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
1950
1951         * gnus-group.el (tool-bar-map): defvar it.
1952
1953         * gnus-art.el (tool-bar-map): do.
1954
1955         * gnus-sum.el (tool-bar-map): do.
1956
1957 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
1958
1959         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
1960
1961 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1962
1963         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
1964         and value.
1965         (gnus-button-alist): Use it.
1966
1967 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
1968
1969         * pgg-gpg.el (pgg-gpg-process-region): do.
1970
1971         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
1972         (pgg-pgp-snarf-keys-region): do.
1973
1974         * pgg-pgp5.el (pgg-pgp5-verify-region)
1975         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
1976
1977         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
1978         unsafe.
1979         (pgg-temporary-file-directory): Remove.
1980
1981 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * lpath.el: Fbind Info-directory and Info-menu.
1984
1985 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
1986
1987         * gnus-util.el (gnus-message): Added doc-string.
1988
1989         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
1990         (gnus-score-edit-file-at-point): Goto first match when using `e'.
1991
1992 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
1993
1994         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
1995         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
1996
1997 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2000         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
2001
2002 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
2003
2004         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2005         print-escape-newlines to print escape sequences rather than
2006         literal newline characters.
2007
2008 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2009
2010         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
2011         `message-valid-fqdn-regexp' for initialization.
2012         (gnus-button-handle-info-url): Renamed and extended version of
2013         `gnus-button-handle-info'.
2014         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
2015         (gnus-button-handle-symbol, gnus-button-handle-library)
2016         (gnus-button-handle-info-keystrokes): New functions.
2017         (gnus-button-browse-level): New variable.
2018         (gnus-button-alist): Use them.  Added levels.
2019         (gnus-header-button-alist): Added levels.
2020
2021 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2022
2023         * gnus.el (gnus-version-number): Bump.
2024
2025 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2026
2027         * gnus.el: Oort Gnus v0.17 is released.
2028
2029 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * gnus-start.el (gnus-unload): Removed.
2032
2033         * pop3.el (pop3-read-response): Use
2034         nnheader-accept-process-output.
2035         (pop3-retr): Ditto.
2036
2037         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx.
2038         (mm-text-html-washer-alist): Ditto.
2039
2040 2003-03-31  Simon Josefsson  <jas@extundo.com>
2041
2042         * imap.el (imap-gssapi-program): Also try GNU SASL.
2043         (imap-gssapi-open): Accept GNU SASL greeting.
2044         (imap-read-timeout): New.
2045         (imap-wait-for-tag): Use it.
2046
2047 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * nntp.el (nntp-accept-process-output): Use new function.
2050
2051         * nnheader.el (nnheader-read-timeout): New variable.
2052         (nnheader-accept-process-output): New function.
2053
2054         * nntp.el (nntp-read-timeout): Removed.
2055
2056         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
2057
2058 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
2061
2062 2003-03-30  Simon Josefsson  <jas@extundo.com>
2063
2064         * message.el (message-idna-inside-rhs-p): Narrow to header before
2065         searching.
2066
2067         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
2068
2069 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
2072
2073 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
2074
2075         * message.el (message-make-in-reply-to): Use
2076         mail-extract-address-components to determine sender's
2077         name/address.
2078
2079 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2080
2081         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead.
2082
2083         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
2084         valid lambda.
2085         (gnus-registry-translate-from-alist): Ditto.
2086
2087         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2088         print-length to nil.
2089
2090         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
2091
2092         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
2093         (gnus-grab-cam-face): Use it.
2094
2095 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
2096
2097         * nnmaildir.el (nnmaildir-request-set-mark)
2098         (nnmaildir-close-group): Allow each mark directory in a group to
2099         have its own inode for mark files, to accommodate AFS.
2100
2101 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
2102
2103         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
2104         gnus-read-newsrc-el-file
2105         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
2106
2107         * gnus-registry.el (gnus-registry-translate-to-alist)
2108         (gnus-registry-translate-from-alist, alist-to-hashtable)
2109         (hashtable-to-alist): new functions
2110         (gnus-register-spool-action): add a spool item to the registry
2111
2112         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
2113         list of saved variables
2114         (gnus-registry-alist): new variable
2115
2116 2003-03-27  Simon Josefsson  <jas@extundo.com>
2117
2118         * gnus-art.el (article-decode-group-name): Be correct instead of
2119         smart.
2120
2121 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
2122
2123         * lpath.el: Bind url-current-object for Emacs; bind
2124         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
2125         for both Emacsen.
2126
2127 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
2128
2129         * gnus-sum.el (gnus-article-loose-mime)
2130         (gnus-article-emulate-mime): Move to gnus-article-mime customize
2131         group.
2132
2133         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
2134         doc string.
2135
2136 2003-03-26  Kevin Ryde <user42@zip.com.au>
2137
2138         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
2139         gnus-summary-find-uncancelled, skip temporary articles inserted by
2140         "refer" functions.
2141
2142 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
2143
2144         * smiley.el (smiley-buffer): New function.
2145
2146 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
2147
2148         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
2149         gnus-summary-update-line (which updated the article's face) with
2150         gnus-summary-update-download-mark (which updates the article's
2151         face by calling gnus-summary-update-line AND updates the download
2152         mark to show that the article was fetched).
2153
2154 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
2155
2156         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
2157         option of deleting agent directories for groups/servers that are
2158         not currently agentized.
2159         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
2160
2161         * gnus-int.el (gnus-open-server): Report backend errors in
2162         condition handler.
2163
2164 2003-03-23  Simon Josefsson  <jas@extundo.com>
2165
2166         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
2167         header.
2168
2169         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
2170         same as Newsgroups.
2171
2172         * nntp.el (nntp-open-connection-function): Mention
2173         nntp-open-tls-stream.
2174         (nntp-open-tls-stream): New function.
2175
2176         * tls.el: New file.
2177
2178         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
2179         instead of SSL.
2180         (nnimap-stream): Add other streams, link to imap variables.
2181         (nnimap-authenticator): Add other authenticator, link to imap
2182         variables.
2183
2184         * imap.el: Autoload open-tls-stream.
2185         (imap-streams): Add tls in front of ssl.
2186         (imap-stream-alist): Add tls.
2187         (imap-default-tls-port): New variable.
2188         (imap-tls-p, imap-tls-open): New functions.
2189
2190 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2191
2192         * mm-url.el (mm-url-insert-file-contents): parse url only if
2193         results is a list.
2194
2195 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * mail-source.el (mail-source-fetch-imap): Revert.
2198
2199 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
2200
2201         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
2202         less strict regexp.
2203
2204 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2205
2206         * mail-source.el (mail-source-fetch-imap): Use buffer name for
2207         more imap function.
2208
2209 2003-03-21  Simon Josefsson  <jas@extundo.com>
2210
2211         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
2212         Followup-To data inline.
2213
2214 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
2215
2216         * gnus-art.el (gnus-treat-display-xface): Don't enable if
2217         icontopbm isn't available.
2218
2219 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
2220
2221         * gnus-int.el (gnus-open-server): Catch errors in backend's
2222         open-server method.  Returns nil rather than crashing startup.
2223
2224         * gnus-sum.el (eval-when-compile): Modified to resolve
2225         compile-time warnings.
2226
2227         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
2228         Reports length of series so that the user can compare N with a
2229         subject that should, if the entire series is present, contain
2230         '(.../N)'.
2231         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
2232         of temp file (Win-XP may leave the temp file locked when the
2233         uudecode process fails).
2234
2235 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2236
2237         * message.el (message-split-line): Ignore error.
2238
2239         * lpath.el (split-line): Avoid split-line warning message.
2240
2241 2003-03-20  Kim F. Storm  <storm@cua.dk>
2242
2243         * message.el (message-split-line): New function.
2244         (message-mode-map): Remap split-line to message-split-line.
2245
2246 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
2247
2248         * message.el (message-make-overlay): Defalias it to make-overlay.
2249         (message-delete-overlay): Defalias it to delete-overlay.
2250         (message-overlay-put): Defalias it to overlay-put.
2251         (message-idna-to-ascii-rhs-1): Use them.
2252
2253         * messagexmas.el (message-xmas-redefine): Defalias some overlay
2254         functions to extent functions.
2255
2256 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2257
2258         * message.el (message-check-news-header-syntax): Fixed regexp.
2259
2260 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2261
2262         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
2263
2264         * mm-url.el (mm-url-insert): Move url-current-object stuff into
2265         mm-url-insert-file-contents.
2266
2267         * nnrss.el (nnrss-fetch): Fetch the local stuff.
2268         (nnrss-check-group): Use it.
2269
2270 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
2271
2272         * nnrss.el: Primitive XML Name-space support.  This means that RSS
2273         feeds like Kevin Burton's[1] can now be read in Gnus.
2274
2275         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
2276         means that if you want to read the RSS feed for example.com, all
2277         you have to do is hit "G R http://www.example.com/ RET" and
2278         nnrss.el will find and the feed listed on the site or (if you have
2279         loaded xml-rpc.el) look it up on syndic8.com.
2280
2281         Marked the message as HTML (by adding a Content-Type header) so
2282         that Gnus will render it as html if the user wants that.
2283
2284         Implemented the ability to save nnrss-group-alist so that any new
2285         feeds the you subscribe to will be found the next time you start
2286         up.
2287
2288         Implemented support for RSS 2.0 elements (author, pubDate).
2289
2290         Prefer for <content:encoded> over <description> where both
2291         elements exist.
2292
2293         * mm-url.el (mm-url-insert): Set url-current-object.
2294
2295         * gnus-group.el (gnus-group-make-rss-group): New function.
2296
2297 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
2298
2299         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
2300         for highlight overlays.
2301
2302 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2303
2304         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
2305         a NOV.
2306
2307 2003-03-20  Simon Josefsson  <jas@extundo.com>
2308
2309         * message.el (message-use-idna): Disable if UTF-8 unavailable.
2310         (message-idna-to-ascii-rhs): Use it.
2311
2312         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
2313
2314 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
2315
2316         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
2317         (spam-group-ham-marks, spam-group-spam-marks): new functions
2318         (spam-spam-marks, spam-ham-marks): removed in favor of the
2319         spam-marks and ham-marks parameters
2320         (spam-generic-register-routine, spam-ham-move-routine): use the
2321         new spam-group-{spam,ham}-mark-p functions
2322
2323         * gnus.el (spam-marks, ham-marks): new group parameters with
2324         default values same as the old spam-spam-marks and spam-ham-marks
2325
2326 2003-03-19  Simon Josefsson  <jas@extundo.com>
2327
2328         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
2329         (gnus-use-idna): New variable.
2330         (article-decode-idna-rhs): New function.
2331
2332         * message.el (message-use-idna): New variable.
2333         (message-mode-field-menu): Add entry for IDNA.
2334         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
2335         (message-idna-to-ascii-rhs): New function.
2336         (message-generate-headers): Invoke IDNA code.
2337
2338 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
2339
2340         * nnmaildir.el (nnmaildir--system-name): New function.
2341         (nnmaildir-request-accept-article): Use it.
2342
2343 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2344
2345         * gnus-util.el (gnus-byte-compile): Make it work silently as the
2346         gnus-compile function does.
2347
2348         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
2349         bogus change.
2350
2351 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
2352
2353         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
2354         sort-coding-systems is defined.
2355
2356 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
2357
2358         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
2359         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
2360         Replace create-directory with target-prefix.
2361
2362 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
2363
2364         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
2365         find-charset-string which is slooow in XEmacs.
2366
2367 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
2370         compiler under XEmacs.
2371
2372 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
2373
2374         * gnus-art.el (gnus-treat-highlight-signature): Make the default
2375         work for multipart/signed where the message text isn't `last'.
2376
2377 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2378
2379         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
2380         the value of mm-inline-text-html-with-images.
2381         (mm-inline-text-html-render-with-w3m): Don't bind
2382         w3m-display-inline-images.
2383
2384         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
2385         w3m-display-inline-images.
2386
2387         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
2388         regardless of an Emacs flavor.
2389
2390 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * gnus.el (gnus-version-number): Bump.
2393
2394 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2395
2396         * gnus.el: Oort Gnus v0.16 is released.
2397
2398 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * lpath.el (featurep): Bind mm-w3m-mode-map.
2401
2402 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
2403
2404         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
2405         'respool-able backends define a global nnchoke-get-new-mail
2406         variable.
2407
2408 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
2409
2410         * gnus-art.el (gnus-mime-delete-part): New function.
2411         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
2412
2413 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * message.el (message-check-news-header-syntax): Don't push
2416         groups twice onto list of unknown groups.
2417
2418         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
2419         back.
2420
2421         * nnheader.el (nnheader-find-etc-directory): Doc fix.
2422
2423         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
2424         config unless the summary buffer exists.
2425
2426         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
2427         that target group is computed correctly when articles are marked
2428         as read by Xref handling.
2429
2430         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
2431         imap-open.
2432
2433         * message.el (message-send-mail): Add courtesy string to Bcc's,
2434         too.
2435
2436         * gnus-cite.el (gnus-cited-line-p): New function.
2437
2438 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
2439
2440         * mm-bodies.el (mm-decode-body): Add new optional parameter,
2441         force, to use the supplied charset unconditionally.
2442
2443         * gnus-art.el (article-decode-charset): Use it.
2444
2445 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
2446
2447         * mm-bodies.el (mm-decode-coding-region-safely): New function.
2448         (mm-decode-body): Use it.
2449
2450         * rfc2047.el (rfc2047-decode-region): do.
2451         (rfc2047-decode-string): Guess coding system if the default is
2452         invalid.
2453
2454 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
2455
2456         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
2457         articles are marked 'read, so we get correct article counts.
2458
2459 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
2462         the button.
2463         (gnus-insert-prev-page-button): Ditto.
2464         (gnus-insert-next-page-button): Ditto.
2465         (gnus-insert-mime-security-button): Ditto.
2466
2467         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
2468         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
2469         (mm-inline-image-xemacs): Ditto.
2470
2471 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
2472
2473         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
2474         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
2475         the recent filename uniqueness discussion.
2476
2477 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
2480         newline next time.
2481         (mm-inline-image-xemacs): Ditto.
2482
2483 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
2484
2485         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
2486         kill-line.
2487
2488 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
2489
2490         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
2491         kill-line.
2492
2493 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2494
2495         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
2496         fixing the code to match the documentation.
2497         (gnus-agent-fetch-selected-article): Replaced
2498         gnus-summary-update-article-line with gnus-summary-update-line as
2499         the former did not correctly recalculate the thread indentation.
2500         (gnus-agent-find-parameter): The agent-predicate, if not found
2501         anywhere else, defaults to the value of gnus-agent-predicate.
2502         (gnus-agent-fetch-session): Fixed typo; now executes
2503         gnus-agent-fetched-hook rather than the undocumented
2504         gnus-agent-fetch-hook.
2505         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
2506         default agent predicate is now provided by
2507         gnus-agent-find-parameter.
2508         (gnus-agent-message): New macro.  This macro avoids potentially
2509         costly parameter evaluation when the message's level is too high
2510         to display.
2511         (gnus-agent-expire-group-1): Disabled undo tracking in temp
2512         overview buffer. Uses new gnus-agent-message macro to reduce
2513         overhead of optional messages. Reversed message levels to
2514         emphasize percent completion messages.  Detailed messages of
2515         little use except when debugging code.
2516
2517 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2518
2519         * spam.el (spam-ham-move-routine): use
2520         spam-mark-ham-unread-before-move-from-spam-group
2521         (spam-mark-ham-unread-before-move-from-spam-group): new variable
2522
2523 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
2524
2525         * spam.el: load nnimap.el when compiling
2526         (spam-setup-widening): use
2527         nnimap-split-download-body-default instead of
2528         nnimap-split-download-body which is a user-customizable variable
2529
2530 2003-03-07  Simon Josefsson  <jas@extundo.com>
2531
2532         * nnimap.el (nnimap-split-download-body-default): New, holds
2533         default for n-s-d-b.
2534         (nnimap-split-download-body): Add new setting (symbol default),
2535         which uses contents of n-s-d-b-d, and made it the default.
2536
2537 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
2538
2539         * spam.el (spam-use-hashcash): new variable
2540         (spam-list-of-checks): added spam-use-hashcash with associated
2541         spam-check-hashcash
2542         (spam-check-hashcash): new function, installed iff hashcash.el is
2543         loaded
2544         (spam-setup-widening): don't use (return)
2545
2546 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2547
2548         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
2549         predicate of `false' to avoid an error when a group defines no
2550         predicate. Fixed typo that disabled agent scoring (i.e. the
2551         low/high predicates should now work).
2552
2553 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2554
2555         * spam.el: add spam-maybe-spam-stat-load to
2556         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
2557         (spam-bogofilter-register-with-bogofilter): use
2558         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
2559         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
2560         custom variables to replace "-s" and "-n"
2561
2562         * gnus-group.el (gnus-group-get-new-news): call the new
2563         gnus-get-top-new-news-hook hook
2564
2565         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
2566         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
2567
2568 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
2571
2572 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
2575         a cl run-time function.
2576
2577 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2578
2579         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
2580         on gnus-agent-short-article.
2581         (gnus-category-read): Replaced CL function mapcar* with new macro:
2582         gnus-mapcar.
2583         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
2584         support functions that accept multiple parameters.  A separate
2585         sequence must be provided for each parameter in the function.
2586         Iteration stops when the end of the shortest list is reached.
2587
2588 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
2589
2590         * nnimap.el (nnimap-request-accept-article): Use delete-region.
2591
2592         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
2593         (html2text-delete-single-tag, html2text-clean-anchor)
2594         (html2text-remove-tags): Use delete-region.
2595         (html2text-fix-paragraphs): Simplify.
2596
2597         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
2598         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
2599         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
2600         kill-region.
2601
2602 2003-03-04  John Paul Wallington  <jpw@gnu.org>
2603
2604         * gnus-agent.el (gnus-agent-enable-expiration)
2605         (gnus-agent-article-alist, gnus-agent-article-alist)
2606         (gnus-agent-cat-defaccessor): Doc fixes.
2607
2608 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2609
2610         * gnus-agent.el (gnus-function-implies-unread-1): Grok
2611         byte-compiled functions.
2612
2613 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2614
2615         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
2616         customization between new maneuvering (which permits selecting
2617         undownloaded articles) and old maneuvering (which skipped over
2618         undownloaded articles) behaviors.
2619         (gnus-summary-find-next): Pass through the unread and subject
2620         parameters when calling gnus-summary-find-prev.
2621         (gnus-summary-find-next,gnus-summary-find-prev): Apply
2622         gnus-auto-goto-ignores to filter out unacceptable articles.
2623
2624 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
2625
2626         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
2627         exists in all supported Emacs versions, so we don't need this
2628         compatibility function.
2629         (mail-source-fetch-pop, mail-source-check-pop)
2630         (mail-source-fetch-webmail): Use read-passwd.
2631
2632         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
2633         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
2634         read-passwd.
2635
2636         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
2637
2638         * imap.el (imap-read-passwd): Remove.
2639         (imap-interactive-login): Use read-passwd.
2640
2641         * canlock.el (canlock-read-passwd): Remove.
2642         (canlock-insert-header, canlock-verify): Use read-passwd.
2643
2644         * sieve-manage.el (sieve-manage-read-passwd): Remove.
2645         (sieve-manage-interactive-login): Use read-passwd.
2646
2647         * pop3.el (pop3-read-passwd): Remove.
2648         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
2649         read-passwd.
2650
2651         * pgg.el (pgg-read-passphrase): Simplify.
2652
2653 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2654
2655         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
2656         'plugged' when actually 'unplugged' bug.
2657         (gnus-category-read): Ignore nil values when converting an
2658         old-format category so that the new-format category will default
2659         those attributes to the global variables.
2660
2661 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2662
2663         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
2664         doc-string.
2665
2666 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
2667
2668         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
2669         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
2670         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
2671         * mm-url.el (mm-url-decode-entities-string): do.
2672         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
2673         * mm-decode.el (mm-find-raw-part-by-type): do.
2674         * message.el (message-send-mail-partially)
2675         (message-send-mail-with-sendmail): do.
2676         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
2677         * gnus-kill.el (gnus-pp-gnus-kill): do.
2678         * gnus-art.el (gnus-article-treat-unfold-headers)
2679         (gnus-article-encrypt-body): do.
2680
2681 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2682
2683         * mail-source.el (mail-source-delete-incoming): Allow integer value.
2684         (mail-source-delete-old-incoming-confirm): New variable.
2685         (mail-source-delete-old-incoming): Use it.  New function.
2686         (mail-source-callback): Call `mail-source-delete-old-incoming' if
2687         `mail-source-delete-incoming' is a nonnegative integer.
2688
2689 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2690
2691         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
2692         (gnus-user-agent): Fixed typo.
2693
2694 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2695
2696         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
2697         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
2698
2699 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2700
2701         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
2702         (gnus-agent-fetch-session): Allow debugging to take place.
2703
2704 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
2705
2706         * gnus-sum.el (gnus-highlight-selected-summary)
2707         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
2708         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
2709         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
2710         and makes it clear that we don't need the side effect.
2711         * gnus-util.el (gnus-delete-line): do.
2712         * gnus-xmas.el (gnus-group-add-icon): do.
2713         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
2714         * nntp.el (nntp-send-authinfo-from-file): do.
2715         * nnml.el (nnml-header-value): do.
2716         * nnheader.el (nnheader-insert-references): do.
2717         * gnus-cite.el (gnus-article-highlight-citation)
2718         (gnus-cite-parse): do.
2719         * gnus-score.el (gnus-score-followup): do.
2720         * gnus-draft.el (gnus-draft-send): do.
2721         * gnus-group.el (gnus-group-highlight-line): do.
2722         * gnus-cache.el (gnus-cache-braid-nov): do.
2723         * nnfolder.el (nnfolder-retrieve-headers)
2724         (nnfolder-request-article): do.
2725         * gnus-art.el (article-hide-boring-headers)
2726         (gnus-article-hide-header): do.
2727
2728         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
2729         * nnml.el (nnml-request-replace-article): do.
2730         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
2731         * nnfolder.el (nnfolder-request-move-article): do.
2732         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
2733         * gnus-art.el (gnus-mm-display-part): do.
2734
2735         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
2736
2737 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2738
2739         * nntp.el (nntp-possibly-change-group): Avoid calling
2740         process-buffer on nil (Which happened when you lost your
2741         connection while fetching); instead signal a "Server Closed
2742         Connection" error.
2743
2744 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2745
2746         * gnus-agent.el (gnus-agent-enable-expiration): New
2747         variable. Either ENABLE or DISABLE.  Sets default behavior for
2748         selecting which groups are expired.
2749         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
2750         gnus-agent-set-cat-groups): Provides abstract interface for
2751         accessing agent category.  Category now implemented by an alist.
2752         (gnus-agent-add-group, gnus-agent-remove-group,
2753         gnus-category-insert-line, gnus-category-edit-predicate,
2754         gnus-category-edit-score, gnus-category-edit-groups,
2755         gnus-category-copy, gnus-category-add, gnus-group-category): Use
2756         new agent category abstraction.
2757         (gnus-agent-find-parameter): New function. Search for agent
2758         configuration parameter first in the group's parameters, then its
2759         topics (if any), and then the group's category.  If not found
2760         anywhere, use the original defined constants.
2761         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
2762         gnus-agent-find-parameter.
2763         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
2764         gnus-agent-cache now blocks retrieving headers and articles from
2765         the local cache.  Fetched content is still added to the cache
2766         before being returned.
2767         (gnus-agent-fetch-session): Use error-message-string to generate
2768         displayed error message.
2769         (gnus-agent-customize-category): New Command. 'e' in category
2770         buffer opens category customization buffer.
2771         (gnus-category-read): Reads either positional or alist format;
2772         returns alist format.
2773         (gnus-category-write): Writes category file compatible with
2774         current, and previous, versions of gnus-agent.
2775         (gnus-category-make-function, gnus-category-make-function-1):
2776         Corrected documentation; parameter is predicate NOT category.
2777         (gnus-predicate-implies-unread): Now works in more cases per the
2778         todo comment.
2779         (gnus-function-implies-unread-1): New function. Supports
2780         gnus-predicate-implies-unread.
2781         (gnus-agent-expire-group): Command now provides default of group
2782         under point.
2783         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
2784         agent-days-until-old parameters. No longer supports
2785         gnus-agent-expire-days being set to an alist.
2786         (gnus-agent-request-article): Now performs its own checks of
2787         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
2788         assuming that the caller will do them correctly.
2789         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
2790         gnus-agent-expire-days is set to an alist.  Converts said alist
2791         into group parameter so that gnus-agent-expire-days will not be
2792         needed.
2793         * gnus-art.el (gnus-request-article-this-buffer): Conditional
2794         checks surrounding gnus-agent-request-article removed; now
2795         performed by gnus-agent-request-article.
2796         * gnus-cus.el (gnus-agent-parameters): New variable. List of
2797         customizable group/topic parameters that regulate the agent.
2798         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
2799         kill-buffer with gnus-kill-buffer to remove the killed buffer from
2800         the list of gnus buffers.
2801         (gnus-trim-whitespace): Removes leading and trailing whitespace
2802         from multiline strings.
2803         (gnus-agent-cat-prepare-category-field,
2804         gnus-agent-customize-category): Constructs a category
2805         customization buffer.
2806         * gnus-int.el (gnus-retrieve-headers,
2807         gnus-request-expire-articles): No longer checks gnus-agent-cache
2808         as it is handled internally by the agent.
2809         (gnus-request-head, gnus-request-body): Conditional checks
2810         surrounding gnus-agent-request-article removed; now performed by
2811         gnus-agent-request-article.
2812
2813         * gnus-start.el (): Added defvar statements to resolve compilation
2814         warnings.
2815         (gnus-long-file-names): New function. Isolates platform dependent
2816         msdos-long-file-names.
2817         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
2818         option of writing directly to file.  Avoids memory exhausted
2819         errors when .newsrc.eld is huge.
2820         (gnus-save-newsrc-file): Uses new
2821         gnus-save-startup-file-via-temp-buffer.
2822         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
2823         standard-output.
2824         (gnus-display-time-event-handler): Changed to alias from a defun
2825         to avoid a compile-time warning when display-time-event-handler is
2826         not defined.
2827         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
2828         standard-output such that prin1 and princ will write directly to a
2829         file.
2830
2831         * gnus.el (gnus-agent-cache): Expanded documentation.
2832         (gnus-summary-high-undownloaded-face): Removed second bold keyword
2833         so that this face is actually bold.
2834
2835         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
2836         gnus-use-cache has been set.
2837
2838 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
2839
2840         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
2841
2842 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
2843
2844         * gnus-art.el (gnus-article-refer-article): Be more permissive.
2845
2846 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2847
2848         * spam.el: Fix typo.
2849
2850 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
2851         (Trivial patch.)
2852
2853         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
2854         errors-buffer. This produces a nicer error message in case of
2855         problems.
2856
2857 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
2858
2859         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
2860         load stats iff spam-use-stat is on
2861
2862         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
2863         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
2864         instead of spam-stat-load and spam-stat-save in the
2865         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
2866
2867 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2868
2869         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
2870
2871 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2872
2873         * message.el (message-make-fqdn): Protect against nil user-mail.
2874
2875 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
2876
2877         * gnus-art.el (gnus-boring-article-headers): New values:
2878         'to-list and 'cc-list.
2879
2880 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2881
2882         * spam.el (spam-setup-widening): new function to set
2883         nnimap-split-download-body, we add it to gnus-get-new-news-hook
2884         (spam-list-of-statistical-checks): list of statistical splitter
2885         checks
2886         (spam-split): added a widen call when a statistical check is
2887         enabled
2888
2889 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2890
2891         * gnus-msg.el (gnus-user-agent): Changed default to
2892         'emacs-gnus-type, renamed 'full.
2893
2894 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
2895
2896         * nnfolder.el (nnfolder-request-accept-article): Don't use
2897         mail-header-unfold-field.
2898
2899 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2900
2901         * imap.el (imap-ssl-open): Don't depend on ssl.el.
2902         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
2903
2904 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2905
2906         * spam.el: add spam-stat-load to gnus-get-new-news-hook
2907         (spam-split): remove spam-stat-load call
2908
2909 2003-02-26  Simon Josefsson  <jas@extundo.com>
2910
2911         * gnus-sum.el (gnus-summary-toggle-header): Run
2912         gnus-article-decode-hook instead of calling a-decode-encoded-words
2913         directly (the latter is run as part of the former).
2914
2915 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2916
2917         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
2918
2919 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
2920
2921         * message.el (message-sendmail-envelope-from): New option.
2922         (message-sendmail-envelope-from): New function.
2923         (message-send-mail-with-sendmail): Use it.
2924
2925 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
2926
2927         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
2928         compensation for TDMA addresses.
2929
2930 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2931
2932         * gnus-msg.el (gnus-user-agent): New variable.
2933         (gnus-version-expose-system): Removed.  Obsoleted by
2934         `gnus-user-agent'.
2935         (gnus-extended-version): Use `gnus-user-agent'.
2936
2937 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2938
2939         * spam.el (spam-stat-register-spam-routine,
2940         spam-stat-register-ham-routine): remove spam-stat-save
2941         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
2942
2943 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2944
2945         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
2946         reference.
2947
2948 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2949
2950         * nnheader.el (nnheader-find-nov-line): Changed midpoint
2951         calculation to avoid integer overflow.
2952
2953 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2954
2955         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
2956
2957 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
2958         * spam.el: disabled spam-get-article-as-filename
2959
2960         From Michael Shields  <shields@msrl.com>
2961
2962         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
2963         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
2964         * gnus-sum.el (gnus-summary-expire-articles): Use it.
2965         * spam.el (spam-summary-prepare-exit): Use it.
2966         * gnus.el (gnus-install-group-spam-parameters): New.
2967         * spam.el (spam-group-ham-processor-copy-p): New.
2968         * spam.el (spam-summary-prepare-exit): Support for ham copying.
2969         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
2970         that would cause the current message to be moved if the group had
2971         no spam.
2972         * spam.el (spam-ham-move-routine): New `copy' argument.
2973
2974 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2975         From Martin Thornquist <martint@ifi.uio.no>
2976
2977         * gnus-topic.el (gnus-topic-select-group): Select last group if
2978         after last group.
2979         * gnus-group.el (gnus-group-select-group): Ditto.
2980
2981 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2982
2983         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
2984         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
2985         point-at-(b|e)ol which aren't available in Emacs 20.
2986
2987         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
2988
2989 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2990
2991         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
2992         clause of the condition-case statement.  Errors connecting to a
2993         server no longer terminate gnus.
2994
2995         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
2996         make its use obvious.  Added no-nothing case to avoid
2997         opening(closing) servers when already open(closed).
2998         (gnus-agent-while-plugged): Added macro to facilitate internal use
2999         of gnus-agent-toggle-plugged.
3000         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
3001         temporarily open servers.
3002         (gnus-agent-get-undownloaded-list): Sort list of article numbers
3003         as sorting gnus-newsgroup-headers is wrong.
3004         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
3005         to temporarily open servers. Corrected logic to handle setting
3006         gnus-agent-mark-unread-after-downloaded.
3007         (gnus-agent-fetch-articles): Now handles headers with missing
3008         article sizes and/or missing article lengths.  Now clears the
3009         message buffer when finished.
3010         (gnus-agent-fetch-group-1): Position point before calling
3011         gnus-summary-set-agent-mark.
3012         (gnus-get-predicate): Corrected description, parameter is
3013         predicate not category.
3014         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
3015         provide a separate single group expiration function.
3016         (gnus-agent-regenerate-group): Now clears the message buffer when
3017         finished.
3018
3019 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3020
3021         * gnus.el (gnus-agent-target-move-group-header): New variable.
3022         * gnus-draft.el (gnus-draft-send): If special header
3023         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
3024         that group, instead of performing the regular sending functions.
3025
3026 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
3029
3030 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3031
3032         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
3033         variables.
3034         (message-make-fqdn): Use it.  Improved validity check.
3035
3036 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3037
3038         * message.el (message-user-mail-address): Check whether
3039         user-mail-address looks valid.
3040
3041         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
3042
3043         * gnus-util.el (gnus-fetch-original-field): New function.
3044
3045 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3046
3047         * message.el (message-mode): \\(...\\) around additional
3048         paragraph-separate alternative.
3049
3050 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
3051
3052         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
3053         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
3054         display key bindings.
3055         (gnus-mime-button-menu): Rewrite.
3056
3057 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3058
3059         * gnus-art.el (gnus-button-url-regexp): Removed `.
3060
3061 2003-02-23  Max Froumentin  <mf@w3.org>
3062
3063         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
3064
3065 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3066
3067         * gnus-art.el (gnus-mime-action-on-part): Require a match
3068         interactively.
3069
3070         * gnus-start.el (gnus-save-newsrc-file): Use
3071         gnus-backup-startup-file.
3072         (gnus-backup-startup-file): New variable.
3073
3074 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * gnus.el (gnus-summary-buffer-name): Moved function here.
3077
3078         * gnus-draft.el (defun): Remove debug.
3079
3080 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
3081
3082         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
3083         can't open server.
3084
3085 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3086
3087         * gnus-draft.el (defun): Configure posting styles.
3088
3089         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
3090         the entry for the group exists before we alter it.
3091
3092 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3093
3094         * message.el (message-mode): MML tags separate paragraphs.  Small
3095         change from David S Goldberg <david.goldberg6@verizon.net>.
3096
3097         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
3098         `gnus-newsgroup-headers'.
3099
3100         * gnus-art.el (gnus-article-refer-article): Grok more message id
3101         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3102
3103 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
3104
3105         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
3106         use "path name".
3107
3108 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
3109
3110         * gnus-sum.el (gnus-summary-move-article)
3111         (gnus-summary-expire-articles): send data header for article, not
3112         just article ID
3113
3114         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
3115         (gnus-register-spool-action): added hashtable of message ID keys
3116         with message motion data
3117
3118 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
3119         From Reiner Steib  <Reiner.Steib@gmx.de>.
3120
3121         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
3122         variable, used in `gnus-button-mid-or-mail-heuristic'.
3123         (gnus-button-mid-or-mail-heuristic): New function derived from
3124         Florian Weimer's Perl script.
3125         (gnus-button-handle-mid-or-mail): Allow a function instead of
3126         'guess.
3127         (gnus-button-guessed-mid-regexp): Removed.
3128
3129 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3130
3131         * message.el (message-resend): Bind message-setup-hook to nil;
3132         remove X-Draft-From header.
3133
3134 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
3135
3136         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
3137         (gnus-newsgroup-undownloaded)
3138         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
3139         Doc fixes.
3140
3141 2003-02-17  John Paul Wallington  <jpw@gnu.org>
3142
3143         * gnus.el (gnus-shell-command-separator, gnus-email-address)
3144         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
3145
3146 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
3147
3148         * gnus-spec.el (gnus-xmas-format): Use insert instead of
3149         insert-string which is obsolete in Emacs 21.4.
3150
3151         * message.el (message-cross-post-followup-to-header): do.
3152
3153         * spam.el (spam-ifile-register-with-ifile)
3154         (spam-stat-register-spam-routine)
3155         (spam-stat-register-ham-routine)
3156         (spam-bogofilter-register-with-bogofilter): do.
3157
3158         * mailcap.el (mailcap-mime-data): Fix typo.
3159
3160         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
3161
3162 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
3163
3164         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
3165         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
3166         `gnus-cite-unsightly-citation-regexp'.
3167
3168 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
3171         even if there's just a header.
3172
3173 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
3174
3175         * message.el (message-fix-before-sending): Fix highlighting of
3176         illegible and invisible text.
3177
3178         * gnus-util.el (gnus-multiple-choice): Separate choices with
3179         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
3180
3181 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
3182
3183         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
3184
3185 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
3186
3187         * spam.el (spam-ham-move-routine)
3188         (spam-mark-spam-as-expired-and-move-routine): use
3189         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
3190         around process-mark manipulation on the group
3191
3192 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3193
3194         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
3195         submenu.
3196
3197 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3198
3199         * mail-source.el (mail-source-fetch): Reverse the return value of
3200         the continuation question.
3201
3202 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * nndraft.el (nndraft-request-move-article): Bind
3205         nnmh-allow-delete-final to t.
3206
3207 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3208
3209         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
3210
3211 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
3212
3213         * nntp.el (nntp-accept-process-output): Don't use point-max to get
3214         the buffer's size.
3215
3216 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
3217
3218         * nnheader.el: Added cygwin to system-type comparisons.
3219
3220 2003-01-27  Juanma Barranquero  <lektu@terra.es>
3221
3222         * imap.el (imap-mailbox-status): Fix typo.
3223
3224 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3225
3226         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
3227         online.
3228
3229 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3230
3231         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
3232         commands.
3233         * gnus-sum.el: Small change from Frank Weinberg
3234         <frank@usenet-rundfahrt.de>:
3235         (gnus-auto-center-group): New variable.
3236         (gnus-summary-read-group-1): Use it.
3237         (gnus-summary-next-group): Fix docstring.
3238
3239 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * gnus-util.el (gnus-faces-at): Simplify.
3242
3243 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3244
3245         * spam.el (spam-ham-move-routine)
3246         (spam-mark-spam-as-expired-and-move-routine): made the article
3247         move conditional, so it's not called even if there's nothing to move
3248
3249 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3250
3251         * message.el (message-unix-mail-delimiter): Accept any whitespace
3252         after the email address and before the date; do not require the
3253         space character.  From Kurt B. Kaiser <kbk@shore.net>.
3254
3255 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
3258         gnus-article-boring-faces variable is bound; use gnus-faces-at.
3259
3260         * gnus-util.el (gnus-faces-at): New macro.
3261
3262 2003-02-13  Michael Shields  <shields@msrl.com>
3263
3264         * gnus-cite.el
3265         (gnus-cite-attribution-suffix, gnus-cite-parse):
3266         Better handling for Microsoft citation styles.
3267         (gnus-unsightly-citation-regexp): New.
3268
3269 2003-02-12  Michael Shields  <shields@msrl.com>
3270
3271         * gnus-art.el (article-strip-banner): Strip both per-group and
3272         per-user-address banners.
3273         (article-really-strip-banner): New.
3274
3275 2003-02-12  Michael Shields  <shields@msrl.com>
3276
3277         * gnus-sum.el (gnus-article-goto-next-page,
3278         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
3279         relying on the summary bindings of `n' and `p'.
3280
3281 2003-02-12  Michael Shields  <shields@msrl.com>
3282
3283         * gnus-art.el (gnus-article-only-boring-p): New.
3284         (gnus-article-skip-boring): New.
3285         * gnus-cite.el (gnus-article-boring-faces): New.
3286         * gnus-sum.el (gnus-summary-next-page): Use
3287         gnus-article-only-boring-p.
3288
3289 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
3290
3291         * spam.el (spam-mark-spam-as-expired-and-move-routine)
3292         (spam-ham-move-routine): unmark all articles before marking those
3293         of interest and calling gnus-summary-move-article
3294
3295 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
3296
3297         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
3298         logically the complement of gnus-get-buffer-create and
3299         gnus-add-buffer.
3300
3301         * gnus-util.el (gnus-kill-buffer): do.
3302
3303         * nnmail.el: Autoload gnus-kill-buffer.
3304
3305 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3306
3307         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
3308         gnus-summary-goto-subject as gnus-summary-update-mark operates on
3309         the current LINE.
3310         (gnus-agent-summary-fetch-group): Minimized the number of times
3311         that the article is updated in the buffer.
3312
3313 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
3314
3315         * spam.el (spam-ham-move-routine): use the process-mark instead of
3316         gnus-current-article when moving articles
3317         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
3318
3319 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3320
3321         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
3322         (gnus-topic-catchup-articles): Ditto.
3323         (gnus-topic-mark-topic): Reverse recursive logic.
3324
3325 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
3326
3327         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
3328         gnus-refer-thread-limit is t.
3329
3330 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
3331
3332         * mm-util.el (mm-mule-charset-to-mime-charset): Use
3333         sort-coding-systems to prefer utf-8 over utf-16.
3334
3335 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3336
3337         * gnus-agent.el (gnus-agent-expire-days):
3338         gnus-request-move-article depends on gnus-agent-expire to clean up
3339         the cache after moving the article.  Therefore, g-a-e-d can NOT
3340         default to nil or can gnus-agent-expire be disabled by doing so.
3341         If you don't want to run gnus-agent-expire, don't call it.
3342         (gnus-agent-expire): The broken test to disable gnus-agent-expire
3343         when g-a-e-d was NOT nil was removed.
3344         (gnus-agent-article-name): Removed unnecessary input test as
3345         article IDs are always strings.
3346         (gnus-agent-regenerate-group): Added check to protect against
3347         servers that generate absurdly long article IDs.  Valid IDs are
3348         less than 10 digits to avoid overflow errors.  Fixed logic error
3349         when ensuring that the final article ID is present in the new
3350         alist.
3351
3352 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3353
3354         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
3355         next line after finding the parent.
3356
3357 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3358
3359         * gnus.el (gnus-version-number): Bumped.
3360
3361 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3362
3363         * gnus.el: Oort Gnus v0.15 is released.
3364
3365 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3366
3367         * nnmail.el (nnmail-split-it): If a message ends up matching the
3368           same mailbox more than once, it will cause duplicates to appear
3369           in the mailbox.
3370
3371 2003-02-08  Simon Josefsson  <jas@extundo.com>
3372
3373         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
3374         code that only worked under Emacs.
3375
3376         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
3377         Das <satyaki@chicory.stanford.edu>.
3378
3379 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
3380
3381         * gnus-art.el (gnus-article-refer-article): Use
3382         gnus-replace-in-string.
3383
3384         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
3385         (gnus-remove-duplicates): do.
3386
3387 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3388
3389         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
3390         (gnus-request-scan): set
3391         gnus-internal-registry-spool-current-method to gnus-command-method
3392         before a request-scan operation
3393
3394         * gnus-registry.el (regtest-nnmail): use
3395         gnus-internal-registry-spool-current-method
3396
3397 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3398
3399         * mail-source.el (mail-source-fetch): Typo fix.
3400
3401 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3402
3403         * nnmail.el (nnmail-spool-hook): new hook
3404         (nnmail-cache-insert): call nnmail-spool-hook
3405
3406         * gnus-registry.el: new file with examples of using the hooks
3407
3408         * gnus.el (gnus-registry): added registry customization group
3409         (gnus-group-prefixed-name): improve function to return full group
3410         name optionally
3411         (gnus-group-guess-prefixed-name): shortcut to
3412         gnus-group-prefixed-name, using just the group name
3413         (gnus-group-full-name): always get a group's full name
3414         (gnus-group-guess-full-name): shortcut, using just the group name
3415
3416         * gnus-sum.el (gnus-summary-article-move-hook)
3417         (gnus-summary-article-delete-hook)
3418         (gnus-summary-article-expire-hook): new hooks
3419         (gnus-summary-move-article, gnus-summary-expire-articles)
3420         (gnus-summary-delete-article): invoke the new hooks
3421
3422 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
3423
3424         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
3425         from message-ID
3426
3427 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
3428
3429         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
3430
3431 2003-02-07  John Paul Wallington  <jpw@gnu.org>
3432
3433         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
3434         (mm-write-region, mm-detect-coding-region): Doc fixes.
3435
3436 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3437
3438         * mail-source.el (mail-source-fetch): Ignore errors.
3439         (mail-source-ignore-errors): New variable.
3440
3441         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
3442         articles.
3443
3444         * gnus-msg.el (gnus-version-expose-system): Change default.
3445
3446 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
3447
3448         * gnus-msg.el (gnus-version-expose-system): New variable.
3449
3450 2003-02-07  Simon Josefsson  <jas@extundo.com>
3451
3452         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
3453         patch from deskpot@myrealbox.com (Vasily Korytov).
3454
3455 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456
3457         * gnus-art.el (article-display-face): Get the Face header from
3458         the current buffer.
3459
3460 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * gnus-art.el (gnus-mime-view-part-internally): Bind
3463         buffer-read-only to nil.
3464
3465 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
3468         from g-a-e-1 to g-a-e-2.
3469
3470 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
3471
3472         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
3473         of bbdb-search-simple, use spam-use-BBDB-exclusive
3474         (spam-check-whitelist): use spam-use-whitelist-exclusive
3475         (spam-use-whitelist-exclusive): new variable affecting
3476         spam-use-whitelist
3477         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
3478
3479 2003-02-05  Simon Josefsson  <jas@extundo.com>
3480
3481         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
3482         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
3483         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
3484         (gnus-agent-expire-1): New.
3485         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
3486         (gnus-agent-expire-2): New.
3487
3488 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
3489
3490         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
3491         "delete-if" is misleading because it isn't actually destructive.
3492
3493         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
3494
3495         * nnmail.el (nnmail-purge-split-history): do.
3496
3497         * gnus-win.el (gnus-get-buffer-window): do.
3498
3499         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
3500         let-binding.
3501         (gnus-simplify-all-whitespace): do.
3502
3503 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * gnus-delay.el (gnus-delay-article): Fix binding of the
3506         nndraft:delayed group.
3507
3508 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3509
3510         * gnus.el (spam group parameters): change 'other to 'const in
3511         the group parameter definitions to soothe XEmacs
3512
3513 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3514
3515         * gnus-delay.el (gnus-delay-article): Really create
3516         nndraft:delayed group if it doesn't exist.
3517
3518 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
3519
3520         * gnus-sum.el (gnus-summary-search-article): Speed up by
3521         disabling various visual features while searching.
3522         (gnus-summary-recenter): Test gnus-auto-center-summary first.
3523
3524 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
3525
3526         * spam.el (spam-list-of-checks): Don't quote nil and t in
3527         docstrings.  From the elisp manual:
3528
3529            When a documentation string refers to a Lisp symbol, write
3530            it [..] with single-quotes around it.  [..] There are two
3531            exceptions: write t and nil without single-quotes.
3532
3533         * messcompat.el (message-from-style): do.
3534
3535         * message.el (message-send-mail): do.
3536
3537         * gnus-util.el (gnus-use-byte-compile): do.
3538
3539         * gnus-score.el (gnus-score-lower-thread): do.
3540
3541         * gnus-int.el (gnus-server-unopen-status): do.
3542
3543         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
3544         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
3545
3546         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
3547         (gnus-group-parameters): do.
3548
3549         * gnus-art.el (gnus-article-mime-match-handle-function): do.
3550
3551         * mm-decode.el (mm-text-html-renderer): do.
3552
3553 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * nnheader.el (nnheader-directory-separator-character): Change the
3556         way to compute the dafault value.
3557
3558 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
3559
3560         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
3561         (gnus-button-alist): Fix regexp for describe-key.
3562         (gnus-button-handle-describe-function)
3563         (gnus-button-handle-describe-variable)
3564         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
3565         (gnus-button-handle-apropos-variable)
3566         (gnus-button-handle-apropos-documentation): Docstring fix.
3567
3568         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
3569
3570 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571
3572         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
3573         to nil.
3574
3575         * nnmail.el: Removed gnus-util autoload.
3576
3577         * gnus.el: Use gnus-prin1-to-string throughout.
3578
3579         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
3580         print-level.
3581
3582         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
3583         (gnus-treat-display-grey-xface): Removed.
3584
3585         * gnus-fun.el (gnus-grab-cam-face): New.
3586         (gnus-convert-image-to-gray-x-face): Removed.
3587         (gnus-convert-gray-x-face-to-xpm): removed.
3588         (gnus-convert-gray-x-face-region): Removed.
3589         (gnus-grab-gray-x-face): Removed.
3590
3591         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
3592
3593 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
3594
3595         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
3596         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
3597         bound.
3598
3599         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
3600
3601 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
3602
3603         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
3604         Remove -- these are bogus options which are never used.
3605
3606 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
3607
3608         * gnus-art.el (gnus-article-mode): Use summary tool bar.
3609
3610 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
3611
3612         * spam.el (spam-check-blackholes)
3613         (spam-blackhole-good-server-regex): new variable to skip some IPs
3614         when checking blackholes; use it
3615         (spam-check-bogofilter-headers)
3616         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
3617         case more X-Bogosity is used than just "Yes/No"
3618         (spam-ham-move-routine): semi-fixed, only first article is
3619         properly moved now
3620
3621 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
3622
3623         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
3624         as well.
3625
3626         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
3627
3628         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
3629
3630         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
3631
3632         * gnus-bcklg.el (gnus-backlog-shutdown): do.
3633
3634         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
3635
3636 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637
3638         * gnus-fun.el (gnus-face-encode): New function.
3639         (gnus-convert-png-to-face): Use it.
3640
3641         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
3642
3643 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
3644
3645         * mm-decode.el (mm-dissection-list): Remove.
3646         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
3647         only used in mm-remove-all-parts.
3648         (mm-remove-all-parts): Remove it, it's never called.
3649
3650 2003-01-25  Simon Josefsson  <jas@extundo.com>
3651
3652         * gnus-group.el (gnus-group-make-group): Report errors.
3653
3654         * nnimap.el (nnimap-request-create-group): Ditto.
3655
3656         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
3657
3658         * sieve.el (sieve-upload): Fix error printing.
3659
3660         * mm-encode.el (mm-qp-or-base64): Always QP iff
3661         mm-use-ultra-safe-encoding and cleartext PGP.
3662
3663         * gnus-sum.el (gnus-summary-select-article): Inhibit
3664         redisplay (mainly for secured messages).
3665
3666         * nnmail.el (nnmail-article-group): Copy body too (but don't
3667         process it).
3668
3669 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
3670
3671         * gnus-art.el (gnus-article-setup-buffer): Reset
3672         gnus-button-marker-list.
3673
3674 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3675
3676         * nntp.el (nntp-read-timeout): Default to using a second delay
3677         under Microsoft Windows.
3678
3679 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * nnheader.el (nnheader-directory-separator-character): New
3682         variable.
3683
3684 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3685
3686         * gnus-agent.el (gnus-agent-max-fetch-size)
3687         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
3688         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
3689         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
3690         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
3691         (gnus-agent-braid-nov, gnus-agent-load-alist)
3692         (gnus-agent-article-alist-save-format)
3693         (gnus-agent-read-agentview, gnus-agent-save-alist)
3694         (gnus-agent-fetch-group-1, gnus-agent-expire)
3695         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
3696         (gnus-agent-regenerate-group): Reformat to keep under eighty
3697         columns.  Reword docstrings so that first line is under eighty
3698         chars and a complete sentence.  Still need to work on the rear
3699         end of the file, in particular gnus-agent-expire.
3700
3701 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702
3703         * gnus-agent.el (gnus-agentize): Indent.
3704
3705         * gnus.el (gnus-version-number): Bumped.
3706
3707 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3708
3709         * gnus.el: Oort Gnus v0.14 is released.
3710
3711 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3712
3713         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
3714         before beginning.  Tiny patch from Mark Thomas
3715         <swoon@bellatlantic.net>.
3716
3717 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3718
3719         * spam.el (spam-check-blackholes, spam-split)
3720         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
3721         gnus-message calls to show to users what spam.el is doing
3722
3723 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
3724
3725         * gnus-msg.el (gnus-message-replysign)
3726         (gnus-message-replyencrypt): Fix typo.
3727
3728 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3729
3730         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
3731         details.
3732
3733 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3734
3735         * gnus-art.el (gnus-article-press-button): let* -> let.
3736         (gnus-mime-security-show-details): Cleaned up.
3737         (gnus-mime-security-press-button): Save excursion.
3738         (gnus-insert-mime-security-button): Clean up.
3739
3740         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
3741
3742         * gnus-async.el (gnus-async-wait-for-article): Don't use a
3743         timeout.
3744
3745         * nntp.el (nntp-accept-process-output): Removed timeout.
3746         (nntp-read-timeout): New variable.
3747         (nntp-accept-process-output): Use it.
3748
3749         * gnus-sum.el (gnus-data-find-list): Remove *.
3750
3751 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3752
3753         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
3754         introduced on 2002-01-22.
3755         (gnus-summary-first-unseen-or-unread-subject): Ditto.
3756
3757 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
3758
3759         * spam.el (spam-check-regex-headers, spam-list-of-checks)
3760         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
3761         checks of incoming mail based on simple header regexp matching
3762
3763 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
3764
3765         * gnus-sum.el (gnus-spam-mark): set to `$'
3766
3767 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3768
3769         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
3770         gnus-newsgroup-unfetched, the list of articles whose headers have
3771         not been fetched from the server.
3772
3773         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
3774         parameter as it never worked due to a bug.  Added check to prevent
3775         selection of any article in the gnus-newsgroup-unfetched list.
3776         (gnus-summary-find-prev): Added check to prevent selection of any
3777         article in the gnus-newsgroup-unfetched list.
3778         (gnus-summary-first-subject): Documented API. Modified
3779         implementation so that constraints are handled independently.
3780         Added check to prevent selection of any article in the
3781         gnus-newsgroup-unfetched list.
3782         (gnus-summary-first-unseen-subject): Updated parameters in
3783         gnus-summary-first-subject call to match new API.
3784         (gnus-summary-first-unseen-or-unread-subject): Ditto.
3785         (gnus-summary-catchup): Do not mark unfetched articles as read.
3786
3787 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
3788
3789         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
3790         make-obsolete-variable allows only two arguments in XEmacs and
3791         Emacs 20.
3792
3793         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
3794         gnus-article-hide-pgp.
3795         (gnus-summary-make-menu-bar): do.
3796
3797         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
3798         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
3799         gnus-article-hide-pgp.
3800         (article-hide-pgp): Remove.
3801         (gnus-article-hide): Remove gnus-article-hide-pgp.
3802
3803         * gnus.el: Remove gnus-article-hide-pgp
3804
3805 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806
3807         * message.el (message-required-headers): Doc fix.
3808
3809 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
3810
3811         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
3812         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
3813         option to make ifile a purely binary classifier
3814
3815 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816
3817         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
3818         (mml-secure-encrypt-pgpmime): Removed double.
3819
3820         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
3821         debugging statements.
3822
3823 2003-01-21  Andreas Fuchs  <asf@void.at>
3824
3825         * mml-sec.el (mml-sign-alist): Added pgpauto.
3826
3827 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828
3829         * gnus.el (gnus-version-number): Bumped version number.
3830
3831 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3832
3833         * gnus.el: Oort Gnus v0.13 is released.
3834
3835 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * gnus-art.el (gnus-button-url-regexp): Removed |.
3838
3839         * message.el (message-send-hook): Doc fix.
3840
3841         * gnus-win.el (gnus-buffer-configuration): Display article
3842         instead of article-copy when `reply'.
3843
3844 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
3845
3846         * gnus.el (gnus-format): Change customize group to gnus.
3847         (gnus-cache): Add link.
3848         (gnus-group-charter-alist): Fix docstring.
3849
3850 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
3851
3852         * mailcap.el (mailcap-print-command): lpr-command might be
3853         unbound in XEmacs.
3854
3855 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3856
3857         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
3858
3859         * gnus-sum.el (gnus-summary-update-article-line): Fixed
3860         calculation of net characters added for use in the gnus-data
3861         structure.
3862
3863 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3864
3865         * nnmail.el (nnmail-process-unix-mail-format): Improve error
3866         message.  Suggested by Jari Aalto.
3867
3868 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869
3870         * gnus-art.el (gnus-article-followup-with-original): Clean up.
3871         (gnus-article-reply-with-original): Ditto.
3872
3873         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
3874         read articles don't become unread.
3875
3876 2003-01-17  Simon Josefsson  <jas@extundo.com>
3877
3878         * gnus-fun.el (gnus-x-face-from-file):
3879         (gnus-face-from-file): Suggest image format in minibuffer prompt.
3880
3881         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3882         (gnus-convert-image-to-face-command): Doc fix.
3883
3884 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885
3886         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
3887
3888 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
3889
3890         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
3891         avoid encoding problems.
3892
3893         * mailcap.el (mailcap-ps-command): New variable.
3894         (mailcap-mime-data): Add print entry where applicable.  Use
3895         pdftotext on a tty.
3896
3897 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3898
3899         * gnus-sum.el (gnus-alter-header-function): Add type and group.
3900
3901 2003-01-16  Simon Josefsson  <jas@extundo.com>
3902
3903         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3904         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
3905         (gnus-face-from-file): Doc fix; don't mention image format.
3906
3907 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3908
3909         * spam.el (spam-get-article-as-filename): new function (unused for now)
3910         (spam-get-article-as-buffer): new function
3911         (spam-get-article-as-string): use spam-get-article-as-buffer
3912         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
3913
3914 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3915
3916         * gnus-agent.el: Don't use `path'.
3917         From the GNU coding standards:
3918
3919             Please do not use the term ``pathname'' that is used in Unix
3920             documentation; use ``file name'' (two words) instead.  We use
3921             the term ``path'' only for search paths, which are lists of
3922             directory names.
3923
3924         * nnsoup.el (nnsoup-file-name): Ditto.
3925
3926         * nnmail.el (nnmail-pathname-coding-system): Ditto.
3927         (nnmail-group-pathname): Ditto.
3928
3929         * nnimap.el (nnimap-group-overview-filename): Ditto.
3930
3931         * nnheader.el (nnheader-pathname-coding-system): Ditto.
3932         (nnheader-group-pathname): Ditto.
3933
3934         * nnfolder.el (nnfolder-group-pathname): Ditto.
3935
3936         * gnus.el (gnus-home-directory): Ditto.
3937
3938         * gnus-group.el (gnus-group-icon-list): Ditto.
3939
3940 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
3941
3942         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
3943
3944         * message.el (message-mode-menu): Use it.
3945         (message-mode-menu): Deactivate "Yank Original" if there's no
3946         reply buffer.
3947
3948         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
3949
3950         * message.el (message-mark-active-p): New function.
3951
3952 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
3953
3954         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
3955         (spam-bogofilter-database-directory): new variables
3956         (spam-check-bogofilter-headers, spam-check-bogofilter)
3957         (spam-bogofilter-register-with-bogofilter)
3958         (spam-bogofilter-register-spam-routine)
3959         (spam-bogofilter-register-ham-routine)
3960         (spam-group-ham-processor-bogofilter-p): new functions for the new
3961         Bogofilter interface
3962         (spam-summary-prepare-exit): use the new Bogofilter functions
3963         (spam-list-of-checks): added spam-use-bogofilter-headers
3964         (spam-bogofilter-score): rewrote function
3965         (spam-check-bogofilter): optional score parameter, uses
3966         spam-check-bogofilter-headers better
3967         (spam-check-bogofilter-headers): optional score parameter
3968
3969         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
3970         default, in the gnus-start customization group.  Used to disable
3971         the spam-*/ham-* parameters.
3972         (gnus-group-ham-exit-processor-bogofilter): new ham processor
3973
3974 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
3975
3976         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
3977         XEmacs.
3978
3979         * gnus-ems.el (gnus-mark-active-p): do.
3980
3981 2003-01-15  Kevin Ryde  <user42@zip.com.au>
3982
3983         * gnus.texi (Using MIME): Mention auto-compression-mode with
3984         gnus-mime-copy-part.
3985
3986 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987
3988         * message.el (message-send): Don't warn about duplicates when
3989         superseding.
3990
3991 2003-01-15  Simon Josefsson  <jas@extundo.com>
3992
3993         * nnimap.el (nnimap-split-download-body): New variable.
3994         (nnimap-split-articles): Use it.
3995
3996 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3997
3998         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
3999         integrity checker was incorrectly flagging, and removing, articles
4000         whose article number was negative.
4001         (gnus-agent-fetch-group-1): When executed in the group's summary
4002         buffer, refresh each downloaded line to update the status flag and
4003         font.  Preserve the value of gnus-newsgroup-headers so that
4004         gnus-agent-fetch-articles can split the requests by size.
4005         (gnus-agent-expire): Corrected day calculation for when
4006         gnus-agent-expire-days contains a list.
4007
4008 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4009
4010         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
4011
4012 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
4013
4014         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
4015           /usr/bin/play as default player.
4016           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
4017
4018 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
4021         articles to be marked as well.
4022
4023 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4024         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
4025         fictious headers generated by nnagent (ie. Undownloaded Article
4026         ####) in the list of articles that have not been downloaded.
4027
4028         * gnus-int.el (): Added require declarations to resolve
4029         compile-time warnings.
4030         (gnus-open-server): If the server status is set to offline,
4031         recursively execute gnus-open-server to open the offline backend
4032         (e.g. nnagent).
4033
4034 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
4035
4036         * gnus-art.el (gnus-article-reply-with-original): Use
4037         gnus-mark-active-p.
4038         (gnus-article-followup-with-original): do.
4039
4040 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4041
4042         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
4043
4044 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4045
4046         * gnus-score.el (gnus-score-edit-file-at-point): New function.
4047         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
4048
4049 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
4050
4051         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
4052         (gnus-face-from-file): Ditto.
4053
4054 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4055
4056         * gnus-sum.el (gnus-articles-to-read): Don't just apply
4057         gnus-alter-articles-to-read-function to the unread articles.
4058
4059 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4060
4061         * deuglify.el (gnus-article-outlook-unwrap-lines)
4062         (gnus-article-outlook-repair-attribution)
4063         (gnus-article-outlook-rearrange-citation): New function names,
4064         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
4065         doc-string.
4066
4067         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
4068         removed `W k' key binding (use `W Y f' instead).
4069         (gnus-summary-make-menu-bar): Use new function names.
4070
4071 2003-01-13  Simon Josefsson  <jas@extundo.com>
4072
4073         * gnus-fun.el (gnus-random-x-face): Doc fix.
4074         (gnus-insert-random-x-face-header): New function.
4075
4076 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
4077
4078         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
4079         mark is not active.
4080
4081         * gnus-msg.el (gnus-inews-do-gcc): Comment.
4082
4083         * gnus-ems.el (gnus-mark-active-p): New function.
4084
4085         * gnus-group.el (gnus-topic-mode-p): New function.
4086         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
4087         Deactivate items if mark is not active.
4088
4089 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * gnus.el (gnus-version-number): Bumped version.
4092         (gnus-summary-line-format): Doc fix.
4093
4094 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4095
4096         * gnus.el: Oort Gnus v0.12 is released.
4097
4098 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * mail-source.el (mail-sources): Removed autoload to make it
4101         compile under XEmacs.
4102
4103 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
4104
4105         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
4106         regexp or a function too.
4107         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
4108         confirmation even if the original article is mail.
4109
4110 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
4113         articles to be marked when not yanking.
4114
4115 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
4116
4117         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
4118
4119 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120
4121         * gnus-fun.el (gnus-face-from-file): Autoload.
4122
4123         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
4124         errors.
4125
4126 2003-01-12  Simon Josefsson  <jas@extundo.com>
4127
4128         * sieve.el (sieve-upload-and-bury): New.  Suggested by
4129         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
4130
4131         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
4132         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
4133
4134 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4135
4136         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
4137         in every string.
4138
4139         * gnus.el (gnus-version-number): Bumped version number.
4140
4141 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4142
4143         * gnus.el: Oort Gnus v0.11 is released.
4144
4145 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
4146
4147         * message.el (message-fetch-reply-field): Narrow to headers.
4148
4149         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
4150         if Gnus isn't alive.
4151
4152 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4153
4154         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
4155         marks from articles that are already stored in the agent.
4156         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
4157         backup copy of an invalid .overview file for later analysis.
4158
4159 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
4160
4161         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
4162         exit work with two frames.
4163
4164 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
4165
4166         * message.el (message-forward-make-body): Use mule4.
4167
4168 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4169
4170         * message.el (message-mode-map): Move wide-reply command.
4171
4172 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
4173
4174         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
4175         castellano.
4176         (gnus-outlook-display-hook): New variable.
4177         (gnus-outlook-display-article-buffer): New function.
4178         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
4179         (gnus-outlook-deuglify-article): Made them interactive and added
4180         optional arg.  Use `g-o-d-a-b'.
4181         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
4182
4183         * gnus-sum.el: Added autoloads.
4184         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
4185         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
4186
4187 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * gnus-art.el (gnus-display-mime): Use the mime emulation
4190         variable.
4191
4192         * gnus-sum.el (gnus-article-emulate-mime): New variable.
4193
4194         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
4195         newsrc-alist is initialized properly.
4196
4197         * mail-source.el (mail-sources): Autoload.
4198
4199         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
4200         nil.
4201
4202         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
4203         insert two newlines.
4204
4205         * message.el (message-check-news-header-syntax): Compute the
4206         header length correctly.
4207
4208 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4209
4210         * gnus-agent.el (gnus-agent-expire): Do not remove article from
4211         alist when keeping fetched article file.
4212         (gnus-agent-retrieve-headers): When parsing response for article
4213         numbers, use the same algorithm as gnus-agent-braid-nov to protect
4214         against garbage in the server's response.
4215
4216         * gnus-int.el (gnus-request-expire-articles,
4217         gnus-request-move-article): Only expire when the group's server
4218         has been agentized.
4219
4220 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221
4222         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
4223         errors when deleting overlays.
4224
4225         * gnus-score.el (gnus-score-followup): Allow tracing.
4226
4227         * gnus-art.el (gnus-treat-display-face): New variable.
4228         (article-display-face): New command.
4229
4230         * gnus-fun.el (gnus-face-from-file): New function.
4231         (gnus-convert-face-to-png): Ditto.
4232
4233         * gnus-art.el (gnus-ignored-headers): Added Face.
4234
4235 2003-01-10  Simon Josefsson  <jas@extundo.com>
4236
4237         * nndraft.el (nndraft-request-group): Avoid crash in
4238         directory-files when draft directory doesn't exists.
4239
4240         * gnus-sum.el (gnus-select-article-hook): Add :option.
4241
4242 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4243
4244         * spam.el (spam-use-stat): new variable
4245         (spam-group-spam-processor-stat-p)
4246         (spam-group-ham-processor-stat-p): new convenience functions
4247         (spam-summary-prepare-exit): add spam/ham processors to sequence
4248         (spam-list-of-checks): add spam-use-stat to list of checks
4249         (spam-split): conditionally load the spam-stat tables
4250         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
4251         spam-check-ifile): new functions
4252
4253         * spam-stat.el (spam-stat): typo fix
4254         (spam-stat-install-hooks): new variable
4255         (spam-stat-split-fancy-spam-group): added documentation clarification
4256         (spam-stat-split-fancy-spam-threshhold): new variable
4257         (spam-stat-install-hooks): make hooks conditional
4258         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
4259
4260         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
4261         spam-stat ham/spam processor symbols
4262
4263 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264
4265         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
4266         file exists.
4267
4268 2003-01-10  Simon Josefsson  <jas@extundo.com>
4269
4270         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
4271         undownloaded/downloadable only when unplugged.
4272
4273 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
4274
4275         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
4276
4277 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4278
4279         * spam.el (spam-check-ifile): fixed call-process-region to use the
4280         db parameter only if it's set
4281         (spam-ifile-register-with-ifile): ditto
4282
4283 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
4284
4285         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
4286         spam-stat-nbad before creating the hash table.
4287         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
4288         Changed copyright statement to FSF.
4289
4290 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4291
4292         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
4293         processable articles as read.
4294         (gnus-agent-summary-fetch-series): Remove processable and
4295         downloadable marks on all downloaded articles in the series.
4296
4297         * nntp.el (nntp-report): Throw error after reporting the problem.
4298         (nntp-accept-process-output): Corrected error check to report an
4299         error when the process is nil.
4300
4301 2003-01-09  Simon Josefsson  <jas@extundo.com>
4302
4303         * message.el (message-tool-bar-map): Add preview.
4304
4305 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
4306
4307         * mml.el (mml-preview): Get rid of MIME handles and buffers after
4308         previewing.
4309
4310 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
4311
4312         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
4313         bug when the (n+1)th article to be added to a group has a smaller
4314         number than the n articles already added.
4315
4316 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
4317
4318         * message.el (message-mode-field-menu): Use backquote.
4319
4320 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
4321
4322         * spam.el: fixed the BBDB autoloads again, using
4323         bbdb-search-simple now (which is not a macro, thank god)
4324
4325         * lpath.el (bbdb-search): removed function from maybe-fbind list
4326
4327         * gnus.el (ham-process-destination): added new parameter for
4328         destination of ham articles found in spam groups at summary exit
4329
4330         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
4331         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
4332         (spam-ifile-database-path): added new parameter for ifile's database
4333         (spam-move-spam-nonspam-groups-only): new parameter to determine
4334         if spam should be moved from all groups or only some
4335         (spam-summary-prepare-exit): fixed logic to use
4336         spam-move-spam-nonspam-groups-only when deciding to invoke
4337         spam-mark-spam-as-expired-and-move-routine; always invoke that
4338         routine after the spam has been expired-or-moved in case there's
4339         some spam left over; use spam-ham-move-routine in spam groups
4340         (spam-ham-move-routine): new function to move ham articles to the
4341         ham-process-destinations group parameter
4342
4343 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344
4345         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
4346
4347         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
4348         gnus-summary-update-article-line.
4349
4350 2003-01-08  Simon Josefsson  <jas@extundo.com>
4351
4352         * nnmail.el (nnmail-expiry-target-group): Request group, create it
4353         not successful.
4354
4355 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
4358
4359 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4360
4361         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
4362         logic, finally
4363
4364 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4365
4366         * gnus-spec.el (gnus-parse-format): %C is a complex format.
4367         (gnus-parse-format): Change to %~.
4368
4369         * message.el (message-generate-headers): Don't generate optional
4370         empty headers.
4371
4372 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4373
4374         * message.el (message-cross-post-default)
4375         (message-cross-post-note-function, message-shoot-gnksa-feet)
4376         (message-strip-subject-trailing-was, message-change-subject)
4377         (message-mark-insert-file, message-cross-post-followup-to)
4378         (message-cross-post-followup-to, message-mode-map)
4379         (message-generate-unsubscribed-mail-followup-to)
4380         (message-make-mail-followup-to): Minor changes to doc-strings and
4381         error messages.  Updated copyright line.
4382
4383         * message.el (message-make-mail-followup-to,
4384         message-generate-unsubscribed-mail-followup-to): New function
4385         names.  Renamed functions: "-mft" -> "-mail-followup-to".
4386         (message-make-mft, message-gen-unsubscribed-mft): Removed function
4387         names.
4388
4389         * mml.el (mml-preview-insert-mail-followup-to): New function name.
4390         (mml-preview-insert-mft): Removed function name.
4391         (mml-preview): Use new function names.
4392
4393         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
4394
4395         * message.el (message-mode-field-menu): Moved header related
4396         commands from "Message" to "Field" menu.
4397
4398 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4399
4400         * message.el (message-generate-headers-first): Added customization
4401         if variable is a list.
4402
4403 2003-01-07  Michael Shields  <shields@msrl.com>
4404
4405         * gnus-art.el (gnus-article-next-page): Correctly handle the case
4406         where the last line of the article is the last line of the window.
4407
4408 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4409
4410         * gnus-msg.el (gnus-debug): Use ignore-errors.
4411
4412         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
4413         `gnus-summary-update-line'.
4414
4415 2003-01-08  Simon Josefsson  <jas@extundo.com>
4416
4417         * gnus-art.el (gnus-unbuttonized-mime-types)
4418         (gnus-buttonized-mime-types): Doc fix.
4419
4420 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
4421
4422         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
4423
4424 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4425
4426         * nnrss.el (nnrss-group-alist): Add and clear up.
4427
4428 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4429
4430         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
4431
4432         * lpath.el (bbdb-search): added BBDB functions for a better way to
4433         fix missing functions
4434
4435         * spam.el (spam-check-ifile): if should be an unless
4436
4437         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
4438         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
4439         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
4440
4441 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442
4443         * gnus-sum.el (gnus-summary-make-menu-bar): Added
4444         gnus-summary-refer-thread to thread menu.
4445
4446 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4447
4448         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
4449         summary buffer, articles that cannot be fetched are marked as
4450         canceled.
4451
4452         * nntp.el (nntp-with-open-group): The quit signal handler must
4453         propagate the quit signal to the next outer handler so that the
4454         caller knows that the request aborted abnormally.
4455
4456 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4457
4458         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
4459         (spam-ifile-register-spam-routine)
4460         (spam-ifile-register-ham-routine): added ifile functionality that
4461         does not use ifile-gnus.el to classify and register articles
4462         (spam-get-article-as-string): convenience function
4463         (spam-summary-prepare-exit): added ifile spam and ham registration
4464         (spam-ifile-all-categories, spam-ifile-spam-category)
4465         (spam-ifile-path, spam-ifile): added customization options
4466
4467         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
4468         exit processor
4469         (spam-process): added gnus-group-ham-exit-processor-ifile to the
4470         list of choices
4471
4472 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * gnus-score.el (gnus-score-followup): Also score immediate
4475         followups.
4476
4477 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4478
4479         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
4480
4481 2003-01-07  Simon Josefsson  <jas@extundo.com>
4482
4483         * message.el (message-mode-menu): Fix receipt balloon help.
4484
4485 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
4486
4487         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
4488         always be interpreted as news.
4489
4490 2003-01-07  Simon Josefsson  <jas@extundo.com>
4491
4492         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
4493         gnus-sieve-script, instead of the global variable
4494         gnus-sieve-crosspost.  One-line patch from Steinar Bang
4495         <sb@dod.no>.
4496
4497 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4498
4499         * gnus.el: Renamed gnus-summary-*-uncached-face as
4500         gnus-summary-*-undownloaded-face to avoid confusing the agent with
4501         the cache.
4502
4503         * gnus-sum.el: Ditto.
4504
4505 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4506
4507         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
4508         in either the group or summary buffer.
4509         New command "JS", in summary buffer, will fetch articles per the
4510         group's category, predicate, and processable flags.
4511         (gnus-agent-summary-fetch-series): Rewritten to call
4512         gnus-agent-session-fetch-group once with all articles in the
4513         series.
4514         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
4515         return list of fetched articles.
4516         (gnus-agent-fetch-articles): Split fetch list into sublists such
4517         that the article buffer is only slightly larger than
4518         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
4519         the group's article alist is saved.
4520         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
4521         longer result in the agent trying to fetch an article.
4522         (gnus-agent-fetch-group-1): Can now be called in either the group
4523         or summary buffer.  Removed the max-fetch-size code that I added
4524         on 2002-12-13 as that capability is now part of
4525         gnus-agent-fetch-articles.  Added code to update summary buffer.
4526         When called in the group buffer, articles that can not be fetched
4527         are AUTOMATICALLY MARKED AS READ.
4528
4529         * gnus-sum.el (): Modified eval-when-compile to minimize
4530         misleading compilation warnings.
4531         (gnus-update-summary-mark-positions): Changed code to use
4532         gnus-undownloaded-mark rather than gnus-downloaded-mark.
4533
4534         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
4535         empty file as the parser assumes that the file isn't empty.
4536
4537         * nntp.el (nntp-send-string): The process-send-string call can,
4538         because it performs I/O on the process, change the process' state
4539         from open to closed.  If this happens, call nntp-report
4540         immediately to report the broken connection.
4541         (nntp-report): Rewritten to avoid needing a global variable to
4542         determine the appropriate course of action.  Instead, two function
4543         implementations are provided and the nntp-report function value is
4544         bound to the appropriate implementation.
4545         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
4546         (nntp-with-open-group): Now binds nntp-report's function cell
4547         rather than binding gnus-with-open-group-first-pass.  Added a
4548         condition-case to detect a quit during a nntp command.  When the
4549         quit occurs, the current connection is closed as a fetch articles
4550         request could have several megabytes queued up for reading.
4551         (nntp-retrieve-headers): Bind articles to itself.  If
4552         nntp-with-open-group repeats this command, I must have access to
4553         the original list of articles.
4554         (nntp-retrieve-groups): Ditto for groups.
4555         (nntp-retrieve-articles): Ditto for articles.
4556         (*): Replaced nntp-possibly-change-group calls to
4557         nntp-with-open-group forms in all, but one, occurrance.
4558         (nntp-accept-process-output): Bug fix. Detect when called with
4559         null process.
4560
4561 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
4562
4563         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
4564         if we don't need to.
4565         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
4566
4567 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4568
4569         * gnus-group.el (gnus-group-make-web-group): Pass the select
4570         method on to group-create.
4571         (gnus-group-line-format-alist): %U is an integer.
4572
4573         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
4574         ephemeral groups.
4575         (gnus-summary-read-group-1): Ditto.
4576         (gnus-group-make-articles-read): Ditto.
4577
4578         * mm-url.el (mm-url-program): Doc fix.
4579
4580         * message.el (message-mode-map): Rebound
4581         message-insert-wide-reply.
4582
4583 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
4586         color as `gnus-group-startup-message' does.
4587
4588 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
4589
4590         * spam.el: fixed line lengths to 80 chars or less
4591
4592         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
4593         "not-read" mark
4594         (gnus-summary-mark-forward): added the spam-mark to the list of
4595         marks not to be marked as "read" when viewed
4596
4597 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4598
4599         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
4600
4601         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
4602         Protect against unactive groups.
4603
4604         * message.el (message-check-news-header-syntax): Check long
4605         header lines.
4606         (message-check-news-header-syntax): Update `start'.
4607
4608         * gnus-group.el (gnus-group-expire-articles): Doc fix.
4609         (gnus-group-line-format): %U.
4610         (gnus-group-line-format-alist): ?U.
4611         (gnus-number-of-unseen-articles-in-group): New function.
4612
4613         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
4614
4615         * gnus.el (gnus-version-number): Bump version number.
4616
4617 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4618
4619         * gnus.el: Oort Gnus v0.10 is released.
4620
4621 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4622
4623         * gnus.el (gnus-version-number): Fix version number.
4624
4625 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4626
4627         * gnus.el: Oort Gnus v0.08 is released.
4628
4629 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
4630
4631         * mm-util.el: Add mm-string-make-unibyte.
4632
4633         * gnus-group.el (gnus-group-jump-to-group): Make it work for
4634         UTF-8 groups.
4635
4636 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637
4638         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
4639
4640         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
4641
4642 2003-01-04  Kevin Ryde  <user42@zip.com.au>
4643
4644         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
4645         function.
4646
4647 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4648
4649         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
4650         (gnus-summary-read-group-1): Update group line.
4651         (gnus-summary-exit-no-update): Update group on exit.
4652
4653         * gnus-group.el (gnus-group-line-format): Add %*.
4654         (gnus-group-line-format-alist): Ditto.
4655         (gnus-group-insert-group-line): Set it.
4656         (gnus-group-is-exiting-p): New variable.
4657         (gnus-group-insert-group-line): Use it.
4658
4659 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
4660
4661         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
4662         enable BBDB ham processing
4663         (spam-blacklist-register-routine): enable blacklist spam processing
4664         (spam-whitelist-register-routine): enable whitelist ham processing
4665         (spam-fetch-field-from-fast): fast fetching of the "from" field
4666         from (gnus-data-list)
4667         (spam-summary-prepare-exit): works completely now
4668         (spam-use-blacklist): oops, should be nil by default
4669         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
4670         split processing now; before it was for summary exit as
4671         well but that's done with the spam-contents and spam-process
4672         parameters now
4673
4674 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
4675
4676         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
4677         characters.
4678
4679 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
4680
4681         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
4682         (spam-group-processor-p, spam-group-processor-bogofilter-p)
4683         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
4684         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
4685         (spam-mark-spam-as-expired-and-move-routine)
4686         (spam-generic-register-routine, spam-BBDB-register-routine)
4687         (spam-ifile-register-routine, spam-blacklist-register-routine)
4688         (spam-whitelist-register-routine): new functions
4689         (spam-summary-prepare-exit): added summary exit processing (expire
4690         or move) of spam-marked articles for spam groups; added slots for
4691         all the spam-*-register-routine functions
4692
4693 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4694
4695         * pop3.el (pop3-retr): Wait 500 msecs.
4696         (pop3-read-response): Ditto.
4697
4698         * gnus-msg.el (gnus-setup-message): Get the evaliation order
4699         right.
4700         (gnus-inews-make-draft): New function.
4701         (gnus-setup-message): Use it.
4702
4703         * message.el (message-required-headers): Add From.
4704
4705 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4706         Trivial patch from Norbert Koch <nk@viteno.net>.
4707
4708         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
4709
4710 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4711
4712         * message.el (message-generate-headers): Let header formatters do
4713         their work.
4714
4715 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
4716
4717         * deuglify.el (gnus-article-outlook-deuglify-article):
4718         Rehighlight, reapply treatments and call
4719         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
4720         (gnus-outlook-repair-attribution-block): Recognize cited
4721         attributions.  Suggested by Niklas Morberg.
4722
4723 2003-01-02  Pete Kazmier  <pete@kazmier.com>
4724
4725         * gnus-art.el (gnus-treat-predicate): Check condition first.
4726
4727 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
4728
4729         * lpath.el: Add url-http-file-exists-p.
4730
4731         * gnus-group.el (gnus-group-fetch-charter): Use
4732         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
4733
4734 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4735
4736         * message.el (message-draft-headers): Also generate From to get a
4737         nicer draft buffer summary.
4738
4739         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
4740         parameter.
4741
4742         * gnus-art.el (article-wash-html): Clean up.
4743         (article-wash-html): Typo fix.
4744
4745         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
4746         (gnus-summary-mail-forward): To many lists of lists.
4747
4748         * gnus-art.el (article-wash-html): Clean up.
4749
4750 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
4751
4752         * gnus-art.el (gnus-treat-wash-html): New variable.
4753
4754 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4755
4756         * message.el (message-check-news-header-syntax): Allow posting.
4757         (message-check-news-header-syntax): Fix logic for sure, this
4758         time.
4759
4760 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
4761
4762         * message.el (message-check-news-header-syntax): Check syntax of
4763         continuation headers.
4764
4765 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
4766
4767         * gnus-art.el (gnus-button-url-regexp,
4768         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
4769         (gnus-header-button-alist): Regexps are case insensitive here.
4770
4771 2003-01-02  Simon Josefsson  <jas@extundo.com>
4772
4773         * dig.el (query-dig): Doc fix.
4774
4775 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4776
4777         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
4778         summary buffer line, not just the download mark.
4779
4780 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4781
4782         * gnus-sum.el (gnus-summary-goto-subjects): New function.
4783         (gnus-summary-insert-dormant-articles): New command and
4784         keystroke.
4785
4786         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
4787         function for mass insertion of subjects.
4788
4789         * nndraft.el (nndraft-generate-headers): Don't move point.
4790
4791         * gnus.el (nnheader): Require nnheader.
4792
4793         * nndraft.el (nndraft-request-associate-buffer): Use
4794         make-local-variable.
4795
4796 2003-01-02  Michael Shields  <shields@msrl.com>
4797
4798         * nndraft.el (nndraft-request-associate-buffer): Make
4799         write-contents-hooks buffer-local before setting it.
4800
4801 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802
4803         * gnus.el (gnus-group-parameter-value): Take an extra param.
4804         (gnus-group-fast-parameter): Let group param results be nil.
4805
4806         * gnus-art.el (gnus-article-forward-header): New function.
4807         (article-date-ut): Use it to remove continuation date headers.
4808
4809         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
4810         read-event.
4811         (gnus-summary-remove-bookmark): Clean up.
4812         (gnus-summary-set-bookmark): Clean up.
4813
4814         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
4815
4816         * gnus.el (gnus-group-startup-message): Bind data-directory to
4817         the Gnus etc directory.
4818
4819 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
4820
4821         * spam.el (spam-summary-prepare-exit): added slots for spam- and
4822         ham-processing of articles; use the new
4823         spam-group-(spam|ham)-contents-p functions
4824         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
4825         convenience functions
4826         (spam-mark-junk-as-spam-routine): use the new
4827         spam-group-spam-contents-p function
4828
4829         * gnus.el (spam-process, spam-contents, spam-process-destination):
4830         added new parameters with corresponding global variables
4831         (gnus-group-spam-exit-processor-ifile,
4832         gnus-group-spam-exit-processor-bogofilter,
4833         gnus-group-spam-exit-processor-blacklist,
4834         gnus-group-spam-exit-processor-whitelist,
4835         gnus-group-spam-exit-processor-BBDB,
4836         gnus-group-spam-classification-spam,
4837         gnus-group-spam-classification-ham): added new symbols for the
4838         spam-process and spam-contents parameters
4839
4840         * spam.el (spam-ham-marks, spam-spam-marks): changed list
4841         customization and list itself to store mark symbol rather than
4842         mark character.
4843         (spam-bogofilter-register-routine): added logic to generate mark
4844         values list from spam-ham-marks and spam-spam-marks, so (member)
4845         would work.
4846
4847 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * message.el (message-cross-post-followup-to): Fix comment.
4850
4851 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
4852
4853         * spam.el (spam-ham-marks, spam-spam-marks): changed list
4854         customization and list itself to store mark symbol rather than
4855         mark character.
4856         (spam-bogofilter-register-routine): added logic to generate mark
4857         values list from spam-ham-marks and spam-spam-marks, so (member)
4858         would work.
4859
4860 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
4861
4862         * message.el (message-signature-insert-empty-line): New variable.
4863
4864 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4865
4866         * message.el: Renamed functions and variables: "xpost" ->
4867         "cross-post", "-fup2" -> "-followup-to".
4868         (message-cross-post-old-target, message-cross-post-default,
4869         message-cross-post-note, message-followup-to-note,
4870         message-cross-post-note-function): New variables names.
4871         (message-xpost-old-target, message-xpost-default,
4872         message-xpost-note, message-fup2-note,
4873         message-xpost-note-function): Removed variable names.
4874         (message-cross-post-followup-to-header,
4875         message-cross-post-insert-note, message-cross-post-followup-to):
4876         New function names.
4877         (message-xpost-fup2-header, message-xpost-insert-note,
4878         message-xpost-fup2): Removed function names.
4879
4880 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4881
4882         * message.el (message-send-mail): Added message-cleanup-headers to
4883         prevent newlines in headers.
4884
4885 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4886
4887         * dns.el (dns-make-network-process): Comment.
4888
4889         * gnus-sum.el (gnus-summary-display-while-building): Default to
4890         nil.
4891
4892 2003-01-01  Wes Hardaker  <wes@hardakers.net>
4893
4894         * gnus-sum.el (gnus-summary-display-while-building): New
4895         variable.
4896
4897 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
4898
4899         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
4900         before rearranging the article.
4901
4902 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4903
4904         * nndraft.el (nndraft-generate-headers): New function.
4905         (nndraft-request-associate-buffer): Use it to write headers on
4906         buffer save.
4907
4908         * message.el (message-generate-headers): Let the function be a
4909         lambda form.
4910         (message-draft-headers): New variable.
4911
4912         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
4913         function.
4914         (gnus-setup-message): Use it.
4915
4916         * message.el (message-generate-headers-first): Doc fix.
4917         (message-setup-1): Use new function for getting which headers to
4918         generate.
4919         (message-headers-to-generate): New function.
4920
4921 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4922
4923         * gnus-agent.el (gnus-agent-save-alist): Make directory.
4924
4925 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
4926
4927         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
4928         mention negatives.
4929
4930 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
4931
4932         * deuglify.el (gnus-outlook-rearrange-article): Use
4933         `transpose-regions' instead of tempering the kill-ring.
4934         (gnus-article-outlook-deuglify-article): Rehighlight article
4935         instead of a complete redisplay.
4936
4937 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
4938
4939         * spam.el: most defvars are defcustoms now
4940
4941         patches from Michael Shields  <shields@msrl.com>
4942
4943         * spam.el (spam-bogofilter-articles): Select the article
4944         body using gnus-summary-show-article t instead of
4945         gnus-summary-select-article; this presents the raw text
4946         without running any hooks.
4947
4948         * spam.el (spam-bogofilter-articles): Use message-remove-header
4949         to remove headers; the old way incorrectly removed just the first
4950         line of folded headers.
4951
4952 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
4955
4956 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4957
4958         * gnus-start.el (gnus-load): New function.
4959         (gnus-read-newsrc-el-file): Use it.
4960
4961 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4962
4963         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
4964         (gnus-button-handle-apropos-documentation): New function.
4965         (gnus-button-handle-ctan): New function.
4966         (gnus-button-alist): Use them.  Improve some regexps.
4967         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
4968
4969 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4970
4971         * message.el (message-subscribed-p): New function.
4972         (message-send-mail): Use it.
4973         * mml.el (mml-preview-insert-mft): New function.
4974         (mml-preview): Use it.
4975
4976 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4977
4978         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
4979         when sorting by date.
4980
4981         * gnus-art.el (gnus-article-edit-mode): New variable.
4982         (gnus-article-setup-buffer): Warn user about discarding edits.
4983
4984         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
4985         (gnus-summary-pipe-output): Take a symbolic prefix to save all
4986         headers.
4987
4988         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
4989
4990 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4991
4992         * message.el (message-completion-alist): Added "Mail-Followup-To"
4993         and "Mail-Copies-To".
4994
4995 2002-07-21  Jesper harder  <harder@ifa.au.dk>
4996
4997         * gnus-group.el: Add key bindings for
4998         gnus-group-sort-groups-by-real-name and
4999         gnus-group-sort-selected-groups-by-real-name.
5000
5001 2002-07-21  Jesper harder  <harder@ifa.au.dk>
5002
5003         * gnus.texi (Sorting Groups): Add key bindings for
5004         gnus-group-sort-groups-by-real-name and
5005         gnus-group-sort-selected-groups-by-real-name.
5006
5007 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
5008
5009         * spam.el (spam-use-dig): new variable for blackhole checking
5010         through dig.el
5011         (spam-check-blackholes): added dig.el checking functionality and
5012         more verbose reporting; query-dig is autoloaded from dig.el
5013         (spam-use-blackholes): disabled by default
5014         (spam-blackhole-servers): removed rbl.maps.vix.com from the
5015         blackhole servers list
5016
5017 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5018
5019         * message.el (message-required-headers): New variable.
5020
5021 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
5022
5023         * dig.el (query-dig): new function
5024
5025 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5026
5027         * flow-fill.el (fill-flowed): Don't infloop on too long fill
5028         prefixes.
5029
5030         * dns.el (query-dns): Protect against errors.
5031
5032         * gnus-msg.el (gnus-article-yanked-articles): New variable.
5033         (gnus-inews-add-send-actions): Mark all answered messages as
5034         answered.
5035
5036 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
5037
5038         * nnmail.el (nnmail-split-it): Added tracing to
5039         `:' split rule
5040
5041 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
5042
5043         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
5044         and "%s" so we don't overquote them.
5045
5046 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
5047
5048         * (mm-display-external): Display the actual command that has been
5049         executed in the echo area.
5050
5051 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052
5053         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
5054
5055         * message.el (message-with-reply-buffer): New macro.
5056         (message-fetch-reply-field): Use it.
5057         (message-insert-wide-reply): New command and keystroke.
5058         (message-carefully-insert-headers): New function.
5059         (message-insert-to): Use new function.
5060
5061         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
5062         (gnus-topic-goto-missing-group): Use it.
5063
5064         * message.el (message-required-news-headers): Removed Lines.
5065         (message-reply): Don't insert References first.
5066         (message-followup): Ditto.
5067         (message-make-references): New function.
5068         (message-followup): Set message-reply-headers before generating
5069         the buffer stuff.
5070
5071 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
5072
5073         * mml.el (mml-generate-mime-1): Reverse the order of
5074         encoding/flowing.
5075
5076 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5077
5078         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
5079         after moving them.
5080
5081         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
5082         fit with newer standard format.
5083         (gnus-summary-make-false-root-always): New variable.
5084         (gnus-gather-threads-by-subject): Use it.
5085
5086         * message.el (message-get-reply-headers): Take an address list
5087         optional argument.
5088
5089 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * gnus.el (gnus-keep-backlog): Change default to 20.
5092
5093         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
5094         start.
5095         (gnus-agent-check-overview-buffer): Remove negative article
5096         numbers.
5097
5098         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
5099         (nnmail-cache-ignore-groups): Doc fix.
5100
5101         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
5102         (nnimap-debug-buffer): New variable.
5103         (nnimap-debug): Use it.
5104
5105 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
5106
5107         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
5108
5109 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5110
5111         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
5112         they aren't already sorted.
5113
5114 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
5115
5116         * message.el (message-mode-menu): Add ellipses to menu items
5117         expecting user interaction.
5118         (message-mode-field-menu): do.
5119
5120 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
5121
5122         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
5123         it isn't used any more.
5124
5125 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
5126
5127         * binhex.el (binhex-decoder-program): Fix docstring.
5128
5129 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5130
5131         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
5132         special chars if the mailcap file uses single quotes around %s.
5133         From Laurent Martelli <laurent@bearteam.org>.
5134
5135 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
5136
5137         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
5138         return the info object.
5139
5140 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
5141
5142         * gnus-int.el (gnus-request-update-info): Artificially add
5143         (1 . (1- min)) to the read range, in case the backend doesn't
5144         store marks for nonexistent articles.
5145
5146 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * binhex.el (binhex-insert-char): Eval-and-compile.
5149
5150 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
5151
5152         * lpath.el: Add tool-bar-local-item-from-menu.
5153
5154         * message.el (message-tool-bar-local-item-from-menu): New function.
5155         (message-tool-bar-map): Use it.
5156
5157 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
5158
5159         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
5160
5161         * gnus-art.el (gnus-article-header-rank): Last header in
5162         gnus-sorted-header-list should have higher rank than non-members.
5163
5164 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5165
5166         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
5167         covered methods.
5168
5169 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5170
5171         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
5172         eval-when-compile.  Suggested by Kevin Greiner.
5173
5174 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
5175
5176         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
5177         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
5178         even though no headers may have been fetched
5179         (gnus-agent-fetch-group-1, and perhaps others, require this
5180         behavior).
5181         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
5182         server buffer is constrained by gnus-agent-max-fetch-size.
5183         Multiple chunks in the same group may perform arbitrarily large
5184         updates.
5185
5186 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
5187
5188         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
5189         gnus-summary-update-download-mark to update the article in the
5190         summary.
5191
5192 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
5193
5194         * gnus.el (gnus-summary-high-uncached-face,
5195         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
5196         New faces.
5197
5198         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
5199         added this on 2002-11-23 but it just wasn't working out as
5200         intended.  The idea isn't entirely dead, three new faces
5201         gnus-summary-*-uncached-face are being added to gnus.el to provide
5202         the basis for an improved implementation.
5203         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
5204         proper file to open is lib/servers.
5205         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
5206         (i.e. removing the article from gnus-newsgroup-downloadable) will
5207         now restore the article's default mark rather than simply setting
5208         no mark.
5209         (gnus-agent-get-undownloaded-list): Corrected documentation.
5210         Added code to set new summary local variable,
5211         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
5212         a temporary list.  No longer sets gnus-newsgroup-downloadable.
5213         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
5214         up to date.  Call new gnus-summary-update-download-mark to keep
5215         summary buffer up-to-date.
5216         (gnus-agent-fetch-selected-article): Keep
5217         gnus-newsgroup-undownloaded up to date.
5218         (gnus-agent-fetch-articles): Return list of articles that were
5219         successfully fetched.
5220         (gnus-agent-check-overview-buffer): No more thingatpt.
5221         (gnus-agent-expire): No longer deletes NOV entries of unread
5222         articles.
5223         (gnus-agent-unread-articles): New function.
5224         (gnus-agent-regenerate-group): The article number must be
5225         terminated by a tab character.  Added more messages to report
5226         repairs.  Inhibit quits while writing changes so it is now safe
5227         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
5228         downloaded to 1) resolve the unbound references and 2) avoid
5229         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
5230
5231         * gnus-art.el (gnus-article-prepare): The agent
5232         downloaded/undownloaded mark is no longer stored as the article's
5233         mark.
5234
5235         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
5236         gnus-summary-highlight may use it.  Added downloaded as
5237         gnus-summary-highlight was using it.
5238
5239         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
5240         the download mark now follows Kai's +/- convention.
5241         (gnus-downloaded-mark): Added ?+ mark.
5242         (gnus-summary-highlight): Added rules to select
5243         gnus-summary-high-uncached-face,
5244         gnus-summary-normal-uncached-face, and
5245         gnus-summary-low-uncached-face.  Removed the
5246         gnus-agent-downloaded-article-face.
5247         (gnus-summary-line-format-alist): Implemented the download flag
5248         format (?O) as named in the manual.  This implementation displays
5249         either gnus-undownloaded-mark, gnus-downloaded-mark, or
5250         gnus-no-mark.
5251         (gnus-newsgroup-agentized): New local variable that identifies
5252         which groups are agentized.  While the agent is now on by default,
5253         you don't have to agentize every server that you use.
5254         (gnus-update-summary-mark-positions): Completed support for the
5255         download type of mark.
5256         (gnus-summary-insert-line): Added undownloaded to the parameters.
5257         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
5258         reference by the gnus-summary-line-format-spec.
5259
5260         * nntp.el (nntp-with-open-group): This macro handles dropped or
5261         broken connections by opening a new connection and repeating the
5262         failed command.
5263         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
5264         XOVER commands preceeding the active articles with the nov entry
5265         of the first available article.  When gnus connected to such a
5266         server, the unexpected nov entry would result in duplicate lines
5267         in the agent's overview file.  This patch fixes the duplicate
5268         lines problem and improves performance by skipping over all
5269         articles IDs that preceed the first nov entry in the server's
5270         reply.
5271
5272 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5273
5274         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
5275         (gnus-summary-highlight): Use it instead of `downloaded'.
5276         (gnus-summary-highlight-line): Ditto.
5277
5278         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
5279
5280 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5281
5282         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
5283
5284         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
5285         calls.
5286
5287         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
5288         downloaded variable if we're in an uncovered group.
5289
5290         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
5291         font to soemthing less noticeable.
5292         (gnus-agent-group-covered-p): New function.
5293
5294 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5295
5296         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
5297         Because of an unknown bug, the group buffer is saved in .overview
5298         file.
5299
5300 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5301
5302         * nntp.el (nntp-send-command): Braino in last commit.  Replace
5303         `and' with `or'.
5304
5305 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5306
5307         * nntp.el (nntp-send-command): Assume that echo does not happen
5308         when nntp-open-connection-function is nntp-open-network-stream.
5309         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
5310
5311 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5312
5313         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
5314
5315 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
5316
5317         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
5318         nntp-server-buffer if we aren't going to write to it.
5319
5320 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5321         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
5322
5323         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
5324
5325 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5326
5327         * rfc2047.el (rfc2047-decode-region): Remove newlines between
5328         decoded words.
5329
5330 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5331
5332         * gnus.el (fboundp): After loading mm-util, make sure it was the
5333         right one.
5334
5335 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5336
5337         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
5338         gnus-sum.  Made into a user option.
5339
5340         * gnus-sum.el (gnus-simplify-ignored-prefixes)
5341         (gnus-summary-mark-article-as-unread)
5342
5343 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5344
5345         * time-date.el (date-to-time): Typo.
5346
5347         * parse-time.el: Typo.
5348
5349         * nnsoup.el (nnsoup-retrieve-headers): Typo.
5350
5351         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
5352
5353         * nnimap.el:
5354         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
5355
5356         * mm-encode.el (mm-safer-encoding): Typo.
5357
5358         * messcompat.el: Typo.
5359
5360         * message.el (message-face-alist): Typo.
5361
5362         * imap.el (imap-interactive-login, imap-open): Typos.
5363
5364         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
5365
5366         * gnus.el: Typo.
5367
5368         * gnus-win.el (gnus-configure-frame): Typo.
5369
5370         * gnus-util.el (gnus-atomic-progn-assign): Typo.
5371
5372         * gnus-topic.el (gnus-topic-sort-topics): Typo.
5373
5374         * gnus-sum.el (gnus-summary-article-number)
5375         (gnus-summary-read-group-1, gnus-summary-mark-article)
5376         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
5377
5378         * gnus-mule.el (gnus-mule-add-group): Typo.
5379
5380         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
5381
5382         * gnus-group.el (gnus-group-fetch-faq): Typo.
5383
5384         * gnus-art.el (gnus-decode-header-methods): Typo.
5385
5386         * flow-fill.el: Typo.
5387
5388 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
5389
5390         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
5391
5392 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5393
5394         * gnus-sum.el (gnus-simplify-ignored-prefixes)
5395         (gnus-summary-mark-article-as-unread)
5396         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
5397         Reformatting to avoid long lines.
5398         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
5399
5400 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
5401
5402         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
5403         be accessed through `mail-header-number'.
5404
5405 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5406
5407         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
5408         compressed range to gnus-summary-insert-articles.
5409
5410 2002-11-26  Kevin Ryde <user42@zip.com.au>
5411
5412         * gnus-art.el (gnus-mime-copy-part): Look for filename
5413         parameter under content-disposition, not content-type.
5414
5415         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
5416         (gnus-summary-reselect-current-group): Use it.
5417
5418 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5419
5420         * gnus-agent.el (gnus-agent-uncached-articles): if
5421         gnus-agent-load-alist fails, return ARTICLES.
5422
5423         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
5424
5425 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5426
5427         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
5428         superfluous function call.
5429         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
5430         Add warning to docstring.
5431
5432 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * gnus-agent.el: Autoload number-at-point instead.
5435         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
5436
5437 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5438
5439         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
5440         require thingatpt (for number-at-point) and protect against
5441         deactivate-mark being unbound (on XEmacs).
5442
5443 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5444
5445         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
5446         print message on entry.
5447
5448         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
5449
5450         * gnus-range.el (gnus-range-difference): New function.
5451         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
5452
5453 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5454
5455         * gnus-sum.el (gnus-summary-insert-old-articles): Use
5456         gnus-remove-from-range instead of gnus-range-difference which
5457         doesn't exist.
5458
5459 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5460         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
5461
5462         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
5463         used for showing which articles have been downloaded.
5464         (gnus-agent-article-alist): Format change.  Add documentation.
5465         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
5466         process-marked articles.
5467         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
5468         in the series are individually fetched to minimize lose of
5469         content due to an error/quit.
5470         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
5471         gnus-message instead of message.
5472         (gnus-agent-read-servers): Use file lib/methods instead of
5473         lib/servers.  TODO: Why?
5474         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
5475         (gnus-agent-get-undownloaded-list): Remove articles that appear to
5476         come from the agent.  This means that they are not downloaded.
5477         (gnus-agent-fetch-selected-article): Don't use history.
5478         (gnus-agent-save-history, gnus-agent-enter-history)
5479         (gnus-agent-article-in-history-p, gnus-agent-history-path):
5480         Removed function; history is not used anymore.
5481         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
5482         (gnus-agent-crosspost): Started rewrite then realized that a typo
5483         in gnus-agent-fetch-articles ensures that this function is never
5484         called.  This will need to be fixed later.
5485         (gnus-agent-check-overview-buffer): Some sanity checks on the
5486         agent overview buffer.  This is a safety net used during
5487         development.
5488         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
5489         changed, write a number to the file indicating this.
5490         (gnus-agent-fetch-headers): Rewrite to respect
5491         gnus-agent-consider-all-articles without relying on the
5492         `.fetched' files.  Make it fast.
5493         (gnus-agent-braid-nov): Change resulting from
5494         gnus-agent-fetch-headers change.
5495         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
5496         `.fetched' files.
5497         (gnus-agent-read-agentview): New function, used by
5498         gnus-agent-load-alist.
5499         (gnus-agent-load-fetched-headers): Remove.
5500         (gnus-agent-save-alist): Rewrite to accomodate new format.
5501         (gnus-agent-fetch-group-1): Make sure list of articles is in the
5502         same order as in gnus-newsgroup-headers.
5503         (gnus-agent-expire): Document and implement extra args ARTICLES,
5504         GROUP, FORCE.  Do not restrict usage.
5505         (gnus-agent-uncached-articles): New function.
5506         (gnus-agent-retrieve-headers): Use it.
5507         (gnus-agent-regenerate-group): No longer needs to be called from
5508         gnus-agent-regenerate.  Individual groups may be regenerated. The
5509         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
5510         The article fetch dates are validated in the article alist.  The
5511         article alist is pruned of entries that do not reference existing
5512         NOV entries.  All changes are computed then applied with
5513         inhibit-quit bound to t.  As a result, it is now safe to quit out of
5514         regeneration.  The optional clean parameter has been replaced with
5515         an optional reread parameter.  Clean is no longer necessary as
5516         regeneration gets the appropriate setting from
5517         gnus-agent-consider-all-articles.  The new reread parameter will
5518         result in fetched, or all, articles being marked as unread.
5519         (gnus-agent-regenerate): Removed code to regenerate the history
5520         file as it is no longer used.
5521
5522         * gnus-start.el (gnus-make-ascending-articles-unread): New
5523         function, for efficient mass-marking.
5524
5525         * gnus-sum.el (gnus-summary-highlight): Use new face for
5526         downloaded articles.
5527         (gnus-article-mark): Prefer to indicate read/unread status over
5528         downloaded status.
5529         (gnus-summary-highlight-line-0): New function, maybe rehighlights
5530         line.
5531         (gnus-summary-highlight-line): Use new face for downloaded
5532         articles.
5533         (gnus-summary-insert-old-articles): Improved performance by
5534         replacing the initial LIST of older articles with a compressed
5535         RANGE of older articles.  Some servers appear to lie about
5536         their active range so the original list could contain millions
5537         of article numbers.  The range is not expanded into a list
5538         until the optional ALL parameter has been applied.
5539
5540 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5541
5542         * gnus-agent.el (gnus-category-mode): Typo in doc string.
5543
5544 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
5545
5546         * spam.el:
5547         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
5548
5549         * spam.el: added `M s t' and `M s x' key mappings
5550
5551 2002-11-20  Simon Josefsson  <jas@extundo.com>
5552
5553         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
5554
5555 2002-11-19  Simon Josefsson  <jas@extundo.com>
5556
5557         * gnus-sum.el (gnus-summary-morse-message): Load
5558         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
5559         (unmorse-region): Autoload it instead.
5560
5561 2002-11-18  Simon Josefsson  <jas@extundo.com>
5562
5563         * gnus-sum.el (gnus-summary-morse-message): New function.
5564         (gnus-summary-wash-map): Bind to `W m'.
5565         (gnus-summary-make-menu-bar): Add.
5566
5567         * nnimap.el (nnimap-request-expire-articles): Compress sequence
5568         before storing \Deleted mark on expired articles.
5569
5570 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
5571         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
5572
5573         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
5574         parens in column 0.
5575
5576 2002-11-17  Juanma Barranquero  <lektu@terra.es>
5577
5578         * nnweb.el (nnweb-google-create-mapping): Fix typo.
5579
5580         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
5581
5582         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
5583
5584 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5585
5586         * message.el (message-set-auto-save-file-name): Use
5587         make-directory, to avoid the dependence on gnus-util.
5588
5589 2002-11-16  Simon Josefsson  <jas@extundo.com>
5590
5591         * nnimap.el (nnimap-callback-callback-function):
5592         (nnimap-callback-buffer): Removed, these cannot be global but must
5593         be embedded into the callback.
5594         (nnimap-make-callback): New.  Embedd article number, callback and
5595         buffer in function.
5596         (nnimap-callback, nnimap-request-article-part): Update.
5597
5598 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
5601
5602 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5603
5604         * gnus.el (gnus-summary-line-format): Document %C.
5605
5606 2002-11-11  Simon Josefsson  <jas@extundo.com>
5607
5608         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
5609         output when called interactively.
5610
5611 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
5614
5615         * message.el (message-draft-coding-system): Improve comment; use
5616         mm-auto-save-coding-system for the default value.
5617
5618         * nndraft.el (nndraft-request-article): Revert to the state before
5619         2002-10-29; regexp-quote mail-header-separator.
5620
5621 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
5622
5623         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
5624         allow editing of drafts from an nnvirtual group.
5625
5626 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * nndraft.el (nndraft-request-article): Replace emacs-mule with
5629         mm-auto-save-coding-system.
5630
5631         * message.el (message-draft-coding-system): Default to
5632         iso-2022-7bit.
5633
5634         * mm-util.el (mm-auto-save-coding-system): Undo last change to
5635         restore the default value to emacs-mule or escape-quoted.
5636
5637 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
5640         a delayed or a queued article as well as a draft.
5641
5642         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
5643         delayed or a queued article in the raw format; treat a delayed
5644         article as a raw article as well as a draft.
5645         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
5646         for the delayed group.
5647
5648         * nndraft.el (nndraft-request-article): Ignore auto save files for
5649         a delayed or a queued article; don't bother to decode a queued
5650         article; don't bind nnmail-file-coding-system for a queued article.
5651
5652         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
5653         and the queue group.
5654
5655 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
5656
5657         * gnus-group.el (gnus-group-delete-group):
5658         gnus-cache-active-hashtb might be void.
5659
5660 2002-11-02  Simon Josefsson  <jas@extundo.com>
5661
5662         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
5663         setting of the default user ID.  From Raymond Scholz
5664         <ray-2002@zonix.de>.
5665
5666 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
5667
5668         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
5669         charset.
5670
5671 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
5672         From Alex Schroeder <alex@emacswiki.org>
5673         * spam-stat.el (spam-stat-process-directory): add dir to message
5674         (spam-stat-reduce-size): No longer remove words
5675         with values close to 0.5, because the default value is 0.2.
5676
5677 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5678
5679         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
5680         documentation.
5681
5682 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5683
5684         * gnus-agent.el (gnus-agent-fetched-headers)
5685         (gnus-agent-load-fetched-headers)
5686         (gnus-agent-save-fetched-headers): Remove variable and two
5687         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
5688         works better.
5689         (gnus-agent-fetch-headers): New implementation from Kevin
5690         Greiner.  Uses gnus-agent-article-alist to store information
5691         about fetched messages which aren't on the server anymore.  The
5692         trick is to return a list of considered messages to the caller,
5693         but to only fetch those which haven't been fetched yet.
5694
5695 2002-10-30  Simon Josefsson  <jas@extundo.com>
5696
5697         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
5698
5699         * pgg.el (pgg-passphrase-cache-expiry): Removed.
5700
5701 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5702
5703         * mm-view.el (mm-w3m-local-map-property): Make it work with older
5704         versions of emacs-w3m than 1.3.3.
5705
5706         * lpath.el: Bind w3m-minor-mode-map.
5707
5708         * mm-view.el (mm-w3m-mode-command-alist)
5709         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
5710         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
5711         (mm-setup-w3m): Simplified.
5712         (mm-w3m-local-map-property): New function.
5713         (mm-inline-text-html-render-with-w3m): Use it.
5714
5715         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
5716         mm-w3m-local-map-property.
5717
5718 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * mm-util.el (mm-auto-save-coding-system): Default to
5721         iso-2022-7bit.
5722
5723         * nndraft.el (nndraft-request-article): Decode an article using
5724         the coding-system emacs-mule if it seems to have been saved using
5725         emacs-mule.
5726         (nndraft-request-replace-article): Use message-draft-coding-system
5727         instead of mm-auto-save-coding-system for the draft or delayed
5728         group.
5729
5730 2002-10-28  Josh  <huber@alum.wpi.edu>
5731
5732         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
5733         functions.
5734
5735 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5736         From mah@everybody.org (Mark A. Hershberger).
5737
5738         * mm-url.el (mm-url-insert-file-contents): Make it return the same
5739         type values ("url" size) regardless of the values of
5740         mm-url-use-external.
5741
5742 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5743
5744         * nnimap.el (nnimap-request-article-part): Try harder to show
5745         group name in debugging message.
5746
5747 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5748
5749         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
5750         directory if it doesn't exist.
5751         (gnus-agent-fetch-headers): Remove old cruft that tried to
5752         abstain from downloading articles more than once if
5753         gnus-agent-consider-all-articles was true.  This is now done
5754         properly via the .fetched files.
5755
5756 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * nndraft.el (nndraft-request-article): Treat delayed articles
5759         like drafts.
5760
5761 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
5764
5765 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5766
5767         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
5768         Remove unused optional arg DIR and corresponding code.
5769
5770         * nnimap.el (nnimap-request-article-part): Include group name in
5771         debugging output.
5772
5773 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
5774
5775         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
5776
5777 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5778
5779         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
5780         contains range of headers that have been fetched by the agent
5781         already.  Compare gnus-agent-article-alist.
5782         (gnus-agent-file-header-cache): Like
5783         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
5784         (gnus-agent-fetch-headers): Improve comment.  Revert to old
5785         seen/recent logic.
5786         Remember which headers have been fetched before and don't fetch
5787         them again the next time round.
5788         (gnus-agent-load-fetched-headers)
5789         (gnus-agent-save-fetched-headers): New functions, for remembering
5790         which headers have been fetched before.
5791
5792 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * lpath.el: Remove useless bindings.
5795
5796 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
5797
5798         * gnus-sum.el (gnus-summary-execute-command): Disable visual
5799         features while searching.
5800
5801 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5802
5803         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
5804
5805 2002-10-22  Simon Josefsson  <jas@extundo.com>
5806
5807         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
5808         (pgg-snarf-keys): Add.
5809
5810 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * lpath.el: Fbind bbdb-records.
5813
5814         * spam.el: Don't autoload bbdb-records.
5815
5816 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
5819         prevent inf-loop.
5820
5821 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5822
5823         * nnslashdot.el: Removed some test lines.
5824         More test.
5825
5826 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5827
5828         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
5829         are known to be downloaded already.
5830
5831 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5832
5833         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
5834         (mm-text-html-washer-alist): Ditto.
5835
5836 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5837
5838         * nnheader.el (nnheader-remove-body): Fix an error of detecting
5839         boundary between headers and body.
5840         * nnml.el (nnml-parse-head): Ditto.
5841
5842 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5843
5844         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
5845         entries.
5846
5847         * gnus-group.el (gnus-fetch-group): Allow an optional
5848         specification of the articles to select.
5849
5850         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
5851
5852 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5853
5854         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
5855         headers from the group, update variable `articles' to contain
5856         only those numbers where headers exist.  (When fetching all
5857         articles in a group, Gnus creates lots of numbers where there is
5858         no articles.)
5859
5860 2002-10-20  Steve Youngs  <youngs@xemacs.org>
5861
5862         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
5863         doesn't have the 'alist custom type, use cons cells instead.
5864         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
5865         (pgg-parse-hash-algorithm-alist): Ditto.
5866         (pgg-parse-compression-algorithm-alist): Ditto.
5867         (pgg-parse-signature-type-alist): Ditto.
5868
5869         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
5870
5871         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
5872
5873         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
5874
5875 2002-10-19  Simon Josefsson  <jas@extundo.com>
5876
5877         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
5878         buffer.
5879
5880 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5881
5882         * gnus-spec.el (gnus-make-format-preserve-properties)
5883         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
5884         properties also on XEmacs.  `gnus-xmas-format' is like format but
5885         preserves text properties on XEmacs (though it only understands
5886         simple format specs).  The variable
5887         `gnus-make-format-preserve-properties' controls whether the
5888         function is used, and is checked in `gnus-parse-simple-format'.
5889         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
5890
5891         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
5892         output.
5893         (gnus-agent-consider-all-articles): New variable.
5894         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
5895         (gnus-agent-fetch-headers): Depending on
5896         gnus-agent-consider-all-articles, maybe get all articles.
5897         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
5898         `read'.
5899         (gnus-predicate-imples-unread): New function.
5900         (gnus-agent-fetch-headers): Optimize to call
5901         gnus-list-of-unread-articles if that is sufficient.
5902         Check unseen and recent instead of seen and recent.
5903         (gnus-agent-fetch-headers): Abstain from calling
5904         gnus-list-range-intersection if range (a . b) would have (> a b).
5905
5906 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * message.el (message-send-mail): Make it possible to perform
5909         edebug-defun.
5910
5911 2002-10-18  Simon Josefsson  <jas@extundo.com>
5912
5913         * gnus-art.el (gnus-button-man-handler): Change default to
5914         `manual-entry' (defined in both emacsen).
5915         (gnus-button-man-handler): Remove emacsen difference and use
5916         `manual-entry'.
5917
5918 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * spam.el: Wrap autoload settings for bbdb-records,
5921         executable-find and ifile-spam-filter with eval-and-compile.
5922         (spam-display-buffer-contents): Remove.
5923         (spam-bogofilter-score): Merge spam-display-buffer-contents.
5924
5925 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
5926
5927         * spam.el (spam-display-buffer-contents): New function.
5928         (spam-bogofilter-score): use spam-display-buffer-contents, patch
5929         from Katsumi Yamaoka <yamaoka@jpl.org>.
5930
5931 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5932
5933         * nnheader.el (nnheader-parse-naked-head): New function.
5934         (nnheader-parse-head): Use the above function, in order to handle
5935         continuation lines properly.
5936         (nnheader-remove-body): New function.
5937         (nnheader-remove-cr-followed-by-lf): New function.
5938         (nnheader-ms-strip-cr): Use the above function.
5939
5940         * gnus-agent.el (gnus-agent-regenerate-group): Call
5941         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
5942         `nnheader-parse-head'.
5943         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
5944
5945         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
5946         continuation lines by itself; call `nnheader-parse-naked-head'
5947         instead of `nnheader-parse-head'.
5948         * nndiary.el (nndiary-parse-head): Ditto.
5949         * nnfolder.el (nnfolder-parse-head): Ditto.
5950         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
5951         * nnmaildir.el (nnmaildir--update-nov): Ditto.
5952         * nnml.el (nnml-parse-head): Ditto.
5953
5954 2002-10-17  Steve Youngs  <youngs@xemacs.org>
5955
5956         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
5957         XEmacs, default to it if featurep 'xemacs.
5958
5959 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * spam-stat.el: Check for the existence of hash functions instead
5962         of the Emacs version to decide whether to load cl.  Suggested by
5963         Kai Gro\e,A_\e(Bjohann.
5964
5965 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5966
5967         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
5968         if it isn't open yet.
5969
5970 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * gnus-group.el: Require mm-url only when compiling.
5973         (gnus-group-fetch-charter): Require mm-url.
5974
5975         * spam-stat.el: Require cl for the functions gethash,
5976         hash-table-count, make-hash-table and mapc for Emacs 20.
5977         (puthash): Alias to cl-puthash for Emacs 20.
5978         (with-syntax-table): New macro for Emacs 20.
5979
5980 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
5981
5982         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
5983
5984 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
5985
5986         * spam.el (spam-check-ifile): added ifile as a spam checking
5987         backend, and spam-use-ifle as the variable to toggle that check.
5988
5989 2002-10-12  Simon Josefsson  <jas@extundo.com>
5990
5991         * message.el (message-beginning-of-line): New variable.
5992         (message-beginning-of-line): Use it.
5993
5994 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
5995
5996         * spam.el: more compilation fixes for BBDB
5997
5998         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
5999         (spam-stat-reduce-size): Interactive.
6000         (spam-stat-reset): New function.
6001         (spam-stat-save): Interactive.
6002
6003 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * gnus.el: Autoload gnus-delay-initialize.
6006
6007         * message.el: Autoload gnus-delay-article.
6008
6009 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
6010
6011         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
6012         text property in Emacs.
6013
6014 2002-10-11  Simon Josefsson  <jas@extundo.com>
6015
6016         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
6017         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
6018
6019         * mml1991.el (mml1991-pgg-sign): Remove CR.
6020
6021 2002-10-10  Simon Josefsson  <jas@extundo.com>
6022
6023         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
6024         decrypt failed.
6025         (mml2015-trust-boundaries-alist): Removed.
6026         (mml2015-gpg-extract-signature-details): Don't use it.
6027         (mml2015-unabbrev-trust-alist): New.
6028         (mml2015-gpg-extract-signature-details): Use it.
6029
6030 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
6031
6032         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
6033         BBDB installed
6034
6035         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
6036         statistical analysis of spam in Lisp only
6037
6038 2002-10-10  Simon Josefsson  <jas@extundo.com>
6039
6040         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
6041         auth, selected or examine state.
6042
6043         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
6044         buffer and error buffer depending on type of information.
6045
6046         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
6047         --status-fd stuff even if gpg.el is not used (revert earlier
6048         change).
6049         (mml2015-pgg-{clear-,}verify): Store both output and errors as
6050         gnus details.
6051         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
6052         buffer.
6053
6054         * pgg.el (pgg-verify-region): Use it.
6055
6056         * pgg-def.el (pgg-query-keyserver): New variable.
6057
6058         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
6059         key-identifier in packet.  Is this a good idea?
6060
6061         * mml.el (mml-mode-map): Add security commands that operates on
6062         MIME parts.
6063         (mml-menu): And menu items for them.
6064
6065         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
6066
6067         * mml.el (mml-parse-1): Support sender in #secure tags.
6068
6069         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
6070         defined.
6071
6072         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
6073         (mml-pgp-encrypt-buffer): Support combined signing.
6074
6075         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
6076         (mml1991-gpg-encrypt): Ditto.
6077         (mml1991-pgg-encrypt): Ditto.
6078         (mml1991-encrypt): Pass sign parameter.
6079
6080         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
6081         (mml-signencrypt-style): Mention the variable.
6082
6083 2002-10-09  Simon Josefsson  <jas@extundo.com>
6084
6085         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
6086         pgg-gpg-user-id.
6087
6088         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
6089         (pgg-fetch-key-function): Nil if w3 is not installed.
6090
6091 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6092
6093         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
6094         gnus-agent-current-history.
6095
6096 2002-10-06  Simon Josefsson  <jas@extundo.com>
6097
6098         * imap.el (imap-parse-status): Don't use read to read token.
6099
6100 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6101
6102         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
6103         for methods not covered by the agent, and when unplugged.
6104
6105 2002-10-05  Simon Josefsson  <jas@extundo.com>
6106
6107         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
6108         signing.
6109
6110         * gnus-agent.el (gnus-agent-read-servers): If getting method from
6111         a named server fails, ignore the server.
6112
6113         * mml1991.el (mml1991-pgg-sign): Do QP.
6114
6115         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
6116         work.
6117
6118 2002-10-04  Simon Josefsson  <jas@extundo.com>
6119
6120         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
6121
6122         * pgg-pgp.el (pgg-pgp-verify-region): Inline
6123         binary-write-decoded-region from MEL.
6124
6125         * pgg.el (pgg-encrypt-region): Support sign.
6126
6127         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
6128
6129         * mml2015.el (mml2015-pgg-encrypt): Ditto.
6130
6131         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
6132         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
6133         branch where PGG was taken from in the ChangeLog entries below.
6134
6135 2002-10-01  Simon Josefsson  <jas@extundo.com>
6136
6137         * pgg-pgp.el: Don't require mel.  Don't use luna.
6138         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
6139         (pgg-pgp-process-region): Use expand-file-name instead of concat.
6140         (pgg-pgp-process-region): Don't use binary-funcall.
6141
6142         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
6143
6144         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
6145         instead of concat.
6146
6147         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6148
6149 2002-09-29  Simon Josefsson  <jas@extundo.com>
6150
6151         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
6152         compile warnings.
6153
6154         * pgg.el (pgg-decrypt-region): Don't parse packet.
6155
6156         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
6157
6158 2002-09-29  Daiki Ueno <ueno@unixuser.org>
6159
6160         * pgg.el: Remove dependency on calist.el.
6161
6162 2002-09-28  Simon Josefsson  <jas@extundo.com>
6163
6164         * pgg.el (pgg-temporary-file-directory): New variable.
6165         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
6166
6167         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
6168         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
6169
6170         * pgg-parse.el (pgg-char-int): Defalias.
6171         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
6172         (pgg-read-bytes, pgg-read-body): Use it.
6173         (pgg-decode-packets): Don't use MEL, use base64-*.
6174         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
6175         (pgg-string-as-unibyte): Defalias.
6176         (pgg-parse-armor-region): Use it.
6177
6178         * pgg-gpg.el (pgg-gpg-process-region): Use
6179         pgg-temporary-file-directory.
6180
6181         * luna.el: Don't def-edebug.
6182
6183         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
6184         binary-write-decoded-region from MEL.
6185
6186         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
6187
6188         * alist.el, calist.el: Don't require product/APEL.
6189
6190         * pgg-parse.el (top-level): Remove dependency on static.el,
6191         pccl.el, mel.el.
6192         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
6193         `define-ccl-program' is boundp, instead of using broken.
6194
6195 2002-10-01  Simon Josefsson  <jas@extundo.com>
6196
6197         * message.el (message-required-mail-headers): Remove Lines:.
6198
6199 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6200         From Jesper Harder.
6201
6202         * gnus-group.el (gnus-group-fetch-charter,
6203         gnus-group-fetch-control): Prompt for group if given a prefix
6204         argument.
6205         * gnus-sum.el (t): Add gnus-group-fetch-charter and
6206         gnus-group-fetch-control to summary key map and menu.
6207
6208 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
6209
6210         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
6211         number when there are no articles.
6212
6213 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6214
6215         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
6216         arg ALL means to fetch all articles, not only downloadable ones.
6217         (gnus-agent-fetch-selected-article): New function for
6218         gnus-select-article-hook or gnus-mark-article-hook.
6219
6220 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6221         From Peter von der Ahe <nospam2159@daimi.au.dk>.
6222
6223         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
6224         raw-text.
6225
6226 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
6227
6228         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
6229         Pinard).
6230         Major revamp of the code, documentation is in comments in the file
6231         for now.
6232
6233 2002-09-30  Simon Josefsson  <jas@extundo.com>
6234
6235         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
6236         buffer seem to be needed?
6237
6238 2002-09-29  Simon Josefsson  <jas@extundo.com>
6239
6240         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
6241         compile warnings.
6242
6243         * mml1991.el (mml1991-function-alist): Add pgg.
6244         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
6245         (mml1991-pgg-encrypt): Fix recipients querying.
6246
6247 2002-09-28  Simon Josefsson  <jas@extundo.com>
6248
6249         * mml2015.el (autoload): Autoload correct files.  Trivial patch
6250         from dme@dme.org.
6251         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
6252         handle is returned.
6253
6254 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6257         Protect against non-existent of `nnimap-mailbox-info'.
6258
6259 2002-09-27  Simon Josefsson  <jas@extundo.com>
6260
6261         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
6262         (gnus-setup-news-hook): Use it.
6263         (gnus-after-getting-new-news-hook): Ditto.
6264
6265         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
6266
6267 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6268         From Mats Lidell <matsl@contactor.se>.
6269
6270         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
6271
6272 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6273
6274         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
6275         the part to decode encoded words, use raw words instead of decoded
6276         words.
6277
6278 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6279
6280         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
6281
6282         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
6283         (mm-setup-w3m): Use it.
6284
6285 2002-09-27  Simon Josefsson  <jas@extundo.com>
6286
6287         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
6288         article buffers.
6289
6290         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
6291         it just in case.
6292         (nnimap-update-unseen): New function; update unseen count in
6293         `n-m-info'.
6294         (nnimap-close-group): Call it.
6295
6296         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
6297         (gnus-after-getting-new-news-hook): Ditto.
6298
6299         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
6300         message into verboselevel 9.  Change slow mail check message.
6301         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
6302         (nnimap-fixup-unread-after-getting-new-news): New function, to be
6303         used as a hook after getting new mail.
6304
6305 2002-09-26  Simon Josefsson  <jas@extundo.com>
6306
6307         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
6308         SELECT/EXAMINE is first unseen article, not number of unseen
6309         articles.  Make them distinct by renaming the former to
6310         `first-unseen' instead of `unseen'.
6311
6312         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
6313         too.
6314         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
6315         changed.
6316         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
6317
6318         * gnus-int.el (gnus-server-unopen-status): Defcustom.
6319
6320         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
6321         better.
6322
6323         * mml2015.el (mml2015-pgg-decrypt): Only add security information
6324         if dissecting resulting buffer actually had any information.
6325
6326 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
6329         because the function `string<' allows symbols.
6330
6331         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
6332
6333 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6334
6335         * message.el (message-forward-make-body): Revert an early change
6336         because 8-bit utf-8 emails.
6337
6338 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6339
6340         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
6341         links to Info)
6342         * gnus-art.el (gnus-treat-highlight-signature):
6343         * gnus-art.el (gnus-treat-buttonize):
6344         * gnus-art.el (gnus-treat-buttonize-head):
6345         * gnus-art.el (gnus-treat-emphasize):
6346         * gnus-art.el (gnus-treat-strip-cr):
6347         * gnus-art.el (gnus-treat-unsplit-urls):
6348         * gnus-art.el (gnus-treat-leading-whitespace):
6349         * gnus-art.el (gnus-treat-hide-headers):
6350         * gnus-art.el (gnus-treat-hide-boring-headers):
6351         * gnus-art.el (gnus-treat-hide-signature):
6352         * gnus-art.el (gnus-treat-fill-article):
6353         * gnus-art.el (gnus-treat-hide-citation):
6354         * gnus-art.el (gnus-treat-hide-citation-maybe):
6355         * gnus-art.el (gnus-treat-strip-list-identifiers):
6356         * gnus-art.el (gnus-treat-strip-pgp):
6357         * gnus-art.el (gnus-treat-strip-pem):
6358         * gnus-art.el (gnus-treat-strip-banner):
6359         * gnus-art.el (gnus-treat-highlight-headers):
6360         * gnus-art.el (gnus-treat-highlight-citation):
6361         * gnus-art.el (gnus-treat-date-ut):
6362         * gnus-art.el (gnus-treat-date-local):
6363         * gnus-art.el (gnus-treat-date-english):
6364         * gnus-art.el (gnus-treat-date-lapsed):
6365         * gnus-art.el (gnus-treat-date-original):
6366         * gnus-art.el (gnus-treat-date-iso8601):
6367         * gnus-art.el (gnus-treat-date-user-defined):
6368         * gnus-art.el (gnus-treat-strip-headers-in-body):
6369         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
6370         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
6371         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
6372         * gnus-art.el (gnus-treat-unfold-headers):
6373         * gnus-art.el (gnus-treat-fold-headers):
6374         * gnus-art.el (gnus-treat-fold-newsgroups):
6375         * gnus-art.el (gnus-treat-overstrike):
6376         * gnus-art.el (gnus-treat-display-xface):
6377         * gnus-art.el (gnus-treat-display-smileys):
6378         * gnus-art.el (gnus-treat-from-picon):
6379         * gnus-art.el (gnus-treat-mail-picon):
6380         * gnus-art.el (gnus-treat-newsgroups-picon):
6381         * gnus-art.el (gnus-treat-body-boundary):
6382         * gnus-art.el (gnus-treat-capitalize-sentences):
6383         * gnus-art.el (gnus-treat-fill-long-lines):
6384         * gnus-art.el (gnus-treat-play-sounds):
6385         * gnus-art.el (gnus-treat-translate):
6386         * gnus-art.el (gnus-treat-x-pgp-sig):
6387         * gnus-art.el (gnus-mime-button-line-format):
6388         * gnus-art.el (gnus-button-man-level):
6389         * gnus-art.el (gnus-button-emacs-level):
6390         * gnus-cus.el (gnus-group-parameters):
6391         * gnus-gl.el (bbb-build-mid-scores-alist):
6392         * gnus-group.el (gnus-group-line-format):
6393         * gnus-mlspl.el (gnus-group-split-setup):
6394         * gnus-mlspl.el (gnus-group-split):
6395         * gnus-msg.el (gnus-mailing-list-groups):
6396         * gnus-msg.el (gnus-posting-styles):
6397         * gnus-nocem.el (gnus-nocem-issuers):
6398         * gnus-score.el (gnus-score-regexp-bad-p):
6399         * gnus-srvr.el (gnus-server-line-format):
6400         * gnus-topic.el (gnus-topic-line-format):
6401         * gnus.el (gnus-summary-line-format):
6402         * mail-source.el (mail-sources):
6403         * message.el (message-subscribed-address-file):
6404         * nnmail.el (nnmail-split-fancy):
6405
6406 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
6407
6408         * mail-source.el(mail-source-run-script): use `functionp' to test
6409         whether the argument `script' is in fact a function.
6410         (mail-sources): adjust the defcustom to allow users to specify a
6411         function or a string as the value of the `:prescript' and
6412         `:postscript' arguments of the `file' and `pop3' mail sources.
6413
6414 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
6415
6416         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
6417         number when article 1 does not exist.
6418
6419 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6420
6421         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
6422         apropos if apropos-variable does not exist.
6423         (gnus-button-guessed-mid-regexp)
6424         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
6425         regexes.  From Reiner Steib.
6426         (gnus-button-handle-describe-function)
6427         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
6428         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
6429         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
6430
6431 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
6432         Trivial patch.
6433
6434         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
6435         the file.
6436
6437 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6438
6439         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
6440
6441 2002-09-24  Simon Josefsson  <jas@extundo.com>
6442
6443         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
6444         (mml2015-use): Prefer PGG if installed.
6445         (mml2015-function-alist): Add PGG wrappers.
6446         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
6447         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
6448         prefix, make regexp optionally skip it.
6449         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
6450         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
6451         (mml2015-pgg-encrypt): New functions.
6452         (defvar, autoload): Prevent byte-compile warnings.
6453
6454 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6455         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6456
6457         * gnus-art.el (article-strip-banner): Check for the existence of
6458         from header.
6459
6460 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6461
6462         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
6463         (gnus-button-alist): Improved regexp for
6464         gnus-button-handle-mid-or-mail (false positives), fixed
6465         gnus-button-handle-man entries.
6466         From Reiner Steib.
6467
6468 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
6469         From Josh Huber.
6470
6471         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
6472         nnmail-extra-headers is non-nil.
6473
6474 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
6475
6476         * nnmaildir.el: Store article numbers persistently.  General
6477         revision.
6478         (nnmaildir-request-expire-articles): handle 'immediate and 'never
6479         for nnmail-expiry-wait; delete instead of moving if 'force is
6480         given.
6481
6482 2002-09-23  Simon Josefsson  <jas@extundo.com>
6483         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
6484
6485         * smime.el (smime-sign-buffer): Get key and extra certs.
6486         (smime-get-key-with-certs-by-email): Utility function.
6487
6488 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6489         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
6490
6491         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
6492         article exists.
6493
6494 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6495
6496         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
6497
6498 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6499         From Reiner Steib.
6500
6501         * gnus-art.el (gnus-button-handle-custom,
6502         gnus-button-handle-mid-or-mail,
6503         gnus-button-handle-describe-{function,variable,key},
6504         gnus-button-handle-apropos{,command,variable}): New functions.
6505         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
6506         gnus-button-{man,emacs,mail}-level): New variables.
6507         (gnus-button-alist): Use the above to buttonize emacs and mail
6508         related links.
6509
6510 2002-09-18  Juanma Barranquero  <lektu@terra.es>
6511
6512         * gnus-int.el (gnus-status-message): Fix spacing.
6513
6514         * imap.el (imap-continuation): Fix typos.
6515
6516 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6517
6518         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
6519
6520         * gnus-art.el (gnus-article-reply-with-original): Correct
6521         with-current-buffer scope.
6522
6523         * message.el (message-completion-alist): Add Reply-To, From, etc.
6524
6525 2002-09-18  Simon Josefsson  <jas@extundo.com>
6526
6527         * nnimap.el (nnimap-request-expire-articles): Make flag setting
6528         conditional.  From Nevin Kapur <nevin@jhu.edu>.
6529
6530 2002-09-17  Simon Josefsson  <jas@extundo.com>
6531
6532         * nnimap.el (nnimap-expiry-target): Don't search for which
6533         articles exists here.
6534         (nnimap-request-expire-articles): Do it here instead.  Only expire
6535         when articles are found.  Suggested by Nevin Kapur
6536         <nevin@jhu.edu>.
6537
6538 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6539         From Reiner Steib <reiner.steib@gmx.de>.
6540
6541         * message.el (message-strip-subject-trailing-was)
6542         (message-change-subject, message-add-archive-header)
6543         (message-xpost-fup2-header, message-xpost-insert-note)
6544         (message-xpost-fup2, message-reduce-to-to-cc): New functions
6545         adopted from message-utils.el.  Add functions to the keymap, mode
6546         describtion and menu.
6547         (message-change-subject,message-xpost-fup2): Signal error if
6548         current header is empty.
6549         (message-xpost-insert-note): Changed insert position.
6550         (message-archive-note): Ensure to insert note in message body (not
6551         in head).
6552         (message-archive-header, message-archive-note)
6553         (message-xpost-default, message-xpost-note, message-fup2-note)
6554         (message-xpost-note-function): New variables adopted from
6555         message-utils.el.  Changed some doc-strings.
6556         (message-mark-insert-{begin,end}): Rename from
6557         message-{begin,end}-inserted-text-mark (message-utils.el), changed
6558         values.
6559         (message-subject-trailing-was-query)
6560         (message-subject-trailing-was-ask-regexp)
6561         (message-subject-trailing-was-regexp): New variables.
6562         (message-to-list-only): Added doc-string and menu entry.
6563
6564         * message-utils.el: Removed.  Functions are now in message.el.
6565
6566 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6567
6568         * gnus-art.el (gnus-article-reply-with-original,
6569         gnus-article-followup-with-original): Switch to
6570         gnus-summary-buffer before reply/followup.
6571
6572 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
6573
6574         * gnus-sum.el (gnus-summary-toggle-header): The article window may
6575         not exist. Toggle it anyway.
6576
6577 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6578
6579         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
6580
6581         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
6582         Trivial patch from Urban Engberg <ue@ccieurope.com>.
6583
6584         * rfc2047.el (message-posting-charset): Defvar it.
6585         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
6586         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
6587
6588         * mail-source.el (mail-source-fetch): Hide password.
6589
6590         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
6591
6592 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6593         From John Paul Wallington <jpw@shootybangbang.com>.
6594
6595         * gnus.el (gnus-visual, gnus-meta): Fix typo.
6596
6597 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
6600
6601 2002-09-11  Simon Josefsson  <jas@extundo.com>
6602
6603         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
6604         (nnimap-split-rule): Doc fix.
6605         (nnimap-request-expire-articles): Cleanup code.
6606
6607 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6608         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6609
6610         * gnus-art.el (gnus-article-address-banner-alist): New option.
6611         (article-strip-banner): Refer the above option to split banners of
6612         free mail servers, when no group parameter is specified.
6613
6614 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * nntp.el (nntp-wait-for-string): Check for a process in the
6617         current buffer instead of `nntp-server-buffer'.
6618
6619 2002-09-09  Simon Josefsson  <jas@extundo.com>
6620
6621         * gnus-art.el (gnus-button-man-handler): New variable.
6622         (gnus-button-alist): Use g-b-handle-man.
6623         (gnus-button-handle-man): New, call g-b-man-handler.
6624
6625 2002-09-08  Simon Josefsson  <jas@extundo.com>
6626
6627         * gnus-art.el (gnus-button-alist): Buttonize man page links.
6628
6629 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6630
6631         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
6632
6633 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6634
6635         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
6636
6637         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
6638         keystroke.
6639
6640         * gnus-srvr.el (gnus-browse-describe-group): New command and
6641         keystroke.
6642
6643 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
6646         value for gnus-decoration property.
6647
6648 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6649
6650         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
6651         string) as group name in case we have a CRLF in the file.
6652
6653 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
6654
6655         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
6656         group.
6657         (rfc1843-decode-hzp): do.
6658         (rfc1843-newsgroups-regexp): do.
6659
6660 2002-09-04  Simon Josefsson  <jas@extundo.com>
6661
6662         * message.el (message-canlock-generate): Make sure sha1 doesn't
6663         call external programs.
6664
6665 2002-09-03  Simon Josefsson  <jas@extundo.com>
6666
6667         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
6668
6669         * gnus-agent.el (gnus-agent-batch): Add doc.
6670
6671 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
6672
6673         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
6674         check for signed and encrypted parts.
6675         * mml.el (mml-parse-1): Correct small typo which preventing
6676         setting recipients in a secure tag.
6677
6678 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * mm-util.el (mm-coding-system-priorities): Default to a list of
6681         iso-2022-jp and others for the Japanese environment.
6682
6683 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
6686         invalid display names.
6687
6688 2002-08-30  Simon Josefsson  <jas@extundo.com>
6689
6690         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
6691         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
6692
6693 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
6694
6695         * gnus.el (gnus-group-charter-alist): New option.
6696         (gnus-group-fetch-control-use-browse-url): New option.
6697
6698         * gnus-group.el (gnus-group-fetch-charter): New function.
6699         (gnus-group-fetch-control): New function.
6700         Add them to the keymap and menu. Require mm-url.
6701
6702 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6703
6704         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
6705         From Alex Schroeder <alex@emacswiki.org>.
6706
6707 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
6708
6709         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
6710         items expecting user interaction.
6711
6712         * gnus-topic.el (gnus-topic-make-menu-bar): do.
6713
6714         * gnus-sum.el (gnus-summary-make-menu-bar): do.
6715
6716         * gnus-srvr.el (gnus-server-make-menu-bar): do.
6717
6718         * mml.el (mml-menu): do.
6719
6720 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * mail-source.el (mail-source-touch-pop): New function.
6723
6724         * message.el (message-smtpmail-send-it): New function.
6725         (message-send-mail-function): Add it for a candidate.
6726
6727 2002-08-27  Simon Josefsson  <jas@extundo.com>
6728
6729         * gnus-msg.el (posting-charset-alist): Use
6730         gnus-define-group-parameter instead of defcustom.
6731         (gnus-put-message): Handle SPC in GCC.
6732         (gnus-inews-insert-gcc): Ditto.
6733         (gnus-inews-insert-archive-gcc): Ditto.
6734
6735 2002-08-26  Simon Josefsson  <jas@extundo.com>
6736
6737         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
6738         (gnus-agentize): Auto agentize all nntp and nnimap groups.
6739         (gnus-agent-possibly-save-gcc): Autoload.
6740         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
6741
6742 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * gnus.el (gnus-other-frame-function): New user option.
6745         (gnus-other-frame): Use it; add a doc-string; make it work with
6746         the gnuclient program.
6747
6748         * gnus-util.el (gnus-frame-or-window-display-name): New function.
6749
6750         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
6751         `device-connection' and `dfw-device'.
6752
6753 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6754
6755         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
6756         positives, make it stricter.  From Jochen Hein (trivial change).
6757
6758 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * gnus.el (gnus-other-frame): Trivial fix.
6761
6762 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * gnus.el (gnus-other-frame-parameters): New user option.
6765         (gnus-other-frame-object): New variable.
6766         (gnus-other-frame): Make it search for existing Gnus frame; don't
6767         read new news; delete frame on exit.
6768
6769         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
6770
6771         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
6772
6773 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6774         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
6775
6776         * message.el (message-set-auto-save-file-name): Add support for
6777         the Cygwin Emacs; the system-type is `cygwin'.
6778         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
6779
6780 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6781
6782         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
6783
6784         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
6785         avoid arithmetic errors.
6786
6787 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
6790
6791 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
6794         (message-ignored-resent-headers): Add envelope From.
6795
6796 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6797
6798         * gnus.el (gnus-summary-line-format): Document %k specifier.
6799
6800 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6801
6802         * gnus-sum.el (gnus-summary-line-message-size): New function.
6803         (gnus-summary-line-format-alist): Use it.
6804
6805 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * gnus-art.el (article-make-date-line): Refer to the value for
6808         `gnus-article-time-format' in the summary buffer.
6809
6810         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
6811
6812 2002-08-14  Simon Josefsson  <jas@extundo.com>
6813
6814         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
6815         quoting.
6816         (gnus-button-alist): Fix doc.
6817         (gnus-header-button-alist): Use ' not ` for default value quoting.
6818         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
6819         rationale similar to 2002-05-01 change.
6820         (gnus-article-add-buttons-to-head): Evaluate expression.
6821
6822         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
6823
6824 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * message.el (message-font-lock-keywords): Refer to the value for
6827         `message-cite-prefix-regexp' dynamically.
6828
6829 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * gnus-art.el (gnus-decode-header-methods): Doc fix.
6832
6833 2002-08-12  Simon Josefsson  <jas@extundo.com>
6834
6835         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
6836         (imap-shell-open): Skip initial junk before IMAP greeting.
6837
6838 2002-08-11  Simon Josefsson  <jas@extundo.com>
6839
6840         * message-utils.el (message-xpost-default,
6841         message-xpost-fup2-header, message-xpost-fup2): Fixed
6842         Typos.  Trivial changes from Reiner Steib
6843         <4uce.02.r.steib@gmx.net>.
6844
6845 2002-08-09  Simon Josefsson  <jas@extundo.com>
6846
6847         * message.el (message-canlock-password): Set
6848         canlock-password-for-verify to newly generated canlock-password.
6849         When Emacs is restarted, Custom makes sure this is set, but during
6850         the same session we must set it manually.
6851
6852 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
6853
6854         * yenc.el: New file.
6855
6856         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
6857         (mm-uu-type-alist): Add yenc.
6858         (mm-uu-yenc-filename): New function.
6859         (mm-uu-yenc-extract): New function.
6860
6861         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
6862
6863 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6864
6865         * dgnushack.el (merge): Don't use coerce.
6866
6867 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
6868
6869         * mailcap.el (mailcap-mime-data): Test window-system rather than
6870         mm-device-type.
6871         (mailcap-mime-data): Call xdvi and gv with "-safer".
6872
6873         * mm-util.el: Don't define mm-device-type.
6874
6875 2002-08-05  Simon Josefsson  <jas@extundo.com>
6876
6877         * mm-util.el (mm-coding-system-priorities): coding-system type not
6878         supported everywhere.
6879
6880 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6881
6882         * gnus.el (gnus-version-number): Bumped version number.
6883
6884 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6885
6886         * gnus.el: Oort Gnus v0.07 is released.
6887
6888 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6889
6890         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
6891         (gnus-article-sort-functions): Doc fix.
6892         (t): New keystroke.
6893         (gnus-article-sort-by-random): New function.
6894         (gnus-thread-sort-by-random): New function.
6895
6896 2002-08-02  Simon Josefsson  <jas@extundo.com>
6897
6898         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
6899         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
6900
6901 2002-07-31  Danny Siu  <dsiu@adobe.com>
6902
6903         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
6904         when splitting malformed messages without message-id
6905
6906 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6907         From Niklas Morberg <niklas.morberg@axis.com>.
6908
6909         * nnweb.el (nnweb-type, nnweb-type-definition)
6910         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
6911         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
6912         functionality.
6913         * nnweb.el: Removed old non-functioning search engines.
6914
6915 2002-07-27  Simon Josefsson  <jas@extundo.com>
6916
6917         * message.el (message-forward-make-body): Don't use
6918         `message-forward-ignored-headers' when doing a "raw" followup (it
6919         is important to preserve e.g. CTE).
6920
6921         * flow-fill.el (fill-flowed): Disable filladapt-mode.
6922
6923         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
6924         regexp-quote, Cyrus Sieve is fixed.
6925
6926         * sieve-manage.el (sieve-manage-deletescript): New function.
6927
6928         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
6929         (sieve-manage-mode): Fix menubar.
6930         (sieve-activate): Change some messages.
6931         (sieve-deactivate-all): New function.
6932         (sieve-deactivate): New alias.
6933         (sieve-remove): New function.
6934         (sieve-help): Fix help.
6935         All suggested by Ned Ludd.
6936
6937 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
6940         (mm-w3m-safe-url-regexp): New user option.
6941
6942         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
6943         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
6944
6945 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
6946
6947         * gnus-sum.el (gnus-summary-delete-article): Force
6948         nnmail-expiry-target to 'delete, so that absolute deletion
6949         happens when absolute deletion is requested.
6950
6951 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6952         From Nevin Kapur <nevin@jhu.edu>.
6953
6954         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
6955         headers as empty headers.
6956
6957 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6958         From Jochen Hein <jochen@jochen.org>.
6959
6960         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
6961         correct typo.
6962         (gnus-emphasis-strikethru): New face.
6963
6964 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6965         From Jason Merrill <jason@redhat.com>.
6966
6967         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
6968         entire file for each of a sequence of missing articles.
6969
6970         * gnus-salt.el (gnus-binary-display-article): Respect an existing
6971         value for gnus-view-pseudos.
6972
6973         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
6974         avoid nreverse.
6975
6976 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6977         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6978
6979         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
6980         (gnus-summary-mode-line-format-alist): Add %h for number of
6981         spams.
6982         (gnus-newsgroup-spam-marked): New variable.
6983         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
6984         (gnus-article-read-p, gnus-article-mark)
6985         (gnus-set-global-variables, gnus-set-global-variables)
6986         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
6987         (gnus-summary-mark-article-as-unread)
6988         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
6989         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
6990         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
6991
6992 2002-07-10  Simon Josefsson  <jas@extundo.com>
6993
6994         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
6995         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
6996
6997 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
6998
6999         * gnus-sum.el (gnus-summary-delete-article): Respect group
7000         parameters while expiring.
7001
7002 2002-07-08  Simon Josefsson  <jas@extundo.com>
7003
7004         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
7005         Enberg.
7006
7007 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7008
7009         * gnus-art.el (article-unsplit-urls): Only display MIME when this
7010         function is called interactively.  From Niklas Morberg.
7011
7012 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7013
7014         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
7015         cdaar to cdar and car.
7016
7017         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
7018         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
7019
7020 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
7023         don't break a narrowed article.
7024
7025         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
7026         (nntp-open-via-rlogin-and-telnet): Ditto.
7027
7028 2002-07-02  Didier Verna  <didier@xemacs.org>
7029
7030         * nnmail.el (nnmail-split-methods): fix custom type.
7031
7032 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7033
7034         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
7035         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
7036
7037 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7038
7039         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
7040         (gnus-summary-resend-message): Use it.
7041
7042 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * nntp.el (nntp-via-rlogin-command-switches): New variable.
7045         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
7046
7047 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7048
7049         * message.el (message-font-lock-keywords): Don't fontify
7050         headers in the message body, only in the header.
7051         (message-font-lock-make-header-matcher): New function, used by
7052         message-font-lock-keywords.
7053         From Katsumi Yamaoka <yamaoka@jpl.org>.
7054
7055 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
7058
7059 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
7062
7063 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7064
7065         * message.el (message-font-lock-keywords): Revert 2002-06-22
7066         change.
7067
7068 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7069
7070         * message.el (message-font-lock-keywords): Put colon in header
7071         name match.
7072
7073 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7074
7075         * message.el (message-font-lock-keywords): Don't use header faces
7076         in the body.  Thanks to Stefan Monnier for the hint on the
7077         implementation.
7078
7079 2002-05-09  Miles Bader  <miles@gnu.org>
7080
7081         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
7082         (gnus-article-hide-citation): Respect it.
7083
7084 2002-04-12  Juanma Barranquero  <lektu@terra.es>
7085
7086         * pop3.el (pop3-open-server): Fix typo.
7087
7088 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
7089
7090         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
7091         instead of push to ignore duplicate to-(list|address) values.
7092         * nnmail.el (nnmail-cache-ignore-groups): New.
7093         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
7094
7095 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7096
7097         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
7098         before sending.  Suggested by Jan Rychter.
7099
7100 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * dgnushack.el (remove): New compiler macro.
7103         (last, coerce, subseq): Remove compiler macros for those built-in
7104         or unused functions.
7105
7106 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7107
7108         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
7109         sure to write byte-compiled versions of gnus-*-format-alist to
7110         .newsrc.eld.  From Simon Josefsson.
7111
7112 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7113
7114         * gnus-agent.el (gnus-agent-read-servers)
7115         (gnus-agent-write-servers): Put server name (string like
7116         "nnchoke:frumple") in the file instead of a server specification
7117         (Lisp expression like (nnchoke "frumple" ...parameters...)).
7118         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
7119
7120 2002-06-16  Simon Josefsson  <jas@extundo.com>
7121
7122         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
7123         Reiner Steib <4uce.02.r.steib@gmx.net>.
7124
7125 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7126
7127         * nnheader.el (nnheader-file-name-translation-alist): Set the
7128         default value for MS Windows systems.
7129
7130         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
7131
7132 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * message.el (message-beginning-of-line): Keep the region active
7135         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
7136
7137 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
7138
7139         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
7140         * gnus-msg.el (gnus-summary-reply): Ditto.
7141         * gnus-msg.el (gnus-summary-handle-replysign): New.
7142
7143 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * message.el (message-send-mail-with-sendmail): Kill errbuf even
7146         if sending failed.
7147
7148 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
7149
7150         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
7151         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
7152         to sign while encrypting.
7153
7154 2002-06-11  Simon Josefsson  <jas@extundo.com>
7155
7156         * gnus-int.el (gnus-request-move-article): Agent expire article if
7157         successfuly moved.
7158
7159         * nnweb.el (nnweb-google-create-mapping): Honors the value of
7160         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
7161
7162 2002-06-10  Simon Josefsson  <jas@extundo.com>
7163
7164         * gnus-int.el (gnus-request-expire-articles): Fix last change?
7165
7166 2002-06-09  Simon Josefsson  <jas@extundo.com>
7167
7168         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
7169
7170         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
7171
7172 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7173
7174         * flow-fill.el (fill-flowed): Ignore errors.
7175
7176 2002-06-06  Simon Josefsson  <jas@extundo.com>
7177
7178         * message.el (message-send-mail-with-sendmail): Improve error message.
7179
7180 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7181
7182         * message.el (message-interactive): Change default from nil to t.
7183         Better to be safe than to be fast.
7184
7185 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7186
7187         * message.el (message-send-mail-with-sendmail): Check return value
7188         from call-process-region.
7189
7190 2002-06-04  Simon Josefsson  <jas@extundo.com>
7191
7192         * gnus-msg.el (gnus-group-mail, gnus-group-news)
7193         (gnus-group-post-news, gnus-summary-mail-other-window)
7194         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
7195         gnus-article-copy to nil, thereby inhibiting the `header' posting
7196         style match to use data from last viewed article.
7197         Suggested by Hrvoje Niksic.
7198
7199 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * spam.el (spam-point-at-eol): New alias.
7202         (spam-parse-whitelist): Use it.
7203
7204 2002-06-03  Simon Josefsson  <jas@extundo.com>
7205
7206         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
7207         (nnmail-article-group): Use it.
7208
7209 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7210
7211         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
7212         so that code reading them won't be surprised.  From Jesper Harder
7213         <harder@ifa.au.dk>.
7214
7215 2002-05-29  Simon Josefsson  <jas@extundo.com>
7216
7217         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
7218         articles.
7219
7220         * gnus.el (gnus-agent-cache): Doc fix.
7221         (gnus-agent): Change default to t.
7222
7223         * gnus-agent.el (gnus-agent-expire): Make it accept optional
7224         ARTICLES, GROUP and FORCE parameters.
7225
7226 2002-05-28  Simon Josefsson  <jas@extundo.com>
7227
7228         * gnus-group.el (gnus-group-line-format): Doc fix.
7229
7230 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7231
7232         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
7233         original article before yanking.  From Jesper Harder
7234         <harder@ifa.au.dk>.
7235
7236 2002-05-26  Simon Josefsson  <jas@extundo.com>
7237
7238         * gnus-sum.el (gnus-summary-menu-split): New function.
7239         (gnus-summary-make-menu-bar): Split charset submenu.
7240         (gnus-summary-menu-maxlen): New variable.
7241         (gnus-summary-menu-split): Use it.
7242
7243 2002-05-25  Simon Josefsson  <jas@extundo.com>
7244
7245         * mml.el (mml-preview): Generate some headers.
7246
7247         * gnus.el (gnus-large-newsgroup): Fix :type.
7248
7249         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
7250         Agent cache NOV's by default now).
7251         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
7252
7253 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
7254
7255         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
7256         call to gnus-parent-id when we check for References loops.
7257         (gnus-summary-prepare-threads): Avoid simplifying every Subject
7258         twice by saving the simplified subject string in simp-subject.
7259
7260 2002-05-23  Simon Josefsson  <jas@extundo.com>
7261
7262         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
7263         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
7264
7265         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
7266         Niklas Morberg <niklas.morberg@axis.com>.
7267
7268 2002-05-22  Simon Josefsson  <jas@extundo.com>
7269
7270         * sieve.el (sieve-change-region): Define it before it is used.
7271
7272         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
7273         (gnus-summary-reply): Ask for confirmation when replying to news.
7274         Defaults to not ask.  From Benjamin Rutt
7275         <rutt+news@cis.ohio-state.edu>.
7276
7277         * nnimap.el (nnimap-nov-is-evil): Improve doc.
7278
7279 2002-05-21  Simon Josefsson  <jas@extundo.com>
7280
7281         * sieve-mode.el (sieve-manage): Fix autoloads.
7282
7283         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
7284         name (makes it work with recent Cyrus timsieved).
7285
7286 2002-05-20  Jason  <jbaker@cs.utah.edu>
7287         Trivial patch.
7288
7289         * gnus-art.el (gnus-request-article-this-buffer): Try
7290         reconnecting if you don't get the message.
7291
7292 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7293
7294         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
7295         Reply-To headers from the headers.
7296
7297 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * mm-url.el (mm-url-insert): Remove junk message.
7300
7301 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7302
7303         * nnslashdot.el (nnslashdot-request-list): Parse new html.
7304         (nnslashdot-use-front-page): New variable.
7305         (nnslashdot-request-list): Use it.
7306
7307         * mm-url.el (mm-url-timeout): New variable.
7308         (mm-url-retries): Ditto.
7309         (mm-url-insert): Use it.
7310
7311 2002-05-16  Simon Josefsson  <jas@extundo.com>
7312
7313         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
7314         (gnus-simplify-subject-functions): Mention g-s-a-w.
7315
7316 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
7317
7318         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
7319         nnmail-cache-insert.
7320         * nndiary.el (nndiary-request-accept-article): Ditto.
7321         * nnfolder.el (nnfolder-request-accept-article): Ditto.
7322         * nnimap.el (nnimap-request-accept-article): Ditto.
7323         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
7324         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
7325         * nnmbox.el (nnmbox-request-accept-article): Ditto.
7326         * nnmh.el (nnmh-request-accept-article): Ditto.
7327         * nnmail.el (nnmail-cache-insert): Change group to required,
7328         removed code which tried to figure out the group.
7329
7330 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
7331
7332         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
7333         messages. From Hans de Graaff <hans@degraaff.org>.
7334         * nnml.el (nnml-request-accept-article): Pass in the group name to
7335         nnmail-cache-insert, since it's available.
7336
7337 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7338
7339         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
7340
7341 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7342         From Florian Weimer <fw@deneb.enyo.de>.
7343
7344         * gnus.el (subscribed): New group parameter.
7345         (gnus-find-subscribed-addresses): Use it.
7346
7347 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
7348
7349         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
7350         the default for pgpmime to support pgp v2.
7351         * mml-sec.el (mml-signencrypt-style): New accessor function to
7352         allow users to get/set the signencrypt style more easily without
7353         frobbing the alist directly.
7354         * mml.el (mml-generate-mime-1): Use accessor function.
7355
7356 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7357
7358         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
7359         parenthesis for "<" and ">".  Suggested by Andreas Schwab
7360         <schwab@suse.de>.
7361
7362 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7363
7364         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
7365         when intuiting the group the message is written to.  From Josh
7366         Huber <huber@alum.wpi.edu>.
7367
7368 2002-05-06  Simon Josefsson  <jas@extundo.com>
7369
7370         * gnus-topic.el (gnus-group-topic-parameters): Work when group
7371         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
7372
7373 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
7374
7375         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
7376         argument, and fixed compiler warning. (added autoload for
7377         gpg-encrypt).
7378
7379 2002-05-04  Simon Josefsson  <jas@extundo.com>
7380
7381         * mml1991.el (mml1991-function-alist): Doc fix.
7382
7383         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
7384         doesn't exist (for previewing messages without having Gnus
7385         started).
7386
7387         * mm-util.el (mm-coding-system-priorities): Defcustom.
7388
7389         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
7390
7391 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
7392
7393         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
7394         default.
7395         * mml-sec.el:
7396         * mml-sec.el (mml-signencrypt-style): New.
7397         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
7398         argument `sign'.
7399         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
7400         signencrypt.
7401         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
7402         * mml.el (mml-generate-mime-1): Changed logic so a part which is
7403         both signed & encryped is processed in one operation. (rather than
7404         two separate ops: sign, then encrypt)
7405         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
7406         indication if a message is signed by an expired key.
7407         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
7408         enables combined sign & encrypt operation. (this was always on
7409         before).
7410         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
7411
7412 2002-05-01  Simon Josefsson  <jas@extundo.com>
7413
7414         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
7415         server.
7416         (nnimap-mailbox-info): defvar instead of defvoo.
7417
7418 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7419
7420         * gnus.el: Oort Gnus v0.06 is released.
7421
7422 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7423
7424         * lpath.el: Bind url-package-version.
7425
7426 2002-05-01  Simon Josefsson  <jas@extundo.com>
7427
7428         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
7429         filename before deleting the group itself, because the presence of
7430         a group filename decides if long filenames are used or not.
7431
7432         * gnus-art.el (gnus-button-alist): Don't inline
7433         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
7434         without also modifying g-button-alist.
7435         (gnus-button-alist): Fix type to allow variable as well as regexp.
7436         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
7437         themselves, variables to its contents.
7438         (gnus-button-entry): Ditto.
7439
7440 2002-05-01  Simon Josefsson  <jas@extundo.com>
7441
7442         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
7443         UIDNEXT as a string.
7444
7445         * nnimap.el (nnimap-string-lessp-numerical): New function.
7446         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
7447         integers.
7448
7449 2002-04-29  Simon Josefsson  <jas@extundo.com>
7450
7451         * nnmail.el (nnmail-cache-insert): Accept optional group
7452         parameter.
7453
7454         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
7455         n-r-g-a is disabled.
7456
7457 2002-04-29  Simon Josefsson  <jas@extundo.com>
7458
7459         * nnimap.el (nnimap-split-fancy): Fix doc.
7460         (nnimap-split-fancy): Fix doc.
7461
7462         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
7463         (nnimap-mailbox-info): New internal variable.
7464         (nnimap-retrieve-groups): Implement faster new mail check.
7465
7466         * nnimap.el (nnimap-split-articles): Support
7467         nnmail-cache-accepted-message-ids.
7468         (nnimap-request-accept-article): Ditto.
7469
7470         * imap.el (imap-mailbox-status-asynch): New command.
7471
7472 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
7473
7474         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
7475         are no subscribed mail groups.
7476         - Strip quoted names when comparing addresses
7477
7478 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
7479
7480         * mm-decode.el (mm-text-html-renderer): Change customize type to
7481         const.
7482
7483         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
7484         (gnus-debug-exclude-variables): do.
7485
7486 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7487
7488         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
7489         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
7490
7491 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * dns.el (dns-make-network-process): New macro.
7494         (query-dns): Use it.
7495
7496 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7497
7498         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
7499         article-buffer.
7500
7501         * mm-url.el (mm-url-package-name): New variable.
7502         (mm-url-package-version): New variable.
7503         (mm-url-insert-file-contents): Bind url-package-name and
7504         url-package-version here.
7505         * nnrss.el (nnrss-insert-w3): Move the bindings.
7506
7507         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
7508         url-package-version. Trivial change from Andrew J Cosgriff
7509         <ajc@polydistortion.net>
7510
7511         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
7512         attachments. Trivial change from Peter 'Luna' Runestig
7513         <peter@runestig.com>.
7514
7515 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
7516
7517         * nnkiboze.el (nnkiboze-request-scan): Call
7518         nnkiboze-possibly-change-group.
7519         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
7520         problems.
7521         (nnkiboze-generate-group): Set newsrc to the *highest* article
7522         number kibozed, not the lowest.
7523
7524 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
7525
7526         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
7527
7528 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7529         From Dan Christensen <jdc+news@uwo.ca>.
7530
7531         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7532         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7533         Recognize math postings.  Extract Date (now ignores "(15kb)").
7534         Extract email address using gnus-extract-address-components
7535         instead of just taking the first word.  Create Date and From
7536         headers for message which are missing these headers.  Get rid
7537         of spurious \\ lines (purely cosmetic).  Extend body-end and
7538         file-end regexps, to exclude more garbage from the message.
7539         Make URL rephrasing regexp more flexible, to match current
7540         format.
7541
7542 2002-04-23  Simon Josefsson  <jas@extundo.com>
7543
7544         * netrc.el: New file, functions copied from gnus-util.el by Ted
7545         Zlatanov <tzz@lifelogs.com>.
7546
7547         * gnus-util.el: Require netrc.
7548         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
7549         new code in netrc.el.
7550
7551 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7552
7553         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
7554         message-ignored-resent-headers, too.  From Matthieu Moy
7555         <Matthieu.Moy@imag.fr>.
7556
7557 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7558
7559         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
7560         boolean not a string
7561         * gnus-group.el (gnus-group-line-format): add description of %C
7562         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
7563           as %C
7564         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
7565
7566 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
7567
7568         * nnmaildir.el (nnmaildir-request-scan): typo: set
7569         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
7570         nnmail-get-new-mail for 'find-new-groups.
7571
7572 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
7573
7574         * nnmaildir.el (nnmaildir-request-update-info,
7575         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
7576         unnecessary calls to nnmaildir-request-scan.
7577
7578 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
7579
7580         * gnus-msg.el:
7581         * gnus-msg.el (gnus-message-replysign): New.
7582         * gnus-msg.el (gnus-message-replyencrypt): New.
7583         * gnus-msg.el (gnus-message-replysignencrypted): New.
7584         * gnus-msg.el (gnus-summary-reply): Use the three new variables
7585         (above) to automatically encrypt/sign to encrypted/signed
7586         messages.
7587         * message.el:
7588         * message.el (message-mode-map): Add keybinding for
7589         `message-to-list-only'
7590         * message.el (message-mode): Add description for
7591         `message-to-list-only'
7592         * message.el (message-to-list-only): New.
7593         * message.el (message-make-mft): Changed to use the cl loop macro,
7594         and added optional flag to return only the matched list. (for use
7595         in new message-to-list-only function)
7596
7597 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
7598
7599         * gnus-msg.el:
7600         * gnus-msg.el (gnus-message-replysign):
7601         * gnus-msg.el (gnus-replysign): New.
7602         * gnus-msg.el (gnus-replyencrypt): New.
7603         * gnus-msg.el (gnus-replysignencrypted): New.
7604         * gnus-msg.el (gnus-summary-reply):
7605         * message.el:
7606         * message.el (message-mode-map):
7607         * message.el (message-mode):
7608         * message.el (message-to-list-only): New.
7609         * message.el (message-make-mft):
7610
7611 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7612
7613         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
7614
7615 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
7616
7617         * message.el (message-gen-unsubscribed-mft): accept a prefix
7618         argument so CC can be included with C-u C-c C-f C-a
7619
7620 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7621         From Ted Zlatanov <teodor.zlatanov@divine.com>.
7622
7623         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
7624         Improve docstring.
7625         (spam-enter-blacklist): New command.
7626
7627         * gnus-sum.el (gnus-spam-mark): New mark.
7628         (gnus-auto-expirable-marks): Add gnus-spam-mark.
7629         (gnus-summary-make-tool-bar): Correct conditional.
7630         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
7631         (gnus-summary-mark-as-spam): New command.
7632
7633 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
7634
7635         * mml-sec.el (mml-secure-message): changed to support arbritrary
7636         modes.
7637         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
7638         changed to support "signencrypt" mode.
7639         * mml.el (mml-parse-1): changed to support different secure modes
7640         more easily. (for signencrypt)
7641
7642 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
7643
7644         * gnus-sum.el (gnus-update-summary-mark-positions)
7645         (gnus-summary-toggle-header):
7646         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
7647         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
7648         (gnus-uu-post-encoded):
7649         * nnfolder.el (nnfolder-possibly-change-group):
7650         * nnimap.el (nnimap-retrieve-headers):
7651         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
7652
7653 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
7654
7655         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
7656         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
7657
7658 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * gnus-srvr.el (gnus-server-set-info): Clear
7661         `gnus-server-method-cache' when `gnus-server-alist' is changed.
7662         From Daiki Ueno <ueno@unixuser.org>.
7663
7664 2002-04-11  Simon Josefsson  <jas@extundo.com>
7665
7666         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
7667         viewing of security buttons.  Thanks to Nicolas Kowalski
7668         <Nicolas.Kowalski@imag.fr>.
7669
7670         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
7671         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
7672         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
7673         <Nicolas.Kowalski@imag.fr>.
7674         (smime-decrypt-buffer): Ditto.
7675
7676 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7677
7678         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
7679         header line.
7680
7681 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
7682
7683         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
7684
7685 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7686
7687         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
7688
7689 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7690
7691         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
7692         errors when debug.
7693
7694 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
7695
7696         * message.el (message-make-mft): Changed MFT code from using
7697         message-recipients (which included Bcc) to use only the To and CC
7698         headers.
7699
7700 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7701
7702         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
7703         add link.
7704         (gnus-treat-mail-picon): Ditto.
7705         (gnus-treat-newsgroups-picon): Ditto.
7706         (gnus-picon-databases): Fix custom type.
7707         (gnus-picon-databases): Add link.
7708         (gnus-article-x-face-command): Add to gnus-picon group.
7709
7710 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
7711
7712         * message.el (message-buffer-naming-style): Remove.
7713
7714 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7715
7716         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
7717
7718         * message.el (message-tool-bar-map): Ditto.
7719
7720         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7721
7722 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7723
7724         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
7725
7726 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
7727
7728         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
7729
7730 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
7731         Trivial patch.
7732
7733         * dns.el: open-network-stream under XEmacs does udp.
7734
7735 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
7736
7737         * spam.el (spam-enter-whitelist): New function.
7738         (spam-parse-whitelist): Ditto.
7739         (spam-refresh-list-cache): Ditto.
7740         (spam-address-whitelisted-p): New function.
7741
7742         * dns.el (query-dns): Use TCP when make-network-process isn't
7743         available.
7744         (dns-servers): New variable.
7745         (dns-parse-resolv-conf): New function.
7746         (query-dns): Use it.
7747
7748         * spam.el: New file.
7749
7750         * dns.el (query-dns): Test.
7751
7752 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7753
7754         * lpath.el (featurep): Bind make-network-process.
7755
7756 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
7757
7758         * nnmaildir.el: Use defstruct.  Use a single copy of
7759         nnmail-extra-headers to save memory.  Store server's group name
7760         prefix instead of each group's prefixed name.
7761         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
7762         nntp-server-buffer.
7763
7764 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7765
7766         * dns.el: New file.
7767
7768 2002-03-28  Simon Josefsson  <jas@extundo.com>
7769
7770         * gnus-sum.el (gnus-summary-dummy-line-format):
7771         * gnus.el (gnus-summary-line-format): Fixing links to Info.
7772         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
7773
7774 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7775
7776         * gnus-sum.el (gnus-summary-move-article)
7777         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
7778         the doc string.
7779
7780 2002-03-28  Simon Josefsson  <jas@extundo.com>
7781
7782         * mml-sec.el (mml-secure-message): Search after
7783         mail-header-separator from top of message.
7784
7785 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
7786
7787         * nnmaildir.el: Cosmetic changes.
7788         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
7789         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
7790         nnmaildir--group-ls): New macros/functions.  Use them.
7791         (nnmaildir--unlink): Evalutate argument only once.
7792
7793 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
7794
7795         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
7796         symbols.
7797         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
7798         `gnus-point-at-eol'.
7799
7800 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
7801
7802         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
7803         nnmaildir--marks-dir): New macros.  Use them.
7804         Use inhibit-quit for atomicity instead of in-memory journaling.
7805         (nnmaildir--edit-prep): New function.
7806         (Local Variables): Use it.
7807
7808 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
7809
7810         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7811
7812 2002-03-25  Simon Josefsson  <jas@extundo.com>
7813
7814         * message.el (message-mode): Fix doc.
7815
7816 2002-03-25  Simon Josefsson  <jas@extundo.com>
7817
7818         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
7819         Matthieu Moy <Matthieu.Moy@imag.fr>.
7820
7821 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
7822
7823         * mml-sec.el (mml-unsecure-message): Add docstring.
7824
7825 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
7826
7827         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
7828         value.
7829         Trivial change from andre@slamdunknetworks.com
7830
7831 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
7832
7833         * mml.el (mml-mode-map): Added a keybinding for
7834         `mml-unsecure-message'.  Also, added a menu entry for said
7835         function in the Attachments menu.
7836
7837 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * canlock.el (canlock-version): Remove.
7840         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
7841         here; simplify \x insertions.
7842         (canlock-sha1): New function, always return a unibyte string.
7843         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
7844         of a password.
7845         (canlock-insert-header): Use `canlock-sha1'.
7846         (canlock-verify): Ditto.
7847
7848 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7849
7850         * message.el (message-fix-before-sending): Add an option that
7851         ignores illegible text.
7852         Trivial change from Mark Milhollan <mlm@attglobal.net>
7853
7854         * message.el (message-font-lock-keywords): Support multi-line MML
7855         tags.
7856
7857         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
7858         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
7859
7860 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
7863         symbols for "View as different encoding" submenu.
7864
7865 2002-03-19  Simon Josefsson  <jas@extundo.com>
7866
7867         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
7868         encoding" submenu.
7869
7870 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7871
7872         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
7873
7874 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7875
7876         * gnus-sum.el (gnus-sum-thread-tree-root)
7877         (gnus-sum-thread-tree-single-indent)
7878         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7879         (gnus-sum-thread-tree-leaf-with-other)
7880         (gnus-sum-thread-tree-single-leaf): Make customizable.
7881
7882 2002-03-16  Simon Josefsson  <jas@extundo.com>
7883
7884         * gnus-util.el (gnus-extract-address-components): Don't break on
7885         names such as James "Kibo" Parry.  From Francis Litterio
7886         <franl@world.std.com>.
7887
7888 2002-03-13  Simon Josefsson  <jas@extundo.com>
7889
7890         * pop3.el (pop3-open-server): Revert multibyte change.  From
7891         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7892
7893         * message.el (message-send-mail-with-qmail): Make it work.  From
7894         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7895
7896 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
7897
7898         * message.el (message-make-mft): Set case-fold-search while
7899         generating the MFT.  Also, a little cleanup in the MFT code.
7900
7901 2002-03-12  Simon Josefsson  <jas@extundo.com>
7902
7903         * message.el (message-qmail-inject-args): May be function.
7904         (message-send-mail-with-qmail): Call function if m-q-i-a is
7905         function.  From fn@hungry.org (Faried Nawaz).
7906
7907 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7908
7909         * message.el (message-abbrevs-loaded): Remove.
7910         (mailabbrev): Require it.
7911
7912         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
7913
7914 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * pop3.el (pop3-open-server): Set process buffer unibyte.
7917
7918 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7919
7920         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
7921
7922 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7923
7924         * nnslashdot.el (nnslashdot-request-article): Remove javascript
7925         too.
7926
7927 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7928
7929         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
7930         duplication.
7931         (gnus-summary-save-parts-type-history): Ditto.
7932         (gnus-summary-save-parts-last-directory): Ditto.
7933         Trivial change from andre@slamdunknetworks.com
7934
7935 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
7936
7937         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
7938
7939 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7940
7941         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
7942         -->" as the end of the first article.
7943
7944         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
7945         From Matthieu Moy <Matthieu.Moy@imag.fr>
7946
7947         * message.el (message-add-action): Use add-to-list.
7948         (message-delete-action): New function.
7949
7950         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
7951         pieces.
7952
7953 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
7954
7955         * nnnil.el: New file.
7956         * gnus.el (gnus-valid-select-methods): Include nnnil.
7957
7958 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7959
7960         * message.el (message-syntax-checks): Because canlock is
7961         supported, we disable sender syntax check.
7962         (message-shoot-gnksa-feet): Add cancel-messages option doc.
7963
7964         * gnus-draft.el (gnus-draft-send): If interactive, use its default
7965         value of message-syntax-checks.
7966
7967         * qp.el (quoted-printable-decode-region): Doc addition.
7968         From: Eli Zaretskii <eliz@is.elta.co.il>
7969
7970         * mail-source.el (make-source-make-complex-temp-name): Use
7971         make-temp-file.
7972
7973         * mm-util.el (mm-make-temp-file): New function.
7974         * nneething.el (nneething-file-name): Use it.
7975         * mml-smime.el (mml-smime-encrypt): Ditto.
7976         * mm-view.el (mm-inline-wash-with-file): Ditto.
7977         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
7978         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
7979         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
7980         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
7981         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
7982         * gnus-art.el (gnus-mime-print-part): Ditto.
7983
7984 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
7985
7986         * message.el (nnmaildir-article-number-to-base-name): New
7987         function.
7988         (nnmaildir-base-name-to-article-number): New function.
7989
7990 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * smime.el (smime-make-temp-file): Don't quote
7993         `temporary-file-directory'.
7994
7995 2002-03-04  Simon Josefsson  <jas@extundo.com>
7996
7997         * smime.el (smime-sign-region): Rename argument keyfiles to
7998         keyfile. You only sign something with one key.
7999         (smime-sign-buffer): Better completing-read prompt.
8000         (smime-decrypt-buffer): Ditto.
8001
8002         * smime.el (smime-make-temp-file): Make it work under XEmacs.
8003
8004         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
8005         completing-read.
8006         (mm-view-pkcs7-decrypt): CRLF->LF.
8007
8008 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
8009
8010         * message.el (message-hierarchical-addresses): New variable.
8011         (message-get-reply-headers): Use it.
8012         From Ted Zlatanov <teodor.zlatanov@divine.com>
8013
8014 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8015
8016         * message.el (message-mode): If buffer-file-name, don't set auto
8017         save file name.
8018         Trivial change from Geoff Greene <ggreene@wpi.edu>
8019
8020 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8021
8022         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
8023         takes one argument in read-char.
8024
8025         * message.el (message-fix-before-sending): Forward a char.
8026         Check mmu-multibyte-p, add control-1.
8027
8028 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8029
8030         * gnus-start.el (gnus-read-init-file): Ditto.
8031
8032         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
8033
8034         * dgnushack.el (dgnushack-make-load): Ditto.
8035
8036         * mail-source.el (mail-source-fetch): Extract the right error
8037         code.
8038
8039         * message.el (message-fix-before-sending): Check illegible text.
8040
8041         * gnus-util.el (gnus-multiple-choice): New function.
8042
8043         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
8044         also defined in gnus-score.el.
8045
8046 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
8047
8048         * message.el (message-get-reply-headers): downcase email addresses
8049         for comaparisons for duplicate removal.
8050
8051 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8052
8053         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
8054         implementation of PKCS#7, which just allows users read the
8055         message.
8056         (mm-view-pkcs7): Use it.
8057
8058 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8059
8060         * gnus.el (large-newsgroup-initial): New parameter.
8061
8062         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
8063         (gnus-summary-insert-old-articles): Ditto.
8064
8065 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8066
8067         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
8068         used as the default answer of the question, "How many articles?".
8069         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8070
8071         * nnagent.el (nnagent-retrieve-headers): Remove articles with
8072         small numbers.
8073
8074 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8075
8076         * deuglify.el: Fix comments.
8077
8078 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
8079
8080         * html2text.el (html2text-clean-anchor): If there is no HREF,
8081         insert nothing.
8082
8083         * mml.el (mml-generate-mime-1): Add cdr.
8084         From: andre@slamdunknetworks.com
8085
8086         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
8087         (mm-text-html-washer-alist): Ditto.
8088
8089         * mm-decode.el (mm-text-html-renderer): Add html2text.
8090
8091         * html2text.el: Face lift.
8092
8093         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
8094
8095 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
8096
8097         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
8098
8099         * deuglify.el: Change copy right. Add autoload. Add coding-system.
8100
8101         * deuglify.el: New file. The original file name is
8102         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
8103
8104         * mm-decode.el (mm-display-external): Use
8105         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
8106
8107 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
8108
8109         * nnmaildir.el (nnmaildir-request-list): Report the highest
8110         article number, not the total number of articles.
8111
8112 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8113
8114         * gnus-sum.el: Move uu key map here.
8115         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
8116
8117 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
8118
8119         * nnmaildir.el (nnmaildir-request-expire-articles): Use
8120         nnmail-expiry-wait* if expire-age parameter is not set.
8121
8122 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8123
8124         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
8125         function.
8126         (gnus-group-sort-selected-groups-by-real-name): New function.
8127         (gnus-group-make-menu-bar): Add sort by real name.
8128
8129         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
8130         rebuild.
8131         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
8132         nil as dependencies as well.
8133
8134 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8135
8136         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
8137         for mime-parts.
8138
8139         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
8140
8141         * gnus-group.el (gnus-group-name-decode): Don't test
8142         multibyte-string, because it breaks XEmacs.
8143         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
8144
8145         * message.el (message-send-mail): Be talkative.
8146
8147         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
8148         (mm-automatic-display): Ditto.
8149
8150         * mailcap.el (mailcap-mime-data): Ditto.
8151         From: Reiner Steib <4uce.02.r.steib@gmx.net>
8152
8153 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * many files: Remove trailing whitespaces, replace spc+tab with
8156         tab, replace leading whitespaces with tabs.
8157
8158 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
8159
8160         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
8161         articles with no body and no blank line after the header.
8162
8163 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8164
8165         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
8166         parts.
8167
8168         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
8169         non-ascii chars.
8170
8171         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8172
8173         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
8174         w3-delay-image-loads.
8175         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
8176         (mm-w3-prepare-buffer): Ditto.
8177
8178         * mail-source.el (mail-source-fetch-directory): Run scripts.
8179
8180 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8181
8182         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
8183         for Majordomo confirmations.
8184
8185 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8186
8187         * gnus-fun.el (gnus-respond-to-confirmation): New command.
8188
8189 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8190
8191         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8192
8193 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
8194
8195         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
8196         References header field.  From Mark Thomas <mthomas@cmu.edu>.
8197
8198 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8199
8200         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
8201         (mm-inline-render-with-stdin): Ditto.
8202         (mm-inline-render-with-function): Ditto.
8203         (mm-inline-wash-with-file): Bind coding-system-for-write.
8204         (mm-inline-wash-with-stdin): Ditto.
8205
8206 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8207
8208         Suggested by Felix Natter <fnatter@gmx.net>
8209
8210         * gnus-art.el (gnus-mime-view-part-externally): Rename from
8211         gnus-mime-externalize-view.
8212         (gnus-mime-view-part-internally): Rename from
8213         gnus-mime-internalize-view.
8214         (gnus-article-view-part-externally): Rename from
8215         gnus-article-externalize-part.
8216         (gnus-mime-action-alist): Change correspondingly.
8217         (gnus-mime-button-commands): Ditto.
8218         (gnus-mime-action-alist): Remove duplication.
8219
8220         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
8221
8222 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8223
8224         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
8225
8226         * gnus-art.el (gnus-display-mime): Use it.
8227
8228         * mm-partial.el (mm-partial-find-parts): Use it.
8229
8230         * gnus-sum.el (gnus-article-loose-mime): Rename from
8231         gnus-article-no-strict-mime.
8232         (gnus-summary-save-parts): Use it.
8233
8234 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
8237         local variable.
8238
8239         * gnus-art.el (article-display-x-face): Don't sort multiple
8240         X-Faces.
8241
8242 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
8245         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
8246
8247         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
8248
8249 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8250
8251         Some ideas is inspired by code from Hrvoje Niksic
8252         <hniksic@arsdigita.com>
8253
8254         * gnus-art.el (gnus-article-wash-function): Set the default to
8255         nil, so that we use mm-text-html-renderer instead.
8256         (article-wash-html): Use mm-text-html-renderer.
8257
8258         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
8259         (mm-text-html-renderer): New variable.
8260         (mm-inline-text-html-renderer): Set the default to nil, so that we
8261         use mm-text-html-renderer instead.
8262
8263         * mm-view.el (mm-inline-text-html): New function.
8264         (mm-text-html-renderer-alist): New variable.
8265         (mm-inline-text-vcard): New function.
8266         (mm-inline-text): Split.
8267         (mm-links-remove-leading-blank): New function.
8268         (mm-inline-render-with-file): New function.
8269         (mm-inline-render-with-stdin): New function.
8270         (mm-inline-render-with-function): New function.
8271         (mm-text-html-washer-alist): New variable.
8272         (mm-inline-wash-with-file): New function.
8273         (mm-inline-wash-with-stdin): New function.
8274
8275 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8276
8277         * message-utils.el: Fix installation doc.
8278         From: Reiner Steib <4uce.02.r.steib@gmx.net>
8279
8280 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
8281
8282         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
8283         (gnus-post-method): Use it.
8284         (gnus-summary-cancel-article): Find the correct post-method.
8285
8286         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
8287         * message.el (message-send-news): Ditto.
8288         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
8289         <ipmonger@delamancha.org>
8290
8291         * gnus.el (gnus-select-method): Fix doc.
8292         (gnus-server-string): Use 'using nntp'.
8293
8294         * gnus-agent.el (gnus-slave-unplugged): New command.
8295         From: Felix Natter <fnatter@gmx.net>
8296
8297 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8298
8299         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
8300         Call edit-done-function first, then change the window
8301         configuration.
8302         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
8303         (gnus-article-edit-mode): mml-mode.
8304
8305         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
8306         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
8307
8308         * message-utils.el: Adopt the file.
8309
8310         * message-utils.el: New file.
8311         From Holger Schauer <Holger.Schauer@gmx.de>
8312
8313 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8314
8315         * gnus-sum.el (gnus-summary-move-article): Select-article only
8316         when gnus-move-split-methods is non-nil. And we don't render or
8317         mark the article.
8318
8319         * gnus-fun.el (gnus-shell-command-to-string): New function.
8320         (gnus-shell-command-on-region): New function.
8321         (gnus-random-x-face): Use them.
8322         (gnus-x-face-from-file): Ditto.
8323         (gnus-convert-image-to-gray-x-face): Ditto.
8324         (gnus-convert-gray-x-face-to-xpm): Ditto.
8325         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
8326
8327 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * gnus-art.el (gnus-treat-display-xface): Don't use
8330         `shell-command-to-string' when compiling.
8331         (gnus-treat-display-grey-xface): Ditto.
8332
8333 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
8334
8335         * nnmaildir.el (nnmaildir--article-count): If the group is
8336         completely empty, report minimum article number as 1 instead of 0.
8337
8338 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
8339
8340         * gnus-agent.el (gnus-get-predicate): Use nconc.
8341
8342         * gnus-sum.el (gnus-summary-display-make-predicate): Use
8343         gnus-summary-display-cache as cache.
8344
8345         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
8346         (nndoc-mail-in-mail-type-p): New function.
8347         (nndoc-mail-in-mail-article-begin): New function.
8348
8349 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8350
8351         * mailcap.el (mailcap-mime-data): Use enriched-decode.
8352
8353         * gnus-cite.el (gnus-article-fill-cited-article): Bind
8354         use-hard-newlines to nil.
8355
8356         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
8357         image is not available if window-system is not available.
8358
8359         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
8360
8361 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8362
8363         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
8364         bookmark, because update-mark doesn't handle it correctly.
8365
8366 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8367
8368         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
8369         directly instead of calling message-send-mail.
8370
8371         * gnus-start.el (gnus-read-descriptions-file): Use
8372         gnus-default-charset.
8373
8374         * mm-util.el (mm-guess-mime-charset): New function.
8375
8376         * gnus.el (gnus-default-charset): Use it.
8377         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
8378         the default.
8379
8380 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8381
8382         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
8383         (article-display-x-face): Use it.  Disable grey xface, if
8384         uncompface is not found.
8385
8386         * message.el (message-mode): Don't enable multibyte on an indirect
8387         buffer.
8388
8389         * nnrss.el (nnrss-content-function): New variable.
8390         (nnrss-request-article): Use it.
8391
8392 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8393
8394         * gnus.el: Add article-unsplit-urls.
8395         * gnus-sum.el: Ditto.
8396         * gnus-art.el (gnus-treat-strip-cr): New variable.
8397         (gnus-treatment-function-alist): Use it.
8398         (article-unsplit-urls): New function.
8399         (gnus-article-make-menu-bar): Use it.
8400         From: Michael Cook <michael.cook@cisco.com>
8401
8402 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8403
8404         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
8405         copy.
8406
8407 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
8408
8409         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
8410         with internal whitespace.
8411         (gnus-parent-id): Ditto.
8412
8413 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8414
8415         * gnus-art.el (gnus-article-treat-body-boundary): Add
8416         gnus-decoration property.
8417         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
8418
8419         * message.el (message-mode): Set local-abbrev-table.
8420         From Matt Armstrong <matt@lickey.com>.
8421
8422         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
8423         too many spaces.
8424
8425         * rfc2047.el (rfc2047-unfold-region): Ditto.
8426         (rfc2047-decode-region): Don't unfold. Let
8427         gnus-article-treat-unfold-headers do it.
8428
8429         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
8430         From: Jesper Harder <harder@ifa.au.dk>
8431
8432 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8433
8434         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
8435         (gnus-configure-posting-styles): Use it.
8436         (gnus-configure-posting-styles): Remove trailing newspaces.
8437
8438 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8439
8440         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
8441         is non-nil.
8442
8443         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
8444
8445         * gnus.el (gnus-server-to-method): Switch position with
8446         gnus-server-get-method.
8447         (gnus-agent): Add doc.
8448
8449         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
8450         (gnus-summary-save-parts): Use it.
8451
8452         * gnus-art.el (gnus-display-mime): Use it.
8453         * mm-partial.el (mm-partial-find-parts): Use it.
8454
8455         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
8456
8457         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
8458         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
8459
8460         * nnagent.el (nnagent-request-expire-articles): Don't delete
8461         files.
8462
8463 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8464
8465         * message.el (message-gen-unsubscribed-mft): New function.
8466         From Sriram Karra <karra@cs.utah.edu>.
8467
8468         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
8469         open parenthesis.
8470
8471         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
8472         (mm-inline-text-html-render-with-w3): Ditto.
8473         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
8474         Suggested by Dave Love  <d.love@dl.ac.uk>.
8475
8476         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
8477
8478         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
8479         * nntp.el (nntp-send-command): Ditto.
8480         * nntp.el (nntp-send-command-nodelete): Ditto.
8481
8482 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8483
8484         * mm-url.el (mm-url-load-url): New function.
8485         (mm-url-insert-file-contents): Use it.
8486
8487         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
8488
8489         * message.el (message-forward-make-body): Correctly copy
8490         forward-buffer.
8491
8492         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
8493
8494 2002-02-04  Simon Josefsson  <jas@extundo.com>
8495
8496         * gnus-art.el (gnus-article-followup-with-original): Mark with
8497         force, prevent errors when following up from article buffer.
8498         (gnus-article-reply-with-original): Ditto.
8499
8500         * binhex.el (binhex-decoder-switches): Fix doc.  From
8501         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8502
8503 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8504
8505         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
8506         highlight-citation after emphasize.
8507
8508 2002-02-04  Simon Josefsson  <jas@extundo.com>
8509
8510         * nnfolder.el (nnfolder-open-marks):
8511
8512         * nnml.el (nnml-open-marks): Message when done.  From David
8513         Edmondson <dme@sun.com>.
8514
8515 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8516
8517         * imap.el (imap-anonymous-auth): Fix typo.
8518         From: Steinar Bang <sb@dod.no>
8519
8520         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
8521         save-excursion.
8522         (gnus-cache-braid-heads): Ditto.
8523
8524         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
8525         line, because there are extra articles in the overview buffer.
8526
8527         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
8528
8529         * message.el (message-forward-rmail-make-body): Directly use
8530         rmail-msg-restore-non-pruned-header to avoid calling
8531         vertical-motion.
8532
8533 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8534
8535         * gnus-cache.el (gnus-summary-insert-cached-articles):
8536         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
8537
8538         * gnus-group.el (gnus-group-mark-article-read): Nreverse
8539         gnus-newsgroups-unselected.
8540
8541         * gnus-agent.el (gnus-summary-set-agent-mark): Use
8542         gnus-add-to-sorted-list.
8543
8544         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
8545         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
8546         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
8547         (gnus-update-read-articles): UNREAD is sorted.
8548         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
8549         (gnus-newsgroup-marked, gnus-newsgroup-cached)
8550         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
8551         (gnus-newsgroup-dormant): Require sorted.
8552
8553         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
8554         directories.
8555         (gnus-dired-print): New function.
8556
8557         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
8558         ps-despool.
8559
8560 2002-02-02  Simon Josefsson  <jas@extundo.com>
8561
8562         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
8563
8564 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8565
8566         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
8567         t. This makes gnus-agent customizable without putting
8568         gnus-agentize into .gnus.
8569
8570         * gnus.el (gnus-agent): Make it customizable.
8571
8572         * gnus-dired.el: New file.
8573         From Benjamin Rutt <brutt@bloomington.in.us>
8574
8575         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
8576         if no article.
8577         (gnus-cache-possibly-remove-article): Ditto.
8578         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
8579
8580 2002-02-01  Simon Josefsson  <jas@extundo.com>
8581
8582         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
8583
8584 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
8587         (mm-setup-w3m): Don't bind keys listed in the above.
8588
8589 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
8592         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
8593         is non-nil; bind `w3m-force-redisplay' with nil.
8594
8595         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8596
8597         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
8598
8599 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8600
8601         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
8602         use mail-header-unfold-field.
8603
8604         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
8605         gnus-summary-limit.
8606
8607         * gnus-range.el (gnus-add-to-sorted-list): New function.
8608         * gnus-sum.el (gnus-mark-article-as-read): Use it.
8609         (gnus-mark-article-as-unread): Ditto.
8610         (gnus-summary-mark-article-as-unread): Ditto.
8611         (gnus-build-get-header): Ditto.
8612         (gnus-summary-prepare-threads): Ditto.
8613         (gnus-summary-insert-pseudos): Ditto.
8614         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
8615         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
8616         (gnus-summary-insert-old-articles): Ditto.
8617
8618         * gnus-msg.el (gnus-posting-styles): Add new format of header.
8619         (gnus-configure-posting-styles): Support the new format.
8620
8621         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
8622         edebug-form-spec to (sexp body).
8623         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
8624
8625         * message.el (message-reply-headers): Add doc.
8626
8627 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8628
8629         * gnus-group.el (gnus-group-delete-group): Nix the entry in
8630         gnus-cache-active-hashtb.
8631
8632         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
8633         (gnus-agent-summary-fetch-group): Use it.
8634
8635         * gnus-msg.el (gnus-debug-files): New variable.
8636         (gnus-debug-exclude-variables): New variable.
8637         (gnus-debug): Use them.
8638
8639         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
8640
8641 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8642
8643         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
8644         (message-mode-syntax-table): Move back the previous position.
8645
8646         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
8647
8648         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8649         gnus-sorted-difference.
8650
8651         * nnsoup.el (nnsoup-request-expire-articles): Use
8652         gnus-sorted-difference.
8653
8654         * nnheader.el: Autoload gnus-sorted-difference.
8655
8656         * nnfolder.el (nnfolder-request-expire-articles): Use
8657         gnus-sorted-difference.
8658
8659         * gnus-cache.el (gnus-cache-retrieve-headers): Use
8660         gnus-sorted-difference.
8661
8662         * gnus-range.el: Autoload cookies.
8663         (gnus-sorted-difference): New function.
8664         (gnus-sorted-ndifference): New function.
8665         (gnus-sorted-nintersection): Rename from
8666         gnus-set-sorted-intersection.
8667         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
8668         (gnus-list-range-difference): Rename from
8669         gnus-inverse-list-range-intersection.
8670         (gnus-inverse-list-range-intersection): Use defalias.
8671
8672         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
8673         gnus-sorted-ndifference, and gnus-sorted-nintersection.
8674         (gnus-articles-to-read): Use gnus-sorted-difference.
8675         (gnus-summary-limit-mark-excluded-as-read): Use
8676         gnus-sorted-intersection and gnus-sorted-ndifference.
8677         (gnus-list-of-read-articles): Use gnus-list-range-difference.
8678         (gnus-summary-insert-articles): Use gnus-sorted-difference.
8679
8680         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
8681
8682 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
8685         property to the buffer for using emacs-w3m command keys.
8686
8687         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
8688         option.
8689
8690         * mm-view.el (mm-w3m-mode-map): New variable.
8691         (mm-w3m-mode-command-alist): New variable.
8692         (mm-w3m-minor-mode): Removed.
8693         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
8694         (mm-inline-text-html-render-with-w3m): Add keymap property to the
8695         buffer for using emacs-w3m command keys.
8696
8697 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8698
8699         * message.el (message-mode-syntax-table): Move forward.
8700         (message-cite-prefix-regexp): Auto detect non word constituents.
8701         (message-cite-prefix-regexp): Don't use with-syntax-table.
8702
8703         * gnus-sum.el (gnus-summary-update-info): Use
8704         gnus-list-range-intersection.
8705
8706         * gnus-agent.el (gnus-agent-fetch-headers): Use
8707         gnus-list-range-intersection.
8708
8709         * gnus-range.el (gnus-range-normalize): Use correct predicate.
8710         (gnus-list-range-intersection): Use it.
8711         (gnus-inverse-list-range-intersection): Ditto.
8712         (gnus-sorted-intersection): Add doc.
8713         (gnus-set-sorted-intersection): Add doc.
8714         (gnus-sorted-union): New function.
8715         (gnus-set-sorted-union): New function.
8716
8717         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
8718         (gnus-inverse-list-range-intersection): Ditto.
8719
8720 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
8721
8722         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
8723
8724         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
8725         and permit `:' and `\' in order to handle full Windows pathnames.
8726         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
8727         technically not correct per standard, but seems to have common use.
8728
8729 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8730
8731         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
8732         replacing numbers.
8733
8734 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
8735
8736         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
8737
8738         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
8739         Don't split when the window is small, e.g. when a small *BBDB*
8740         window is the lowest one.
8741
8742         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8743         nnheader-find-nov-line to speed up. Use nreverse, because it is
8744         sorted. Use nnheader-insert-nov-file.
8745
8746 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * mm-decode.el (mm-inline-text-html-with-images): New user option.
8749
8750         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
8751         of `w3m-display-inline-images' with the value of
8752         `mm-inline-text-html-with-images'.
8753         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
8754
8755         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8756
8757 2002-01-27  Richard M. Stallman  <rms@gnu.org>
8758
8759         * time-date.el: Add autoload cookies.  Many doc fixes.
8760         (time-add): New function.
8761         (time-subtract): Renamed from subtract-time.
8762         (subtract-time): New alias for time-subtract.
8763
8764 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
8767         emacs-w3m in doc-string.
8768
8769         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
8770         `w3m-current-buffer'.
8771
8772 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8773
8774         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
8775
8776         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
8777         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
8778         (mm-w3m-cid-retrieve): New function.
8779         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
8780
8781 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8782
8783         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
8784
8785 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8786
8787         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
8788
8789 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8790
8791         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
8792         32K.
8793
8794         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
8795
8796         * nnmail.el (nnmail-article-group): Decode headers before running
8797         split rules over them.
8798         (nnmail-mail-splitting-charset): New variable.
8799
8800         * smiley.el: Replaced with smiley-ems.el.
8801
8802 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8803
8804         * mm-url.el (mm-url-predefined-programs): Add w3m.
8805         (mm-url-program): Ditto.
8806
8807 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8808
8809         * nnml.el (nnml-use-compressed-files): New variable.
8810         (nnml-filenames-are-evil): Removed.
8811         (nnml-current-group-article-to-file-alist): Don't use.
8812         (nnml-update-file-alist): Inhibit.
8813         (nnml-article-to-file): Use new var.
8814
8815 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8816
8817         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
8818
8819         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
8820
8821 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8822
8823         * gnus-agent.el (gnus-agent-load-alist): Use new caching
8824         function.
8825
8826         * gnus-util.el (gnus-cache-file-contents): New function.
8827
8828         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
8829         (gnus-agent-load-alist): Use it.
8830
8831         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
8832
8833         * nnheader.el (nnheader-insert-nov-file): New function.
8834
8835         * gnus-util.el (gnus-parse-without-error): Correct the loop.
8836
8837         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
8838         there are no references.
8839         (gnus-extract-message-id-from-in-reply-to): New function.
8840         (gnus-nov-parse-line): Use in-reply-to if there are no
8841         references.
8842
8843 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8844
8845         * nnagent.el (nnagent-retrieve-headers): Use new macro.
8846
8847         * gnus-util.el (gnus-parse-without-error): New macro.
8848
8849 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
8850
8851         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
8852         (gnus-article-wash-function): use locate-library to decide which
8853         to use.
8854
8855 2002-01-25  Simon Josefsson  <jas@extundo.com>
8856
8857         * pop3.el (pop3-munge-message-separator): Work if no date.
8858         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
8859
8860 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8861
8862         * gnus-agent.el (gnus-agent-save-alist): Fix.
8863
8864         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
8865         mistake.  Reinstated lost code.
8866
8867 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
8868
8869         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
8870         one exists in the case of an encrypted message with an internal
8871         signature.
8872
8873 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8874
8875         * gnus-agent.el (gnus-agent-save-alist): Optimized.
8876
8877 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * dgnushack.el: Commented out the experimental code.
8880
8881 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8882
8883         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
8884         error.
8885
8886         * gnus.el (gnus-server-to-method): Made into subst.
8887         (gnus-server-method-cache): New variable.
8888         (gnus-server-to-method): Use it.
8889         (gnus-group-method-cache): New variable.
8890         (gnus-find-method-for-group-1): Renamed.
8891         (gnus-find-method-for-group): New function.
8892         (gnus-group-method-cache): Removed.
8893
8894         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
8895         function.
8896
8897         * gnus-range.el (gnus-members-of-range): New function.
8898         (gnus-list-range-intersection): Renamed.
8899         (gnus-inverse-list-range-intersection): New function.
8900
8901         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
8902
8903         * nnagent.el (nnagent-retrieve-headers): New implementation.
8904
8905         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
8906         implementation.
8907
8908 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
8911         `w3m-meta-content-type-charset-regexp'.
8912
8913         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
8914         charset-encoded html contents.
8915
8916 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8917
8918         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
8919         an empty file.
8920
8921         * nnweb.el (url): Ignore errors when request url.
8922
8923         * nnrss.el: Clean up the comments.
8924
8925 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
8928
8929         * mm-decode.el (mm-inline-text-html-renderer): New user option.
8930         (mm-inline-media-tests): Test whether the value of
8931         `mm-inline-text-html-renderer' is a function for text/html.
8932
8933         * mm-view.el (mm-inline-text-html-render-with-w3): New function
8934         separated from `mm-inline-text'.
8935         (mm-w3m-minor-mode): New variable.
8936         (mm-w3m-setup): New variable.
8937         (mm-setup-w3m): New function.
8938         (mm-inline-text-html-render-with-w3m): New function.
8939         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
8940         text/html.
8941
8942 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
8943
8944         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
8945
8946 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
8949         and `gnus-xmas-completing-read'.
8950
8951 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8952
8953         * nneething.el (nneething-message-id-number): Abolished.
8954         (nneething-encode-file-name): Not encode numerical characters.
8955         (nneething-make-head): `nneething-message-id-number' is not
8956         used to generate message IDs.
8957
8958 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8959
8960         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
8961         characters.
8962
8963 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8964
8965         * gnus-xmas.el (gnus-xmas-completing-read): New function.
8966         (gnus-xmas-redefine): Redefine conditionally.
8967
8968 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
8969
8970         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
8971         tag.
8972
8973 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
8974
8975         * message.el (message-font-lock-keywords): Added the secure tag.
8976         * mml-sec.el: Added functions to generate/modify/remove the secure
8977         tag while in message mode.
8978         * mml-sec.el (mml-secure-message): New.
8979         * mml-sec.el (mml-unsecure-message): New.
8980         * mml-sec.el (mml-secure-message-sign-smime): New.
8981         * mml-sec.el (mml-secure-message-sign-pgp): New.
8982         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
8983         * mml-sec.el (mml-secure-message-encrypt-smime): New.
8984         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
8985         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
8986         * mml.el (mml-parse-1): Added code to recognise the secure tag and
8987         convert it to either a part or multipart depending on if there are
8988         other parts in the message.
8989         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
8990         to use the secure tag, rather than the part tag.
8991         * mml.el (mml-preview): Added a save-excursion to keep cursor
8992         position after doing an MML preview.
8993
8994 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8995
8996         * nnheader.el (nnheader-parse-overview-file): New function.
8997         (nnheader-write-overview-file): New function.
8998
8999 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9000
9001         * gnus.el (gnus-group-fast-parameter): Check better if expansion
9002         in wanted.
9003
9004         * nnweb.el (nnweb-type-definition): Clean up.
9005
9006 2002-01-21  Alastair Burt  <burt@dfki.de>
9007         Trivial patch.
9008
9009         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
9010         buffer exists before jumping to it.
9011
9012 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9013
9014         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
9015         function.
9016         (article-wash-html): Use it.
9017         (gnus-article-wash-function): New variable.
9018         (gnus-article-wash-html-with-w3m): New function.
9019
9020 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9021
9022         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
9023         XEmacs.
9024
9025 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
9026
9027         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
9028         command line.
9029
9030 2002-01-21  Simon Josefsson  <jas@extundo.com>
9031
9032         * canlock.el (base64-encode-string): Autoload it from base64.
9033         (canlock-make-cancel-key): Base64 encode unibyte string.
9034
9035 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9036
9037         * nnfolder.el (nnfolder-request-accept-article): Unfold
9038         x-from-line.
9039         (nnfolder-request-replace-article): Ditto.
9040
9041 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
9042
9043         * gnus-group.el (gnus-group-best-unread-group): Use the right
9044         positioning function.
9045
9046 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9047
9048         * smiley-ems.el (smiley-region): Use new function.
9049         (smiley-update-cache): Use general image functions.
9050         (smiley-region): Use general functions.
9051
9052         * gnus-util.el (gnus-graphic-display-p): New function.
9053
9054         * nnmail.el (nnmail-article-group): Allow outputting traces of
9055         non-strings.
9056
9057         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
9058         (nndoc-exim-bounce-type-p): New function.
9059
9060         * message.el (message-dont-send): Doc fix.
9061
9062         * gnus-util.el (gnus-completing-read): Remove
9063         inherit-input-method.
9064
9065         * gnus-art.el (gnus-treat-smiley): Doc fix.
9066
9067         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
9068         articles.
9069
9070 2002-01-19  Simon Josefsson  <jas@extundo.com>
9071
9072         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
9073         (imap-kerberos4-open): Ditto.
9074         (imap-open): Set port correctly, don't set auth.
9075
9076 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9077
9078         * gnus.el (gnus-version-number): Bump version number.
9079
9080 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9081
9082         * gnus.el: Oort Gnus v0.05 is released.
9083
9084 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9085
9086         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
9087         exists.
9088
9089         * gnus-spec.el (gnus-string-width-function): New function.
9090         (gnus-tilde-cut-form): Use it.
9091         (gnus-tilde-max-form): Ditto.
9092         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
9093         (gnus-substring-function): Use it.
9094         (gnus-tilde-cut-form): Ditto.
9095         (gnus-substring-function): New function.
9096
9097         * message.el (message-check-news-header-syntax): New message.
9098
9099         * gnus.el (gnus-slave-no-server): Doc fix.
9100
9101         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
9102
9103 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
9106         `seen' if it looks like (seen NUM1 . NUM2).  It should be
9107         (seen (NUM1 . NUM2)).
9108
9109 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9110
9111         * gnus-topic.el (gnus-topic-catchup-articles): Update article
9112         number in closed topics.
9113
9114 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
9115
9116         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
9117         functions.
9118
9119 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9120
9121         * gnus.el (gnus-group-find-parameter): Clean up.
9122
9123         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
9124         articles.
9125
9126         * gnus-util.el (gnus-completing-read-with-default): Renamed.
9127
9128         * nnmail.el (nnmail-article-group): Clean up.
9129
9130 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
9131
9132         * gnus-agent.el (gnus-category-name): Intern the category name.
9133
9134 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9135
9136         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
9137
9138         * gnus-util.el (gnus-completing-read): New function.
9139
9140 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9141
9142         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
9143
9144         * smiley-ems.el (smiley-region): Register smiley.
9145         (smiley-toggle-buffer): Rewrite the function.
9146         (smiley-active): Removed.
9147
9148 2002-01-19  Simon Josefsson  <jas@extundo.com>
9149
9150         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
9151         Jesper Harder <harder@ifa.au.dk>.
9152
9153 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9154
9155         * gnus-art.el (gnus-request-article-this-buffer): Call
9156         `nneething-get-file-name' to extract the file name from the
9157         message id.
9158
9159         * nneething.el (nneething-encode-file-name): New function.
9160         (nneething-decode-file-name): Ditto.
9161         (nneething-get-file-name): Ditto.
9162         (nneething-make-head): Encode the file name and encapsulate it
9163         into the field of the message id.
9164
9165 2002-01-18  Simon Josefsson  <jas@extundo.com>
9166
9167         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
9168         stored in .marks.
9169
9170         * nnfolder.el (nnfolder-request-update-info): Ditto.
9171
9172 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9173
9174         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
9175
9176 2002-01-18  Simon Josefsson  <jas@extundo.com>
9177
9178         * imap.el (imap-starttls-p): Don't check for binary.
9179         (imap-gssapi-auth-p): Ditto.
9180         (imap-kerberos4-auth-p): Ditto.
9181         (imap-open): Change logic.  Iterate through all possible streams,
9182         instead of bailing out after first failure.  Move authenticator
9183         decision to `imap-authenticate'.
9184         (imap-authenticate): Change logic, now finds the authenticator to
9185         use, was previously in `imap-open'.
9186         (imap-open): Return nil on failure.
9187         (imap-open): Setup temp buffer correctly.
9188         (imap-open): Return buffer only on success.
9189         (imap-interactive-login, imap-interactive-login): Tell the user
9190         which stream/authenticator is used for the queried
9191         username/password.
9192         (imap-open, imap-authenticate): Set variables.
9193         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
9194         (imap-open): Don't assume how `with-temp-buffer' is implemented.
9195
9196 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9197
9198         * gnus-fun.el (gnus-grab-cam-x-face): New function.
9199
9200 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9201
9202         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
9203
9204 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9205
9206         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
9207         (gnus-agent-group-mode-map): Bind it to "Jo".
9208         (gnus-agent-group-make-menu-bar): Add it into menu bar.
9209
9210 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
9211
9212         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
9213         (gnus-summary-mail-toolbar): Add mail article deletion button.
9214
9215         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
9216         false positives for lines of "^^^^".
9217
9218         * gnus-picon.el (gnus-picon-find-face): faces database is all
9219         lowercase.
9220
9221 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9222
9223         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
9224         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
9225         duplications.
9226         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
9227
9228 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9229
9230         * gnus-sum.el (gnus-summary-initial-limit): Inline
9231         gnus-summary-limit-children.
9232         (gnus-summary-initial-limit): Don't limit if
9233         gnus-newsgroup-display is nil.
9234         (gnus-summary-initial-limit): No, don't.
9235
9236         * gnus-util.el
9237         (gnus-put-text-property-excluding-characters-with-faces): Inline
9238         gnus-put-text-property.
9239
9240         * gnus-spec.el (gnus-default-format-specs): New variable.
9241
9242         * gnus-start.el (gnus-read-newsrc-file): Don't clear
9243         gnus-format-specs.
9244         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
9245
9246         * gnus-spec.el (gnus-update-format-specifications): Really check
9247         the Gnus version of the .newsrc.eld file.
9248         (gnus-format-specs): Save the new default summary format.
9249
9250         * gnus-util.el (gnus-parent-id): Check whether references is empty
9251         before splitting.
9252
9253         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
9254         functions.
9255         (gnus-gather-threads-by-references): Inline
9256         `gnus-split-references'.
9257
9258         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
9259         default value of gnus-summary-line-format-spec.
9260
9261 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9262
9263         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
9264         message.
9265         (nnslashdot-request-list): Ditto.
9266         (nnslashdot-sid-strip): Removed.
9267
9268 2002-01-15  Simon Josefsson  <jas@extundo.com>
9269
9270         * nnimap.el (nnimap-close-asynchronous): Enable.
9271         (nnimap-close-group): Expunge.
9272
9273 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9274
9275         * gnus-util.el (gnus-user-date-format-alist): Typo.
9276         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
9277
9278 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9279
9280         * nneething.el (nneething-request-article): Set
9281         `nnmail-file-coding-system' to `binary' locally, in order to read
9282         files without any conversion.
9283
9284 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9285
9286         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9287         nnheader-file-coding-system and nnmail-active-file-coding-system.
9288         (gnus-agent-regenerate-group): Ditto.
9289         (gnus-agent-regenerate): Ditto.
9290         (gnus-agent-write-active): Ditto.
9291         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
9292
9293 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9294
9295         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
9296         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
9297
9298 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9299
9300         * gnus.el: We don't need gnus-article-show-all-headers.
9301
9302         * gnus-art.el (article-show-all, gnus-article-show-all-header):
9303         Ditto.
9304
9305         * gnus-sum.el (gnus-summary-select-article): Don't call
9306         show-all-headers, because hidden headers are not hidden text any
9307         more.
9308
9309 2002-01-13  Simon Josefsson  <jas@extundo.com>
9310
9311         * message.el (message-newline-and-reformat): Use `newline' instead
9312         of inserting \n, so that the newline is marked as hard.
9313
9314         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
9315         From Jesper Harder <harder@ifa.au.dk>.
9316
9317 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9318
9319         * imap.el (imap-close): Keep going if quit.
9320
9321         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
9322         nntp-server-buffer.
9323
9324 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9325
9326         * mm-view.el (mm-display-inline-fontify): Require font-lock to
9327         avoid unbinding shadowed variables.
9328
9329         * gnus-art.el (gnus-picon-databases): Moved here.
9330         (gnus-picons-installed-p): Moved here.
9331         (gnus-article-reply-with-original): Use `mark'.
9332
9333         * gnus.el (gnus-picon): Moved here and renamed.
9334
9335         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
9336         installed.
9337         (gnus-treat-mail-picon): Ditto.
9338         (gnus-treat-newsgroups-picon): Ditto.
9339
9340         * gnus-picon.el (gnus-picons-installed-p): New function.
9341
9342 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9343
9344         * gnus-agent.el (gnus-agent-go-online): Fix doc.
9345
9346 2002-01-12  Simon Josefsson  <jas@extundo.com>
9347
9348         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
9349         (nnimap-before-find-minmax-bugworkaround): Use it.
9350         (nnimap-find-minmax-uid): Don't reselect current mailbox.
9351         (nnimap-dont-close): New variable.
9352         (nnimap-close-group): Use it.
9353
9354 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9355
9356         * gnus-art.el (gnus-article-reply-with-original): Use
9357         `mark-active'.
9358
9359         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
9360
9361         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
9362         (gnus-score-advanced): Clean up.
9363         (gnus-score-advanced): Accept a multiple of the score.
9364
9365 2002-01-12  Simon Josefsson  <jas@extundo.com>
9366
9367         * flow-fill.el (fill-flowed-display-column)
9368         (fill-flowed-encode-columnq): New variables.  Suggested by
9369         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
9370         (fill-flowed-encode, fill-flowed): Use them.
9371
9372         * message.el (message-send-news, message-send-mail): Use
9373         m-b-s-n-p-e-h-n.
9374
9375         * mml.el (autoload): Autoload fill-flowed-encode.
9376         (mml-buffer-substring-no-properties-except-hard-newlines): New
9377         function.
9378         (mml-read-part): Use it.
9379         (mml-generate-mime-1): Encode format=flowed if appropriate.
9380         (mml-insert-mime-headers): Insert format=flowed.
9381
9382         * flow-fill.el (fill-flowed-encode): New function.
9383         (fill-flowed): Bind fill-column to window width.
9384
9385 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9386
9387         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
9388         it exists.
9389         (gnus-summary-setup-buffer): Wake up dead summary buffers.
9390         (gnus-summary-buffer-name): Don't return the dead name after all.
9391         (gnus-summary-setup-buffer): Kill the dead buffer.
9392
9393         * gnus-art.el (gnus-article-followup-with-original): Store the
9394         value of the mark before deactivating it.
9395
9396 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9397
9398         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
9399         From: Karl Kleinpaste <karl@charcoal.com>
9400
9401         * gnus-art.el (article-display-x-face): Ditto.
9402         (gnus-article-reply-with-original): Use gnus-region-active-p.
9403         (gnus-article-followup-with-original): Ditto.
9404
9405         * gnus-sum.el (gnus-summary-read-group-1): Don't select
9406         downloadable article either.
9407
9408 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9409
9410         * gnus-art.el (article-display-x-face): Insert From:.
9411
9412         * gnus-sum.el (gnus-summary-move-article): Don't draw the
9413         article. Bind gnus-display-mime-function and
9414         gnus-article-prepare-hook.
9415
9416         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
9417         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
9418         gnus-agent-possibly-synchronize-flags to the last.
9419         (gnus-agent-go-online): New function. New variable.
9420
9421 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9422
9423         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
9424         (gnus-agent-regenerate): Ditto.
9425
9426 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9427
9428         * message.el (message-ignored-news-headers)
9429         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
9430         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
9431
9432         * gnus.el (gnus-gethash-safe): New macro.
9433
9434         * gnus-agent.el (gnus-agent-regenerate-history): New function.
9435         (gnus-agent-regenerate): Show messages.
9436
9437 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9438
9439         * gnus-agent.el (gnus-agent-regenerate-group): New function.
9440         (gnus-agent-regenerate): New function.
9441         (gnus-agent-save-alist): Sort.
9442         (gnus-agent-copy-nov-line): Test eobp.
9443         (gnus-agent-retrieve-headers): Erase buffer.
9444
9445 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9446
9447         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
9448         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
9449
9450         * gnus.el (gnus-agent-covered-methods): Move here.
9451         (gnus-online): New function.
9452         (gnus-agent-method-p): Move here.
9453
9454         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
9455         nil. Remove articles-alist.
9456
9457         * gnus-start.el (gnus-get-unread-articles): Check online.
9458         (gnus-groups-to-gnus-format): Ditto.
9459         (gnus-active-to-gnus-format): Ditto.
9460
9461         * gnus-agent.el (gnus-agent-get-function): Use it.
9462         (gnus-agent-get-undownloaded-list): Ditto.
9463         (gnus-agent-fetch-session): Only fetch online methods.
9464
9465         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
9466         (gnus-server-mode-map): Ditto.
9467         (gnus-server-offline-face): New face.
9468         (gnus-server-offline-face): New variable.
9469         (gnus-server-font-lock-keywords): Add offline.
9470         (gnus-server-insert-server-line): Ditto.
9471         (gnus-server-offline-server): New function.
9472
9473         * gnus-int.el (gnus-open-server): Turn to offline.
9474         (gnus-server-unopen-status): New variable.
9475
9476 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9477
9478         * nnkiboze.el (nnkiboze-request-article): Use
9479         gnus-agent-request-article.
9480
9481         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
9482         function. Insert undownloaded NOV.
9483
9484         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
9485         (gnus-agent-request-article): New function.
9486
9487         * gnus.el (gnus-agent-cache): New variable.
9488
9489         * gnus-int.el (gnus-retrieve-headers): Use
9490         gnus-agent-retrieve-headers.
9491         (gnus-request-head): Use gnus-agent-request-article.
9492         (gnus-request-body): Ditto.
9493
9494         * gnus-art.el (gnus-request-article-this-buffer): Use
9495         gnus-agent-request-article.
9496
9497         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
9498         article if it is undownloaded.
9499
9500 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
9503
9504 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * canlock.el (canlock-string-as-unibyte): New macro.
9507         (canlock-sha1-with-openssl): Return a unibyte string.
9508         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
9509
9510 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9511
9512         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
9513
9514 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9515
9516         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
9517         application/x-emacs-lisp.
9518
9519         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
9520
9521         * nntp.el (nntp-request-article): Add group parameter.
9522         (nntp-request-head): Ditto.
9523         (nntp-find-group-and-number): Add parameter group. Figure out
9524         number if the status line doesn't give (e.g. quimby.gnus.org).
9525
9526 2002-01-08  Simon Josefsson  <jas@extundo.com>
9527
9528         * mml.el (mml-generate-mime-1): Set recipient correctly.
9529
9530 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9531
9532         * message.el (message-read-from-minibuffer): Add parameter
9533         initial-contents.
9534         * gnus-msg.el (gnus-summary-resend-message): Use it.
9535
9536         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
9537         behavior of quit-config.
9538
9539         * message.el (message-make-from): Don't quote fullname.
9540         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
9541
9542         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
9543         From: <andre@slamdunknetworks.com>
9544
9545 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9546
9547         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
9548
9549         * gnus-art.el (gnus-header-button-alist): Handle mailto.
9550
9551         * mml.el (mml-preview): Bind gnus-original-article-buffer because
9552         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
9553         because bbdb may use it.
9554
9555 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9556
9557         * nneething.el (nneething-request-article): When a non-text file
9558         is converted to an article, its data is encoded in base64.  Call
9559         `nneething-make-head' with options to specify MIME types.
9560         (nneething-make-head): Add optional arguments to specify MIME
9561         types.
9562
9563 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9564
9565         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
9566         header if there is not.
9567
9568         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
9569
9570         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
9571         (gnus-inews-mark-gcc-as-read): Obsolete variable.
9572         (gnus-inews-do-gcc): Use them.
9573
9574         * gnus-group.el (gnus-group-mark-article-read): Put holes into
9575         gnus-newsgroup-unselected.
9576
9577 2002-01-06  Simon Josefsson  <jas@extundo.com>
9578
9579         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
9580         condition-case, not ignore-errors.
9581
9582 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9583
9584         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
9585         gnus-fetch-old-headers.
9586
9587         * gnus-art.el (article-display-x-face): Use the current buffer
9588         unless `W f'. Otherwise, X-Face may be shown in the header of a
9589         forwarded part.
9590         (gnus-treatment-function-alist): Treat xface before hiding
9591         headers.
9592
9593 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9594
9595         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
9596         parameters.
9597
9598 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9599
9600         * mm-util.el (mm-multibyte-p): Define conditionally when load.
9601         (mm-guess-charset): New function.
9602         (mm-charset-after): Use it.
9603         (mm-detect-coding-region): New function.
9604         (mm-detect-mime-charset-region): New function.
9605
9606         * gnus-sum.el (gnus-summary-show-article): Use
9607         mm-detect-coding-region.
9608
9609 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9610
9611         * message.el (message-make-fqdn): Be less violent.
9612
9613         * gnus.el (gnus-logo-color-style): Compute custom form
9614         automatically.
9615
9616         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
9617         score file of the parent to the document group.
9618
9619         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
9620         parameters parameter.
9621
9622         * gnus-score.el (gnus-score-load-file): Clean up.
9623
9624 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9625
9626         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
9627         From: Damien Wyart <damien.wyart@free.fr>
9628
9629         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
9630
9631 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9632
9633         * gnus-sum.el (gnus-select-group-hook): Typo.
9634
9635         * rfc2047.el (rfc2047-decode-string): Return immediately if there
9636         is no quoted-printable-encoded STRING.
9637         From: Jesper Harder <harder@ifa.au.dk>
9638
9639         (rfc2047-decode-string): Decode it.
9640
9641 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9642
9643         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
9644
9645 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
9646         Trivial patch.
9647
9648         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
9649         buffer to get rid of junk line.
9650
9651 2002-01-05  Simon Josefsson  <jas@extundo.com>
9652
9653         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
9654         C-o.
9655         (message-mode-map): Bind message-insert-or-toggle-importance to
9656         C-c C-u.
9657         (message-mode-map): Bind message-disposition-notification-to to
9658         C-c M-n.
9659         (message-mode-menu): Add m-d-n-t.
9660         (message-mode-field-menu): Add m-goto-from.
9661         (message-mode): Doc fix.
9662         (message-goto-from): New function.
9663         (message-insert-disposition-notification-to): New function.
9664         (message-tool-bar-map): Add receipt button.
9665
9666 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9667
9668         * gnus-sum.el (gnus-thread-latest-date): New function.
9669         (gnus-thread-sort-by-most-recent-number): Renamed.
9670         (gnus-thread-sort-functions): Doc fix.
9671         (gnus-select-group-hook): Don't use setq on a hook.
9672         (gnus-thread-latest-date): Use date, not number
9673
9674         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
9675         (gnus-agent-expire): Allow regexp of expire-days.
9676
9677         * gnus-art.el (gnus-article-reply-with-original): Deactivate
9678         region.
9679         (gnus-article-followup-with-original): Ditto.
9680
9681         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
9682
9683         * gnus-art.el (gnus-mime-display-alternative): Use
9684         gnus-local-map-property.
9685         (gnus-mime-display-alternative): Ditto.
9686         (gnus-insert-mime-security-button): Ditto.
9687         (gnus-insert-next-page-button): Ditto.
9688         (gnus-button-prev-page): Take optional args.
9689         (gnus-insert-prev-page-button): widget-convert.
9690
9691         * gnus-util.el (gnus-local-map-property): New function.
9692
9693         * gnus-art.el (gnus-prev-page-map): Use parent map.
9694         (gnus-next-page-map): Ditto.
9695
9696         * gnus-spec.el (gnus-parse-format): Clean up.
9697         (gnus-parse-format): Do complex formatting for %=.
9698
9699         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
9700         "X-Face: " to the data in the built-in scenario.
9701
9702         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
9703         (gnus-correct-pad-form): Renamed.
9704         (gnus-tilde-max-form): Clean up.
9705         (gnus-pad-form): Use gnus-use-correct-string-widths.
9706
9707         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
9708         support if that is available.
9709
9710         * gnus-sum.el (gnus-thread-highest-number): New function.
9711         (gnus-thread-sort-by-most-recent-thread): New function.
9712         (gnus-thread-sort-functions): Doc fix.
9713
9714 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9715
9716         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
9717         all cases.
9718         (gnus-summary-mode): Enable it in all cases.
9719         (gnus-summary-display-article): Ditto.
9720         (gnus-summary-edit-article): Ditto.
9721
9722         * gnus-ems.el (gnus-put-image): Really return glyph.
9723
9724         * gnus-art.el (gnus-article-x-face-command): Fix :type.
9725         (gnus-treat-smiley): Don't take "P" in the interactive form.
9726
9727 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9728
9729         * compface.el (uncompface): XEmacs and Emacs have differing
9730         capabilities.
9731
9732         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
9733
9734         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
9735         (gnus-article-xface-ring-size): Removed.
9736         (gnus-article-display-xface): Removed.
9737         (gnus-remove-image): Cleaned up.
9738
9739         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
9740         (gnus-xmas-create-image): Take pbm files.
9741         (gnus-x-face): Removed.
9742         (gnus-xmas-article-display-xface): Removed.
9743
9744         * gnus-fun.el (gnus-display-x-face-in-from): Bind
9745         default-enable-multibyte-characters.
9746
9747         * compface.el (uncompface): Doc fix.
9748
9749         * gnus-art.el (gnus-article-x-face-command): Use
9750         gnus-display-x-face-in-from.
9751
9752         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
9753
9754         * gnus-ems.el (gnus-put-image): Return the image.
9755
9756         * gnus-fun.el (gnus-display-x-face-in-from): New function.
9757         (gnus-x-face): Moved here.
9758
9759 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9760
9761         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
9762         invisible if string is nil.
9763         (gnus-xmas-article-display-xface): Use it.
9764
9765         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
9766         property when string is nil.
9767         (gnus-article-display-xface): Use it.
9768
9769 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9770
9771         * gnus-art.el (article-display-x-face): Check whether valid grey
9772         face was returned.
9773         (article-display-x-face): Place image in the right spot.
9774
9775         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
9776         stderr.
9777         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
9778
9779 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9780
9781         * gnus-xmas.el (gnus-xmas-create-image): Take optional
9782         parameters.
9783         (gnus-xmas-put-image): Allow non-strings to be passed.
9784
9785         * gnus-art.el (article-display-x-face): Use optional parameters.
9786
9787         * gnus-ems.el (gnus-create-image): Take optional parameters.
9788
9789         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
9790
9791         * compface.el (compface-xbm-p): Removed.
9792
9793         * gnus-ems.el (gnus-article-compface-xbm): Removed.
9794         (gnus-article-display-xface): Use compface.
9795
9796         * compface.el: New file.
9797
9798         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
9799         (gnus-convert-image-to-x-face-command): Ditto.
9800         (gnus-random-x-face): Quote argument.
9801         (gnus-x-face-from-file): Ditto.
9802
9803 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
9804
9805         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
9806         the expire-group parameter once per article rather than once
9807         per group; bind `nnmaildir-article-file-name' and `article'
9808         for convenience.  Leave article alone when expire-group
9809         specifies the current group.
9810         (nnmaildir--update-nov): be more concurrency-friendly with
9811         temp file names.
9812
9813 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9814
9815         * gnus-start.el (gnus-read-init-file): Cleaned up.
9816
9817 2002-01-03  Dave Love  <d.love@dl.ac.uk>
9818
9819         * gnus-start.el (gnus-startup-file-coding-system): Removed.
9820         (gnus-read-init-file): Don't use it.
9821
9822 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9823
9824         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
9825
9826 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9827
9828         * gnus-start.el (gnus-read-init-file): Don't force coding system
9829         for ~/.gnus.  From Dave Love <fx@gnu.org>.
9830
9831 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9832
9833         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
9834         * nnspool.el (nnspool-request-post): Ditto.
9835
9836         * mm-util.el (mm-use-find-coding-systems-region): New variable.
9837         (mm-find-mime-charset-region): Use it.
9838
9839 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9840
9841         * gnus.el (gnus-summary-line-format): Added :link.
9842         * gnus-topic.el (gnus-topic-line-format): Ditto.
9843         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
9844         * gnus-srvr.el (gnus-server-line-format): Ditto.
9845         * gnus-group.el (gnus-group-line-format): Ditto.
9846
9847         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
9848         :keys, it works on both Emacsen.
9849
9850 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9851
9852         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
9853
9854 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9855
9856         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
9857
9858 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
9859
9860         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
9861         very wide reply.
9862
9863 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9864
9865         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
9866         (gnus-picon-cache): New variable.
9867         (gnus-picon-transform-newsgroups): Cache stuff.
9868
9869         * gnus-art.el (gnus-article-reply-with-original): New command.
9870         (gnus-article-followup-with-original): New command.
9871
9872         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
9873         END parameters.
9874         (gnus-summary-followup): Take a list of list of articles.
9875         (gnus-inews-yank-articles): Allow lists of article/regions.
9876
9877         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
9878         longer the usual commands.
9879
9880         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
9881         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
9882         shell-command-on-region.
9883
9884 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9885
9886         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
9887           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
9888
9889 2002-01-03  Steve Youngs  <youngs@xemacs.org>
9890
9891         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
9892         understand ':keys', wrap it in an featurep 'xemacs.
9893
9894 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9895
9896         * gnus-ems.el (gnus-article-display-xface): Show xface in the
9897         order of headers (Actually, it is called in a reversed order). Add
9898         'gnus-image-text-deletable property.
9899         (gnus-remove-image): Remove text with such a property.
9900
9901         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
9902         gnus-put-image.
9903
9904         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
9905         with ", "
9906
9907 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9908
9909         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
9910
9911         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
9912         (article-display-x-face): Display grey X-Faces.
9913
9914         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
9915         (gnus-convert-gray-x-face-to-ppm): Ditto.
9916         (gnus-convert-image-to-gray-x-face): Ditto.
9917
9918         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
9919         gnus-summary-show-raw-article.
9920
9921 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9922
9923         Display picons in XEmacs without showing text.
9924
9925         * gnus-xmas.el (gnus-xmas-create-image): Don't use
9926         mm-create-image-xemacs to create xbm glyph, because it deletes
9927         temporary files.
9928         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
9929         (gnus-xmas-remove-image): Make text visible, remove glyph.
9930
9931         * gnus-picon.el (gnus-picon-transform-newsgroups)
9932         (gnus-picon-transform-address): Insert spec backward, due to the
9933         incompatibility of gnus-xmas-put-image.
9934
9935 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9936
9937         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
9938
9939 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9940
9941         * gnus.el: Doc fix.
9942
9943         * gnus-art.el: Doc fix.
9944
9945         * gnus-agent.el: Doc fix.
9946
9947 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9948
9949         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
9950
9951 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
9952
9953         * nnmaildir.el (nnmaildir--update-nov): automatically parse
9954         NOV data out of the message again if nnmail-extra-headers has
9955         changed.
9956
9957 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9958
9959         * gnus-fun.el: New file.
9960         (gnus-convert-image-to-x-face-command): New variable.
9961         (gnus-insert-x-face): New function.
9962         (gnus-random-x-face): Renamed.
9963         (gnus-x-face-from-file): Renamed.
9964
9965         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
9966         "_".
9967         (gnus-body-boundary-delimiter): Typo fix.
9968
9969 2002-01-02  Simon Josefsson  <jas@extundo.com>
9970
9971         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
9972         (gnus-body-boundary-delimiter): Fix type.
9973
9974 2002-01-01  Simon Josefsson  <jas@extundo.com>
9975
9976         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
9977         (gnus-treat-emphasize, gnus-treat-strip-cr)
9978         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
9979         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
9980         (gnus-treat-fill-article, gnus-treat-hide-citation)
9981         (gnus-treat-hide-citation-maybe)
9982         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
9983         (gnus-treat-strip-pem, gnus-treat-strip-banner)
9984         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
9985         (gnus-treat-date-ut, gnus-treat-date-local)
9986         (gnus-treat-date-english, gnus-treat-date-lapsed)
9987         (gnus-treat-date-original, gnus-treat-date-iso8601)
9988         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
9989         (gnus-treat-strip-trailing-blank-lines)
9990         (gnus-treat-strip-leading-blank-lines)
9991         (gnus-treat-strip-multiple-blank-lines)
9992         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
9993         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
9994         (gnus-treat-display-xface, gnus-treat-display-smileys)
9995         (gnus-treat-from-picon, gnus-treat-mail-picon)
9996         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
9997         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
9998         (gnus-treat-play-sounds, gnus-treat-translate)
9999         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
10000
10001         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
10002         (gnus-article-treat-body-boundary): Use it.
10003
10004         * message.el (message-mode): Fix doc.
10005         (message-mode-menu): Fix names.
10006
10007 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10008
10009         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
10010         articles.
10011
10012         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
10013         (gnus-picon-transform-address): Search for unknown faces as well.
10014         (gnus-picon-find-face): Don't search "news" for MISC.
10015         (gnus-picon-user-directories): Changed default back to exclude
10016         "unknown".
10017
10018         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
10019
10020         * gnus-picon.el (gnus-picon-find-face): Search through all
10021         databases.
10022         (gnus-picon-find-face): New implementation.
10023
10024         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
10025         keystroke.
10026         (gnus-topic-goto-next-topic): Ditto.
10027
10028         * gnus.el (gnus-summary-line-format): Changed default.
10029
10030         * nnmail.el (nnmail-extra-headers): Change default.
10031
10032         * gnus-sum.el (gnus-extra-headers): Change default.
10033
10034         * message.el (message-news-other-window): Changed "news" to
10035         "posting".
10036         (message-news-other-frame): Ditto.
10037         (message-do-send-housekeeping): Ditto.
10038
10039         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
10040         function.
10041         (gnus-article-unread-p): New function.
10042         (gnus-article-unseen-p): New function.
10043         (gnus-dead-summary-mode-map): Typo.
10044
10045         * gnus-util.el (gnus-make-predicate): New function.
10046         (gnus-make-predicate-1): New function.
10047
10048         * gnus-sum.el: New function.
10049         (gnus-map-articles): New function.
10050
10051         * gnus-art.el (gnus-treat-fold-headers): New variable.
10052         (gnus-article-treat-fold-headers): New command and keystroke.
10053
10054         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
10055         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
10056
10057 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10058
10059         * message.el (message-fcc-externalize-attachments): New variable.
10060         (message-do-fcc): Use it.
10061
10062         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
10063         (gnus-inews-do-gcc): Use it.
10064
10065         * mml.el (mml-tweak-sexp-alist): New variable.
10066         (mml-externalize-attachments): New variable.
10067         (mml-tweak-part): Use mml-tweak-sexp-alist.
10068         (mml-tweak-externalize-attachments): New function.
10069
10070 2002-01-01  Steve Youngs  <youngs@xemacs.org>
10071
10072         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
10073         'set-glyph-face' so x-face back/foreground can be set.
10074
10075 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10076
10077         * message.el (message-fix-before-sending): Fix a typo.
10078
10079 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10080
10081         * gnus-art.el (gnus-treat-smiley): Renamed command.
10082         (gnus-article-remove-images): New command and keystroke.
10083
10084         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
10085
10086         * smiley-ems.el (gnus-smiley-display): Removed.
10087
10088         * gnus.el (gnus-version-number): Update version.
10089
10090         * message.el (message-text-with-property): Renamed and moved
10091         here.
10092         (message-fix-before-sending): Highlight invisible text and place
10093         point there.
10094
10095 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10096
10097         * gnus.el: Oort Gnus v0.04 is released.
10098
10099 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10100
10101         * gnus-delay.el (gnus-delay-send-queue): Renamed.
10102
10103         * gnus-art.el (gnus-ignored-headers): More headers,
10104
10105         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
10106         of `scan-error', since XEmacs doesn't seem to support that.
10107
10108 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10109
10110         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
10111         arg.
10112         (gnus-summary-best-unread-subject): Ditto.
10113         (gnus-summary-best-unread-subject): No, don't.
10114         (gnus-summary-better-unread-subject): New command.
10115
10116         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
10117
10118         * lpath.el ((featurep 'xemacs)): fbind url function.
10119
10120         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
10121         buffer.
10122         (gnus-xmas-remove-image): Implementation that does something.
10123         (gnus-xmas-article-display-xface): Mark images properly.
10124
10125         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
10126
10127 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
10128
10129         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
10130
10131 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10132
10133         * gnus-group.el (gnus-group-line-format): Added %O to the default
10134         value.
10135
10136         * gnus-util.el (gnus-text-with-property): The smallest point is
10137         point-min.
10138
10139         * smiley-ems.el (smiley-region): Return images.
10140         (gnus-smiley-display): Allow toggling.
10141         (smiley-region): Use text properties, not overlays.
10142
10143         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
10144         implemented yet.
10145
10146         * smiley-ems.el (smiley-update-cache): Check for valid types.
10147
10148         * gnus-art.el (gnus-with-article-buffer): New macro.
10149
10150         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
10151         strings as well as the glyphs.
10152         (gnus-picon-transform-address): Ditto.
10153         (gnus-picon-insert-glyph): Ditto.
10154         (gnus-picon-transform-newsgroups): Toggle.
10155         (gnus-picon-transform-address): Toggle.
10156
10157         * gnus-ems.el (gnus-remove-image): New function.
10158         (gnus-put-image): Take an optional string.
10159
10160         * gnus-util.el (gnus-text-with-property): New function.
10161
10162         * gnus-art.el (gnus-delete-images): New function.
10163
10164         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
10165
10166         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
10167         (gnus-article-wash-status): Use it.
10168         (gnus-signature-toggle): Clean up.
10169         (gnus-add-wash-status): New function.
10170         (gnus-delete-wash-status): New function.
10171         (gnus-article-hide-text-type): Use them throughout.
10172         (gnus-add-image): New function.
10173
10174         * gnus-ems.el (gnus-article-display-xface): Use new interface.
10175
10176         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
10177         interface.
10178
10179         * gnus-art.el (article-display-x-face): Cleaned up.
10180
10181         * rfc2047.el (rfc2047-field-value): New function.
10182
10183         * mail-parse.el (mail-header-field-value): New alias.
10184
10185         * gnus-art.el (gnus-mime-print-part): Fix typos.
10186
10187         * smiley-ems.el (gnus-smiley-file-types): New variable.
10188         (smiley-update-cache): Use it.
10189         (smiley-regexp-alist): Suffix-less smiley names.
10190         (smiley-regexp-alist): Added more smileys.
10191
10192         * gnus-sum.el (gnus-print-buffer): Made into own function.
10193         (gnus-summary-print-article): Use it.
10194
10195         * mailcap.el (mailcap-mime-info): Actually return the bit that we
10196         looked for when REQUEST is a string.
10197
10198         * gnus-art.el (gnus-mime-button-commands): Add printing
10199         keystroke.
10200         (gnus-mime-copy-part): Doc fix.
10201         (gnus-mime-print-part): New command.
10202
10203 2001-12-31  Simon Josefsson  <jas@extundo.com>
10204
10205         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
10206         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
10207
10208 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10209
10210         * gnus-picon.el (gnus-treat-from-picon): Autoload.
10211         (picon): Fix doc.
10212
10213         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
10214         longer exists. Remove those codes.
10215         * gnus.el (gnus-use-picons): Ditto.
10216
10217 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10218
10219         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
10220         infloop.
10221
10222         * gnus-sum.el (t): New `W D' map.
10223
10224         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
10225         (gnus-article-treat-body-boundary): Clean up.
10226         (gnus-body-boundary-face): Removed.
10227         (gnus-article-goto-header): Moved here.
10228         (gnus-article-goto-header): Allow better regexps.
10229         (gnus-article-treat-fold-newsgroups): New command.
10230
10231         * gnus-sum.el (gnus-summary-move-article): We have to select an
10232         article to give `gnus-read-move-group-name' an opportunity to
10233         suggest an appropriate default.
10234
10235         * rfc2047.el (rfc2047-fold-line): New function.
10236         (rfc2047-unfold-line): Ditto.
10237         (rfc2047-fold-region): Don't fold just after the header name.
10238
10239         * mail-parse.el (mail-header-fold-line): New alias.
10240         (mail-header-unfold-line): Ditto.
10241
10242         * gnus-art.el (gnus-body-boundary-face): Renamed.
10243         (gnus-article-treat-body-boundary): Use it.
10244         (gnus-article-treat-body-boundary): Use an invisible header and a
10245         line of underline characters.
10246
10247 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10248
10249         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
10250
10251         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
10252         (gnus-picon-split-address): New function.
10253         (gnus-picon-find-face): Use it.
10254         (gnus-picon-transform-address): Use it. Set first to t for each
10255         address.
10256
10257         * gnus-art.el (gnus-with-article-headers): Move to here. Define
10258         the macro then use it.
10259         (gnus-treatment-function-alist): Treat picons earlier.
10260
10261 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10262
10263         * gnus-art.el (gnus-body-separator-face): New variable.
10264         (gnus-article-treat-body-boundary): Use a blank, colored line.
10265
10266         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
10267         well.
10268
10269         * gnus-art.el (gnus-treat-body-boundary): New variable.
10270         (gnus-article-treat-unfold-headers): Use helper macro.
10271         (gnus-article-treat-body-boundary): New command.
10272
10273         * gnus.el (gnus-logo-color-style): Change the default color.
10274         (gnus-splash-face): Gray, gray.
10275
10276         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
10277         colors.
10278
10279         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
10280         (gnus-logo-color-style): Ditto.
10281         (gnus-logo-colors): Ditto.
10282
10283         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
10284
10285         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
10286
10287         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
10288         (gnus-picon-transform-newsgroups): New function.
10289
10290         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
10291         string.
10292
10293         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
10294
10295         * gnus-art.el (gnus-treat-cc-picon): New variable.
10296         (gnus-treat-mail-picon): Renamed.
10297
10298         * gnus-picon.el: New implementation.
10299         (gnus-picon-find-face): Renamed.
10300         (gnus-treat-from-picon): Use it.
10301         (gnus-picon-transform-address): Renamed.
10302         (gnus-treat-from-picon): Use it.
10303         (gnus-picon-create-glyph): Renamed.
10304         (gnus-picon-transform-address): Use it.
10305         (gnus-treat-cc-picon): New command.
10306
10307         * mm-decode.el (mm-create-image-xemacs): Separated out into
10308         function.
10309         (mm-get-image): Use it.
10310
10311         * gnus-art.el (gnus-treat-display-picons): Simplify.
10312         (gnus-treat-from-picon): Renamed.
10313
10314         * gnus-ems.el (gnus-create-image): New function.
10315         (gnus-put-image): New function.
10316
10317         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
10318         (gnus-with-article-headers): New macro.
10319         (gnus-article-goto-header): New function.
10320
10321         * gnus-xmas.el (gnus-image-type-available-p): New function.
10322
10323         * gnus-ems.el (gnus-image-type-available-p): New function.
10324
10325 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10326
10327         * nnrss.el (nnrss-check-group): Find the correct tag, because
10328         xml.el is changed.
10329
10330 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10331
10332         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
10333         lines are shorter than the window width.
10334         (gnus-ignored-headers): More headers.
10335
10336 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10337
10338         * gnus-art.el (gnus-treat-unfold-lines): New variable.
10339         (gnus-treat-unfold-headers): Renamed.
10340         (gnus-article-treat-unfold-headers): New command and keystroke.
10341
10342         * rfc2047.el (rfc2047-encode-message-header): Clean up.
10343
10344         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
10345
10346 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10347
10348         * sha1-el.el (sha1-use-external): New variable.
10349         (sha1-region): Use it.
10350         (sha1-string): Ditto.
10351
10352         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
10353         * gnus-picon.el: Less warnings when compile.
10354
10355 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10356
10357         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
10358         alias.
10359         (gnus-picons-database): Default to list.
10360         (gnus-picons-lookup-internal): Use it.
10361
10362         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
10363         to "bogus".
10364
10365         * gnus-win.el (gnus-configure-windows-hook): New hook.
10366
10367 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
10368
10369         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
10370
10371 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10372
10373         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
10374         lists.
10375         (gnus-select-newsgroup): Don't append; push.
10376         (gnus-adjust-marked-articles): Remove obsolete ranges from
10377         `seen'.
10378         (gnus-update-marks): Clean up.
10379         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
10380
10381 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
10382
10383         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
10384
10385 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10386
10387         * gnus-sum.el (gnus-auto-select-subject): New variable.
10388         (gnus-summary-best-unread-subject): New function.
10389         (gnus-summary-best-unread-article): Use it.
10390         (gnus-summary-first-unseen-subject): New function and command.
10391
10392         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
10393         other treatments.
10394
10395         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
10396         function.
10397
10398         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
10399         from the list of hidden types.
10400
10401         * mm-view.el (mm-inline-text): Ditto.
10402         (mm-inline-text): Ditto.
10403         (mm-w3-prepare-buffer): Ditto.
10404
10405         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
10406
10407 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10408
10409         * gnus-art.el (gnus-ignored-headers): Added more headers.
10410
10411 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
10412
10413         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
10414         once.
10415
10416 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10417
10418         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
10419
10420 2001-12-28  Simon Josefsson  <jas@extundo.com>
10421
10422         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
10423         Jesper Harder <harder@ifa.au.dk>.
10424
10425 2001-12-27  Simon Josefsson  <jas@extundo.com>
10426
10427         * gnus-sum.el (gnus-select-newsgroup): Make
10428         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
10429         contain all articles (instead of none) when no seen marks have
10430         been set for the group.
10431         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
10432         instead, it seems to result in shorter ranges.
10433
10434 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10435
10436         * mm-util.el (mm-iso-8859-x-to-15-region): Use
10437         insert-before-markers.
10438         From Jesper Harder <harder@ifa.au.dk>
10439
10440 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
10441
10442         * nnmaildir.el (nnmaildir-save-mail): create the destination
10443         groups if they do not exist.
10444
10445 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
10448
10449 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10450
10451         * gnus-group.el (gnus-group-read-ephemeral-group): Call
10452         gnus-group-real-name.
10453
10454         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
10455         (gnus-newsgroup-variables): Ditto.
10456
10457         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
10458         return it.
10459
10460 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
10461
10462         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
10463         * nnmaildir.el (top-level): Add commentary.
10464         (nnmaildir-version): Indicate that nnmaildir is now a standard
10465         part of Gnus, not separately released.
10466
10467 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10468
10469         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
10470         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
10471         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
10472         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10473
10474 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10475
10476         * nnmaildir.el: Copyright changes. Require cl only at compile time.
10477
10478 2001-12-20  Simon Josefsson  <jas@extundo.com>
10479
10480         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
10481         ZHU <zsh@cs.rochester.edu>.
10482         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
10483         Brian P Templeton <bpt@tunes.org>.
10484
10485 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10486
10487         * nnmaildir.el: New file.
10488         From Paul Jarc <prj@po.cwru.edu>.
10489
10490 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10491
10492         * nndoc.el (nndoc-type-alist): Move forward to the end.
10493
10494 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
10497         `dolist'.
10498
10499 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10500
10501         * gnus-win.el (gnus-frames-on-display-list): New function.
10502         (gnus-get-buffer-window): Use it.
10503
10504 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10505
10506         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
10507
10508 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10509
10510         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
10511
10512 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10513            From Harald Meland <Harald.Meland@usit.uio.no>
10514
10515         * gnus-win.el (gnus-get-buffer-window): New function.
10516         (gnus-all-windows-visible-p): Use it.
10517
10518         * gnus-util.el (gnus-horizontal-recenter)
10519         (gnus-horizontal-recenter, gnus-horizontal-recenter)
10520         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
10521
10522         * gnus-score.el (gnus-score-insert-help): Use it.
10523
10524         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
10525         (gnus-generate-tree, gnus-highlight-selected-tree)
10526         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
10527         it.
10528
10529         * gnus-art.el (gnus-article-set-window-start)
10530         (gnus-mm-display-part, gnus-request-article-this-buffer)
10531         (gnus-button-next-page, gnus-button-prev-page)
10532         (gnus-article-button-next-page, gnus-article-button-prev-page):
10533         Use it.
10534
10535 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
10536
10537         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
10538         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
10539         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
10540
10541 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10542
10543         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
10544         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
10545         * mml1991.el, nnultimate.el: Add `coding'.
10546
10547 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
10548
10549         * ChangeLog: changed coding to buffer-file-coding-system
10550         * ChangeLog.1: same
10551         * nnwfm.el: same
10552         * gnus-smiley.el: same
10553         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
10554         * gnus-delay.el: same
10555         * gnus-spec.el: same
10556         * message.el: same
10557         * mml1991.el: same
10558         * nnultimate.el: same
10559
10560 2001-12-16  Simon Josefsson  <jas@extundo.com>
10561         Inspired by code by Dirk Meyer <dischi@tzi.de>.
10562
10563         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
10564         (gnus-summary-save-map): Add muttprint.
10565         (gnus-summary-make-menu-bar): Ditto.
10566         (gnus-summary-muttprint): New function.
10567
10568         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
10569
10570 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10571
10572         * uudecode.el (uudecode-decode-region-internal): Speedup by using
10573         temporary list instead of buffer.
10574
10575         * mm-url.el (executable-find): autoload.
10576
10577 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10578
10579         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
10580         to variable, follow doc-string conventions).
10581
10582 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
10583
10584         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
10585         subscribe-level
10586         * gnus-topic.el (gnus-subscribe-topics): use it.
10587
10588 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10589
10590         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
10591         messages. (A small patch with indentation)
10592         From Sean Neakums <sneakums@zork.net>.
10593
10594         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
10595         nil after shooting down the gnus-original-article-buffer.
10596
10597 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10598
10599         * uudecode.el (uudecode-use-external): New variable.
10600         (uudecode-decode-region): Automatically detect external program.
10601
10602         * binhex.el (binhex-use-external): New variable.
10603         (binhex-decode-region-internal): New function.
10604         (binhex-decode-region): Automatically detect external program.
10605
10606         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
10607         Use them.
10608
10609 2001-12-12  Simon Josefsson  <jas@extundo.com>
10610
10611         * nnvirtual.el (nnvirtual-always-rescan)
10612         (nnvirtual-component-regexp): Fix doc.
10613
10614         * nnoo.el (defvoo): Add doc to defvoo variables.
10615
10616         * nnml.el (nnml-directory, nnml-active-file)
10617         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
10618         (nnml-marks-is-evil, nnml-filenames-are-evil)
10619         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
10620
10621         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
10622         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
10623         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
10624         `error'.
10625
10626         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
10627         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
10628
10629         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
10630         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
10631         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
10632         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
10633
10634         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
10635         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
10636
10637         * imap.el, nnimap.el: Fix indentation.
10638
10639         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
10640
10641 2001-12-12  Didier Verna  <didier@xemacs.org>
10642
10643         * gnus-msg.el (gnus-group-news): New function.
10644         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
10645         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
10646         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
10647         for it.
10648         * gnus-msg.el (gnus-summary-news-other-window): New function.
10649         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
10650         bind it to `i'.
10651         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
10652         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
10653         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
10654         for it (called with a prefix).
10655         * gnus-msg.el (gnus-configure-posting-styles): add an optional
10656         group-name argument.
10657         * gnus-msg.el (gnus-setup-message): use it.
10658
10659 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10660
10661         * gnus-sum.el (gnus-summary-show-article): Fix doc.
10662
10663 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10664
10665         * mml.el (mime-to-mml): Remove Content-Disposition too.
10666
10667 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10668
10669         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
10670         * gnus-group.el (gnus-group-name-decode): Decode unibyte
10671         strings only.
10672         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10673
10674 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
10675
10676         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
10677         (nnmail-fancy-expiry-target): Use it.
10678         Suggestions from Simon Josefsson <jas@extundo.com>.
10679
10680 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10681
10682         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
10683
10684 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10685
10686         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
10687
10688         * gnus-util.el (gnus-url-unhex-string): Move here.
10689
10690 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10691
10692         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
10693         mm-url-decode-entities-nbsp.
10694
10695         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
10696         * webmail.el, nnwfm.el: Use mm-url.
10697
10698         * mm-url.el (mm-url-fetch-form): Move from nnweb.
10699         (mm-url-remove-markup): Move from nnweb.
10700         (mm-url-fetch-simple): Move from webmail.
10701
10702         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
10703
10704 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10705
10706         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
10707         (gnus-summary-print-article): Use it.
10708
10709         * gnus-util.el (gnus-replace-in-string): Typo.
10710
10711 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10712
10713         * nnweb.el (nnweb-replace-in-string): Removed.
10714
10715         * gnus-util.el (gnus-replace-in-string): New function.
10716         (gnus-mode-string-quote): Use it.
10717
10718         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
10719         * nnwfm.el (nnwfm-create-mapping): Ditto.
10720
10721 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10722
10723         * dgnushack.el (dgnushack-compile): nnrss.el and
10724         nnslashdot.el don't depend on nnweb, url, w3.
10725
10726         * nnrss.el: Use mm-url.
10727
10728 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10729
10730         * mm-url.el (mm-url-insert-file-contents): Support file:.
10731
10732 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10733
10734         * mm-view.el: Lower case for the description line. Sync from the
10735         Emacs CVS.
10736
10737 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10738
10739         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
10740         From:  Stefan Monnier  <monnier@cs.yale.edu>
10741
10742 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
10745
10746 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10747
10748         * mm-url.el: Require executable.
10749         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
10750
10751 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10752
10753         * pop3.el (pop3-munge-message-separator): Only use valid date.
10754         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
10755
10756         * Makefile.in: gnus-load.elc may not be generated.
10757
10758 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10759
10760         * mm-url.el: New file.
10761         * nnslashdot.el: Use it.
10762         * mm-extern.el (mm-extern-url): Use it.
10763
10764 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10765
10766         * gnus-sum.el (gnus-summary-save-article): Nix
10767         gnus-display-mime-function and gnus-article-prepare-hook.
10768
10769         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
10770         the beginning of lines.
10771         (gnus-complex-form-to-spec): Ditto.
10772
10773 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10774
10775         * message.el (message-make-mft): Fix the m-s-a-file regexp.
10776         From Paul Jarc <prj@po.cwru.edu>.
10777
10778 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10779
10780         * message.el: New variable message-subscribed-address-file;
10781         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
10782
10783 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10784
10785         * message.el (message-tab-body-function): Set to nil.
10786         (message-tab): Use text-mode-map or global-map.
10787         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10788
10789 2001-11-30  Simon Josefsson  <jas@extundo.com>
10790
10791         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
10792         instead of gnus-union, for speed.  Suggested by Christoph Conrad
10793         <christoph.conrad@gmx.de>.
10794         (gnus-agent-fetch-group-1): Add verbose message.
10795
10796 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10797
10798         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
10799         of integers.
10800
10801 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10802
10803         * message.el (message-newgroups-header-regexp)
10804         (message-completion-alist, message-tab-body-function): Use
10805         defcustom rather than defvar.
10806         (message-tab): Mention `message-tab-body-function' in doc.
10807         Suggested by Karl Eichwalder.
10808
10809 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10810
10811         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
10812
10813 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10814
10815         * nnheader.el (nnheader-find-nov-line): Don't use macro
10816         gnus-delete-line.
10817
10818         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
10819         (gnus-group-name-charset): Ditto.
10820
10821         * gnus-util.el (gnus-buffer-live-p): Ditto.
10822
10823 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10824
10825         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
10826         open parenthesis in doc.
10827         (sieve-manage-authenticator-alist): Typo in doc.
10828         * imap.el (imap-authenticator-alist): Typo in doc.
10829         (imap-stream-alist): Backslash.
10830
10831         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
10832           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
10833
10834 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10835
10836         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
10837
10838         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
10839
10840         * gnus-msg.el (gnus-configure-posting-styles): use
10841         make-local-hook. Add LOCAL for add-hook.
10842
10843 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
10844
10845         * message.el (message-mode): Use `make-local-hook' unless
10846         obsolete.
10847         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
10848
10849 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * canlock.el: Remove sha1.el and base64.el stuff.
10852
10853 2001-11-26  Didier Verna  <didier@xemacs.org>
10854
10855         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
10856         if needed.
10857
10858 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * message.el (message-tamago-not-in-use-p): New function.
10861         (message-strip-forbidden-properties): Use it.
10862
10863 2001-11-26  Didier Verna  <didier@xemacs.org>
10864
10865         * gnus-start.el (gnus-check-first-time-used): only check for
10866         existence of .el[d] files.
10867
10868 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10869
10870         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
10871
10872         * message.el (message-setup-1): Clean up mc-*.
10873
10874 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10875
10876         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
10877         * gnus-score.el (gnus-score-find-bnews): Use it.
10878
10879         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
10880         (gnus-summary-limit-to-author): Ditto.
10881         (gnus-summary-limit-to-extra): Ditto.
10882         (gnus-summary-find-matching): Support not-matching argument.
10883
10884 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10885
10886         * message.el (message-wash-subject): Use `insert' rather than
10887         `insert-string', which is deprecated.
10888
10889 2001-11-24  Simon Josefsson  <jas@extundo.com>
10890
10891         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
10892         message. (Gnus does not "default" to using 8bit for the message,
10893         it default to use 8bit encoding and the user-supplied CTE
10894         value. Calling this behaviour "treating it as 8bit" is perhaps
10895         better.)
10896
10897         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
10898         (compare mm-charset-to-coding-system).
10899
10900 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10901
10902         * canlock.el (canlock-sha1-with-openssl): Use unibyte
10903         buffer. Correctly decode hex.
10904
10905 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10906
10907         * gnus-agent.el (gnus-category-insert-line): Convert category
10908         names to strings.
10909
10910 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10911
10912         * message.el (sha1): eval-and-compile.
10913
10914 2001-11-20  Simon Josefsson  <jas@extundo.com>
10915
10916         * message.el (message-allow-no-recipients): New variable.
10917         (message-send): Use it, customize the prompting when posting to
10918         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
10919
10920 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10921
10922         * mm-util.el (mm-coding-system-priorities): New variable.
10923         (mm-sort-coding-systems-predicate): New function.
10924         (mm-find-mime-charset-region): Resort coding systems if needed.
10925         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
10926
10927 2001-11-20  Didier Verna  <didier@xemacs.org>
10928
10929         * gnus-group.el (gnus-group-make-help-group): new optional
10930         argument to control the error behavior.
10931         * gnus-start.el (gnus-check-first-time-used): use it to avoid
10932         erroring.
10933
10934 2001-11-19  Simon Josefsson  <jas@extundo.com>
10935
10936         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
10937         instead of C-c C-u.  Suggested by Per Abrahamsen
10938         <abraham@dina.kvl.dk>.
10939
10940 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10941
10942         * nnfolder.el (nnfolder-read-folder): Use group instead of
10943         nnfolder-current-group.
10944         Suggested by Lorentey Karoly <lorentey@elte.hu>.
10945
10946 2001-11-17  Simon Josefsson  <jas@extundo.com>
10947
10948         * message.el (message-send): Ask user if Fcc/Gcc should be
10949         performed when no other sender was specified.
10950         Suggested by prj@po.cwru.edu (Paul Jarc).
10951
10952 2001-11-17  Simon Josefsson  <jas@extundo.com>
10953
10954         * message.el (message-mode, message-mode-map): Use C-c C-u for
10955         Importance: instead of C-c C-p (used by SC).
10956
10957 2001-11-16  Simon Josefsson  <jas@extundo.com>
10958
10959         * message.el (message-insert-importance-high)
10960         (message-insert-importance-low): Save point.
10961
10962         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
10963         value.
10964
10965 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
10966
10967         * message.el (message-strip-special-text-properties): New option.
10968         (message-strip-forbidden-properties): Obey it.
10969
10970 2001-11-14  Sam Steingold  <sds@gnu.org>
10971
10972         * gnus-score.el: Fixed some doc strings to properly quote symbols.
10973
10974 2001-11-15  Simon Josefsson  <jas@extundo.com>
10975
10976         Support "Importance:" header in Message.
10977
10978         * message.el (message-mode-map): Bind C-c C-p to
10979         `message-insert-or-toggle-importance'
10980         (message-mode-menu): Add message-insert-importance-{high,low}.
10981         (message-insert-importance-high, message-insert-importance-low)
10982         (message-insert-or-toggle-importance): New functions.
10983         (message-tool-bar-map): Add {un,}important.
10984         (message-mode): Doc fix.
10985
10986 2001-11-15  Simon Josefsson  <jas@extundo.com>
10987
10988         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
10989
10990         * mml.el (mml-menu): Fix toolbar tooltip.
10991
10992 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10993
10994         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
10995         * nnml.el (nnml-save-marks): Ditto.
10996
10997         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
10998
10999 2001-11-15  Simon Josefsson  <jas@extundo.com>
11000
11001         * nnml.el (nnml-save-marks):
11002         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
11003         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
11004
11005 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11006
11007         * gnus-art.el (gnus-article-wash-status-strings): Use
11008         `copy-sequence', not `copy-seq'.
11009
11010 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11011
11012         * gnus-art.el (gnus-article-wash-status-strings): New constant.
11013         (gnus-gnus-article-wash-status-entry): New function.
11014         (gnus-article-wash-status): Use it.
11015
11016 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11017
11018         * mml1991.el: Add coding header.
11019
11020 2001-11-12  Simon Josefsson  <jas@extundo.com>
11021
11022         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
11023         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
11024         `mml1991-sign' and `mml1991-encrypt'.
11025         (mml1991-encrypt, mml1991-sign): New glue functions.
11026         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
11027
11028         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
11029         (mml-menu): Add PGP to menu.
11030
11031         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
11032         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
11033         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
11034         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
11035
11036         * mml2015.el: Mention RFC 3156.
11037
11038         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
11039
11040 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11041
11042         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
11043
11044         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
11045           From <Michael.Cook@cisco.com>
11046
11047 2001-11-11  Simon Josefsson  <jas@extundo.com>
11048
11049         * message.el (top-level): Autoload sha1.
11050         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
11051         canlock, no need to require two different hash algs).  Suggested
11052         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
11053
11054 2001-11-09  Simon Josefsson  <jas@extundo.com>
11055
11056         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
11057         <Pavel@Janik.cz>.
11058
11059 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11060
11061         * message.el (message-point-in-header-p): New function.
11062         (message-do-auto-fill): Use it.
11063         (message-beginning-of-line): New function.  Goes to beginning of
11064         header value (i.e., end of header name), or to beginning of line
11065         if already at beginning of value.  Behaves like
11066         `beginning-of-line' when in message body.
11067         (message-mode-map): Bind it.
11068
11069 2001-11-08  Simon Josefsson  <jas@extundo.com>
11070
11071         * gnus-msg.el (gnus-posting-styles): Add doc.
11072
11073 2001-11-07  Simon Josefsson  <jas@extundo.com>
11074
11075         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
11076
11077         * sieve-mode.el (sieve-control-commands-face)
11078         (sieve-control-commands-face, sieve-action-commands-face)
11079         (sieve-test-commands-face, sieve-tagged-arguments-face): New
11080         faces.
11081         (sieve-font-lock-keywords): Use them.
11082         (sieve-mode): Only set font-lock-defaults in emacs.
11083
11084         * gnus-art.el (gnus-default-article-saver): Add
11085         gnus-summary-save-body-in-file.
11086         (gnus-summary-write-to-file): Fix doc.
11087
11088 2001-11-07  Simon Josefsson  <jas@extundo.com>
11089
11090         * gnus-art.el (gnus-treat-highlight-signature): Add cross
11091         reference to the correct chapter in the manual.
11092
11093         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
11094         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
11095
11096 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11097
11098         * mml.el (mml-preview): Bind mail-header-separator.
11099
11100 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * message.el: Always require canlock.
11103         (message-ignored-supersedes-headers): Include Cancel-Lock and
11104         Cancel-Key.
11105         (message-insert-canlock): Don't require canlock.
11106         (message-cancel-news): Don't check whether canlock is available.
11107         (message-supersede): Support cancel-locks.
11108
11109         * gnus-art.el: Don't autoload canlock.
11110
11111 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11112
11113         * mail-source.el (mail-source-fetch-imap): ASYNC param.
11114         From: <andre@slamdunknetworks.com>
11115
11116 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11117
11118         * many files: Fix copyright lines.
11119
11120 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11121
11122         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
11123         Suggested by Dave Love  <fx@gnu.org>.
11124
11125 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11126
11127         * message.el (message-kill-buffer): Remove auto-save file after
11128         confirm.
11129
11130         * message.el (message-send-mail): Call message-generate-headers
11131         once.  Suggested by Matt Armstrong <matt@lickey.com>.
11132
11133         * gnus-topic.el (gnus-topic-rename): Initial-input.
11134         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
11135
11136 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11137
11138         * message.el (message-forbidden-properties): New constant.
11139         (message-strip-forbidden-properties): New function.
11140         (message-mode): Activate it.
11141
11142 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11143
11144         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
11145         (mm-hack-charsets): Fix doc.
11146
11147 2001-11-02  Simon Josefsson  <jas@extundo.com>
11148
11149         * gnus-int.el (gnus-check-server): Message "...done" when done.
11150
11151         * imap.el (imap-close): Don't message (imap-send-command-wait
11152         returns if the connection is dropped).
11153         (imap-wait-for-tag): Nix out message only when necessary.
11154
11155         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
11156         for non-crossposting.
11157         (gnus-sieve-crosspost): Default to t to be consistent with other
11158         parts of Gnus.
11159
11160 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11161
11162         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
11163         (mm-iso-8859-x-to-15-table): Ditto.
11164         (mm-iso-8859-x-to-15-region): Ditto.
11165         (mm-find-mime-charset-region): Ditto.
11166
11167 2001-11-01  Simon Josefsson  <jas@extundo.com>
11168
11169         * nnimap.el (nnimap-close-asynchronous): New variable.
11170         (nnimap-close-group): Use it.
11171         (nnimap-expunge): Don't use it.
11172
11173         * imap.el (imap-callbacks): New variable.
11174         (imap-remassoc): Copied from `gnus-remassoc'.
11175         (imap-add-callback): New function.
11176         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
11177         behaviour.
11178         (imap-parse-response): Call the callback.
11179
11180         * message.el (message-insert-canlock): New variable.
11181         (message-canlock-generate, message-canlock-password)
11182         (message-insert-canlock): New functions.
11183         (message-send-news): Call `message-insert-canlock'.
11184         (top-level): Require canlock when compiling.
11185         (message-insert-canlock): Require canlock before we need it.
11186
11187 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11188
11189         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
11190
11191 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11192
11193         * dgnushack.el (dgnushack-make-load): A workaround for
11194         custom-add-loads bug in some versions of XEmacs.
11195
11196 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11197
11198         * mm-util.el (mm-charset-synonym-alist): Revert (some).
11199
11200 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11201
11202         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
11203         (mm-hack-charsets): New variable.
11204         (mm-iso-8859-15-compatible): New variable.
11205         (mm-iso-8859-x-to-15-table): New variable.
11206         (mm-find-mime-charset-region): Add parameter hack-charsets.
11207
11208         * mm-bodies.el (mm-encode-body): Use it.
11209         * mml.el (mml-parse-1): Ditto.
11210
11211 2001-11-01  Simon Josefsson  <jas@extundo.com>
11212
11213         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
11214
11215 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11216
11217         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
11218         is nil.
11219
11220 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11221
11222         * smiley-ems.el (smiley-update-cache): Auto detect file type.
11223
11224         * message.el (message-forward-rmail-make-body): Use
11225         save-window-excursion.
11226         (message-encode-message-body): Search with noerror.
11227         (message-setup-1): Convert compose-mail send-actions to
11228         message-send-actions.
11229
11230 2001-11-01  Simon Josefsson  <jas@extundo.com>
11231
11232         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
11233         <yamaoka@jpl.org>.
11234
11235 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11236
11237         * sieve-manage.el (sieve-string-bytes): No complain.
11238
11239 2001-11-01  Simon Josefsson  <jas@extundo.com>
11240
11241         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
11242         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
11243         has autoload cookies, so no `require' should be necessary.)
11244
11245         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
11246         files.
11247
11248 2001-10-31  Simon Josefsson  <jas@extundo.com>
11249
11250         * gnus-cus.el (gnus-group-parameters): Support integer `display'
11251         parameter.
11252
11253         * gnus-sum.el (gnus-select-newsgroup): If group parameter
11254         `display' is a number (and C-u wasn't used to enter group), only
11255         fetch that number of articles.
11256
11257 2001-10-31  Matt Armstrong  <matt@lickey.com>
11258
11259         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
11260         not-subscribed -> subscribed.
11261
11262 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11263         From: Josh Huber <huber@alum.wpi.edu>
11264
11265         * message.el (message-subscribed-address-functions): New variable.
11266         (message-subscribed-addresses): New variable.
11267         (message-subscribed-regexps): New variable.
11268         (message-goto-mail-followup-to): New function.
11269         (message-send-mail): Add Mail-Followup-To.
11270         (message-make-mft): New function.
11271
11272         * gnus.el (gnus-find-subscribed-addresses): New function.
11273
11274 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11275
11276         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
11277         (mail-source-fetch-pop): Ditto.
11278         (mail-source-check-pop): Ditto.
11279
11280         * gnus-start.el (gnus-read-init-file): Ditto.
11281         (gnus-activate-group): Ditto.
11282         (gnus-read-newsrc-el-file): Ditto.
11283
11284 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11285
11286         * message.el (message-get-reply-headers): Make sure there is ", ".
11287
11288         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
11289         mm-coding-system-p. Don't correct it only in XEmacs.
11290         (mm-charset-to-coding-system): Use mm-coding-system-p and
11291         mm-get-coding-system-list.
11292         (mm-emacs-mule, mm-mule4-p): New variables.
11293         (mm-enable-multibyte, mm-disable-multibyte,
11294         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
11295         mm-with-unibyte-current-buffer,
11296         mm-with-unibyte-current-buffer-mule4): Use them.
11297         (mm-find-mime-charset-region): Treat iso-2022-jp.
11298
11299         From  Dave Love  <fx@gnu.org>:
11300
11301         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
11302         construction.
11303         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
11304         entries conditional on not having a coding system defined for
11305         them.
11306         (mm-mule-charset-to-mime-charset): Use
11307         find-coding-systems-for-charsets if defined.
11308         (mm-charset-to-coding-system): Don't use
11309         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
11310         later.  Add last resort search of coding systems.
11311         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
11312         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
11313         Mule 4.
11314         (mm-find-mime-charset-region): Re-write.
11315         (mm-with-unibyte-current-buffer): Restore buffer as well as
11316         multibyteness.
11317
11318 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11319
11320         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
11321         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
11322         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
11323
11324 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11325
11326         * gnus-art.el (article-display-x-face): Nix buffer-read-only
11327         again.
11328
11329         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
11330
11331 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11332
11333         * gnus-spec.el (gnus-parse-simple-format): Use
11334           buffer-substring-no-properties.
11335
11336 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * gnus-art.el (article-verify-cancel-lock): New function.
11339
11340         * nnheader.el (nntp-process-response): New variable.
11341         (nnheader-init-server-buffer): Make `nntp-process-response'
11342         buffer-local in `nntp-server-buffer'.
11343
11344         * nntp.el (nntp-prepare-post-hook): New hook.
11345         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
11346         (nntp-async-trigger): Ditto.
11347         (nntp-request-post): Insert a server's ID if there's no Message-ID
11348         header; run `nntp-prepare-post-hook'.
11349
11350 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11351
11352         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
11353         instead.
11354
11355         * message.el (message-forward-subject-author-subject): Don't use
11356         message-news-p, which widens the buffer.
11357         (message-forward-make-body): New function.
11358         (message-forward): Use it.
11359         (message-insinuate-rmail): New function.
11360         (message-forward-rmail-make-body): New function.
11361
11362 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11363
11364         * mm-extern.el (mm-extern): Provide it.
11365
11366         * mm-partial.el (mm-partial): Provide it.
11367
11368 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11369
11370         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
11371
11372 2001-10-29  Simon Josefsson  <jas@extundo.com>
11373
11374         * mml.el (mml-preview): Bind message-this-is-news if it is
11375         news. From Jesper Harder <harder@myrealbox.com>.
11376
11377 2001-10-28  Simon Josefsson  <jas@extundo.com>
11378
11379         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
11380
11381 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
11382
11383         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
11384         ironic smilies.
11385
11386 2001-10-27  Simon Josefsson  <jas@extundo.com>
11387
11388         * message.el (message-indent-citation): Don't add trailing
11389         whitespace when citing text.
11390
11391         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
11392         <harder@ifa.au.dk>.
11393
11394 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11395
11396         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
11397         not available.
11398         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
11399         (nnweb-type-definition): Add google as alias of dejanews.
11400         (nnweb-google-parse-1): Forward 1 line.
11401
11402 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11403
11404         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
11405         variable `message-forward-ignored-headers'.
11406
11407 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
11408
11409         * gnus.el (gnus-expand-group-parameter): New function.
11410         (gnus-expand-group-parameters): Call it.
11411         (gnus-group-fast-parameter): New function.
11412         (gnus-group-find-parameter): Call it.
11413
11414 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11415
11416         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
11417         vector (it didn't before because of a bug).
11418         * gnus-msg.el (gnus-post-news): Use header vector directly, if
11419         available.  Before it converted it to an article number.
11420
11421         This makes followup to news articles with negative numbers in
11422         nnvirtual groups use news instead of mail.
11423
11424 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11425
11426         * gnus.el (post-method): Use `native' instead of `nil'.
11427
11428         * gnus-msg.el (gnus-post-method): Ditto.
11429
11430 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11431
11432         * gnus.el (gnus-define-group-parameter): Grammar fix.
11433
11434 2001-10-22  Simon Josefsson  <jas@extundo.com>
11435
11436         * gnus-msg.el (gnus-extended-version): Include
11437         system-configuration.
11438         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
11439
11440 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
11441
11442         * gnus.el (post-method): Customization fix: `native' is not a
11443         valid value.
11444         * gnus-msg.el (gnus-post-method): Doc and customization fix:
11445         `native' is not a valid value.
11446
11447 2001-10-21  Simon Josefsson  <jas@extundo.com>
11448
11449         * nnimap.el (nnimap): Defgroup
11450         (nnimap-strict-function, nnimap-strict-function-match): New
11451         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
11452         (nnimap-split-crosspost, nnimap-split-inbox)
11453         (nnimap-split-rule, nnimap-split-predicate)
11454         (nnimap-split-predicate): Defcustom.
11455         (nnimap-split-inbox, nnimap-expunge-search-string)
11456         (nnimap-importantize-dormant): Remove "*" from doc.
11457
11458 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11459
11460         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
11461         not supplied via prefix arg.  From Lisp, make arg mandatory.
11462         Suggested by Frank Schmitt.
11463
11464 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11465
11466         * message.el (message-do-auto-fill): Avoid calling
11467         'rfc822-goto-eoh'.
11468
11469 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11470         From Paul Jarc <prj@po.cwru.edu>.
11471
11472         * message.el (message-get-reply-headers): Restructure the logic
11473         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
11474
11475 2001-10-20  Simon Josefsson  <jas@extundo.com>
11476
11477         * message.el (message-cancel-news): Support cancel-locks.
11478         Suggested by Per Abrahamsson.
11479
11480         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
11481         conses.  From David Z Maze <dmaze@MIT.EDU>.
11482
11483         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
11484
11485 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11486
11487         * mm-decode.el (mm-default-directory): Fix customize type.
11488
11489         * message.el (message-setup-fill-variables): Kludge to use
11490         normal-auto-fill-function even if auto fill is already activated.
11491
11492 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11493
11494         * message.el (message-do-auto-fill): New version that does not
11495         rely on text properties, by Simon Josefsson <jas@extundo.com>.
11496         (message-setup-1): Removed the `message-field' property.
11497
11498         * gnus-draft.el (gnus-draft-edit-message): Removed the
11499         `message-field' property.
11500
11501 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11502
11503         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
11504         `message-field'.  The `field' property has a special significance in
11505         Emacs 21.
11506
11507         * message.el (message-send, message-setup-1): Ditto.
11508
11509 2001-10-18  Simon Josefsson  <jas@extundo.com>
11510
11511         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
11512         when undoing.
11513
11514 2001-10-18  Simon Josefsson  <jas@extundo.com>
11515         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
11516
11517         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
11518         (gnus-summary-make-menu-bar): Ditto.
11519
11520 2001-10-17  Simon Josefsson  <jas@extundo.com>
11521
11522         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
11523         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
11524
11525 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11526
11527         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
11528         * gnus-util.el (gnus-user-date): New function.
11529         From Frank Schmitt <usenet@Frank-Schmitt.net>.
11530
11531 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11532
11533         * message.el (message-check-news-header-syntax): Special case
11534         nnvirtual groups.
11535
11536         * gnus-sum.el (gnus-summary-respool-default-method): Changed
11537         customize type to `symbol'.
11538
11539 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11540
11541         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
11542         %&foo;.
11543         (gnus-parse-simple-format): Support user extended spec too.
11544         %u&foo; invokes gnus-user-format-function-foo.
11545
11546 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11547
11548         * nnml.el (nnml-request-expire-articles): Make sure it is back to
11549         the server.
11550         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11551         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11552         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11553         * nndiary.el (nndiary-request-expire-articles): Ditto.
11554         (nndiary-schedule): Defsubst it before use it.
11555         (nndiary-error): eval-and-compile.
11556
11557 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11558
11559         * gnus-msg.el (gnus-post-method): Changed two instances of
11560         `active' to `current' and one `null' to `not'.
11561
11562 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11563         From Katsumi Yamaoka <yamaoka@jpl.org>.
11564
11565         * message.el (message-setup-fill-variables): Use
11566         `normal-auto-fill-function' instead of `auto-fill-function'.
11567
11568 2001-10-16  Simon Josefsson  <jas@extundo.com>
11569
11570         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
11571         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
11572         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
11573
11574 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11575         Patch by Oliver Scholz <oscholz@my.gnus.org>.
11576
11577         * gnus-draft.el (gnus-draft-edit-message): Add text property
11578         `field' with value `header' to message headers.
11579         * message.el (message-setup-1): Really add text property to all of
11580         the header, not just part of it.
11581
11582 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11583
11584         * gnus-group.el (gnus-group-sort-by-server): Use it.
11585
11586         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
11587
11588         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
11589         and keystroke.
11590
11591 2001-10-14  Simon Josefsson  <jas@extundo.com>
11592
11593         * dig.el: Doc fix.
11594
11595         * smime.el: Doc fix.
11596
11597         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
11598         charset magic from message.el.
11599
11600 2001-10-12  Simon Josefsson  <jas@extundo.com>
11601         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
11602
11603         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
11604         'cite from g-a-wash-types.
11605         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
11606         (gnus-article-hide-citation): Fix.
11607
11608         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
11609         character.
11610         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
11611
11612         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
11613         definition.
11614         (gnus-signature-toggle): Toggle `s' mode line character.
11615
11616         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
11617         doing stuff that clears it.
11618
11619 2001-10-12  Simon Josefsson  <jas@extundo.com>
11620
11621         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
11622         From Eric Marsden <emarsden@laas.fr>.
11623
11624 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11625
11626         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
11627         (autoload): Add some autoloads.
11628
11629 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11630         Suggested by Oliver Scholz <epameinondas@gmx.de>.
11631
11632         * message.el (message-do-auto-fill): New function.  Like
11633         `do-auto-fill' but don't fill when in the message header.
11634         (message-setup-1): Put a text property on the message header.
11635         (message-setup-fill-variables): Use `message-do-auto-fill'.
11636
11637 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11638
11639         * message.el (message-send-mail-partially): Insert an empty line
11640         first, because of the change of message-make-lines.
11641
11642 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
11643
11644         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
11645         iso-8859-15, make it an alias for iso-8859-1.
11646
11647 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * message.el (message-send-news): Don't modify the value of
11650         `message-syntax-checks' if it is not a list (possibly it is
11651         `dont-check-for-anything-just-trust-me').
11652
11653 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * gnus-group.el (gnus-group-name-charset-group-alist): Use
11656         `find-coding-system' for XEmacs to check whether the coding-system
11657         `utf-8' is available.
11658
11659 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11660
11661         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
11662
11663 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
11664
11665         * message.el (message-send-news): Oops, missed case with no
11666         "Followup-To" header...
11667
11668 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
11669
11670         * message.el (message-send-news): Allow
11671         `gnus-group-name-charset-group-alist' to affect encoding of the
11672         "Newsgroups" and "Followup-To" headers.
11673
11674 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11675
11676         * Makefile.in (install-el): Depend on gnus-load.el.
11677
11678 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11679
11680         * Makefile.in (install-el): Use -f.
11681         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
11682
11683 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
11684
11685         * message.el (message-send-news): Don't encode Followups-To when
11686         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
11687
11688         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
11689         header.
11690
11691         * gnus-art.el (article-decode-group-name): Also decode
11692         "Followup-To".
11693
11694         * rfc2047.el (rfc2047-encode-message-header): Encode without
11695         asking for null methods.
11696
11697         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
11698         default charset for newsgroup names in accordance with USEFOR.
11699
11700         * gnus-group.el (gnus-group-name-charset-method-alist,
11701         gnus-group-name-charset-group-alist): Removed "*" from doc
11702         strings, "*" should not be used for complex variables.
11703
11704 2001-10-06  Simon Josefsson  <jas@extundo.com>
11705
11706         Support UTF-8 group names better.
11707
11708         * message.el (message-check-news-header-syntax): Encode group
11709         names before comparison.
11710
11711         * gnus-msg.el (gnus-copy-article-buffer): Run all
11712         `gnus-article-decode-hook's except `article-decode-charset'
11713         instead of hardcoding call to one of them.
11714
11715         * gnus-art.el (gnus-article-decode-hook): Add
11716         `article-decode-group-name'.
11717         (article-decode-group-name): New function, use `g-d-n'.
11718
11719         * gnus-group.el (gnus-group-insert-group-line): Decode
11720         gnus-tmp-group using `g-d-n'.
11721
11722         * gnus-util.el (gnus-decode-newsgroups): New function.
11723
11724 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11725
11726         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
11727         `gnus-group-name-charset-group-alist'.
11728
11729 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11730
11731         * Makefile.in: Install el in install. Add uninstall.
11732
11733 2001-10-05  Simon Josefsson  <jas@extundo.com>
11734
11735         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
11736
11737         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
11738
11739         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
11740         empty folders.
11741
11742         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
11743         limiting if read-all (C-u RET) was used.
11744
11745 2001-10-04  Simon Josefsson  <jas@extundo.com>
11746
11747         * mail-source.el (mail-source-movemail-program): New variable.
11748         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
11749         <thutt@thutt.vmware.com>.
11750
11751 2001-10-03  Simon Josefsson  <jas@extundo.com>
11752
11753         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
11754         (gnus-summary-line-format-alist): Fix param.
11755
11756 2001-10-02  Simon Josefsson  <jas@extundo.com>
11757
11758         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
11759         don't go through `nnimap-request-expire-articles' to delete the
11760         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
11761
11762 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11763
11764         * gnus-agent.el (gnus-agent-write-active): The min in the
11765         agent/active may be larger than that in the server/active.
11766
11767 2001-10-01  Simon Josefsson  <jas@extundo.com>
11768
11769         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
11770         is IMAP4rev1.
11771
11772         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
11773
11774         * nnfolder.el: Ditto.
11775
11776 2001-09-30  Dan Christensen  <jdc@uwo.ca>
11777
11778         * gnus-sum.el (gnus-summary-extract-address-component): New function.
11779         (gnus-summary-from-or-to-or-newsgroups): Optimize.
11780
11781 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11782
11783         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
11784         (message-mode-menu): Menu item for same.
11785
11786         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
11787         delayed articles.
11788
11789         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
11790         nndraft:delayed does not exist.
11791         (gnus-delay-initialize): Don't set up keymap, that's done from
11792         message.el now.
11793         (gnus-delay, gnus-delay-group, gnus-delay-header)
11794         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
11795
11796 2001-09-29  Simon Josefsson  <jas@extundo.com>
11797
11798         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
11799         utf-8, not eight-bit-control.
11800
11801         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
11802         (imap-log, imap-debug): Custom.
11803         (imap-log-buffer, imap-debug-buffer): New constants.
11804         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
11805         (imap-network-open, imap-shell-open, imap-starttls-open)
11806         (imap-send-command-1, imap-send-command, imap-arrival-filter)
11807         (imap-debug): Use imap-*-buffer.
11808
11809         * nndoc.el (nndoc-article-type): Add mailman.
11810         (nndoc-type-alist): Ditto.
11811         (nndoc-mailman-type-p): New function.
11812
11813 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11814
11815         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
11816         gnus-art.el.
11817
11818 2001-09-27  Simon Josefsson  <jas@extundo.com>
11819
11820         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
11821         (gnus-topic-catchup-articles): New function. Suggested by Robin
11822         S. Socha <robin-dated-1001857693.185e29@socha.net>.
11823
11824 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11825         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
11826
11827         * gnus-ems.el (gnus-article-display-xface): Insert xface after
11828         previous ones.
11829
11830 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11831         From Daiki Ueno  <ueno@unixuser.org>
11832
11833         * gnus-sum.el (gnus-summary-show-article): The arglist of
11834         detect-coding-region is incompatible.
11835
11836 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11837         From Katsuhiro Hermit Endo <hermit@koka-in.org>
11838
11839         * gnus-group.el (gnus-group-delete-group): Typo.
11840
11841 2001-09-26  Simon Josefsson  <jas@extundo.com>
11842
11843         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
11844
11845         * nnimap.el (nnimap-expiry-target): Use temp buffer.
11846
11847 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11848
11849         * gnus-cus.el (gnus-group-parameters): Display as sexp.
11850
11851 2001-09-22  Simon Josefsson  <jas@extundo.com>
11852
11853         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
11854
11855         * nnfolder.el (nnfolder-open-marks): Ditto.
11856
11857         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
11858         (gnus-update-marks): Use it.
11859         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
11860         hardcoded list.
11861
11862         * gnus.el (gnus-article-special-mark-lists): Add killed.
11863         (gnus-article-unpropagated-mark-lists): New constant.
11864
11865 2001-09-22  Simon Josefsson  <jas@extundo.com>
11866
11867         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
11868         custom option.
11869
11870 2001-09-23  Simon Josefsson  <jas@extundo.com>
11871
11872         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
11873
11874 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11875
11876         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
11877
11878 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
11879
11880         * gnus-group.el (gnus-group-sort-function): Fix customize type to
11881         accept lists of functions.
11882
11883 2001-09-20  Simon Josefsson  <jas@extundo.com>
11884
11885         * gnus-group.el (gnus-group-catchup): Update expire marks in
11886         backend.  Also, if ALL also set expire marks on tick/dormant.
11887
11888 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11889
11890         * message.el (message-tab-body-function): New variable.
11891         * message.el (message-tab): Use it.
11892
11893 2001-09-19  Sam Steingold  <sds@gnu.org>
11894
11895         * gnus-win.el (gnus-buffer-configuration): Respect
11896         `gnus-bug-create-help-buffer'.
11897
11898 2001-09-18  Simon Josefsson  <jas@extundo.com>
11899
11900         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
11901         (gnus-parse-simple-format): Re-revert.
11902
11903 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
11904         Trivial patch.
11905
11906         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
11907         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
11908
11909 2001-09-18  Simon Josefsson  <jas@extundo.com>
11910
11911         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
11912         signed.
11913         (gnus-parse-simple-format): Don't use it.
11914
11915 2001-09-17  Miles Bader  <miles@gnu.org>
11916
11917         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
11918         error querying a backend abort the whole process.
11919
11920 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11921
11922         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
11923         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
11924
11925 2001-09-17  Didier Verna  <didier@xemacs.org>
11926
11927         * nndiary.el: version 0.2-b14.
11928         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
11929         compatibility problem with XEmacs 21.1.
11930
11931 2001-09-15  Simon Josefsson  <jas@extundo.com>
11932
11933         * gnus-group.el (gnus-group-line-format): Document %c.
11934
11935         * nnml.el (nnml-parse-head): Handle CRLF files.
11936         (nnml-generate-nov-file): Ditto.
11937         (nnml-retrieve-headers): Ditto.
11938
11939 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
11940
11941         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
11942
11943 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
11944
11945         * gnus-spec.el (gnus-correct-substring): Still stopped one
11946         character before we wanted (never included last character).
11947         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
11948         add missing "," (once per function)
11949
11950 2001-09-14  Simon Josefsson  <jas@extundo.com>
11951
11952         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
11953         (otherwise e.g. gnus-agentize in .gnus overrides the customized
11954         default before gnus-group is loaded and the variable set.)
11955
11956         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
11957         killed or unsent marks.
11958
11959         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
11960         isn't an article to set it on (e.g. when you `a' in a group).
11961
11962 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11963
11964         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
11965         can read e-mails from Microsoft Outlook users not using ISO
11966         8859-2 character set.
11967
11968 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11969
11970         * gnus-diary.el: Minor modifications to avoid warnings.
11971         (gnus-summary-misc-menu): defvar.
11972         (gnus-diary-check-message): Use gnus-point-at-eol.
11973         (gnus-diary-kill-entire-line): eval-and-compile.
11974
11975 2001-09-12  Didier Verna  <didier@xemacs.org>
11976
11977         * nndiary.el: new version (0.2-b13).
11978         * nndiary.el (nndiary-mail-sources): doc update.
11979         * nndiary.el (nndiary-split-methods): ditto.
11980         * nndiary.el (nndiary-request-accept-article-hooks): New.
11981         * nndiary.el (nndiary-request-accept-article): use it, check
11982         message validity.
11983         * nndiary.el (nndiary-get-new-mail): changed default to nil.
11984         * nndiary.el (nndiary-schedule): fix bug (misplaced
11985         condition-case): it didn't return nil on error.
11986         * gnus-diary.el: new version.
11987         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
11988         * gnus-diary.el (gnus-diary-header-value-history): New.
11989         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
11990         * gnus-diary.el (gnus-diary-add-header): New.
11991         * gnus-diary.el (gnus-diary-check-message): New.
11992         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
11993         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
11994
11995 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11996
11997         * gnus-sum.el (gnus-select-newsgroup): Make
11998         `gnus-current-select-method' buffer-local.
11999
12000         * gnus-art.el (gnus-request-article-this-buffer): Refer
12001         `gnus-current-select-method' in the current summary buffer.
12002
12003 2001-09-10  Simon Josefsson  <jas@extundo.com>
12004         From Daniel Pittman <daniel@rimspace.net>
12005
12006         * gnus-spec.el (gnus-correct-pad-form): Fix.
12007
12008 2001-09-09  Simon Josefsson  <jas@extundo.com>
12009
12010         * mm-decode.el (mm-inline-media-tests): Add
12011         application/x-emacs-lisp.
12012         (mm-attachment-override-types): Add
12013         application/{x-,}pkcs7-signature.
12014
12015         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
12016         (gnus-server-line-format, gnus-server-mode-line-format)
12017         (gnus-server-browse-in-group-buffer): Customize.
12018
12019 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12020
12021         * nnml.el (nnml-marks-changed-p): Typo.
12022         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
12023         (nnml-marks-changed-p): Use gnus-gethash.
12024         (nnml-marks-modtime): Use gnus-make-hashtable.
12025
12026         * nnfolder.el (nnfolder-marks-changed-p): Typo.
12027         (nnfolder-request-expire-articles, nnfolder-save-marks)
12028         (nnfolder-open-marks): Typo.
12029         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
12030         (nnfolder-marks-changed-p): Use gnus-gethash.
12031         (nnfolder-marks-modtime): Use gnus-make-hashtable.
12032
12033 2001-09-08  Simon Josefsson  <jas@extundo.com>
12034
12035         * nnfolder.el (nnfolder-marks-modtime): New variable.
12036         (nnfolder-marks-changed-p): New function.
12037         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
12038         (nnfolder-request-update-info): Don't update if marks didn't change.
12039
12040         * nnml.el (nnml-marks-modtime): New variable.
12041         (nnml-marks-changed-p): New function.
12042         (nnml-save-marks, nnml-open-marks): Save modtime.
12043         (nnml-request-update-info): Don't update if marks didn't change.
12044
12045         * gnus-agent.el (gnus-agent-any-covered-gcc)
12046         (gnus-agent-add-server, gnus-agent-remove-server): Use
12047         gnus-agent-method-p.
12048
12049         * gnus-art.el (gnus-buttonized-mime-types): New variable.
12050         (gnus-unbuttonized-mime-type-p): Use it.
12051
12052         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
12053         fetch group.
12054
12055 2001-09-08  Simon Josefsson  <jas@extundo.com>
12056         From Daniel Pittman <daniel@rimspace.net>
12057
12058         * gnus-spec.el (gnus-correct-pad-form): New function.
12059         (gnus-parse-simple-format): Use it.
12060
12061 2001-09-07  Simon Josefsson  <jas@extundo.com>
12062
12063         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
12064         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
12065         Putnam <reader@newsguy.com>.
12066         (gnus-group-sort-selected-groups): Touch dribble file.
12067
12068 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
12069
12070         * nnml.el (nnml-filenames-are-evil): New variable.
12071         (nnml-article-to-file-alist): Rename to ...
12072         (nnml-current-group-article-to-file-alist): ... this.
12073         Respect `nnml-filenames-are-evil'.
12074         (nnml-active-number): Update.
12075         (nnml-update-file-alist): Update.
12076         (nnml-request-article): Use nnheader-article-to-file-alist.
12077         (nnml-request-rename-group): Likewise.
12078
12079 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * gnus-sum.el (gnus-summary-insert-line): Fix.
12082
12083 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
12084
12085         * gnus-sum.el: Bind g-s-t-s to "W g".
12086         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
12087         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
12088         display of graphical smilies.
12089
12090 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12091
12092         * gnus-start.el (gnus-setup-news): A typo.
12093         From Bill White <billw@wolfram.com>.
12094
12095 2001-09-06  Simon Josefsson  <jas@extundo.com>
12096
12097         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
12098         and unseen marks.
12099
12100 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12101
12102         * nnmail.el (nnmail-split-fancy): Document `junk'.
12103
12104 2001-09-04  Simon Josefsson  <jas@extundo.com>
12105
12106         * imap.el (imap-search): Don't error if server is broken.
12107
12108 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
12109
12110         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
12111         searching for an article that isn't in the mbox.
12112
12113 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12114
12115         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
12116         right, and get all the comments.
12117
12118 2001-09-02  Simon Josefsson  <jas@extundo.com>
12119         Suggested by Dan Christensen <jdc+news@uwo.ca>
12120
12121         * nnfolder.el (nnfolder-request-update-info): Fix message.
12122
12123         * nnml.el (nnml-request-update-info): Ditto.
12124
12125 2001-09-01  Simon Josefsson  <jas@extundo.com>
12126
12127         * nnml.el (nnml-request-expire-articles): Also bind
12128         `nnml-current-group' and `nnml-article-file-alist' when using
12129         expiry-target. (Otherwise nnml will be in a inconsistent internal
12130         state causing all kind of problems.)
12131         (nnml-request-expire-articles): If `nnml-article-to-file' or
12132         `file-attributes' failes, return article as un-expirable instead
12133         of treating it as expired.
12134
12135 2001-08-31  Sam Steingold  <sds@gnu.org>
12136
12137         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
12138         typo: `exmine' --> `examine'.
12139
12140 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12141
12142         * nndoc.el (nndoc-forward-type-p): It is not a digest.
12143
12144 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12145
12146         * nnml.el (nnml-check-directory-twice): Remove.
12147         (nnml-retrieve-headers): Ditto.
12148         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
12149
12150 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12151
12152         * nnheader.el (nnheader-directory-files-is-safe): No need to read
12153         directory twice on Windows, or on GNU Emacs-21.
12154
12155 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12156
12157         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
12158         (nnml-request-rename-group): Ditto.
12159         (nnml-active-number): Ditto.
12160         (nnml-request-create-group): Use nnml-directory-articles.
12161         (nnml-request-expire-articles): Use nnml-directory-articles, which
12162         gets list from nov database if available.
12163         (nnml-get-nov-buffer): New function.
12164         (nnml-open-nov): Use it.
12165         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
12166         gets alist from nov database if available.
12167         (nnml-directory-articles): New function.
12168         (nnml-article-to-file-alist): New function.
12169
12170 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12171
12172         * mm-decode.el (mm-display-external): Use `name' as filename, if
12173         `filename' attribute is not present.
12174
12175 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12176
12177         * mail-source.el (mail-source-flash): New defcustom.
12178         (mail-source-new-mail-p): Ring visible bell if appropriate.
12179         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
12180         timer is cleared even if mail check signals an error.
12181
12182 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12183
12184         * gnus-sum.el (gnus-summary-move-article): Only update marks of
12185         type 'list.
12186
12187 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12188
12189         * flow-fill.el (fill-flowed): eol might be point-max.
12190
12191 2001-08-27  Simon Josefsson  <jas@extundo.com>
12192
12193         * nnml.el (nnml-request-update-info): Fix message.
12194         (nnml-open-marks): Ditto.
12195
12196         * nnfolder.el (nnfolder-request-update-info):
12197         (nnfolder-open-marks): Fix message.
12198
12199 2001-08-25  Simon Josefsson  <jas@extundo.com>
12200
12201         * nnfolder.el (nnfolder-save-marks): Don't create directory named
12202         after group in ~/.
12203
12204 2001-08-25  Simon Josefsson  <jas@extundo.com>
12205         From Andreas Jaeger  <aj@suse.de>
12206
12207         * nnfolder.el (nnfolder-open-marks): Fix typo.
12208         * nnml.el (nnml-open-marks): Likewise.
12209
12210 2001-08-25  Simon Josefsson  <jas@extundo.com>
12211
12212         Make nnfolder groups self-contained as far as marks are concerned.
12213
12214         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
12215         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
12216         (nnfolder-open-server): Make marks directory.
12217         (nnfolder-request-delete-group): Delete marks file.
12218         (nnfolder-request-delete-group): Check of nov/marks file exist
12219         before deleting.
12220         (nnfolder-request-rename-group): Rename marks file.
12221         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
12222         (nnfolder-request-set-mark, nnfolder-request-update-info)
12223         (nnfolder-group-marks-pathname, nnfolder-save-marks)
12224         (nnfolder-open-marks): New functions.
12225         (top-level): Require gnus.
12226
12227 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12228
12229         * nnweb.el (nnweb-type-definition): Use google raw file.
12230         (nnweb-google-parse-1): Ditto.
12231         (nnweb-google-identity): Ditto.
12232         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
12233         (nnweb-altavista-wash-article): Ditto.
12234         (nnweb-request-article): Remove nnweb-decode-entities.
12235
12236         * nnml.el: Require 'gnus.
12237
12238 2001-08-25  Simon Josefsson  <jas@extundo.com>
12239
12240         * nnml.el (nnml-marks-is-evil): Add doc.
12241
12242 2001-08-25  Simon Josefsson  <jas@extundo.com>
12243
12244         * nnml.el (nnml-save-marks): Wrap saving marks in a
12245         condition-case, to allow user to start Gnus if saving marks failed
12246         for some reason.
12247
12248 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12249
12250         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
12251
12252         * gnus-group.el (gnus-update-group-mark-positions): Bind
12253         gnus-group-update-hook to nil.
12254
12255 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12256
12257         * mml.el (mml-generate-mime-1): Force as multibyte string.
12258
12259 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12260
12261         * gnus-sum.el (gnus-summary-insert-line)
12262         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
12263         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
12264
12265         * gnus-spec.el (gnus-correct-substring): Take optional END.
12266
12267         * nnrss.el (nnrss-request-article): Remove \n.
12268         (nnrss-retrieve-headers): Lines number is -1.
12269
12270 2001-08-24  Simon Josefsson  <jas@extundo.com>
12271
12272         * gnus-group.el (gnus-info-clear-data): Call
12273         nnfoo-request-set-mark to propagate marks.  Fix bug:
12274         `gnus-group-update-line' doesn't update read range unless we call
12275         `gnus-get-unread-articles-in-group' first.
12276
12277         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
12278         to server.
12279
12280 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12281
12282         * gnus-util.el (gnus-create-info-command): Return an interactive
12283         function.
12284
12285 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12286         From Katsumi Yamaoka <yamaoka@jpl.org>
12287
12288         * gnus-spec.el (gnus-parse-complex-format): Use equal.
12289
12290 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12291
12292         * gnus-sum.el (gnus-select-newsgroup): Use it.
12293
12294         * gnus-util.el (gnus-not-ignore): New function.
12295
12296         * lpath.el (featurep): Don't fbind char-int.
12297
12298         * gnus-util.el (gnus-create-info-command): New function.
12299
12300         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
12301         right node.
12302
12303         * gnus-sum.el (gnus-select-newsgroup): Clean up.
12304         (gnus-summary-limit-children): Use 'identity instead of `all'.
12305         (gnus-summary-limit-to-display-predicate): New command and
12306         keystroke.
12307
12308 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12309
12310         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
12311
12312         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
12313
12314 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12315
12316         * gnus-spec.el: Add the Gnus version.
12317         (gnus-update-format-specifications): If the Gnus version changes,
12318         nix out the format spec cache.
12319
12320         * gnus.el (gnus-continuum-version): Made into a command and
12321         optionalize the VERSION.
12322
12323         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
12324         the start of the lines.
12325
12326 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12327
12328         * gnus.el (gnus-visual-p): Define function before use of
12329         function.
12330
12331 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12332
12333         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
12334         (gnus-article-mark-to-type): New function.
12335         (gnus-update-missing-marks): Only update marks of type 'list.
12336
12337         * gnus.el (gnus-article-special-mark-lists): New variable.
12338
12339 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12340
12341         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
12342         (gnus-select-newsgroup): Still use 'all.
12343         (gnus-summary-initial-limit): Comparing with 'all.
12344
12345 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12346
12347         * gnus-start.el (gnus-activate-group): If dont-check, don't update
12348         active.
12349
12350 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12351
12352         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
12353         nnslashdot-*-retrieve-headers.
12354         (nnslashdot-request-article): Fix for slashcode 2.2.
12355         (nnslashdot-make-tuple): New function.
12356         (nnslashdot-read-groups): Use it.
12357
12358 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12359
12360         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
12361         list.
12362
12363         * gnus-sum.el (gnus-summary-move-article): Don't select article.
12364
12365 2001-08-20  Simon Josefsson  <jas@extundo.com>
12366
12367         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
12368         opened, error instead of continuing (and exploding later).
12369
12370 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12371
12372         * gnus.el (gnus-expand-group-parameters): Return the parameter
12373         list.
12374
12375         * gnus-sum.el (gnus-summary-show-article): Doc fix.
12376         (gnus-summary-show-article): Guess at charset if required.
12377
12378         * gnus-spec.el (gnus-correct-substring): Stopped one character
12379         before we wanted.
12380
12381 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12382
12383         * earcon.el (earcon-auto-play): Remove unused option.
12384
12385 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12386
12387         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
12388         message down in levels, since it happens very fast.
12389
12390         * smiley-ems.el (smiley-update-cache): Respect the symbol version
12391         of smiley-regexp-alist.
12392
12393         * mm-view.el (mm-inline-text): Ignore vcard errors.
12394
12395         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
12396
12397         * gnus-score.el (gnus-all-score-files): Use append instead of
12398         nconc.
12399
12400         * gnus.el (gnus-splash-face): Doc fix.
12401
12402         * mm-decode.el (mm-mailcap-command): Use
12403         mm-path-name-rewrite-functions.
12404         (mm-path-name-rewrite-functions): New variable.
12405
12406         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
12407         (gnus-complex-form-to-spec): Insert tab.
12408         (gnus-spec-tab): New function.
12409
12410         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
12411         entering the group.
12412
12413         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
12414         the positional spec.
12415         (gnus-parse-complex-format): React to %C.
12416
12417         * gnus-ems.el (gnus-char-width): Moved here.
12418
12419         * gnus-sum.el (gnus-select-newsgroup): Set
12420         gnus-newsgroup-articles.
12421         (gnus-unseen-mark): New variable.
12422         (gnus-newsgroup-unseen): Ditto.
12423         (gnus-newsgroup-seen): Ditto.
12424         (gnus-adjust-marked-articles): Use them.
12425         (gnus-update-marks): Use them.
12426         (gnus-summary-update-secondary-mark): Display.
12427         (gnus-summary-prepare-threads): Display.
12428
12429         * gnus-msg.el (gnus-inews-group-method): Use and return the
12430         method, not the server.
12431
12432 2001-08-19  Simon Josefsson  <jas@extundo.com>
12433
12434         * gnus-srvr.el (gnus-server-agent-face): New.
12435         (gnus-server-agent-face): New.
12436         (gnus-server-mode): Turn on font-lock-mode.
12437
12438         * gnus.el (gnus-server-visual): Add defgroup.
12439
12440 2001-08-19  Simon Josefsson  <jas@extundo.com>
12441         From Joe Casadonte <jcasadonte@northbound-train.com>
12442
12443         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
12444         gnus-server-denied-face): New.
12445         (gnus-server-opened-face, gnus-server-closed-face,
12446         gnus-server-denied-face): New.
12447         (gnus-server-font-lock-keywords): Add.
12448
12449 2001-08-19  Simon Josefsson  <jas@extundo.com>
12450
12451         * nnml.el (nnml-request-set-mark): Return nil.
12452         (nnml-save-marks): Use nnml-possibly-create-directory.
12453         (nnml-open-marks): Only work in temp buffer when inserting/reading
12454         .marks file.
12455
12456 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12457
12458         * gnus.el (gnus-expand-group-parameters): Fix.
12459
12460         * gnus-spec.el (gnus-char-width): New function.
12461         (gnus-correct-substring, gnus-correct-length): Use it.
12462
12463         * message.el (message-required-mail-headers): Fix doc.
12464
12465 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12466
12467         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
12468
12469         * mm-decode.el (mm-save-part-to-file): Insert the handle.
12470
12471 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12472
12473         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
12474         slashdot 2.2 (not fully fixed yet).
12475         (nnslashdot-request-article): Ditto.
12476
12477 2001-08-18  Simon Josefsson  <jas@extundo.com>
12478
12479         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
12480         nnimap.
12481
12482         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
12483         gnus-util.
12484         (nnimap-request-update-info-internal): Use new functions.
12485
12486         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
12487         new functions.
12488
12489 2001-08-18  Simon Josefsson  <jas@extundo.com>
12490
12491         Make nnml groups self-contained as far as marks are concerned.
12492
12493         * nnml.el (nnml-request-delete-group): Delete marks file.
12494         (nnml-request-rename-group): Move marks file.
12495         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
12496         variables.
12497         (nnml-request-set-mark, nnml-request-update-info): New server
12498         functions.
12499         (nnml-save-marks, nnml-open-marks): New functions.
12500
12501 2001-08-18  Simon Josefsson  <jas@extundo.com>
12502
12503         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
12504         `set' when setting marks.
12505
12506 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12507
12508         * gnus.el (gnus-info-find-node): Take an argument.
12509
12510         * gnus-art.el (gnus-button-handle-info): New function.
12511         (gnus-url-unhex-string): Replace "+" with " ".
12512
12513 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12514
12515         * message.el (message-check-news-header-syntax): Check bad From.
12516
12517 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12518
12519         * gnus-spec.el (gnus-correct-length): New function.
12520         (gnus-correct-substring): New function.
12521         (gnus-tilde-max-form): Use it.
12522
12523 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
12524
12525         * nnmh.el: Docstring changes as below.
12526
12527         * nnml.el: Docstring changes as below.
12528
12529         * nnbabyl.el: Docstring changes as below.
12530
12531         * nnmbox.el: Docstring changes as below.
12532
12533         * nnfolder.el: Added docstrings identifying each virtual server
12534         parameter.
12535
12536 2001-08-18  Simon Josefsson  <jas@extundo.com>
12537
12538         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
12539
12540 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
12541
12542         * message.el: rename "Abort Message" to "Postpone Message".
12543         Remove "Attach file as MIME" from Message menu, it's already in
12544         the MIME menu.
12545
12546 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12547
12548         * smime.el (smime-point-at-eol): eval-and-compile.
12549         (smime-make-temp-file): New function.
12550         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
12551         Use it.
12552
12553 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12554
12555         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
12556         (gnus-agent-summary-fetch-group): New command and keystroke.
12557
12558         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
12559         (gnus-mime-display-security): Make it respect
12560         gnus-unbuttonized-mime-type-p.
12561
12562         * gnus-sum.el (gnus-articles-to-read): Comments.
12563         (gnus-article-marked-p): New function.
12564         (gnus-summary-display-make-predicate): New function.
12565         (gnus-select-newsgroup): Use them.
12566
12567         * mm-decode.el (mm-save-part-to-file): Made it not error.
12568
12569 2001-08-17  Simon Josefsson  <jas@extundo.com>
12570
12571         * imap.el (imap-wait-for-tag): If process-status isn't open or
12572         run, return nil instead of sit-for looping.
12573
12574 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12575
12576         * lpath.el (featurep): fbind xml-parse-region.
12577
12578         * gnus.el (gnus-message-archive-method): Default to "archive".
12579         (gnus-message-archive-method): Doc fix.
12580         (gnus-parameters-get-parameter): Cleaned up.
12581         (gnus-expand-group-parameter): New function.
12582
12583         * gnus-start.el (gnus-setup-news): Push the archive server only
12584         the server list.
12585
12586         * mml.el (mml-menu): Changed name to "Attachments".
12587
12588         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
12589         when there is something to detroy.
12590
12591 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12592
12593         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
12594         nil.
12595
12596 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12597
12598         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
12599         which specifies a time today or tomorrow.
12600
12601 2001-08-15  Simon Josefsson  <jas@extundo.com>
12602         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
12603
12604         * gnus-agent.el (gnus-agent-make-mode-line-string)
12605         (gnus-agent-toggle-plugged): Use new API.
12606
12607 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12608
12609         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
12610         deadline has expired.
12611
12612 2001-08-12  Simon Josefsson  <jas@extundo.com>
12613         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
12614
12615         Support `recent' mark indicating newly arrived messages (to
12616         separate from old but unread messages).
12617
12618         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
12619         `nnmail-split-history' if recent is > 0.
12620         (nnimap-request-update-info-internal): Update `recent' marks.
12621         (nnimap-request-set-mark): Never set `recent' marks.
12622         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
12623         recent.
12624
12625         * gnus-sum.el (gnus-recent-mark): New mark.
12626         (gnus-newsgroup-recent): New variable.
12627         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
12628         (gnus-summary-prepare-threads): Mark recent articles.
12629         (gnus-summary-add-mark): Support recent.
12630         (gnus-summary-update-secondary-mark): Support recent.
12631
12632         * gnus.el (gnus-article-mark-lists): Add recent.
12633
12634 2001-08-12  Simon Josefsson  <jas@extundo.com>
12635
12636         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
12637         whether successful decoding took place.  Add doc.
12638
12639 2001-08-12  Simon Josefsson  <jas@extundo.com>
12640         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
12641
12642         * gnus.el (gnus-summary-line-format, gnus-parameters):
12643         * gnus-gl.el (gnus-summary-grouplens-line-format):
12644         * gnus-salt.el (gnus-summary-pick-line-format):
12645         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
12646
12647 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
12648         Committed by Kai Gro\e,b_\e(Bjohann.
12649
12650         * gnus-score.el (gnus-score-string): Fix `match' regexp
12651         for `extra' header case.
12652
12653 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12654
12655         * nnmbox.el (nnmbox-read-mbox): No warning.
12656
12657 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12658
12659         * nndoc.el (nndoc-article-type): Fix doc.
12660         (nndoc-generate-article-function): New variable.
12661         (nndoc-dissection-function): New variable.
12662         (nndoc-type-alist): Add oe-dbx.
12663         (nndoc-oe-dbx-type-p): New function.
12664         (nndoc-oe-dbx-dissection): New function.
12665         (nndoc-oe-dbx-generate-article): New function.
12666
12667 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12668
12669         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
12670         whether deadline has been reached.  Patch from Dan Nicolaescu
12671         <dann@godzilla.ics.uci.edu>.
12672
12673 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12674
12675         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
12676         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
12677         <rintaman@cs.Helsinki.FI>.
12678
12679         * mail-source.el (mail-source-movemail): The error buffer is
12680         modified, but nothing in it.
12681
12682 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12683
12684         * message.el (message-bogus-system-names): New variable.
12685         (message-make-fqdn): Use it.
12686
12687 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12688
12689         * nndraft.el (nndraft-request-group): Use
12690         nndraft-auto-save-file-name.
12691
12692 2001-08-09  Simon Josefsson  <jas@extundo.com>
12693
12694         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
12695         Don't ask whether to decrypt.  Just leave result in buffer (don't
12696         call mm).
12697
12698         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
12699         parts as well.
12700         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
12701         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
12702
12703 2001-08-09  Simon Josefsson  <jas@extundo.com>
12704
12705         * mm-decode.el (mm-insert-part): Return decoding success status.
12706         (mm-save-part-to-file): Error if decoding failed.
12707
12708 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12709
12710         * message.el (message-tab): Use indent-relative.
12711         (message-mode): Don't bind indent-line-function to indent-relative.
12712
12713 2001-08-09  Simon Josefsson  <jas@extundo.com>
12714
12715         * message.el (message-get-reply-headers): Fix string. Suggested by
12716         Christoph Conrad <cc@cli.de>.
12717
12718 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12719
12720         * message.el (message-tab): Use the current value of
12721         indent-line-function.
12722         (message-mode): Bind indent-line-function to indent-relative.
12723
12724 2001-08-08  Simon Josefsson  <jas@extundo.com>
12725
12726         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
12727         whether `imtest' is installed.
12728
12729 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12730         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12731
12732         * gnus-sum.el (gnus-summary-show-article): Call
12733         gnus-summary-update-secondary-secondary-mark.
12734         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
12735         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
12736
12737 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12738
12739         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
12740
12741         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12742
12743         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
12744         <gerd@gnu.org>.
12745
12746         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
12747
12748         * gnus-util.el (gnus-output-to-rmail): Ditto.
12749         (gnus-output-to-mail): Ditto.
12750
12751         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
12752
12753 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
12754
12755         * message.el (message-indent-citation): Use
12756         `message-yank-cited-prefix' for empty lines.
12757
12758 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
12759
12760         * message.el (message-indent-citation): Quote only lines starting
12761         with ">" using `message-yank-cited-prefix'.
12762
12763 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12764         Trivial patch.
12765
12766         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
12767         gnus-cache-fully-p.
12768
12769 2001-08-04  Simon Josefsson  <jas@extundo.com>
12770
12771         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
12772         file if it doesn't exist (by calling gnus-cache-read-active).
12773
12774 2001-08-04  Simon Josefsson  <jas@extundo.com>
12775
12776         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
12777         (gnus-cache-passively-or-fully-p): Removed.
12778         (gnus-cache-fully-p): Fix it.
12779
12780         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
12781
12782 2001-08-04  Simon Josefsson  <jas@extundo.com>
12783
12784         * gnus-cache.el (gnus-cache-fully-p)
12785         (gnus-cache-passively-or-fully-p): New functions.
12786         (gnus-cache-possibly-enter-article): Cosmetic change, use
12787         `g-c-p-o-f-p'.
12788         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
12789         was bogus (`g-c-p-a-a' does not change active info, just change
12790         the functions parameters).
12791         (gnus-cache-possibly-remove-articles-1): Make sure articles are
12792         not removed in groups that match `gnus-uncacheable-groups'.
12793
12794         Reported and modifications based on discussions with Nuutti
12795         Kotivuori <nuutti.kotivuori@smarttrust.com>.
12796
12797 2001-08-04  Simon Josefsson  <jas@extundo.com>
12798         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12799
12800         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
12801         calls `gnus-cache-update-active' if bounds has been extended.
12802
12803 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12804
12805         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
12806         before remove.
12807         (gnus-mime-security-show-details): Ditto.
12808
12809 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12810
12811         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
12812         syntax.  Protect string-match against nil string and regexp.
12813
12814 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12815
12816         * mm-util.el (mm-find-charset-region): Remove control-1.
12817
12818 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12819
12820         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
12821
12822 2001-08-04  Simon Josefsson  <jas@extundo.com>
12823
12824         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
12825         buffer.  Delete MIME-Version header.
12826
12827 2001-08-03  Simon Josefsson  <jas@extundo.com>
12828
12829         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
12830         that is entered does not necessarily have the highest article
12831         number in the group, so use `gnus-cache-possibly-alter-active'
12832         instead of `gnus-cache-update-active'.
12833
12834 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12835
12836         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
12837
12838 2001-08-03  Simon Josefsson  <jas@extundo.com>
12839
12840         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
12841         menu.
12842
12843 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * gnus.el (post-method): New group parameter.  It also provides
12846         the user option `gnus-post-method-alist' and the internal function
12847         `gnus-parameter-post-method'.
12848
12849         * gnus-msg.el (gnus-post-method): Bind the value of
12850         `gnus-post-method' to the group parameter if it is defined.
12851
12852 2001-08-02  Simon Josefsson  <jas@extundo.com>
12853
12854         * smime.el (smime-extra-arguments): Removed.
12855         (smime-call-openssl-region): Don't use it.
12856
12857 2001-08-02  Simon Josefsson  <jas@extundo.com>
12858
12859         * smime.el (smime-sign-region): Handle stderr.
12860         (smime-encrypt-region): Ditto.
12861
12862         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
12863         match the ASN.1 length bytes.
12864         (mm-pkcs7-enveloped-magic): Ditto.
12865         (mm-view-pkcs7-get-type): Don't regexp quote.
12866
12867 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12868         From Andreas Fuchs <asf@void.at>
12869
12870         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
12871
12872 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12873
12874         * gnus-art.el (gnus-header-button-alist): References regexp.
12875
12876 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
12877
12878         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
12879         already fboundp.  Add INTERACTIVE arg to autoload form.
12880
12881 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12882
12883         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
12884
12885         * nnmail.el (nnmail-cache-open): Ditto.
12886
12887 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12888
12889         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
12890
12891 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
12894
12895 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12896         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12897
12898         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
12899         (gnus-agent-toggle-plugged): Use it.
12900
12901 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12902
12903         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
12904         (gnus-ding-file-coding-system): New variable.
12905         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
12906         (gnus-slave-save-newsrc): Use it.
12907
12908 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12909
12910         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
12911         syntax.
12912
12913 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12914         Originally from Andreas Fuchs <asf@void.at>
12915
12916         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
12917         (mml2015-gpg-pretty-print-fpr): New function.
12918         (mml2015-gpg-extract-signature-details): More details, rename from
12919         `m-g-e-from'.
12920         (mml2015-gpg-verify): Use them.
12921         (mml2015-gpg-clear-verify): Use them.
12922
12923 2001-07-31  Simon Josefsson  <jas@extundo.com>
12924
12925         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
12926         buffer when done.
12927
12928 2001-07-30  Simon Josefsson  <jas@extundo.com>
12929
12930         * smime.el (smime-call-openssl-region): Revert previous change,
12931         just pass on buf to `call-process-region'.
12932         (smime-verify-region): Doc fix.  Don't message stuff.  Use
12933         `smime-new-details-buffer'.  Inserts error messages into buffer.
12934         (smime-noverify-region): Ditto.
12935         (smime-decrypt-region): Ditto.  Handles stderr separately.
12936         (smime-verify-buffer, smime-noverify-buffer)
12937         (smime-decrypt-buffer): Doc fix.
12938         (smime-new-details-buffer): New function.
12939         (smime-pkcs7-region, smime-pkcs7-certificates-region)
12940         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
12941         (smime-sign-region, smime-encrypt-region): Don't use
12942         `insert-buffer'.
12943
12944         * mml-smime.el (mml-smime-verify): Fix security button strings.
12945
12946 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12947
12948         * gnus-art.el (gnus-mime-save-part-and-strip): Save
12949         gnus-article-mime-handles.
12950
12951 2001-07-29  Simon Josefsson  <jas@extundo.com>
12952
12953         * mail-source.el (top-level): Require message for message-directory.
12954         (mail-source-directory): Change default to message-directory.
12955
12956         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
12957         (smime-certificate-directory, smime-openssl-program)
12958         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
12959         (smime-extra-arguments): New variable.
12960         (smime-dns-server): Fix customize group.
12961         (smime-call-openssl-region): Use `smime-extra-arguments'.
12962
12963 2001-07-29  Simon Josefsson  <jas@extundo.com>
12964         From Vladimir Volovich <vvv@vsu.ru>
12965
12966         * smime.el (smime-call-openssl-region): Ignore stderr.
12967
12968 2001-07-29  Simon Josefsson  <jas@extundo.com>
12969         From Christoph Conrad <christoph.conrad@gmx.de>
12970
12971         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
12972         file.
12973
12974 2001-07-29  Simon Josefsson  <jas@extundo.com>
12975
12976         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
12977
12978         Support S/MIME decryption.
12979
12980         * mm-decode.el (mm-inline-media-tests):
12981         (mm-inlined-types):
12982         (mm-automatic-display):
12983         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
12984
12985         * mm-view.el (mm-pkcs7-signed-magic):
12986         (mm-pkcs7-enveloped-magic): New variables.
12987         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
12988         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
12989         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
12990         PKCS#7 blobs.
12991
12992         * smime.el (smime-decrypt-region): Expand keyfile.
12993
12994 2001-07-29  Simon Josefsson  <jas@extundo.com>
12995
12996         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
12997         `ssl.el' variables.
12998
12999         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
13000         but line instead of narrowing to it, because `nnmail-parse-active'
13001         calls widen.  Thanks to Christoph Conrad
13002         <christoph.conrad@gmx.de>.
13003
13004 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13005
13006         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
13007         for %B spec.
13008
13009         * gnus-sum.el (gnus-summary-prepare-threads): If
13010         gnus-sum-thread-tree-root is nil, use subject instead.
13011         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
13012         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13013         (gnus-sum-thread-tree-leaf-with-other)
13014         (gnus-sum-thread-tree-single-leaf): Documentation.
13015         (gnus-sum-thread-tree-single-indent): Allow nil.
13016
13017 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13018
13019         * message.el (message-fill-paragraph): Do nothing if the user
13020         wants filladapt-mode.
13021
13022 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13023
13024         * mm-decode.el (mm-image-type-from-buffer): New function.
13025         (mm-get-image): Use it.
13026
13027 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13028
13029         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
13030
13031         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
13032         mm-display-parts too.
13033
13034 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13035
13036         * nnfolder.el (nnfolder-request-accept-article): Bind
13037         nntp-server-buffer.
13038
13039         * nnmail.el (nnmail-parse-active): Read from buffer instead of
13040         nntp-server-buffer.
13041
13042 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13043
13044         * message.el (message-check-news-header-syntax): Use
13045         message-post-method.
13046         (message-send-news): Bind message-post-method.
13047
13048 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13049
13050         * mml.el (mml-tweak-type-alist): New variable.
13051         (mml-tweak-function-alist): New variable.
13052         (mml-tweak-part): New function.
13053         (mml-generate-mime-1): Use it.
13054
13055 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13056
13057         * nnfolder.el (nnfolder-request-accept-article): Replace
13058         nnfolder-request-list.
13059
13060 2001-07-27  Simon Josefsson  <jas@extundo.com>
13061
13062         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
13063         nnoo-change-server failed to do it.
13064
13065 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13066
13067         * gnus.el (gnus-parameters): Make it customizable.
13068
13069 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13070
13071         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
13072
13073         * message.el (message-set-auto-save-file-name): More
13074         poor-system-types.
13075
13076         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
13077
13078         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
13079         supports +.
13080
13081 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13082
13083         * mm-decode.el (mm-readable-p): New function.
13084         (mm-inline-media-tests): Fix the default testers.
13085
13086 2001-07-26  Simon Josefsson  <jas@extundo.com>
13087
13088         * nnimap.el (nnimap-version): Bump version number.
13089
13090 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13091         From Steven E. Harris <seh@speakeasy.org>
13092
13093         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
13094         in M$Windows too.
13095
13096 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13097
13098         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
13099
13100 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13101
13102         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
13103
13104         * mm-decode.el (mm-get-image): Guess then use the type.
13105
13106         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
13107
13108 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
13109
13110         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
13111         display (%B) for threads if threading is off.
13112
13113 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13114         From Henrik Enberg <henrik@enberg.org>
13115
13116         * gnus-msg.el: Customization patch.
13117
13118 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
13119
13120         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
13121         variable.
13122         (nnmail-split-fancy-with-parent): Ignore certain groups.
13123
13124 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13125
13126         * gnus-util.el (gnus-byte-compile): New function.
13127         (gnus-use-byte-compile): New variable.
13128         (gnus-make-sort-function): Use it.
13129
13130         * nnmail.el (nnmail-get-new-mail): Use it.
13131
13132         * gnus-agent.el (gnus-category-make-function): Simple function or
13133         compiled function.
13134         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
13135
13136         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
13137         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
13138         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
13139
13140         * message.el (message-check-news-header-syntax): Remove quote.
13141
13142 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13143
13144         * message.el (message-use-mail-followup-to): `t' is not a
13145         documented value.
13146
13147 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13148
13149         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
13150
13151 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13152
13153         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
13154         there are long lines.
13155
13156 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * dgnushack.el (copy-list): New compiler macro.
13159
13160 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13161
13162         * message.el (message-bounce): If no Return-Path, the whole
13163         content is considered as the original message.
13164
13165         * nnml.el (nnml-check-directory-twice): New variable.
13166         (nnml-article-to-file): Use it.
13167         (nnml-retrieve-headers): Hack it.
13168
13169 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13170
13171         * gnus-win.el (gnus-buffer-configuration): New configure.
13172
13173         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
13174         not alive.
13175
13176         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
13177         (mm-display-external): Use display-term configure.
13178
13179 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13180
13181         * gnus-delay.el (gnus-delay-default-hour): New variable.
13182         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
13183
13184 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13185         From Karl Kleinpaste <karl@charcoal.com>
13186
13187         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
13188         (gnus-summary-prepare-threads): Ditto.
13189
13190         * gnus.el (gnus-summary-line-format): Add %B.
13191
13192 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13193
13194         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
13195
13196         * mm-util.el (mm-string-as-multibyte): New function.
13197
13198         * nnmh.el (nnmh-request-list-1): Encode, not decode!
13199
13200 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13201
13202         * mm-util.el (mm-universal-coding-system): New variable.
13203
13204         * gnus-start.el (gnus-startup-file-coding-system): Use it.
13205
13206         * score-mode.el (score-mode-coding-system): Use it.
13207
13208 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * gnus-start.el (gnus-setup-news): Call
13211         `gnus-check-bogus-newsgroups' just after the native server is
13212         opened.
13213
13214 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13215
13216         * nnmail.el (nnmail-do-request-post): Util function to be used by
13217         `nnchoke-request-post' for all nnmail-derived backends.
13218
13219         * nnml.el (nnml-request-post): Use it.
13220
13221         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
13222         backend, for it groks nnml-request-post.
13223
13224         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
13225         Treat `mail-post' backends like `mail' backends, not like `news'
13226         backends.
13227
13228 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13229
13230         * gnus-msg.el (gnus-setup-message): make-local-hook.
13231
13232 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13233
13234         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
13235         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
13236         <karl@charcoal.com>, slightly changed by Kai.
13237
13238         * message.el (message-check-news-header-syntax): When checking
13239         whether the groups exist, check the right server based on
13240         `gnus-post-method'.
13241
13242 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13243
13244         * gnus-delay.el: New file.
13245
13246 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13247
13248         * mm-util.el (mm-read-coding-system): Take two arguments.
13249
13250         * gnus-sum.el (gnus-summary-show-article): Use
13251         mm-read-coding-system.
13252
13253         * gnus-art.el (article-de-quoted-unreadable):
13254         (article-de-base64-unreadable, article-wash-html):
13255         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
13256
13257 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13258
13259         * nnml.el (nnml-request-post): New function.  Can be used for
13260         annotations in nnml groups.
13261
13262 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
13265         command.
13266
13267         * gnus-start.el (gnus-find-new-newsgroups): Use
13268         `message-make-date' instead of `current-time-string'.
13269         (gnus-ask-server-for-new-groups): Ditto.
13270         (gnus-check-first-time-used): Ditto.
13271
13272 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13273
13274         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
13275
13276 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
13277
13278         * message.el (message-shorten-references): Change `maxcount' and
13279         `cut' to obey USEFOR draft 5.
13280
13281 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
13282
13283         * gnus-sum.el (gnus-summary-display-arrow): New variable.
13284         (gnus-summary-set-article-display-arrow): New function.
13285         (gnus-summary-goto-subject): Use it.
13286
13287 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13288
13289         * gnus-sum.el (gnus-summary-import-article): Insert date if
13290         doesn't exist.
13291
13292 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13293
13294         * mml.el (mml-content-type-parameters): New variable.
13295         (mml-content-disposition-parameters): New variable.
13296         (mml-insert-mime-headers): Use them.
13297         (mml-parse-1): Accept charset.
13298
13299 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13300
13301         * gnus-group.el (gnus-group-select-group): Doc fix.
13302
13303         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
13304
13305 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
13308         to handle `define-derived-mode'.
13309
13310 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13311         From:  Stefan Monnier  <monnier@cs.yale.edu>
13312
13313         * message.el (message-mode): Use define-derived-mode.
13314         (message-tab): message-completion-alist.
13315
13316         * imap.el (imap-interactive-login): Use make-local-variable.
13317         (imap-open): Ditto.
13318         (imap-authenticate): Ditto.
13319
13320         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
13321
13322         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
13323
13324 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13325
13326         * message.el (message-citation-line-function): Refer to
13327         gnus-cite-attribution-suffix.
13328
13329 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13330
13331         * gnus-art.el,...: Error convention changes.
13332
13333 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13334
13335         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
13336
13337 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13338
13339         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
13340         (nnrss-read-server-data): Ditto.
13341
13342 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13343
13344         * gnus-setup.el (gnus-use-installed-gnus): Typo.
13345         * Cleanup files.
13346         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
13347
13348 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13349
13350         * gnus.el (gnus-summary-line-format): Add %o.
13351
13352         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
13353         unless shell outputs something.
13354
13355 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13356
13357         * gnus-art.el (gnus-boring-article-headers): Better doc.
13358         (article-hide-headers): Better regexp.
13359         Suggested by Matt Swift <swift@alum.mit.edu>.
13360
13361         * nnheader.el (nnheader-max-head-length): Better doc.
13362         (nnheader-header-value): Skip spaces.
13363         (nnheader-parse-head): Remove space.
13364         Suggested by Matt Swift <swift@alum.mit.edu>.
13365
13366         * gnus-sum.el (gnus-summary-show-raw-article): New function.
13367         (gnus-get-newsgroup-headers): Remove space.
13368
13369 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13370
13371         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
13372         (gnus-summary-reply): Use it.
13373         (gnus-summary-reply-broken-reply-to): New function.
13374         (gnus-msg-force-broken-reply-to): New function.
13375
13376         * mm-view.el (mm-inline-text): Showing as text/plain when error.
13377
13378 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13379
13380         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
13381
13382 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13383
13384         * mm-decode.el (mm-external-terminal-program): New variable.
13385         (mm-display-external): Use it. Use term to display when no
13386         window-system.
13387
13388 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
13389
13390         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
13391         Browse->Next entries to Browse->Prev
13392
13393 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13394
13395         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
13396
13397 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13398
13399         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
13400         for the default encoding.
13401
13402         * nnrss.el (nnrss-url-field): New field.
13403         (nnrss-request-article): Add newsgroups.
13404
13405         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
13406
13407 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13408
13409         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
13410
13411         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
13412         (gnus-draft-setup): Remove backlog.
13413
13414 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13415
13416         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
13417         Cleanup.
13418
13419 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13420
13421         * gnus-msg.el (gnus-bug): Erase buffer.
13422
13423         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
13424
13425 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13426
13427         * mm-decode.el (mm-attachment-override-p): Fix typo.
13428
13429 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * gnus-kill.el (gnus-execute): Work with the extra headers.
13432         * gnus-sum.el (gnus-summary-execute-command): Ditto.
13433
13434 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13435
13436         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
13437         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
13438
13439         * message.el (message-send-mail-real-function): New variable.
13440         (message-send-mail-partially, message-send-mail):
13441
13442         * nngateway.el (nngateway-request-post): Use it.
13443
13444         * gnus-agent.el (gnus-agentize): Use it.
13445
13446         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
13447         (nnsoup-revert-variables): Use it.
13448
13449 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
13450
13451         * mm-decode.el (mm-inline-media-tests): Default to displaying as
13452         text/plain if the type doesn't match any other media types.
13453         (mm-inlined-types): Doc fix.
13454         (mm-display-inline): Revert previous change (now handled by a
13455         default type in `mm-inline-media-tests'.
13456         (mm-inlinable-p): Revive.
13457         (mm-display-part): Call `mm-inlinable-p'.
13458         (mm-attachment-override-p): Ditto.
13459         (mm-inlined-p): Doc fix.
13460
13461         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
13462         well as `mm-inlined-p'.
13463
13464 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13465
13466         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
13467         (nntp-send-command-and-decode): Use gnus-point-at-bol.
13468
13469 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13470         From  Paul Jarc <prj@po.cwru.edu>
13471
13472         * message.el (message-use-mail-followup-to): New variable.
13473         (message-get-reply-headers): Use it.
13474
13475 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
13476
13477         * nnheader.el (nnheader-init-server-buffer): Make sure the
13478         *nntpd* buffer is made multibyte instead of a random buffer.
13479
13480 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13481
13482         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
13483         when it returns headers.
13484
13485 2001-07-07  Simon Josefsson  <jas@extundo.com>
13486
13487         * rfc2047.el (rfc2047-encode-message-header): Skip header when
13488         trying to fold. Thanks to Colin Walters
13489         <walters@cis.ohio-state.edu>
13490
13491 2001-07-06  Simon Josefsson  <jas@extundo.com>
13492
13493         * imap.el (imap-parse-address-list, imap-parse-flag-list)
13494         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
13495         Add information in `assert's.
13496
13497         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
13498         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
13499         and `nnimap-group-overview-filename', should handle all
13500         change-of-uidvalidity related issues.  But there may be other
13501         problems.)
13502
13503 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
13504
13505         * rfc2047.el (rfc2047-encode-message-header): Don't include the
13506         header name when folding.
13507
13508 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
13509
13510         * mm-decode.el (mm-inlined-types): Document relationship with
13511         `mm-inline-media-tests'.
13512         (mm-display-inline): Default to displaying as plain text if no
13513         inlining handler is available.
13514         (mm-inlinable-p): Remove.
13515         (mm-inlined-p): Don't call `mm-inlinable-p'.
13516         (mm-automatic-display-p): Ditto.
13517         (mm-attachment-override-p): Ditto.
13518
13519 2001-07-04  Simon Josefsson  <jas@extundo.com>
13520
13521         * nnimap.el (nnimap-importantize-dormant): New variable.
13522         (nnimap-request-update-info-internal): Use it.
13523         (nnimap-request-set-mark): Ditto.
13524
13525 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
13526
13527         * nntp.el (nntp-send-command): don't pass a buffer argument to
13528         `point'. Only XEmacs accepts this.
13529         * nntp.el (nntp-send-command-nodelete): ditto.
13530         * nntp.el (nntp-send-command-and-decode): ditto.
13531
13532 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
13533
13534         * nntp.el (nntp-open-connection-function): doc update.
13535         * nntp.el (nntp-pre-command): New.
13536         * nntp.el (nntp-via-rlogin-command): New.
13537         * nntp.el (nntp-via-telnet-command): New.
13538         * nntp.el (nntp-via-telnet-switches): New.
13539         * nntp.el (nntp-via-user-name): New.
13540         * nntp.el (nntp-via-user-password): New.
13541         * nntp.el (nntp-via-address): New.
13542         * nntp.el (nntp-via-envuser): New.
13543         * nntp.el (nntp-via-shell-prompt): New.
13544         * nntp.el (nntp-open-telnet-stream): New.
13545         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
13546         * nntp.el (nntp-open-via-telnet-and-telnet): New.
13547         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
13548         * nntp.el (nntp-send-command): ditto.
13549         * nntp.el (nntp-send-command-nodelete): ditto.
13550         * nntp.el (nntp-send-command-and-decode): ditto.
13551
13552 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
13553         Trivial patch.
13554
13555         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
13556         `when'.
13557
13558 2001-07-03  Simon Josefsson  <jas@extundo.com>
13559         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
13560
13561         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
13562
13563 2001-07-03  Simon Josefsson  <jas@extundo.com>
13564
13565         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
13566         remove it (workaround XEmacs `fill-region' bug).
13567
13568 2001-07-01  Simon Josefsson  <jas@extundo.com>
13569
13570         * nnimap.el (nnimap-date-days-ago): Defeat locale.
13571
13572 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13573
13574         * mml2015.el (mml2015-format-error): New function.
13575         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
13576         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
13577         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
13578
13579 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13580
13581         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
13582         Suggested by Christoph Conrad <C.Conrad@cli.de>.
13583
13584         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
13585         group variables.
13586
13587 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13588
13589         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
13590
13591         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
13592         (nnrss-save-group-data): Ditto.
13593
13594         * gnus-agent.el (gnus-agent-save-alist): Ditto.
13595
13596 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * message.el (message-do-send-housekeeping): Narrow to headers.
13599
13600 2001-06-24  Simon Josefsson  <jas@extundo.com>
13601
13602         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
13603         insertion when breaking lines looked for " \t" instead of "[ \t]".
13604         (rfc2047-encode-message-header): Fold lines even if
13605         no QP encoding is done.
13606
13607 2001-06-23  Simon Josefsson  <jas@extundo.com>
13608         From Samuel Tardieu <sam@inf.enst.fr>
13609
13610         * smime.el (smime-keys): Support additional certificates.
13611         (smime-make-certfiles): New function.
13612         (smime-sign-region): Use previous variables.
13613         (smime-get-certfiles): New function.
13614         (smime-sign-buffer): Use it.
13615         (smime-verify-region): Support both CAfile and CApath.
13616
13617 2001-06-23  Simon Josefsson  <jas@extundo.com>
13618
13619         * smime.el (smime-decrypt-region): Perhaps work.
13620
13621 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13622
13623         * gnus-msg.el (gnus-copy-article-buffer): Typo.
13624
13625 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13626
13627         * mm-decode.el (mm-save-part): Rewrite file name.
13628         (mm-file-name-rewrite-functions): New variable.
13629         (mm-file-name-delete-whitespace): New function.
13630         (mm-file-name-trim-whitespace): New function.
13631         (mm-file-name-collapse-whitespace): New function.
13632         (mm-file-name-replace-whitespace): New variable and function.
13633
13634 2001-06-22  Simon Josefsson  <jas@extundo.com>
13635
13636         * message.el (message-make-date): Workaround locale for weekdays.
13637
13638 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13639
13640         * message.el (message-goto-body): Return nil if not found. (revert!)
13641
13642 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13643         From Fremlin <chief@bandits.org>
13644
13645         * message.el (message-goto-body): Some messages have no header.
13646
13647         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13648
13649 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13650
13651         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
13652
13653 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13654
13655         * message.el (message-make-date): Add week day.
13656         Suggested by Jason R. Mastaler <jason@mastaler.com>.
13657
13658 2001-06-19  Simon Josefsson  <jas@extundo.com>
13659
13660         * message.el (message-yank-prefix): Doc fix.
13661         (message-yank-cited-prefix): Ditto.
13662         (message-delete-not-region): Keep citation prefix on first line,
13663         if possible and appropriate.
13664
13665 2001-06-19  Simon Josefsson  <jas@extundo.com>
13666
13667         * imap.el (imap-process-connection-type): New variable.
13668         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
13669         recent `imtest's work completely (no line length issues), while
13670         making making old `imtest's unusable.  Thanks to NAGY Andras
13671         <nagya@inf.elte.hu> for his work.
13672
13673 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
13674
13675         * imap.el (imap-ssl-program): Add -quiet to shut up
13676         OpenSSL/SSLeay's internal debug talk.
13677
13678 2001-06-19  Matt Armstrong  <matt@lickey.com>
13679
13680         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
13681         server.
13682
13683 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13684
13685         * nnmail.el (nnmail-article-buffer): New variable.
13686         (nnmail-split-incoming): Use it.
13687
13688 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
13689
13690         * qp.el (quoted-printable-decode-region): If called interactively,
13691         use coding-system-for-read.
13692
13693 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13694
13695         * message.el (message-check-news-header-syntax): Check Reply-To.
13696
13697 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13698
13699         * mml.el (mml-parse-1): Use message options.
13700
13701         * message.el (message-do-fcc): Don't do anything if there is no
13702         FCC.
13703
13704 2001-06-16  Simon Josefsson  <jas@extundo.com>
13705
13706         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
13707         (nnimap-expunge-search-string): New variable.
13708         (nnimap-request-expire-articles): Use it.
13709
13710 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13711
13712         * message.el (message-send-mail-with-qmail): wrong exit status is
13713         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
13714
13715 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13716
13717         * gnus-art.el (article-strip-multiple-blank-lines): Use
13718         delete-region instead of replace-match.
13719
13720 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13721
13722         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
13723         (nnweb-google-wash-article): Ditto.
13724
13725 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
13726
13727         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
13728
13729 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
13732         specs.
13733
13734 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13735
13736         * gnus.el (gnus-email-address): Move it here.
13737
13738         * gnus-art.el (article-de-quoted-unreadable): Read charset if
13739         requested.
13740         (article-de-base64-unreadable): Ditto.
13741         (article-wash-html): Ditto.
13742
13743 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13744
13745         * message.el (message-options-set-recipient): Don't add ", "
13746         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
13747
13748 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13749
13750         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
13751
13752 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13753
13754         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
13755         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
13756
13757         * nnrss.el (nnrss-node-text): Node might be nil.
13758
13759 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13760
13761         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
13762         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
13763
13764         * nnrss.el (nnrss-group-alist): More items.
13765
13766 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13767
13768         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
13769
13770 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13771         Trivial patch from Dale Hagglund  <rdh@best.com>
13772
13773         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
13774         restrict clauses.
13775
13776 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13777
13778         From Benjamin Rutt <brutt+news@bloomington.in.us>
13779
13780         * message.el (message-wide-reply-confirm-recipients): New variable.
13781
13782 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
13783         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
13784
13785         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
13786         fix so it works with XEmacs.
13787
13788 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13789
13790         * nnrss.el (nnrss-retrieve-headers): Support description as extra
13791         headers.
13792
13793 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13794
13795         * nnrss.el: Fix a few bugs.
13796
13797 2001-06-05  Simon Josefsson  <jas@extundo.com>
13798
13799         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
13800         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
13801
13802 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
13803
13804         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
13805         binary so that we don't transmit ISO 2022 garbage to the process.
13806         This is needed under XEmacs.
13807
13808 2001-06-03  Simon Josefsson  <simon@josefsson.org>
13809
13810         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
13811         autoloaded incorrectly below because ssl-program-* is bound.)
13812         Thanks to Amos Gouaux for report.
13813
13814 2001-06-02  Simon Josefsson  <simon@josefsson.org>
13815
13816         * imap.el (imap-kerberos4-open):
13817         (imap-gssapi-open):
13818         (imap-ssl-open):
13819         (imap-network-open):
13820         (imap-shell-open):
13821         (imap-starttls-open): Set buffer to workaround spurious
13822         `accept-process-output' buffer changes.  Thanks to Mats Lidell
13823         <Mats.Lidell@contactor.se> for report and partial patch and Jake
13824         Colman <colman@ppllc.com> for report.
13825
13826 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13827
13828         * gnus-sum.el (gnus-summary-catchup): New argument.
13829         (gnus-summary-catchup-from-here): New function.
13830
13831 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13832
13833         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
13834         back, then insert glyph.  (Before, the glyph was inserted first,
13835         then the newline.)  This works around a behavior in XEmacs where
13836         it is not possible to insert a character after a glyph which is at
13837         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
13838
13839 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13840
13841         From Jaap-Henk Hoepman (jhh@xs4all.nl).
13842
13843         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
13844         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
13845         mm-destroy-postponed-undisplay-list): New functions.
13846         (mm-display-external): Use them.
13847
13848 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13849
13850         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
13851         `default-low' when evaluating `gnus-summary-highlight'.
13852         From Raja R Harinath <harinath@cs.umn.edu>.
13853
13854 2001-05-27  Simon Josefsson  <simon@josefsson.org>
13855
13856         * message.el (message-yank-cited-prefix): New variable.
13857         (message-indent-citation): Use it.
13858
13859         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
13860         as details.
13861         (mml2015-mailcrypt-clear-verify): Ditto.
13862
13863 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13864         From Nevin Kapur <nevin@jhu.edu>.
13865
13866         * gnus-sum.el (gnus-summary-default-high-score,
13867         gnus-summary-default-low-score): New variables.
13868         (gnus-summary-highlight): Use them.
13869
13870 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
13871
13872         * message.el (message-mail): pass the 'send-actions argument to
13873         `message-setup'.
13874
13875 2001-05-16  Simon Josefsson  <simon@josefsson.org>
13876         From Raymond Scholz <ray-2001@zonix.de>
13877
13878         * gnus-art.el (gnus-mime-view-part-as-charset):
13879         (gnus-mime-internalize-part): Doc fixes.
13880
13881 2001-05-11  Simon Josefsson  <simon@josefsson.org>
13882
13883         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
13884         status lines without any text ("^215$").
13885
13886 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13887
13888         * nnrss.el (nnrss-check-group): Reverse.
13889
13890 2001-05-07  Simon Josefsson  <simon@josefsson.org>
13891
13892         * message.el (message-get-reply-headers):
13893         (message-followup): Fix typo, suggested by David Green
13894         <dgreen@uab.edu>
13895
13896 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13897
13898         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
13899
13900         * nnrss.el (nnrss-open-server): Read server data when it is called.
13901         (nnrss-request-expire-articles): Fix.
13902
13903 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13904
13905         * message.el (message-do-send-housekeeping): mail-abbrevs may
13906         rename buffer behind Gnus.
13907
13908 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13909
13910         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
13911         (nnrss-group-alist): Add more resources.
13912         (nnrss-check-group): Ignore errors.
13913
13914 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13915
13916         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
13917
13918         * nnslashdot.el (nnslashdot-request-list): Add time.
13919         (nnslashdot-request-expire-articles): New function.
13920
13921         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
13922         secondary methods too.
13923
13924 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13925
13926         * message.el (message-use-followup-to): Set default value to t.
13927
13928 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
13929
13930         * message.el (message-dont-reply-to-names): Fix documentation.
13931         (message-get-reply-headers): Use Mail-Followup-To only for wide
13932         replies.
13933
13934 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13935
13936         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
13937         correctly.
13938         (nnrss-check-group): Use time.
13939
13940 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13941
13942         * gnus.el: Oort Gnus v0.03 is released.
13943
13944 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13945
13946         * nnultimate.el (nnultimate-topic-article-to-article): Use the
13947         group.
13948
13949 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13950
13951         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
13952
13953 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13954
13955         * nnultimate.el (nnultimate-retrieve-headers): Return all
13956         available headers.
13957
13958         * gnus-sum.el (gnus-read-all-available-headers): New variable.
13959         (gnus-get-newsgroup-headers-xover): Use it.
13960
13961 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13962
13963         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
13964
13965 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13966
13967         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
13968
13969 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13970
13971         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
13972         disable it.
13973
13974         * gnus.el (gnus-info-nodes): Remove a few The's.
13975
13976 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13977
13978         * mail-source.el (mail-source-movemail): Call-process may return a
13979         signal description string.
13980
13981         * gnus-start.el (gnus-read-newsrc-el-file):
13982         gnus-newsrc-file-version may be nil.
13983
13984         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
13985         Suggested by Michael Sperber [Mr. Preprocessor]
13986         <sperber@informatik.uni-tuebingen.de>.
13987
13988 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
13989
13990         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
13991
13992 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
13993
13994         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
13995         fontify HANDLE.
13996
13997 2001-04-18  Simon Josefsson  <simon@josefsson.org>
13998
13999         * smime.el (smime-ask-passphrase): Rework to return value.
14000         (smime-sign-region): Rework to bind value and use it.
14001         (smime-decrypt-region): Ditto.
14002
14003 2001-04-18  Simon Josefsson  <simon@josefsson.org>
14004         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
14005
14006         * smime.el (smime-ask-passphrase): New function.
14007         (smime-sign-region): Use it.
14008         (smime-encrypt-cipher): New variable.
14009         (smime-decrypt-region): Ditto.
14010
14011 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
14012         Committed by Simon Josefsson  <simon@josefsson.org>
14013
14014         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
14015         the log.
14016
14017 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14018
14019         * gnus.el: Oort Gnus v0.02 is released.
14020
14021 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
14022
14023         * gnus.el: Oort Gnus v0.01 is released.
14024
14025 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14026
14027         * gnus-sum.el (gnus-summary-highlight): Highlight read
14028         undownloaded articles as read articles.
14029
14030         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
14031         (gnus-agent-get-undownloaded-list): Mark all undownloaded
14032         articles, even read ones, as such.
14033
14034         * gnus-sum.el (gnus-summary-find-matching): Clean up.
14035         (gnus-find-matching-articles): New function.
14036         (gnus-summary-limit-include-matching-articles): New command.
14037         (gnus-summary-limit-include-thread): Include articles that have
14038         matching subjects.
14039         (gnus-offer-save-summaries): Clean up.
14040
14041 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14042
14043         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
14044
14045 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14046         From Jason Merrill <jason_merrill@redhat.com>
14047
14048         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
14049
14050 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
14051         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14052
14053         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
14054         newsgroup names when the original article is a news message.
14055
14056 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14057
14058         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
14059         supported. Suggest by Jim Meyering <jim@meyering.net>.
14060
14061 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
14062         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
14063
14064         * nnmail.el (nnmail-split-it): Added check for .* at the end of
14065         regexp in nnmail-split-fancy.
14066
14067 2001-04-10  Simon Josefsson  <simon@josefsson.org>
14068
14069         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
14070
14071 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
14072
14073         * message.el (message-send-mail): Improve the interaction with the
14074         user.
14075
14076 2001-04-10  Simon Josefsson  <simon@josefsson.org>
14077
14078         * imap.el (imap-message-copy): Work around buggy servers that
14079         doesn't send TRYCREATE tags.
14080
14081 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
14084
14085 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14086
14087         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
14088         date.
14089
14090 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14091
14092         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
14093         lives.
14094
14095 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14096
14097         * gnus-art.el (gnus-parse-news-url): New function.
14098         (gnus-button-handle-news): New function.
14099         (gnus-button-alist): Point to new functions.
14100
14101         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
14102
14103         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
14104         gnus-format-specs.
14105
14106         * message.el (message-check-news-header-syntax): Question even
14107         when Gnus doesn't know the group names.
14108         (message-send-news): Clean up.
14109
14110         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
14111         exited on purpose without saving.
14112
14113         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
14114
14115 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14116
14117         * gnus-score.el (gnus-score-orphans): Clean up.
14118
14119         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
14120
14121         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
14122         later.
14123
14124         * gnus-start.el (gnus-close-all-servers): Find the right items to
14125         close.
14126
14127         * qp.el (quoted-printable-decode-region): Just message
14128         malformation; don't quit.
14129
14130 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14131         From Gerd Moellmann <gerd@gnu.org>.
14132
14133         * gnus.el (gnus-interactive): A typo.
14134
14135 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
14136         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14137
14138         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
14139         `assq-delete-all', if that function exists; otherwise use the old
14140         definition. Documentation changed to match the one in
14141         `assq-delete-all'.
14142
14143 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14144
14145         * gnus-start.el (gnus-close-all-servers): New function.
14146
14147         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
14148         (gnus-server-remove-denials): Clean up.
14149
14150         * gnus-sum.el (gnus-summary-sort-by-original): New command and
14151         keystroke.
14152
14153 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14154
14155         * message.el (message-send-news): Message where we are sending.
14156         (message-send-mail): Ditto.
14157
14158         * gnus.el (gnus-server-string): New function.
14159
14160         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
14161
14162         * mm-decode.el (mm-default-directory): Customized.
14163         (mm-tmp-directory): Ditto.
14164
14165         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
14166         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
14167         or Chars.
14168         (gnus-summary-line-format-alist): ?l is now a string.
14169         (gnus-summary-prepare-threads): Output ? for unknown lines.
14170         (gnus-summary-insert-line): Ditto.
14171         (gnus-summary-print-article): Unbalanced parentheses.
14172
14173         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
14174         out whether new stuff has arrived.
14175
14176 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
14177
14178         * gnus-sum.el: Let printing work on ttys on Emacs.
14179
14180 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14181
14182         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
14183         when forcing news.
14184
14185         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
14186         command.
14187
14188 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
14189
14190         * message.el (message-set-auto-save-file-name): Don't use
14191         asterisks under nt.
14192
14193 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14194
14195         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
14196         lists of articles.
14197
14198         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
14199
14200         * gnus-msg.el (gnus-put-message): Clean up.
14201         (gnus-summary-reply): Mark all replied-to articles as replied to.
14202         (gnus-inews-add-send-actions): Also mark as forwarded.
14203         (gnus-summary-mail-forward): Mark as forwarded.
14204
14205         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
14206         of articles.
14207         (gnus-summary-mark-article-as-forwarded): Ditto.
14208
14209         * gnus-msg.el (gnus-summary-resend-message): Mark article as
14210         forwarded.
14211         (gnus-summary-mail-forward): Clean up.
14212
14213         * gnus.el (gnus-article-mark-lists): Added forward.
14214
14215         * gnus-sum.el (gnus-forwarded-mark): New variable.
14216         (gnus-summary-prepare-threads): Use it.
14217         (gnus-summary-update-secondary-mark): Ditto.
14218         (gnus-newsgroup-forwarded): New variable.
14219
14220 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14221
14222         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
14223         (gnus-summary-very-wide-reply): New command and keystroke.
14224         (gnus-summary-very-wide-reply-with-original): Ditto.
14225
14226         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
14227         (gnus-score-adaptive): Use it.
14228
14229         * gnus-start.el (gnus-get-unread-articles): Clean up.
14230
14231 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14232
14233         * nnultimate.el (nnultimate-retrieve-headers): Work for other
14234         boards.
14235
14236 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
14237
14238         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
14239         * gnus-start.el (gnus-subscribe-newsgroup): use it.
14240
14241 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14242
14243         * nnultimate.el (nnultimate-retrieve-headers): Understand
14244         long-form month names.
14245
14246 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14247
14248         * gnus-sum.el (gnus-summary-show-all-headers):
14249         gnus-article-show-all-headers is broken. Use
14250         gnus-summary-toggle-header instead.
14251
14252         * mml2015.el (mml2015-gpg-extract-from): No error.
14253
14254 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14255         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
14256
14257         * mml2015.el (mml2015-gpg-extract-from): New function.
14258         (mml2015-gpg-verify): Use it.
14259         (mml2015-gpg-clear-verify): Use it.
14260
14261 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14262
14263         * message.el (message-setup-fill-variables): Use
14264         fill-paragraph-function.
14265         (message-fill-paragraph): Take an argument.
14266         (message-newline-and-reformat): Take another argument.
14267
14268 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14269
14270         * message.el (rmail-output): It is in rmailout.el not rmail.el.
14271
14272 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14273
14274         * message.el (message-forward): local-variable-p takes an extra
14275         argument in XEmacs.
14276
14277 2001-03-16  Simon Josefsson  <simon@josefsson.org>
14278
14279         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
14280         `nnimap-use-nov-p' (it really tested the negative).
14281         (nnimap-retrieve-headers): Use it.
14282
14283 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14284
14285         * message.el (message-generate-headers-first): Update doc.
14286
14287 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
14288         Trivial patch.
14289
14290         * gnus.el (gnus-summary-line-format): Typo.
14291
14292 2001-03-11  Simon Josefsson  <simon@josefsson.org>
14293
14294         * mailcap.el (mailcap-mime-data): Add application/sieve.
14295         (mailcap-mime-extensions): Add .siv, .xls.
14296
14297 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14298         From Christoph Conrad <christoph.conrad@gmx.de>
14299
14300         * gnus-score.el (gnus-summary-lower-thread): Typo.
14301
14302 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14303
14304         * message.el (message-forward-decoded-p): New variable.
14305         (message-forward-subject-author-subject): Use it.
14306         (message-make-forward-subject): Use it.
14307         (message-forward): Use it.
14308
14309         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
14310
14311         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
14312         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
14313
14314 ;;Has been fixed -- zsh.
14315 ;;2001-03-05  Dave Love  <fx@gnu.org>
14316 ;;
14317 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
14318 ;;      Move it after definition of mm-coding-system-p.
14319 ;;
14320 2001-03-01  Dave Love  <fx@gnu.org>
14321
14322         * mm-util.el (mm-inhibit-file-name-handlers): Add
14323         image-file-handler.
14324
14325 2001-02-11  Dave Love  <fx@gnu.org>
14326
14327         * message.el (message-signature-file): Fix doc, :type.
14328
14329 2001-02-08  Dave Love  <fx@gnu.org>
14330
14331         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
14332         (message-posting-charset): Defvar when compiling again.
14333         (rfc2047-encodable-p): Require message.
14334
14335         * gnus-sum.el (gnus-alter-articles-to-read-function):
14336         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
14337
14338 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14339
14340         * nnrss.el: New file.
14341
14342 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
14343         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14344
14345         * rfc2047.el (rfc2047-unfold-region): Fix arg of
14346         `skip-chars-forward'.
14347
14348 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14349
14350         * nndraft.el (nndraft-request-group): Restore auto save files if
14351         the original files do not exist.
14352
14353 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14354
14355         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
14356         SCORE paths.
14357
14358         * mm-decode.el (mm-dissect-buffer): Call
14359         mail-extract-address-components only if necessary.
14360
14361 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14362
14363         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
14364         directory part.
14365         (gnus-score-search-global-directories): Use file-directory-p.
14366
14367         * gnus-score.el (gnus-score-score-files-1): Use
14368         gnus-kill-files-directory.
14369         From Adrian Aichner <adrian@xemacs.org>.
14370
14371 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14372
14373         * gnus.el (charset): Move here from gnus-sum.el.
14374
14375 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14376
14377         * mml.el (mml-preview): Disable local map.
14378
14379         * gnus-sum.el (gnus-summary-make-menu-bar): Make
14380         gnus-article-post-menu here.
14381
14382         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
14383         if it has not been made.
14384
14385 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14386
14387         * gnus-art.el (gnus-article-describe-key): Map key to event.
14388         (gnus-article-describe-key-briefly): Ditto
14389
14390 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14391
14392         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
14393
14394 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14395         From Katsumi Yamaoka <yamaoka@jpl.org>.
14396
14397         * dgnushack.el (coerce, merge, subseq): defmacro.
14398
14399 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14400
14401         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
14402         A fake defalias in nndraft.el results a not-activated bug in
14403         uncompiled versions.
14404
14405 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
14406         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14407
14408         * gnus-util.el (gnus-split-references): Handle malformed References:.
14409
14410 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14411
14412         * gnus-art.el (gnus-article-mime-part-status): 1 part.
14413
14414 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14415         From NAGY Andras <nagya@inf.elte.hu>.
14416
14417         * gnus.el (gnus-parameters): Typo.
14418
14419 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14420
14421         * gnus.el (gnus-read-method): Remove redundancy.
14422
14423 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14424
14425         * nnslashdot.el (nnslashdot-backslash-url): New variable.
14426         (nnslashdot-request-list): Use it.
14427
14428 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14429
14430         * nnml.el (nnml-generate-active-info): Fix the case when there is
14431         no file.
14432
14433         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
14434         (gnus-summary-create-article): New function.
14435
14436         * gnus-group.el (gnus-group-mark-article-read): New function.
14437
14438         * gnus-msg.el (gnus-inews-do-gcc): Use it.
14439
14440         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
14441
14442 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14443
14444         * gnus-art.el (gnus-article-edit-done): Don't use
14445         gnus-article-edit-exit.
14446         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
14447
14448         * gnus.el (gnus-parameters): New variable.
14449         Suggested by NAGY Andras <nagya@inf.elte.hu>.
14450         (gnus-parameters-get-parameter): New function.
14451         (gnus-group-find-parameter): Use it.
14452
14453 2001-02-23  Simon Josefsson  <simon@josefsson.org>
14454
14455         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
14456         change of default value to `current'.
14457
14458 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14459
14460         * nneething.el (nneething-get-head): Insert unreadable file too.
14461
14462 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14463
14464         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
14465
14466         * webmail.el (webmail-type-definition): Deja is bought by google.
14467
14468 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14469
14470         * gnus-sum.el (gnus-fetch-headers): New function.
14471         (gnus-select-newsgroup): Use it.
14472         (gnus-summary-insert-articles): New function.
14473         (gnus-summary-insert-old-articles): New function.
14474         (gnus-summary-insert-new-articles): New function.
14475
14476         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
14477         (gnus-group-list-active): Ditto.
14478         * gnus-sum.el (gnus-set-mode-line): Ditto.
14479         (gnus-summary-read-group-1): Ditto.
14480
14481 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14482
14483         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
14484         current topic.
14485
14486 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14487
14488         * smiley.el (gnus-smiley-display): Don't do widening.
14489
14490         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
14491         within body.
14492
14493         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
14494
14495         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
14496         New variable.
14497         (gnus-mime-display-multipart-related-as-mixed): New variable.
14498         (gnus-mime-display-part): Use them.
14499
14500 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14501
14502         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
14503         something special.
14504
14505 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14506
14507         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
14508         (nnweb-request-article): Call reference if exists.
14509         (nnweb-type-definition): Dejanews is bought by google.com.
14510         Beta!
14511
14512 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14513
14514         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
14515
14516 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14517
14518         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
14519         gnus-article-sort-functions.
14520         (gnus-article-sort-functions): Doc fix.  Refer to
14521         gnus-thread-sort-functions.
14522
14523 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14524         From Paul Jarc <prj@po.cwru.edu>.
14525
14526         * message.el (message-get-reply-headers): More fixes.
14527
14528 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
14529         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14530
14531         * message.el (message-get-reply-headers): Fix bug with
14532         Mail-Followup-To/to-address interaction.
14533
14534 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14535
14536         * gnus-msg.el (gnus-configure-posting-styles): Match header in
14537         gnus-article-copy.
14538
14539 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14540
14541         * message.el (message-do-send-housekeeping): Rename to a better
14542         name.
14543
14544 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14545
14546         * message.el (message-cancel-news): Check article first, then ask
14547         yes or no.
14548
14549 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14550
14551         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
14552
14553 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14554
14555         * gnus-range.el (gnus-range-normalize): New function.
14556
14557 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
14558
14559         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
14560
14561 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14562
14563         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
14564
14565         * nnagent.el (nnagent-request-regenerate): New function.
14566
14567         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
14568
14569         * nnml.el (nnml-generate-nov-databases): Accept argument
14570         server. Don't open server if it is opened.
14571         (nnml-request-regenerate): Use it. Change to deffoo.
14572
14573 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14574         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14575
14576         * gnus.el (gnus-define-group-parameter): Fix.
14577
14578 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14579
14580         * gnus.el (gnus-define-group-parameter): Improved.
14581
14582         * gnus-sum.el (charset): Define parameter.
14583         (ignored-charsets): Ditto.
14584         (gnus-summary-setup-default-charset): Use them.
14585
14586         * gnus-start.el (gnus-read-descriptions-file): Use them.
14587
14588         * gnus-cus.el (gnus-group-parameters): Remove them.
14589
14590 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14591
14592         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
14593
14594 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14595
14596         * gnus-sum.el (gnus-summary-read-group-1): Remove
14597         gnus-summary-set-local-parameters.
14598         (gnus-summary-setup-buffer): Put it here.
14599
14600 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14601
14602         * gnus.el (to-address): Define parameter.
14603         (to-list): Ditto.
14604         * gnus-art.el (article-hide-boring-headers): Use them.
14605         * gnus-msg.el (gnus-post-news): Ditto.
14606         * gnus-cus.el (gnus-group-parameters): Remove them.
14607
14608 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14609
14610         * gnus-draft.el (gnus-draft-reminder): New function.
14611
14612         * gnus-art.el (gnus-sender-save-name): New function.
14613
14614 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14615
14616         * mm-util.el (mm-mime-charset): Error message.
14617
14618 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14619
14620         * message.el (message-check-news-body-syntax): Don't check mml lines.
14621
14622 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14623
14624         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
14625         subscribe.
14626
14627         * gnus-start.el (gnus-call-subscribe-functions): New function.
14628         (gnus-find-new-newsgroups): Use it.
14629         (gnus-ask-server-for-new-groups): Use it.
14630         (gnus-check-first-time-used): Use it.
14631         (gnus-subscribe-newsgroup-method): Grok a list of functions.
14632         (gnus-subscribe-options-newsgroup-method): Ditto.
14633         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
14634         return .
14635
14636 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14637
14638         * gnus-cus.el (gnus-score-customize): Doc fix.
14639
14640 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
14641
14642         * dgnushack.el (my-getenv): Typo.
14643
14644 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14645
14646         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
14647
14648 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14649
14650         * gnus-group.el (gnus-group-suspend): Offer save summaries.
14651
14652         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
14653         (gnus-treatment-function-alist): Use it.
14654         (article-remove-leading-whitespace): New function.
14655         (gnus-article-make-menu-bar): Use it.
14656
14657         * gnus-sum.el (gnus-summary-wash-empty-map): Add
14658         remove-leading-whitespace.
14659         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
14660         because of conflict.
14661
14662 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14663
14664         * Makefile.in: Hack generating gnus-load.el.
14665         * dgnushack.el: Ditto.
14666         * gnus-load.el: Remove it.
14667
14668 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14669
14670         * dgnushack.el : Add URLDIR.
14671
14672         * Makefile.in (EMACS_COMP): Ditto.
14673
14674 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14675
14676         * gnus-cus.el (gnus-score-customize): Error on no score file.
14677
14678 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14679
14680         * mm-decode.el (mm-merge-handles): New function.
14681
14682         * mm-view.el (mm-inline-message): Use it.
14683         (mm-view-message): Ditto.
14684
14685         * mm-partial.el (mm-inline-partial): Ditto.
14686
14687         * mm-extern.el (mm-inline-external-body): Ditto.
14688
14689         * gnus-art.el (gnus-mime-view-part): Ditto.
14690         (gnus-mime-view-part-as-type): Ditto.
14691         (gnus-mime-save-part-and-strip): Prevent users to strip in some
14692         cases.
14693
14694 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14695
14696         * message.el (message-cancel-news): Allow to shoot foot.
14697         (message-supersede): Ditto.
14698
14699 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
14700         Trivial patch.
14701
14702         * gnus-sum.el (gnus-simplify-subject-re): Use
14703         message-subject-re-regexp.
14704
14705 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14706
14707         * nnmail.el (nnmail-expiry-target-group): Bind
14708         nnmail-cache-accepted-message-ids to nil.
14709
14710         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
14711         coding system.
14712
14713 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14714
14715         * qp.el (quoted-printable-encode-region): Make sure characters are
14716         between 00 and FF.  Don't check charset.
14717
14718         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
14719         in Emacs 20.
14720         * rfc2047.el (rfc2047-q-encode-region): Ditto.
14721
14722 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14723
14724         * message.el (message-make-forward-subject): Argument decoded.
14725         (message-forward): Use it when digest.
14726
14727         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
14728         buffer.
14729
14730 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14731
14732         * message.el (message-generate-headers-first): Doc fix.
14733
14734 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14735
14736         * gnus-art.el (article-make-date-line): Error proof.
14737
14738 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14739
14740         * gnus-group.el (gnus-group-listing-limit): New variable.
14741         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
14742
14743         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
14744
14745 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14746
14747         * message.el (message-newline-and-reformat): Special case for
14748         breaking at BOL.
14749
14750 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
14751
14752         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
14753         message/rfc822.
14754
14755 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14756
14757         * message.el (message-encode-message-body): Don't insert
14758         Content-Type if it is inside a mail.
14759
14760 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14761
14762         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
14763         gnus-article-commands-menu.
14764
14765         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
14766         in Emacs.
14767
14768         * gnus-start.el (gnus-read-descriptions-file): Use
14769         gnus-group-name-charset and gnus-group-charset-alist.
14770
14771 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14772
14773         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
14774         active region.
14775
14776         * gnus-start.el (gnus-group-change-level): Remove from both
14777         gnus-zombie-list and gnus-killed-list.
14778
14779 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14780
14781         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
14782         gnus-subscribe-topics.
14783
14784         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
14785
14786 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14787
14788         * gnus-art.el (gnus-article-make-menu-bar): Make
14789         gnus-article-post-menu.
14790
14791         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
14792
14793         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
14794
14795         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
14796
14797         * message.el (message-mode-menu): Ditto.
14798
14799         * gnus-art.el (defvar): eval-when-compile.
14800
14801 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14802
14803         * gnus-agent.el (gnus-agentize): Fix doc.
14804
14805 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
14806
14807         * mml.el (mml-preview): Bind `q'.
14808
14809 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14810
14811         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
14812
14813 2001-01-31  Dave Love  <fx@gnu.org>
14814
14815         * mm-util.el (mm-mime-mule-charset-alist)
14816         (mm-find-mime-charset-region): Consider mule-utf-8.
14817
14818 2001-01-31  Dave Love  <fx@gnu.org>
14819
14820         * gnus-art.el (gnus-article-x-face-command)
14821         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
14822         :version.
14823
14824 2001-01-26  Dave Love  <fx@gnu.org>
14825
14826         * mm-util.el (mm-multibyte-string-p): New.
14827
14828 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
14829 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
14830 ;;      string-as-multibyte on class.  Clarify line-folding.
14831         (quoted-printable-encode-string): Make temp buffer inherit
14832         string's multibyteness.
14833
14834 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
14835
14836         * nnheader.el (toplevel): Don't require `gnus-util' at
14837         compile-time; this creates a circular dependency, and prevents
14838         a bootstrap.
14839
14840 2001-01-22  Andreas Schwab  <schwab@suse.de>
14841
14842         * nnheader.el (gnus-delete-line): Autoload it as a macro.
14843
14844 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14845
14846         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
14847
14848         * gnus-art.el (article-hide-list-identifiers): Ditto.
14849
14850         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
14851
14852 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14853
14854         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
14855
14856         * gnus-art.el (article-hide-list-identifiers): Similar.
14857
14858 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
14859
14860         * nnmail.el (nnmail-remove-list-identifiers): Improved.
14861
14862 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14863
14864         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
14865
14866 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14867
14868         * gnus-util.el (gnus-string-equal): New function.
14869
14870         * gnus-art.el (article-hide-boring-headers): Use it.
14871
14872 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
14873
14874         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
14875
14876 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14877
14878         * gnus-msg.el (gnus-msg-mail): Support switch-action.
14879
14880 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14881
14882         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
14883         command if there is not last-saver.
14884
14885 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14886
14887         * nntp.el (nntp-open-connection): 201 is possible.
14888
14889 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14890
14891         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
14892         (rfc2047-charset-encoding-alist): Add big5.
14893
14894 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14895
14896         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
14897         (gnus-agent-remove-server): Ditto.
14898         (autoload): gnus-server-update-server.
14899
14900         * gnus-srvr.el (gnus-server-line-format): Add %a.
14901         (gnus-server-line-format-alist): Add gnus-tmp-agent.
14902         (gnus-server-insert-server-line): Use it.
14903
14904 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14905
14906         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
14907         GB2312 and Big5.
14908
14909 2001-01-24  Simon Josefsson  <sj@extundo.com>
14910
14911         * mail-source.el (mail-sources): Add :program specifier to IMAP
14912         mail source.
14913         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
14914
14915 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14916
14917         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
14918
14919 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14920
14921         * nntp.el (nntp-wait-for): Return the success code.
14922         (nntp-open-connection): Use it.
14923
14924 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14925
14926         * gnus-int.el (gnus-check-server): Allow breaking the opening.
14927
14928 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14929
14930         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
14931
14932 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14933
14934         * gnus-sum.el (gnus-summary-print-article): Take one prefix
14935         argument. Allow to print several articles in one file.
14936
14937 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14938
14939         * webmail.el (webmail-type-definition): netaddress changes.
14940
14941 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14942
14943         * gnus.el: Fix copyright. Remove trailing spaces.
14944
14945         * message.el (message-forward): Use mule4.
14946
14947 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14948
14949         * mm-util.el (mm-string-as-unibyte): New function.
14950
14951         * message.el (message-forward): Use it.
14952
14953 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14954
14955         * message.el (message-cite-original-without-signature): Don't peel
14956         off the blank line.
14957         (message-get-reply-headers): Add Cc if it is not in follow-to.
14958
14959 2001-01-20  Simon Josefsson  <sj@extundo.com>
14960
14961         * mm-decode.el (mm-handle-multipart-from): Add.
14962         (mm-dissect-buffer): Save From: header value.
14963         (mm-security-from): Remove.
14964         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
14965
14966         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
14967         instead of `mml-security-from'.  Protect null from value.
14968
14969 2001-01-20  Simon Josefsson  <sj@extundo.com>
14970
14971         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
14972         application/vnd.ms-excel attachments.
14973
14974 2001-01-19  Simon Josefsson  <sj@extundo.com>
14975
14976         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
14977
14978 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14979
14980         * message.el (message-ignored-mail-headers): Ditto.
14981
14982 2001-01-19  Simon Josefsson  <sj@extundo.com>
14983
14984         * message.el (message-ignored-news-headers): Only search beginning
14985         of line.
14986
14987 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
14988         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
14989
14990         * message.el (message-send-mail): Content-Type may not be there.
14991
14992 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14993
14994         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
14995         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
14996
14997         * gnus-art.el (article-display-x-face): Insert X-Face if there is
14998         not.
14999
15000 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15001
15002         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
15003         non-native groups.
15004
15005 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15006
15007         * message.el (message-yank-original): Understand
15008         universal-argument.
15009
15010 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15011
15012         * gnus-art.el (gnus-boring-article-headers): Add to-address.
15013         (article-hide-boring-headers): Ditto.
15014
15015         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
15016
15017 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15018
15019         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
15020         one.
15021
15022 2001-01-16  Simon Josefsson  <simon@josefsson.org>
15023
15024         * message.el (message-make-in-reply-to): Add comment to message-id
15025         (old syntax, see 2000-08-02 change).
15026
15027 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15028
15029         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
15030         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
15031         (gnus-button-reply): Ditto.
15032
15033 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15034
15035         * gnus-art.el (article-display-x-face): Fix.
15036
15037 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15038
15039         * gnus-art.el (article-display-x-face): Use
15040         gnus-original-article-buffer.
15041
15042 2001-01-15  Jack Twilley  <jmt@tbe.net>
15043
15044         * message.el (message-add-header): Move to point-max.
15045
15046 2001-01-15  Simon Josefsson  <simon@josefsson.org>
15047
15048         * smime.el (smime-CA-directory, smime-CA-file): Change default to
15049         nil, improve documentation.
15050         (smime-certificate-directory): Comment out false hints (until it
15051         is implemented).
15052
15053         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
15054         there aren't any keys.
15055         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
15056         verify certificate.  Default is changed to only check integrity.
15057         Improved security status texts.  If a certificate doesn't contain
15058         a email address, don't fail.
15059
15060         * smime.el (smime-noverify-region):
15061         (smime-noverify-buffer): New functions.  Verifies integrity only.
15062
15063 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15064
15065         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
15066
15067 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15068
15069         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
15070         (gnus-remove-some-windows): Ditto.
15071
15072 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15073
15074         * gnus-art.el (article-make-date-line): 11th.
15075
15076 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15077
15078         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
15079         (mml2015-gpg-sign): Ditto.
15080
15081 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15082
15083         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
15084         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
15085
15086 2001-01-08  Dave Love  <fx@gnu.org>
15087
15088         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
15089         single character.
15090
15091         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
15092
15093         * message.el: Doc and message fixes.
15094         (message-send-rename-function)
15095         (message-make-forward-subject-function)
15096         (message-send-mail-function, message-reply-to-function)
15097         (message-wide-reply-to-function, message-followup-to-function)
15098         (message-distribution-function, message-auto-save-directory): Fix
15099         :type.
15100
15101         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
15102         proceeding after warnings.  Amend multipart warning message.
15103
15104 2001-01-04  Dave Love  <fx@gnu.org>
15105
15106         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
15107         compiling.
15108         (gnus-make-directory): Require nnmail.
15109
15110         * mm-decode.el (mm-inline-media-tests): Add
15111         image/x-portable-bitmap.
15112         (mm-get-image): Grok pbm.
15113
15114 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
15115
15116         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
15117
15118 2001-01-09  Didier Verna  <didier@xemacs.org>
15119
15120         * dgnushack.el (dgnushack-compile): give a dummy value to
15121         `gnus-xmas-glyph-directory' for the time of compilation.
15122         * gnus-agent.el: moved some XEmacs specific hook add-ons from
15123         `gnus-xmas-[re]define' to avoid loosing user custom settings.
15124         * gnus-art.el: ditto.
15125         * gnus-group.el: ditto.
15126         * gnus-salt.el: ditto.
15127         * gnus-sum.el: ditto.
15128         * gnus-topic.el: ditto.
15129         * gnus-xmas.el (gnus-xmas-define): see above.
15130         * gnus-xmas.el (gnus-xmas-redefine): see above.
15131         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
15132         non-continuable error when the directory can't be found.
15133
15134 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15135
15136         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
15137         handle.
15138         * gnus-art.el (gnus-mime-view-part): Copy it.
15139         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
15140
15141 2001-01-09  Michael Downes  <mjd@ams.org>
15142
15143         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
15144
15145 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15146
15147         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
15148         orig-file. Use ',source.
15149
15150 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15151
15152         * gnus-xmas.el (gnus-xmas-modeline-glyph):
15153         (gnus-xmas-group-startup-message):
15154         Detect gnus-xmas-glyph-directory when it is nil.
15155
15156 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15157
15158         * pop3.el (pop3-get-message-count): Andrew Innes
15159         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
15160
15161 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15162
15163         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
15164
15165         * time-date.el (time-to-number-of-days): New function.
15166
15167 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
15168         Trivial patch.
15169
15170         * nnslashdot.el (nnslashdot-request-list): Always get the right
15171         sid.
15172
15173 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15174
15175         * message.el (message-minibuffer-local-map): New keymap.
15176         (message-read-from-minibuffer): Use it.
15177         * gnus-msg.el (gnus-summary-resend-message): Use it
15178
15179 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15180
15181         * gnus-start.el (gnus-display-time-event-handler): New function.
15182         (gnus-after-getting-new-news-hook): Use it.
15183
15184 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15185
15186         * message.el (message-ignored-mail-headers): Add draft header.
15187
15188 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15189
15190         * gnus-sum.el (gnus-summary-expire-articles): Don't save
15191         excursion.
15192
15193         * nnslashdot.el (nnslashdot-request-list): Get the right year.
15194
15195 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
15196         A revoked patch.
15197
15198         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
15199
15200 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15201
15202         * qp.el (quoted-printable-decode-region): Don't backward-char.
15203
15204 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15205
15206         * gnus-draft.el: Mark articles as replied.
15207
15208         * gnus-sum.el (gnus-summary-add-mark): New function.
15209
15210         * gnus-group.el (gnus-add-mark): New function.
15211
15212         * gnus-sum.el (gnus-summary-buffer-name): New function.
15213         (gnus-summary-setup-buffer): Use it.
15214
15215         * gnus-draft.el: Set things up with the right post method and
15216         stuff.
15217
15218         * message.el (message-ignored-news-headers): Remove X-Draft-From.
15219
15220         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
15221
15222         * gnus.el (gnus-draft-meta-information-header): New variable.
15223
15224 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15225
15226         * gnus-art.el (gnus-treatment-function-alist): Move the date
15227         functions before the header sorting functions.
15228
15229         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
15230
15231         * dgnushack.el (dgnushack-compile): Message whether there is w3.
15232         Don't (push "/usr/share/emacs/site-lisp" load-path).
15233
15234         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
15235         to empty fill prefixes.
15236
15237 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15238
15239         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
15240         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
15241
15242 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15243
15244         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
15245
15246         * nnml.el (autoload): Move to nnheader.el.
15247
15248         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
15249         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
15250         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
15251         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
15252
15253 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15254
15255         * gnus-art.el (article-make-date-line): Get the hours right.
15256         (gnus-ignored-headers): More hiding.
15257
15258         * nnmail.el (nnmail-expiry-wait): Not an integer.
15259
15260         * message.el (message-goto-body): Only expand abbrev when called
15261         interactively.
15262         (message-make-lines): Use it.
15263
15264 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15265
15266         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
15267
15268 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15269
15270         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
15271         include the expunged articles.
15272
15273         * gnus-group.el (gnus-group-sort-by-server): New function.
15274
15275         * gnus.el (gnus-method-to-server-name): New function.
15276         (gnus-group-prefixed-name): Use it.
15277
15278         * gnus-group.el (gnus-group-sort-function): Doc fix.
15279         (gnus-group-sort-groups-by-server): New command.
15280
15281 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15282
15283         * gnus-art.el (gnus-treat-date-english): New variable.
15284         (article-date-english): New command.
15285         (gnus-english-month-names): New variable.
15286         (article-make-date-line): Do 'english.
15287
15288         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
15289         after the fill prefix.
15290
15291         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
15292         score...".
15293
15294         * gnus-art.el (gnus-ignored-headers): Hide more headers.
15295
15296         * message.el (message-mode-map): Bind comment-region.
15297
15298         * gnus-art.el (gnus-mime-display-part): Let w3 display
15299         multipart/related.
15300
15301         * mm-bodies.el (mm-long-lines-p): New function.
15302         (mm-body-encoding): Use it.
15303         (mm-body-encoding): Encode articles with lines longer than 1000
15304         characters.
15305
15306 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15307
15308         * mm-util.el (mm-enable-multibyte): Use
15309         default-enable-multibyte-characters.
15310         (mm-enable-multibyte-mule4): Ditto.
15311         (mm-disable-multibyte): Test XEmacs.
15312         (mm-disable-multibyte-mule4): Ditto.
15313         (mm-with-unibyte-current-buffer): Simplified.
15314         (mm-with-unibyte-current-buffer-mule4): Ditto.
15315
15316 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15317
15318         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
15319
15320         * nnheader.el (nnheader-string-as-multibyte): New alias.
15321
15322         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
15323
15324         * gnus-uu.el (gnus-message-process-mark): New function.
15325         (gnus-uu-mark-by-regexp): Use it.
15326         (gnus-new-processable): New function.
15327
15328 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
15329          Trivial patch.
15330
15331         * gnus-sum.el (gnus-no-mark): New variable.
15332
15333 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15334
15335         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
15336         backslashes.
15337
15338 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
15341         definition.
15342
15343 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15344
15345         * dgnushack.el (dgnushack-compile): elc is in the current directory.
15346
15347         * qp.el (quoted-printable-encode-region): Don't check multibyte in
15348         XEmacs.
15349
15350 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
15351         Trivial patch.
15352
15353         * mml.el (mml-read-tag): Save tag location.
15354
15355 2000-12-25  Simon Josefsson  <simon@josefsson.org>
15356
15357         * starttls.el: Sync with Emacs 21.
15358
15359 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15360
15361         * message.el (message-mail): Support yank-action.
15362
15363         * message.el (message-setup): Revoke the last change.
15364
15365 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15366
15367         * message.el (message-setup): Use cons. Suggested by Johan Vromans
15368         <jvromans@squirrel.nl>.
15369
15370 2000-12-24  Simon Josefsson  <sj@extundo.com>
15371
15372         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
15373         mailing list junk at end of part.
15374
15375 2000-12-23  Simon Josefsson  <sj@extundo.com>
15376
15377         * nnimap.el (nnimap-expiry-target): New function.
15378         (nnimap-request-expire-articles): Use it.
15379
15380 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15381
15382         * gnus.el (gnus-group-parameters-more): New variable.
15383         * gnus-cus.el (gnus-group-customize): Use it.
15384
15385         * gnus.el (gnus-define-group-parameter): New macro.
15386         (auto-expire): Use it
15387         (total-expire): Use it.
15388         * gnus-art.el (banner): Use it.
15389
15390         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
15391         <ljz@asfast.com>.
15392
15393 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15394
15395         * gnus-topic.el (gnus-topic-create-topic): Use list.
15396
15397         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
15398         before binding gnus-default-article-saver.
15399
15400         * gnus-sum.el (gnus-summary-save-article):
15401         (gnus-summary-pipe-output):
15402         (gnus-summary-save-article-mail):
15403         (gnus-summary-save-article-rmail):
15404         (gnus-summary-save-article-file):
15405         (gnus-summary-write-article-file):
15406         (gnus-summary-save-article-body-file): Ditto.
15407
15408         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
15409
15410 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15411
15412         * gnus-art.el (gnus-mime-security-button-map):
15413         (gnus-mime-button-map): Add parent.
15414
15415 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15416
15417         * messagexmas.el (message-xmas-redefine): New function.
15418
15419         * message.el: Use it.
15420
15421         * gnus-art.el (gnus-article-check-hidden-text): Return t.
15422
15423         * gnus-util.el (gnus-remove-text-properties-when): Return t.
15424
15425 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15426
15427         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
15428         malformatted messages.
15429
15430 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15431
15432         * mm-util.el (mm-image-load-path): New function.
15433
15434         * gnus-group.el (gnus-group-make-tool-bar): Use it.
15435
15436         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
15437
15438         * message.el (message-tool-bar-map): Use it.
15439
15440         * Makefile.in (install-el): New rule.
15441
15442 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15443
15444         * gnus-art.el (article-treat-dumbquotes): Quote \.
15445
15446 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15447
15448         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
15449         Emacs 20 runs on a terminal.
15450
15451 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15452
15453         * gnus-msg.el (gnus-bug): Revert to save-excursion.
15454
15455         * mml.el (gnus-add-minor-mode): Autoload.
15456
15457         * message.el (message-forward): Save-restriction.
15458
15459 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15460
15461         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
15462         Paul Stevenson <p.stevenson@surrey.ac.uk>
15463
15464 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15465
15466         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
15467
15468         * mml.el (gnus-ems): Don't require.
15469
15470         * gnus.el (gnus-decode-rfc1522): Removed.
15471         (gnus-set-text-properties): Define.
15472
15473 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15474
15475         * gnus-art.el (gnus-mime-*): handle may be nil.
15476
15477         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
15478
15479         * gnus.el (gnus-group-remove-excess-properties): Not defined
15480         in gnus-xmas.
15481
15482 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15483
15484         * message.el (message-mail-user-agent): Add :version.
15485
15486 2000-12-21  Miles Bader  <miles@gnu.org>
15487
15488         * message.el (message-mode): Set `comment-start' to the  yank prefix.
15489
15490 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15491
15492         * message.el (message-mail-user-agent): New variable.
15493         (message-setup): Renamed to message-setup-1. Support
15494         mail-user-agent.
15495         (message-mail-user-agent): New function.
15496         (message-mail): Use it.
15497         (message-reply): Use it.
15498         (message-resend): Use it.
15499         (message-mail-other-window): Use it.
15500         (message-mail-other-frame): Use it.
15501
15502         * gnus-msg.el (gnus-bug): Support mail-user-agent.
15503
15504 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15505
15506         * message.el (message-tool-bar-map): Simplify.
15507         (message-narrow-to-head-1): New function.
15508         (message-narrow-to-head): Use it.
15509         (message-reply): Ditto.
15510         (message-cancel-news): Ditto.
15511         (message-supersede): Ditto.
15512         (message-make-forward-subject): Ditto.
15513         (message-bounce): Ditto.
15514
15515 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15516
15517         * uudecode.el (uudecode-decode-region-external): make-temp-file
15518         may not be defined.
15519
15520         * binhex.el (defalias): eval-and-compile.
15521
15522         * message.el (message-tool-bar-map): New function.
15523         (message-mode): Use it.
15524
15525 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15526
15527         * nntp.el (nntp-find-connection): Remove the entry.
15528         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
15529
15530 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15531
15532         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
15533
15534         * message.el (message-forward): Copy buffer in unibyte mode.
15535
15536 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15537
15538         * message.el (message-make-forward-subject): Don't widen. Decode.
15539         (message-forward): Don't decode subject.
15540
15541 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
15542
15543         * qp.el (quoted-printable-encode-region): Upcase QP.
15544
15545 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15546
15547         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
15548         mail-extract-a-c instead. Don't depend on Gnus.
15549
15550         * mml.el (gnus-ems): Require it.
15551
15552         * gnus-msg.el (gnus-summary-mail-forward):
15553
15554         * message.el (message-forward):  Move mime-to-mml here.
15555
15556 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15557
15558         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
15559         * gnus-art.el (gnus-insert-mime-button): Simplify.
15560         (gnus-mime-display-alternative): Ditto.
15561         (gnus-insert-mime-security-button): Ditto.
15562
15563 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15564
15565         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
15566         text-property-not-all doesn't return nil when start=mark(end).
15567         (gnus-remove-text-properties-when): Ditto.
15568
15569 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15570
15571         * gnus-start.el (gnus-group-change-level): Remove group from
15572         gnus-active-hashtb if real killed.
15573
15574 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15575
15576         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
15577         (gnus-mime-display-alternative): Ditto.
15578         (gnus-insert-mime-security-button): Ditto.
15579
15580 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15581
15582         * gnus-start.el (gnus-group-change-level): Don't add it into
15583         killed-list if it was killed.
15584
15585 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15586
15587         * nnmbox.el (nnmbox-file-coding-system): Use binary.
15588         (nnmbox-active-file-coding-system): Ditto.
15589
15590         * gnus-cus.el (gnus-group-parameters): Add posting-style.
15591
15592 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15593
15594         * gnus.el (gnus-version):
15595         (gnus-version-number): Set to Oort Gnus 0.01.
15596
15597         * gnus-art.el (gnus-mime-security-button-map):
15598         (gnus-insert-mime-security-button): Fix for Emacs21.
15599
15600 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15601
15602         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
15603         easymenu, because XEmacs doesn't understand :help.
15604
15605         * mm-uu.el: Require binhex.
15606
15607 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15608
15609         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
15610
15611 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15612
15613         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
15614
15615 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
15616
15617         * *.xpm, *.pbm: Convert icons icons to size 24x24.
15618
15619 2000-12-18  Dave Love  <fx@gnu.org>
15620
15621         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
15622         (unused).
15623
15624 2000-12-13  Miles Bader  <miles@gnu.org>
15625
15626         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
15627         to t, so that we don't get stuck while trying to smilefy
15628         intangible text.
15629
15630 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
15631
15632         * smiley-ems.el (smiley-regexp-alist): Make regexps match
15633         at the end of the buffer.
15634         (smiley-region): In the loop, move to the end of the submatch
15635         matching the smiley instead of using the end of the match
15636         of the whole regexp.
15637
15638 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
15639
15640         * message.el (message-mode): Doc fix.
15641
15642 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
15643
15644         * smiley-ems.el (smiley-region): Doc fix.
15645
15646 2000-12-11  Miles Bader  <miles@gnu.org>
15647
15648         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
15649         bottom line visible, check to see if it's partially obscured, and
15650         if so, either scroll one more line to make it fully visible, or
15651         revert to showing the second line from the top.
15652
15653 2000-12-07  Dave Love  <fx@gnu.org>
15654
15655         * mailcap.el (mailcap-download-directory)
15656         * gnus-audio.el (gnus-audio-directory)
15657         * smiley-ems.el (smiley-data-directory): Fix :type.
15658
15659 2000-11-30  Dave Love  <fx@gnu.org>
15660
15661         * message.el (message-auto-save-directory): Use
15662         file-name-as-directory.
15663         (message-set-auto-save-file-name): Create
15664         message-auto-save-directory if necessary.
15665         (message-replace-chars-in-string): Removed -- unused.
15666         (message-mail-alias-type): Customize.
15667         (message-headers): Remove duplicate defgroup.
15668
15669 2000-11-29  Dave Love  <fx@gnu.org>
15670
15671         * qp.el (quoted-printable-decode-region): Use error, not message
15672         to report malformed text (like base64).  Amend message.
15673
15674 2000-11-29  Miles Bader  <miles@gnu.org>
15675
15676         * message.el (message-header-lines): Fontify tag.
15677
15678 2000-11-27  Dave Love  <fx@gnu.org>
15679
15680         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
15681         compiler warning.
15682
15683 ;2000-11-26  Dave Love  <fx@gnu.org>
15684 ;
15685 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
15686 ;
15687 2000-11-23  Dave Love  <fx@gnu.org>
15688
15689         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
15690
15691         * mm-uu.el (uudecode): Require.
15692         (uudecode-decode-region, uudecode-decode-region-external): Don't
15693         autoload.
15694         (mm-uu-copy-to-buffer): Doc fix.
15695         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
15696         type fix.
15697
15698         * mailcap.el: Doc fixes.
15699         (mailcap-mime-data): Various adjustments.
15700         (mailcap): New group.
15701         (mailcap-download-directory): Customize.
15702         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
15703         (mailcap-temporary-directory): Deleted (unused).
15704         (mailcap-unescape-mime-test): Simplify slightly.
15705         (mailcap-viewer-passes-test): Use functionp.
15706         (mailcap-command-p): Aliased to executable-find.
15707
15708         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
15709         default-enable-multibyte-characters is nil.
15710
15711 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
15712
15713         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
15714
15715 2000-11-21  Dave Love  <fx@gnu.org>
15716
15717         * gnus-art.el (gnus-mime-button-map): Don't inherit from
15718         gnus-article-mode-map.
15719 ;       (gnus-mime-button-menu): Use mouse-set-point.
15720         (gnus-insert-mime-button, gnus-mime-display-alternative)
15721         (gnus-mime-display-alternative): Don't use local-map property.
15722
15723 2000-11-17  Dave Love  <fx@gnu.org>
15724
15725         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
15726         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
15727         and make-temp-file.
15728         (uudecode-decode-region): Doc fix.
15729
15730 2000-11-14  Dave Love  <fx@gnu.org>
15731
15732         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
15733         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
15734         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
15735         New files, derived from the XPMs.
15736
15737 2000-11-10  Dave Love  <fx@gnu.org>
15738
15739         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
15740         (gnus-agent-lib-file, gnus-agent-load-alist)
15741         (gnus-agent-save-alist, gnus-agent-article-name): Use
15742         expand-file-name.
15743
15744         * gnus-group.el (gnus-group-name-charset-method-alist): Add
15745         :version.
15746         (nnkiboze-score-file): Defvar when compiling.
15747
15748         * gnus-start.el (gnus-read-newsrc-file): Add :version.
15749
15750         * gnus-art.el (gnus-article-banner-alist)
15751         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
15752         (gnus-article-date-lapsed-new-header)
15753         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
15754         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
15755         (gnus-treat-strip-headers-in-body)
15756         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
15757         (gnus-treat-translate): Add :version.
15758         (gnus-article-mime-part-function): Fix defcustom.
15759
15760         * nnmail.el (nnmail-expiry-target)
15761         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
15762         (nnmail-split-header-length-limit): Add :version.
15763
15764         * gnus-sum.el (gnus-auto-expirable-marks)
15765         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
15766         (gnus-extra-headers, gnus-ignored-from-addresses)
15767         (gnus-newsgroup-ignored-charsets)
15768         (gnus-group-highlight-words-alist)
15769         (gnus-summary-show-article-charset-alist): Add :version.
15770
15771         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
15772         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
15773         files, converted from the XPMs.
15774
15775         * gnus-cache.el (gnus-cache-active-file): Don't use
15776         file-name-as-directory on directory.
15777         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
15778         use file-name-as-directory on directory.
15779
15780         * time-date.el (timezone-make-date-arpa-standard): Autoload.
15781         (date-to-time): Use it.
15782
15783 ;       * message.el (message-mode) <adaptive-fill-regexp>:
15784 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
15785 ;       (message-newline-and-reformat): Likewise.
15786         (message-forward-as-mime, message-forward-ignored-headers)
15787         (message-buffer-naming-style, message-default-charset)
15788         (message-dont-reply-to-names, message-send-mail-partially-limit):
15789         Add :version.
15790
15791         * mm-util.el: Doc fixes.
15792         (mm-mime-charset): Don't use the raw result of
15793         mm-preferred-coding-system.
15794         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
15795         (mm-with-unibyte): Simplify.
15796
15797         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
15798         concat.
15799
15800         * pop3.el (pop3-version): Deleted.
15801         (pop3-make-date): New function, avoiding message-make-date.
15802         (pop3-munge-message-separator): Use it.
15803
15804 2000-11-09  Dave Love  <fx@gnu.org>
15805
15806         * gnus-group.el (gnus-group-make-directory-group)
15807         (gnus-group-fetch-faq): Use expand-file-name.
15808         (gnus-group-fetch-faq): Simplify completing-read form.
15809
15810         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
15811         test for Mule.
15812
15813         * message.el (tool-bar-map): Defvar when compiling.
15814
15815         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
15816         (gnus-tm-lisp-directory): Deleted.
15817         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
15818         (featurep 'xemacs).
15819         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
15820         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
15821         version numbers from file names.
15822
15823 2000-11-08  Dave Love  <fx@gnu.org>
15824
15825         * mm-view.el: Use featurep for XEmacs test.
15826         (mm-inline-message): Test for `remove-specifier'; don't use
15827         condition-case.
15828
15829         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
15830
15831         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
15832         (gnus-score-find-bnews): Don't concat "".
15833
15834         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
15835         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
15836         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
15837         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
15838
15839         * gnus-sum.el: Put some defvars in eval-when-compile.
15840         (gnus-summary-mode-hook): Add :options.
15841         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
15842         (gnus-summary-tool-bar-map): New variable.
15843         (gnus-summary-make-tool-bar): New function.
15844         (gnus-summary-mode): Put kill-all-local-variables first.
15845
15846         * gnus-group.el (gnus-group-toolbar-map): New variable.
15847         (gnus-group-make-tool-bar): Rewritten.
15848         (gnus-group-mode): Put kill-all-local-variables first.
15849
15850         * rfc2047.el: Require gnus-util.
15851
15852         * nnml.el (gnus-sorted-intersection): Autoload.
15853
15854         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
15855         Put some defvars in eval-when-compile.
15856         (gnus-intersection, gnus-sorted-complement):  Autoload.
15857
15858         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
15859
15860         * mm-encode.el (mm-body-7-or-8): Autoload.
15861
15862         * mm-decode.el (mm-insert-inline): Autoload.
15863
15864         * mml.el:
15865         * message.el: Put some defvars in eval-when-compile.
15866
15867         * gnus-msg.el: Put some defvars in eval-when-compile.
15868         (gnus-msg-mail): Move after gnus-setup-message.
15869
15870         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
15871
15872 2000-11-07  Dave Love  <fx@gnu.org>
15873
15874         * gnus-util.el (nnheader): Don't require message (recursive
15875         autoload).
15876
15877         * uudecode.el: Avoid compiler warnings.
15878
15879         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
15880         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
15881
15882 2000-11-06  Dave Love  <fx@gnu.org>
15883
15884         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
15885
15886         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
15887         (uudecode-char-int): New alias, replacing char-int.
15888         (uudecode-decode-region): Don't call buffer-disable-undo.
15889
15890 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
15891 ;       (mm-uu-configure-list): Doc fix.
15892 ;
15893 ;       * earcon.el (running-xemacs): Don't define.
15894 ;
15895 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15896 ;
15897 ;       * message.el (message-font-lock-keywords): Match a final newline
15898 ;       to help font-lock's multiline support.
15899 ;
15900 2000-11-03  Dave Love  <fx@gnu.org>
15901
15902         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
15903
15904         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
15905         name.
15906
15907         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
15908         <banner>: Fix custom type, doc.
15909
15910         * mm-decode.el (mm-display-external): Space-prefix temp buffer
15911         name.  Don't disable undo explicitly.
15912
15913 ;2000-11-02  Dave Love  <fx@gnu.org>
15914 ;
15915 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
15916 ;       cite-prefix.
15917
15918 2000-11-01  Dave Love  <fx@gnu.org>
15919
15920         * rfc2047.el (base64): Require unconditionally.
15921         (message-posting-charset): Defvar when compiling.
15922         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
15923         message.
15924
15925         * gnus-sum.el (nnoo): Require.
15926         (mm-uu-dissect): Autoload.
15927
15928         * mml.el (mml-parse-1): Clarify message.
15929         (mml-minibuffer-read-type): Use mailcap-mime-types.
15930
15931 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
15932
15933         * mml.el: Fix a typo in the requiring of CL.
15934
15935 2000-11-01  Dave Love  <fx@gnu.org>
15936
15937         * utf7.el: Require cl when compiling.
15938
15939         * binhex.el: Use (featurep 'xemacs).
15940         (binhex-char-int): New alias, replacing char-int.  Change callers.
15941         (binhex-decode-region): Simplify work buffer code.
15942         (binhex-decode-region-external): Use expand-file-name, not concat.
15943
15944 2000-10-30  Dave Love  <fx@gnu.org>
15945
15946         * gnus-art.el: Fix 2000-10-27 change properly.
15947
15948 2000-10-28  Miles Bader  <miles@gnu.org>
15949
15950         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
15951
15952 2000-10-27  Dave Love  <fx@gnu.org>
15953
15954         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
15955         strings.
15956         (gnus-group-make-tool-bar): New function.
15957         (gnus-group-mode): Use it.
15958
15959         * message.el (message-mode-menu): Add some :help strings.
15960         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
15961         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
15962
15963         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
15964         * describe-group.xpm, get-news.xpm, kill-group.xpm:
15965         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
15966
15967         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
15968         display-graphic-p here.
15969
15970 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
15971
15972         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
15973         of the `gnus-xemacs' variable, as the latter has been removed.
15974         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
15975         * gnus-art.el (gnus-treat-display-xface)
15976         (gnus-treat-display-smileys, gnus-treat-display-picons)
15977         (gnus-article-read-summary-keys): Likewise.
15978
15979 2000-10-26  Dave Love  <fx@gnu.org>
15980
15981         (defvar): Use rmail-spool-directory unconditionally.
15982
15983 2000-10-18  Dave Love  <fx@gnu.org>
15984
15985         * mm-bodies.el (mm-uu-decode-function)
15986         (mm-uu-binhex-decode-function): Defvar when compiling.
15987
15988         * gnus-nocem.el (gnus-nocem-issuers): Update.
15989         (gnus-nocem-check-from): New option.
15990         (gnus-nocem-scan-groups): Use it.
15991         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
15992         (gnus-nocem-check-article-limit): Add :version.
15993
15994 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
15995
15996         * ietf-drums.el (mm-util): Require CL when compiling.
15997
15998 2000-10-15  Dave Love  <fx@gnu.org>
15999
16000         * qp.el: Require mm-util.
16001
16002 2000-10-13  Dave Love  <fx@gnu.org>
16003
16004         * qp.el (quoted-printable-decode-region): Avoid invalid
16005         coding-systems.
16006
16007 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
16008
16009         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
16010         to a recursive load.
16011
16012 2000-10-12  Dave Love  <fx@gnu.org>
16013
16014         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
16015
16016         * gnus.el (gnus-group-startup-message): Check for PBM image.
16017
16018 2000-10-09  Dave Love  <fx@gnu.org>
16019
16020         * mail-source.el (mail-source-fetch-imap): Bind
16021         default-enable-multibyte-characters rather than using
16022         mm-disable-multibyte.
16023
16024 2000-10-05  Dave Love  <fx@gnu.org>
16025
16026         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
16027         Autoload.
16028         (quoted-printable-decode-region):  Rename arg which confused
16029         charset with coding-system.  Don't use nonascii-insert-offset.
16030         Coding-system encode the region initially.  Don't recognize `=='
16031         as valid QP.  Coding-system decode the region finally.
16032         (quoted-printable-decode-string): Rename arg which confused
16033         charset with coding-system.
16034
16035         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
16036         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
16037         mm-encode-coding-region.
16038         (mm-decode-body, mm-decode-string): Rename variables which
16039         confused charset with coding-system.
16040         (binhex-decode-region): Don't autoload.
16041         (mm-body-encoding): Require message.
16042         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
16043         cond branches.
16044
16045         * gnus-art.el (article-de-quoted-unreadable)
16046         (article-de-base64-unreadable): Fold search case
16047         rather than downcasing string.  Apply mm-charset-to-coding-system
16048         to arg of quoted-printable-decode-region.
16049
16050 2000-10-04  Dave Love  <fx@gnu.org>
16051
16052         * gnus-ems.el: Don't turn off compiler warnings in local vars.
16053         Require ring when compiling.
16054         (gnus-article-compface-xbm): New variable.
16055
16056 2000-10-04  Dave Love  <fx@gnu.org>
16057
16058         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
16059         pbm images.
16060
16061         * frown.pbm, smile.pbm, wry.pbm: New files.
16062
16063         * frown.xbm, smile.xbm, wry.xbm: Deleted.
16064
16065 2000-10-03  Dave Love  <fx@gnu.org>
16066
16067         * mail-source.el (mail-sources): Revert to nil.
16068
16069         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
16070
16071         * qp.el: Don't require mm-util.
16072         (quoted-printable-decode-region): Rewritten.
16073         (quoted-printable-decode-string, quoted-printable-encode-region):
16074         Doc fix.
16075         (quoted-printable-encode-region): Barf on multibyte characters.
16076         Maybe make the class multibyte.  Upcase chars, not formatted
16077         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
16078         (quoted-printable-encode-string): Don't use
16079         mm-with-unibyte-buffer.
16080
16081 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
16082
16083         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
16084
16085 2000-09-21  Dave Love  <fx@gnu.org>
16086
16087         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
16088         (for Emacs 20).  Tidy somewhat.
16089
16090 2000-09-21  Dave Love  <fx@gnu.org>
16091
16092         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
16093         image processing.  Rationalize logic somewhat.
16094
16095 2000-09-20  Dave Love  <fx@gnu.org>
16096
16097         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
16098         specifically.
16099
16100         * gnus.el (gnus-version-number): Avoid some redundant
16101         autoloads.
16102
16103 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
16104
16105         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
16106         to XBM; we always have PBM support.
16107
16108 2000-09-14  Dave Love  <fx@gnu.org>
16109
16110         * gnus.el (gnus-charset):
16111         * mm-decode.el (mime-display):
16112         * imap.el (imap) <defgroup>: Add :version.
16113
16114 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
16115
16116         * parse-time.el: Fix author's mail address.
16117
16118         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
16119         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
16120         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
16121         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
16122         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
16123         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
16124         * rfc2231.el, uudecode.el: Fix copyright notice.
16125
16126         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
16127         require `w3' at load-time only if not running in batch mode.
16128
16129 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16130
16131         * gnus.el: Before merge with Emacs21.
16132
16133 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
16134
16135         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
16136
16137 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
16138
16139         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
16140         to avoid conflict with the standard `back-to-indentation'
16141         binding.
16142
16143 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16144
16145         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
16146
16147         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
16148         (mm-disable-multibyte-mule4): Ditto.
16149         (mm-with-unibyte-current-buffer-mule4): Ditto.
16150
16151 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16152
16153         * pop3.el (pop3-movemail): Use binary.
16154         (pop3-movemail-file-coding-system): Removed.
16155
16156 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16157
16158         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
16159
16160 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16161
16162         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
16163         exists.
16164
16165 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16166
16167         * gnus-msg.el (gnus-post-method): Use backend name when the
16168         address is "".
16169
16170 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16171
16172         * gnus-art.el (article-verify-x-pgp-sig): Don't test
16173         mm-verify-option.
16174         (gnus-treat-x-pgp-sig): Default value.
16175         (gnus-ignored-headers): Redundant.
16176
16177 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16178
16179         * gnus-win.el (gnus-configure-frame): Save selected window.
16180
16181 2000-02-15  Andrew Innes  <andrewi@gnu.org>
16182
16183         * nnmbox.el: Require gnus-range.
16184         (nnmbox-group-building-active-articles): New variable.
16185         (nnmbox-group-active-articles): New variable; this is a cache of
16186         all active articles by group and number.
16187         (nnmbox-in-header-p): New function.
16188         (nnmbox-find-article): New function.
16189         (nnmbox-record-active-article): New function.
16190         (nnmbox-record-deleted-article): New function.
16191         (nnmbox-is-article-active-p): New function.
16192         (nnmbox-retrieve-headers): Use nnmbox-find-article.
16193         (nnmbox-request-article): Ditto.  Also supply extra arg to
16194         nnmbox-article-group-number.
16195         (nnmbox-request-expire-articles): Ditto.
16196         (nnmbox-request-move-article): Ditto.
16197         (nnmbox-request-replace-article): Ditto.
16198         (nnmbox-request-rename-group): Rename group entry in active
16199         article cache.
16200         (nnmbox-delete-mail): Update active article cache, unless article
16201         is being replaced.
16202         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
16203         than partially duplicating it.
16204         (nnmbox-article-group-number): Add extra `this-line' arg, to
16205         handle articles belonging to multiple groups.
16206         (nnmbox-save-mail): Update active article cache.
16207         (nnmbox-read-mbox): Build active article cache when loading mbox.
16208         Also do some repair work, if we find articles that are missing the
16209         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
16210         reconstruct these from Xref info.
16211
16212 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16213
16214         * mail-source.el (mail-source-report-new-mail): Use
16215         nnheader-run-at-time.
16216
16217 2000-02-15  Andrew Innes  <andrewi@gnu.org>
16218
16219         * mail-source.el (mail-source-fetch-pop): Clear pop password when
16220         an error is thrown, and then rethrow the error.
16221         (mail-source-check-pop): Ditto.
16222         (mail-source-start-idle-timer): Prevent multiple pop checks
16223         running if the check takes a long time.
16224
16225 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16226
16227         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
16228         succeed.
16229
16230 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16231
16232         * gnus-win.el (gnus-configure-windows): Make sure
16233         nntp-server-buffer is live.
16234         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
16235
16236 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
16237
16238         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
16239
16240 2000-12-04  Andreas Jaeger  <aj@suse.de>
16241
16242         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
16243
16244 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16245
16246         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
16247
16248 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16249         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
16250
16251         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
16252
16253 2000-12-01  Simon Josefsson  <sj@extundo.com>
16254
16255         * mml-smime.el (mml-smime-verify): Fix address parsing.
16256
16257 2000-12-01  Simon Josefsson  <sj@extundo.com>
16258
16259         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
16260         more than one certificate inside PKCS#7 blob.  Better security
16261         information (clamed / actual sender, openssl output, certificates
16262         inside message).
16263
16264         * smime.el (smime-verify-region): Output to /dev/null.
16265         (smime-buffer-as-string-region): Don't parse empty lines.
16266
16267 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16268
16269         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
16270         ?d and ?D.
16271         (gnus-mime-security-show-details-inline): New variable.
16272         (gnus-mime-security-show-details): Use them.
16273         (gnus-insert-mime-security-button): Ditto.
16274
16275         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
16276         Suggest by Michael Duggan (md5i@cs.cmu.edu).
16277         (mml2015-gpg-clear-verify): Ditto.
16278         (mml2015-gpg-decrypt-1): Ditto.
16279         (mml2015-use): Prefer 'gpg.
16280
16281 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16282
16283         * gnus-util.el (gnus-add-text-properties-when): New function.
16284         (gnus-remove-text-properties-when): Ditto.
16285
16286         * gnus-cite.el (gnus-article-hide-citation): Use them.
16287         (gnus-article-toggle-cited-text): Use them.
16288
16289         * gnus-art.el (gnus-signature-toggle): Use them.
16290         (gnus-article-show-hidden-text): Ditto.
16291         (gnus-article-hide-text): Ditto.
16292
16293 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16294
16295         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
16296
16297 2000-11-30  Simon Josefsson  <sj@extundo.com>
16298
16299         * smime.el (smime-point-at-eol): New alias.
16300         (smime-buffer-as-string-region): Use it.
16301
16302 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16303
16304         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
16305
16306 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16307
16308         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
16309
16310         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
16311
16312         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
16313
16314 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
16315
16316         * nnmh.el (nnmh-request-expire-articles): Implemented
16317         expiry-target for nnmh backend.
16318
16319 2000-11-30  Simon Josefsson  <sj@extundo.com>
16320
16321         * mm-decode.el (mm-security-from): New variable.
16322         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
16323
16324         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
16325         than `from'.
16326
16327 2000-11-30  Simon Josefsson  <sj@extundo.com>
16328
16329         * mml-smime.el (mml-smime-verify): Verify that certificate mail
16330         address match sender address.
16331
16332         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
16333
16334         * smime.el (smime-verify-region): Don't copy buffer.
16335         (smime-decrypt-buffer): Use expand-file-name on keyfile.
16336         (smime-pkcs7-region): New function.
16337         (smime-pkcs7-certificates-region): Ditto.
16338         (smime-pkcs7-email-region): Ditto.
16339         (smime-buffer-as-string-region): Ditto.
16340
16341         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
16342         buffer.
16343
16344 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
16345
16346         * smime.el (smime-decrypt-region): Fix keyfile argument.
16347
16348 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16349
16350         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
16351
16352 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16353
16354         * message.el (message-shoot-gnksa-feet): New variable.
16355         (message-gnksa-enable-p): New function.
16356         (message-send): Use it.
16357         (message-check-news-body-syntax): Ditto.
16358
16359 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * message.el (message-make-message-id): Remove the redundancy.
16362
16363 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16364
16365         * message.el (message-setup): Discourage using mc-install-*-mode.
16366
16367         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
16368
16369 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16370
16371         * gnus-cite.el (gnus-cite-parse): Guess citation length.
16372
16373 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16374
16375         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
16376
16377 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16378
16379         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
16380
16381 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16382
16383         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
16384         insert-buffer-substring.
16385
16386         * message.el (message-send-mail): Use buffer-substring-no-properties.
16387         (message-send-news): Ditto.
16388
16389 2000-11-22  David Edmondson  <dme@dme.org>
16390
16391         * imap.el (imap-wait-for-tag): Message read info.
16392
16393 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16394
16395         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
16396         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
16397         (mml2015-gpg-encrypt): Ditto.
16398
16399 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16400
16401         * mm-decode.el (mm-verify-option): Default value.
16402
16403         * mml-sec.el (mml-secure-part): Error message.
16404
16405 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16406
16407         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
16408
16409 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16410
16411         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
16412
16413 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16414
16415         * gnus-art.el (gnus-article-describe-key): Use prompt.
16416         (gnus-article-describe-key-briefly): Ditto.
16417
16418 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16419
16420         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
16421
16422 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16423
16424         * gnus-art.el (gnus-article-describe-key): New function.
16425         (gnus-article-describe-key-briefly): New function.
16426
16427 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16428
16429         * mm-decode.el (mm-decrypt-option): Doc typo.
16430
16431         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
16432         return a number.
16433
16434 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16435
16436         * message.el (message-newline-and-reformat): Typo.
16437
16438 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16439
16440         * gnus-art.el (article-verify-x-pgp-sig): Check whether
16441         original-article-buffer exists.
16442
16443         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
16444         (rfc2047-header-encoding-alist): Addresses are different from text.
16445         (rfc2047-encode-message-header): Ditto.
16446         (rfc2047-dissect-region): Extra parameter.
16447         (rfc2047-encode-region): Ditto.
16448         (rfc2047-encode-string): Ditto.
16449
16450 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16451
16452         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
16453         (mm-uu-pgp-encrypted-extract): Use it.
16454         (mm-uu-pgp-signed-extract-1): New function.
16455         (mm-uu-pgp-signed-extract): Use it.
16456
16457         * gnus-art.el (gnus-mime-display-security): New function.
16458         (gnus-mime-display-part): Use it.
16459         (gnus-mime-security-verify-or-decrypt): New function.
16460         (gnus-mime-security-press-button): New function.
16461         (gnus-insert-mime-security-button): Use it.
16462
16463         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
16464         (mm-find-raw-part-by-type): Ditto.
16465         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
16466         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
16467         (mm-destroy-parts): Kill nested multibyte buffer.
16468
16469         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
16470         (mml2015-gpg-verify): Ditto.
16471
16472 2000-11-18  Simon Josefsson  <sj@extundo.com>
16473
16474         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
16475         (mml2015-function-alist): Use it.
16476
16477         * mml-sec.el (mml-sign-alist): Update names.
16478         (mml-encrypt-alist): Ditto.
16479         (mml-secure-part-smime-sign): Moved to mml-smime.el
16480         as `mml-smime-sign-query'.
16481         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
16482         `mml-smime-get-file-cert'.
16483         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
16484         `mml-smime-get-dns-cert'.
16485         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
16486         `mml-smime-encrypt-query'.
16487         (mml-smime-sign-buffer): Use mml-smime-sign.
16488         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
16489
16490         * mml-smime.el (mml-smime-sign): New function.
16491         (mml-smime-encrypt):
16492         (mml-smime-sign-query):
16493         (mml-smime-get-file-cert):
16494         (mml-smime-get-dns-cert):
16495         (mml-smime-encrypt-query): Moved from mml-sec.el.
16496
16497 2000-11-16  Simon Josefsson  <sj@extundo.com>
16498
16499         * mml2015.el (mml2015-gpg-clear-verify): New function.
16500         (mml2015-function-alist): Add it.
16501
16502 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
16503
16504         * message.el (message-setup-fill-variables): Use
16505         message-cite-prefix-regexp.
16506         (message-newline-and-reformat): Check the end of citation, leading
16507         WSP, break in the cite prefix.
16508         (message-fill-paragraph): New function.
16509
16510 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16511
16512         * lpath.el: Shut up.
16513
16514 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
16515
16516         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
16517         raw 8-bit in headers in dk.* newsgroups.
16518
16519 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16520
16521         * message.el (message-newline-and-reformat): Match extra WSPs.
16522
16523 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
16524
16525         * mml.el (mml-generate-mime-1): Ignore ascii.
16526
16527 2000-11-16 Justin Sheehy  <justin@iago.org>
16528
16529         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
16530
16531 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16532
16533         * message.el (message-cite-prefix-regexp): Prefix should not end
16534         at space.
16535
16536 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
16537
16538         * message.el (message-mode-syntax-table): Add - as a word
16539         constituent as in articles.
16540         (message-setup-fill-variables): Add -_. as supercite-style prefix.
16541         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
16542         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
16543
16544 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
16545
16546         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
16547
16548 2000-11-12  David Edmondson  <dme@dme.org>
16549
16550         * message.el (message-font-lock-keywords): use
16551         message-cite-prefix-regexp.
16552
16553 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16554
16555         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
16556         Stein Arild Str\e,Ax\e(Bmme.
16557         (gnus-group-jump-to-group): Use it.
16558         (gnus-group-jump-to-group-prompt): Customize.
16559
16560 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
16561
16562         * mailcap.el (mailcap-possible-viewers): Match the entire string.
16563
16564 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16565
16566         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
16567         incompatible.
16568         (mml2015-mailcrypt-sign): Ditto.
16569
16570 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16571
16572         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
16573         group is open.
16574
16575 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
16576
16577         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
16578         nnvirtual articles.
16579         (gnus-backlog-request-article): Don't request nnvirtual articles.
16580
16581 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
16582
16583         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
16584         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
16585
16586 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
16587
16588         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
16589         * mml.el (mml-generate-mime-1): Use charset attribute.
16590         * mm-bodies.el (mm-encode-body): Add parameter charset.
16591         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
16592
16593 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
16594
16595         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
16596         (mml2015-mailcrypt-clear-decrypt): Ditto.
16597         (mml2015-mailcrypt-verify): Ditto.
16598         (mml2015-mailcrypt-clear-verify): Ditto.
16599         (mml2015-gpg-verify): Ditto.
16600
16601 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16602
16603         * smime.el (smime-openssl-program): Test the existence of openssl.
16604         * mml-smime.el: Require mm-decode.
16605         (mml-smime-verify-test): New function.
16606         * mm-decode.el (mm-verify-function-alist): Use it.
16607
16608 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16609
16610         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
16611         anyway.
16612
16613 2000-11-13  Simon Josefsson  <sj@extundo.com>
16614
16615         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
16616         verification doesn't work.
16617
16618 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16619
16620         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
16621         (gnus-inews-do-gcc): Use it.
16622
16623 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
16624
16625         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
16626         leading space.
16627         * mm-extern.el (mm-inline-external-body): Report error when no
16628         access-type.
16629
16630 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
16631
16632         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
16633
16634 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
16635
16636         * gnus-art.el (gnus-mime-button-menu): Use select-window.
16637
16638 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
16639
16640         * gnus-art.el (gnus-mime-display-part): Display multipart/related
16641         as multipart/mixed.
16642
16643 2000-11-12  David Edmondson  <dme@dme.org>
16644
16645         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
16646         and replace `.' with `\w' to allow for different syntax tables
16647         (from Vladimir Volovich).
16648         * message.el (message-newline-and-reformat): use
16649         `message-cite-prefix-regexp'.
16650         * gnus-cite.el (gnus-supercite-regexp): use
16651         `message-cite-prefix-regexp'.
16652         * gnus-cite.el (gnus-cite-parse): use
16653         `message-cite-prefix-regexp'.
16654
16655 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16656
16657         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
16658         PGP SIGNATURE.  Escape leading "-"'s.
16659         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
16660
16661 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
16662
16663         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
16664
16665 2000-11-11  Simon Josefsson  <sj@extundo.com>
16666
16667         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
16668
16669         * smime.el (smime-details-buffer): New variable.
16670         (smime-sign-region):
16671         (smime-encrypt-region):
16672         (smime-verify-region):
16673         (smime-decrypt-region): Copy OpenSSL output to the buffer.
16674
16675         * mml-smime.el (mml-smime-verify): Support security info.
16676
16677 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
16678
16679         * mm-decode.el (mm-verify-option): Set default to nil.
16680         (mm-decrypt-option): Ditto.
16681         * gnus-art.el (article-verify-x-pgp-sig): New function.
16682
16683 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
16684
16685         * gnus-art.el (gnus-mime-display-alternative): Show button if no
16686         preferred part.
16687
16688 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16689
16690         * gnus-sum.el (gnus-move-split-methods): Say that
16691         `gnus-split-methods' uses file names, whereas this uses group
16692         names.  (Report from Nevin Kapur)
16693
16694 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
16695
16696         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
16697
16698 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16699
16700         * nnheader.el (nnheader-directory-files-is-safe): New variable.
16701         (nnheader-directory-articles): Use it.
16702         (nnheader-article-to-file-alist): Ditto.
16703
16704 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
16705
16706         * rfc2047.el (rfc2047-pad-base64): New function.
16707         (rfc2047-decode): Use it.
16708
16709 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
16710
16711         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
16712         select method.
16713
16714 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16715
16716         * mml2015.el (mml2015-gpg-decrypt-1):
16717         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
16718
16719 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16720
16721         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
16722
16723 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
16724
16725         * pop3.el (pop3-munge-message-separator): A message may have an
16726         empty body.
16727
16728 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
16729
16730         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
16731         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
16732         (mm-uu-pgp-signed-extract): Use coding-system.
16733
16734 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16735
16736         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
16737         (gnus-insert-mime-security-button): New function.
16738         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
16739         * mml2015.el:  Add security info when verify or decrypt.
16740         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
16741         (mm-uu-pgp-encrypted-extract): Ditto.
16742
16743 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
16744
16745         * mm-decode.el (mm-display-parts): New function.
16746         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
16747
16748 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16749
16750         * gnus-mlspl.el: Documentation tweaks.
16751
16752 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16753
16754         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
16755         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
16756         argument.
16757
16758 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
16759
16760         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
16761
16762 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
16763
16764         * gnus-art.el (gnus-article-encrypt): New function.
16765         (gnus-article-encrypt-protocol-alist): New variable.
16766         (gnus-article-encrypt-protocol): New variable.
16767         * mml2015.el (mml2015-self-encrypt): New function.
16768         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
16769
16770 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
16771
16772         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
16773         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
16774         let mailcap do it.
16775         * mml2015.el: Remove snarf code.
16776         * mm-decode.el: Remove snarf code.
16777
16778 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
16779
16780         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
16781         (mml-insert-mime): Understand gnus-decoded.
16782         (mime-to-mml): New parameter handles.
16783         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16784         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
16785
16786 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
16787
16788         * mm-decode.el (mime-security): New group.
16789         (mm-verify-function-alist): Add test function.
16790         (mm-decrypt-function-alist): Ditto.
16791         (mm-snarf-option): Set default value as nil.
16792         (mm-find-part-by-type): Recursive parameter.
16793         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
16794         * mml2015.el: Support draft-ietf-openpgp-multsig.
16795
16796 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
16797
16798         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
16799         (gnus-article-view-part-as-charset): New function.
16800
16801 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
16802
16803         * mm-decode.el (mm-verify-option): Default value.
16804         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
16805
16806 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16807
16808         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
16809
16810 2000-11-05  Simon Josefsson  <sj@extundo.com>
16811
16812         * mml-smime.el (mml-smime-verify): Work in original multipart
16813         buffert.
16814
16815         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
16816         (mm-handle-multipart-ctl-parameter): Ditto.
16817         (mm-alist-to-plist): New function.
16818         (mm-dissect-buffer): Store CTL parameters and copy original buffer
16819         for multiparts.
16820         (mm-destroy-parts): Destroy multipart buffert.
16821         (mm-remove-part): Ditto.
16822
16823         * mml-smime.el (mml-smime-sign): Not used.
16824         (mml-smime-encrypt): Ditto.
16825
16826         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
16827
16828         Verify S/MIME signature support.
16829
16830         * mm-decode.el (mm-inline-media-tests): Add
16831         application/{x-,}pkcs7-signature.
16832         (mm-inlined-types): Ditto.
16833         (mm-automatic-display): Ditto.
16834         (mm-verify-function-alist): Ditto.  Add name of method.
16835         (mm-decrypt-function-alist): Add name of method.
16836         (mm-find-part-by-type): Add documentation.
16837         (mm-possibly-verify-or-decrypt): Use new format of
16838         mm-{verify,decrypt}-function-alist.  Use method names.
16839
16840         * mml-smime.el (mml-smime-verify): New function.
16841
16842 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16843
16844         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
16845
16846 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16847
16848         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
16849         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
16850         * mm-decode.el (mm-snarf-option): New variable.
16851
16852 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16853
16854         * mm-util.el (mm-subst-char-in-string): New function.
16855         (mm-replace-chars-in-string): Use it.
16856         * message.el (message-replace-chars-in-string): Use it.
16857         * nnheader.el (nnheader-replace-chars-in-string): Use it.
16858         * gnus-mh.el (mh-lib-progs): Shut up.
16859
16860 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
16861
16862         * base64.el, md5.el: Moved to contrib directory.
16863
16864 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16865
16866         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
16867         the last article when search.
16868
16869 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16870
16871         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
16872         * nnmail.el (nnmail-pathname-coding-system): Ditto.
16873
16874 2000-09-29  David Edmondson  <dme@thus.net>
16875
16876         * message.el (message-newline-and-reformat): Typo.
16877
16878 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16879
16880         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
16881
16882 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
16883
16884         * nntp.el (nntp-decode-text): Delete bogus status lines.
16885
16886 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16887
16888         * message.el (message-font-lock-keywords): Match a final newline
16889         to help font-lock's multiline support.
16890
16891 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16892
16893         * nnoo.el (nnoo-set): New function.
16894
16895 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
16896
16897         * gpg.el, gpg-ring.el: Moved to contrib directory.
16898
16899 2000-11-04  Simon Josefsson  <sj@extundo.com>
16900
16901         * nnimap.el (nnimap-split-inbox): Typo.
16902
16903 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16904
16905         * gnus-msg.el (gnus-msg-mail): Move it backwards.
16906
16907 2000-11-03  Simon Josefsson  <sj@extundo.com>
16908
16909         * rfc2231.el (rfc2231-parse-qp-string): New function.
16910         (require): rfc2047.
16911
16912         * mail-parse.el (mail-header-parse-content-type):
16913         (mail-header-parse-content-disposition): Support invalid QP
16914         encoded strings, by using `rfc2231-parse-qp-string'.
16915
16916 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16917
16918         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
16919         (rfc2231-decode-encoded-string): Typo "> X 1".
16920         (rfc2231-encode-string): Insert the name of charset.
16921         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
16922
16923 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16924
16925         * mm-decode.el (mm-save-part): Return the filename.
16926         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
16927         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
16928         (gnus-mime-action-alist): Use it.
16929         (gnus-mime-button-commands): Use it.
16930         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
16931         (mm-inline-external-body): unwind-protect.
16932
16933 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
16934
16935         * gnus-art.el (gnus-insert-mime-button): Show url.
16936
16937 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16938
16939         * mml.el (mml-generate-mime-1): Support external url.
16940         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
16941
16942 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
16943
16944         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
16945         * mm-decode.el (mm-display-external): Ditto.
16946         * mm-extern.el: New file.
16947         * mm-decode.el (mm-inline-media-tests): Hook it up.
16948         (mm-inlined-types): Inline message/external-body.
16949
16950 2000-11-02  Simon Josefsson  <sj@extundo.com>
16951
16952         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
16953
16954         * message.el (message-get-reply-headers): Better handling when
16955         Mail-Followup-To is very large.
16956
16957 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16958
16959         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
16960         * gnus-art.el (gnus-article-edit-done):
16961         * gnus-sum.el (gnus-summary-edit-article-done): Move line
16962         counting code here.
16963         * gnus-msg.el (gnus-setup-message): Remove a hack.
16964
16965 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16966
16967         * gnus-sum.el (gnus-newsgroup-variables): New variable.
16968         (gnus-summary-mode): Make them local variables.
16969         (gnus-set-global-variables): Globalize them.
16970         (gnus-summary-exit): Kill them.
16971
16972 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
16973
16974         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
16975         word.
16976
16977 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
16978
16979         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
16980         gnus-article-wash-types.
16981         * gnus-art.el (gnus-article-wash-status): Use them.
16982
16983 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
16984
16985         * mml.el (mml-read-tag): Remove spaces and LF.
16986
16987 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16988
16989         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
16990         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
16991
16992 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
16993
16994         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
16995
16996 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
16997
16998         * gnus-sum.el (gnus-article-charset): New variable.
16999         (gnus-summary-display-article): Set it.
17000         * gnus-msg.el (gnus-copy-article-buffer): Use it.
17001         * gnus-art.el (gnus-article-mode): Make it local variable.
17002
17003 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17004
17005         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
17006
17007 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17008
17009         * nnwfm.el: New file.
17010
17011         * nnweb.el (nnweb-replace-in-string): New function.
17012
17013 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17014
17015         * mml2015.el: Wrap gpg.el.
17016         * gpg.el (gpg-verify): The last argument of apply is a list.
17017         (gpg-encrypt): Add passphrase as a parameter.
17018
17019 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17020
17021         * gpg.el: New file.
17022         * gpg-ring.el: New file.
17023
17024 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17025
17026         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
17027
17028 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
17031         double-quote characters.
17032         (gnus-summary-prepare-threads): Ditto.
17033
17034 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17035
17036         * gnus-art.el (gnus-mime-display-single): Forward line -1.
17037         * mml.el (mml-read-tag): Don't skip the leading space.
17038         * lpath.el (font-lock-set-defaults): Shut up.
17039
17040 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
17041
17042         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
17043
17044 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
17045
17046         * qp.el (quoted-printable-encode-region): Replace leading - when
17047         ultra safe.
17048         * mml.el (mml-generate-mime-postprocess-function): Removed.
17049         (mml-postprocess-alist): Removed.
17050         (mml-generate-mime-1): Use ultra-safe when sign.
17051         * mml2015.el (mml2015-fix-micalg): Uppercase.
17052         (mml2015-verify): Insert LF.
17053         (mml2015-mailcrypt-sign): Downcase; search backward.
17054
17055 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17056
17057         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
17058         restrictive.
17059         (nnultimate-table-regexp): New variable.
17060         (nnultimate-forum-table-p): Use it.
17061
17062 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
17063         Trivial patch.
17064
17065         * gnus-sum.el (gnus-summary-expire-articles): Save point.
17066
17067 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17068
17069         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
17070         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
17071
17072 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
17073
17074         * mml2015.el: Shut up.
17075
17076 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17077
17078         * gnus.el (gnus-server-browse-hashtb): Removed.
17079         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
17080         (gnus-group-insert-group-line-info): Use simplified method.
17081         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
17082
17083 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
17084
17085         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
17086         moved here.
17087         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
17088         * gnus-group.el (gnus-group-prepare-flat): Use it.
17089         * gnus-topic.el (gnus-group-prepare-topics): Use it.
17090
17091 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
17092
17093         * mml.el (mml-mode): Show menu in XEmacs.
17094
17095 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
17096
17097         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
17098         (gnus-server-read-server-in-server-buffer): New function.
17099         (gnus-browse-foreign-server): Browse in group buffer.
17100         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
17101         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
17102         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
17103         * gnus.el (gnus-server-browse-hashtb): New variable.
17104
17105 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
17106
17107         * nnfolder.el (nnfolder-open-nov): Use group.
17108
17109 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
17110
17111         * nnfolder.el: Add NOV. Set version to 2.0.
17112         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
17113
17114 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17115
17116         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
17117
17118 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17119
17120         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
17121         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
17122
17123 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17124
17125         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
17126
17127 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17128
17129         * mm-decode.el (mm-verify-function-alist): New variable.
17130         (mm-verify-option): New variable.
17131         (mm-decrypt-function-alist): Ditto.
17132         (mm-decrypt-option): Ditto.
17133         (mm-find-raw-part-by-type): New function.
17134         (mm-possibly-verify-or-decrypt): New function.
17135         (mm-dissect-multipart): Use it.
17136         * mml2015.el (mml2015-fix-micalg): New function.
17137         (mml2015-decrypt): Use new interface.
17138         (mml2015-verify):  Use new interface.
17139         (mml2015-setup): Make it bogus.
17140
17141 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17142
17143         * mml.el (mml-generate-mime-postprocess-function): Set to
17144         mml-postprocess.
17145         (autoload): Autoload mml2015 and mml-smime.
17146         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
17147         * mml2015.el (mml2015-encrypt): New function.
17148         (mml2015-sign): New function.
17149         (mml2015-encrypt-function): New variable.
17150         (mml2015-sign-function): New variable.
17151         (mml2015-mailcrypt-encrypt): Use message-recipients.
17152         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
17153         * mml-smime.el (mml-smime-setup): Ditto.
17154
17155 2000-10-28  Simon Josefsson  <sj@extundo.com>
17156
17157         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
17158         Communigate Pro 3.3.1 server.
17159
17160         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
17161         in buffers.
17162         (mml-secure-dns-server): Removed.
17163         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
17164         write certificates to files.
17165
17166         * smime.el (smime-dns-server): New variable.
17167         (smime-mail-to-domain):
17168         (smime-cert-by-dns): New functions.
17169
17170         * dig.el: New file.
17171
17172 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
17173
17174         * message.el (message-options): New variable.
17175         (message-options-set-recipient): New function.
17176         (message-send): Use them.
17177         * gnus-int.el (gnus-request-replace-article): Use them.
17178         (gnus-request-accept-article): Ditto.
17179         * mml.el (mml-preview): Use them.
17180         * gnus-sum.el (gnus-summary-edit-article): Use them.
17181
17182         * message.el (message-options-get): New function.
17183         (message-options-get): New function.
17184         * rfc2047.el (rfc2047-encode-message-header): Use them.
17185         * mm-bodies.el (mm-encode-body): Use them.
17186
17187 2000-10-28  Simon Josefsson  <sj@extundo.com>
17188
17189         * nnimap.el (nnimap-retrieve-which-headers):
17190         (nnimap-request-article-part): Quote message-id.
17191
17192         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
17193         (smime-CA-file): New variable.
17194         (smime-call-openssl-region): Don't error.
17195         (smime-sign-region): Return result value.
17196         (smime-encrypt-region): Ditto.
17197         (smime-verify-region): New function.
17198         (smime-decrypt-region): Ditto.
17199         (smime-verify-buffer): Ditto.
17200         (smime-decrypt-buffer): Ditto.
17201
17202         * mml.el: Require mml-sec.
17203         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
17204         (mml-mode-map): Add "sign" and "encrypt" maps.
17205         (mml-menu): Add security menu.
17206         (mml-preview): Use generate-new-buffer.
17207
17208         * mml-sec.el: New file.
17209
17210 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17211
17212         * mm-decode.el (mm-find-part-by-type): Move it here.
17213         * mml.el (mml-postprocess): Move it here.
17214         (mml-postprocess-alist): Move it here. Merge them.
17215
17216 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
17217
17218         * rfc2047.el (rfc2047-encode-message-header): Make sure no
17219         unencoded stuff in the header.
17220
17221 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17222
17223         * gnus-group.el (gnus-group-listed-groups): New variable.
17224         (gnus-group-list-option): New variable.
17225         (gnus-group-list-limit-map): New keymap.
17226         (gnus-group-list-flush-map): New keymap.
17227         (gnus-group-list-plus-map): New keymap.
17228         (gnus-group-prepare-logic): New function.
17229         (gnus-group-prepare-flat): Merge with
17230         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
17231         (gnus-group-prepare-flat-list-dead): Ditto.
17232         (gnus-group-list-matching): Use gnus-group-prepare-function.
17233         (gnus-group-list-dormant): Ditto.
17234         (gnus-group-list-cached): Ditto.
17235         (gnus-group-listed-groups): New function.
17236         (gnus-group-list-limit): New function.
17237         (gnus-group-list-flush): New function.
17238         (gnus-group-list-plus): New function.
17239         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
17240         (gnus-topic-prepare-topic): Ditto.
17241
17242 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
17243
17244         * message.el (message-insert-to, message-get-reply-headers):
17245         (message-reply, message-followup): Mail-{Followup,Reply}-To.
17246
17247 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17248
17249         * mml2015.el: New file.
17250         * smime.el: New file.
17251         * mml-smime.el: New file.
17252
17253 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
17254
17255         * ChangeLog: Moved to ChangeLog.1.
17256
17257     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
17258   Copying and distribution of this file, with or without modification,
17259   are permitted provided the copyright notice and this notice are preserved.
17260
17261 ;; Local Variables:
17262 ;; coding: iso-2022-7bit
17263 ;; End: